@charset "UTF-8";
button, [type=button], [type=reset], [type=submit] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, button:focus, [type=button]:hover, [type=button]:focus, [type=reset]:hover, [type=reset]:focus, [type=submit]:hover, [type=submit]:focus {
  background-color: shade(#1565c0, 20%);
  color: #fff;
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, [type=button]:disabled:hover, [type=reset]:disabled:hover, [type=submit]:disabled:hover {
  background-color: #1565c0;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}
[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=time]:hover, [type=url]:hover, [type=week]:hover, input:not([type]):hover, textarea:hover {
  border-color: #aaaaaa;
}
[type=color]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, input:not([type]):focus, textarea:focus {
  border-color: #1565c0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18.485915493, 88.9084507042, 169.014084507, 0.7);
  outline: none;
}
[type=color]:disabled, [type=date]:disabled, [type=datetime]:disabled, [type=datetime-local]:disabled, [type=email]:disabled, [type=month]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=time]:disabled, [type=url]:disabled, [type=week]:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: rgb(242.25, 242.25, 242.25);
  cursor: not-allowed;
}
[type=color]:disabled:hover, [type=date]:disabled:hover, [type=datetime]:disabled:hover, [type=datetime-local]:disabled:hover, [type=email]:disabled:hover, [type=month]:disabled:hover, [type=number]:disabled:hover, [type=password]:disabled:hover, [type=search]:disabled:hover, [type=tel]:disabled:hover, [type=text]:disabled:hover, [type=time]:disabled:hover, [type=url]:disabled:hover, [type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}
[type=color]::placeholder, [type=date]::placeholder, [type=datetime]::placeholder, [type=datetime-local]::placeholder, [type=email]::placeholder, [type=month]::placeholder, [type=number]::placeholder, [type=password]::placeholder, [type=search]::placeholder, [type=tel]::placeholder, [type=text]::placeholder, [type=time]::placeholder, [type=url]::placeholder, [type=week]::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: rgb(132.6, 132.6, 132.6);
}

textarea {
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: 0.375em;
}

[type=file] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 0.75em;
  width: 100%;
}

html {
  box-sizing: border-box;
}

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

html,
body {
  height: 100%;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid shade(#ddd, 25%);
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: modular-scale(1);
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease;
}
a:active, a:focus, a:hover {
  color: shade(#1565c0, 25%);
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

@font-face {
  font-family: "baskerville";
  src: url("/assets/fonts/Baskervville/Baskervville-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "baskerville";
  src: url("/assets/fonts/Baskervville/Baskervville-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/Lato/Lato-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/Lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media (max-width: 899px) {
  .not-mobile {
    display: none;
  }
}

@media (min-width: 1366px) {
  .only-md {
    display: none;
  }
}
@media (max-width: 599px) {
  .only-md {
    display: none;
  }
}

.only-lm-screen {
  display: none;
}
@media (max-width: 1100px) {
  .only-lm-screen {
    display: block;
  }
}

@media (max-width: 1100px) {
  .not-lm-screen {
    display: none;
  }
}

@media (max-width: 1100px) {
  .only-l-and-s {
    display: none;
  }
}
@media (max-width: 599px) {
  .only-l-and-s {
    display: block;
  }
}

@media (min-width: 1366px) {
  .not-xl {
    display: none;
  }
}

@media (min-width: 900px) {
  .l-xl-only {
    display: block;
  }
}
@media (max-width: 899px) {
  .l-xl-only {
    display: none;
  }
}

.l-desktop-only {
  display: block;
}
@media (max-width: 1100px) {
  .l-desktop-only {
    display: none;
  }
}

.l-mobile-only {
  display: none;
}
@media (max-width: 1100px) {
  .l-mobile-only {
    display: block;
  }
}

@media (max-width: 899px) {
  .mobile-only {
    display: block;
  }
}
@media (min-width: 900px) {
  .mobile-only {
    display: none;
  }
}

.xs-only-inline {
  display: none;
}
@media (max-width: 450px) {
  .xs-only-inline {
    display: inline;
  }
}

@media (max-width: 599px) {
  .not-s-mobile {
    display: none;
  }
}

.only-s-mobile {
  display: none;
}
@media (max-width: 599px) {
  .only-s-mobile {
    display: block;
  }
}

.navigation a.logo {
  font-family: "lato", sans-serif;
  color: #fff;
  font-variant: normal;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.navigation a.logo .harpsichord {
  text-transform: lowercase;
}

.offscreen {
  clip-path: inset(100%);
  clip: rect(1px 1px 1px 1px); /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; /* added line */
  width: 1px;
}

h1 {
  font-family: "baskerville", "Georgia", serif;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 22px;
  text-transform: uppercase;
  color: #3a3a3a;
}
@media (max-width: 599px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-family: "lato", sans-serif;
  font-weight: 500;
  letter-spacing: 0.65px;
  font-size: 22px;
}
@media (max-width: 599px) {
  h3 {
    font-size: 18px;
    letter-spacing: 0.25px;
  }
}

h4 {
  text-align: center;
  font-variant: small-caps;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.75px;
  font-family: "lato", sans-serif;
}

h5 {
  font-family: "lato", sans-serif;
  font-weight: 500;
}

h6 {
  font-family: "lato", sans-serif;
  text-transform: uppercase;
}
p, table.vdr-oct19-music {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 599px) {
  p, table.vdr-oct19-music {
    font-weight: 300;
  }
}

p.cation {
  font-family: "lato", sans-serif;
}

a {
  text-decoration: none;
}

header.navigation {
  font-family: "lato", sans-serif;
  font-weight: 300;
}

.small-caps {
  font-variant: small-caps;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-text {
  text-transform: none !important;
}

blockquote p {
  font-family: "lato", sans-serif;
  color: #3f3e3f;
}
@media (min-width: 1366px) {
  blockquote p {
    font-size: 16.5px;
  }
}
@media (max-width: 599px) {
  blockquote p {
    font-size: 15.5px;
  }
}

label {
  font-family: "lato", sans-serif;
}

.commentary {
  color: #3f3e3f;
}
@media (min-width: 1366px) {
  .commentary {
    font-size: 16px;
  }
}

.arrow-container {
  position: absolute;
  top: 60vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media (min-width: 1366px) {
  .arrow-container {
    top: -20vh;
    left: calc(50% + 120px);
  }
}
@media (max-width: 899px) {
  .arrow-container {
    top: 48vh;
  }
}
@media (max-width: 599px) {
  .arrow-container {
    display: none;
  }
}
.arrow-container {
  /* Arrow & Hover Animation */
}
.arrow-container button {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  transform: rotate(90deg);
  bottom: 0;
  position: relative;
}
.arrow-container .arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 70px;
  height: 90px;
}
.arrow-container .arrow:hover polyline, .arrow-container .arrow:focus polyline {
  stroke-width: 3;
}
.arrow-container .arrow:active polyline {
  stroke-width: 6;
  transition: all 100ms ease-in-out;
}
.arrow-container polyline {
  transition: all 250ms ease-in-out;
}

.ornament {
  opacity: 0.65;
}

#home .clavecin-orgue,
#home-fr .clavecin-orgue {
  letter-spacing: normal;
}
#home .half-font,
#home-fr .half-font {
  font-size: 50%;
}
#home .basse-continue,
#home-fr .basse-continue {
  font-size: 40px;
  letter-spacing: normal;
}
#home h5,
#home-fr h5 {
  color: #777;
  font-size: 15.5px;
  font-family: "lato", sans-serif;
  text-transform: uppercase;
}
#home h6,
#home-fr h6 {
  font-family: "lato", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.25px;
  color: #000;
}
@media (max-width: 599px) {
  #home h6,
  #home-fr h6 {
    font-size: 1em;
  }
}
#home button,
#home-fr button {
  font-family: "lato", sans-serif;
}

#documentary p {
  font-weight: 300 !important;
}
#documentary button {
  font-family: "lato", sans-serif;
}

#dissertation h6 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.5px;
}
@media (max-width: 599px) {
  #dissertation h6 {
    font-size: 0.8em;
  }
}

h3.covid {
  color: red;
}

.strikethrough {
  text-decoration: line-through;
}

[type=range] {
  -webkit-appearance: none;
  margin: 5px 0;
  width: 100%;
}
[type=range]:focus {
  outline: 0;
}
[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(0, 0, 0, 0);
}
[type=range]:focus::-ms-fill-lower {
  background: transparent;
}
[type=range]:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}
[type=range]::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 0;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 0 0 0 transparent, 0 0 0 rgba(12.75, 12.75, 12.75, 0);
  background: transparent;
  border: 0 solid transparent;
  border-radius: 0;
}
[type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 0 transparent, 0 0 0 rgba(12.75, 12.75, 12.75, 0);
  background: #666;
  border: 0 solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  width: 10px;
  -webkit-appearance: none;
  margin-top: -5px;
}
[type=range]::-moz-range-track {
  cursor: pointer;
  height: 0;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 0 0 0 transparent, 0 0 0 rgba(12.75, 12.75, 12.75, 0);
  background: transparent;
  border: 0 solid transparent;
  border-radius: 0;
}
[type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 transparent, 0 0 0 rgba(12.75, 12.75, 12.75, 0);
  background: #666;
  border: 0 solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  width: 10px;
}
[type=range]::-ms-track {
  cursor: pointer;
  height: 0;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 5px 0;
  color: transparent;
}
[type=range]::-ms-fill-lower {
  box-shadow: 0 0 0 transparent, 0 0 0 rgba(12.75, 12.75, 12.75, 0);
  background: rgba(0, 0, 0, 0);
  border: 0 solid transparent;
  border-radius: 0;
}
[type=range]::-ms-fill-upper {
  box-shadow: 0 0 0 transparent, 0 0 0 rgba(12.75, 12.75, 12.75, 0);
  background: transparent;
  border: 0 solid transparent;
  border-radius: 0;
}
[type=range]::-ms-thumb {
  box-shadow: 0 0 0 transparent, 0 0 0 rgba(12.75, 12.75, 12.75, 0);
  background: #666;
  border: 0 solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin-top: 0;
}

