/* 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: "Inter";
  src: url(../fonts/Inter-VariableFont.ttf) format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Italic-VariableFont.ttf) format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
.u-width-regular {
  max-width: 950px;
}
@media screen and (max-width: 1000px) {
  .u-width-regular {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 1000px) {
  .u-width-regular {
    margin-left: auto;
    margin-right: auto;
  }
}

.u-width-wide {
  max-width: 1250px;
}
@media screen and (max-width: 1000px) {
  .u-width-wide {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .u-width-wide {
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media screen and (min-width: 1300px) {
  .u-width-wide {
    margin-left: auto;
    margin-right: auto;
  }
}

.u-flex-row {
  display: flex;
}

.u-pageTitle {
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  .u-pageTitle {
    font-size: 24px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .u-pageTitle {
    font-size: 32px;
  }
}
@media screen and (min-width: 1300px) {
  .u-pageTitle {
    font-size: 42px;
  }
}

.u-spacer-top-page {
  margin-top: 50px;
}

.u-spacer-top-page-small {
  margin-top: 30px;
}

@media screen and (max-width: 1000px) {
  .u-spacer-top-resp-medium {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .u-spacer-top-resp-medium {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1300px) {
  .u-spacer-top-resp-medium {
    margin-top: 50px;
  }
}

.u-spacer-top-resp-small {
  margin-top: 5dvh;
}
@media screen and (max-width: 1000px) {
  .u-spacer-top-resp-small {
    margin-top: 30px;
  }
}

.u-italic {
  font-style: italic;
}

.u-font-label {
  font-size: 0.9em;
  text-transform: uppercase;
}

.u-font-bold {
  font-weight: 600;
}

.u-font-gray-light {
  color: #666666;
}

.u-font-gray-dark {
  color: #333333;
}

.u-hidden {
  display: none !important;
}

.u-invisible {
  visibility: hidden;
  position: fixed;
  top: 120vh;
  pointer-events: none;
  opacity: 0;
}

.u-border-top {
  border-top: 1px solid #cbcbcb;
  padding-top: 60px;
  margin-top: 60px;
}

.u-weight-300 {
  font-weight: 300 !important;
}

.u-full-width, .u-full-width img {
  width: 100%;
  max-height: none !important;
}

.u-scrollable {
  overflow-y: scroll;
}

.u-notScrollable {
  overflow-y: hidden;
}

.u-pointer {
  cursor: pointer;
}

html {
  height: 100%;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1300px) {
  html {
    font-size: 16px;
  }
}

p, h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

a {
  text-decoration: none;
}

body:not(.body_accueil) {
  padding-top: 1em;
  padding-bottom: 5em;
  background-color: #e6e6e6;
}

p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1em;
}

b {
  font-weight: 600;
}

i {
  font-style: italic;
}

figcaption {
  font-style: italic;
  font-size: 0.9em;
  color: #333333;
  text-align: left;
}

.accordion {
  margin: 2rem auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.accordionItem {
  border-bottom: 1px solid #e5e7eb;
}

.accordionItem:last-child {
  border-bottom: none;
}

.accordionItem_header {
  width: 100%;
  padding: 1.25rem 1.5rem;
  background: #ffffff;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.2s ease;
}

.accordionItem_header_title {
  font-weight: 500;
  font-size: 1.1rem;
  color: black;
}

.accordionItem_header:hover {
  background-color: #ebebeb;
}

.accordionItem_icon {
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
  color: #6b7280;
}

.accordionItem.-active .accordionItem_icon {
  transform: rotate(0deg);
}

.accordionItem_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #ffffff;
}

.accordionItem.-active .accordionItem_content {
  max-height: 200px;
}

.accordionItem_body {
  padding: 1rem 1.5rem 1.25rem 1.5rem;
  line-height: 1.6;
}

@media (max-width: 1000px) {
  .accordion {
    border-radius: 6px;
  }
  .accordionItem_header {
    padding: 1rem;
    font-size: 0.9rem;
  }
  .accordionItem_body {
    padding: 1rem;
    font-size: 0.9rem;
  }
}
.fond_page_accueil {
  background-image: url(../images/accueil.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}
@media (max-width: 600px) {
  .fond_page_accueil {
    background-position: 20% 30%;
  }
}
@media (min-width: 600px) {
  .fond_page_accueil {
    background-position: 0% 80%;
  }
}

.accueil_content h1 {
  color: white;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
}

.accueil_content h2 {
  color: white;
  font-weight: 100;
  letter-spacing: 3px;
  padding-top: 7px;
  padding-bottom: 15px;
  text-align: center;
}

@media (max-width: 600px) {
  .accueil_content {
    width: 250px;
    margin: 17% auto 0 auto;
    text-align: center;
  }
  .accueil_content h1 {
    font-size: 18px;
  }
  .accueil_content h2 {
    font-size: 13px;
    font-weight: 200;
  }
}
@media (min-width: 600px) {
  .accueil_content {
    width: 500px;
    margin: 0 auto;
    padding-top: 10%;
    padding-left: 20%;
  }
  .accueil_content h1 {
    font-size: 44px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 4px;
  }
  .accueil_content h2 {
    font-size: 34px;
    font-weight: 100;
    letter-spacing: 3px;
    padding-top: 7px;
    padding-bottom: 15px;
    text-align: center;
  }
}
.accueil_menu {
  margin-top: 20px;
  text-align: center;
}
.accueil_menu a {
  color: white;
  padding: 10px;
}

header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  header {
    align-items: center;
  }
}
@media screen and (min-width: 600px) {
  header {
    align-items: flex-end;
  }
}
header p {
  color: black;
  font-weight: 400;
}

@media screen and (max-width: 1000px) {
  .header_laurent p {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1000px) {
  .header_laurent p {
    font-size: 1.4em;
  }
}

.header_links {
  display: flex;
}
@media screen and (max-width: 600px) {
  .header_links {
    display: none;
  }
}
.header_links a {
  margin-left: 1.1em;
}
.header_links p {
  font-size: 1.1em;
}

.burger-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: black;
}

.mobile-overlay {
  display: none;
}

@media (max-width: 600px) {
  .header_links {
    display: none;
  }
  .burger-menu {
    display: block;
    position: absolute;
    top: 14px;
    right: 14px;
  }
  .mobile-overlay {
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: calc(100vh - 75px);
    height: calc(100dvh - 55px);
    background-color: #ddd;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
  }
  .mobile-overlay.active {
    opacity: 1;
    visibility: visible;
    display: block;
    pointer-events: auto;
  }
  .mobile-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90%;
    gap: 2rem;
  }
  .mobile-nav a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
  }
}
body.menu-open {
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  #header {
    display: none;
  }
}
.bookContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .bookContainer {
    grid-template-columns: 1fr;
  }
}
.bookCardAnchor {
  display: block;
  color: black;
}

.bookCard {
  display: flex;
}

.bookCard_thumbnail {
  width: 130px;
  height: max-content;
  margin-right: 20px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.bookCard_content {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.bookCard_content_title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 16px;
}

.bookCard_content_desc {
  font-weight: 300;
  font-size: 14px;
  color: #666666;
  margin-bottom: 16px;
}

.bookCard_content_cta {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.bookView {
  display: flex;
}

.bookView_cover {
  width: 200px;
  height: auto;
  flex-shrink: 0;
  margin-right: 50px;
}

.bookView_cover_image {
  width: 100%;
  margin-bottom: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}

.illustration {
  margin: 20px 0 40px 0;
}

.illustration img {
  max-width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 800px) {
  .illustration img {
    width: 100%;
  }
}
@media screen and (min-width: 800px) {
  .illustration img {
    max-height: 500px;
  }
}
.contact-form {
  width: 100%;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.form-group input,
.form-group textarea {
  width: -webkit-fill-available;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-submit {
  text-align: right;
  margin-top: 2rem;
}

.form-submit input[type=submit] {
  padding: 0.75rem 2rem;
  background-color: #333;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
}

.form-submit input[type=submit]:hover {
  background-color: #555;
}

.security-image {
  display: block;
  margin: 0.5rem 0;
  max-width: 200px;
  border: 1px solid #ccc;
}

.seriesBody {
  padding-bottom: 0 !important;
  overflow-y: hidden;
}

.series {
  position: relative;
  display: block;
  margin-bottom: 55px;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .series:hover {
    opacity: 0.9;
  }
}

.series_cover {
  width: 100%;
}

.series_footer {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.series_footer p {
  color: #333333;
}
.series_footer p:first-child {
  font-weight: 500;
}
.series_footer p:last-child {
  font-weight: 400;
}

.seriesCarrousel_landing {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.seriesCarrousel_landing_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-grow: 1;
}

.seriesCarrousel_landing_image {
  height: 100%;
  max-height: calc(100vh - 92px - 35px);
  max-width: 600px;
  margin-left: 70px;
}
@media screen and (max-width: 1000px) {
  .seriesCarrousel_landing_image {
    display: none;
  }
}

.seriesCarrousel_landing_content_body {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 30px;
}

.seriesCarrousel_landing_content_footer {
  display: flex;
  justify-content: space-between;
}

.seriesCarrousel_landing_content_body_title {
  margin-top: 8px;
  margin-bottom: 32px;
}

.seriesCarrousel_landing_content_body_description {
  column-gap: 40px;
  color: #333333;
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  .seriesCarrousel_landing_content_body_description {
    column-count: 2;
  }
}

@media screen and (max-width: 1000px) {
  .seriesCarrousel_slide {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.seriesCarrousel_slide_image {
  height: calc(100vh - 92px - 85px);
  height: calc(100dvh - 92px - 65px);
  width: 100%;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.seriesCarrousel_slide_label {
  text-align: center;
  color: #666666;
  font-size: 0.8rem;
  margin-top: 12px;
}

.seriesCarrousel_footer {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.slideBtn {
  cursor: pointer;
  width: 170px;
}
.slideBtn:last-child {
  text-align: right;
}

/*# sourceMappingURL=index.css.map */
