@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  color: #080D0A;
}

.wrap {
  max-width: 65rem;
  margin: auto;
}
@media (max-width: 1060px) {
  .wrap {
    padding: 0 15px;
  }
}

main {
  min-height: 88vh;
  padding-top: 8rem;
}

.row {
  display: flex;
}
@media (max-width: 1060px) {
  .row {
    flex-direction: column;
  }
}
.row > * {
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0 30px;
}
@media (max-width: 760px) {
  .row > * {
    padding-left: 0;
    padding-right: 0;
  }
}
.row > *:first-child {
  padding-left: 0;
}
.row > *:last-child {
  padding-right: 0;
}
@media (min-width: 760px) {
  .row .w25 {
    width: 25%;
  }
}
@media (min-width: 760px) {
  .row .w33 {
    width: 33%;
  }
}
@media (min-width: 760px) {
  .row .w66 {
    width: 67%;
  }
}
@media (min-width: 760px) {
  .row .w50 {
    width: 50%;
  }
}
@media (min-width: 760px) {
  .row .w75 {
    width: 75%;
  }
}

.page_intro {
  margin-bottom: 3rem;
}

.nobullets {
  font-style: none;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Fira Code";
  src: url("fonts/Fira_Code/static/FiraCode-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  src: url("fonts/Roboto_Slab/static/RobotoSlab-Thin.ttf") format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("fonts/Roboto_Slab/static/RobotoSlab-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("fonts/Roboto_Slab/static/RobotoSlab-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}
html {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

strong, b {
  font-weight: 500;
}

p {
  line-height: 1.6;
  font-size: 1rem;
}

a {
  color: currentColor;
  text-decoration: none;
}
a:hover {
  color: #ff6c00;
}

.text a {
  color: #ff6c00;
  border-bottom: 1 dotted;
}
.text p {
  margin-bottom: 1em;
}
.text h2 {
  margin-bottom: 1em;
  margin-top: 1.5em;
  font-size: 1.2rem;
}
.text figure {
  margin-bottom: 1em;
}

.page_intro h1 {
  font-size: 3rem;
}

.default_title {
  font-size: 2rem;
  font-weight: normal;
  font-family: "Roboto Slab";
  margin-bottom: 2em;
  text-align: left;
}
@media (max-width: 760px) {
  .default_title {
    margin-bottom: 1em;
    text-align: center;
  }
}

.h3 {
  font-size: 1.1rem;
}

.h2 {
  font-size: 1.6rem;
  margin-bottom: 0.2em;
  margin-top: 0.5em;
  font-weight: normal;
  font-family: "Roboto Slab";
}

.header {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #bbb;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  background: white;
  z-index: 9999;
}
.home_main .header {
  border-bottom: none;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 760px) {
  .header_inner {
    padding: 0 0 10px 0;
    flex-direction: column;
  }
}

.header a {
  position: relative;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  padding: 0.5rem 0;
  font-weight: 100;
}

.header .logo {
  display: block;
  margin-bottom: 1.5rem;
  padding: 1rem 0;
  font-size: 1.4rem;
  font-family: "Roboto Slab", sans-serif;
}
@media (max-width: 760px) {
  .header .logo {
    padding: 0.5rem 0;
    margin-bottom: 0;
  }
}
.header .logo:hover {
  border: none;
}

.menu a {
  margin: 0 0.75rem;
}
.menu a:hover {
  border: none;
  color: #ff6c00;
}

.menu a[aria-current] {
  color: #ff6c00;
}

.footer {
  padding: 1.5rem 0 10vh;
  margin: 0 auto;
  line-height: 1.5em;
  max-width: 65rem;
}
@media (max-width: 760px) {
  .footer {
    padding: 1.5rem 15px 0;
  }
}

.footer_links {
  border-top: 1px dotted;
  margin-top: 2rem;
}

.footer_link {
  margin-bottom: 1.5rem;
  padding-top: 0.5rem;
  display: inline-block;
  font-size: 0.875rem;
}

.home_main .footer_link {
  border-top: 1px dotted;
  min-width: 10rem;
}

.slick {
  max-width: 100%;
  opacity: 0;
  transition: opacity 0.4s;
}

@media (min-width: 760px) {
  div.slick-slide {
    height: 400px;
  }
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
  background: black;
}

iframe[src*=vimeo],
iframe[src*=youtube] {
  min-height: 400px;
}

ul.slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 6px;
}
ul.slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  position: relative;
}
ul.slick-dots button::before {
  content: "•";
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #ff6c00;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.slick-dots button:hover:before {
  opacity: 1;
}
ul.slick-dots .slick-active button:before {
  opacity: 1;
}

.slick-arrow {
  position: absolute;
  z-index: 99;
  bottom: 26px;
  top: 0;
  display: flex;
  align-items: center;
  border: 0;
  outline: none;
  color: white;
  cursor: pointer;
  opacity: 0.2;
  transition: opacity 0.1s;
  font-size: 0.8rem;
  padding: 0 30px 0 5px;
  background: none;
}
.slick-arrow span {
  background-image: url("img/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  width: 30px;
  height: 40px;
}

.slick-next {
  right: 0;
  transform: rotate(180deg);
}

.slick-slider:hover .slick-arrow {
  opacity: 1;
}

.accordeon_item {
  margin-bottom: 30px;
}
.accordeon_item.close .accordeon_content {
  max-height: 0px !important;
}
.accordeon_item.close .accordeon_title span {
  transform: rotate(0);
}

.accordeon_title {
  border-bottom: 1px solid;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 1rem;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400;
}
.accordeon_title:hover {
  cursor: pointer;
  color: #ff6c00;
}
.accordeon_title span {
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 10px;
}

.accordeon_content {
  overflow: hidden;
  transition: all 0.2s;
  margin-bottom: 30px;
}

.home_main {
  min-height: 100vh;
  width: 100vw;
  padding: 2em 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.home_main .home_main_inner {
  max-width: 60rem;
}
.home_main .header {
  position: relative;
  width: 100%;
}
.home_main .header a {
  font-size: 1.4rem;
  margin: 0 1.75rem 0 0;
}
.home_main .header_inner {
  max-width: none;
}
@media (max-width: 760px) {
  .home_main .header_inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 760px) {
  .home_main .menu {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

.home_cover {
  max-height: 50vh;
  width: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.home_title {
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 0.5em;
  font-family: "Roboto Slab";
  text-align: right;
}
@media (max-width: 760px) {
  .home_title {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 3rem;
  }
}

.home_intro {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  line-height: 1;
}
@media (max-width: 760px) {
  .home_intro {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.about_cover {
  height: 400px;
  object-fit: cover;
  margin-bottom: 2em;
}

.period_row {
  align-items: flex-start;
}
@media (max-width: 760px) {
  .period_row {
    flex-direction: column;
  }
}

.period_item {
  margin-bottom: 40px;
}

.period_title {
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 1.2rem;
  text-align: right;
}

.ratio {
  position: relative;
  height: 100%;
  width: 100%;
}
.ratio:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.ratio_inner {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ratio_inner img {
  height: 100%;
  object-fit: cover;
}

.period_img {
  overflow: hidden;
  margin-bottom: 20px;
}
.period_img:hover {
  cursor: pointer;
}

.spectacles_filtering {
  text-align: right;
}
@media (max-width: 760px) {
  .spectacles_filtering {
    padding-top: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 60px;
  }
}

.filter_parent {
  margin-bottom: 2rem;
  font-size: 0.9rem;
}
@media (max-width: 760px) {
  .filter_parent {
    font-size: 1.4rem;
  }
}

.filter_period {
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Roboto Slab";
  font-size: 1rem;
}
@media (max-width: 760px) {
  .filter_period {
    font-size: 1.4rem;
  }
}

.icon {
  display: inline-block;
  margin-left: 10px;
}
.open .icon {
  transform: rotate(90deg);
}

.filter_spectacle {
  margin-left: 5px;
  margin-bottom: 5px;
}

.active .filter_spectacle {
  color: #ff6c00;
}

.filter_child {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.2s;
}
.open .filter_child {
  max-height: 4000px;
}

.spectacle_item {
  margin-bottom: 4rem;
}

.spectacle_header {
  padding-left: 15px;
  max-width: 90%;
}

.spectacle_title {
  margin-bottom: 0rem;
  font-size: 1.4rem;
  color: #373737;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
  margin-bottom: 1rem;
}
.spectacle_title::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 2px;
  background-color: #ff6c00;
  left: 0;
  bottom: -0.5rem;
}

.spectacle_cover {
  margin-bottom: 1rem;
  max-height: 350px;
  object-fit: contain;
  object-position: left;
}

.spectacle_intro {
  margin-bottom: 1rem;
}

.spectacle_link {
  color: #8C3027;
  border-bottom: 1px dotted #8C3027;
  font-family: "Roboto Slab", sans-serif;
}

.single_header {
  margin-bottom: 2rem;
}
@media (min-width: 760px) {
  .single_header {
    padding-left: 30px;
    max-width: 90%;
    margin-bottom: 4rem;
  }
}

.single_title {
  font-weight: 500;
  margin-bottom: 3rem;
  position: relative;
  padding-left: 30px;
  font-size: 2rem;
  font-family: "Roboto Slab";
}
.single_title::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  background-color: #ff6c00;
  left: 0;
  bottom: -1.5rem;
}

.single_intro {
  font-weight: 100;
}
.single_intro p {
  margin-bottom: 15px;
}

.single_medias {
  margin-bottom: 4rem;
}
@media (max-width: 760px) {
  .single_medias {
    margin-bottom: 2rem;
  }
}

.single_texte {
  margin-bottom: 60px;
}

@media (max-width: 760px) {
  .spectacle .row {
    flex-direction: column-reverse;
    gap: 100px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
