@font-face {
  font-family: "Abramo";
  src: url("fonts/AbramoSerif.woff2") format("woff2"),
       url("fonts/AbramoSerif.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gabriel";
  src: url("fonts/Gabriel-Sans-Cond-Medium.woff2") format("woff2"),
       url("fonts/Gabriel-Sans-Cond-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gabriel-Thin";
  src: url("fonts/Gabriel-Sans-Cond-Thin-Italic.woff2") format("woff2"),
       url("fonts/Gabriel-Sans-Cond-Thin-Italic.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Gabriel-Norm";
  src: url("fonts/Gabriel-Sans-Cond-Normal.woff2") format("woff2"),
       url("fonts/Gabriel-Sans-Cond-Normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}
html, body { height: 100%; margin: 0; padding: 0; }
*, *::before, *::after {box-sizing: border-box; }
body {
  background-image: url("../img/bgA-fhd.jpg");
  font-family: 'Gabriel', Arial, sans-serif;
}
footer {background-image: url("../img/bgC-fhd.jpg");}
.circe {
  font-family: "Gabriel-Norm";
}
.h-area{display:none;}
.olympe{font-size: 4.25em;}
a:link{color:#4D8EE1;}
a:hover{color:#396FB5;}
a:active{color:#B25335;}
a:visited{color:#4F7BB5;}
#menuB {
  /* background: url("../img/glyphicons-halflings-white.png") no-repeat -256px 0; */
  position: fixed;
  /* display: inline-block; */
  /* width: 32px; */
  /* height: 24px; */
  z-index: 1000;
  top: .75rem;
  left: 1em;
  font-size: 1.5em;
  text-decoration: none;
  color: #BBB;
  /* cursor: pointer; */
}
nav #menuL a{text-decoration: none;}
nav #menuL a:link{color:#EEE;}
nav #menuL a:hover{color:#FFF;background-color: rgba(0,0,0,.2)}
nav #menuL a:active{color:#BBB;}
nav #menuL a:visited{color:#DDD;}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  visibility: hidden;
}
nav.expanded {
  visibility: visible;
}
nav ul {
  background-color: rgba(255, 255, 255, 0.0);
  padding-left: 4.5em;
  padding-top: 3px;
}@media (min-width:901px) {
    nav ul {display: inline-block;}
}
nav li {
  display: inline-flex;
  padding-right: 1.5rem;
}
@media (max-width: 901px) {
  nav {
    display: block;
  }
}
@media (max-width: 600px), (orientation: portrait) {
  body * {
    overflow-x: hidden;
  }
  #menuB {
    position: fixed;
    z-index: 1000;
  }
  nav #menuL ul,
  nav #menuL li,
  nav #menuL li a {
    display: block;
  }
  nav #menuL ul {
    padding: 0 0 !important;
  }
}
hr {
  color: rgba(255,255,255,.1);
  margin-top: 1.5em;
}
section, #musique {
  padding-top: 4em;
}
section#home {
  background-image: url("../img/main2.jpg");
}
section#about {
  background-image: url("../img/main22-fhd.jpg");
  text-align: justify;
}
@media (max-width: 600px) {
  section#about {
    background-position: -840px 0px;
  }
  section#about div {margin: 0;}
}
section h3 {
  text-transform: uppercase;
}
#musique, #hecate1, #hecate, #album {
  background-image: url("../img/hecate0-fhd.jpg");
  background-attachment: fixed;
  background-position: bottom;
}
#hecate-desc {text-align:justify;}
section#dates {
  background-image: url("../img/hecate1-fhd.jpg");
}
section#soutiens {
  background-image: url("../img/hecate11-fhd.jpg");
}
div#jm {
  background-image: url("../img/jm-main-fhd.jpg");
}
section#theatre {
  background-image: url("../img/th-main.jpg");
  background-attachment: fixed;
}
section#event {
  background-image: url("../img/bgA-fhd.jpg");
}
.disabled-link {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
  text-decoration: none;
}
.slide {
  min-height: 100vh;
  background-repeat: no-repeat;
  /* background-position: center center; */
  background-size: cover;
}
.section {
  scroll-snap-align: start;
  /* opacity: .8; */
  /* transition: opacity .3s; */
}
.section.active {opacity:1;}
.cachee {visibility: hidden;}
.p-area {
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  margin-bottom: 2rem;
  padding: 1rem;
  /* border: 1px solid rgba(255,255,255,.1); */
}
@media (max-width: 800px) {
  .p-area {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
#home h1 {
  background-image: url("../img/Mlogo.png");
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 120px;
  margin-top: 40px;
  color: rgba(255,255,255,0);
  font-family: "Gabriel-Thin";
}
@media (min-width: 901px) {
  #home h1 {
    height: 160px;
    margin: 20px 0 0 4rem !important;
  }
  #home h2:first-child {
    margin-top: 0;
  }
}
#home div,
#home div * {
  margin-left: 7rem;
}
#home #newslettr p {margin-left: 1rem;}
#home p.h3-like {margin-left: 7rem;}
#home .social a,
#home .social a img {margin: auto 2rem auto 0;}
@media (max-width: 800px) {
  #home{background-position:-715px;}
  #home div *{margin-left: 5rem;}
  #home h1{margin-left:0;}
  #home div,
  #home h1,
  #home h2:last-child {margin:0;}
  #home div .cachee:last-child {
    display: none;
  }
  .olympe {font-size:3.25em;}
}
@media (max-width: 900px) {
    #home{background-position:-1000px;}
}
@media (min-width: 901px) {
  #about .p-area,
  #dates .p-area {
    max-width: 37%;
    margin-left: 60%;
    margin-top: 6.5rem;
  }
  #about .p-area {
    margin-top: 1.5rem;
  }
}
#home h2,
.hecate-title {font-family: 'Abramo', Arial, sans-serif;}
@media (min-width: 901px) {
  #musique h3, .hecate-title {
    font-size: 16rem;
    line-height: 20rem;
    margin: 0 10rem;
  }
}
@media (max-width: 900px) {
  #hecate-desc,
  #hecate-overview {
    min-width: 80%;
    line-height: 2rem;
  }
  .hecate-title {
    font-size: 8em;
    line-height: 1em;
    margin: 0 1rem;
  }
  #soutiens h3.olympe {
    font-size: xx-large;
    line-height: 1em;
    padding-left: 0.625em;
  }
  #soutiens ul {
    font-size: 1.5em;
    line-height: 2em;
    margin-bottom: 1em;
    padding-left: 1em;
  }
}
#musique .p-area, #hecate1 .p-area, #hecate .p-area {
  max-width: 30%;
  display: block;
}
#hecate1 #hecate-overview {
  text-align: center;
  margin-left: 2em;
  text-shadow: 2px 2px 6px rgb(0,0,0,0.4);
}
#hecate-overview > p {
  line-height: 2em;
}
#hecate-logo {
  width: 70%;
  height: 70%;
  max-width: 15em;
  max-height: 15em;
}
.social a {
  margin-right: 2rem;
  text-decoration: none;
}
.social a:hover,
.social a:focus {
  opacity: .5;
}
.social a:active {opacity: .8;}
#hecate-overview .social {
  margin-bottom: 2em;
}
#hecate .p-area {
  margin: 0 2em auto;
}@media (min-width:901px){
  #hecate .p-area {
    max-width: 36%;
    padding: 2rem;
  }
}
.album-desc h4,
.video-container h4 {
  display: inline-block;
  line-height: 1.25em;
  padding-top: 1.25em;
}
.album-desc img,
.video-container iframe {
  box-shadow: 10px 10px 10px -4px #222;
  margin-right: 2rem;
}
.video-container h3 {
  display: inline-block;
  vertical-align: top;
}
td {
  vertical-align: initial;
}
td:first-child {
  display: inline-block;
  margin: 0 2rem 0 0;
}
@media (min-width: 901px) {#dates .p-area {margin-top: 6em;}}
#dates .p-area {padding: 1.5rem 1rem 1.5rem 2rem;}
#soutiens .p-area {
  max-width: 45%;
  margin: 6em auto auto 49%;
  padding: 1.5rem 1rem 1.5rem 2rem;
}
@media (max-width: 800px) {
  #dates{background-position: -200px 0px;}
  #dates td{font-size:1.2rem;}
  #jm{display:none;}
}
@media (max-width: 900px) {
  #soutiens .p-area {
    margin: 1rem;
    min-width: 94%;
  }
  #soutiens .logos-part {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .logos-part img {
    max-width:80%;
  }
}
#soutiens .logos-part {
  line-height: 1rem;
}
#soutiens li, footer li {
  list-style-type: none;
}
#soutiens img {
  display: inline-grid;
  max-height: 256px;
  margin: 0 1.5rem;
}
@media (max-width: 900px) {
  #soutiens img {
    display: inline-block;
    max-width: 40%;
  }
}
@media (max-width: 800px) {
  #soutiens img {max-width: 30%;}
}
#jm-overview {
  background: url("../img/jm-main.jpg") 0 0 no-repeat;
  text-align: center;
}
#jm-overview div:first-child {
  /* padding-top: 4em; */
}
#jm-overview h1 {
  background: url("../img/logo-jm.png") center no-repeat;
  margin: 2em auto 2rem;
  padding-top: 12em;
  min-width: 746px;
  min-height: 180px;
  color: rgba(255,255,255,0);
}
#jm-overview p {
  font-family: 'Gabriel-Thin','Gabriel', sans-serif;
  font-size: 2.25em;
  font-weight: bold;
  /* hyphens:none; */
  max-width: 60%;
  margin: -2rem auto 3rem;
}
#jm-overview .h-galerie {
  width: 100%;
  background: url('../img/bgB-fhd.jpg') bottom;
  padding: 4.5rem 0 2em;
  /* margin-bottom: 0; */
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.h-galerie img, .h-galerie iframe{
  box-shadow: 10px 10px 10px -4px #000;
}
#jm-overview span {
  display: block;
  padding: 1.5rem 0;
  background: url('../img/bgC-fhd.jpg') bottom;
}
@media (max-width: 900px) and (orientation: portrait) {
  div#jm {background-position: 50%;}
  #jm-overview {background-repeat: repeat-y;}
}
#theatre h3 {
  color: rgba(0,0,0,0);
}
#theatre #logo-LCDL {
  display: block;
  max-width: 720px;
  margin: 4rem auto;
}
@media (max-width: 480px) and (orientation: portrait) {
  #theatre #logo-LCDL {
    max-width: 365px;
    margin-top: 11rem;
  }
}
#LCDL-overview, #LCDL-galerie {
  background: url("../img/th-main.jpg") 0 0 no-repeat fixed;
  display: flex;
  justify-content: center;
}
#LCDL-overview h4 {
  font-family: 'Gabriel', sans-serif;
  font-weight: 100;
  font-style: italic;
  text-transform: uppercase;
  margin: 1rem .25rem;
}
#LCDL-overview .p-area {
  display: inline;
  margin: 4rem 2rem 5rem;
}
#LCDL-overview .p-area a.pdf {
  display: block;
  margin: 2rem 2rem 0;
}
#LCDL-overview .p-area a:link,
#LCDL-overview .p-area a:visited {
  color: #CDC;
}
#logo-LCDL-mini,
.logo-LCDL-mini {
  position: absolute;
  display: block;
  background: url("../img/logo-LCDL.png") no-repeat;
  background-size: contain;
  height: 178px;
  width: 237px;
  bottom: 2rem;
  right: 0rem;
 }
 section#LCDL-galerie {
   margin-top: 4em;
 }
 #LCDL-galerie .h-galerie,
 .h-galerie {
   display: flex;
   width: 90%;
   flex-wrap: wrap;
   justify-content: center;
   gap: 1em;
   padding-top: 4em;
 }
 @media (max-width: 900px), (orientation: portrait) {
   #logo-LCDL-mini,.logo-LCDL-mini {display:none;}
   #LCDL-overview, #LCDL-overview .p-area {
     display: inherit;
   }
   #LCDL-overview .p-area {
     margin: 4rem 20%;
   }
 }
 @media (max-width: 800px) {
   #logo-LCDL-mini,.logo-LCDL-mini {display:none;}
   #LCDL-overview .p-area {
     margin: 4rem 1rem;
   }
   #LCDL-galerie .p-area {
     text-align: justify;
   }
 }
 @media (min-width: 901px) {
   #LCDL-galerie .h-galerie {padding-top: 5%;}
   #LCDL-galerie .h-galerie p {
     max-width: 60%;
     margin: 8rem 0;
     text-align: justify;
   }
 }
 #LCDL-galerie .h-galerie img:last-child {
   max-width: 688px;
   max-height: 388px;
   box-shadow: none;
}
#LCDL-galerie img {
  box-shadow: 6px 6px 8px rgba(0,0,0.5);
 }