header.navigation {
  background-color: rgba(24, 24, 24, 0.5568627451);
  height: 65px;
  width: 100%;
  z-index: 999;
  position: absolute;
}
@media (min-width: 900px) and (max-width: 1365px) {
  header.navigation {
    position: fixed;
  }
}
@media (max-width: 899px) {
  header.navigation {
    border-bottom: solid 1px #333 !important;
    position: fixed;
    height: 60px;
  }
}
@media (max-width: 599px) {
  header.navigation {
    position: absolute;
  }
}
@media (max-width: 599px) {
  header.navigation {
    height: 45px;
  }
}
@media (min-width: 900px) {
  header.navigation {
    border-bottom: solid 1px #333 !important;
  }
}
@media (min-width: 1366px) {
  header.navigation {
    border-right: solid 2px #333;
    border-bottom: none !important;
    position: fixed;
    top: 0;
    left: 0;
    -ms-overflow-style: none;
    overflow-y: auto;
    overflow-x: hidden;
  }
  header.navigation .not-xl {
    display: none !important;
  }
}
@media (max-width: 1365px) {
  header.navigation .xl-only {
    display: none !important;
  }
}
header.navigation span.vertical-only {
  display: none;
}
@media (max-width: 899px) {
  header.navigation span.vertical-only {
    display: inline;
  }
}
@media (min-width: 1366px) {
  header.navigation span.vertical-only {
    display: inline;
  }
}
@media (min-width: 1366px) {
  header.navigation header.navigation::-webkit-scrollbar {
    display: none;
  }
}
header.navigation .navigation-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
header.navigation .navigation-wrapper {
  position: relative;
  z-index: 9999;
  height: 65px;
}
@media (min-width: 1366px) {
  header.navigation .navigation-wrapper {
    -ms-overflow-style: none;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 899px) {
  header.navigation .navigation-wrapper {
    height: 60px;
  }
}
@media (max-width: 599px) {
  header.navigation .navigation-wrapper {
    height: 45px;
  }
}
@media (min-width: 1366px) {
  header.navigation navigation-wrapper::-webkit-scrollbar {
    display: none;
  }
}
header.navigation a.logo {
  height: 65px;
}
header.navigation a.logo:hover, header.navigation a.logo:active, header.navigation a.logo:focus {
  color: #ddd !important;
}
@media (max-width: 899px) {
  header.navigation a.logo {
    height: 60px !important;
  }
}
@media (max-width: 599px) {
  header.navigation a.logo {
    padding-bottom: 10px;
    height: 45px !important;
  }
}
header.navigation .logo {
  float: left;
  line-height: 60px;
  padding-left: 16px;
  padding-right: 8px;
  color: #fff;
  font-weight: 400;
}
header.navigation .logo .lysiane {
  display: inline;
}
@media (min-width: 900px) and (max-width: 1365px) {
  header.navigation .logo {
    display: flex;
    flex-direction: column-reverse;
    color: #fff;
    letter-spacing: 0.4px;
    font-size: 26px;
    width: 257px;
    line-height: 10px;
    padding-left: 10px;
    margin-top: -15px;
  }
  header.navigation .logo .harpsichord {
    font-size: 22.5px !important;
  }
  header.navigation .logo br {
    display: none;
  }
}
@media (max-width: 899px) {
  header.navigation .logo {
    display: flex;
    flex-direction: column-reverse;
    font-size: 26px;
    width: 300px;
    line-height: 10px;
    padding-left: 10px;
    padding-bottom: 14px;
  }
  header.navigation .logo br {
    display: none;
  }
}
@media (max-width: 599px) {
  header.navigation .logo {
    display: flex;
    flex-direction: column-reverse;
    font-size: 22px;
    padding-right: 0px;
    padding-left: 8px;
    line-height: 5px;
    margin-left: 0;
    letter-spacing: 0;
    width: 220px;
    height: 45px;
  }
}
header.navigation .logo br {
  display: none;
}
@media (max-width: 599px) {
  header.navigation .logo br {
    display: inline-block;
  }
}
header.navigation .logo .harpsichord {
  font-variant: none;
  font-size: 0.8em;
  letter-spacing: 1.2px;
  font-weight: 300;
  font-variant: normal;
}
@media (min-width: 900px) and (max-width: 1365px) {
  header.navigation .logo .harpsichord {
    font-size: 30px;
    padding-bottom: 8px;
  }
}
@media (max-width: 899px) {
  header.navigation .logo .harpsichord {
    padding-bottom: 17px;
    letter-spacing: 1.7px;
  }
}
@media (max-width: 599px) {
  header.navigation .logo .harpsichord {
    margin: 0;
    font-size: 18px;
    padding-bottom: 10px;
    letter-spacing: 1.3px;
  }
}
header.navigation {
  /* =======================
            HAMBURGER
     ======================= */
}
header.navigation .hamburger {
  margin: 16px 16px 0 16px;
  float: right;
}
header.navigation .hamburger:focus {
  outline: 1px solid white;
  border-radius: 4px;
}
header.navigation .hamburger:hover {
  outline: 0 !important;
}
@media (max-width: 899px) {
  header.navigation .hamburger {
    margin: 12px 16px 0;
  }
}
@media (max-width: 599px) {
  header.navigation .hamburger {
    position: fixed;
    right: 0;
    z-index: 99999;
    margin: 0 !important;
    padding: 8px 10px;
    background-color: rgba(24, 24, 24, 0.5568627451);
  }
  header.navigation .hamburger:hover {
    opacity: 1;
  }
}
header.navigation .hamburger-box {
  width: 40px;
}
@media (max-width: 599px) {
  header.navigation .hamburger-box {
    width: 25px;
    height: 12px !important;
  }
}
header.navigation .hamburger-inner, header.navigation .hamburger-inner::before, header.navigation .hamburger-inner::after {
  width: 40px;
  background-color: #fff;
}
@media (max-width: 599px) {
  header.navigation .hamburger-inner, header.navigation .hamburger-inner::before, header.navigation .hamburger-inner::after {
    width: 25px;
  }
}
header.navigation button, header.navigation [type=button], header.navigation [type=reset], header.navigation [type=submit] {
  background-color: transparent;
}
@media (min-width: 900px) {
  header.navigation .navigation-menu-button {
    display: none;
  }
}
header.navigation .navigation-menu-button:focus, header.navigation .navigation-menu-button:hover {
  color: #ccc;
}
header.navigation nav {
  float: none;
  height: 65px;
  line-height: 65px;
  z-index: 9999999;
}
@media (min-width: 900px) {
  header.navigation nav {
    float: right;
  }
}
@media (max-width: 599px) {
  header.navigation nav {
    height: 45px;
  }
}
header.navigation ul.navigation-menu {
  clear: both;
  display: none;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  width: 100%;
}
@media (max-width: 899px) {
  header.navigation ul.navigation-menu {
    width: 300px;
    float: right;
    overflow-y: auto;
    max-height: 100vh;
    padding-bottom: 60px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: auto -ms-autohiding-scrollbar;
  }
}
@media (max-width: 599px) {
  header.navigation ul.navigation-menu {
    padding-bottom: 45px;
  }
}
header.navigation ul.navigation-menu.show {
  display: block;
}
@media (min-width: 900px) {
  header.navigation ul.navigation-menu {
    display: inline;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 599px) {
  header.navigation ul.navigation-menu {
    position: fixed;
    right: 0;
    top: 45px;
  }
}
header.navigation ul li.nav-link {
  display: block;
  line-height: 65px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  font-size: 16px;
}
header.navigation ul li.nav-link.dropdown {
  overflow: visible;
}
@media (min-width: 900px) {
  header.navigation ul li.nav-link {
    background: transparent;
    display: inline;
    line-height: 65px;
    height: 65px;
    text-decoration: none;
    width: auto;
  }
}
@media (max-width: 899px) {
  header.navigation ul li.nav-link {
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    background-color: rgba(24, 24, 24, 0.9568627451);
    text-transform: uppercase;
    letter-spacing: 1.15px;
  }
}
header.navigation ul li.nav-link a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 900px) and (max-width: 1365px) {
  header.navigation ul li.nav-link a {
    line-height: 35px;
    margin: 10px 0 10px;
    padding: 0 15px;
  }
}
@media (max-width: 1100px) {
  header.navigation ul li.nav-link a {
    padding: 0 8px;
  }
}
@media (max-width: 899px) {
  header.navigation ul li.nav-link a {
    width: 100%;
  }
}
header.navigation ul li.nav-link a:focus, header.navigation ul li.nav-link a:hover {
  color: #ccc;
}
@media (min-width: 900px) and (max-width: 1365px) {
  header.navigation li.main-menu-link > a.active,
  header.navigation li.main-menu-link > a.better-active {
    border-top: solid 2px #555;
  }
}
@media (max-width: 899px) {
  header.navigation li.main-menu-link > a.active,
  header.navigation li.main-menu-link > a.better-active {
    border-top: none;
    background-color: rgba(51, 51, 51, 0.9294117647);
    color: #ddd;
  }
  header.navigation li.main-menu-link > a.active:hover,
  header.navigation li.main-menu-link > a.better-active:hover {
    color: #bbb !important;
  }
}
@media (max-width: 899px) {
  header.navigation li.nav-link.nav-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  header.navigation li.nav-link.nav-icons #yt {
    order: 2;
  }
  header.navigation li.nav-link.nav-icons #insta {
    order: 1;
    padding: 0 !important;
  }
  header.navigation li.nav-link.nav-icons #fb {
    order: 3;
    padding: 0 !important;
  }
}
header.navigation svg.icon-youtube, header.navigation svg.icon-instagram, header.navigation svg.icon-facebook {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  fill: currentColor;
}
@media (max-width: 899px) {
  header.navigation svg.icon-youtube, header.navigation svg.icon-instagram, header.navigation svg.icon-facebook {
    width: 24px;
    height: 24px;
  }
}
header.navigation svg.icon-caret-down {
  display: inline-block;
  width: 10px;
  height: 6px;
  vertical-align: middle;
  margin-left: 4px;
  fill: currentColor;
}
@media (min-width: 900px) and (max-width: 1365px) {
  header.navigation svg.icon-youtube {
    position: relative;
  }
}
@media (min-width: 900px) and (max-width: 1365px) {
  header.navigation svg.icon-instagram {
    position: relative;
  }
}
@media (max-width: 899px) {
  header.navigation svg.icon-instagram {
    margin-right: 0;
    margin-left: 20px;
  }
}
@media (min-width: 900px) and (max-width: 1365px) {
  header.navigation svg.icon-facebook {
    position: relative;
  }
}
@media (max-width: 899px) {
  header.navigation svg.icon-facebook {
    margin-right: 20px;
    margin-left: 0;
  }
}
@media (min-width: 900px) {
  header.navigation li.button-language {
    display: inline-block;
  }
}
@media (max-width: 899px) {
  header.navigation li.button-language {
    background-color: rgba(24, 24, 24, 0.9568627451);
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-bottom: 75px;
  }
}
header.navigation li.button-language .language {
  color: #fff;
  font-family: "lato", sans-serif;
  font-weight: 500;
}
header.navigation li.button-language .language:hover, header.navigation li.button-language .language:focus, header.navigation li.button-language .language:active {
  color: #eee;
}
@media (min-width: 900px) and (max-width: 1365px) {
  header.navigation li.button-language .language {
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: 400;
  }
}
@media (max-width: 1100px) {
  header.navigation li.button-language .language {
    font-size: 11px !important;
    padding: 0 5px !important;
  }
}
@media (max-width: 899px) {
  header.navigation li.button-language .language {
    font-size: 14px !important;
    text-transform: uppercase;
    border: solid 2px #fff !important;
    margin: 0 5% 5%;
    width: 90% !important;
    height: 45px;
    line-height: 40px !important;
    padding: 0 24px !important;
    text-align: center;
    height: 45px;
    letter-spacing: 1.15px;
  }
  header.navigation li.button-language .language:hover, header.navigation li.button-language .language:active, header.navigation li.button-language .language:focus {
    color: #181818;
    background-color: #fff;
    border: solid 3px;
    letter-spacing: 1.15px;
  }
}
header.navigation .active-nav-item a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 3px;
}
header.navigation {
  /* =======================
          DROPDOWN MENU
     ======================= */
}
@media (max-width: 899px) {
  header.navigation #services-submenu,
  header.navigation #projects-submenu {
    display: none;
    z-index: 1000;
  }
  header.navigation #services-submenu li,
  header.navigation #projects-submenu li {
    border-top: 1px solid;
    background-color: rgba(24, 24, 24, 0.4568627451);
    position: relative;
    width: 300px;
  }
  header.navigation #services-submenu li .active,
  header.navigation #services-submenu li .better-active,
  header.navigation #projects-submenu li .active,
  header.navigation #projects-submenu li .better-active {
    border-top: none;
    background-color: #555 !important;
    color: #ddd;
  }
  header.navigation #services-submenu li .active:hover,
  header.navigation #services-submenu li .better-active:hover,
  header.navigation #projects-submenu li .active:hover,
  header.navigation #projects-submenu li .better-active:hover {
    color: #bbb !important;
  }
  header.navigation ul.submenu a {
    text-transform: none !important;
  }
  header.navigation li.nav-link.dropdown {
    overflow: visible;
  }
}
@media (min-width: 900px) and (max-width: 1365px) {
  header.navigation .dropdown {
    position: relative;
  }
  header.navigation ul li.navlink.dropdown .active,
  header.navigation ul li.navlink.dropdown .better-active {
    border-top: none !important;
  }
  header.navigation #services-submenu,
  header.navigation #projects-submenu {
    position: absolute;
    display: none;
    z-index: 1000;
  }
  header.navigation #services-submenu li,
  header.navigation #projects-submenu li {
    display: block;
    height: 60px;
    padding: 0;
  }
  header.navigation #services-submenu li:last-child a,
  header.navigation #projects-submenu li:last-child a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: none;
  }
  header.navigation #services-submenu li a,
  header.navigation #projects-submenu li a {
    margin: 0;
    display: inline-block;
    text-align: right;
    width: 100%;
    height: 60px;
    line-heigh: 60px;
    background-color: #181818;
    color: #fff;
    text-align: left;
    width: 240px;
    padding-left: 16px;
    padding-top: 14px;
    border-bottom: 1px solid #333;
  }
  header.navigation #services-submenu li a:hover,
  header.navigation #projects-submenu li a:hover {
    color: #ccc !important;
  }
  header.navigation #services-submenu li .active,
  header.navigation #services-submenu li .better-active,
  header.navigation #projects-submenu li .active,
  header.navigation #projects-submenu li .better-active {
    border-top: none;
    background-color: #333;
    color: #fff;
  }
  header.navigation #services-submenu li .active:hover,
  header.navigation #services-submenu li .better-active:hover,
  header.navigation #projects-submenu li .active:hover,
  header.navigation #projects-submenu li .better-active:hover {
    color: #ccc !important;
  }
  header.navigation #services-submenu {
    right: -150px;
  }
  header.navigation #projects-submenu {
    right: -150px;
  }
  header.navigation ul li.nav-link a:hover {
    color: #eee !important;
  }
  header.navigation ul li.nav-link a:focus {
    color: #eaeaea !important;
  }
  header.navigation ul li.nav-link.dropdown {
    padding-right: 0;
    overflow: visible;
  }
}
header.navigation .navigation-tools {
  background: #505050;
  clear: both;
  display: block;
  height: 65px;
}
@media (min-width: 900px) {
  header.navigation .navigation-tools {
    background: transparent;
    clear: none;
    float: right;
  }
}
header.navigation {
  /* ======================
          XL-SCREEN
     ====================== */
}
@media (min-width: 1366px) {
  header.navigation {
    height: 100vh;
    width: 240px;
  }
  header.navigation .navigation-wrapper {
    height: 100vh;
  }
  header.navigation a.logo {
    height: auto !important;
    padding: 20px 0 20px 25px;
    line-height: 48px;
    border-bottom: solid 1px #aaa;
    letter-spacing: 0.04em;
    color: #fff;
    font-size: 44px;
    font-weight: 300;
  }
  header.navigation a.logo .boulva {
    letter-spacing: 0.04em;
  }
  header.navigation .harpsichord {
    padding-top: 0;
    display: block;
    line-height: 40px;
  }
  header.navigation .harpsichord.hpd-en {
    font-size: 20px !important;
    letter-spacing: 0.35px !important;
    padding-left: 2px;
  }
  header.navigation nav {
    float: left;
    width: 100%;
    color: #fff;
  }
  header.navigation ul.navigation-menu {
    display: block;
    padding-top: 32px;
  }
  header.navigation ul li.nav-link {
    display: block;
    text-align: left;
    margin: 0;
    width: 100%;
    line-height: 16px;
    height: auto;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 16px;
    letter-spacing: 1.75px;
  }
  header.navigation ul li.nav-link a {
    color: inherit;
    padding: 10px 0 10px 9px;
    margin: 5px 0;
    line-height: 16px;
  }
  header.navigation ul li.nav-link > a.xl-only {
    pointer-events: none;
    padding-bottom: 0;
  }
  header.navigation li.main-menu-link > a.active,
  header.navigation li.main-menu-link > a.better-active {
    border-left: solid 3px #fff;
  }
  header.navigation ul.submenu {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
  }
  header.navigation ul.submenu li {
    width: 100%;
    margin-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.navigation ul.submenu a {
    display: block;
    background-color: transparent;
    width: auto;
    text-transform: capitalize;
    padding: 10px 0 10px 10px !important;
    margin: 0 !important;
  }
  header.navigation ul.submenu li .active,
  header.navigation ul.submenu li .better-active {
    border-left: solid 3px #fff;
  }
  header.navigation li.nav-link.nav-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: visible;
    padding-left: 7px;
  }
  header.navigation li.nav-link.nav-icons a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0 !important;
    padding: 8px 24px !important;
  }
  header.navigation li.nav-link.nav-icons #insta {
    order: 1;
    padding-left: 0 !important;
  }
  header.navigation li.nav-link.nav-icons #yt {
    order: 2;
  }
  header.navigation li.nav-link.nav-icons #fb {
    order: 3;
  }
  header.navigation svg.icon-youtube, header.navigation svg.icon-instagram, header.navigation svg.icon-facebook {
    width: 28px;
    height: 28px;
    fill: #fff;
  }
  header.navigation svg.icon-youtube:hover, header.navigation svg.icon-instagram:hover, header.navigation svg.icon-facebook:hover {
    fill: #ccc;
  }
  header.navigation .language {
    border: solid 2px #fff;
    color: #fff !important;
    width: 180px !important;
    margin: 20px 12px 50px 25px !important;
    text-align: center !important;
    font-size: 14px !important;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    padding: 12px auto;
  }
  header.navigation .language:hover, header.navigation .language:active, header.navigation .language:focus {
    color: #181818 !important;
    background-color: #fff !important;
  }
}

