@font-face {
  font-family: "Monotype Corsiva";
  src: url("fonts/monotype/MonotypeCorsiva.woff2") format("woff2"),
    url("fonts/monotype/MonotypeCorsiva.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Stencil";
  src: url("fonts/stencil/Stencil.woff2") format("woff2"),
    url("Stencil.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stencil BT";
  src: url("fonts/stencil/StencilBT-Regular.woff2") format("woff2"),
    url("StencilBT-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stencil";
  src: url("fonts/stencil/Stencil.woff2") format("woff2"),
    url("fonts/stencil/Stencil.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #012b01;
}

p {
  font-family: "Monotype Corsiva";
}

body {
  background-color: #d4d4d4;
  font-family: "Times New Roman";
}

img {
  object-fit: contain;
}

.text-normal {
  font-family: sans-serif;
  font-style: normal;
}

.container {
  width: 70%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

.title {
  font-size: 90px;
  color: #012b01;
  font-family: "Stencil";
}

.nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  margin-left: auto;
}

.nav-items a {
  text-decoration: none;
  color: #012b01;
  font-size: 15px;
  font-weight: 800;
  padding: 15px 10px;
  font-family: "Stencil";
}

.nav-items a:hover {
  background-color: white;
  color: #c13145;
}

.horizontal-line {
  margin: 10px 0;
  width: 95%;
  margin-left: auto;
  height: 10px;
  background-color: #285328;
  background-image: linear-gradient(#012b01, #d4d4d4);
}

/* lesjardinsdelbiar */
.content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  justify-content: space-between;
}

.image-container-chansons {
  width: 300px;
}

.image-container-chansons img {
  width: 100%;
  object-fit: contain;
}

.image-description p {
  color: #012b01;
  text-align: center;
}

.nav-dropdown {
  position: absolute;
  left: 80%;
  top: 8%;
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-left: auto;
  padding: 10px 5px;
  font-size: 12px;
  font-weight: bold;
}

.nav-dropdown .nav-title {
  border: 1px solid rgb(0, 41, 0);
  color: #6b0337;
  padding: 10px;
  width: fit-content;
}

.nav-dropdown .nav-title:hover {
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.nav-dropdown ul {
  list-style: none;
  text-align: center;
  width: 150px;
  border: 1px solid rgb(0, 41, 0);
  display: none;
}

.nav-dropdown:hover ul {
  display: block;
}

.nav-dropdown ul li {
  padding: 5px 0;
}

.nav-dropdown ul li:hover {
  background-color: gray;
  cursor: pointer;
}

.nav-dropdown ul li a {
  color: #6b0337;
}

.nav-dropdown ul li a:hover {
  color: white;
}

.nav-dropdown ul li:hover a {
  color: white;
  cursor: pointer;
}

.show-nav {
  display: block;
}

.hide-nav {
  display: none;
}

.description {
  margin: 20px 0;
  color: rgb(58, 53, 53);
  font-weight: bold;
}

.description-title {
  margin: 15px 0;
}

.description-title p {
  font-size: 15px;
}

.form-container {
  height: 400px;
  width: 300px;
  margin: 100px 0;
}

.form-container form .form-item {
  margin: 20px 10px;
  display: flex;
  justify-content: space-between;
}

.form-container form .form-item label[for="comment"] {
  display: block;
  text-align: center;
  margin: 10px 0;
}

.form-container form .form-item input,
.form-container form .form-item select {
  padding: 5px;
  height: 28px;
}

.form-container form .form-item textarea {
  width: 100%;
  height: 60px;
  resize: none;
  padding: 5px;
}

.form-container form p {
  text-align: center;
  font-style: normal;
  font-family: sans-serif;
  font-size: 14px;
}

.form-container form #submit-inner-btn {
  outline: none;
  padding: 8px 25px;
  margin: 10px auto;
  border: none;
  background-color: #dddddd;
  border-radius: 4px;
  box-shadow: 1px 4px 3px #b6b4b4;
  font-size: 12px;
  font-weight: bold;
  display: block;
  cursor: pointer;
}

.form-container form #submit-inner-btn:hover {
  cursor: pointer;
  background-color: orange;
  color: white;
}

.col2-description p {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: rgb(1, 1, 37);
}

.details-title {
  color: #004600;
  text-align: center;
  font-style: italic;
  font-size: 20px;
}

.details-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.details-container .paragraph {
  margin: 15px 0;
}

.details-container .paragraph p {
  text-align: center;
  font-style: italic;
  color: rgb(58, 57, 57);
}

.details-credit,
.contact-details {
  text-align: center;
  margin: 15px 0;
display: :none;
}

.details-credit p {
  font-size: 12px;
  font-family: sans-serif;
  margin: 10px 0;
}

.details-credit p strong {
  font-size: 14px;
}

.contact-details p {
  font-size: 12px;
  font-family: sans-serif;
  display: none;
}

.contact-details a {
  color: blue;
  font-size: 12px;
  text-decoration: underline;
  display: none;
}

.audio-container {
  margin: 20px auto;
}

.audio-container p strong {
  font-family: sans-serif;
  font-size: 14px;
}

/* reprises */
.reprises-container {
  display: flex;
  flex-direction: column;
}

.reprises-item {
  margin: 30px 0;
  display: flex;
  align-items: center;
}

.reprises-image-container img {
  width: 100%;
  object-fit: contain;
}

.reprises-details-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: "Monotype Corsiva";
}

.reprises-details-container .description h4 {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  color: rgb(2, 2, 88);
  margin-bottom: 10px;
}

.reprises-details-container .description p {
  text-align: center;
  font-weight: normal;
  color: rgb(3, 3, 90);
}

.reprises-details-container .description.green h4 {
  color: #012b01;
}

.reprises-details-container .description.green h4 span {
  font-size: 10px;
  margin-left: 20px;
  font-style: normal;
  font-family: sans-serif;
}

.text-blue-hover:hover {
  color: blue;
}

.reprises-details-container .description.green p {
  font-weight: normal;
  color: rgb(25, 25, 68);
}

.audio-container p {
  text-align: center;
  margin: 10px 0;
}

@media screen and (max-width: 1024px) {
  .container,
  footer {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .content {
    grid-template-columns: 1fr;
  }

  .content .col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nav-dropdown {
    left: 90%;
  }
}


.evenements-title {
    font-size: 70px;
    color: #012b01;
    font-style: normal;
    font-family: "Stencil";
}