@font-face {
  font-family: "Montserrat";
  font-style: normal;
  src: url("fonts/Montserrat[wght].woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  src: url("fonts/Montserrat-Italic[wght].woff2");
}

@font-face {
  font-family: "Montserrat Alternates";
  font-style: normal;
  src: url("fonts/MontserratAlternates[wght].woff2");
}

@font-face {
  font-family: "Montserrat Alternates";
  font-style: italic;
  src: url("fonts/MontserratAlternates-Italic[wght].woff2");
}

html {
    background: #010101;
}

body {
    font-family: "Lato", sans-serif;
    background: #ffffff;
    color: #010101;
    font-size: 14px;
    width: 98%;
    margin: auto;
  }

section {
  padding: 2% 4%;
}

p {
  text-align: justify;
  margin-bottom: 1rem;
  margin-top: .5rem;
  font-weight: 300;
  font-size: 14px;
  max-width: 100%;
}

img {
  max-width: 100%;
}

ul {
  font-weight: 300;
}

dl {
    display: grid;
    grid-template-columns: max-content auto;
    margin-top: .5rem;
    font-weight: 300;
}

dt {
    grid-column-start: 1;
    font-weight: 500;
    color: #2e427c;
    margin-bottom: 1%;
    font-size: 14px;
}

dd {
    grid-column-start: 2;
    margin-left: 2%;
    margin-bottom: 1%;
}

h1 {
  background-color: #251f24;
  color: #E79696;
  font-size: 2.5rem;
  font-family: "Montserrat";
  font-weight: 900;
  padding: 2%;
  margin-bottom: 0;
  margin-top: 0;
}

h2 {
  color: #251f24;
  font-size: 1.8rem;
  font-family: "Montserrat";
  margin-bottom: .75rem;
  margin-top: 0;
  font-weight: 700;
}

h3 {
  color: #9d3f4e;
  font-size: 1.4rem;
  font-family: "Montserrat";
  margin: 0 0 .5rem 0;
  font-weight: 600;
}

a {
  color: #004085;
  text-decoration: none;
}

a:visited {
  color: #6B2E42;
}

.cyano_back {
  background-image: url("images/cyano_02_grand.png");
  box-shadow: inset 0 0 0 1000px rgb(255, 255, 255, .5);
}

figure {
  margin: 0;
}

figcaption {
  font-size: 10pt;
  font-weight: 300;
  text-align: right;
  margin-top: 8px;
}

.prochains_concerts dt {
  text-decoration: underline solid 2px #9d3f4e;
  text-underline-offset: 50%;
  font-weight: 600;
}

.prochains_concerts dd {
  font-weight: 400;
}

.dark {
  background-color: #251f24;
  color: #ffffff;
}

.dark h1 {
  color: #E79696;
  font-size: 3rem;
  text-transform: uppercase;
  font-family: "Montserrat Alternates";
  font-weight: 900;
  margin-bottom: 0;
  padding: 0;
}

.dark h2 {
  color: #ffffff;
}

.dark h3 {
  color: #E79696;
  margin-left: 0;
}

.dark a {
  color: #A3D0FF;
  text-decoration: none;
}

.dark a:visited {
  color: #F1C1C1;
}

.navbar {
  height: 42px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid white;
}

.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #251f24;
  font-weight: 400;
}

.navbar ul li {
  float: left;
}

.navbar ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 11px 12px;
  text-decoration: none;
}

.navbar ul li a:hover {
  background-color: #010101;
}

.logo_bc {
  float: right;
  height: 20px;
  margin: 11px 10px 11px 10px;
}

@media screen and (min-width: 800px) {
  body {
    width: 800px;
    font-size: 16px;
  }

  p {
    font-size: 16px;
  }

  .logo_bc {
    height: 25px;
    margin: 13px 40px 13px 10px;
  }

  .navbar {
    height: 51px;
  }

  .affiche_grand {
    width: 300px;
    float: left;
    margin: 0 20px 0 0;
  }

  .navbar ul li a {
    padding: 14px 16px;
  }
  
  dt {
    font-size: 16px;
  }
}