@media (min-width: 1366px) {
  header.navigation.fr-nav .harpsichord {
    font-size: 26px !important;
    letter-spacing: 0px !important;
  }
}
header.navigation.fr-nav ul.submenu a {
  text-transform: none !important;
}

.wrapper-for-content-outside-of-footer {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -96px;
  position: relative;
}

html, body {
  height: 100%;
}

.wrapper-for-content-outside-of-footer::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.footer-2 {
  background: #333333;
  display: block;
  padding-bottom: 0.5em;
  width: 100%;
  font-size: 13.6px;
  text-align: center;
  position: absolute;
  bottom: -80px;
  height: 80px;
}
@media (min-width: 1366px) {
  .footer-2 {
    background: transparent;
    bottom: 0;
    display: block;
    height: 20px;
    padding: 0 20px 0 0;
  }
}
@media (max-width: 899px) {
  .footer-2 {
    line-height: 16px;
    padding-top: 7px;
    height: 45px;
  }
}
@media (max-width: 450px) {
  .footer-2 {
    padding-top: 0;
  }
}
.footer-2 ul {
  margin-bottom: 6.4px;
  padding: 0;
  display: inline-block;
  position: relative;
}
@media (min-width: 1366px) {
  .footer-2 ul {
    display: inline-block;
    float: right;
  }
}
@media (min-width: 900px) and (max-width: 1365px) {
  .footer-2 ul {
    line-height: 24px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (max-width: 899px) {
  .footer-2 ul {
    margin: 0 auto;
    line-height: 16px;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 450px) {
  .footer-2 ul {
    flex-direction: column;
  }
}
.footer-2 ul li {
  list-style: none;
  padding-right: 16px;
}
@media (min-width: 900px) and (max-width: 1365px) {
  .footer-2 ul li {
    display: inline;
  }
}
@media (max-width: 899px) {
  .footer-2 ul li {
    padding: 0 !important;
  }
}
.footer-2 ul li a {
  text-decoration: none;
  position: relative;
  color: rgba(255, 255, 255, 0.55);
}
.footer-2 ul li a:focus, .footer-2 ul li a:hover {
  color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 900px) and (max-width: 1365px) {
  .footer-2 ul li a {
    font-weight: 300;
  }
}
.footer-2 ul li a img {
  height: 28px;
  opacity: 0.7;
  padding-top: 5px;
  bottom: -6px;
  position: relative;
}
@media (max-width: 899px) {
  .footer-2 ul li a img {
    bottom: 0px;
    margin-right: 0;
  }
}
@media (max-width: 450px) {
  .footer-2 ul li a img {
    height: 24px;
  }
}
.footer-2 ul li a img:focus, .footer-2 ul li a img:hover {
  opacity: 0.85;
}
@media (max-width: 899px) {
  .footer-2 a.pages {
    display: none;
  }
}
@media (min-width: 1366px) {
  .footer-2 a.pages {
    display: none;
  }
}
.footer-2 li.social-icons {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 900px) and (max-width: 1365px) {
  .footer-2 li.social-icons {
    position: relative;
    top: 6px;
  }
}
@media (min-width: 1366px) {
  .footer-2 li.social-icons a.youtube,
  .footer-2 li.social-icons a.instagram {
    display: none;
  }
}
.footer-2 li.social-icons a.youtube img {
  height: 20px;
  position: relative;
  top: 2px;
  padding-top: 0;
}
@media (max-width: 599px) {
  .footer-2 li.social-icons a.youtube img {
    position: relative;
    top: 0;
  }
}
@media (max-width: 450px) {
  .footer-2 li.social-icons a.youtube img {
    height: 20px;
    position: relative;
    top: 2px;
  }
}
.footer-2 li.social-icons a.instagram .icon-instagram {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  padding-bottom: 3px;
  margin-left: 8px;
}
@media (max-width: 899px) {
  .footer-2 li.social-icons a.instagram .icon-instagram {
    position: relative;
    top: 0;
    padding-bottom: 0;
    width: 21px;
    height: 21px;
  }
}
@media (max-width: 450px) {
  .footer-2 li.social-icons a.instagram .icon-instagram {
    width: 20px;
    height: 20px;
  }
}
.footer-2 li.copyright {
  color: rgba(255, 255, 255, 0.55);
  padding-top: 5px;
  display: block;
  font-size: 13px;
}
@media (min-width: 1366px) {
  .footer-2 li.copyright {
    margin-top: -30px;
  }
}
@media (max-width: 899px) {
  .footer-2 li.copyright {
    font-size: 12px;
    padding: 0;
    bottom: -3px;
    position: relative;
    margin-right: 50px;
  }
}
@media (max-width: 450px) {
  .footer-2 li.copyright {
    margin: 0;
    bottom: 0;
  }
}
.footer-2 li.copyright span {
  display: none;
}
@media (max-width: 450px) {
  .footer-2 li.copyright span {
    display: none;
  }
}

@media (min-width: 1366px) {
  #home .footer-2,
  #home-fr .footer-2 {
    bottom: 0;
  }
}
@media (max-width: 899px) {
  #home .footer-2,
  #home-fr .footer-2 {
    bottom: -30px;
  }
}
@media (max-width: 599px) {
  #home .footer-2,
  #home-fr .footer-2 {
    bottom: -45px;
  }
}
#home .footer-2 li.copyright,
#home-fr .footer-2 li.copyright {
  color: #888;
}

@media (min-width: 1366px) {
  #biography .footer-2 li.copyright {
    color: #888;
    font-size: 12px;
    padding: 0;
    padding-right: 20px;
  }
}
@media (max-width: 899px) {
  #biography .footer-2 {
    bottom: -30px;
  }
}

#music .footer-2 {
  bottom: -80px;
  background-color: #000;
}
@media (min-width: 1366px) {
  #music .footer-2 {
    bottom: 1px;
    background-color: transparent;
    z-index: 10;
  }
}
@media (max-width: 899px) {
  #music .footer-2 {
    bottom: -45px;
    padding-top: 20px;
    background-color: #000;
    position: absolute;
    padding-top: 10px;
  }
}
@media (max-width: 450px) {
  #music .footer-2 {
    bottom: -44px;
    padding-top: 0;
  }
}

#documentary .footer-2 {
  color: #333;
}
@media (min-width: 1366px) {
  #documentary .footer-2 {
    bottom: 0;
  }
}
@media (max-width: 899px) {
  #documentary .footer-2 {
    bottom: -45px;
  }
}

@media (min-width: 1366px) {
  #dissertation .footer-2 {
    bottom: 0;
  }
}
#dissertation .footer-2 li.copyright {
  color: #888;
}
@media (max-width: 599px) {
  #dissertation .footer-2 {
    bottom: -45px;
  }
}

@media (min-width: 1366px) {
  #contact .footer-2, .form-success .footer-2 {
    bottom: 0;
  }
}
@media (max-width: 899px) {
  #contact .footer-2, .form-success .footer-2 {
    bottom: -45px;
  }
}

