@font-face {
  font-family: 'Condor';
  src: url('../fonts/Condor-ExtendedRegular.woff2') format('woff2'), url('../fonts/Condor-ExtendedRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Condor';
  src: url('../fonts/Condor-ExtendedBold.woff2') format('woff2'), url('../fonts/Condor-ExtendedBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.condor {
  font-family: 'Condor' !important;
  font-weight: 400;
  font-style: normal;
}
.condor-bold {
  font-family: 'Condor';
  font-weight: 700;
  font-style: normal;
}
.archivo-black {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.baskervville-regular {
  font-family: "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.baskervville-bold {
  font-family: "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.nav-link {
  font-family: 'Condor';
  font-weight: 700;
  font-style: normal;
}
p {
  font-family: "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
}
.white {
  color: #ffffff;
}
.medRed {
  color: #8d1420;
}
.darkRed {
  color: #440006;
}
.darkGreen {
  color: #062a01;
}
.bg_white {
  background-color: #ffffff;
}
.bg_beige {
  background-color: #d5bab1;
}
.bg_medRed {
  background-color: #8d1420;
}
.bg_darkRed {
  background-color: #440006;
}
.gradientBlack {
  background: #000000;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
h2 {
  font-family: 'Condor';
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 36px;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 96px;
  }
}
p {
  line-height: 105%;
}
.btn {
  font-size: 20px;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  .btn {
    font-size: 24px;
  }
}
.btn.btn-med-red {
  background-color: #8d1420;
  color: #ffffff;
}
.btn.btn-med-red:hover {
  background-color: #440006;
  color: #ffffff;
}
.btn.btn-beige {
  background-color: #d5bab1;
  color: #8d1420;
}
.btn.btn-beige:hover {
  background-color: #ffffff;
  color: #8d1420;
}
#section_photo {
  height: 100vh;
  width: 100%;
  background-image: url(../img/photo_groundstuff.jpg);
  background-position: bottom;
  background-size: cover;
}
.bande {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.bande img {
  height: 35px;
  width: auto;
}
header {
  width: 100%;
}
header .navbar {
  background: #000000;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
header .navbar.fixed-top {
  z-index: 1030;
}
header .navbar .container-fluid {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 992px) {
  header .navbar .container-fluid {
    padding: 15px 5%;
  }
}
@media screen and (min-width: 1200px) {
  header .navbar .container-fluid {
    padding: 15px 5%;
  }
}
header .navbar .navbar-brand img {
  height: 40px;
  width: auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 1400px) {
  header .navbar .navbar-brand img {
    height: 50px;
  }
}
header .navbar .navbar-toggler {
  border: none;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar .navbar-collapse {
  justify-content: end;
  width: 80%;
  max-width: 1000px;
}
header .navbar .navbar-collapse .navbar-nav {
  align-items: center;
  width: 100%;
  justify-content: end;
}
@media screen and (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav {
    margin-top: 10px;
    gap: 4px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-family: 'Condor';
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 15px !important;
  font-size: 13px;
}
@media screen and (min-width: 1200px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 8px 20px !important;
  }
}
@media screen and (min-width: 1400px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    padding: 8px 30px !important;
  }
}
@media screen and (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #8d1420;
    padding: 30px 15px !important;
    font-size: 20px;
  }
}
#section_hero {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
#section_hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: 30% center;
}
@media screen and (min-width: 992px) {
  #section_hero {
    height: 100vh;
  }
}
#section_music {
  background-image: url(../img/beige_bg.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
}
#section_music .container {
  padding: 2em 20px 3em;
}
#section_music .container .btn#discography {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  #section_music .container .btn#discography {
    margin-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  #section_music .container {
    padding: 5em 0;
  }
}
#section_music .container .content-text {
  text-align: center;
}
@media screen and (min-width: 992px) {
  #section_music .container .content-text {
    text-align: end;
    padding: 0 0 0 50px;
  }
}
#section_music .container .content-text h2 {
  font-size: 24px;
  color: #8d1420;
  margin-top: 20px;
}
#section_music .container .content-text h2 span {
  font-size: 48px;
  color: #440006;
  font-family: 'Condor' !important;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 992px) {
  #section_music .container .content-text h2 {
    margin-top: unset;
    font-size: 40px;
  }
  #section_music .container .content-text h2 span {
    font-size: 96px;
  }
}
#section_music .container .content-text p {
  color: #440006;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  #section_music .container .content-text p {
    font-size: 20px;
  }
}
#section_music .container .content-text .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  #section_music .container .content-text .buttons {
    justify-content: end;
    margin-top: 50px;
  }
}
#section_music .container .gallery-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (min-width: 992px) {
  #section_music .container .gallery-grid {
    gap: 40px;
    grid-template-columns: repeat(6, 1fr);
  }
}
#section_music .container .gallery-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
#section_dates {
  background-image: url(../img/photo_miroir.jpg);
  background-position: 70%;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  #section_dates {
    background-position: top;
  }
}
#section_dates .container {
  padding: 6em 0;
}
@media screen and (min-width: 992px) {
  #section_dates .container {
    height: 100vh;
  }
}
#section_dates .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  #section_dates .container .content {
    flex-direction: row;
  }
}
#section_dates .container .content h2 {
  color: #ffffff;
  margin: 0;
  writing-mode: unset;
  transform: unset;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  #section_dates .container .content h2 {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-bottom: unset;
  }
}
#section_dates .container .content .dates-all {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}
#section_dates .container .content .dates-all .date-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
#section_dates .container .content .dates-all .date-item p {
  color: #ffffff;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 0;
}
#section_dates .container .content .dates-all .date-item p.event {
  font-family: "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#section_shop {
  background-image: url(../img/red_bg.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  position: relative;
}
#section_shop .container {
  padding: 5em 20px;
}
#section_shop .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section_shop .container .content h2 {
  color: #ffffff;
  margin-bottom: 0;
}
#section_shop .container .content img {
  max-height: 550px;
  width: auto;
}
#section_shop #lampe1,
#section_shop #lampe2 {
  position: absolute;
  top: 0;
  width: 100px;
  height: auto;
}
@media screen and (min-width: 992px) {
  #section_shop #lampe1,
  #section_shop #lampe2 {
    width: 260px;
    height: auto;
  }
}
#section_shop #lampe1 {
  left: 0;
}
@media screen and (min-width: 992px) {
  #section_shop #lampe1 {
    left: 5%;
  }
}
#section_shop #lampe2 {
  right: 0;
}
@media screen and (min-width: 992px) {
  #section_shop #lampe2 {
    right: 5%;
  }
}
#section_portrait {
  background-image: url(../img/green_bg.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#section_portrait .container {
  padding: 2em 20px;
}
@media screen and (min-width: 992px) {
  #section_portrait .container {
    padding: 6em 20px;
  }
}
#section_portrait .container .content-text {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #section_portrait .container .content-text {
    text-align: start;
  }
}
@media screen and (min-width: 1200px) {
  #section_portrait .container .content-text {
    max-width: 550px;
  }
}
#section_portrait .container .content-text h2 {
  color: #8d1420;
}
#section_portrait .container .content-text h2 br {
  display: none;
}
@media screen and (min-width: 992px) {
  #section_portrait .container .content-text h2 br {
    display: inline-block;
  }
}
#section_portrait .container .content-text p {
  font-size: 16px;
}
#section_portrait #portrait_gauche,
#section_portrait #portrait_droit {
  display: none;
  position: absolute;
  height: 500px;
  width: auto;
}
@media screen and (min-width: 992px) {
  #section_portrait #portrait_gauche,
  #section_portrait #portrait_droit {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  #section_portrait #portrait_gauche,
  #section_portrait #portrait_droit {
    height: 700px;
  }
}
@media screen and (min-width: 1400px) {
  #section_portrait #portrait_gauche,
  #section_portrait #portrait_droit {
    height: 750px;
  }
}
#section_portrait #portrait_gauche {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#section_portrait #portrait_droit {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#section_portrait #portrait_haut,
#section_portrait #portrait_bas {
  display: inline-block;
  margin: 20px auto;
}
@media screen and (min-width: 992px) {
  #section_portrait #portrait_haut,
  #section_portrait #portrait_bas {
    display: none;
  }
}
#section_contact {
  background-image: url(../img/red_bg.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  position: relative;
}
#section_contact .container {
  padding: 5em 20px;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  #section_contact .container {
    max-width: 400px;
  }
}
@media screen and (min-width: 992px) {
  #section_contact .container {
    padding: 5em 12%;
    max-width: unset;
  }
}
#section_contact .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section_contact .container .content h2,
#section_contact .container .content h4 {
  color: #ffffff;
  margin-bottom: 0;
}
#section_contact .container .content .col-12:first-child img {
  max-width: 300px;
  height: auto;
}
@media screen and (min-width: 992px) {
  #section_contact .container .content .col-12:first-child img {
    max-width: 450px;
  }
}
#section_contact .container .content .col-12:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #section_contact .container .content .col-12:last-child {
    text-align: start;
  }
}
#section_contact .container .content h4 {
  font-family: "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin: 30px 0 0;
}
@media screen and (min-width: 992px) {
  #section_contact .container .content h4 {
    font-size: 32px;
  }
}
#section_contact .container .content .social {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  #section_contact .container .content .social {
    justify-content: start;
  }
}
#section_contact .container .content .social a {
  display: inline-block;
  height: 35px;
  width: 35px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  #section_contact .container .content .social a {
    height: 50px;
    width: 50px;
  }
}
#section_contact .container .content .social a:hover {
  transform: translateY(-5px);
}
#section_contact #mc_embed_signup form {
  margin: 30px auto;
}
#section_contact #mc_embed_signup input {
  border: 0;
  border-radius: 0;
}
#section_contact #mc_embed_signup #mc_embed_signup_scroll {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#section_contact #mc_embed_signup .mc-field-group {
  width: 100%;
  padding-bottom: unset;
  min-height: unset;
}
#section_contact #mc_embed_signup #mce-EMAIL {
  font-family: "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #8d1420;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#section_contact #mc_embed_signup #mce-EMAIL::placeholder {
  font-family: "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #a73d47;
}
#section_contact #mc_embed_signup #mce-responses {
  width: 100%;
}
#section_contact #mc_embed_signup .optionalParent {
  width: 100%;
}
#section_contact #mc_embed_signup .optionalParent > div {
  width: 100%;
}
#section_contact #mc_embed_signup #mc-embedded-subscribe {
  display: block;
  width: 100%;
  margin: 10px 0;
}
@media screen and (min-width: 992px) {
  #section_contact #mc_embed_signup #mc_embed_signup_scroll {
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
  }
  #section_contact #mc_embed_signup .mc-field-group {
    order: 1;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }
  #section_contact #mc_embed_signup .optionalParent {
    order: 2;
    flex: 0 0 auto;
    width: auto;
  }
  #section_contact #mc_embed_signup .optionalParent > div {
    width: auto;
  }
  #section_contact #mc_embed_signup #mce-EMAIL {
    width: 100%;
    height: 100%;
  }
  #section_contact #mc_embed_signup #mc-embedded-subscribe {
    width: auto;
    height: 100%;
    margin: 0;
    white-space: nowrap;
  }
  #section_contact #mc_embed_signup #mce-responses {
    order: 3;
    flex: 0 0 100%;
  }
}
#section_coming {
  height: 100vh;
  width: 100%;
  background-image: url(../img/photo_groundstuff.jpg);
  background-position: bottom;
  background-size: cover;
}
#section_coming .container-fluid {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}
#section_coming .container-fluid h1 {
  font-family: 'Condor';
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}
#section_coming .container-fluid h1 span {
  font-family: 'Condor' !important;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4em;
}
footer {
  background-image: url(../img/beige_bg.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
}
footer .container {
  padding: 2em 0;
}
footer .footer-brand img {
  height: 50px;
  width: auto;
}
@media screen and (min-width: 992px) {
  footer .footer-brand img {
    height: 80px;
  }
}
footer p {
  color: #440006;
}
