@font-face {
  font-family: "Ubuntu";
  src: url("/assets/Ubuntu/Ubuntu-Regular.ttf") format("truetype");
}
body {
  --main-background: white;
  font-family: "Ubuntu", sans-serif;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  scrollbar-width: thin;
}
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body img, body object {
  border-radius: 15px;
}
body a {
  text-decoration: none;
  font-weight: bold;
}
body h1 {
  margin-bottom: 2vw;
}
body h2 {
  color: #ffae00;
  margin-bottom: 1vw;
}
body #app {
  background-attachment: fixed;
  background-image: linear-gradient(180deg, #61c4c9 0, rgba(135, 210, 214, 0.5) 70%), url("/images/background.jpg");
  background-position: center;
  background-size: cover;
  color: #61c4c9;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body #app footer {
  background: linear-gradient(180deg, #ade0e3, #61c4c9);
  color: black;
  display: flex;
  flex-direction: column;
}
body #app footer .footer-cols {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 1vw;
  margin: 0 auto;
  width: 70vw;
}
@media screen and (min-width: 601px) {
  body #app footer .footer-cols {
    flex-direction: row;
  }
}
body #app footer .footer-cols .footer-col {
  align-items: center;
  display: flex;
  flex: 1 1 0px;
  flex-direction: column;
  justify-content: center;
}
body #app footer .footer-cols .footer-col a {
  align-items: center;
  color: #ffae00;
  display: flex;
}
body #app footer .footer-cols .footer-col a:hover {
  text-decoration: underline;
}
body #app footer .footer-cols .footer-col a img {
  margin-right: 5px;
  width: 2vw;
}
body #app footer .footer-cols .footer-col .adresse {
  align-items: center;
  display: flex;
  flex-direction: column;
}
body #app footer .footer-cols .footer-col .Icon {
  width: auto;
}
body #app footer .footer-cols .footer-col .social-network {
  display: flex;
  margin-top: 0.5vw;
}
body #app footer .footer-bottom {
  bottom: 2px;
  display: flex;
  font-size: 12px;
  justify-content: center;
  margin-bottom: 2px;
}
body #app footer .footer-bottom a {
  color: black;
  font-weight: normal;
  margin: 0 10px;
}
body #app footer .footer-bottom a:hover {
  text-decoration: underline;
}
body #app footer .footer-bottom span {
  margin: 0 10px;
}
body .content-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 6vh;
  text-align: justify;
}
@media screen and (min-width: 1281px) {
  body .content-container {
    margin-top: 8vh;
  }
}
body .content-container .baseButton {
  background-color: #61c4c9;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-size: 4vw;
  font-weight: bold;
  padding: 0.5vw 1vw;
  text-align: center;
}
@media screen and (min-width: 601px) {
  body .content-container .baseButton {
    font-size: 1.2vw;
  }
}
body .content-container .box, body .content-container .box-white {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 1vw;
  width: 100%;
}
body .content-container .box .box-content, body .content-container .box-white .box-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2vw;
  width: 80%;
}
body .content-container .box .box-content img, body .content-container .box-white .box-content img {
  width: 49%;
}
body .content-container .box .box-content p, body .content-container .box-white .box-content p {
  width: 49%;
}
body .content-container .box {
  color: white;
}
body .content-container .box h1 {
  color: white;
}
body .content-container .box-white {
  background-color: white;
}

.home-banner {
  justify-content: space-around;
  padding-top: 2vw !important;
}
@media screen and (min-width: 601px) {
  .home-banner {
    flex-direction: row !important;
  }
}
.home-banner .home-card-documents {
  background-color: white;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  padding: 2vw;
}