#home,
#home-fr {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#home section.hero-bg,
#home-fr section.hero-bg {
  padding-top: 65px;
  position: relative;
}
@media (min-width: 1366px) {
  #home section.hero-bg,
  #home-fr section.hero-bg {
    padding-top: 0;
  }
}
@media (max-width: 899px) {
  #home section.hero-bg,
  #home-fr section.hero-bg {
    padding-top: 60px;
  }
}
@media (max-width: 599px) {
  #home section.hero-bg div.main-img,
  #home-fr section.hero-bg div.main-img {
    position: absolute;
  }
}
@media (max-width: 599px) {
  #home section.hero-bg,
  #home-fr section.hero-bg {
    padding-top: 45px;
  }
}
#home section.hero-bg .main-img,
#home-fr section.hero-bg .main-img {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)), url("/assets/img/home_background_md.jpg") no-repeat;
  background-position: top;
  background-size: 100% auto;
  background-color: #181818;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-size: cover;
  overflow-y: auto;
}
@media (min-width: 1366px) {
  #home section.hero-bg .main-img,
  #home-fr section.hero-bg .main-img {
    background-size: cover;
    background-position: 44%;
  }
}
@media (max-width: 599px) {
  #home section.hero-bg .main-img,
  #home-fr section.hero-bg .main-img {
    position: absolute;
  }
}
#home section.hero-bg .main-img .home-title,
#home-fr section.hero-bg .main-img .home-title {
  overflow-y: auto;
  overflow-x: hidden;
}
#home section.hero-bg .main-img .home-title h1, #home section.hero-bg .main-img .home-title h4,
#home-fr section.hero-bg .main-img .home-title h1,
#home-fr section.hero-bg .main-img .home-title h4 {
  text-shadow: 0 0 3px #000;
  width: 100%;
  text-align: center;
  padding: 0 50px;
}
@media (min-width: 1366px) {
  #home section.hero-bg .main-img .home-title h1, #home section.hero-bg .main-img .home-title h4,
  #home-fr section.hero-bg .main-img .home-title h1,
  #home-fr section.hero-bg .main-img .home-title h4 {
    margin-left: 240px !important;
  }
}
@media (max-width: 599px) {
  #home section.hero-bg .main-img .home-title h1, #home section.hero-bg .main-img .home-title h4,
  #home-fr section.hero-bg .main-img .home-title h1,
  #home-fr section.hero-bg .main-img .home-title h4 {
    padding: 0 10px;
  }
}
#home section.hero-bg .main-img .home-title h1,
#home-fr section.hero-bg .main-img .home-title h1 {
  margin: 100px auto 30px;
  color: #fff;
  padding-top: 30px;
  line-height: 0.7;
  letter-spacing: 1.2px;
}
@media (max-width: 899px) {
  #home section.hero-bg .main-img .home-title h1,
  #home-fr section.hero-bg .main-img .home-title h1 {
    margin: 100px auto 30px;
    width: 100%;
    line-height: 0.4;
    padding: 0 30px;
  }
}
@media (max-width: 599px) {
  #home section.hero-bg .main-img .home-title h1,
  #home-fr section.hero-bg .main-img .home-title h1 {
    margin: 60px auto 30px;
    line-height: 50px;
  }
}
#home section.hero-bg .main-img .home-title h1 span,
#home-fr section.hero-bg .main-img .home-title h1 span {
  color: #eee;
}
@media (max-width: 899px) {
  #home section.hero-bg .main-img .home-title h1 span,
  #home-fr section.hero-bg .main-img .home-title h1 span {
    color: #e2e2e2;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  #home section.hero-bg .main-img .home-title h1 span,
  #home-fr section.hero-bg .main-img .home-title h1 span {
    margin: 0 auto;
  }
}
#home section.hero-bg .main-img .home-title .clavecin-orgue,
#home-fr section.hero-bg .main-img .home-title .clavecin-orgue {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  line-height: 40px;
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 899px) {
  #home section.hero-bg .main-img .home-title .clavecin-orgue,
  #home-fr section.hero-bg .main-img .home-title .clavecin-orgue {
    line-height: 35px;
  }
}
@media (max-width: 599px) {
  #home section.hero-bg .main-img .home-title .clavecin-orgue,
  #home-fr section.hero-bg .main-img .home-title .clavecin-orgue {
    line-height: 30px;
  }
}
#home section.hero-bg .main-img .home-title h4,
#home-fr section.hero-bg .main-img .home-title h4 {
  color: #dfdfdf;
  font-weight: 100 !important;
  font-variant: normal;
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 899px) {
  #home section.hero-bg .main-img .home-title h4,
  #home-fr section.hero-bg .main-img .home-title h4 {
    margin-bottom: 0;
    line-height: 26px;
    color: #e2e2e2;
  }
}
@media (max-width: 599px) {
  #home section.hero-bg .main-img .home-title h4,
  #home-fr section.hero-bg .main-img .home-title h4 {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 7px;
    letter-spacing: 0.25px;
  }
}
@media (max-width: 450px) {
  #home section.hero-bg .main-img .home-title h4,
  #home-fr section.hero-bg .main-img .home-title h4 {
    font-size: 15px;
  }
}
#home section.hero-bg .main-img .home-title .basse-continue,
#home-fr section.hero-bg .main-img .home-title .basse-continue {
  margin: 0;
  padding: 0;
  font-size: 19.5px;
  color: #efefef;
}
@media (max-width: 599px) {
  #home section.hero-bg .main-img .home-title .basse-continue,
  #home-fr section.hero-bg .main-img .home-title .basse-continue {
    font-size: 15.5px;
  }
}
#home section.hero-bg .main-img .home-title .location-home,
#home-fr section.hero-bg .main-img .home-title .location-home {
  margin: 25px 0 0;
  text-transform: uppercase;
  font-size: 0.85em;
}
#home section.hero-bg .main-img .home-title .location-home i,
#home-fr section.hero-bg .main-img .home-title .location-home i {
  font-size: 1.25em;
}
#home section.hero-bg .main-img .home-title .home-call-to-action,
#home-fr section.hero-bg .main-img .home-title .home-call-to-action {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 1366px) {
  #home section.hero-bg .main-img .home-title .home-call-to-action,
  #home-fr section.hero-bg .main-img .home-title .home-call-to-action {
    margin-left: 240px;
  }
}
@media (max-width: 599px) {
  #home section.hero-bg .main-img .home-title .home-call-to-action,
  #home-fr section.hero-bg .main-img .home-title .home-call-to-action {
    position: absolute;
    bottom: 30px;
  }
}
#home section.hero-bg .main-img .home-title .home-call-to-action button,
#home-fr section.hero-bg .main-img .home-title .home-call-to-action button {
  margin: 50px 30px;
  width: auto;
  min-width: 150px;
  background-color: #005B7C;
  height: 50px;
  padding: 15px 30px;
  color: #eee;
  font-family: "lato", sans-serif;
  text-transform: uppercase;
  border-radius: 25px;
  letter-spacing: 1.5px;
}
#home section.hero-bg .main-img .home-title .home-call-to-action button:hover, #home section.hero-bg .main-img .home-title .home-call-to-action button:focus,
#home-fr section.hero-bg .main-img .home-title .home-call-to-action button:hover,
#home-fr section.hero-bg .main-img .home-title .home-call-to-action button:focus {
  background-color: #004560;
  color: #fff;
}
#home section.main-content,
#home-fr section.main-content {
  height: 100%;
  background-color: #FCFCFC;
  position: relative;
}
@media (min-width: 1366px) {
  #home section.main-content,
  #home-fr section.main-content {
    padding-left: 240px;
  }
}
#home section.main-content,
#home-fr section.main-content {
  width: 100%;
  margin-left: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 69.75%;
}
@media (min-width: 1366px) {
  #home section.main-content,
  #home-fr section.main-content {
    margin-top: 100vh;
  }
}
@media (min-width: 900px) and (max-width: 1365px) {
  #home section.main-content,
  #home-fr section.main-content {
    margin-top: 94vh;
  }
}
@media (max-width: 899px) {
  #home section.main-content,
  #home-fr section.main-content {
    max-width: 100%;
    margin-top: 94vh;
    height: 100%;
  }
}
@media (max-width: 599px) {
  #home section.main-content,
  #home-fr section.main-content {
    border-radius: 0;
    font-size: 17px;
    background-color: #FCFCFC;
  }
}
@media (max-width: 450px) {
  #home section.main-content,
  #home-fr section.main-content {
    margin-bottom: 0;
  }
}
#home section.main-content #homeAnchor,
#home section.main-content #homeAnchorEN,
#home-fr section.main-content #homeAnchor,
#home-fr section.main-content #homeAnchorEN {
  position: absolute;
  margin: 0 auto;
}
@media (min-width: 900px) and (max-width: 1365px) {
  #home section.main-content #homeAnchor,
  #home section.main-content #homeAnchorEN,
  #home-fr section.main-content #homeAnchor,
  #home-fr section.main-content #homeAnchorEN {
    margin: -65px;
  }
}
@media (max-width: 899px) {
  #home section.main-content #homeAnchor,
  #home section.main-content #homeAnchorEN,
  #home-fr section.main-content #homeAnchor,
  #home-fr section.main-content #homeAnchorEN {
    margin: -60px;
  }
}
@media (max-width: 599px) {
  #home section.main-content #homeAnchor,
  #home section.main-content #homeAnchorEN,
  #home-fr section.main-content #homeAnchor,
  #home-fr section.main-content #homeAnchorEN {
    margin: 1px;
  }
}
#home section.main-content .news,
#home-fr section.main-content .news {
  margin: 80px auto;
}
@media (max-width: 899px) {
  #home section.main-content .news,
  #home-fr section.main-content .news {
    padding: 0;
  }
}
@media (max-width: 599px) {
  #home section.main-content .news,
  #home-fr section.main-content .news {
    padding: 0;
    margin: 0 auto;
  }
}
#home section.main-content .news h2,
#home-fr section.main-content .news h2 {
  text-align: center;
  margin-bottom: 70px;
  color: #000;
}
@media (max-width: 599px) {
  #home section.main-content .news h2,
  #home-fr section.main-content .news h2 {
    margin: 50px auto 50px;
  }
}
#home section.main-content .news .news-item,
#home-fr section.main-content .news .news-item {
  position: relative;
  width: 84%;
  max-width: 700px;
  display: block;
  padding: 20px 4%;
  margin: 0 auto;
  border-bottom: solid 1px #ddd;
}
@media (max-width: 899px) {
  #home section.main-content .news .news-item,
  #home-fr section.main-content .news .news-item {
    width: 93%;
    padding: 15px 10px 20px;
  }
}
@media (max-width: 599px) {
  #home section.main-content .news .news-item,
  #home-fr section.main-content .news .news-item {
    padding: 15px 0 20px;
  }
}
#home section.main-content .news .news-item .pinned,
#home-fr section.main-content .news .news-item .pinned {
  position: relative;
  top: 8px;
  margin-right: 5px;
}
#home section.main-content .news .news-item .lodho:hover, #home section.main-content .news .news-item .lodho:active, #home section.main-content .news .news-item .lodho:focus,
#home-fr section.main-content .news .news-item .lodho:hover,
#home-fr section.main-content .news .news-item .lodho:active,
#home-fr section.main-content .news .news-item .lodho:focus {
  color: #1565c0;
}
#home section.main-content .news .news-item a,
#home-fr section.main-content .news .news-item a {
  color: #222;
}
#home section.main-content .news .news-item h5,
#home-fr section.main-content .news .news-item h5 {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 599px) {
  #home section.main-content .news .news-item h5,
  #home-fr section.main-content .news .news-item h5 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#home section.main-content .news .news-item h6,
#home-fr section.main-content .news .news-item h6 {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 599px) {
  #home section.main-content .news .news-item h6,
  #home-fr section.main-content .news .news-item h6 {
    padding: 10px 0 0;
    margin-bottom: 5px;
  }
}
#home section.main-content .news .news-item p,
#home-fr section.main-content .news .news-item p {
  margin: 0;
}
#home section.main-content .news .news-item .event,
#home-fr section.main-content .news .news-item .event {
  max-width: 900px;
  width: 100%;
  position: relative;
}
@media (max-width: 1100px) {
  #home section.main-content .news .news-item .event,
  #home-fr section.main-content .news .news-item .event {
    width: 100%;
  }
}
@media (max-width: 599px) {
  #home section.main-content .news .news-item .event,
  #home-fr section.main-content .news .news-item .event {
    max-width: 100%;
    padding-right: 0;
  }
}
#home section.main-content .news .news-item .event img.only-lm-screen,
#home section.main-content .news .news-item .event img.responsive-screen,
#home section.main-content .news .news-item .event .img-only-s-mobile,
#home-fr section.main-content .news .news-item .event img.only-lm-screen,
#home-fr section.main-content .news .news-item .event img.responsive-screen,
#home-fr section.main-content .news .news-item .event .img-only-s-mobile {
  display: none;
}
@media (min-width: 1366px) {
  #home section.main-content .news .news-item .event .video-container,
  #home-fr section.main-content .news .news-item .event .video-container {
    padding: 0 50% 0 0;
  }
}
@media (min-width: 900px) and (max-width: 1365px) {
  #home section.main-content .news .news-item .event .video-container,
  #home-fr section.main-content .news .news-item .event .video-container {
    padding: 0 50% 0 0;
  }
}
@media (max-width: 899px) {
  #home section.main-content .news .news-item .event .video-container,
  #home-fr section.main-content .news .news-item .event .video-container {
    padding: 0 25%;
  }
}
@media (max-width: 599px) {
  #home section.main-content .news .news-item .event .video-container,
  #home-fr section.main-content .news .news-item .event .video-container {
    padding: 0 8%;
  }
}
#home section.main-content .news .news-item .event .video-container .resp-container,
#home-fr section.main-content .news .news-item .event .video-container .resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
#home section.main-content .news .news-item .event .video-container .resp-container .resp-iframe,
#home-fr section.main-content .news .news-item .event .video-container .resp-container .resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 599px) {
  #home section.main-content .news .news-item .event .event-header,
  #home-fr section.main-content .news .news-item .event .event-header {
    padding: 20px 20px 15px;
  }
}
#home section.main-content .news .news-item .event .event-header .concert-date,
#home-fr section.main-content .news .news-item .event .event-header .concert-date {
  font-weight: 500;
  color: #555;
  font-size: 0.95em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