.v-galerie {
  display: grid;
  width: auto;
  justify-content: flex-start;
  gap: 1em;
  padding-top: 4em;
}
@media (min-width: 901px) {
  #theatre3 .p-area {
    min-width: 40%;
    max-width: 40%;
    margin: 4em auto 0 12rem;
    vertical-align: top;
  }
}
#theatre3 .p-area hr {
  margin: 3.2rem 0;
}
#theatre3 h3+img {
  display: block;
}
#theatre3 .p-area a.pdf {
  display: block;
  margin: 2rem 2rem;
}
#theatre3 ul {
  padding-left: 2rem;
}
#theatre3 li {
  list-style-type: disclosure-closed;
  margin: 1rem auto;
}
#theatre3 .mosaik-r {
  padding: 8rem 0;
}
@media (max-width: 900px) {
  #theatre3 .p-area {
    display: block;
  }
}
#theatre3 .p-area:first-child,
#transmission .p-area:first-child,
#event .p-area:first-child {
  text-align: justify;
}
#transmission, #transmission2 {
  padding-top: 3.25em;
  background-image: url("../img/bgB-fhd.jpg");
}
.logo-LaPho {
  margin: 4rem 1.5em 1em;
  float: right;
}
#stages .circe {
  font-size: x-large;
  text-align: justify;
}
#transmission h3,
#event h3 {
  margin-bottom: 2rem;
}
#event h4 {
  margin-bottom: 2rem;
}
#event .p-area {
  margin: 4em auto 0 2rem;
}
@media (min-width: 901px) {
  #transmission .p-area {
    max-width: 45%;
    margin: 4em 2em auto;
  }
  #transmission2 img {
    margin: 4em 12em 4em;
  }
  #stages {
    display: inline-block;
    max-width: 52%;
    vertical-align: top;
    margin-top: 3.25em;
  }
  #stages .p-area.boudica{
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  #stages .pdf {
    display: inline-block;
    width: 45%;
  }
  #event .p-area {
    max-width: 45%;
    margin: 3em 2em auto;
  }
  #event .p-area:last-child {
    min-width: 45%;
    vertical-align: top;
    text-align: center;
    /* background: none; */
  }
  #transmission .p-area {
    margin: 3.25em 2rem 0;
  }
  #stages div:last-child{
    text-align: center;
    margin-top: 2em;
  }
  .flyer-pic {
    margin-right: 4em;
  }
}
#event hr {
  margin-bottom: 1em;
}
.mosaik {
  margin-bottom: 2em;
}
#transmission .mosaik {
  margin: 4em 0;
}
@media (max-width: 900px) {
  #transmission hr {margin-top:0;}
  #transmission hr:last-child {display:none;}
  #transmission .mosaik {margin:2rem 0;}
  #transmission .mosaik a {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
  }
  #stages a,
  #transmission2 img {
    display: block;
    margin-bottom: 1rem;
  }
  #event .p-area {
    display: block;
    margin: 1rem 0;
  }
}
.mosaik-r {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  text-align: center;
}
@media (max-width: 800px) {
  #transmission .mosaik a {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
  }
  #stages a,
  #transmission2 img {
    display: block;
    margin-bottom: 1rem;
  }
  #event .p-area a{
    display: inline-block;
    max-width: 49%;
    margin: 1rem 0 0;
  }
}
#contact {
  padding-top: 3.25em;
  background-image: url("../img/bgC-fhd.jpg");
}
#contact .p-area {
  vertical-align: top;
  padding: 2.25em;
}
@media (min-width: 901px) {
  #contact .p-area {
    max-width: 32%;
    min-height: 480px;
  }
  /* toujours ce soucis de centrage */
  #contact .p-area:first-child {
    margin-left: 6.75%;
  }
}
#contact .social {
  margin: 2rem 0;
}
@media (max-width: 900px) {
  #contact .p-area {
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #footer-pic {
    display: block;
    text-align: center;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
form input {
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  border: 1px solid #444;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  outline: none;
  box-sizing: border-box;
}
form input:focus {
  border-color: #110906;
  box-shadow: 0 0 0 2px rgba(74, 44, 31, 0.4);
}
form button[type="submit"] {
  padding: 0.75rem 1.5rem;
  border-radius: 10px;              /* même arrondi que les inputs */
  border: 1px solid #444;            /* même bordure */
  background-color: rgba(0, 0, 0, 0.6); /* un peu plus foncé que les champs */
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  /* box-sizing: border-box; */
}

form button[type="submit"]:hover {
  background-color: rgba(36, 210, 0, 0.8);
  transform: translateY(-1px);
}

form button[type="submit"]:focus {
  border-color: #4a2c1f;
  box-shadow: 0 0 0 2px rgba(74, 44, 31, 0.4);
}