@font-face {
  font-family: "Ubuntu";
  src: url("/assets/Ubuntu/Ubuntu-Regular.ttf") format("truetype");
}
.club-history {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.club-horaires {
  align-items: center;
  display: flex;
  color: white;
  flex-direction: column;
  padding: 1vw;
}
.club-horaires table {
  border-collapse: collapse;
  font-weight: bold;
  margin: 1vw 0;
}
.club-horaires table tr {
  border-bottom: 2px solid #ffae00;
}
.club-horaires table tr td {
  padding: 0.5vw 0;
}
.club-horaires table tr td:not(:last-child) {
  padding-right: 2vw;
}

.club-access {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.club-access .map {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1vw 0;
}
@media screen and (min-width: 601px) {
  .club-access .map {
    flex-direction: row;
  }
}
.club-access .map .guide {
  margin-top: 4vw;
}
@media screen and (min-width: 601px) {
  .club-access .map .guide {
    margin-left: 2vw;
    margin-top: 0;
    width: 30%;
  }
}

.weapons-table {
  background-color: white;
  border: 1px solid black;
  border-collapse: collapse;
  color: #61c4c9;
}
.weapons-table th, .weapons-table td {
  border: 1px solid black;
  padding: 0.5vw;
  text-align: center;
}

.outfit {
  justify-content: space-around;
}
.outfit img {
  width: 20% !important;
}
.outfit .flex-column-around {
  list-style: none;
  position: relative;
  width: 50%;
}
.outfit .flex-column-around li {
  margin-left: 1vw;
}
.outfit .flex-column-around li:not(:last-child) span::after {
  background-color: #ffae00;
  content: " ";
  display: block;
  height: 3vw;
  position: relative;
  top: 100%;
  width: 1px;
}
.outfit .flex-column-around li span {
  background-color: #ffae00;
  border-radius: 50%;
  display: flex;
  height: 2vw;
  justify-content: center;
  left: -2vw;
  position: absolute;
  width: 2vw;
}

.legals {
  align-items: flex-start !important;
  flex: 1;
  padding: 2vw 20% !important;
}
.legals .box-content {
  flex-direction: column;
  margin-bottom: 1vw !important;
}

@font-face {
  font-family: "Ubuntu";
  src: url("/assets/Ubuntu/Ubuntu-Regular.ttf") format("truetype");
}
.member-form-wrapper {
  background-color: white;
  border-radius: 15px;
  margin: auto;
  padding: 2vw;
  width: 30vw;
}
.member-form-wrapper form {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.member-form-wrapper .form-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 1vw;
}
.member-form-wrapper .form-footer a {
  color: #ffae00;
}

@font-face {
  font-family: "Ubuntu";
  src: url("/assets/Ubuntu/Ubuntu-Regular.ttf") format("truetype");
}
.AdminPage {
  display: flex;
  flex: 1;
  width: 100%;
}
.AdminPage table {
  border-collapse: collapse;
}
.AdminPage table thead tr th {
  padding: 0 1vw;
  text-align: center;
  white-space: nowrap;
}
.AdminPage table tbody tr {
  background-color: #61c4c9;
}
.AdminPage table tbody tr:nth-child(even) {
  background-color: #ade0e3;
}
.AdminPage table tbody tr td {
  border-left: 1px solid #000;
  color: white;
  font-weight: bold;
  padding: 1vw;
  text-align: center;
}
.AdminPage table tbody tr td:first-child {
  border-left: none;
}
.AdminPage table tbody tr td:last-child {
  white-space: nowrap;
  width: 1%;
}

.flex {
  display: flex;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
}

.flex-align {
  align-items: center;
  display: flex;
}
.flex-align.end {
  align-items: flex-end;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-column-align {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.flex-column-around {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.last-article {
  display: flex;
  justify-content: center;
  gap: 2vw;
  margin-top: 1vw;
}
.last-article img {
  width: 20%;
}

.articles {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw 0;
  justify-content: space-around;
}
.articles .article {
  color: white;
  padding: 1vw;
  width: 30%;
  background: #61c4c9;
  border-radius: 15px;
}
.articles .article img {
  width: 100%;
}
.articles .article .date-parution {
  margin-top: 1vw;
}