#home section.main-content .news .news-item .event .event-header .concert-series,
#home-fr section.main-content .news .news-item .event .event-header .concert-series {
  font-family: "baskerville", "Georgia", serif;
  font-weight: 500;
}
#home section.main-content .news .news-item .event .event-header .concert-series a[href]:hover, #home section.main-content .news .news-item .event .event-header .concert-series a[href]:active, #home section.main-content .news .news-item .event .event-header .concert-series a[href]:focus,
#home-fr section.main-content .news .news-item .event .event-header .concert-series a[href]:hover,
#home-fr section.main-content .news .news-item .event .event-header .concert-series a[href]:active,
#home-fr section.main-content .news .news-item .event .event-header .concert-series a[href]:focus {
  color: #1565c0;
}
#home section.main-content .news .news-item .event .event-header .place-time,
#home-fr section.main-content .news .news-item .event .event-header .place-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 8px;
  font-size: 0.92em;
  font-weight: 350;
  color: #353535;
}
@media (max-width: 599px) {
  #home section.main-content .news .news-item .event .event-header .place-time,
  #home-fr section.main-content .news .news-item .event .event-header .place-time {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }
}
#home section.main-content .news .news-item .event .event-header .place-time .concert-place,
#home-fr section.main-content .news .news-item .event .event-header .place-time .concert-place {
  color: #353535;
}
#home section.main-content .news .news-item .event .event-header .place-time .time-separator,
#home-fr section.main-content .news .news-item .event .event-header .place-time .time-separator {
  margin: 0 10px;
  color: #bbb;
  font-weight: 300;
}
@media (max-width: 599px) {
  #home section.main-content .news .news-item .event .event-header .place-time .time-separator,
  #home-fr section.main-content .news .news-item .event .event-header .place-time .time-separator {
    display: none;
  }
}
#home section.main-content .news .news-item .event .event-header .place-time .concert-time,
#home-fr section.main-content .news .news-item .event .event-header .place-time .concert-time {
  color: #555;
}
@media (max-width: 599px) {
  #home section.main-content .news .news-item .event .event-header .place-time .concert-time,
  #home-fr section.main-content .news .news-item .event .event-header .place-time .concert-time {
    margin-top: 2px;
  }
}
#home section.main-content .news .news-item .event .event-header .musicians,
#home-fr section.main-content .news .news-item .event .event-header .musicians {
  margin-bottom: 12px;
}
@media (max-width: 599px) {
  #home section.main-content .news .news-item .event .event-header .musicians,
  #home-fr section.main-content .news .news-item .event .event-header .musicians {
    margin-bottom: 0;
  }
}
#home section.main-content .news .news-item .event .event-header .musicians p, #home section.main-content .news .news-item .event .event-header .musicians .vdr-oct19-music td,
#home-fr section.main-content .news .news-item .event .event-header .musicians p,
#home-fr section.main-content .news .news-item .event .event-header .musicians .vdr-oct19-music td {
  padding: 0;
  font-size: 0.9em;
  line-height: 1.38;
  font-weight: 300;
}
#home section.main-content .news .news-item .event .event-header .musicians p small, #home section.main-content .news .news-item .event .event-header .musicians .vdr-oct19-music td small,
#home-fr section.main-content .news .news-item .event .event-header .musicians p small,
#home-fr section.main-content .news .news-item .event .event-header .musicians .vdr-oct19-music td small {
  font-size: 0.75em;
  color: #555;
  text-transform: uppercase;
  padding-left: 5px;
  letter-spacing: 0.25px;
}
#home section.main-content .news .news-item .event .concert-description,
#home-fr section.main-content .news .news-item .event .concert-description {
  max-width: 700px;
  margin-top: 5px;
  font-size: 0.87em;
  font-weight: 400;
}
@media (max-width: 599px) {
  #home section.main-content .news .news-item .event .concert-description,
  #home-fr section.main-content .news .news-item .event .concert-description {
    margin: 5px 20px 15px;
  }
}
#home section.main-content .news .news-item .event .concert-description-700px,
#home-fr section.main-content .news .news-item .event .concert-description-700px {
  margin-bottom: 10px;
  max-width: 700px;
}
@media (max-width: 599px) {
  #home section.main-content .news .news-item .event .concert-description-700px,
  #home-fr section.main-content .news .news-item .event .concert-description-700px {
    margin: 5px 20px 15px;
  }
}
#home section.main-content .news .news-item .event .prices-and-info,
#home-fr section.main-content .news .news-item .event .prices-and-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: center;
  max-width: 700px;
}
@media (max-width: 1100px) {
  #home section.main-content .news .news-item .event .prices-and-info,
  #home-fr section.main-content .news .news-item .event .prices-and-info {
    flex-grow: 2 !important;
  }
}
@media (max-width: 599px) {
  #home section.main-content .news .news-item .event .prices-and-info,
  #home-fr section.main-content .news .news-item .event .prices-and-info {
    margin: 0 20px;
  }
}
#home section.main-content .news .news-item .event .prices-and-info .concert-prices,
#home-fr section.main-content .news .news-item .event .prices-and-info .concert-prices {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 450px;
}
#home section.main-content .news .news-item .event .prices-and-info .concert-prices p,
#home-fr section.main-content .news .news-item .event .prices-and-info .concert-prices p {
  font-weight: 300;
  line-height: 20px;
  margin-right: 10px;
}
#home section.main-content .news .news-item .event .prices-and-info .concert-prices small,
#home-fr section.main-content .news .news-item .event .prices-and-info .concert-prices small {
  font-size: 0.9em;
  font-weight: 600;
  color: #444 !important;
}
#home section.main-content .news .news-item .event button.home-more-info,
#home-fr section.main-content .news .news-item .event button.home-more-info {
  background-color: #FCFCFC;
  color: #555;
  font-size: 17px;
  font-weight: 500;
  border: solid 2px #555;
  letter-spacing: 0.02em;
  padding: 0 20px;
  height: 48px;
  margin-top: 20px;
}
#home section.main-content .news .news-item .event button.home-more-info:hover, #home section.main-content .news .news-item .event button.home-more-info:active, #home section.main-content .news .news-item .event button.home-more-info:focus,
#home-fr section.main-content .news .news-item .event button.home-more-info:hover,
#home-fr section.main-content .news .news-item .event button.home-more-info:active,
#home-fr section.main-content .news .news-item .event button.home-more-info:focus {
  background-color: #555;
}
#home section.main-content .news .news-item .event button.home-more-info:hover a, #home section.main-content .news .news-item .event button.home-more-info:active a, #home section.main-content .news .news-item .event button.home-more-info:focus a,
#home-fr section.main-content .news .news-item .event button.home-more-info:hover a,
#home-fr section.main-content .news .news-item .event button.home-more-info:active a,
#home-fr section.main-content .news .news-item .event button.home-more-info:focus a {
  color: #fff;
}
#home section.main-content .news .news-item .event button.home-more-info a,
#home-fr section.main-content .news .news-item .event button.home-more-info a {
  color: #333;
  text-transform: capitalize;
}
#home section.main-content .news .news-item .event button.home-more-info .phrase-normale,
#home-fr section.main-content .news .news-item .event button.home-more-info .phrase-normale {
  text-transform: none !important;
}
#home section.main-content .news .news-item .full-width,
#home-fr section.main-content .news .news-item .full-width {
  max-width: 900px;
  width: 100%;
}
#home section.main-content .news .news-item .img-container,
#home-fr section.main-content .news .news-item .img-container {
  display: none;
}
#home section.main-content .news.old .toggle-old-news,
#home-fr section.main-content .news.old .toggle-old-news {
  display: block;
  margin: 30px auto 50px;
  padding: 12px 24px;
  background-color: transparent;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  border: solid 2px #555;
  cursor: pointer;
  transition: all 0.2s ease;
}
#home section.main-content .news.old .toggle-old-news:hover, #home section.main-content .news.old .toggle-old-news:active, #home section.main-content .news.old .toggle-old-news:focus,
#home-fr section.main-content .news.old .toggle-old-news:hover,
#home-fr section.main-content .news.old .toggle-old-news:active,
#home-fr section.main-content .news.old .toggle-old-news:focus {
  background-color: #005B7C;
  border-color: #005B7C;
  color: #fff;
}
@media (max-width: 599px) {
  #home section.main-content .news.old .toggle-old-news,
  #home-fr section.main-content .news.old .toggle-old-news {
    font-size: 14px;
    padding: 10px 20px;
  }
}
#home,
#home-fr {
  /* ===========================
           SPECIAL CASES!
     =========================== */
}
@media (max-width: 599px) {
  #home .vdr-apr19,
  #home-fr .vdr-apr19 {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 599px) {
  #home .vdr-apr19 .event-header,
  #home-fr .vdr-apr19 .event-header {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 899px) {
  .construction {
    padding: 0;
  }
}
.construction {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 450px) {
  .construction {
    padding: 0;
  }
}
.construction section {
  width: 50%;
  margin-left: 25%;
  height: 100%;
  margin-top: 25vh;
  margin-bottom: 5em;
  padding: 0;
  color: #fff;
  border-radius: 5px;
}
@media (min-width: 1366px) {
  .construction section {
    width: 100%;
    margin-left: 0;
    background-image: url("/assets/img/home_background_md.jpg");
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
    border-radius: 0;
    height: 100vh !important;
    overflow: scroll;
  }
}
@media (max-width: 899px) {
  .construction section {
    width: 83.33333%;
    margin-left: 8.33333%;
    margin-bottom: 120px;
    margin-top: 120px;
  }
}
@media (max-width: 450px) {
  .construction section {
    width: 100%;
    margin-left: 0;
    padding: 2em 0em 1em;
    height: 100%;
    margin-bottom: 120px;
    margin-top: 120px;
  }
}
.construction section h4 {
  font-variant: normal;
  font-size: 17.6px;
  color: #f2f2f2;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 80px 64px;
  margin: 0;
  line-height: 24px;
}
@media (min-width: 900px) and (max-width: 1365px) {
  .construction section h4 {
    position: relative;
  }
}
@media (min-width: 1366px) {
  .construction section h4 {
    position: relative;
    top: 20vh;
    left: 66%;
    height: auto;
    width: 400px;
    border: solid 0px #333;
    padding-top: 112px;
    box-shadow: 0px 0px 50px #000;
    background-color: rgba(10, 10, 10, 0.85);
  }
}
@media (max-width: 899px) {
  .construction section h4 {
    margin: 24px auto 16px;
  }
}
@media (max-width: 599px) {
  .construction section h4 {
    position: relative;
    margin: 0;
    padding: 64px 32px;
  }
}
@media (max-width: 450px) {
  .construction section h4 {
    width: 100%;
    margin: 100px 0 0 0;
    padding: 24px 24px 32ox;
  }
}
.construction section h4 a {
  display: block;
  position: relative;
  margin: 60px auto 20px;
  width: 240px;
  height: 40px;
  background-color: #fafafa;
  color: #000;
  border-radius: 3px;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  font-weight: 400;
}
.construction section h4 a:hover {
  background-color: #e1e1e1;
}
.construction section h4 a:active {
  color: #555;
  box-shadow: inset 0 0 5px #666;
}
.form-error a {
  color: #fff;
}
.form-error h4 {
  padding: 0.5em !important;
  font-weight: 300 !important;
  background-color: rgba(26, 0, 0, 0.75) !important;
  border: solid 3px maroon !important;
}

