/*
Theme Name: Conservatoire
Description: Thème du Conservatoire de Belfort
Author: Mélina TERRIER
Version: 1.0.0
Author URI: https://melina-terrier.fr
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,700;1,300;1,700&family=Space+Mono:ital@0;1&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */
body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
   ========================================================================== */
details {
  display: block;
}

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
template {
  display: none;
}

[hidden] {
  display: none;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-button {
  position: relative;
  border: 1px solid var(--darkColor);
  background: none;
  color: #333;
  padding: 0;
  margin-top: 16px;
  z-index: 1;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(0);
}
.flickity-prev-next-button.previous {
  left: calc(50% - 300px);
}
.flickity-prev-next-button.next {
  left: calc(50% - 300px + 10px);
}
.flickity-prev-next-button .flickity-button-icon {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 74px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 40px;
  height: 1px;
  margin: 0;
  background: #333;
  border-radius: 0;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

:root {
  --offset: 24px;
  --max_width: 1248px;
  --columns: 4;
  --gutter: 48px;
  --color: hsla(0, 100%, 50%, 0.15);
  --repeating-width: calc(100% / var(--columns));
  --column-width: calc((100% / var(--columns)) - var(--gutter));
  --background-width: calc(100% + var(--gutter));
  --background-columns: repeating-linear-gradient(
    to right,
    var(--color),
    var(--color) var(--column-width),
    transparent var(--column-width),
    transparent var(--repeating-width)
  );
}
@media (min-width: 960px) {
  :root {
    --columns: 12;
  }
}

:root {
  --violet: #1d096b;
  --vermillion: #feaa9b;
  --darkColor: #1C1514;
  --gray-300: #828282;
  --gray-200: #CDC8C6;
  --gray-100: #E9E7E4;
  --lightColor: #FAFAFA;
  --selection: #caae7b;
  --bg-blend: multiply;
  --fg-blend: lighten;
}

@font-face {
  font-family: "icomoon";
  src: url("src/fonts/icomoon.ttf?rqvi51") format("truetype"), url("src/fonts/icomoon.woff?rqvi51") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon],
[class*=" icon"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconYoutube:before {
  content: "\e903";
}

.iconInstagram:before {
  content: "\e900";
}

.iconTwitter:before {
  content: "\e901";
}

.iconFacebook:before {
  content: "\e902";
}

h1,
h2 {
  font-family: "Space Mono", courier, monospace;
  font-weight: normal;
}

h1, .h1 {
  font-size: clamp(2.25rem, 2.25rem + 28 * (100vw - 640px) / 656, 4rem);
  line-height: 1.1;
}

h2, .h2 {
  font-size: clamp(1.75rem, 1.75rem + 4 * (100vw - 640px) / 656, 2rem);
  line-height: 1.1;
}

h3, .h3 {
  font-size: clamp(1.125rem, 1.125rem + 6 * (100vw - 640px) / 656, 1.5rem);
  line-height: 1.4;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

::selection {
  background: var(--vermillion);
}

body {
  font-family: "Mulish", Helvetica, sans-serif;
  font-size: clamp(0.8125rem, 0.8125rem + 2 * (100vw - 640px) / 656, 0.9375rem);
  line-height: 1.6;
  background-color: var(--lightColor);
  position: relative;
}

.noscroll,
.noscroll body {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.admin-bar {
  margin-top: 32px;
}
.admin-bar .header {
  top: 32px;
}

.grid {
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 960px) {
  .grid {
    display: grid;
    grid-gap: 3rem;
    grid: auto-flow dense/repeat(12, minmax(0, 60px));
    justify-content: center;
  }
  .grid.-withHeader::before {
    content: "";
    grid-column: 1/span 2;
    background-color: var(--darkColor);
    height: 1px;
    margin-top: 3.375rem;
  }
}
.grid.-withoutMargin {
  margin-top: 0;
  margin-bottom: 0;
}
.grid.-fullHeight {
  height: 100vh;
  display: grid;
  grid-template-rows: 4fr 1fr;
  grid-row-gap: 3rem;
}
@media (min-width: 640px) {
  .grid.-fullHeight {
    grid-template-rows: 3fr 1fr;
  }
}
.grid.-inverse::before {
  background-color: var(--lightColor);
}

.main-column {
  margin: 6rem 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 640px) {
  .main-column {
    box-sizing: content-box;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-column a {
  text-decoration: none;
  color: var(--darkColor);
  border-bottom: 1px solid var(--gray-300);
  transition: all 0.3s;
}
.main-column a:hover {
  border-bottom-color: var(--darkColor);
}
.main-column figure {
  margin: 0;
}
@media (min-width: 960px) {
  .main-column figure {
    margin-left: -108px;
    margin-right: -108px;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.main-column figcaption {
  font-size: clamp(0.6875rem, 0.6875rem + 2 * (100vw - 640px) / 656, 0.8125rem);
  color: var(--gray-300);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 5rem;
  z-index: 10;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0 1.5rem;
  transition: all 0.4s ease;
}
@media (min-width: 960px) {
  .header {
    background-color: white;
    padding-right: 0;
  }
}
.header.headroom--not-top {
  background-color: white;
}
.header__start {
  display: flex;
  align-items: center;
}
.header__end {
  display: flex;
  flex-direction: row-reverse;
}
@media (min-width: 960px) {
  .header__end {
    flex-direction: row;
  }
}
.header__search {
  appearance: none;
  border: none;
  background: inherit;
  width: 5rem;
  cursor: pointer;
}
.header__search:focus {
  outline: none;
}
.header__logo {
  position: relative;
  z-index: 20;
}
.header__logo .style-svg {
  width: 3.125rem;
  height: 3.125rem;
  display: block;
}
@media (min-width: 960px) {
  .header__logo .style-svg {
    border: 1px solid var(--darkColor);
  }
}

.headroom {
  transition: transform 200ms linear;
}
.headroom--top .header__search svg circle,
.headroom--top .header__search svg path {
  stroke: var(--lightColor);
}
@media (min-width: 960px) {
  .headroom--top .header__search svg circle,
  .headroom--top .header__search svg path {
    stroke: var(--darkColor);
  }
}
.headroom--pinned {
  transform: translateY(0%);
}
.headroom--unpinned {
  transform: translateY(-100%);
}

.footer {
  background-color: var(--darkColor);
  color: var(--lightColor);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.footer a {
  color: var(--lightColor);
  text-decoration: none;
}
@media (min-width: 640px) {
  .footer__logo {
    grid-column: 1/span 4;
  }
}
.footer__menu, .footer__gb {
  margin-top: 1.5rem;
}
@media (min-width: 640px) {
  .footer__menu, .footer__gb {
    grid-column: 7/span 3;
    margin-top: 0;
  }
}
.footer__contact, .footer__social {
  margin-top: 1.5rem;
}
@media (min-width: 640px) {
  .footer__contact, .footer__social {
    grid-column: 10/span 3;
    margin-top: 0;
  }
}
.footer__social {
  grid-row: 2/span 1;
}
.footer__gb {
  grid-row: 2/span 1;
}
.footer__gb img {
  width: 6.25rem;
}
@media (min-width: 640px) {
  .footer__gb img {
    width: 12.5rem;
  }
}
.footer__list {
  display: flex;
  font-size: clamp(1.375rem, 1.375rem + 6 * (100vw - 640px) / 656, 1.75rem);
  line-height: 1.5;
}
.footer__list li {
  margin-right: 1.25rem;
}
.footer__title {
  margin-top: 0;
}
.footer__address {
  font-style: normal;
}
.footer__copyright {
  grid-column: 1/-1;
  display: block;
  text-align: center;
  padding: 1rem 0;
  font-size: 0.8em;
  color: #fafafa;
  opacity: 0.6;
  border-top: 1px solid rgba(250, 250, 250, 0.2);
}
.footer .listUnstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu {
  display: flex;
  font-size: clamp(0.6875rem, 0.6875rem + 2 * (100vw - 640px) / 656, 0.8125rem);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}
@media (max-width: 959.98px) {
  .menu {
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--violet);
    font-size: clamp(1.375rem, 1.375rem + 6 * (100vw - 640px) / 656, 1.75rem);
    line-height: 1.5;
    font-weight: 300;
    text-transform: inherit;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
}
.menu.-open {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.menu__list {
  margin-top: 25vh;
  margin-left: 10vw;
  list-style: none;
  padding: 0;
}
@media (min-width: 960px) {
  .menu__list {
    display: flex;
    margin: 0;
  }
}
.menu__item {
  position: relative;
  margin-top: 0.5rem;
}
@media (min-width: 960px) {
  .menu__item {
    display: flex;
    align-items: stretch;
    margin-top: 0;
  }
  .menu__item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: var(--darkColor);
    transition: height 0.3s ease;
  }
  .menu__item:hover::before {
    height: 5px;
  }
  .menu__item.-btn {
    background-color: var(--darkColor);
    margin-left: 1.5rem;
  }
}
.menu__link {
  display: flex;
  align-items: center;
  padding: 5px 1.25rem;
  color: var(--lightColor);
  text-decoration: none;
}
@media (min-width: 960px) {
  .menu__link {
    color: var(--darkColor);
  }
}
.-btn .menu__link {
  color: var(--lightColor);
}
@media (min-width: 960px) {
  .-btn .menu__link {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.menuBurger {
  position: relative;
  width: 1.875rem;
  cursor: pointer;
  background: none;
  border: none;
  appearance: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 960px) {
  .menuBurger {
    display: none;
  }
}
.menuBurger__bar, .menuBurger__bar::before, .menuBurger__bar::after {
  content: "";
  background: var(--lightColor);
  height: 2px;
  width: 100%;
  position: absolute;
  border-radius: 2px;
  left: 0;
  z-index: 10;
  transition: all 0.4s ease-in-out;
}
.menuBurger.-open .menuBurger__bar,
.menuBurger.-open .menuBurger__bar::before,
.menuBurger.-open .menuBurger__bar::after {
  transform: rotate(135deg);
  background: var(--lightColor);
}
.menuBurger.-open .menuBurger__bar::before,
.menuBurger.-open .menuBurger__bar::after {
  top: 0;
  transform: rotate(90deg);
}
.menuBurger__bar:before {
  top: -10px;
}
.menuBurger__bar:after {
  top: 10px;
}

.headroom--not-top .menuBurger__bar,
.headroom--not-top .menuBurger__bar::before,
.headroom--not-top .menuBurger__bar::after {
  background: var(--darkColor);
}

.btn {
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 1rem 1.5rem;
  border: 1px solid var(--vermillion);
  color: var(--darkColor);
  font-size: clamp(0.6875rem, 0.6875rem + 2 * (100vw - 640px) / 656, 0.8125rem);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 640px) {
  .btn {
    padding: 1.5rem 2rem;
  }
}
.btn:hover {
  box-shadow: inset 0 0 0 8px var(--vermillion);
}
.btn.-outlined {
  border-color: var(--lightColor);
  color: var(--lightColor);
}
.btn.-outlined:hover {
  box-shadow: inset 0 0 0 8px var(--lightColor);
}
.btn.-outlined .btn__arrow path {
  fill: var(--lightColor);
}
.btn.-dark {
  border-color: var(--darkColor);
  background-color: var(--darkColor);
  color: var(--lightColor);
}
.btn.-dark:hover {
  box-shadow: none;
}
.btn__arrow {
  margin-right: 1rem;
}

.morelink {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--darkColor);
  position: relative;
  display: inline-block;
}
.morelink::before, .morelink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--darkColor);
}
.morelink::before {
  transform: scaleX(1);
  transform-origin: right;
  transition: all 0.3s ease-in-out;
}
.morelink::after {
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease-in-out 0.1s;
}
.morelink:hover::before {
  transform: scaleX(0);
}
.morelink:hover::after {
  transform: scaleX(1);
}

.wp-block-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.625rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--gray-200);
  font-size: clamp(0.6875rem, 0.6875rem + 2 * (100vw - 640px) / 656, 0.8125rem);
}

.wp-block-file a:first-child {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: bold;
  color: var(--darkColor);
  border: none;
}

.wp-block-file__button {
  text-decoration: none;
  background-color: var(--darkColor);
  color: var(--lightColor) !important;
  padding: 0.25rem 1.25rem;
  border-radius: 2.5rem;
}

.wpcf7 {
  background-color: var(--gray-100);
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.wpcf7 input,
.wpcf7 select {
  appearance: none;
  background: none;
  border: none;
  border-bottom: 1px solid var(--gray-200);
  padding: 0.625rem 0;
  width: 100%;
}
.wpcf7 input:focus,
.wpcf7 select:focus {
  outline: 0;
}
.wpcf7 textarea {
  appearance: none;
  background: none;
  border: none;
  border-bottom: 1px solid var(--gray-200);
  padding: 0.625rem 0;
  width: 100%;
  resize: vertical;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.6;
}
.wpcf7 textarea:focus {
  outline: 0;
  border-bottom-color: var(--darkColor);
}
.wpcf7 label {
  color: var(--gray-300);
  margin-top: 2.5rem;
  display: block;
}
.wpcf7 ::-webkit-datetime-edit {
  color: var(--gray-300);
}
.wpcf7 ::-webkit-calendar-picker-indicator {
  opacity: 0.2;
}
.wpcf7 button,
.wpcf7 input[type=submit] {
  margin-top: 2.5rem;
}
.wpcf7 input[type=submit] {
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 1rem 2.5rem;
  border: 1px solid var(--darkColor);
  color: var(--lightColor);
  font-size: clamp(0.6875rem, 0.6875rem + 2 * (100vw - 640px) / 656, 0.8125rem);
  background: var(--darkColor);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.wpcf7 input[type=submit]:hover {
  background: transparent;
  color: var(--darkColor);
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 3rem;
}
.pagination .nav-links {
  text-transform: uppercase;
}
.pagination .nav-links .page-numbers {
  display: inline-block;
  text-decoration: none;
  color: var(--darkColor);
  padding: 0.625rem;
  min-width: 2.8125rem;
  height: 2.8125rem;
  text-align: center;
}
.pagination .nav-links .current {
  border: 1px solid var(--gray-200);
  border-radius: 50%;
}

.searchForm {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: white;
  transform: translateY(-80px);
  transition: all 0.4s ease-in-out;
}
@media (min-width: 960px) {
  .searchForm {
    left: 6.25rem;
  }
}
.searchForm.-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.searchForm__close, .searchForm__input, .searchForm__submit {
  appearance: none;
  background: inherit;
  border: none;
}
.searchForm__close:focus, .searchForm__input:focus, .searchForm__submit:focus {
  outline: none;
}
.searchForm__close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
}
.searchForm__close svg {
  width: 1.5rem;
  height: 1.5rem;
}
.searchForm__submit {
  position: absolute;
  top: 0;
  right: 3.125rem;
  width: 5rem;
  height: 5rem;
}
@media (min-width: 960px) {
  .searchForm__submit {
    right: 6.25rem;
  }
}
.searchForm__submit svg {
  width: 1.5rem;
  height: 1.5rem;
}
.searchForm__form {
  height: 100%;
}
.searchForm__input {
  font-size: clamp(1.125rem, 1.125rem + 6 * (100vw - 640px) / 656, 1.5rem);
  height: 100%;
  width: 80%;
  padding: 0 2.5rem;
}

.searchFormPage__input {
  appearance: none;
  background: inherit;
  border: 1px solid var(--gray-200);
  font-size: clamp(1.125rem, 1.125rem + 6 * (100vw - 640px) / 656, 1.5rem);
  padding: 1.5rem;
  width: 100%;
  margin-bottom: 1.5rem;
}
.searchFormPage__input:focus {
  outline: none;
}

.hero {
  position: relative;
}
.hero__header {
  grid-row: 1/span 1;
  grid-column: 1;
  z-index: 1;
  align-self: flex-end;
  color: var(--lightColor);
}
@media (min-width: 640px) {
  .hero__header {
    grid-column: 1/span 9;
  }
}
.hero__subTitle {
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-size: clamp(0.6875rem, 0.6875rem + 2 * (100vw - 640px) / 656, 0.8125rem);
}
.hero__img {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  z-index: -2;
}
.hero__patterns {
  opacity: 0.4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
  display: flex;
  justify-content: flex-end;
  align-items: start;
}
.hero__patterns svg {
  margin-right: -5vw;
  margin-top: 15vh;
  width: 80vmax;
}
.hero__patterns svg .curveLines path {
  stroke: var(--vermillion);
  fill: none;
  stroke-linejoin: round;
  stroke-width: 24px;
}
@media (min-width: 640px) {
  .hero__patterns svg {
    margin-top: 0;
  }
}
.hero__chapo {
  position: relative;
  background-color: var(--lightColor);
  grid-row: 2/span 1;
  grid-column: 1;
  padding: 0 1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 640px) {
  .hero__chapo {
    margin: 0;
    padding: 0;
    grid-column: 1/span 9;
  }
  .hero__chapo::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin-left: -100%;
    background-color: var(--lightColor);
  }
}

.chapo {
  align-items: center;
  display: grid;
}
.chapo.-col3 {
  grid-gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 640px) {
  .chapo {
    grid-gap: 3rem;
  }
}
.chapo__title {
  font-size: clamp(1.375rem, 1.375rem + 6 * (100vw - 640px) / 656, 1.75rem);
  line-height: 1.5;
  font-family: "Space Mono", courier, monospace;
  font-weight: normal;
}
@media (min-width: 960px) {
  .chapo__title {
    font-size: clamp(1.75rem, 1.75rem + 4 * (100vw - 640px) / 656, 2rem);
    line-height: 1.1;
  }
}
.chapo__link {
  color: var(--darkColor);
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 640px) {
  .chapo__link {
    flex-direction: row;
  }
}
.chapo__link img {
  margin-right: 0.625rem;
}
.chapo__text {
  font-size: clamp(1.375rem, 1.375rem + 6 * (100vw - 640px) / 656, 1.75rem);
  line-height: 1.5;
}
@media (min-width: 640px) {
  .chapo__text {
    margin-right: 3rem;
  }
}

.section {
  position: relative;
}
.section.-bg {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media (min-width: 960px) {
  .section__header {
    grid-column: 3/span 6;
  }
  .section__header.-full {
    grid-column: 3/span 10;
  }
}
.section__header.-inverse {
  color: var(--lightColor);
}

.section__title {
  font-size: clamp(2.25rem, 2.25rem + 28 * (100vw - 640px) / 656, 4rem);
  line-height: 1.1;
  margin: 0;
}

.section__intro {
  font-size: clamp(1.375rem, 1.375rem + 6 * (100vw - 640px) / 656, 1.75rem);
  line-height: 1.5;
}

@media (min-width: 960px) {
  .section__link {
    grid-column: 9/span 4;
    justify-self: end;
    align-self: flex-start;
  }
}

.section__img {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  object-fit: cover;
}
.section__img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: var(--violet);
  opacity: 0.5;
}

.card {
  grid-column: span 4;
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  grid-template-rows: 12.5rem 3.125rem 1fr;
  margin-top: 2.25rem;
}
@media (min-width: 640px) {
  .card {
    grid-template-columns: 15.5% 1fr;
  }
}
@media (min-width: 960px) {
  .card {
    margin-top: 0;
  }
}
.card:hover .card__img {
  background-color: transparent;
}
.card:hover .card__img::before {
  background-color: transparent;
}
.card:hover .card__img img {
  filter: inherit;
}
.card__img {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}
.card__title {
  grid-column: 2/span 1;
  grid-row: 1/span 1;
  z-index: 1;
  align-self: flex-end;
  color: var(--lightColor);
  font-family: "Space Mono", courier, monospace;
  font-weight: normal;
  margin-right: 1rem;
  font-size: clamp(1.75rem, 1.75rem + 4 * (100vw - 640px) / 656, 2rem);
  line-height: 1.1;
}
.card__titleLink {
  color: var(--lightColor);
  text-decoration: none;
  display: block;
}
.card__caption {
  background-color: var(--lightColor);
  grid-column: 2/span 1;
  grid-row: 2/span 2;
  z-index: 1;
  padding: 1.75rem;
}
.card__date {
  text-transform: uppercase;
  margin: 0;
}
.card__link {
  margin: 0;
}

.crd {
  margin: 5rem 0;
}
@media (min-width: 640px) {
  .crd {
    margin: 12.5rem 0;
  }
}
.crd::before {
  content: "";
  grid-column: 1/span 7;
  grid-row: 2/span 1;
  margin-bottom: -2.5rem;
  margin-right: -2.5rem;
  z-index: -1;
  background-color: var(--vermillion);
}
.crd__img {
  position: relative;
}
.crd__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 100%;
}
@media (min-width: 640px) {
  .crd__img {
    grid-column: 1/span 7;
    grid-row: 1/span 2;
  }
}
@media (min-width: 960px) {
  .crd__img {
    margin-left: -1.5rem;
  }
}
@media (min-width: 1296px) {
  .crd__img {
    margin-left: calc((1248px - 100vw) / 2);
  }
}
.crd__header {
  grid-column: 6/span 5;
  grid-row: 1/span 1;
  z-index: 2;
  padding: 5rem 0 6.5rem;
}
.crd__title {
  font-size: clamp(1.375rem, 1.375rem + 6 * (100vw - 640px) / 656, 1.75rem);
  line-height: 1.5;
  font-family: "Space Mono", courier, monospace;
  font-style: italic;
}
.crd__title strong {
  font-weight: normal;
  position: relative;
  display: inline-block;
}
.crd__title strong::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0.9375rem;
  background-color: var(--vermillion);
}
.crd__bg {
  background: var(--lightColor) url(src/img/pattern.svg) no-repeat;
  background-position: center right;
  grid-column: 5/span 7;
  grid-row: 1/span 1;
  z-index: 1;
}
.crd__stats {
  grid-column: 9/span 4;
  grid-row: 2/span 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
}
.crd__stats .stat__chiffre {
  font-size: clamp(3rem, 3rem + 16 * (100vw - 640px) / 656, 4rem);
  line-height: 1.1;
  color: var(--vermillion);
  display: block;
}

.carousel {
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 100vw;
  margin-left: -1.5rem;
}
@media (min-width: 640px) {
  .carousel {
    margin-left: calc(0px - (100vw - 600px) / 2);
  }
}

.carousel__item {
  width: 66%;
  margin-right: 1.5rem;
}
@media (min-width: 640px) {
  .carousel__item {
    width: 33%;
  }
}

.duotone {
  background-color: var(--vermillion);
  display: flex;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.duotone img {
  filter: grayscale(100%);
  flex: 1 0 100%;
  mix-blend-mode: var(--bg-blend);
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}
.duotone.single__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.duotone::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--violet);
  mix-blend-mode: var(--fg-blend);
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

.single .grid:first-child {
  margin-top: 0;
}
@media (min-width: 960px) {
  .single {
    margin-top: 7rem;
  }
}
.single__patterns {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: -1;
  transform-origin: 50% 80%;
  width: 100%;
}
.single__patterns path {
  fill: none;
  stroke-linejoin: round;
  stroke-width: 24px;
  stroke: var(--vermillion);
}
@media (min-width: 960px) {
  .single__patterns {
    display: block;
  }
}
.single__img {
  grid-column: 1/span 5;
  grid-row: 1/span 1;
  margin-left: -1.5rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-right: -1.5rem;
}
@media (min-width: 960px) {
  .single__img {
    margin-left: 0;
    margin-right: 0;
  }
}
.single__header {
  grid-column: 7/span 5;
  grid-row: 1/span 1;
}
.single__header .infos {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single__header .infos__row {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid var(--gray-200);
  padding: 1rem 0;
  gap: 1rem;
}
@media (min-width: 960px) {
  .single__header .infos__row {
    gap: 0;
  }
}
.single__header .infos__label {
  font-size: clamp(0.6875rem, 0.6875rem + 2 * (100vw - 640px) / 656, 0.8125rem);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  flex: 1;
}
.single__header .infos__value {
  flex: 3;
}
.single__header .infos__link {
  text-decoration: none;
  color: var(--darkColor);
}
.single__excerpt {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: clamp(1.375rem, 1.375rem + 6 * (100vw - 640px) / 656, 1.75rem);
  line-height: 1.5;
  margin-top: 3.625rem;
}
@media (min-width: 640px) {
  .single__excerpt {
    box-sizing: content-box;
    max-width: 816px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contactInfos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin: 3rem 0;
  padding: 2.5rem;
  background-color: var(--gray-100);
}
@media (max-width: 639px) {
  .contactInfos {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 1.5rem;
  }
}
.contactInfos__block h3 {
  margin-top: 0;
  font-family: "Space Mono", courier, monospace;
  font-weight: normal;
  font-size: clamp(0.6875rem, 0.6875rem + 2 * (100vw - 640px) / 656, 0.8125rem);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--gray-300);
  margin-bottom: 0.75rem;
}
.contactInfos__block address {
  font-style: normal;
  line-height: 1.8;
}
.contactInfos__block address a {
  color: var(--darkColor);
  text-decoration: none;
  border-bottom: 1px solid var(--gray-300);
  transition: border-color 0.3s;
}
.contactInfos__block address a:hover {
  border-bottom-color: var(--darkColor);
}
.contactInfos__block p {
  margin: 0;
  line-height: 1.8;
}

.sitesList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 2rem 0 3rem;
}
@media (max-width: 639px) {
  .sitesList {
    grid-template-columns: 1fr;
  }
}
.sitesList__item {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--gray-200);
}
.sitesList__item:nth-child(odd) {
  padding-right: 3rem;
  border-right: 1px solid var(--gray-200);
}
.sitesList__item:nth-child(even) {
  padding-left: 3rem;
}
@media (max-width: 639px) {
  .sitesList__item:nth-child(odd), .sitesList__item:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    border-right: none;
  }
}
.sitesList__item h3 {
  margin: 0 0 0.5rem;
  font-family: "Space Mono", courier, monospace;
  font-weight: normal;
  font-size: clamp(0.8125rem, 0.8125rem + 2 * (100vw - 640px) / 656, 0.9375rem);
}
.sitesList__item address {
  font-style: normal;
  color: var(--gray-300);
  font-size: clamp(0.6875rem, 0.6875rem + 2 * (100vw - 640px) / 656, 0.8125rem);
  margin-bottom: 0.25rem;
}
.sitesList__item p {
  margin: 0.25rem 0 0;
  font-size: clamp(0.6875rem, 0.6875rem + 2 * (100vw - 640px) / 656, 0.8125rem);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--vermillion);
}

.disciplineSection {
  border-top: 2px solid var(--darkColor);
  padding-top: 1rem;
  margin-top: 5rem;
}
.disciplineSection__tag {
  font-size: clamp(0.6875rem, 0.6875rem + 2 * (100vw - 640px) / 656, 0.8125rem);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  color: var(--gray-300);
  margin: 0 0 0.75rem;
}

.instrumentsGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 1.5rem 0 2.5rem;
}
@media (min-width: 640px) {
  .instrumentsGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.instrumentsGrid__family {
  padding: 1rem 1.5rem 1rem 0;
  border-bottom: 1px solid var(--gray-200);
  border-right: 1px solid var(--gray-200);
}
.instrumentsGrid__family:nth-child(even) {
  padding-left: 1.5rem;
  padding-right: 0;
  border-right: none;
}
@media (min-width: 640px) {
  .instrumentsGrid__family:nth-child(even) {
    padding-left: 0;
    padding-right: 1.5rem;
    border-right: 1px solid var(--gray-200);
  }
  .instrumentsGrid__family:nth-child(3n) {
    padding-right: 0;
    border-right: none;
  }
  .instrumentsGrid__family:nth-child(3n+2), .instrumentsGrid__family:nth-child(3n+3) {
    padding-left: 1.5rem;
  }
}
.instrumentsGrid__name {
  font-size: clamp(0.6875rem, 0.6875rem + 2 * (100vw - 640px) / 656, 0.8125rem);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 0 0 0.25rem;
}
.instrumentsGrid__list {
  margin: 0;
  font-size: clamp(0.6875rem, 0.6875rem + 2 * (100vw - 640px) / 656, 0.8125rem);
  color: var(--gray-300);
}

.cyclesTable-wrapper {
  margin: 2rem 0 3rem;
}

.cyclesTable {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: clamp(0.6875rem, 0.6875rem + 2 * (100vw - 640px) / 656, 0.8125rem);
}
.cyclesTable thead tr {
  border-bottom: 2px solid var(--darkColor);
}
.cyclesTable th {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 0.5rem 1rem 0.5rem 0;
  font-size: clamp(0.6875rem, 0.6875rem + 2 * (100vw - 640px) / 656, 0.8125rem);
}
.cyclesTable td {
  padding: 0.75rem 1rem 0.75rem 0;
  vertical-align: top;
  border-bottom: 1px solid var(--gray-200);
}
.cyclesTable td:first-child {
  font-family: "Space Mono", courier, monospace;
  white-space: nowrap;
}
.cyclesTable tr:last-child td {
  border-bottom: none;
}
@media (max-width: 639px) {
  .cyclesTable {
    font-size: 0.6875rem;
  }
  .cyclesTable th {
    padding: 0.375rem 0.5rem 0.375rem 0;
    letter-spacing: 0;
  }
  .cyclesTable td {
    padding: 0.5rem 0.5rem 0.5rem 0;
    white-space: normal;
  }
  .cyclesTable td:first-child {
    white-space: normal;
    word-break: break-word;
  }
}

.collectifBlock {
  background-color: var(--gray-100);
  padding: 2rem 2.5rem;
  margin: 3rem 0;
}
@media (max-width: 639px) {
  .collectifBlock {
    padding: 1.5rem;
  }
}
.collectifBlock h3 {
  margin-top: 0;
  font-family: "Space Mono", courier, monospace;
  font-weight: normal;
}
.collectifBlock ul {
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 3rem;
  list-style: none;
}
@media (max-width: 639px) {
  .collectifBlock ul {
    columns: 1;
  }
}
.collectifBlock li {
  break-inside: avoid;
  padding: 0.375rem 0;
  border-bottom: 1px solid var(--gray-200);
}
.collectifBlock li::before {
  content: "—";
  margin-right: 0.5rem;
  color: var(--gray-300);
}

.infoBlock {
  border-left: 3px solid var(--darkColor);
  padding: 1.5rem 2rem;
  margin: 3rem 0;
}
.infoBlock h2 {
  margin-top: 0;
  font-size: clamp(1.125rem, 1.125rem + 6 * (100vw - 640px) / 656, 1.5rem);
}
.infoBlock p:last-child {
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .legalContent {
    padding: 5rem 0;
  }
}
.legalContent h2 {
  border-top: 2px solid var(--darkColor);
  padding-top: 1rem;
  margin-top: 3.5rem;
  font-family: "Space Mono", courier, monospace;
  font-weight: normal;
  font-size: clamp(1rem, 1rem + 4 * (100vw - 640px) / 656, 1.25rem);
}
.legalContent h2:first-of-type {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
.legalContent p,
.legalContent ul,
.legalContent table {
  margin-bottom: 1.5rem;
}
.legalContent ul {
  padding-left: 0;
  list-style: none;
}
.legalContent ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--gray-200);
}
.legalContent ul li::before {
  content: "—";
  margin-right: 0.625rem;
  color: var(--gray-300);
}
.legalContent a {
  color: var(--darkColor);
  border-bottom: 1px solid var(--gray-300);
  text-decoration: none;
  transition: border-color 0.2s;
}
.legalContent a:hover {
  border-bottom-color: var(--darkColor);
}
.legalContent em {
  color: var(--gray-300);
  font-style: normal;
  font-size: clamp(0.6875rem, 0.6875rem + 2 * (100vw - 640px) / 656, 0.8125rem);
}
.legalContent .notice {
  background: #f5f0e8;
  border-left: 4px solid #191919;
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
}
.legalContent .notice p {
  margin: 0;
}

.legalTable {
  margin: 0 !important;
}
.legalTable table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(0.6875rem, 0.6875rem + 2 * (100vw - 640px) / 656, 0.8125rem);
  margin: 1.5rem 0 2.5rem;
}
.legalTable table thead tr {
  border-bottom: 2px solid var(--darkColor);
}
.legalTable table th {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  font-weight: bold;
  padding: 0.5rem 0.75rem 0.5rem 0;
  font-size: clamp(0.6875rem, 0.6875rem + 2 * (100vw - 640px) / 656, 0.8125rem);
}
.legalTable table td {
  padding: 0.75rem 0.75rem 0.75rem 0;
  vertical-align: top;
  border: none;
  border-bottom: 1px solid var(--gray-200);
  line-height: 1.5;
}
@media (max-width: 639px) {
  .legalTable table thead {
    display: none;
  }
  .legalTable table tr {
    display: block;
    border-bottom: 2px solid var(--gray-200);
    padding: 0.75rem 0;
  }
  .legalTable table td {
    display: block;
    border: none;
    padding: 0.25rem 0;
  }
  .legalTable table td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gray-300);
    margin-bottom: 0.125rem;
  }
}

