/********************************
 Parametres generaux : 
********************************/
@font-face {
  font-family: "Ogg Roman";
  src: url("https://db.onlinewebfonts.com/t/2596224269750e00c3ad5356299a3b9f.eot");
  src: url("https://db.onlinewebfonts.com/t/2596224269750e00c3ad5356299a3b9f.eot?#iefix")
      format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/2596224269750e00c3ad5356299a3b9f.woff2")
      format("woff2"),
    url("https://db.onlinewebfonts.com/t/2596224269750e00c3ad5356299a3b9f.woff")
      format("woff"),
    url("https://db.onlinewebfonts.com/t/2596224269750e00c3ad5356299a3b9f.ttf")
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/2596224269750e00c3ad5356299a3b9f.svg#Ogg Roman")
      format("svg");
}
@font-face {
  font-family: "Elephant W00 Medium";
  src: url("https://db.onlinewebfonts.com/t/c5c3c1583f54a9840ea8562cf665fa79.eot");
  src: url("https://db.onlinewebfonts.com/t/c5c3c1583f54a9840ea8562cf665fa79.eot?#iefix")
      format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/c5c3c1583f54a9840ea8562cf665fa79.woff2")
      format("woff2"),
    url("https://db.onlinewebfonts.com/t/c5c3c1583f54a9840ea8562cf665fa79.woff")
      format("woff"),
    url("https://db.onlinewebfonts.com/t/c5c3c1583f54a9840ea8562cf665fa79.ttf")
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/c5c3c1583f54a9840ea8562cf665fa79.svg#Elephant W00 Medium")
      format("svg");
}
body {
  font-family: "Ogg Roman" !important;
  font-weight: normal;
  color: #1a1812;
  background-color: #fefff7;
  background-image: url("../images/partition.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: inherit;
  filter: blur(1px); /* Ajustez la valeur de flou selon vos préférences */
  opacity: 0.7; /* Ajustez l'opacité selon vos préférences */
  z-index: -1;
}
h1 {
  font-family: "Ogg Roman" !important;
  font-size: 36px;
  font-weight: normal;
}
h1 {
  display: table;
  white-space: nowrap;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}
h1:before,
h1:after {
  content: "";
  display: table-cell;
  width: 50%;
  background: url("/images/ligne-h1.gif") repeat-x left bottom 10px;
}
h2 {
  font-family: "Ogg Roman" !important;
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 0.7rem;
}
h3 {
  font-family: "Ogg Roman" !important;
  font-size: 24px;
  font-weight: 1000;
  padding-bottom: 0.7rem;
}
h4,
.h4 {
  font-family: "Ogg Roman" !important;
  font-size: 24px;
  font-weight: normal;
  text-decoration: none;
}
hr {
  border: 1px solid #e5e7d1;
  height: 0px;
}

/********************************
  RESPONSIVE CSS - MEDIA QUERIES
********************************/

@media (max-width: 992px) {
  iframe {
    height: 1000px;
  }
}

/********************************
     Liens, boutons et survol
     - couleurs
     - effets au survol
    ********************************/

b,
strong {
  font-family: "Ogg Roman" !important;
  font-weight: normal;
}
a {
  font-family: "Ogg Roman" !important;
  font-weight: normal;
  text-decoration: none;
  color: #1a1812;
}
a:hover {
  color: #1a1812;
  text-decoration: none;
}
a.h4:hover,
a.active.h4 {
  font-family: "Ogg Roman" !important;
}
a,
button,
.btn {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
hover,
button:hover,
.btn:hover {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: none;
  padding: 4px;
}
.breadcrumb {
  display: none;
}
.breadcrumb li + li:before {
  content: " > ";
  margin-left: 8px;
}

/*******************************
     Gestion des images
    *******************************/
.container p img,
td img {
  max-width: 100%;
  height: auto !important;
  filter: greyscale(100%);
}
.container .bloc-galerie {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.container .bloc-galerie img {
  box-shadow: 3px 3px 5px #aaa, -0.02rem -0.02rem 1px #aaa;
  width: 225px;
  margin: 20px 20px 0 0;
  padding: 5px;
  height: auto !important;
  filter: brightness(1);
}
.container .bloc-galerie img:hover {
  box-shadow: 3px 3px 5px #333, -0.02rem -0.02rem 1px #333;
  filter: brightness(1.25);
}

/*******************************
     actualites
    *******************************/
.container .bloc-actualite {
  float: left;
  display: block;
  width: 50%;
}
.container .bloc-actualite a {
  box-shadow: 3px 3px 5px #aaa, -0.02rem -0.02rem 1px #aaa;
  margin: 20px 20px 0 0;
  padding: 20px 20px 0px 20px;
  filter: brightness(1);
}
.container .bloc-actualite a.date-passee-actualite {
  background-color: #ddd;
}
.container .bloc-actualite a:hover {
  box-shadow: 3px 3px 5px #333, -0.02rem -0.02rem 1px #333;
  filter: brightness(1.25);
  text-decoration: none;
}
.date-actualite {
  background-color: #333;
  color: #fff;
  font-size: 1rem;
  width: 100px;
  padding: 0 5px 2px 5px;
}
.tags-actualite {
  color: #333;
  font-size: 0.7rem;
}
.date-annulee {
  background-color: #565443;
  color: #fff;
  font-size: 1rem;
  padding: 0 5px 2px 5px;
  margin-left: 10px;
}

/*******************************
     concerts
    *******************************/
.bloc-concert {
  width: 100%;
}
.bloc-concert hr {
  float: left !important ;
  width: 100%;
}
.date-concert {
  float: left;
  width: 20%;
  font-family: "Ogg Roman" !important;
  font-weight: normal;
}
.detail-concert {
  float: left;
  width: 80%;
}
.tags-concerts {
  font-family: "Ogg Roman" !important;
  font-weight: normal;
}
.date-annulee-concerts {
  text-transform: uppercase;
  font-family: "Ogg Roman" !important;
  font-weight: normal;
}

/*******************************
     gestion des blocs
    *******************************/
table {
  width: 100% !important;
  display: block;
  border-spacing: 0;
  border: 1px solid #ccc;
  margin-top: 10px;
}
main table {
  border: none;
  margin-top: 0;
}
table td {
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #ccc;
  vertical-align: top;
}
main table td {
  float: left;
  border: none;
}
main table td:first-child {
  padding-left: 15px;
  margin-left: -15px;
}
main table td:last-child {
  padding-right: 15px;
}
.blocPagesN3 {
  border: 1px solid #e5e7d1;
  padding: 20px;
}
.blocPagesN3 a {
  font-size: 24px;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  color: #1a1812;
  border: 1px solid #e5e7d1;
}

/********************************
    RESPONSIVE CSS - MEDIA QUERIES
    ********************************/

@media (min-width: 1052px) {
  .container {
    max-width: 1080px;
  }
}
@media (max-width: 1052px) {
  .container {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    align-content: center;
    max-width: 2000px;
  }
}

@media (max-width: 992px) {
  .container {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
    align-content: center;
    max-width: 2000px;
  }
}

@media (max-width: 768px) {
  main table {
    margin: 0;
    border: 0;
  }
  main table td {
    width: 100% !important;
    display: block;
    padding: 0;
    border: 0;
  }
  main table td:first-child {
    padding-left: 0px;
    margin-left: 0px;
  }
  main table td:last-child {
    padding-right: 0px;
  }
  .back-to-top {
    display: none !important;
  }
  footer p {
    text-align: center !important;
  }
  .qc-cmp-persistent-link {
    display: none !important;
  }
}

@media (max-width: 540px) {
  .container {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