.form-success {
  background: url("/assets/img/home_background_md.jpg") no-repeat fixed;
  background-position: 44%;
  background-size: cover;
  width: 100%;
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 900px) and (max-width: 1365px) {
  .form-success {
    background-position: 80%;
  }
}
@media (max-width: 899px) {
  .form-success {
    background-position: -280px 0;
  }
}
@media (max-width: 450px) {
  .form-success {
    background-position: -250px 0;
  }
}
.form-success section {
  width: 0%;
  margin-left: 0;
  padding: 0;
  width: auto;
  height: 100%;
  width: 100%;
  margin: 0 !important;
  background-color: transparent;
  box-shadow: none;
}
@media (min-width: 1366px) {
  .form-success section {
    margin-left: 120px;
  }
}
.form-success section h4 {
  display: block;
  height: auto;
  width: 500px;
  font-variant: normal;
  font-size: 17.6px;
  color: #f2f2f2;
  background-color: rgba(0, 19, 12, 0.95);
  padding: 32px;
  margin: 25vh auto;
  line-height: 24px;
  border: solid 3px #698b69;
}
@media (max-width: 599px) {
  .form-success section h4 {
    width: 400px;
    padding: 24px 16px;
  }
}
@media (max-width: 450px) {
  .form-success section h4 {
    width: 90%;
  }
}

#biography h5 {
  font-family: "baskerville", "Georgia", serif;
  font-weight: 400;
}
#biography {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#biography section.hero-bg-bio {
  padding-top: 65px;
}
@media (min-width: 1366px) {
  #biography section.hero-bg-bio {
    padding-top: 0px;
  }
}
#biography section.hero-bg-bio div.bio-main-img {
  background: url("/assets/img/lysiane_bio.jpg") no-repeat;
  background-position: top;
  background-size: 100% auto;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  margin-top: 65px;
}
@media (min-width: 1366px) {
  #biography section.hero-bg-bio div.bio-main-img {
    background-size: cover;
    background-position: 100px 0;
    margin-top: 0;
  }
  #biography section.hero-bg-bio div.bio-main-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 100%;
    background-color: #181818;
    pointer-events: none;
  }
}
@media (max-width: 899px) {
  #biography section.hero-bg-bio div.bio-main-img {
    margin-top: 60px;
  }
}
@media (max-width: 599px) {
  #biography section.hero-bg-bio div.bio-main-img {
    margin-top: 45px;
  }
}
@media (max-width: 899px) {
  #biography section.hero-bg-bio {
    padding-top: 60px;
  }
}
@media (max-width: 599px) {
  #biography section.hero-bg-bio div.bio-main-img {
    position: absolute;
  }
}
@media (max-width: 599px) {
  #biography section.hero-bg-bio {
    padding-top: 45px;
  }
}
#biography #bio-anchor {
  position: absolute;
  margin: 0 auto;
}
@media (min-width: 900px) and (max-width: 1365px) {
  #biography #bio-anchor {
    margin: -65px;
  }
}
@media (max-width: 899px) {
  #biography #bio-anchor {
    margin: -60px;
  }
}
@media (max-width: 599px) {
  #biography #bio-anchor {
    margin: 1px;
  }
}
#biography section.main-content-bio {
  height: 100%;
  background-color: #fff;
  position: relative;
  width: 100%;
  margin-left: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 56.5217391304%;
}
@media (min-width: 1366px) {
  #biography section.main-content-bio {
    padding-left: 240px;
    margin-top: 50.4514073287%;
  }
}
@media (max-width: 899px) {
  #biography section.main-content-bio {
    max-width: 100%;
    margin-top: 56.5217391304%;
  }
}
@media (max-width: 599px) {
  #biography section.main-content-bio {
    margin-bottom: 16px;
    border-radius: 0;
    font-size: 17px;
  }
}
@media (max-width: 450px) {
  #biography section.main-content-bio {
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  #biography section.main-content-bio article {
    padding: 0 48px;
  }
}
@media (max-width: 450px) {
  #biography section.main-content-bio article {
    padding: 0 16px;
  }
}
#biography section.main-content-bio .commentary {
  color: #3f3e3f;
  position: relative;
  margin: 0 auto;
  padding: 100px 0 80px;
}
@media (max-width: 899px) {
  #biography section.main-content-bio .commentary {
    padding: 75px 0 50px;
  }
}
@media (max-width: 599px) {
  #biography section.main-content-bio .commentary {
    padding: 50px 0 30px;
  }
}
#biography section.main-content-bio .commentary h5 {
  width: 55%;
  max-width: 800px;
  padding-bottom: 30px;
  max-width: 750px;
  margin: 0 auto;
  font-size: 35px;
  font-style: italic;
  letter-spacing: 1.1px;
}
@media (max-width: 1365px) {
  #biography section.main-content-bio .commentary h5 {
    width: 65%;
    max-width: 700px;
  }
}
@media (max-width: 899px) {
  #biography section.main-content-bio .commentary h5 {
    width: 90%;
  }
}
#biography section.main-content-bio .commentary p {
  width: 55%;
  max-width: 800px;
  padding-bottom: 30px;
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 1365px) {
  #biography section.main-content-bio .commentary p {
    width: 65%;
    max-width: 700px;
  }
}
@media (max-width: 899px) {
  #biography section.main-content-bio .commentary p {
    width: 90%;
  }
}
@media (max-width: 599px) {
  #biography section.main-content-bio .commentary p {
    width: 90% !important;
    padding: 0 0 25px 0;
  }
}
#biography section.main-content-bio .ornament {
  position: relative;
  display: block;
  margin: 0px auto 29px;
  height: 36px;
  opacity: 0.65;
}
@media (max-width: 899px) {
  #biography section.main-content-bio .ornament {
    margin: 10px auto 30px;
  }
}
#biography section.main-content-bio .official-bio {
  padding: 100px 50px;
  color: #111;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  background-color: rgb(247.35, 247.35, 247.35);
}
@media (min-width: 1366px) {
  #biography section.main-content-bio .official-bio {
    width: 100%;
    padding: 100px 5%;
  }
}
@media (min-width: 900px) and (max-width: 1365px) {
  #biography section.main-content-bio .official-bio {
    flex-direction: row;
    max-width: 100%;
  }
}
@media (max-width: 899px) {
  #biography section.main-content-bio .official-bio {
    display: inline-block;
    padding: 75px 75px 40px;
    width: 100%;
  }
}
@media (max-width: 599px) {
  #biography section.main-content-bio .official-bio {
    font-size: 17px;
    padding: 60px 30px;
  }
}
#biography section.main-content-bio .official-bio img.small-bio-portrait.not-mobile {
  margin: 0;
  padding-top: 3px;
  width: 30%;
  height: 100%;
  border-radius: 3px;
}
@media (min-width: 1366px) {
  #biography section.main-content-bio .official-bio img.small-bio-portrait.not-mobile {
    margin-left: 60px;
    padding-top: 50px;
  }
}
#biography section.main-content-bio .official-bio img.small-bio-portrait.mobile-only {
  float: left;
  width: 30%;
  margin-right: 30px;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  #biography section.main-content-bio .official-bio img.small-bio-portrait.mobile-only {
    margin-right: 20px;
    margin-bottom: 10px;
    width: 35%;
  }
}
@media (max-width: 450px) {
  #biography section.main-content-bio .official-bio img.small-bio-portrait.mobile-only {
    width: 40%;
  }
}
#biography section.main-content-bio .official-bio .official-bio-text {
  width: 66%;
  padding-left: 50px;
}
@media (min-width: 1366px) {
  #biography section.main-content-bio .official-bio .official-bio-text {
    width: 60%;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 899px) {
  #biography section.main-content-bio .official-bio .official-bio-text {
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
  }
}
#biography section.main-content-bio .official-bio .official-bio-text h5 {
  font-size: 30px;
}
#biography section.main-content-bio .official-bio .official-bio-text p {
  margin-bottom: 20px;
  max-width: 700px;
  font-weight: 300 !important;
}

#contact {
  background: url("/assets/img/home_background_md.jpg") no-repeat fixed;
  background-position: 44%;
  background-size: cover;
  width: 100%;
  position: relative;
}
@media (min-width: 900px) and (max-width: 1365px) {
  #contact {
    background-position: 80%;
  }
}
@media (max-width: 899px) {
  #contact {
    padding: 0;
    background-position: 83%;
  }
}
#contact {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 450px) {
  #contact {
    padding: 0;
    background: none;
    background-color: #fcfcfc;
  }
}
#contact .contact-page-form {
  min-height: 900px;
}
@media (max-width: 599px) {
  #contact .contact-page-form {
    min-height: auto;
    padding-top: 250px;
    padding-bottom: 100px;
  }
}
@media (max-width: 450px) {
  #contact .contact-page-form {
    padding-top: 0;
    position: relative;
    padding-bottom: 0px;
  }
  #contact .contact-page-form::before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background: url("/assets/img/home_background_md.jpg") no-repeat;
    background-size: cover;
    background-position: 50%;
  }
}
#contact section {
  width: 50%;
  margin-left: 43.75%;
  margin-top: 100px;
  margin-bottom: 9em;
  padding: 2em;
  color: #fff;
  background-color: #fcfcfc;
  border-radius: 5px;
  box-shadow: 0px 0px 50px #000;
  width: 30em;
}
@media (min-width: 1366px) {
  #contact section {
    margin-left: 0;
    margin-top: 50px;
    float: right;
    margin-right: 7%;
    width: 30em;
    padding: 2em;
    position: relative;
  }
}
@media (min-width: 900px) and (max-width: 1365px) {
  #contact section {
    margin-top: 100px;
    float: right;
    margin-right: 2em;
  }
}
@media (max-width: 899px) {
  #contact section {
    width: 100%;
    margin-top: 100px;
    float: right;
    max-width: 30em;
    padding: 0 0 2em 0;
    margin-right: 10px;
  }
}
@media (max-width: 599px) {
  #contact section {
    width: calc(100% - 30px) !important;
    max-width: calc(100% - 30px) !important;
    margin-right: 15px !important;
    margin-left: 15px !important;
    margin-top: 0;
    margin-bottom: 2em;
    padding: 10px 10px 2em !important;
    box-sizing: border-box;
    float: none;
  }
}
@media (max-width: 450px) {
  #contact section {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border-radius: 0;
    box-shadow: none;
    padding: 1em 25px 2em !important;
  }
}
#contact section form {
  border-radius: 4px;
  color: #333;
  padding: 0;
  max-width: 30em;
  margin: 0 auto;
}
@media (min-width: 451px) {
  #contact section form ::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
  }
  #contact section form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
  }
  #contact section form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
  }
  #contact section form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: transparent;
  }
  #contact section form textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
  }
  #contact section form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
  }
  #contact section form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
  }
  #contact section form textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: transparent;
  }
}
#contact section form [type=email], #contact section form [type=text], #contact section form textarea {
  background-color: #f4f4f4;
  border: solid 1px #ccc;
  border-radius: 0;
}
@media (max-width: 599px) {
  #contact section form [type=email], #contact section form [type=text], #contact section form textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 450px) {
  #contact section form [type=email], #contact section form [type=text], #contact section form textarea {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 599px) {
  #contact section form .g-recaptcha {
    transform: scale(0.85);
    transform-origin: left top;
  }
}
@media (min-width: 1366px) {
  #contact section form {
    padding: 0;
  }
}
@media (max-width: 899px) {
  #contact section form {
    padding: 0 8%;
    margin: 2em auto 0;
  }
}
@media (max-width: 599px) {
  #contact section form {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    margin-top: 0;
    box-sizing: border-box;
  }
}
@media (max-width: 450px) {
  #contact section form {
    margin-top: 1.5em;
  }
}
#contact section form label {
  font-weight: 400;
}
@media (max-width: 450px) {
  #contact section form label {
    display: none;
  }
}
#contact section form input[type=submit],
#contact section form input[type=reset] {
  background-color: rgba(250, 250, 250, 0.05);
  color: #333;
  font-weight: 500;
  height: 44px;
  border-radius: 22px;
}
#contact section form input[type=submit] {
  border: solid 0.18em #005B7C;
  background-color: #005B7C;
  color: #fff;
}
#contact section form input[type=submit]:hover {
  border-color: rgb(0, 72.2862903226, 98.5);
  color: #005B7C;
  background-color: rgba(250, 250, 250, 0.05);
}
#contact section form input[type=submit]:focus, #contact section form input[type=submit]:active {
  background-color: #005B7C;
}
#contact section form input[type=reset] {
  float: right;
  border: solid 0.15em #333;
}
#contact section form input[type=reset]:hover {
  border-color: #666;
  color: #fff;
  background-color: #666;
}
#contact section form input[type=reset]:focus, #contact section form input[type=reset]:active {
  background-color: rgb(71.4, 71.4, 71.4);
}