.searchResult:not(:last-child) {
  border-bottom: 1px solid var(--gray-200);
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.searchResult__type {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: bold;
  color: var(--gray-300);
  font-size: clamp(0.6875rem, 0.6875rem + 2 * (100vw - 640px) / 656, 0.8125rem);
}
.searchResult__titleLink {
  text-decoration: none;
  color: var(--darkColor);
  border: none !important;
}
.searchResult__link {
  border: none !important;
}

.sitemapGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 2rem 0 3.5rem;
  border-top: 1px solid var(--gray-200);
}
@media (max-width: 639px) {
  .sitemapGrid {
    grid-template-columns: 1fr;
  }
}
.sitemapGrid__item {
  padding: 1.5rem 2rem 1.5rem 0;
  border-bottom: 1px solid var(--gray-200);
}
.sitemapGrid__item:nth-child(odd) {
  border-right: 1px solid var(--gray-200);
}
.sitemapGrid__item:nth-child(even) {
  padding-left: 2rem;
  padding-right: 0;
}
@media (max-width: 639px) {
  .sitemapGrid__item:nth-child(odd), .sitemapGrid__item:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    border-right: none;
  }
}
.sitemapGrid__title {
  margin: 0 0 0.375rem;
  font-family: "Space Mono", courier, monospace;
  font-weight: normal;
  font-size: clamp(0.875rem, 0.875rem + 2 * (100vw - 640px) / 656, 1rem);
}
.sitemapGrid__title a {
  color: var(--darkColor);
  text-decoration: none;
  border-bottom: 1px solid var(--darkColor);
  transition: opacity 0.2s;
}
.sitemapGrid__title a:hover {
  opacity: 0.6;
}
.sitemapGrid__desc {
  margin: 0;
  font-size: clamp(0.6875rem, 0.6875rem + 2 * (100vw - 640px) / 656, 0.8125rem);
  color: var(--gray-300);
}

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