* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@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;
}

p,
h3,
li a {
  font-family: "Monotype Corsiva";
}

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

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

body {
  background-color: #d4d4d4;
  font-family: "Stencil";
}

img {
  object-fit: contain;
}

.text-center {
  text-align: center;
}

.text-link:hover {
  color: blue;
  text-decoration: underline;
}

.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;
  letter-spacing: 4px;
}

.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: 000;
  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);
}

.video-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
  position: relative;
}

.video-container .video-title {
  color: #012b01;
  font-weight: normal;
  margin: 10px 0;
  font-size: 24px;
}

.video-container .video-description {
  font-family: sans-serif;
  font-size: 12px;
  margin: 5px 0;
}

.video-container .video {
  margin: 30px 0;
  width: 70%;
}

.video-container .video video {
  object-fit: contain;
  width: 100%;
}

.nav-dropdown {
  position: absolute;
  right: -8%;
  top: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  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;
  font-family: sans-serif;
}

.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;
  font-family: sans-serif;
}

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

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

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




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

  .video-container .video {
    width: 60%;
  }
}