#music.wrapper-for-content-outside-of-footer {
  background-color: #fff;
  width: 100%;
  position: relative;
  min-height: 100% !important;
}
#music.wrapper-for-content-outside-of-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/assets/img/music_background_md.jpg") no-repeat fixed;
  background-position: 44%;
  background-size: cover;
  opacity: 0.87;
  z-index: 1;
}
#music.wrapper-for-content-outside-of-footer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 899px) {
  #music.wrapper-for-content-outside-of-footer {
    padding: 0;
  }
  #music.wrapper-for-content-outside-of-footer::before {
    background-position: 78%;
  }
}
#music.wrapper-for-content-outside-of-footer .video-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 3rem;
  position: relative;
  z-index: 9;
}
@media (min-width: 1366px) {
  #music.wrapper-for-content-outside-of-footer .video-section {
    margin-left: 260px;
    margin-right: 20px;
  }
}
@media (max-width: 899px) {
  #music.wrapper-for-content-outside-of-footer .video-section {
    padding: 1rem;
  }
}
#music.wrapper-for-content-outside-of-footer .video-section h1 {
  color: #fff;
  font-weight: 300;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
}
@media (max-width: 899px) {
  #music.wrapper-for-content-outside-of-footer .video-section h1 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
#music.wrapper-for-content-outside-of-footer .video-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem;
  width: fit-content;
  max-width: calc(600px + 10rem + 60px);
  margin: 40% auto 0;
  padding: 30px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 100px;
}
@media (min-width: 1366px) {
  #music.wrapper-for-content-outside-of-footer .video-grid {
    margin-top: 45%;
  }
}
@media (max-width: 899px) {
  #music.wrapper-for-content-outside-of-footer .video-grid {
    max-width: calc(400px + 3rem + 60px);
    margin-top: 50%;
    gap: 3rem;
  }
}
@media (max-width: 599px) {
  #music.wrapper-for-content-outside-of-footer .video-grid {
    max-width: 100%;
    background: rgba(0, 0, 0, 0.6);
    margin-top: 80%;
  }
}
#music.wrapper-for-content-outside-of-footer .video-item {
  width: 200px;
  cursor: pointer;
}
@media (max-width: 599px) {
  #music.wrapper-for-content-outside-of-footer .video-item {
    width: 100%;
  }
}
#music.wrapper-for-content-outside-of-footer .video-item .video-thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 4px;
}
#music.wrapper-for-content-outside-of-footer .video-item .video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
#music.wrapper-for-content-outside-of-footer .video-item .video-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#music.wrapper-for-content-outside-of-footer .video-item .video-thumbnail .play-button svg {
  display: block;
}
#music.wrapper-for-content-outside-of-footer .video-item .video-thumbnail:hover img {
  transform: scale(1.05);
  opacity: 0.8;
}
#music.wrapper-for-content-outside-of-footer .video-item .video-thumbnail:hover .play-button {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}
#music.wrapper-for-content-outside-of-footer .video-item .video-caption {
  color: #fff;
  font-weight: 300;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.85rem;
  text-align: center;
}
#music.wrapper-for-content-outside-of-footer .video-item .video-caption:empty {
  display: none;
}
#music.wrapper-for-content-outside-of-footer .video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#music.wrapper-for-content-outside-of-footer .video-modal.active {
  opacity: 1;
  visibility: visible;
}
#music.wrapper-for-content-outside-of-footer .video-modal .modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  aspect-ratio: 16/9;
}
#music.wrapper-for-content-outside-of-footer .video-modal .modal-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#music.wrapper-for-content-outside-of-footer .video-modal .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  padding: 0.5rem;
  line-height: 1;
}
#music.wrapper-for-content-outside-of-footer .video-modal .modal-close:hover {
  opacity: 0.7;
}

#documentary #promo-bar-docu {
  height: 40px;
  position: fixed;
  width: 100%;
  z-index: 999999;
}
@media (min-width: 1366px) {
  #documentary #promo-bar-docu {
    margin-left: 240px;
    padding-right: 240px;
  }
}
#documentary #promo-bar-docu button {
  display: block;
  height: 50px;
  color: #ccc;
  margin: 0px auto;
  background-color: #333;
  width: 100%;
  border-radius: 0;
  font-size: 20px;
  letter-spacing: 0.5px;
}
@media (max-width: 599px) {
  #documentary #promo-bar-docu button {
    font-size: 18px;
  }
}
#documentary #promo-bar-docu button:hover {
  background-color: #4d4d4d;
}
@media (min-width: 1366px) {
  #documentary header.navigation {
    top: 0;
  }
}
#documentary .promo-bar-visible {
  top: 0;
  transition: top 0.3s ease-in;
}
#documentary .promo-bar-hidden {
  top: -50px;
  transition: top 0.2s ease-in-out;
}
#documentary {
  background-color: #000;
}
#documentary p {
  color: #ddd;
}
@media (min-width: 900px) {
  #documentary .l-xl-only {
    display: block;
  }
}
@media (max-width: 899px) {
  #documentary .l-xl-only {
    display: none;
  }
}
#documentary {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#documentary .documentary-main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #000;
  height: 100%;
}
@media (min-width: 1366px) {
  #documentary .documentary-main {
    margin-left: 240px;
  }
}
@media (min-width: 900px) and (max-width: 1365px) {
  #documentary .documentary-main {
    padding-top: 80px;
  }
}
@media (max-width: 599px) {
  #documentary .documentary-main {
    padding-top: 40px;
  }
}
#documentary .documentary-main article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
@media (max-width: 899px) {
  #documentary .documentary-main article {
    width: 100%;
  }
}
#documentary .documentary-main article .caption {
  color: #aaa;
  text-align: center;
  font-size: 13px;
  padding-top: 15px;
  max-width: 75%;
  margin: 0 auto;
  letter-spacing: 0.5px;
}
@media (max-width: 899px) {
  #documentary .documentary-main article .caption {
    text-align: left;
    max-width: 100%;
    padding: 3px 20px;
  }
}
#documentary .documentary-main article .caption-title {
  margin-top: 40px;
}
#documentary .documentary-main article table.caption.caption-bottom {
  table-layout: fixed;
  margin-bottom: 30px;
}
#documentary .documentary-main article table.caption.caption-bottom th {
  border: none;
  padding: 0;
}
#documentary .documentary-main article table.caption.caption-bottom th.col-place {
  width: 80px;
}
#documentary .documentary-main article table.caption.caption-bottom th.col-descr {
  width: auto;
}
#documentary .documentary-main article table.caption.caption-bottom td {
  padding: 3px 20px;
  border: none !important;
  vertical-align: top;
  font-weight: 300;
}
#documentary .documentary-main article table.caption.caption-bottom tr td:nth-child(2) {
  padding-left: 0;
  font-weight: 200;
}
#documentary .documentary-main article .caption-title {
  font-weight: 500 !important;
  text-transform: uppercase;
  padding-top: 40px;
}
#documentary .documentary-main article img {
  max-width: 100%;
  flex-shrink: 0;
}
#documentary .documentary-main article > p {
  max-width: 550px;
  margin: 0 auto;
  line-height: 29px;
}
@media (max-width: 899px) {
  #documentary .documentary-main article > p {
    max-width: 615px;
    padding: 10px 15px;
  }
}
@media (max-width: 899px) {
  #documentary .documentary-main .jon-camera {
    order: 1;
    position: relative;
  }
  #documentary .documentary-main .jon-camera .parallax-window {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
  }
  #documentary .documentary-main .jon-camera .parallax-window:after {
    padding-top: 96.0312093628%;
    display: block;
    content: "";
  }
  #documentary .documentary-main .jon-camera .parallax-background {
    background: url("/assets/img/jon-camera.jpg") no-repeat;
    background-position: top;
    background-size: contain;
    background-color: #000;
    height: 208.0624187256%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 599px) {
  #documentary .documentary-main article.doc-text-1,
  #documentary .documentary-main article.doc-text-2 {
    padding-right: 20px;
  }
}
@media (min-width: 900px) {
  #documentary .documentary-main article.doc-text-1 p {
    padding: 20px 0 10px 30px;
  }
}
@media (max-width: 899px) {
  #documentary .documentary-main article.doc-text-1 {
    order: 2;
    margin: 10px 0;
  }
}
#documentary .documentary-main article.bruges-hall {
  margin-top: 0;
}
@media (min-width: 900px) {
  #documentary .documentary-main article.bruges-hall {
    margin-bottom: 100px;
  }
}
@media (max-width: 899px) {
  #documentary .documentary-main article.bruges-hall {
    order: 3;
    margin-top: 0;
  }
  #documentary .documentary-main article.bruges-hall .parallax-window {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
  }
  #documentary .documentary-main article.bruges-hall .parallax-window:after {
    padding-top: 104.0312093628%;
    display: block;
    content: "";
  }
  #documentary .documentary-main article.bruges-hall .parallax-background {
    background: url("/assets/img/bruges-hall.jpg") no-repeat;
    background-position: top;
    background-size: contain;
    background-color: #000;
    height: 208.0624187256%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
#documentary .documentary-main article.doc-text-2 {
  margin-bottom: 120px;
}
@media (min-width: 900px) {
  #documentary .documentary-main article.doc-text-2 {
    justify-content: flex-start;
  }
  #documentary .documentary-main article.doc-text-2 p {
    padding: 20px 30px 10px 20px;
  }
  #documentary .documentary-main article.doc-text-2 p:first-child {
    margin-top: 50px;
  }
  #documentary .documentary-main article.doc-text-2 p:nth-child(2) {
    margin-bottom: 40px;
  }
}
@media (max-width: 899px) {
  #documentary .documentary-main article.doc-text-2 {
    order: 4;
    margin: 10px 0 100px;
  }
}
#documentary .documentary-main div.documentary-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
#documentary .documentary-main div.documentary-links button.watch-teaser {
  margin: 30px 15px 10px 15px;
  display: flex;
  background-color: #000;
  color: #FFBB60;
  font-size: 24px;
  border: solid 2px #FFBB60;
  letter-spacing: 0.02em;
  padding: 12px 20px;
}
#documentary .documentary-main div.documentary-links button.watch-teaser:hover {
  color: #ffa260;
  border-color: #ffa260;
}
#documentary .documentary-main div.documentary-links button.watch-teaser:active, #documentary .documentary-main div.documentary-links button.watch-teaser:focus {
  border-color: #E6813A;
  color: #E6813A;
}
#documentary .documentary-main div.documentary-links button.watch-teaser a {
  color: inherit;
}
#documentary .documentary-main div.documentary-links button.parent-site {
  display: flex;
  margin: 30px 15px 10px 15px;
  background-color: #000;
  font-size: 18px;
  color: #ddd;
  font-weight: 500 !important;
  padding: 0 0 5px 0;
}
#documentary .documentary-main div.documentary-links button.parent-site span {
  display: block;
  padding-top: 10px;
  border-bottom: solid 1px #eee;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 28px;
}
#documentary .documentary-main div.documentary-links button.parent-site:hover {
  color: #ffa260;
}
#documentary .documentary-main div.documentary-links button.parent-site:hover span {
  border-color: #E6813A;
}
#documentary .documentary-main div.documentary-links button.parent-site:active, #documentary .documentary-main div.documentary-links button.parent-site:focus {
  border-color: #E6813A;
  color: #E6813A;
}
#documentary .documentary-main div.documentary-links button.parent-site:active span, #documentary .documentary-main div.documentary-links button.parent-site:focus span {
  border-color: #E6813A;
}
#documentary .documentary-main div.documentary-links button.parent-site a {
  color: inherit;
}

