@font-face {
  font-family: "Royal";
  src: url("/fonts/Royal.ttf") format("truetype");
}
@font-face {
  font-family: "Chomsky";
  src: url("/fonts/Chomsky.otf") format("opentype");
  src: url("/fonts/Chomsky.woff") format("woff");
  src: url("/fonts/Chomsky.woff2") format("woff2");
}
body {
  background-color: #333333;
  scroll-behavior: smooth;
}

#content {
  background-color: #fffffb;
  min-height: 80vh;
}

header {
  height: 125px;
  background-color: #333333;
  color: white;
  z-index: 1;
}
header h1 {
  font-size: 6rem;
  margin: auto;
  height: 110px;
  font-family: Georgia, Newsreader;
}

header a, header a:hover, header a:visited, nav a, nav a:hover, nav a:visited {
  color: inherit;
  text-decoration: none;
}

nav {
  background-color: #3d3c41;
}
nav .dropdown-menu {
  background-color: #3d3c41;
}
nav .dropdown-menu .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.5);
}
nav .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.5);
}
nav .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: white;
}

.current-evenement {
  height: calc(100vh - 180px);
  width: auto;
  background-image: url("/images/bannieres/2025.jpeg");
  background-size: cover;
  background-position: left;
}
@media (max-width: 758px) {
  .current-evenement {
    background-image: url("/images/bannieres/mini-2025.jpeg");
    background-position: right;
    height: calc(100vh - 50px);
  }
}
.current-evenement .box-content {
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin: auto;
  height: 90%;
  align-items: center;
}
.current-evenement .box-content h1, .current-evenement .box-content p {
  color: white;
  font-weight: bold;
  text-align: center;
  font-family: Trebuchet MS;
  text-transform: uppercase;
  text-shadow: blue 1px 0 10px;
}
.current-evenement .box-content h1 {
  font-size: 6rem;
}
.current-evenement .box-content p {
  font-size: 5rem;
}
.current-evenement .box-content button {
  font-size: 2rem;
}

.more-info {
  background-image: linear-gradient(to right, #09b 0%, blue 100%);
  border-radius: 40px;
  box-sizing: border-box;
  color: blue;
  display: block;
  font-size: 1.4em;
  padding: 4px;
  position: relative;
  text-decoration: none;
  z-index: 2;
}
@media (max-width: 758px) {
  .more-info {
    font-size: 1em;
  }
}
.more-info:hover {
  color: white;
  text-decoration: inherit;
}
.more-info:hover span {
  background: transparent;
}
.more-info span {
  align-items: center;
  background: white;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background 0.5s ease;
  width: 100%;
  padding: 5px 20px;
}

section {
  padding: 30px 10px;
}
section.section-light {
  background-color: #fffffb;
}
section.section-inverse {
  background-color: #ddd;
  text-align: right;
}
section h1 {
  font-size: 7rem;
  font-family: Chomsky, newreader;
  padding: 30px;
}
@media (max-width: 758px) {
  section h1 {
    font-size: 6rem;
  }
}
section h2 {
  padding: 5px;
  border-bottom: 2px solid #700;
  font-size: 3.5rem;
  font-family: Chomsky, georgia, "dejavu serif", norasi, serif;
}
section h2::first-letter {
  color: #700;
  font-weight: bold;
  font-size: 5rem;
}
section h3 {
  color: #777;
  font-weight: bold;
}

.section-text {
  font-size: 1.3rem;
}
.section-text p {
  max-width: 800px;
  margin: 15px auto;
}
.section-text > * {
  width: 100%;
}

.face {
  display: block;
  width: 200px;
  height: 200px;
}

.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 20px 0px;
}
.gallery * {
  margin-top: 5px;
  margin-bottom: 5px;
}
.gallery a.social {
  text-decoration: none !important;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  border-radius: 20px;
  height: 100px;
  width: 100px;
}
.gallery a.social:hover {
  border-radius: 50px;
  transition: border-radius 0.5s;
}
.gallery a.social.fb {
  background-color: #3b5998;
}
.gallery a.social.tw {
  background-color: #00aced;
}
.gallery a.social.insta {
  background-color: #bc2a8d;
}
.gallery a.social.yt {
  background-color: #dd4b39;
}
.gallery a.social.discord {
  background-color: #7289da;
}
.gallery img {
  height: 180px;
  width: auto;
}

footer {
  background-color: #3d3c41;
  color: white;
  padding-top: 30px;
}
footer ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7;
}
footer a {
  color: #d2d1d1;
  text-decoration: none;
}
footer a:hover {
  color: #b2b1b1;
}
footer .social-networks {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 16px;
}
footer .btn {
  color: white;
  background-color: #700;
  border-radius: 20px;
  border: none;
  width: 150px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  line-height: 25px;
}
footer .footer-copyright {
  background-color: #333333;
  margin-top: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}
footer .footer-copyright p {
  margin: 10px;
  color: #ccc;
}

.copyleft {
  transform: scale(-1, 1);
  display: inline-block;
}

/*# sourceMappingURL=index.css.map */