@media (max-width: 599px) {
  #documentary.french #promo-bar-docu .watch-teaser {
    font-size: 15px;
    letter-spacing: 0;
  }
}
#dissertation {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#dissertation section.hero-bg-dissertation {
  padding-top: 65px;
}
@media (min-width: 1366px) {
  #dissertation section.hero-bg-dissertation {
    padding-top: 0;
  }
}
#dissertation section.hero-bg-dissertation div.dissertation-main-img {
  background: url("/assets/img/versailles_fenetre.jpg") no-repeat;
  background-position: 0 -30px;
  background-size: 100% auto;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
}
@media (min-width: 1366px) {
  #dissertation section.hero-bg-dissertation div.dissertation-main-img {
    background-size: cover;
    background-position: 100px -30px;
  }
  #dissertation section.hero-bg-dissertation div.dissertation-main-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 100%;
    background-color: #181818;
    pointer-events: none;
  }
}
@media (max-width: 899px) {
  #dissertation section.hero-bg-dissertation {
    padding-top: 60px;
  }
}
@media (max-width: 599px) {
  #dissertation section.hero-bg-dissertation div.dissertation-main-img {
    position: absolute;
  }
}
@media (max-width: 599px) {
  #dissertation section.hero-bg-dissertation {
    padding-top: 45px;
  }
}
#dissertation #dissertation-anchor {
  position: absolute;
  margin: 0 auto;
}
@media (min-width: 900px) and (max-width: 1365px) {
  #dissertation #dissertation-anchor {
    margin: -65px;
  }
}
@media (max-width: 899px) {
  #dissertation #dissertation-anchor {
    margin: -60px;
  }
}
@media (max-width: 599px) {
  #dissertation #dissertation-anchor {
    margin: 1px;
  }
}
#dissertation section.main-content-dissertation {
  height: 100%;
  background-color: rgb(246.075, 246.075, 246.075);
  position: relative;
  width: 100%;
  margin-left: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 60.8695652174%;
}
@media (min-width: 1366px) {
  #dissertation section.main-content-dissertation {
    padding-left: 240px;
    margin-top: 50.4514073287%;
  }
}
@media (max-width: 899px) {
  #dissertation section.main-content-dissertation {
    max-width: 100%;
  }
}
@media (max-width: 599px) {
  #dissertation section.main-content-dissertation {
    border-radius: 0;
    font-size: 17px;
  }
}
@media (max-width: 450px) {
  #dissertation section.main-content-dissertation {
    margin-bottom: 0;
  }
}
#dissertation section.main-content-dissertation .commentary {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1366px) {
  #dissertation section.main-content-dissertation .commentary {
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 599px) {
  #dissertation section.main-content-dissertation .commentary {
    padding: 0;
  }
}
@media (max-width: 899px) {
  #dissertation section.main-content-dissertation .commentary {
    margin: 0 auto !important;
  }
}
@media (max-width: 599px) {
  #dissertation section.main-content-dissertation .commentary {
    padding: 0 0 25px 0;
  }
}
#dissertation section.main-content-dissertation .commentary div.blockquote {
  width: 100%;
  background-color: rgb(246.075, 246.075, 246.075);
  padding: 40px 0 40px;
}
@media (max-width: 599px) {
  #dissertation section.main-content-dissertation .commentary div.blockquote {
    padding: 25px 0;
  }
}
#dissertation section.main-content-dissertation .commentary div.blockquote blockquote {
  margin: 100px auto;
  width: 70%;
  max-width: 800px;
  line-height: 26px;
  position: relative;
  flex-grow: 2;
}
@media (max-width: 1100px) {
  #dissertation section.main-content-dissertation .commentary div.blockquote blockquote {
    margin: 60px auto;
  }
}
@media (max-width: 599px) {
  #dissertation section.main-content-dissertation .commentary div.blockquote blockquote {
    width: 80%;
    margin: 40px auto;
  }
}
#dissertation section.main-content-dissertation .commentary div.blockquote blockquote:before {
  display: block;
  content: "“";
  font-family: "Georgia", "Times New Roman", "Times", serif;
  font-size: 80px;
  position: absolute;
  left: -50px;
  top: 10px;
  color: rgb(190.52, 189.48, 190.52);
}
@media (max-width: 599px) {
  #dissertation section.main-content-dissertation .commentary div.blockquote blockquote:before {
    left: -40px;
  }
}
@media (max-width: 450px) {
  #dissertation section.main-content-dissertation .commentary div.blockquote blockquote:before {
    left: -32px;
  }
}
#dissertation section.main-content-dissertation .commentary div.blockquote blockquote:after {
  display: block;
  content: "”";
  font-family: "Georgia", "Times New Roman", "Times", serif;
  font-size: 80px;
  position: absolute;
  right: -45px;
  bottom: 15px;
  color: rgb(190.52, 189.48, 190.52);
}
@media (max-width: 599px) {
  #dissertation section.main-content-dissertation .commentary div.blockquote blockquote:after {
    right: -35px;
  }
}
@media (max-width: 450px) {
  #dissertation section.main-content-dissertation .commentary div.blockquote blockquote:after {
    right: -22px;
    bottom: 35px;
  }
}
#dissertation section.main-content-dissertation .commentary div.blockquote blockquote footer p {
  font-size: 13.8px;
  color: rgb(127.26, 125.24, 127.26);
  text-align: right;
  letter-spacing: 0.7px;
  padding: 0 20px 0 0;
}
@media (max-width: 599px) {
  #dissertation section.main-content-dissertation .commentary div.blockquote blockquote footer p {
    letter-spacing: 0.25px;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
  }
}
#dissertation section.main-content-dissertation .commentary div.main-commentary-dissertation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 130px 0;
  background-color: #ffffff;
}
@media (max-width: 1100px) {
  #dissertation section.main-content-dissertation .commentary div.main-commentary-dissertation {
    padding: 0;
    background-color: rgb(246.075, 246.075, 246.075);
  }
}
#dissertation section.main-content-dissertation .commentary div.main-commentary-dissertation p.dissertation-commentary-main {
  width: 50%;
  margin: 0 auto;
  padding: 0 6% 0 80px;
}
@media (min-width: 1366px) {
  #dissertation section.main-content-dissertation .commentary div.main-commentary-dissertation p.dissertation-commentary-main {
    padding: 0 6% 0 50px;
  }
}
@media (max-width: 1100px) {
  #dissertation section.main-content-dissertation .commentary div.main-commentary-dissertation p.dissertation-commentary-main {
    width: 100%;
    padding: 130px 18%;
    margin: 0 auto;
    background-color: #ffffff;
  }
}
@media (max-width: 899px) {
  #dissertation section.main-content-dissertation .commentary div.main-commentary-dissertation p.dissertation-commentary-main {
    width: 100%;
    padding: 130px 10%;
  }
}
@media (max-width: 599px) {
  #dissertation section.main-content-dissertation .commentary div.main-commentary-dissertation p.dissertation-commentary-main {
    padding: 50px 20px;
  }
}
#dissertation section.main-content-dissertation .commentary div.main-commentary-dissertation img {
  width: 50%;
  height: 100%;
}
@media (max-width: 1100px) {
  #dissertation section.main-content-dissertation .commentary div.main-commentary-dissertation img {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  #dissertation section.main-content-dissertation .commentary div.main-commentary-dissertation img {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  #dissertation section.main-content-dissertation .commentary div.main-commentary-dissertation {
    position: relative;
    width: 100%;
  }
  #dissertation section.main-content-dissertation .commentary div.main-commentary-dissertation .parallax-window {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
  }
  #dissertation section.main-content-dissertation .commentary div.main-commentary-dissertation .parallax-window:after {
    padding-top: 68.5%;
    display: block;
    content: "";
  }
  #dissertation section.main-content-dissertation .commentary div.main-commentary-dissertation .parallax-background {
    background: url("/assets/img/duphly1.jpg") no-repeat;
    background-position: top;
    background-size: contain;
    background-color: rgb(246.075, 246.075, 246.075);
    height: 137%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
#dissertation section.main-content-dissertation .dissertation-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 80px 75px;
  background-color: rgb(246.075, 246.075, 246.075);
  margin: 50px 0;
}
@media (max-width: 1100px) {
  #dissertation section.main-content-dissertation .dissertation-links {
    margin: 0;
    padding: 100px 75px;
  }
}
@media (max-width: 599px) {
  #dissertation section.main-content-dissertation .dissertation-links {
    padding: 60px 40px 75px;
  }
}
#dissertation section.main-content-dissertation .dissertation-links p {
  text-align: center;
  width: 100%;
  padding-bottom: 25px;
  font-weight: 400;
}
#dissertation section.main-content-dissertation .dissertation-links p small {
  font-size: 90% !important;
}
#dissertation section.main-content-dissertation .dissertation-links a.button {
  background-color: transparent;
  color: #555;
  font-size: 17px;
  font-weight: 400;
  border: solid 2px #555;
  letter-spacing: 0.02em;
  padding: 10px 20px;
  border-radius: 3px;
  text-align: center;
}
#dissertation section.main-content-dissertation .dissertation-links a.button:hover, #dissertation section.main-content-dissertation .dissertation-links a.button:active, #dissertation section.main-content-dissertation .dissertation-links a.button:focus {
  background-color: #555;
  color: #ffffff;
}
#dissertation section.main-content-dissertation .abstract {
  padding: 100px 50px;
  color: #111;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #ffffff;
}
@media (min-width: 1366px) {
  #dissertation section.main-content-dissertation .abstract {
    max-width: 1000px;
    width: 85%;
    margin: 0 auto 130px;
    padding: 70px 0;
  }
}
@media (max-width: 1100px) {
  #dissertation section.main-content-dissertation .abstract {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media (max-width: 899px) {
  #dissertation section.main-content-dissertation .abstract {
    display: inline-block;
  }
}
@media (max-width: 599px) {
  #dissertation section.main-content-dissertation .abstract {
    font-size: 17px;
    padding: 75px 20px;
  }
}
@media (max-width: 450px) {
  #dissertation section.main-content-dissertation .abstract {
    border: 0;
    padding: 40px 16px 40px;
  }
}
#dissertation section.main-content-dissertation .abstract h3 {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  line-height: 40px;
}
@media (max-width: 599px) {
  #dissertation section.main-content-dissertation .abstract h3 {
    line-height: 30px;
  }
}
@media (max-width: 450px) {
  #dissertation section.main-content-dissertation .abstract h3 {
    line-height: 26px;
  }
}
#dissertation section.main-content-dissertation .abstract h6 {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #555;
  padding: 40px 0;
}
@media (max-width: 599px) {
  #dissertation section.main-content-dissertation .abstract h6 {
    padding: 20px 0;
  }
}
#dissertation section.main-content-dissertation .abstract p {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 0 30px;
  line-height: 26px;
}
@media (max-width: 599px) {
  #dissertation section.main-content-dissertation .abstract p {
    padding: 0 0 25px;
  }
}

.page404 h1.error404 {
  font-size: 20vh;
  color: #fff;
  margin: 15px auto;
}
@media (min-width: 1366px) {
  .page404 h1.error404 {
    margin: 60px auto 30px;
    margin-left: 240px !important;
    text-align: center;
    width: 100%;
    padding: 0 50px;
  }
}
@media (max-width: 450px) {
  .page404 h1.error404 {
    font-size: 75px;
    margin: 40px auto 30px;
  }
}
.page404 .language-choice-404 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1366px) {
  .page404 .language-choice-404 {
    margin-left: 240px !important;
    width: 100%;
  }
}
.page404 .language-choice-404 a.button {
  margin: 20px 50px;
  width: 175px;
  min-width: 150px;
  background-color: rgb(83.0532786885, 109.9467213115, 83.0532786885);
  height: auto;
  border: solid 1px #eee;
  padding-top: 16px;
  text-align: center;
  padding-bottom: 16px;
  color: #fff;
  font-family: "lato", sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: 1.2px;
}
.page404 .language-choice-404 a.button:hover, .page404 .language-choice-404 a.button:focus {
  background-color: #698b69;
  color: #fff;
}

@media (max-width: 450px) {
  #rc-imageselect, .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 5px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.65;
}

.hamburger-box {
  width: 40px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
@media (max-width: 599px) {
  .hamburger-inner::before {
    top: -7px;
  }
}
.hamburger-inner::after {
  bottom: -10px;
}
@media (max-width: 599px) {
  .hamburger-inner::after {
    bottom: -7px;
  }
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
@media (max-width: 599px) {
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg);
  }
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
@media (max-width: 599px) {
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg);
  }
}

.modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
}
.modal-wrapper[aria-hidden=true] {
  display: none;
}

.modal-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.95);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #111;
  max-width: calc(100% - 1.5em * 2);
  overflow: auto;
  padding: 1.5em;
  transform: translate(-50%, -50%);
  width: auto;
}
@media (max-width: 599px) {
  .modal {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.modal iframe {
  margin: 2.5em 0 0 0;
}
@media (max-width: 599px) {
  .modal iframe {
    width: 100%;
    margin: 0 !important;
  }
}

.modal-close-button {
  position: absolute;
  top: 0.75em;
  right: 0.75em;
  background-color: #111 !important;
  width: 45px;
  height: 45px;
  padding: 0 0 5px;
  font-size: 29px;
  font-weight: 400;
  color: #ddd;
  top: 5px;
  right: 10px;
}
.modal-close-button:focus {
  background-color: #222;
  outline: #444 auto 4px;
  outline-color: #444;
  outline-style: auto;
  outline-width: 4px;
}

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