@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
.m-1 {
  margin: 4px;
}

.mt-1 {
  margin-top: 4px;
}

.mb-1 {
  margin-bottom: 4px;
}

.ml-1 {
  margin-left: 4px;
}

.mr-1 {
  margin-right: 4px;
}

.m-2 {
  margin: 8px;
}

.mt-2 {
  margin-top: 8px;
}

.mb-2 {
  margin-bottom: 8px;
}

.ml-2 {
  margin-left: 8px;
}

.mr-2 {
  margin-right: 8px;
}

.m-3 {
  margin: 12px;
}

.mt-3 {
  margin-top: 12px;
}

.mb-3 {
  margin-bottom: 12px;
}

.ml-3 {
  margin-left: 12px;
}

.mr-3 {
  margin-right: 12px;
}

.m-4 {
  margin: 16px;
}

.mt-4 {
  margin-top: 16px;
}

.mb-4 {
  margin-bottom: 16px;
}

.ml-4 {
  margin-left: 16px;
}

.mr-4 {
  margin-right: 16px;
}

.m-5 {
  margin: 20px;
}

.mt-5 {
  margin-top: 20px;
}

.mb-5 {
  margin-bottom: 20px;
}

.ml-5 {
  margin-left: 20px;
}

.mr-5 {
  margin-right: 20px;
}

.m-6 {
  margin: 24px;
}

.mt-6 {
  margin-top: 24px;
}

.mb-6 {
  margin-bottom: 24px;
}

.ml-6 {
  margin-left: 24px;
}

.mr-6 {
  margin-right: 24px;
}

.m-7 {
  margin: 28px;
}

.mt-7 {
  margin-top: 28px;
}

.mb-7 {
  margin-bottom: 28px;
}

.ml-7 {
  margin-left: 28px;
}

.mr-7 {
  margin-right: 28px;
}

.m-8 {
  margin: 32px;
}

.mt-8 {
  margin-top: 32px;
}

.mb-8 {
  margin-bottom: 32px;
}

.ml-8 {
  margin-left: 32px;
}

.mr-8 {
  margin-right: 32px;
}

.m-9 {
  margin: 36px;
}

.mt-9 {
  margin-top: 36px;
}

.mb-9 {
  margin-bottom: 36px;
}

.ml-9 {
  margin-left: 36px;
}

.mr-9 {
  margin-right: 36px;
}

.m-10 {
  margin: 40px;
}

.mt-10 {
  margin-top: 40px;
}

.mb-10 {
  margin-bottom: 40px;
}

.ml-10 {
  margin-left: 40px;
}

.mr-10 {
  margin-right: 40px;
}

.p-1 {
  padding: 4px;
}

.pl-1 {
  padding-left: 4px;
}

.pr-1 {
  padding-right: 4px;
}

.pt-1 {
  padding-top: 4px;
}

.pb-1 {
  padding-bottom: 4px;
}

.p-2 {
  padding: 8px;
}

.pl-2 {
  padding-left: 8px;
}

.pr-2 {
  padding-right: 8px;
}

.pt-2 {
  padding-top: 8px;
}

.pb-2 {
  padding-bottom: 8px;
}

.p-3 {
  padding: 12px;
}

.pl-3 {
  padding-left: 12px;
}

.pr-3 {
  padding-right: 12px;
}

.pt-3 {
  padding-top: 12px;
}

.pb-3 {
  padding-bottom: 12px;
}

.p-4 {
  padding: 16px;
}

.pl-4 {
  padding-left: 16px;
}

.pr-4 {
  padding-right: 16px;
}

.pt-4 {
  padding-top: 16px;
}

.pb-4 {
  padding-bottom: 16px;
}

.p-5 {
  padding: 20px;
}

.pl-5 {
  padding-left: 20px;
}

.pr-5 {
  padding-right: 20px;
}

.pt-5 {
  padding-top: 20px;
}

.pb-5 {
  padding-bottom: 20px;
}

.p-6 {
  padding: 24px;
}

.pl-6 {
  padding-left: 24px;
}

.pr-6 {
  padding-right: 24px;
}

.pt-6 {
  padding-top: 24px;
}

.pb-6 {
  padding-bottom: 24px;
}

.p-7 {
  padding: 28px;
}

.pl-7 {
  padding-left: 28px;
}

.pr-7 {
  padding-right: 28px;
}

.pt-7 {
  padding-top: 28px;
}

.pb-7 {
  padding-bottom: 28px;
}

.p-8 {
  padding: 32px;
}

.pl-8 {
  padding-left: 32px;
}

.pr-8 {
  padding-right: 32px;
}

.pt-8 {
  padding-top: 32px;
}

.pb-8 {
  padding-bottom: 32px;
}

.p-9 {
  padding: 36px;
}

.pl-9 {
  padding-left: 36px;
}

.pr-9 {
  padding-right: 36px;
}

.pt-9 {
  padding-top: 36px;
}

.pb-9 {
  padding-bottom: 36px;
}

.p-10 {
  padding: 40px;
}

.pl-10 {
  padding-left: 40px;
}

.pr-10 {
  padding-right: 40px;
}

.pt-10 {
  padding-top: 40px;
}

.pb-10 {
  padding-bottom: 40px;
}

.btn {
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #003366 !important;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  background: #003366 !important;
  font-weight: bold;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.btn:hover {
  transition: all ease-in-out 0.3s;
  transform: scale(1.03);
  background-color: black;
  color: white;
}
.btn:active {
  transform: translateY(4px) scale(1.05);
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-outline {
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  border: 1px solid rgba(0, 51, 102, 0.1) !important;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  background: rgba(0, 51, 102, 0.1) !important;
  font-weight: bold;
  cursor: pointer;
  color: #003366 !important;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.btn-outline:hover {
  transition: all ease-in-out 0.3s;
  transform: scale(1.03);
  background-color: rgba(0, 0, 0, 0.1);
  color: #003366;
}
.btn-outline:active {
  transform: translateY(4px) scale(1.05);
}
.btn-outline:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-primary {
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #003366 !important;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  background: #003366 !important;
  font-weight: bold;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.btn-primary:hover {
  transition: all ease-in-out 0.3s;
  transform: scale(1.03);
  background-color: black;
  color: white;
}
.btn-primary:active {
  transform: translateY(4px) scale(1.05);
}
.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-secondary {
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #0066CC !important;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  background: #0066CC !important;
  font-weight: bold;
  cursor: pointer;
  color: #003366 !important;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.btn-secondary:hover {
  transition: all ease-in-out 0.3s;
  transform: scale(1.03);
  background-color: #003366;
  color: #003366;
}
.btn-secondary:active {
  transform: translateY(4px) scale(1.05);
}
.btn-secondary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-tertiary {
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #F0E8CC !important;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  background: #F0E8CC !important;
  font-weight: bold;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.btn-tertiary:hover {
  transition: all ease-in-out 0.3s;
  transform: scale(1.03);
  background-color: #d9c47d;
  color: white;
}
.btn-tertiary:active {
  transform: translateY(4px) scale(1.05);
}
.btn-tertiary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-quaternary {
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #333333 !important;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  background: #333333 !important;
  font-weight: bold;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.btn-quaternary:hover {
  transition: all ease-in-out 0.3s;
  transform: scale(1.03);
  background-color: black;
  color: white;
}
.btn-quaternary:active {
  transform: translateY(4px) scale(1.05);
}
.btn-quaternary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-background {
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #E9614A !important;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  background: #E9614A !important;
  font-weight: bold;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.btn-background:hover {
  transition: all ease-in-out 0.3s;
  transform: scale(1.03);
  background-color: #b72d16;
  color: white;
}
.btn-background:active {
  transform: translateY(4px) scale(1.05);
}
.btn-background:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-success {
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #00d876 !important;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  background: #00d876 !important;
  font-weight: bold;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.btn-success:hover {
  transition: all ease-in-out 0.3s;
  transform: scale(1.03);
  background-color: #00723e;
  color: white;
}
.btn-success:active {
  transform: translateY(4px) scale(1.05);
}
.btn-success:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-danger {
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #FF0000 !important;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  background: #FF0000 !important;
  font-weight: bold;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.btn-danger:hover {
  transition: all ease-in-out 0.3s;
  transform: scale(1.03);
  background-color: #990000;
  color: white;
}
.btn-danger:active {
  transform: translateY(4px) scale(1.05);
}
.btn-danger:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-warning {
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #FFA500 !important;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  background: #FFA500 !important;
  font-weight: bold;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.btn-warning:hover {
  transition: all ease-in-out 0.3s;
  transform: scale(1.03);
  background-color: #996300;
  color: white;
}
.btn-warning:active {
  transform: translateY(4px) scale(1.05);
}
.btn-warning:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-gray {
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #828282 !important;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  background: #828282 !important;
  font-weight: bold;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.btn-gray:hover {
  transition: all ease-in-out 0.3s;
  transform: scale(1.03);
  background-color: #4f4f4f;
  color: white;
}
.btn-gray:active {
  transform: translateY(4px) scale(1.05);
}
.btn-gray:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.edit-btnS {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  margin-top: 24px;
}

.btn-modern {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  min-width: 140px;
  justify-content: center;
}
.btn-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}
.btn-modern:hover::before {
  left: 100%;
}
.btn-modern:active {
  transform: translateY(1px);
}
.btn-modern:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 63px;
  background: white;
  padding: 35px 80px;
  margin-bottom: 35px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
.card__image {
  width: 483px;
  height: 483px;
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 5px;
}
.card__content {
  width: 715px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .card__content {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.card__title {
  font-size: 32px;
  font-weight: 700;
  color: black;
  word-break: break-word;
  width: 100%;
}
.card__description {
  font-size: 20px;
  font-weight: 400;
  color: black;
  line-height: 1.5;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 768px) {
  .card {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 20px 10px;
  }
  .card__image {
    width: 100%;
    max-width: 350px;
    height: auto;
    margin: 0 auto 20px auto;
    aspect-ratio: 1/1;
  }
  .card__title {
    font-size: 22px;
    text-align: center;
  }
  .card__content {
    width: 100%;
    gap: 10px;
  }
  .card__description {
    font-size: 15px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .card {
    gap: 10px;
    padding: 6px 2px;
  }
  .card__image {
    max-width: 100%;
    margin-bottom: 6px;
  }
  .card__content {
    gap: 6px;
  }
  .card__title {
    text-align: center;
    margin: 5px auto;
  }
}

.sports-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.sports-card .card {
  width: 40%;
  margin: 12px;
  border-radius: 16px;
  justify-content: flex-start;
}

.event-section {
  padding: 30px 0 50px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.event-section__title {
  width: 100%;
  height: 93px;
  padding: 20px 0;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: black;
}

.event-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 63px;
  background: white;
  padding: 35px 80px;
  margin-bottom: 35px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
.event-card__image {
  width: 483px;
  height: 483px;
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 5px;
}
.event-card__content {
  width: 715px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .event-card__content {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.event-card__tag {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 20px;
  background-color: #333333;
  border-radius: 10px;
  overflow: hidden;
  width: fit-content;
}
.event-card__tag img {
  width: 50px;
  height: 50px;
}
.event-card__tag-text {
  color: white;
  font-size: 24px;
  font-weight: 700;
}
.event-card__title {
  font-size: 32px;
  font-weight: 700;
  color: black;
  word-break: break-word;
  width: 100%;
}
.event-card__description {
  font-size: 20px;
  font-weight: 400;
  color: black;
  line-height: 1.5;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 768px) {
  .event-card {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 20px 10px;
  }
  .event-card__image {
    width: 100%;
    max-width: 350px;
    height: auto;
    margin: 0 auto 20px auto;
    aspect-ratio: 1/1;
  }
  .event-card__title {
    font-size: 22px;
    text-align: center;
  }
  .event-card__content {
    width: 100%;
    gap: 10px;
  }
  .event-card__description {
    font-size: 15px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .event-card {
    gap: 10px;
    padding: 6px 2px;
  }
  .event-card__image {
    max-width: 100%;
    margin-bottom: 6px;
  }
  .event-card__content {
    gap: 6px;
  }
  .event-card__title {
    text-align: center;
    margin: 5px auto;
  }
}

.event-mini-card {
  width: 608px;
  height: 230px;
  background: #003366;
  padding: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.event-mini-card__date {
  flex: 0 0 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
  padding-left: 10px;
}
.event-mini-card__date .event-mini-card__day {
  font-size: 36px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 700;
  color: white;
  line-height: 1.1;
  text-align: center;
  margin: 4px;
}
.event-mini-card__date .event-mini-card__month {
  font-size: 32px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 700;
  color: white;
  line-height: 1;
  margin-top: 14px;
}
.event-mini-card__divider {
  width: 80px;
  height: 0;
  border-top: 1px solid white;
  transform: rotate(90deg);
  margin: 0 4px;
}
.event-mini-card__content {
  flex: 1 1 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 0;
}
.event-mini-card__content .event-mini-card__title {
  font-size: 28px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 700;
  color: white;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 1.3;
}
.event-mini-card__content .event-mini-card__desc {
  font-size: 21px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 400;
  color: white;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media (max-width: 992px) {
  .event-mini-card {
    width: 90vw;
    min-width: 260px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .event-mini-card {
    flex-direction: column;
    height: auto;
    min-width: 0;
    padding: 20px 10px;
  }
  .event-mini-card__divider {
    display: none;
  }
  .event-mini-card__content {
    padding-left: 0;
    padding-right: 0;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .event-mini-card__content .event-mini-card__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .event-mini-card__content .event-mini-card__desc {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-align: center;
    max-width: 100%;
  }
  .event-mini-card__date {
    margin-bottom: 10px;
  }
  .event-mini-card__date .event-mini-card__day,
  .event-mini-card__date .event-mini-card__month {
    margin-top: 0;
  }
}
.champion-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 32px 24px;
  display: flex;
  align-items: center;
  gap: 32px;
  width: 90%;
  max-width: 1100px;
}
.champion-card__image {
  width: 160px;
  height: 160px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
}
.champion-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.champion-card__content h3 {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0 8px 0;
}
.champion-card__content p {
  font-size: 1rem;
  color: #222;
  margin-bottom: 12px;
}
.champion-card__content .btn-primary {
  align-self: flex-start;
}
@media (max-width: 900px) {
  .champion-card {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    gap: 16px;
    width: 98%;
  }
  .champion-card .btn-primary {
    width: fit-content;
    align-self: center;
  }
  .champion-card .champion-card__content {
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .champion-card .champion-card__image {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 600px) {
  .champion-card {
    padding: 10px 2px;
  }
  .champion-card .champion-card__image {
    width: 80px;
    height: 80px;
  }
}

.form-section {
  box-sizing: border-box;
  background: #F0E8CC;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.form-section__header {
  width: 100%;
  max-width: 1440px;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.form-section__header h2 {
  color: black;
  font-size: 40px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 700;
  margin: 0;
}

.form {
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-items: center;
  align-items: center;
  padding: 10px;
}
.form__group {
  position: relative;
  width: 100%;
  min-width: 240px;
  display: flex;
  flex-direction: column;
  margin-bottom: 4px;
}
.form__input {
  padding: 20px 16px;
  background: white;
  border-radius: 8px;
  border: 1px solid #828282;
  font-size: 16px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  color: black;
  outline: none;
  transition: border-color 0.2s;
}
.form__input:focus {
  border-color: #003366;
}
.form__input:not(:placeholder-shown) + .form__label, .form__input:focus + .form__label {
  top: 2px;
  left: 16px;
  font-size: 12px;
  color: #003366;
  background: white;
  padding: 0 4px;
}
.form__textarea {
  min-height: 80px;
  resize: vertical;
  padding-top: 12px;
  padding-bottom: 12px;
}
.form__label {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #D9D9D9;
  font-size: 16px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 400;
  pointer-events: none;
  transition: all 0.2s;
  background: transparent;
}
.form__cta {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.form__cta .btn-primary {
  width: fit-content;
  text-decoration: none;
  display: flex !important;
}

@media (max-width: 900px) {
  .form-section {
    padding: 20px 10px;
  }
  .form {
    max-width: 100%;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .form-section {
    padding: 10px 4px;
  }
  .form__header h2 {
    font-size: 25px;
  }
  .form {
    gap: 14px;
  }
}
.form__select {
  appearance: none;
  background: white;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  font-size: 16px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  color: black;
  padding: 20px 16px;
}
.form__select:focus {
  border-color: #003366;
}

.search-section {
  background: white;
  padding: 30px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.search-section__title {
  color: black;
  font-size: 36px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 700;
  margin-bottom: 14px;
}
.search-section__input-wrapper {
  max-width: 1242px;
  background: #D9D9D9;
  border-radius: 20px;
  padding: 12px 31px;
  display: flex;
  align-items: center;
}
.search-section__input {
  background: transparent;
  border: none;
  font-size: 20px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 300;
  color: black;
  outline: none;
}

.select-section {
  background: white;
  padding: 30px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.select-section__title {
  color: black;
  font-size: 36px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 700;
  margin-bottom: 14px;
}
.select-section__input-wrapper {
  width: 100%;
  max-width: 600px;
  background: #D9D9D9;
  border-radius: 20px;
  padding: 12px 31px;
  display: flex;
  align-items: center;
}
.select-section__select {
  width: 100%;
  background: transparent;
  border: none;
  font-size: 20px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 300;
  color: black;
  outline: none;
  appearance: none;
}

@media (max-width: 900px) {
  .search-section,
  .select-section {
    padding: 20px 6px;
  }
  .search-section__input-wrapper,
  .select-section__input-wrapper {
    max-width: 100%;
    padding: 12px 10px;
  }
}
.formulaire-contact {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.formulaire-contact .text-wrapper-2 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #222;
  margin-bottom: 1rem;
}
.formulaire-contact .input-field,
.formulaire-contact .textarea-field {
  display: flex;
  flex-direction: column;
}
.formulaire-contact .input-field input,
.formulaire-contact .input-field textarea,
.formulaire-contact .textarea-field input,
.formulaire-contact .textarea-field textarea {
  padding: 0.9rem 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.3s ease;
}
.formulaire-contact .input-field input:focus,
.formulaire-contact .input-field textarea:focus,
.formulaire-contact .textarea-field input:focus,
.formulaire-contact .textarea-field textarea:focus {
  border-color: #007BFF;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.15);
}
.formulaire-contact .input-field textarea,
.formulaire-contact .textarea-field textarea {
  resize: vertical;
  min-height: 120px;
}
.formulaire-contact form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  align-items: center;
}
.formulaire-contact .frame {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.formulaire-contact .frame a {
  display: inline-block;
}
.formulaire-contact .frame a img {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}
.formulaire-contact .frame a img:hover {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .formulaire-contact {
    padding: 1.5rem;
  }
  .formulaire-contact .text-wrapper-2 {
    font-size: 1.5rem;
  }
  .formulaire-contact .bouton {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .formulaire-contact {
    padding: 1rem;
  }
  .formulaire-contact .frame {
    gap: 1rem;
  }
  .formulaire-contact .frame img {
    width: 28px;
    height: 28px;
  }
}

.faq-section {
  margin-top: 64px;
  padding: 30px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq-section__title {
  font-size: 40px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 700;
  color: #003366;
  margin-bottom: 20px;
  text-align: center;
}

.faq-filters {
  width: 100%;
  max-width: 700px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.faq-filters .faq-filter-group {
  display: flex;
  align-items: center;
  gap: 6px;
}
.faq-filters .faq-filter-group label {
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-size: 14px;
  font-weight: 600;
  color: #003366;
  white-space: nowrap;
}
.faq-filters .faq-filter-group .faq-filter-select {
  min-width: 200px;
  padding: 6px 8px;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-size: 14px;
  background: white;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.faq-filters .faq-filter-group .faq-filter-select:focus {
  outline: none;
  border-color: #003366;
}

.faq-pagination {
  width: 100%;
  max-width: 700px;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.faq-pagination .pagination-btn {
  padding: 6px 12px;
  background: #003366;
  color: white;
  border: none;
  border-radius: 4px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.faq-pagination .pagination-btn:hover:not(:disabled) {
  background: #001a33;
  transform: translateY(-1px);
}
.faq-pagination .pagination-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}
.faq-pagination .page-info {
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-size: 14px;
  font-weight: 600;
  color: #003366;
  text-align: center;
}

.faq {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq__item {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.faq__question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-size: 20px;
  font-weight: 700;
  color: #003366;
  text-align: left;
  padding: 20px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background 0.2s;
}
.faq__question .faq__icon {
  font-size: 25px;
  margin-left: 10px;
  transition: transform 0.2s;
}
.faq__question[aria-expanded=true] {
  background: #0066CC;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  background: white;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 16px;
}
.faq__answer p {
  margin: 10px 0;
  font-size: 16px;
  color: black;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 400;
}

@media (max-width: 700px) {
  .faq-section {
    padding: 20px 6px;
  }
  .faq-section__title {
    font-size: 30px;
  }
  .faq {
    max-width: 100%;
  }
  .faq-filters .faq-filter-group {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }
  .faq-filters .faq-filter-group .faq-filter-select {
    min-width: auto;
    width: 100%;
  }
  .faq-pagination {
    flex-direction: column;
    gap: 6px;
  }
  .faq-pagination .pagination-btn {
    width: 100%;
    padding: 8px 12px;
  }
}
.error, .no-faqs {
  text-align: center;
  padding: 16px;
  color: #666;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-size: 16px;
  font-style: italic;
}

.error {
  color: #e74c3c;
}

.event-table-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background: none;
}

.event-table__container {
  width: 100%;
  max-width: 90vw;
  background: #003366;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  padding: 20px 20px;
  margin: 10px 0;
  position: relative;
  overflow-x: auto;
}

.event-table__header {
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.event-table__header .event-table__title {
  color: white;
  font-size: 22px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 700;
  margin: 0;
}
.event-table__header .partners-count {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
}

.event-table__wrapper {
  width: 100%;
  overflow-x: auto;
}

.event-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  color: white;
}
.event-table th, .event-table td {
  padding: 12px 10px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.event-table th {
  color: #D9D9D9;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: none;
  border-bottom: 2px solid #D9D9D9;
}
.event-table td {
  vertical-align: middle;
  background: none;
}

.table-actions {
  display: flex;
  gap: 4px;
  align-items: center;
}
.table-actions .action-btn {
  background: none;
  border: none;
  color: #828282;
  font-size: 12px;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: all 0.2s;
}
.table-actions .action-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}
.table-actions .action-btn.edit-btn:hover {
  color: #0066CC;
}
.table-actions .action-btn.delete-btn:hover {
  color: #FF0000;
}
.table-actions .action-btn.view-btn:hover {
  color: #4ecdc4;
}

.event-table__name {
  display: flex;
  align-items: center;
  gap: 10px;
}
.event-table__name .event-table__avatar {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  box-shadow: 0 3.5px 5.5px rgba(0, 0, 0, 0.02);
  object-fit: cover;
}
.event-table__name .event-table__avatar--icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}
.event-table__name .event-table__avatar--icon i {
  font-size: 25px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.event-table__name span {
  color: white;
  font-weight: 700;
  font-size: 14px;
}

.event-table__type {
  display: inline-block;
  border: 1px solid white;
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 14px;
  color: white;
  text-align: center;
  min-width: 64px;
}

.event-table__edit {
  background: none;
  border: none;
  color: #828282;
  font-size: 14px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s;
}
.event-table__edit:hover {
  color: #0066CC;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .event-table__container {
    max-width: 100vw;
    padding: 10px 4px;
  }
  .event-table__header .event-table__title {
    font-size: 17px;
  }
  .event-table th, .event-table td {
    font-size: 11px;
    padding: 8px 4px;
  }
}
@media (max-width: 600px) {
  .event-table__container {
    padding: 4px 2px;
    border-radius: 8px;
  }
  .event-table__header .event-table__title {
    font-size: 13px;
  }
  .event-table th, .event-table td {
    font-size: 9px;
    padding: 4px 2px;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateY(-50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
@media (max-width: 600px) and (max-width: 768px) {
  .event-table__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .table-actions {
    flex-direction: column;
    gap: 2px;
  }
}
.table-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  background: none;
}

.table__container {
  width: 100%;
  max-width: 90vw;
  background: #003366;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  padding: 20px 20px;
  margin: 10px 0;
  position: relative;
  overflow-x: auto;
}

.table__header {
  margin-bottom: 14px;
}
.table__header .table__title {
  color: white;
  font-size: 22px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 700;
  margin: 0;
}

.table__wrapper {
  width: 100%;
  overflow-x: auto;
}

.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  color: white;
}
.table th, .table td {
  padding: 12px 10px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.table th {
  color: #D9D9D9;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: none;
  border-bottom: 2px solid #D9D9D9;
}
.table td {
  vertical-align: middle;
  background: none;
}

@media (max-width: 900px) {
  .table__container {
    max-width: 100vw;
    padding: 10px 4px;
  }
  .table__header .table__title {
    font-size: 17px;
  }
  .table th, .table td {
    font-size: 11px;
    padding: 8px 4px;
  }
}
@media (max-width: 600px) {
  .table__container {
    padding: 4px 2px;
    border-radius: 8px;
  }
  .table__header .table__title {
    font-size: 13px;
  }
  .table th, .table td {
    font-size: 9px;
    padding: 4px 2px;
  }
}
.container_sidebar {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1;
  flex-shrink: 0;
  height: 100vh;
  background-color: white;
}
.container_sidebar .container_navigation {
  padding: 8px 8px;
}
.container_sidebar .container_navigation .container_nav_logo {
  display: flex;
  justify-content: center;
}
.container_sidebar .container_navigation .container_nav_logo img {
  width: 32%;
}
.container_sidebar .container_navigation .container_nav_second ul {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: 550;
  font-size: 0.8em;
  color: #828282;
}
.container_sidebar .container_navigation .container_nav_second ul li {
  list-style: none;
  display: flex;
  gap: 4%;
  align-items: center;
  cursor: pointer;
}
.container_sidebar .container_navigation .container_nav_second ul li span {
  transition: transform 0.5s ease-in-out;
}
.container_sidebar .container_navigation .container_nav_second ul li span:hover {
  color: #3a496b;
  transform: scale(1.1);
}
.container_sidebar .container_navigation .container_nav_second ul li img {
  width: 6%;
}
.container_sidebar .container_navigation .container_nav_second .container_nav_system {
  border-top: 1px solid black;
}
.container_sidebar .container_navigation .container_nav_connexion {
  margin-top: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container_sidebar .sidebar-active,
.container_sidebar .container_nav_pages li.active,
.container_sidebar .container_nav_system li.active {
  color: #003366;
  font-weight: 600;
  border-radius: 8px;
  padding: 2px 4px;
}

.burger-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 20px;
  cursor: pointer;
  background: none;
  border: none;
  z-index: 2;
}
.burger-toggle span {
  height: 3px;
  background-color: #333;
  border-radius: 2px;
  width: 20px;
}

@media screen and (max-width: 768px) {
  .container_sidebar {
    position: fixed;
    left: -100%;
    top: 0;
    height: 100%;
    width: 250px;
    background-color: white;
    transition: left 0.3s ease;
    z-index: 1;
  }
  .container_sidebar.active {
    left: 0;
  }
  .container_sidebar .container_navigation {
    padding: 2rem 1rem;
  }
  .burger-toggle {
    display: flex;
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 3;
  }
}
@media screen and (max-width: 952px) {
  .btn-primary {
    justify-content: center;
    align-items: center;
    padding: 15px 7px;
    width: fit-content;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #39496B !important;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
    background-color: #39496B;
    font-weight: bold;
    cursor: pointer;
    color: white !important;
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
  }
}
.gallery-section {
  background-color: white;
  padding: 2.5rem 0;
}
.gallery-section__container {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.gallery-section__track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 2rem;
  scroll-behavior: smooth;
}
.gallery-section__track::-webkit-scrollbar {
  display: none;
}
.gallery-section__image {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  scroll-snap-align: start;
  flex-shrink: 0;
}
.gallery-section__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  background-image: url("../assets/images/icons/navigate_before.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
  z-index: 1;
}
.gallery-section__nav:hover {
  opacity: 1;
}
.gallery-section__nav--prev {
  left: 0.5rem;
}
.gallery-section__nav--next {
  right: 0.5rem;
  transform: translateY(-50%) rotate(180deg);
}
.gallery-section__cta {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.gallery-section__cta .btn-primary {
  width: fit-content;
  text-decoration: none;
}

@media (max-width: 900px) {
  .gallery-section__image {
    width: 160px;
    height: 160px;
  }
}
.calendar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background: none;
}
.calendar-container .calendar {
  width: 100%;
  max-width: 1200px;
  margin: 2rem;
  font-family: sans-serif;
  text-align: center;
  color: black;
}
.calendar-container .calendar .header-calendar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.calendar-container .calendar .header-calendar button {
  border: none;
  background-color: #003366;
  color: white;
  border-radius: 5px;
  font-size: 0.75rem;
  padding: 0.6rem 1rem;
  cursor: pointer;
}
.calendar-container .calendar .header-calendar .month {
  flex-grow: 1;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
.calendar-container .calendar .day-names {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.3rem;
  margin-bottom: 0.5rem;
}
.calendar-container .calendar .day-names div {
  background-color: #003366;
  color: white;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.5rem 0;
  border-radius: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.calendar-container .calendar .grid-calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.3rem;
}
.calendar-container .calendar .grid-calendar .day {
  background-color: #003366;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.6rem;
  border-radius: 0.4rem;
  height: 120px;
  text-align: left;
  overflow: hidden;
  word-wrap: break-word;
}
.calendar-container .calendar .grid-calendar .day.adjacent {
  background-color: #0080ff;
}
.calendar-container .calendar .grid-calendar .day:not(.adjacent):hover {
  cursor: pointer;
  transform: scale(1.05);
  z-index: 10;
}
@media (max-width: 768px) {
  .calendar-container .calendar .header-calendar {
    gap: 0.5rem;
  }
  .calendar-container .calendar .header-calendar .month {
    font-size: 1.5rem;
  }
  .calendar-container .calendar .header-calendar button {
    font-size: 0.7rem;
    padding: 0.5rem 0.8rem;
  }
  .calendar-container .calendar .day-names div {
    font-size: 0.7rem;
    padding: 0.4rem 0;
  }
  .calendar-container .calendar .grid-calendar .day {
    font-size: 1rem;
    height: 90px;
    padding: 0.5rem;
  }
}
@media (max-width: 480px) {
  .calendar-container .calendar .header-calendar {
    flex-direction: column;
    align-items: stretch;
  }
  .calendar-container .calendar .header-calendar .month {
    font-size: 1.2rem;
  }
  .calendar-container .calendar .header-calendar button {
    width: 100%;
    font-size: 0.65rem;
    padding: 0.4rem;
  }
  .calendar-container .calendar .day-names div {
    font-size: 0.6rem;
    padding: 0.3rem 0;
  }
  .calendar-container .calendar .grid-calendar .day {
    font-size: 0.85rem;
    height: 65px;
    padding: 0.4rem;
  }
}

.main-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-container h1 {
  color: #003366;
  font-size: 48px;
  font-weight: bold;
}
.main-container .cta-container {
  margin: 48px 0;
}

.loader {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid #003366;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#notification-container {
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.notification {
  min-width: 220px;
  max-width: 350px;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 500;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  background: #f4f4f4;
  color: #222;
  margin-bottom: 8px;
  opacity: 0;
  transition: opacity 0.3s;
}

.notification--error {
  background: #fbeaea;
  color: #FF0000;
}

.notification--success {
  background: #eafbf0;
  color: #00d876;
}

.notification--warning {
  background: #fff8e1;
  color: #FFA500;
}

.notification--info {
  background: #eaf1fb;
  color: #003366;
}

.edit-wording-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FFFFFF;
}

.edit-wording_content {
  padding: 24px;
}
.edit-wording_content .edit-wording_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #003366;
}
.edit-wording_content .edit-wording_description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 16px;
}
.edit-wording_content .edit-wording_description .edit-wording_text {
  font-size: 16px;
  color: #828282;
  line-height: 1.5;
}
.edit-wording_content .edit-wording_description .edit-actions-wording_btns {
  display: flex;
  justify-content: space-between;
}

.container-editing {
  display: flex;
  flex-direction: row;
  padding: 24px;
  margin-top: 24px;
  gap: 34px;
}

.container-editing-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #D9D9D9;
  margin-top: 24px;
  padding: 24px;
  gap: 34px;
}

.editing-img-wording-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 24px;
  background-color: white;
  align-items: center;
  align-content: center;
  text-align: start;
  padding: 24px;
  border-radius: 10px;
}

.editing-img-wording-container-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 24px;
  background-color: white;
  align-items: center;
  align-content: center;
  text-align: center;
  padding: 24px;
  width: 30%;
  border-radius: 10px;
}

.edit-img {
  width: 100%;
}
.edit-img img {
  width: 90%;
  height: 90%;
  object-fit: cover;
  border-radius: 20px;
}

.edit-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.edit-description .edit-btnS {
  justify-content: flex-end;
}

#menu_club {
  width: 200px;
}
#menu_club .full-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  width: 12%;
  margin: 30px 0px;
}
#menu_club .select-menu {
  display: none;
}
#menu_club .ram {
  position: relative;
  width: 300px;
  height: 60px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
#menu_club .ram:hover {
  transform: translateX(15px);
}
#menu_club .ram img {
  position: absolute;
  top: 50%;
  left: -60%;
  width: 200px;
  transform: translateY(-50%) rotate(90deg);
  z-index: 0;
  pointer-events: none;
}
#menu_club .ram span {
  position: absolute;
  top: 50%;
  left: 38%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  z-index: 1;
  white-space: nowrap;
  pointer-events: none;
}

@media screen and (max-width: 720px) {
  #club_container {
    padding: 0 20px 0 20px;
    margin-top: 6.5%;
    display: flex;
    overflow: hidden;
  }
  #club_container #club_histoire #content {
    flex-direction: column;
  }
  #club_container #club_histoire #content img {
    width: 200px;
    height: 129px;
  }
  #club_container #menu_club {
    width: auto;
  }
  #club_container #menu_club .full-menu {
    display: none;
  }
  #club_container #menu_club .select-menu {
    display: block;
    position: absolute;
    top: 20%;
    left: 40%;
    border: 1px solid #003366;
    width: 110px;
    border-radius: 8px;
  }
  #club_container #menu_club .select-menu #select_nav {
    border: none;
    background: none;
    padding: 4px;
  }
}
@media screen and (max-width: 640px) {
  #club_container #menu_club .select-menu {
    top: 19%;
  }
}
@media screen and (max-width: 568px) {
  #club_container #menu_club .select-menu {
    top: 18%;
  }
}
@media screen and (max-width: 535px) {
  #club_container #menu_club .select-menu {
    top: 17%;
  }
}
@media screen and (max-width: 425px) {
  #club_container #menu_club .select-menu {
    top: 16%;
  }
}
@media screen and (max-width: 360px) {
  #club_container #menu_club .select-menu {
    top: 15%;
  }
}
.cookies-warning {
  background: linear-gradient(#003366, #0066CC);
  max-width: 500px;
  display: flex;
  color: #fff;
  flex-direction: column;
  padding: 3.2rem;
  border-radius: 0.6rem;
  position: fixed;
  left: 2.4rem;
  right: 2.4rem;
  bottom: 2.4rem;
  z-index: 100;
}
.cookies-warning__text {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.6rem;
}
.cookies-warning a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
.cookies-warning__button-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.8rem;
}
.cookies-warning__button {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 1.2rem 2rem;
  border-radius: 0.6rem;
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  color: #fff;
  transition: 0.15s ease;
}
.cookies-warning__button:hover {
  color: #003366;
  background-color: rgba(255, 255, 255, 0.8);
}
.cookies-warning--hidden {
  display: none;
}

.body-accueil .accueil-hero {
  position: relative;
  width: 100%;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.body-accueil .accueil-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.body-accueil .accueil-hero__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.body-accueil .accueil-hero__bg #hero-video {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.body-accueil .accueil-hero__bg #hero-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100vw;
  min-height: 56.25vw;
  width: 177.78vh;
  height: 100vh;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  border: none;
  pointer-events: none;
}
.body-accueil .accueil-hero__content {
  margin-top: 20px;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}
.body-accueil .accueil-hero__content .btn-primary {
  width: fit-content;
  text-decoration: none;
}
.body-accueil .accueil-hero__title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.body-accueil .accueil-hero__subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.body-accueil .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin: 2.5rem 0 2rem 0;
  color: #003366;
}
.body-accueil .about-section {
  background-color: white;
  padding: 2rem 0;
}
.body-accueil .about-section__content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.body-accueil .about-section__image {
  width: 220px;
  height: 220px;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.body-accueil .about-section__description {
  flex: 1;
  font-size: 1.2rem;
  line-height: 1.5;
}
.body-accueil .about-section__description p {
  margin-bottom: 1.5rem;
}
.body-accueil .about-section__description .about-section__description {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.body-accueil .about-section__description .about-section__description .btn-primary {
  width: fit-content;
  text-decoration: none;
}

@media (max-width: 900px) {
  .body-accueil .accueil-hero__content {
    padding: 6px;
  }
  .body-accueil .accueil-hero__title {
    font-size: 25px;
  }
  .body-accueil .accueil-hero__subtitle {
    font-size: 15px;
  }
  .body-accueil .about-section__content {
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .body-accueil .accueil-hero__title {
    font-size: 20px;
  }
  .body-accueil .section-title {
    font-size: 1.3rem;
  }
  .body-accueil .about-section__image {
    width: 120px;
    height: 120px;
  }
}
.event-section-accueil {
  background: #F0E8CC;
  padding: 30px 0 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.event-section-accueil__header {
  width: 100%;
  max-width: 1440px;
  height: 93px;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-section-accueil__header h2 {
  color: black;
  font-size: 40px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 700;
  margin: 0;
  word-break: break-word;
}
.event-section-accueil__cards {
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 30px 0;
  flex-wrap: wrap;
}
.event-section-accueil__cta {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 992px) {
  .event-section-accueil__cards {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .event-section-accueil__header {
    height: auto;
  }
  .event-section-accueil__header h2 {
    font-size: 25px;
  }
}
.body-palmares {
  background: #fff;
  margin-top: 10%;
}
.body-palmares .latest-trophies {
  padding: 10px;
  margin-top: 5vmin;
  margin-left: 10vmin;
  margin-right: 10vmin;
  margin-bottom: 0;
}
.body-palmares .latest-trophies h2 {
  text-align: center;
}
.body-palmares .latest-trophies .container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transform: skew(5deg);
}
.body-palmares .latest-trophies .card {
  flex: 1;
  transition: all 1s ease-in-out;
  height: 40vmin;
  position: relative;
}
.body-palmares .latest-trophies .card__head {
  color: #003366;
  background: #F0E8CC;
  padding: 0.5em;
  transform: rotate(-90deg);
  transform-origin: 0% 0%;
  transition: all 0.5s ease-in-out;
  min-width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1em;
  white-space: nowrap;
}
.body-palmares .latest-trophies .card:hover {
  flex-grow: 10;
}
.body-palmares .latest-trophies .card:hover img {
  filter: grayscale(0);
}
.body-palmares .latest-trophies .card:hover .card__head {
  text-align: center;
  top: calc(100% - 2em);
  color: white;
  background: rgba(0, 0, 0, 0.5);
  font-size: 2em;
  transform: rotate(0deg) skew(-5deg);
}
.body-palmares .latest-trophies .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
  filter: grayscale(100%);
}
.body-palmares .latest-trophies .card:not(:nth-child(5)) {
  margin-right: 1em;
}
.body-palmares .palmares-hero {
  position: relative;
  width: 100%;
  height: 38vw;
  min-height: 320px;
  max-height: 420px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-palmares .palmares-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.body-palmares .palmares-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 25px;
  background: rgba(0, 0, 0, 0.15);
}
.body-palmares .palmares-hero__logo {
  width: 120px;
  margin-bottom: 20px;
}
.body-palmares .palmares-hero__text {
  background: white;
  border-radius: 12px;
  padding: 20px 28px;
  color: #003366;
  text-align: center;
}
.body-palmares .palmares-hero__text h1 {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
.body-palmares .palmares-hero__text p {
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
@media (max-width: 900px) {
  .body-palmares .palmares-hero {
    height: 220px;
  }
  .body-palmares .palmares-hero__logo {
    width: 80px;
  }
  .body-palmares .palmares-hero__text {
    padding: 12px 10px;
  }
  .body-palmares .palmares-hero__text h1 {
    font-size: 1.2rem;
  }
  .body-palmares .palmares-trophees__content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .body-palmares .palmares-trophees__champion img,
  .body-palmares .palmares-trophees__card img {
    width: 160px;
    height: 100px;
  }
}
@media (max-width: 600px) {
  .body-palmares .palmares-hero {
    min-height: 120px;
  }
  .body-palmares .palmares-trophees {
    padding: 20px 0 30px 0;
  }
}

.palmares-champions {
  padding: 24px 0 48px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
@media (max-width: 900px) {
  .palmares-champions {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .palmares-champions {
    padding: 20px 0;
    gap: 16px;
  }
}

/* Conteneur global */
/* Conteneur de toutes les cartes (déjà présent, mais on le renforce) */
.palmares-champions__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* Carte individuelle du champion */
.champion-card {
  width: 300px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
}

.champion-card:hover {
  transform: translateY(-4px);
}

/* Conteneur d’image fixe avec ratio carré (ou tu peux changer pour 4/3 ou 16/9) */
.champion-card__img-wrapper {
  width: 100%;
  aspect-ratio: 4/3; /* fixe la hauteur automatiquement */
  overflow: hidden;
  background: #f0f0f0;
}

/* Image forcée à remplir le conteneur */
.champion-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Infos de la carte */
.champion-card__info {
  padding: 16px;
  text-align: center;
}

.champion-card__name {
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0 5px;
}

.champion-card__meta,
.champion-card__result {
  font-size: 0.9em;
  margin-bottom: 6px;
  color: #555;
}

.champion-card__badge {
  display: inline-block;
  background-color: #003366;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.8em;
}

/* Modale */
.palmares-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.palmares-modal__content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  position: relative;
  text-align: center;
}

.palmares-modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

.modal-img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
}

/* Bouton Coup d’œil */
.champion-card__btn {
  margin-top: 10px;
  background: #003366;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.champion-card__btn:hover {
  background: #003366;
}

.champion-card__info p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

/* Responsive (mobile) */
@media (max-width: 600px) {
  .champion-card {
    width: 100%;
  }
}
.body-actualites {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  min-height: 100vh;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
}
.body-actualites .actualites-hero {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, #003366 0%, #000d1a 100%);
}
.body-actualites .actualites-hero__content {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0 2rem;
}
.body-actualites .actualites-hero__title {
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.body-actualites .actualites-hero__subtitle {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  opacity: 0.95;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.body-actualites .actualites-main {
  padding: 16px 8px;
}
.body-actualites .actualites-container {
  max-width: 1400px;
  margin: 0 auto;
}
.body-actualites .actualites-header {
  text-align: center;
  margin-bottom: 20px;
  background: white;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.body-actualites .actualites-header__title {
  font-size: 28px;
  font-weight: 700;
  color: #003366;
  margin: 0 0 12px 0;
  letter-spacing: 0.01em;
}
.body-actualites .actualites-header__description p {
  color: #64748b;
  margin-bottom: 6px;
  font-size: 11px;
  line-height: 1.6;
}
.body-actualites .actualites-header__description p:last-child {
  margin-bottom: 0;
}
.body-actualites .actualites-filters {
  background: white;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
}
.body-actualites .actualites-filters .filters-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
  margin-bottom: 8px;
}
.body-actualites .actualites-filters .filters-container .filter-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 200px;
}
.body-actualites .actualites-filters .filters-container .filter-group .filter-label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  color: #003366;
  font-size: 9px;
}
.body-actualites .actualites-filters .filters-container .filter-group .filter-label i {
  color: #0066CC;
  width: 8px;
}
.body-actualites .actualites-filters .filters-container .filter-group .filter-select {
  padding: 6px 8px;
  border: 2px solid #e2e8f0;
  border-radius: 4px;
  background: white;
  font-size: 10px;
  color: #374151;
  cursor: pointer;
  transition: all 0.3s ease;
}
.body-actualites .actualites-filters .filters-container .filter-group .filter-select:focus {
  outline: none;
  border-color: #003366;
  box-shadow: 0 0 0 3px rgba(0, 51, 102, 0.1);
}
.body-actualites .actualites-filters .filters-container .filter-group .filter-select:hover {
  border-color: #003366;
}
.body-actualites .actualites-filters .filters-container .filters-actions .btn-reset-filters {
  background: #003366;
  color: white;
  border: none;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.body-actualites .actualites-filters .filters-container .filters-actions .btn-reset-filters:hover {
  background: #004d99;
  transform: translateY(-1px);
}
.body-actualites .actualites-filters .results-info {
  border-top: 1px solid #e2e8f0;
  padding-top: 8px;
  text-align: center;
}
.body-actualites .actualites-filters .results-info .results-count {
  color: #6b7280;
  font-weight: 500;
  font-size: 9.5px;
}
.body-actualites .actualites-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .body-actualites .actualites-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.body-actualites .news-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #e2e8f0;
}
.body-actualites .news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-color: #003366;
}
.body-actualites .news-card__image-container {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.body-actualites .news-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.body-actualites .news-card__image:hover {
  transform: scale(1.05);
}
.body-actualites .news-card__date-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0, 51, 102, 0.95);
  color: white;
  padding: 4px 6px;
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(0, 51, 102, 0.3);
}
.body-actualites .news-card__date-badge .date-day {
  display: block;
  font-size: 12px;
  line-height: 1;
}
.body-actualites .news-card__date-badge .date-month {
  display: block;
  font-size: 8px;
  text-transform: uppercase;
  opacity: 0.9;
}
.body-actualites .news-card__content {
  padding: 12px;
}
.body-actualites .news-card__header {
  margin-bottom: 8px;
}
.body-actualites .news-card__title {
  font-size: 14px;
  font-weight: 700;
  color: #003366;
  margin: 0 0 6px 0;
  line-height: 1.3;
  cursor: pointer;
  transition: color 0.3s ease;
}
.body-actualites .news-card__title:hover {
  color: #0066CC;
}
.body-actualites .news-card__date {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #6b7280;
  font-size: 9px;
}
.body-actualites .news-card__date i {
  color: #0066CC;
}
.body-actualites .news-card__excerpt {
  margin-bottom: 12px;
}
.body-actualites .news-card__excerpt p {
  color: #374151;
  line-height: 1.6;
  margin: 0;
}
.body-actualites .news-card__footer {
  display: flex;
  justify-content: flex-end;
}
.body-actualites .news-card__btn-read-more {
  background: linear-gradient(135deg, #003366, #00264d);
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 9.5px;
}
.body-actualites .news-card__btn-read-more:hover {
  background: linear-gradient(135deg, #00264d, #001a33);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 51, 102, 0.3);
}
.body-actualites .news-card__btn-read-more:hover i {
  transform: translateX(4px);
}
.body-actualites .news-card__btn-read-more i {
  transition: transform 0.3s ease;
}
.body-actualites .pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
}
.body-actualites .pagination .pagination-btn {
  background: #003366;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.body-actualites .pagination .pagination-btn:disabled {
  background: #e5e7eb;
  color: #9ca3af;
  cursor: not-allowed;
  transform: none;
}
.body-actualites .pagination .pagination-btn:not(:disabled):hover {
  background: #001a33;
  transform: translateY(-2px);
}
.body-actualites .pagination .pagination-info {
  color: #6b7280;
  font-weight: 500;
}
.body-actualites .actualites-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: #6b7280;
}
.body-actualites .actualites-loader .loader-spinner {
  width: 24px;
  height: 24px;
  border: 3px solid #e5e7eb;
  border-top: 3px solid #003366;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 12px;
}
.body-actualites .actualites-loader p {
  font-size: 11px;
  margin: 0;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.body-actualites .error-message {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  margin-bottom: 16px;
}
.body-actualites .error-message .error-content i {
  font-size: 24px;
  color: #ef4444;
  margin-bottom: 8px;
}
.body-actualites .error-message .error-content h3 {
  color: #dc2626;
  margin: 0 0 6px 0;
  font-size: 13px;
}
.body-actualites .error-message .error-content p {
  color: #7f1d1d;
  margin: 0 0 12px 0;
}
.body-actualites .error-message .error-content .btn-retry {
  background: #dc2626;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.body-actualites .error-message .error-content .btn-retry:hover {
  background: #b91c1c;
  transform: translateY(-1px);
}
.body-actualites .no-results {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.body-actualites .no-results .no-results-content {
  text-align: center;
}
.body-actualites .no-results .no-results-content i {
  font-size: 32px;
  color: #d1d5db;
  margin-bottom: 12px;
}
.body-actualites .no-results .no-results-content h3 {
  color: #374151;
  margin: 0 0 6px 0;
  font-size: 14px;
}
.body-actualites .no-results .no-results-content p {
  color: #6b7280;
  margin: 0 0 16px 0;
}
.body-actualites .no-results .no-results-content .btn-clear-filters {
  background: #003366;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}
.body-actualites .no-results .no-results-content .btn-clear-filters:hover {
  background: #001a33;
  transform: translateY(-1px);
}
.body-actualites .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 8px;
}
.body-actualites .modal-overlay .modal-container {
  background: white;
  border-radius: 12px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}
.body-actualites .modal-overlay .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid #e5e7eb;
  background: #003366;
  color: white;
  border-radius: 12px 12px 0 0;
}
.body-actualites .modal-overlay .modal-header h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}
.body-actualites .modal-overlay .modal-header .modal-close {
  background: none;
  border: none;
  color: white;
  font-size: 15px;
  cursor: pointer;
  padding: 4px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.body-actualites .modal-overlay .modal-header .modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.body-actualites .modal-overlay .modal-body {
  padding: 16px;
}
.body-actualites .modal-overlay .modal-body .modal-news-content .modal-news-image {
  margin-bottom: 12px;
}
.body-actualites .modal-overlay .modal-body .modal-news-content .modal-news-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.body-actualites .modal-overlay .modal-body .modal-news-content .modal-news-meta {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e7eb;
}
.body-actualites .modal-overlay .modal-body .modal-news-content .modal-news-meta .modal-news-date {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #6b7280;
  font-weight: 500;
}
.body-actualites .modal-overlay .modal-body .modal-news-content .modal-news-meta .modal-news-date i {
  color: #0066CC;
}
.body-actualites .modal-overlay .modal-body .modal-news-content .modal-news-text {
  color: #374151;
  line-height: 1.7;
  font-size: 10.5px;
}
.body-actualites .modal-overlay .modal-body .modal-news-content .modal-news-text p {
  margin-bottom: 8px;
}
.body-actualites .modal-overlay .modal-body .modal-news-content .modal-news-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .body-actualites .actualites-main {
    padding: 12px 6px;
  }
  .body-actualites .actualites-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 12px;
  }
  .body-actualites .actualites-filters .filters-container {
    flex-direction: column;
    align-items: stretch;
  }
  .body-actualites .actualites-filters .filters-container .filter-group {
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .body-actualites .actualites-hero {
    height: 280px;
  }
  .body-actualites .actualites-hero__title {
    font-size: 25px;
  }
  .body-actualites .actualites-hero__subtitle {
    font-size: 12px;
  }
  .body-actualites .actualites-main {
    padding: 8px 4px;
  }
  .body-actualites .actualites-header {
    padding: 12px;
  }
  .body-actualites .actualites-header__title {
    font-size: 22px;
  }
  .body-actualites .actualites-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .body-actualites .news-card__image-container {
    height: 200px;
  }
  .body-actualites .news-card__content {
    padding: 8px;
  }
  .body-actualites .news-card__title {
    font-size: 12px;
  }
  .body-actualites .pagination {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  .body-actualites .modal-overlay {
    padding: 4px;
  }
  .body-actualites .modal-overlay .modal-body {
    padding: 8px;
  }
}
@media (max-width: 480px) {
  .body-actualites .actualites-hero {
    height: 220px;
  }
  .body-actualites .actualites-hero__title {
    font-size: 20px;
  }
  .body-actualites .actualites-hero__subtitle {
    font-size: 10px;
  }
  .body-actualites .actualites-header {
    padding: 8px;
  }
  .body-actualites .actualites-header__title {
    font-size: 18px;
  }
  .body-actualites .actualites-filters {
    padding: 8px;
  }
  .body-actualites .news-card__image-container {
    height: 180px;
  }
}

.body-gallery .highlighted-image__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  background-color: #000;
  transition: transform 0.4s ease-in-out;
  filter: brightness(0.85);
}

.body-gallery .highlighted-image__img:hover {
  transform: scale(1.05);
}

.body-gallery .highlighted-image #featured-image-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.body-gallery {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  min-height: 100vh;
}
.body-gallery .highlighted-image {
  position: relative;
  height: 700px;
  overflow: hidden;
  margin-bottom: 16px;
}
.body-gallery .highlighted-image #featured-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.body-gallery .highlighted-image .overlay-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.body-gallery .highlighted-image .go-down-btn {
  font-size: 2rem; /* Agrandit la flèche */
  padding: 1rem 2rem;
  background-color: #005fa3;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-left: 2rem;
  margin-right: 2rem;
}
.body-gallery .highlighted-image .go-down-btn:hover {
  background-color: #003f6d;
}
.body-gallery .highlighted-image .go-down-btn i {
  vertical-align: middle;
}
.body-gallery .highlighted-image__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #000;
  transition: transform 0.4s ease-in-out;
  filter: brightness(0.85);
}
.body-gallery .highlighted-image__img:hover {
  transform: scale(1.05);
}
.body-gallery .highlighted-image__overlay-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 12px;
  background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.7));
  color: white;
  text-align: left;
}
.body-gallery .highlighted-image__overlay-box h1 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 6px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  color: white;
}
.body-gallery .highlighted-image__overlay-box .featured-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 400;
  opacity: 0.9;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.body-gallery .highlighted-image .featured-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-gallery .gallery-section {
  background: white;
  border-radius: 12px 12px 0 0;
  padding: 20px 12px;
  margin-top: -16px;
  position: relative;
  z-index: 2;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}
.body-gallery .gallery-header {
  text-align: center;
  margin-bottom: 20px;
}
.body-gallery .gallery-header h2 {
  font-size: 25px;
  color: #003366;
  margin: 0 0 8px 0;
  font-weight: 700;
}
.body-gallery .gallery-header .gallery-subtitle {
  font-size: 12px;
  color: #666;
  margin: 0;
}
.body-gallery .gallery-controls {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
  align-items: center;
}
.body-gallery .search-form {
  width: 100%;
  max-width: 500px;
}
.body-gallery .search-form .search-container {
  position: relative;
  display: flex;
  align-items: center;
}
.body-gallery .search-form .search-container .search-icon {
  position: absolute;
  left: 8px;
  color: #999;
  z-index: 1;
}
.body-gallery .search-form .search-container .search-input {
  width: 100%;
  padding: 8px 24px 8px 24px;
  border: 2px solid #e1e8ed;
  border-radius: 16px;
  font-size: 11px;
  background: white;
  transition: all 0.3s ease;
}
.body-gallery .search-form .search-container .search-input:focus {
  outline: none;
  border-color: #003366;
  box-shadow: 0 0 0 3px rgba(0, 51, 102, 0.1);
  transform: translateY(-2px);
}
.body-gallery .search-form .search-container .clear-search {
  position: absolute;
  right: 8px;
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  padding: 4px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.body-gallery .search-form .search-container .clear-search:hover {
  background: #f8f9fa;
  color: #dc3545;
}
.body-gallery .gallery-filters {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}
.body-gallery .gallery-filters .filter-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border: 2px solid #e1e8ed;
  border-radius: 12px;
  background: white;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 9.5px;
  font-weight: 500;
}
.body-gallery .gallery-filters .filter-btn:hover {
  border-color: #003366;
  color: #003366;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 51, 102, 0.2);
}
.body-gallery .gallery-filters .filter-btn.active {
  background: #003366;
  color: white;
  border-color: #003366;
  box-shadow: 0 4px 15px rgba(0, 51, 102, 0.3);
}
.body-gallery .gallery-stats {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
  padding: 12px;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-radius: 8px;
}
.body-gallery .gallery-stats .stat-item {
  text-align: center;
}
.body-gallery .gallery-stats .stat-item .stat-number {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #003366;
  margin-bottom: 2px;
}
.body-gallery .gallery-stats .stat-item .stat-label {
  font-size: 9px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.body-gallery .gallery-main {
  position: relative;
}
.body-gallery .gallery-section__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  margin-bottom: 16px;
}
.body-gallery .gallery-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 12px;
  flex: 1;
  max-width: 1200px;
}
.body-gallery .gallery-images .gallery-img {
  width: 100%;
  max-width: 350px;
  max-height: 280px;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.body-gallery .gallery-images .gallery-img:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.body-gallery .gallery-images .image-card {
  width: 320px;
  height: 240px;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  background: white;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s, transform 0.3s;
}
.body-gallery .gallery-images .image-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  transform: translateY(-8px);
}
.body-gallery .gallery-images .image-card .image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.body-gallery .gallery-images .image-card .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s;
  display: block;
}
.body-gallery .gallery-images .image-card .image-container:hover img {
  transform: scale(1.08);
}
.body-gallery .gallery-section__nav {
  background: white;
  border: 2px solid #e1e8ed;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #666;
  font-size: 10px;
}
.body-gallery .gallery-section__nav:hover {
  background: #003366;
  color: white;
  border-color: #003366;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 51, 102, 0.3);
}
.body-gallery .gallery-section__nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: none;
}
.body-gallery .gallery-pagination-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.body-gallery .gallery-pagination {
  display: flex;
  gap: 4px;
}
.body-gallery .gallery-pagination button {
  padding: 6px 8px;
  border: 2px solid #e1e8ed;
  border-radius: 4px;
  background: white;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}
.body-gallery .gallery-pagination button:hover {
  border-color: #003366;
  color: #003366;
}
.body-gallery .gallery-pagination button.active {
  background: #003366;
  color: white;
  border-color: #003366;
}
.body-gallery .gallery-page-indicator {
  color: #666;
  font-size: 9.5px;
}
.body-gallery .lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-gallery .lightbox .lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.body-gallery .lightbox .lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.body-gallery .lightbox .lightbox-close {
  position: absolute;
  top: -30px;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  padding: 6px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.body-gallery .lightbox .lightbox-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}
.body-gallery .lightbox .lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.body-gallery .lightbox .lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.3);
}
.body-gallery .lightbox .lightbox-nav.lightbox-prev {
  left: -40px;
}
.body-gallery .lightbox .lightbox-nav.lightbox-next {
  right: -40px;
}
.body-gallery .lightbox .lightbox-image-container {
  width: 640px;
  height: 480px;
  max-width: 90vw;
  max-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  border-radius: 4px;
  overflow: hidden;
}
.body-gallery .lightbox .lightbox-image-container #lightbox-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  background: #222;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  display: block;
  transition: transform 0.3s;
}
.body-gallery .lightbox .lightbox-info {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 12px;
  border-radius: 0 0 4px 4px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.body-gallery .lightbox .lightbox-info h3 {
  margin: 0 0 4px 0;
  font-size: 13px;
}
.body-gallery .lightbox .lightbox-info p {
  margin: 0 0 8px 0;
  opacity: 0.9;
}
.body-gallery .lightbox .lightbox-info .lightbox-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
  opacity: 0.8;
}
.body-gallery .lightbox .lightbox-info .lightbox-counter {
  text-align: center;
  font-size: 9px;
  opacity: 0.8;
  margin-top: 4px;
}
.body-gallery .gallery-loader,
.body-gallery .featured-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: #666;
}
.body-gallery .gallery-loader p,
.body-gallery .featured-loader p {
  margin-top: 8px;
  font-size: 11px;
}
.body-gallery .loader-spinner {
  width: 24px;
  height: 24px;
  border: 3px solid #e1e8ed;
  border-top: 3px solid #003366;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.body-gallery .no-images-message {
  text-align: center;
  padding: 40px;
  color: #666;
}
.body-gallery .no-images-message i {
  font-size: 40px;
  color: #ccc;
  margin-bottom: 12px;
}
.body-gallery .no-images-message h3 {
  margin: 0 0 6px 0;
  color: #333;
}
.body-gallery .no-images-message p {
  margin: 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .body-gallery .highlighted-image {
    height: 40vh;
    max-height: 320px;
  }
  .body-gallery .highlighted-image__overlay-box {
    padding: 12px 8px;
  }
  .body-gallery .highlighted-image__overlay-box h1 {
    font-size: 1.8rem;
  }
  .body-gallery .highlighted-image__overlay-box .featured-description {
    font-size: 1rem;
  }
  .body-gallery .gallery-section {
    padding: 12px 8px;
  }
  .body-gallery .gallery-controls {
    gap: 8px;
  }
  .body-gallery .gallery-filters {
    gap: 4px;
  }
  .body-gallery .gallery-filters .filter-btn {
    padding: 4px 8px;
    font-size: 9px;
  }
  .body-gallery .gallery-stats {
    gap: 8px;
    padding: 8px;
  }
  .body-gallery .gallery-stats .stat-item .stat-number {
    font-size: 15px;
  }
  .body-gallery .gallery-images {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .body-gallery .gallery-images .image-card,
  .body-gallery .gallery-images .gallery-img {
    max-width: 100%;
    max-height: 250px;
  }
  .body-gallery .gallery-images .image-container {
    max-height: 250px;
  }
  .body-gallery .gallery-section__nav {
    width: 20px;
    height: 20px;
    font-size: 8px;
  }
  .body-gallery .lightbox .lightbox-image-container #lightbox-image {
    max-width: 90vw;
    max-height: 50vh;
  }
  .body-gallery .lightbox .lightbox-nav.lightbox-prev {
    left: 4px;
  }
  .body-gallery .lightbox .lightbox-nav.lightbox-next {
    right: 4px;
  }
  .body-gallery .lightbox .lightbox-info {
    padding: 8px;
  }
}
@media (max-width: 480px) {
  .body-gallery .highlighted-image {
    height: 35vh;
    max-height: 240px;
  }
  .body-gallery .highlighted-image__overlay-box {
    padding: 8px;
  }
  .body-gallery .highlighted-image__overlay-box h1 {
    font-size: 1.5rem;
  }
  .body-gallery .highlighted-image__overlay-box .featured-description {
    font-size: 0.95rem;
  }
  .body-gallery .gallery-images .image-card,
  .body-gallery .gallery-images .gallery-img {
    max-height: 200px;
  }
  .body-gallery .gallery-images .image-container {
    max-height: 200px;
  }
  .body-gallery .gallery-filters .filter-btn {
    flex: 1;
    min-width: 0;
  }
  .body-gallery .gallery-stats {
    flex-direction: column;
    gap: 4px;
  }
  .body-gallery .gallery-stats .stat-item {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .body-gallery .gallery-stats .stat-item .stat-number,
  .body-gallery .gallery-stats .stat-item .stat-label {
    margin: 0;
  }
}
@media (max-width: 900px) {
  .body-gallery .lightbox .lightbox-image-container {
    width: 90vw;
    height: 60vw;
    max-height: 60vh;
  }
}
@media (max-width: 600px) {
  .body-gallery .lightbox .lightbox-image-container {
    width: 98vw;
    height: 56vw;
    max-height: 45vh;
  }
}

#club_container {
  margin-top: 6.5%;
  display: flex;
  overflow: hidden;
  /* Conteneur global des cartes */
  /* Carte individuelle */
  /* Image de profil */
  /* Nom et rôle */
  /* Réseaux sociaux en ligne */
  /* Popup */
}
#club_container #title_club {
  display: flex;
  align-items: center;
  justify-content: center;
}
#club_container #title_club h1 {
  font-size: 1.9em;
  font-weight: 700;
  color: black;
}
#club_container .container_club {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
#club_container .container_club #club_presentation {
  font-size: 18px;
}
#club_container .container_club #club_presentation .box {
  border-radius: 4px;
  height: 60px;
  margin-bottom: 10px;
  padding: 12px;
  display: flex;
  align-items: center;
}
#club_container .container_club #club_presentation .color1 {
  background-color: #39496B;
}
#club_container .container_club #club_presentation .color2 {
  background-color: #547394;
}
#club_container .container_club #club_presentation .color3 {
  background-color: #A8412C;
}
#club_container .container_club #club_presentation .color4 {
  background-color: #8A6AC0;
}
#club_container .container_club #club_presentation .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
  margin-bottom: 60px;
}
#club_container .container_club #club_presentation .carousel .carousel-window {
  width: 940px;
  overflow: hidden;
  border-radius: 10px;
}
#club_container .container_club #club_presentation .carousel .carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 20px;
}
#club_container .container_club #club_presentation .carousel img {
  width: 300px;
  height: 250px;
  object-fit: cover;
  flex-shrink: 0;
}
#club_container .container_club #club_presentation .carousel .carousel-button {
  color: #39496B;
  font-size: 2rem;
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  transition: background 0.3s;
}
#club_container .container_club #club_presentation .carousel .carousel-button:hover {
  transform: scale(1.2);
}
#club_container #club_histoire {
  color: white;
  padding: 0 40px;
}
#club_container #club_histoire .timeline-container {
  overflow-x: hidden;
}
#club_container #club_histoire .timeline-container .timeline {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#club_container #club_histoire .timeline-container .timeline::-webkit-scrollbar {
  display: none;
}
#club_container #club_histoire .timeline-container .timeline .cercle {
  display: flex;
  gap: 40px;
  padding: 20px 40px;
  position: relative;
  width: max-content;
  transition: transform 0.3s ease;
}
#club_container #club_histoire .timeline-container .timeline .year {
  position: relative;
  background-color: #1c3a6f;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
#club_container #club_histoire .timeline-container .timeline .year.selected {
  border-radius: 20px;
  background-color: #295bb4;
  transform: scale(1.1);
}
#club_container #club_histoire .timeline-container .timeline .line {
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #A8412C;
  z-index: 1;
  transform: translateY(-50%);
}
#club_container #club_histoire .timeline-container .content {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 40px 9%;
  background-color: #1c3a6f;
  height: 300px;
  border-radius: 10px;
  padding: 0px 4%;
}
#club_container #club_histoire .timeline-container .content img {
  width: 200px;
  height: auto;
  border-radius: 8px;
}
#club_container #club_histoire .timeline-container .content p {
  max-width: 600px;
  font-size: 1.1rem;
}
#club_container .container_equipe {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  padding: 40px 20px;
  justify-items: center;
}
#club_container .container_card {
  max-width: 250px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  gap: 12px;
}
#club_container .container_card .container_info {
  display: flex;
  flex-direction: column;
}
#club_container .container_img img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  object-fit: cover;
  border: 3px solid #0055a5;
}
#club_container .container_info h4 {
  margin: 8px 0 4px;
  font-size: 18px;
  color: #333;
}
#club_container .container_info span {
  font-size: 14px;
  color: #777;
}
#club_container .container_social {
  display: flex;
  gap: 10px;
  justify-content: center;
}
#club_container .container_social img {
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
#club_container .container_social img:hover {
  transform: scale(1.1);
}
#club_container #club_lieux button {
  border: none;
  background: #0055a5;
  color: white;
  height: 35px;
  min-width: 100px;
  border-radius: 8px;
}
#club_container #club_lieux #map {
  height: 450px;
  margin: 10px 60px;
}
#club_container #club_sports .carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 20px;
}
#club_container #club_sports .carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 10px;
}
#club_container #club_sports .carousel::-webkit-scrollbar {
  display: none;
}
#club_container #club_sports .aviron-item {
  flex: 0 0 auto;
  width: 220px;
  height: 400px;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  border: 3px solid #0055a5;
  background-color: #e3e3e3;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
}
#club_container #club_sports .aviron-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#club_container #club_sports .aviron-title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s ease;
}
#club_container #club_sports .aviron-item:hover {
  transform: scale(1.05);
}
#club_container #club_sports .aviron-item:hover .aviron-title {
  opacity: 1;
  transform: translateY(0);
}
#club_container #club_sports .carousel-btn {
  color: #0055a5;
  font-size: 50px;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s ease;
}
#club_container #club_sports .carousel-btn:hover {
  transform: scale(1.2);
}
#club_container #club_sports .carousel-btn.left {
  margin-right: 10px;
}
#club_container #club_sports .carousel-btn.right {
  margin-left: 10px;
}
#club_container .sponsors-gallery,
#club_container .partenaire-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 40px;
  justify-content: center;
}
#club_container .sponsors-gallery img.logo,
#club_container .partenaire-gallery img.logo {
  width: 200px;
  height: 120px;
  transition: ease-in-out 0.5s;
  border-radius: 10px;
}
#club_container .sponsors-gallery img.logo:hover,
#club_container .partenaire-gallery img.logo:hover {
  transform: scale(1.1);
}
#club_container .sponsor-logo img {
  width: 120px;
  height: auto;
  object-fit: contain;
  cursor: pointer;
  filter: grayscale(30%);
  transition: transform 0.3s, filter 0.3s;
}
#club_container .sponsor-logo img:hover {
  transform: scale(1.1);
  filter: grayscale(0%);
}
#club_container .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
#club_container .popup-content {
  width: 400px;
  height: 400px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
#club_container .popup-content h2 {
  margin: 10px 0;
}
#club_container .popup-content p {
  font-size: 14px;
  color: #444;
}
#club_container .popup-logo {
  max-width: 150px;
  margin: 0 auto 15px;
  display: block;
}
#club_container .popup-content button {
  margin-top: 20px;
  padding: 8px 20px;
  background: #0055a5;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.body-contact {
  background: linear-gradient(rgba(246, 248, 250, 0.7), rgba(246, 248, 250, 0.7)), url("../assets/images/back-contact.png") center center/cover no-repeat;
  /* Formulaire */
}
.body-contact .division-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin: 40px auto;
  background: transparent;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(57, 73, 107, 0.08);
  padding: 40px 20px;
}
.body-contact .section-information,
.body-contact .formulaire-contact {
  flex: 1 1 320px;
  min-width: 320px;
  max-width: 500px;
  background: #f9fafc;
  border-radius: 12px;
  padding: 28px 24px;
  box-sizing: border-box;
  transform: translateY(40px);
  transition: opacity 0.6s, transform 0.6s;
}
.body-contact .text-wrapper,
.body-contact .text-wrapper-2 {
  font-size: 24px;
  font-weight: 700;
  color: #39496b;
  margin-bottom: 12px;
  text-align: center;
}
.body-contact .section-information p {
  color: #222;
  font-size: 16px;
  margin-bottom: 18px;
  text-align: center;
}
.body-contact .div {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0;
}
.body-contact .div img {
  width: 28px;
  height: 28px;
}
.body-contact .p {
  font-size: 16px;
  color: #39496b;
  font-weight: 600;
}
.body-contact .acoo-acoo-fr {
  border: none;
  background: transparent;
  font-size: 16px;
  color: #39496b;
  font-weight: 600;
  outline: none;
  cursor: default;
  text-decoration: none;
}
.body-contact .input-field,
.body-contact .textarea-field {
  margin-bottom: 16px;
}
.body-contact .value-wrapper {
  width: 100%;
  padding: 12px 10px;
  border: 1.5px solid #cfd8dc;
  border-radius: 6px;
  font-size: 16px;
  font-family: inherit;
  background: #fff;
  transition: border 0.2s, box-shadow 0.2s;
}
.body-contact .value-wrapper:focus,
.body-contact textarea.value-wrapper:focus {
  border: 2px solid #39496b;
  box-shadow: 0 0 5px rgba(57, 73, 107, 0.2);
}
.body-contact textarea.value-wrapper {
  min-height: 100px;
  resize: vertical;
}
.body-contact .textarea {
  position: relative;
}
.body-contact .textarea img.drag {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 22px;
  opacity: 0.5;
  pointer-events: none;
}
.body-contact .bouton {
  width: 100%;
  background: #39496b;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 10px;
}
.body-contact .bouton:hover {
  background: #ffb400;
  color: #39496b;
}
.body-contact .text-wrapper-3 {
  text-align: center;
}
.body-contact .frame {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 18px;
}
.body-contact .frame a img {
  width: 32px;
  height: 32px;
  transition: transform 0.2s;
}
.body-contact .frame a:hover img {
  transform: scale(1.1) rotate(-5deg);
}

#evenement_page {
  margin-top: 6.5%;
  padding: 8px;
  min-height: 100vh;
}
#evenement_page .calendar-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: #666;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
#evenement_page .calendar-loader p {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 500;
}
#evenement_page .loader-spinner {
  width: 24px;
  height: 24px;
  border: 3px solid #e1e8ed;
  border-top: 3px solid #003366;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#evenement_page .badge {
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 8.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
}
#evenement_page .badge.badge-primary {
  background: rgba(0, 51, 102, 0.1);
  color: #003366;
  border: 1px solid rgba(0, 51, 102, 0.3);
}
#evenement_page .badge.badge-status.status-active {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
  border: 1px solid rgba(16, 185, 129, 0.3);
}
#evenement_page .badge.badge-status.status-cancelled {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
}
#evenement_page .badge.badge-status.status-recurring {
  background: rgba(99, 102, 241, 0.1);
  color: #6366f1;
  border: 1px solid rgba(99, 102, 241, 0.3);
}
#evenement_page .badge.badge-status.status-past {
  background: rgba(100, 116, 139, 0.1);
  color: #64748b;
  border: 1px solid rgba(100, 116, 139, 0.3);
}
#evenement_page .page-header {
  text-align: center;
  margin-bottom: 12px;
  background: white;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
#evenement_page .page-header .page-title {
  font-size: 25px;
  font-weight: 800;
  color: #003366;
  margin: 0 0 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
#evenement_page .page-header .page-title i {
  font-size: 20px;
  color: #2D9CDB;
}
#evenement_page .page-header .page-subtitle {
  font-size: 12px;
  color: #64748b;
  margin: 0;
  font-weight: 400;
}
#evenement_page .calendar-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}
#evenement_page .calendar-stats .stat-item {
  background: white;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}
#evenement_page .calendar-stats .stat-item:hover {
  transform: translateY(-2px);
}
#evenement_page .calendar-stats .stat-item .stat-number {
  font-size: 25px;
  font-weight: 700;
  color: #003366;
  margin-bottom: 4px;
}
#evenement_page .calendar-stats .stat-item .stat-label {
  font-size: 9px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}
#evenement_page .calendar-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
#evenement_page .calendar-controls .controls-left {
  display: flex;
  gap: 6px;
}
#evenement_page .calendar-controls .controls-left .btn-today,
#evenement_page .calendar-controls .controls-left .btn-refresh {
  background: linear-gradient(135deg, #003366 0%, #001a33 100%);
  color: white;
  border: none;
  padding: 6px 8px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 4px;
}
#evenement_page .calendar-controls .controls-left .btn-today:hover,
#evenement_page .calendar-controls .controls-left .btn-refresh:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 51, 102, 0.3);
}
#evenement_page .calendar-controls .controls-left .btn-today:active,
#evenement_page .calendar-controls .controls-left .btn-refresh:active {
  transform: translateY(0);
}
#evenement_page .calendar-controls .controls-left .btn-refresh {
  background: linear-gradient(135deg, #00d876 0%, #00a55a 100%);
}
#evenement_page .calendar-controls .controls-left .btn-refresh:hover {
  box-shadow: 0 4px 12px rgba(0, 216, 118, 0.3);
}
#evenement_page .calendar-controls .controls-right {
  display: flex;
  gap: 6px;
  align-items: center;
}
#evenement_page .calendar-controls .controls-right .filter-select,
#evenement_page .calendar-controls .controls-right .sort-select {
  padding: 4px 6px;
  border: 2px solid #e2e8f0;
  border-radius: 4px;
  background: white;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.2s ease;
  min-width: 150px;
}
#evenement_page .calendar-controls .controls-right .filter-select:focus,
#evenement_page .calendar-controls .controls-right .sort-select:focus {
  border-color: #003366;
  outline: none;
}
#evenement_page .calendar-controls .controls-right .btn-view-toggle {
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  color: #64748b;
  padding: 6px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 11px;
}
#evenement_page .calendar-controls .controls-right .btn-view-toggle:hover {
  background: #003366;
  border-color: #003366;
  color: white;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 51, 102, 0.3);
}
#evenement_page .calendar-controls .controls-right .btn-view-toggle:active {
  transform: scale(0.95);
}
#evenement_page .calendar-legend {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  background: white;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-width: 800px;
  margin: 0 auto 12px;
}
#evenement_page .calendar-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
#evenement_page .calendar-legend .legend-item .legend-color {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#evenement_page .calendar-legend .legend-item .legend-color.event-color {
  background: #2D9CDB;
}
#evenement_page .calendar-legend .legend-item .legend-color.recurring-color {
  background: #00d876;
}
#evenement_page .calendar-legend .legend-item .legend-color.exception-color {
  background: #FFA500;
}
#evenement_page .calendar-legend .legend-item .legend-color.today-color {
  background: #003366;
}
#evenement_page .calendar-legend .legend-item .legend-text {
  font-size: 9px;
  color: #003366;
  font-weight: 600;
}
#evenement_page .calendar-container {
  background: white;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  container-type: inline-size;
}
@container (max-width: 600px) {
  #evenement_page .calendar .grid-calendar {
    grid-template-columns: repeat(7, minmax(35px, 1fr));
    gap: 1px;
  }
  #evenement_page .calendar .grid-calendar .day {
    min-height: 50px;
    padding: 1px;
  }
  #evenement_page .calendar .grid-calendar .day .day-number {
    font-size: clamp(0.7rem, 2vw, 0.9rem);
  }
}
#evenement_page .calendar {
  width: 100%;
}
#evenement_page .calendar .header-calendar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
#evenement_page .calendar .header-calendar .nav-btn {
  background: #003366;
  color: white;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 10px;
  font-weight: bold;
}
#evenement_page .calendar .header-calendar .nav-btn:hover {
  background: #001a33;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 51, 102, 0.3);
}
#evenement_page .calendar .header-calendar .nav-btn:active {
  transform: scale(0.95);
}
#evenement_page .calendar .header-calendar .month {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #003366;
  line-height: 1.2;
}
#evenement_page .calendar .day-names {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 8px;
}
#evenement_page .calendar .day-names div {
  text-align: center;
  font-weight: 700;
  color: white;
  background: #003366;
  padding: 6px;
  border-radius: 4px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#evenement_page .calendar .grid-calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
#evenement_page .calendar .grid-calendar .day {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 4px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f8f9fa;
  border: 2px solid transparent;
  position: relative;
  min-height: 120px;
}
#evenement_page .calendar .grid-calendar .day.adjacent {
  background: #e9ecef;
  color: #6c757d;
  opacity: 0.6;
}
#evenement_page .calendar .grid-calendar .day.adjacent:hover {
  background: #dee2e6;
}
#evenement_page .calendar .grid-calendar .day:hover:not(.adjacent) {
  background: #3399ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
#evenement_page .calendar .grid-calendar .day.today {
  border-color: #003366;
  background: #4da6ff;
  font-weight: 700;
  box-shadow: 0 0 15px rgba(0, 51, 102, 0.3);
}
#evenement_page .calendar .grid-calendar .day.has-items {
  background: #dbeef9;
}
#evenement_page .calendar .grid-calendar .day.has-items:hover {
  background: #c5e4f5;
}
#evenement_page .calendar .grid-calendar .day .day-number {
  font-weight: 600;
  margin-bottom: 4px;
  color: #003366;
  font-size: 10px;
  z-index: 2;
}
#evenement_page .calendar .grid-calendar .day .items-list {
  width: 100%;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#evenement_page .calendar .grid-calendar .day .items-list .item-event {
  background: white;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 7.5px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-left: 3px solid;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
#evenement_page .calendar .grid-calendar .day .items-list .item-event:hover {
  transform: scale(1.02);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
#evenement_page .calendar .grid-calendar .day .items-list .item-event.event-item {
  border-left-color: #2D9CDB;
}
#evenement_page .calendar .grid-calendar .day .items-list .item-event.event-item .item-title {
  color: #18618a;
  font-weight: 600;
}
#evenement_page .calendar .grid-calendar .day .items-list .item-event.recurring-item {
  border-left-color: #00d876;
}
#evenement_page .calendar .grid-calendar .day .items-list .item-event.recurring-item .item-title {
  color: #00723e;
  font-weight: 600;
}
#evenement_page .calendar .grid-calendar .day .items-list .item-event.exception-item {
  border-left-color: #FFA500;
}
#evenement_page .calendar .grid-calendar .day .items-list .item-event.exception-item .item-title {
  color: #664200;
  font-weight: 600;
}
#evenement_page .calendar .grid-calendar .day .items-list .item-event .item-title {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#evenement_page .calendar .grid-calendar .day .items-list .item-event .item-time {
  font-size: 7px;
  color: #64748b;
  font-weight: 500;
}
#evenement_page .calendar .grid-calendar .day .items-list .more-items {
  background: #003366;
  color: white;
  border-radius: 2px;
  padding: 2px;
  font-size: 7px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 600;
}
#evenement_page .calendar .grid-calendar .day .items-list .more-items:hover {
  background: #001a33;
  transform: scale(1.05);
}
#evenement_page .list-view-container {
  background: white;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
#evenement_page .list-view-container.show {
  display: block;
}
#evenement_page .list-view-container .list-view-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f1f5f9;
}
#evenement_page .list-view-container .list-view-header h3 {
  font-size: 18px;
  color: #003366;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
}
#evenement_page .list-view-container .list-view-header h3 i {
  color: #2D9CDB;
}
#evenement_page .list-view-container .list-view-header .list-view-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
#evenement_page .list-view-container .list-view-header .list-view-controls .list-view-stats {
  font-size: 11px;
  color: #64748b;
  font-weight: 500;
}
#evenement_page .list-view-container .list-view-header .list-view-controls .sort-select {
  padding: 4px 6px;
  border: 2px solid #e2e8f0;
  border-radius: 4px;
  background: white;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
#evenement_page .list-view-container .list-view-header .list-view-controls .sort-select:focus {
  border-color: #003366;
  outline: none;
}
#evenement_page .list-view-container .list-view-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#evenement_page .list-view-container .list-event-item {
  background: #f8fafc;
  border-radius: 8px;
  padding: 12px;
  border-left: 4px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
#evenement_page .list-view-container .list-event-item:hover {
  background: #f1f5f9;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
#evenement_page .list-view-container .list-event-item.event-item {
  border-left-color: #2D9CDB;
}
#evenement_page .list-view-container .list-event-item.event-item:hover {
  background: #f1f8fd;
}
#evenement_page .list-view-container .list-event-item.recurring-item {
  border-left-color: #00d876;
}
#evenement_page .list-view-container .list-event-item.recurring-item:hover {
  background: #bfffe2;
}
#evenement_page .list-view-container .list-event-item.exception-item {
  border-left-color: #FFA500;
}
#evenement_page .list-view-container .list-event-item.exception-item:hover {
  background: #fff6e6;
}
#evenement_page .list-view-container .list-event-item .list-item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
  gap: 8px;
}
#evenement_page .list-view-container .list-event-item .list-item-header .list-item-title {
  font-size: 13px;
  font-weight: 700;
  color: #003366;
  line-height: 1.3;
  flex: 1;
}
#evenement_page .list-view-container .list-event-item .list-item-header .list-item-type {
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
#evenement_page .list-view-container .list-event-item .list-item-header .list-item-type.event-badge {
  background: rgba(45, 156, 219, 0.1);
  color: #2D9CDB;
  border: 1px solid rgba(45, 156, 219, 0.2);
}
#evenement_page .list-view-container .list-event-item .list-item-header .list-item-type.recurring-badge {
  background: rgba(0, 216, 118, 0.1);
  color: #00d876;
  border: 1px solid rgba(0, 216, 118, 0.2);
}
#evenement_page .list-view-container .list-event-item .list-item-header .list-item-type.exception-badge {
  background: rgba(255, 165, 0, 0.1);
  color: #664200;
  border: 1px solid rgba(255, 165, 0, 0.2);
}
#evenement_page .list-view-container .list-event-item .list-item-meta {
  display: flex;
  gap: 12px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
#evenement_page .list-view-container .list-event-item .list-item-meta .list-item-date,
#evenement_page .list-view-container .list-event-item .list-item-meta .list-item-time {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: #475569;
  font-weight: 500;
}
#evenement_page .list-view-container .list-event-item .list-item-meta .list-item-date i,
#evenement_page .list-view-container .list-event-item .list-item-meta .list-item-time i {
  color: #2D9CDB;
  width: 10px;
  text-align: center;
}
#evenement_page .list-view-container .list-event-item .list-item-location,
#evenement_page .list-view-container .list-event-item .list-item-sport {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 9.5px;
  color: #64748b;
  margin-bottom: 4px;
}
#evenement_page .list-view-container .list-event-item .list-item-location i,
#evenement_page .list-view-container .list-event-item .list-item-sport i {
  color: #00d876;
  width: 10px;
  text-align: center;
}
#evenement_page .list-view-container .list-event-item .list-item-description {
  font-size: 9px;
  color: #64748b;
  line-height: 1.5;
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #e2e8f0;
  font-style: italic;
}
#evenement_page .list-view-container .no-events-message {
  text-align: center;
  padding: 24px;
  color: #64748b;
}
#evenement_page .list-view-container .no-events-message i {
  font-size: 32px;
  color: #cbd5e1;
  margin-bottom: 8px;
}
#evenement_page .list-view-container .no-events-message p {
  font-size: 11px;
  margin: 0;
}
#evenement_page .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#evenement_page .modal-overlay.show {
  opacity: 1;
}
#evenement_page .modal-overlay .modal-container {
  background: white;
  border-radius: 12px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: translateY(-20px) scale(0.95);
  transition: transform 0.3s ease;
}
#evenement_page .modal-overlay.show .modal-container {
  transform: translateY(0) scale(1);
}
#evenement_page .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid #eee;
  background: #003366;
  color: white;
  border-radius: 12px 12px 0 0;
}
#evenement_page .modal-header .modal-title-container {
  display: flex;
  align-items: center;
  gap: 6px;
}
#evenement_page .modal-header .modal-title-container h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: white;
}
#evenement_page .modal-header .modal-title-container .event-type-badge {
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 8px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
#evenement_page .modal-header .modal-title-container .event-type-badge.event-badge {
  background: rgba(45, 156, 219, 0.9);
}
#evenement_page .modal-header .modal-title-container .event-type-badge.recurring-badge {
  background: rgba(0, 216, 118, 0.9);
}
#evenement_page .modal-header .modal-title-container .event-type-badge.exception-badge {
  background: rgba(255, 165, 0, 0.9);
  color: #333;
}
#evenement_page .modal-header .modal-close {
  background: none;
  border: none;
  color: white;
  font-size: 15px;
  cursor: pointer;
  padding: 4px;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
#evenement_page .modal-header .modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}
#evenement_page .modal-body {
  padding: 12px;
}
#evenement_page .modal-body .event-details .status-section {
  margin-bottom: 10px;
  text-align: center;
}
#evenement_page .modal-body .event-details .status-section .status-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 9px;
}
#evenement_page .modal-body .event-details .status-section .status-badge.event-status {
  background: rgba(45, 156, 219, 0.1);
  color: #2D9CDB;
  border: 1px solid rgba(45, 156, 219, 0.3);
}
#evenement_page .modal-body .event-details .status-section .status-badge.recurring-status {
  background: rgba(0, 216, 118, 0.1);
  color: #00d876;
  border: 1px solid rgba(0, 216, 118, 0.3);
}
#evenement_page .modal-body .event-details .status-section .status-badge.exception-status {
  background: rgba(255, 165, 0, 0.1);
  color: #664200;
  border: 1px solid rgba(255, 165, 0, 0.3);
}
#evenement_page .modal-body .event-details .detail-section {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}
#evenement_page .modal-body .event-details .detail-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#evenement_page .modal-body .event-details .detail-section h4 {
  color: #003366;
  font-size: 11px;
  margin: 0 0 6px 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
#evenement_page .modal-body .event-details .detail-section h4 i {
  color: #2D9CDB;
  width: 10px;
}
#evenement_page .modal-body .event-details .detail-section p {
  margin-bottom: 4px;
  line-height: 1.6;
}
#evenement_page .modal-body .event-details .detail-section p:last-child {
  margin-bottom: 0;
}
#evenement_page .modal-body .event-details .detail-section p strong {
  color: #003366;
}
#evenement_page .modal-body .day-event-item {
  background: #f8f9fa;
  border-radius: 6px;
  padding: 8px;
  margin-bottom: 8px;
  border-left: 4px solid;
  cursor: pointer;
  transition: all 0.2s ease;
}
#evenement_page .modal-body .day-event-item:last-child {
  margin-bottom: 0;
}
#evenement_page .modal-body .day-event-item:hover {
  background: #e9ecef;
  transform: translateX(2px);
}
#evenement_page .modal-body .day-event-item.event-item {
  border-left-color: #2D9CDB;
}
#evenement_page .modal-body .day-event-item.recurring-item {
  border-left-color: #00d876;
}
#evenement_page .modal-body .day-event-item.exception-item {
  border-left-color: #FFA500;
}
#evenement_page .modal-body .day-event-item .day-event-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
#evenement_page .modal-body .day-event-item .day-event-header h4 {
  margin: 0;
  color: #003366;
  font-size: 11px;
}
#evenement_page .modal-body .day-event-item .day-event-header .event-type-mini-badge {
  padding: 1px 4px;
  border-radius: 4px;
  font-size: 7px;
  font-weight: 600;
  text-transform: uppercase;
}
#evenement_page .modal-body .day-event-item .day-event-header .event-type-mini-badge.event-badge {
  background: rgba(45, 156, 219, 0.1);
  color: #2D9CDB;
}
#evenement_page .modal-body .day-event-item .day-event-header .event-type-mini-badge.recurring-badge {
  background: rgba(0, 216, 118, 0.1);
  color: #00d876;
}
#evenement_page .modal-body .day-event-item .day-event-header .event-type-mini-badge.exception-badge {
  background: rgba(255, 165, 0, 0.1);
  color: #664200;
}
#evenement_page .modal-body .day-event-item .day-event-details p {
  margin-bottom: 2px;
  font-size: 9px;
  display: flex;
  align-items: center;
  gap: 4px;
}
#evenement_page .modal-body .day-event-item .day-event-details p:last-child {
  margin-bottom: 0;
}
#evenement_page .modal-body .day-event-item .day-event-details p i {
  color: #003366;
  width: 8px;
}
#evenement_page .modal-body .day-event-item .day-event-details p.cancellation-notice {
  color: #FF0000;
  font-weight: 600;
}
#evenement_page .error-message {
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid rgba(255, 0, 0, 0.3);
  border-radius: 8px;
  padding: 12px;
  margin: 8px 0;
  text-align: center;
  color: #FF0000;
}
#evenement_page .error-message i {
  font-size: 12px;
  margin-bottom: 4px;
}
#evenement_page .error-message p {
  margin: 0 0 8px 0;
  font-weight: 600;
}
#evenement_page .error-message .btn-retry {
  background: #FF0000;
  color: white;
  border: none;
  padding: 6px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s ease;
}
#evenement_page .error-message .btn-retry:hover {
  background: #cc0000;
  transform: translateY(-1px);
}
@media (max-width: 1024px) {
  #evenement_page {
    padding: 4px;
  }
  #evenement_page .calendar-container,
  #evenement_page .list-view-container {
    padding: 8px;
  }
  #evenement_page .page-header {
    padding: 8px;
  }
  #evenement_page .page-header .page-title {
    font-size: 20px;
  }
  #evenement_page .calendar-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  #evenement_page .calendar .grid-calendar .day {
    min-height: 100px;
  }
  #evenement_page .calendar .grid-calendar .day .day-number {
    font-size: 9px;
  }
  #evenement_page .calendar .grid-calendar .day .items-list .item-event {
    font-size: 7px;
    padding: 1px 2px;
  }
}
@media (max-width: 768px) {
  #evenement_page {
    margin-top: 16%;
    padding: 2px;
  }
  #evenement_page .page-header {
    padding: 6px;
  }
  #evenement_page .page-header .page-title {
    font-size: 18px;
    flex-direction: column;
    gap: 4px;
  }
  #evenement_page .page-header .page-title i {
    font-size: 16px;
  }
  #evenement_page .page-header .page-subtitle {
    font-size: 10px;
  }
  #evenement_page .calendar-stats {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  #evenement_page .calendar-stats .stat-item {
    padding: 8px;
  }
  #evenement_page .calendar-stats .stat-item .stat-number {
    font-size: 20px;
  }
  #evenement_page .calendar-controls {
    flex-direction: column;
    gap: 8px;
    padding: 6px;
  }
  #evenement_page .calendar-controls .controls-left,
  #evenement_page .calendar-controls .controls-right {
    width: 100%;
    justify-content: center;
  }
  #evenement_page .calendar-controls .controls-right {
    flex-wrap: wrap;
    gap: 4px;
  }
  #evenement_page .calendar-controls .controls-right .filter-select,
  #evenement_page .calendar-controls .controls-right .sort-select {
    flex: 1;
    min-width: 120px;
  }
  #evenement_page .calendar-container,
  #evenement_page .list-view-container {
    padding: 6px;
  }
  #evenement_page .calendar .header-calendar .nav-btn {
    width: 20px;
    height: 20px;
    font-size: 8px;
  }
  #evenement_page .calendar .header-calendar .month {
    font-size: 16px;
  }
  #evenement_page .calendar .day-names {
    gap: 2px;
  }
  #evenement_page .calendar .day-names div {
    padding: 4px;
    font-size: 8px;
  }
  #evenement_page .calendar .grid-calendar {
    gap: 2px;
  }
  #evenement_page .calendar .grid-calendar .day {
    min-height: 80px;
    padding: 2px;
  }
  #evenement_page .calendar .grid-calendar .day .day-number {
    font-size: 8px;
    margin-bottom: 2px;
  }
  #evenement_page .calendar .grid-calendar .day .items-list {
    gap: 1px;
  }
  #evenement_page .calendar .grid-calendar .day .items-list .item-event {
    font-size: 6.5px;
    padding: 1px;
    border-radius: 2px;
  }
  #evenement_page .calendar .grid-calendar .day .items-list .item-event .item-title {
    margin-bottom: 0.5px;
  }
  #evenement_page .calendar .grid-calendar .day .items-list .more-items {
    font-size: 6px;
    padding: 1px;
  }
  #evenement_page .calendar-legend {
    flex-direction: column;
    gap: 6px;
    padding: 8px;
  }
  #evenement_page .calendar-legend .legend-item {
    justify-content: center;
    gap: 6px;
  }
  #evenement_page .calendar-legend .legend-item .legend-color {
    width: 6px;
    height: 6px;
  }
  #evenement_page .calendar-legend .legend-item .legend-text {
    font-size: 8.5px;
  }
  #evenement_page .list-view-container .list-view-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  #evenement_page .list-view-container .list-view-header h3 {
    font-size: 14px;
  }
  #evenement_page .list-view-container .list-view-header .list-view-controls {
    width: 100%;
    justify-content: space-between;
  }
  #evenement_page .list-view-container .list-event-item {
    padding: 8px;
  }
  #evenement_page .list-view-container .list-event-item .list-item-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  #evenement_page .list-view-container .list-event-item .list-item-header .list-item-title {
    font-size: 11px;
  }
  #evenement_page .list-view-container .list-event-item .list-item-meta {
    flex-direction: column;
    gap: 4px;
  }
  #evenement_page .modal-overlay .modal-container {
    width: 95%;
    margin: 4px;
  }
  #evenement_page .modal-header {
    padding: 8px;
  }
  #evenement_page .modal-header .modal-title-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  #evenement_page .modal-header .modal-title-container h3 {
    font-size: 12px;
  }
  #evenement_page .modal-body {
    padding: 8px;
  }
}
@media (max-width: 480px) {
  #evenement_page .calendar .grid-calendar .day {
    min-height: 60px;
  }
  #evenement_page .calendar .grid-calendar .day .items-list .item-event .item-title {
    font-size: 6px;
  }
  #evenement_page .calendar-legend {
    padding: 6px;
  }
  #evenement_page .calendar-stats .stat-item {
    padding: 6px;
  }
  #evenement_page .calendar-stats .stat-item .stat-number {
    font-size: 18px;
  }
}

.body-evenement #evenement_page .calendar .grid-calendar .day .items-list .item-event.exception-item {
  border-left-color: #FFA500;
}
.body-evenement #evenement_page .calendar .grid-calendar .day .items-list .item-event.exception-item .item-title {
  color: #664200;
  font-weight: 600;
}
.body-evenement #evenement_page .calendar-legend .legend-item .legend-color.exception-color {
  background: #FFA500;
}

.body-inscription {
  background-color: #F0E8CC;
}
.body-inscription main {
  padding: 10px;
}
.body-inscription .inscription-hero {
  background: linear-gradient(135deg, #003366 0%, #000d1a 100%);
  color: white;
  padding: 8rem 0 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.body-inscription .inscription-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../assets/images/rame.png") no-repeat center center;
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
}
.body-inscription .inscription-hero .container {
  position: relative;
  z-index: 1;
}
.body-inscription .inscription-hero__title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  color: white;
}
@media (max-width: 768px) {
  .body-inscription .inscription-hero__title {
    font-size: 2.5rem;
  }
}
.body-inscription .inscription-hero__subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .body-inscription .inscription-hero__subtitle {
    font-size: 1.1rem;
    padding: 0 1rem;
  }
}
.body-inscription .inscription-intro {
  padding: 4rem 0;
  background: white;
}
.body-inscription .inscription-intro__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.body-inscription .inscription-intro__text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 1.5rem;
}
.body-inscription .inscription-intro__text:last-child {
  margin-bottom: 0;
}
.body-inscription .inscription-teams {
  padding: 4rem 0;
  background: #F0E8CC;
}
.body-inscription .teams-grid {
  margin-top: 3rem;
}
.body-inscription .teams-grid__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  .body-inscription .teams-grid__content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.body-inscription .team-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.body-inscription .team-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.body-inscription .team-card__image {
  height: 200px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #003366, #5a6b8a);
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-inscription .team-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.body-inscription .team-card__image:hover img {
  transform: scale(1.05);
}
.body-inscription .team-card__image .team-placeholder {
  color: #fff;
  font-size: 3rem;
  z-index: 1;
}
.body-inscription .team-card__content {
  padding: 1.5rem;
}
.body-inscription .team-card__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #003366;
  margin-bottom: 1rem;
}
.body-inscription .team-card__info {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.body-inscription .team-card__info-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #828282;
}
.body-inscription .team-card__info-item i {
  color: #E9614A;
  width: 16px;
}
.body-inscription .team-card__description {
  color: #333333;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.body-inscription .team-card__coach, .body-inscription .team-card__gallery {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #003366;
  font-weight: 500;
}
.body-inscription .team-card__coach i, .body-inscription .team-card__gallery i {
  color: #E9614A;
}
.body-inscription .team-card__gallery {
  margin-top: 0.5rem;
  color: #828282;
  font-weight: 400;
}
.body-inscription .no-teams,
.body-inscription .error-teams {
  text-align: center;
  padding: 3rem 2rem;
  max-width: 500px;
  margin: 0 auto;
}
.body-inscription .no-teams__icon,
.body-inscription .error-teams__icon {
  font-size: 4rem;
  color: #828282;
  margin-bottom: 1.5rem;
}
.body-inscription .no-teams__title,
.body-inscription .error-teams__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1rem;
}
.body-inscription .no-teams__text,
.body-inscription .error-teams__text {
  color: #828282;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.body-inscription .error-teams__icon {
  color: #FF0000;
}
.body-inscription .error-teams__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.body-inscription .inscription-guide {
  padding: 4rem 0;
  background: white;
  margin-top: 10px;
  border-radius: 12px;
}
.body-inscription .inscription-guide__content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.body-inscription .inscription-guide__text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 2rem;
}
.body-inscription .inscription-guide__cta .btn-primary {
  font-size: 1.1rem;
  padding: 1rem 2rem;
}
.body-inscription .inscription-guide__cta .btn-primary i {
  margin-right: 0.5rem;
}
.body-inscription .inscription-contact {
  padding: 4rem 0;
  background: #F0E8CC;
}
.body-inscription .inscription-contact__content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.body-inscription .inscription-contact__text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 2rem;
}
.body-inscription .inscription-contact__cta .btn-secondary {
  font-size: 1.1rem;
  padding: 1rem 2rem;
}
.body-inscription .inscription-contact__cta .btn-secondary i {
  margin-right: 0.5rem;
}
.body-inscription .loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  text-align: center;
}
.body-inscription .loader__spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #F0E8CC;
  border-top: 4px solid #003366;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}
.body-inscription .loader p {
  color: #828282;
  font-size: 1rem;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .body-inscription .inscription-hero {
    padding: 6rem 0 3rem;
  }
  .body-inscription .inscription-hero__title {
    font-size: 2rem;
  }
  .body-inscription .inscription-hero__subtitle {
    font-size: 1rem;
  }
  .body-inscription .inscription-intro,
  .body-inscription .inscription-guide,
  .body-inscription .inscription-contact {
    padding: 3rem 0;
  }
  .body-inscription .inscription-teams {
    padding: 3rem 0;
  }
  .body-inscription .team-card__content {
    padding: 1rem;
  }
  .body-inscription .team-card__info {
    flex-direction: column;
    gap: 0.5rem;
  }
  .body-inscription .error-teams__actions {
    flex-direction: column;
    align-items: center;
  }
}

.body-reglement {
  background-color: #F0E8CC;
  display: flex;
  flex-direction: column;
}
.body-reglement .reglement-hero {
  background: linear-gradient(135deg, #003366 0%, #000d1a 100%);
  color: white;
  padding: 8rem 0 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.body-reglement .reglement-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../assets/images/rame.png") no-repeat center center;
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
}
.body-reglement .reglement-hero .container {
  position: relative;
  z-index: 1;
}
.body-reglement .reglement-hero__title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  color: white;
}
@media (max-width: 768px) {
  .body-reglement .reglement-hero__title {
    font-size: 2.5rem;
  }
}
.body-reglement .reglement-hero__subtitle {
  font-size: 2rem;
  font-weight: 300;
  opacity: 0.9;
  margin: 0;
  color: white;
}
@media (max-width: 768px) {
  .body-reglement .reglement-hero__subtitle {
    font-size: 1.5rem;
  }
}
.body-reglement .reglement-content {
  padding: 4rem 0;
}
.body-reglement .reglement-content .container {
  display: flex;
  flex-direction: column;
}
.body-reglement .reglement-introduction {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
.body-reglement .club-life {
  background: white;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
.body-reglement .club-life__image {
  margin-bottom: 2rem;
  text-align: center;
}
.body-reglement .club-life__image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.body-reglement .club-life__content .section-title {
  color: #003366;
  margin-bottom: 2rem;
}
.body-reglement .club-life__description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333333;
}
.body-reglement .club-life__description p {
  margin-bottom: 1.5rem;
}
.body-reglement .club-life__description p:last-child {
  margin-bottom: 0;
}
.body-reglement .reglement-download {
  background: white;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.body-reglement .reglement-download__content {
  max-width: 600px;
  margin: 0 auto;
}
.body-reglement .reglement-download__text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 2rem;
}
.body-reglement .reglement-download__cta .btn-primary {
  font-size: 1.1rem;
  padding: 1rem 2rem;
}
.body-reglement .reglement-download__cta .btn-primary i {
  margin-right: 0.5rem;
}
.body-reglement .no-info,
.body-reglement .error-message {
  text-align: center;
  padding: 3rem 2rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.body-reglement .no-info__icon,
.body-reglement .error-message__icon {
  font-size: 4rem;
  color: #828282;
  margin-bottom: 1.5rem;
}
.body-reglement .no-info__title,
.body-reglement .error-message__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1rem;
}
.body-reglement .no-info__text,
.body-reglement .error-message__text {
  color: #828282;
  line-height: 1.6;
  font-size: 1.1rem;
}
.body-reglement .error-message__icon {
  color: #FF0000;
}
@media (max-width: 768px) {
  .body-reglement .reglement-hero {
    padding: 6rem 0 3rem;
  }
  .body-reglement .reglement-hero__title {
    font-size: 2rem;
  }
  .body-reglement .reglement-hero__subtitle {
    font-size: 1.2rem;
  }
  .body-reglement .reglement-content {
    padding: 3rem 0;
  }
  .body-reglement .club-life,
  .body-reglement .reglement-download {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .body-reglement .reglement-introduction {
    margin-bottom: 3rem;
  }
  .body-reglement .club-life__description {
    font-size: 1rem;
  }
  .body-reglement .reglement-download__text {
    font-size: 1rem;
  }
  .body-reglement .reglement-download__cta .btn-primary {
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
  }
}
@media (max-width: 480px) {
  .body-reglement .club-life,
  .body-reglement .reglement-download {
    padding: 1.5rem;
  }
  .body-reglement .reglement-hero__title {
    font-size: 1.8rem;
  }
  .body-reglement .reglement-hero__subtitle {
    font-size: 1.1rem;
  }
}

.body-decouverte {
  background-color: #F0E8CC;
}
.body-decouverte .decouverte-hero {
  background: linear-gradient(135deg, #003366 0%, #000d1a 100%);
  color: white;
  padding: 8rem 0 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.body-decouverte .decouverte-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../assets/images/rame.png") no-repeat center center;
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
}
.body-decouverte .decouverte-hero .container {
  position: relative;
  z-index: 1;
}
.body-decouverte .decouverte-hero__title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  color: white;
}
@media (max-width: 768px) {
  .body-decouverte .decouverte-hero__title {
    font-size: 2.5rem;
  }
}
.body-decouverte .decouverte-hero__subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  opacity: 0.9;
  margin: 0;
}
@media (max-width: 768px) {
  .body-decouverte .decouverte-hero__subtitle {
    font-size: 1.2rem;
  }
}
.body-decouverte .decouverte-intro {
  padding: 4rem 0;
  background: white;
}
.body-decouverte .decouverte-intro__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.body-decouverte .decouverte-intro__text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 1.5rem;
}
.body-decouverte .decouverte-intro__text:last-child {
  margin-bottom: 0;
}
.body-decouverte .decouverte-stages {
  padding: 4rem 0;
  background: #F0E8CC;
}
.body-decouverte .stages-description {
  max-width: 900px;
  margin: 3rem auto 0;
  background: white;
  border-radius: 16px;
  padding: 3rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.body-decouverte .stages-description__text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 1.5rem;
  text-align: justify;
}
.body-decouverte .stages-description__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .body-decouverte .stages-description {
    padding: 2rem;
    margin: 2rem auto 0;
  }
  .body-decouverte .stages-description__text {
    font-size: 1rem;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .body-decouverte .stages-description {
    padding: 1.5rem;
    margin: 1.5rem auto 0;
  }
}
.body-decouverte .decouverte-advantages {
  padding: 4rem 0;
  background: white;
}
.body-decouverte .advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .body-decouverte .advantages-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.body-decouverte .advantage-item {
  text-align: center;
  padding: 2rem;
}
.body-decouverte .advantage-item__icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #E9614A, #e3391d);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.body-decouverte .advantage-item__icon i {
  font-size: 2rem;
  color: white;
}
.body-decouverte .advantage-item__title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #003366;
  margin-bottom: 1rem;
}
.body-decouverte .advantage-item__text {
  color: #333333;
  line-height: 1.6;
}
.body-decouverte .decouverte-cta {
  padding: 4rem 0;
  background: linear-gradient(135deg, #003366 0%, #001a33 100%);
  color: white;
}
.body-decouverte .cta-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.body-decouverte .cta-content__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .body-decouverte .cta-content__title {
    font-size: 2rem;
  }
}
.body-decouverte .cta-content__text {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .body-decouverte .cta-content__text {
    font-size: 1.1rem;
  }
}
.body-decouverte .cta-content__actions {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .body-decouverte .cta-content__actions {
    flex-direction: column;
    align-items: center;
  }
}
.body-decouverte .cta-content__actions .btn-primary,
.body-decouverte .cta-content__actions .btn-secondary {
  font-size: 1.1rem;
  padding: 1rem 2rem;
}
.body-decouverte .cta-content__actions .btn-primary i,
.body-decouverte .cta-content__actions .btn-secondary i {
  margin-right: 0.5rem;
}
.body-decouverte .cta-content__info {
  display: flex;
  justify-content: center;
  gap: 2rem;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .body-decouverte .cta-content__info {
    flex-direction: column;
    gap: 1rem;
  }
}
.body-decouverte .info-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}
.body-decouverte .info-item i {
  color: #E9614A;
}
.body-decouverte .decouverte-guide {
  padding: 4rem 0;
  background: #F0E8CC;
}
.body-decouverte .guide-avironnier {
  background: white;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.body-decouverte .guide-avironnier .section-title {
  text-align: center;
  margin-bottom: 2rem;
}
.body-decouverte .guide__image {
  text-align: center;
  margin-bottom: 2rem;
}
.body-decouverte .guide__image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.body-decouverte .guide__description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333333;
}
.body-decouverte .guide__description p {
  margin-bottom: 1.5rem;
}
.body-decouverte .guide__description p:last-child {
  margin-bottom: 0;
}
.body-decouverte .no-guide {
  background: white;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.body-decouverte .no-guide .section-title {
  margin-bottom: 2rem;
}
.body-decouverte .no-guide__message {
  max-width: 600px;
  margin: 0 auto;
}
.body-decouverte .no-guide__icon {
  font-size: 4rem;
  color: #828282;
  margin-bottom: 1.5rem;
}
.body-decouverte .no-guide__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1rem;
}
.body-decouverte .no-guide__text {
  color: #828282;
  line-height: 1.6;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.body-decouverte .no-guide__text:last-child {
  margin-bottom: 0;
}
.body-decouverte .error-message {
  text-align: center;
  padding: 3rem 2rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.body-decouverte .error-message__icon {
  font-size: 4rem;
  color: #FF0000;
  margin-bottom: 1.5rem;
}
.body-decouverte .error-message__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1rem;
}
.body-decouverte .error-message__text {
  color: #828282;
  line-height: 1.6;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .body-decouverte .decouverte-hero {
    padding: 6rem 0 3rem;
  }
  .body-decouverte .decouverte-hero__title {
    font-size: 2rem;
  }
  .body-decouverte .decouverte-hero__subtitle {
    font-size: 1rem;
  }
  .body-decouverte .decouverte-intro,
  .body-decouverte .decouverte-stages,
  .body-decouverte .decouverte-advantages,
  .body-decouverte .decouverte-cta,
  .body-decouverte .decouverte-guide {
    padding: 3rem 0;
  }
  .body-decouverte .stage-card {
    padding: 2rem;
  }
  .body-decouverte .guide-avironnier,
  .body-decouverte .no-guide {
    padding: 2rem;
  }
  .body-decouverte .advantage-item {
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  .body-decouverte .stage-card {
    padding: 1.5rem;
  }
  .body-decouverte .guide-avironnier,
  .body-decouverte .no-guide {
    padding: 1.5rem;
  }
  .body-decouverte .cta-content__title {
    font-size: 1.8rem;
  }
  .body-decouverte .cta-content__actions .btn-primary,
  .body-decouverte .cta-content__actions .btn-secondary {
    width: 100%;
    max-width: 280px;
  }
}

.body-cookies {
  background-color: #F0E8CC;
  min-height: 100vh;
}

.cookies-main {
  max-width: 800px;
  margin: 0 auto;
  padding: 6rem 2rem 4rem;
  background: white;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cookies-main h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #003366;
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #E9614A;
}
@media (max-width: 768px) {
  .cookies-main h1 {
    font-size: 2rem;
  }
}
.cookies-main h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #003366;
  margin: 2rem 0 1rem;
  border-left: 4px solid #E9614A;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .cookies-main h2 {
    font-size: 1.5rem;
  }
}
.cookies-main h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333333;
  margin: 1.5rem 0 0.8rem;
}
.cookies-main p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 1.2rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .cookies-main p {
    font-size: 1rem;
    text-align: left;
  }
}
.cookies-main ul {
  margin: 1rem 0 1.5rem 1.5rem;
}
.cookies-main ul li {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 0.5rem;
}
.cookies-main ul li::marker {
  color: #E9614A;
}
.cookies-main .cookies-intro {
  background: linear-gradient(135deg, #F0E8CC, #f6f1e0);
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  border-left: 4px solid #003366;
}
.cookies-main .cookies-contact {
  background: #F0E8CC;
  padding: 1.5rem;
  border-radius: 8px;
  margin-top: 2rem;
  text-align: center;
}
.cookies-main .cookies-contact p {
  margin-bottom: 1rem;
  font-weight: 500;
}
.cookies-main .cookies-contact .contact-info {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.cookies-main .cookies-contact .contact-info .contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #003366;
  font-weight: 500;
}
.cookies-main .cookies-contact .contact-info .contact-item i {
  color: #E9614A;
}
.cookies-main .highlight {
  background: #fcece9;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cookies-main {
    padding: 4rem 1.5rem 3rem;
    margin: 1rem;
  }
}
@media (max-width: 480px) {
  .cookies-main {
    padding: 3rem 1rem 2rem;
    margin: 0.5rem;
  }
}

.dashboard-layout {
  display: flex;
  min-height: 100vh;
  min-width: 100%;
}
.dashboard-layout .dashboard-main {
  flex: 1;
  padding: 2rem;
  min-width: 80%;
  background-color: #F0E8CC;
  align-items: center;
  justify-content: center;
}

:root {
  --color-analytics-primary: $primary-color;
  --color-analytics-secondary: darken-color($primary-color, 15%);
  --color-analytics-accent: #1FB8CD;
  --color-analytics-success: $success-color;
  --color-analytics-bg: $secondary-color;
  --color-analytics-surface: #ffffff;
  --color-analytics-border: rgba(57, 73, 107, 0.12);
  --shadow-analytics: 0 4px 24px rgba(57, 73, 107, 0.10);
  --transition-standard: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  --radius-analytics: 14px;
}

.accueil_dashboard {
  background: var(--color-analytics-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  padding: 20px 16px;
}
.accueil_dashboard .dashboard-title {
  margin-top: 40px;
  margin-bottom: 32px;
}
.accueil_dashboard .dashboard-title h1 {
  color: var(--color-analytics-primary);
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.accueil_dashboard .stats-section {
  margin-bottom: 32px;
}
.accueil_dashboard .stats-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
@media (min-width: 640px) {
  .accueil_dashboard .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .accueil_dashboard .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.accueil_dashboard .stat-card {
  background: var(--color-analytics-surface);
  border-radius: var(--radius-analytics);
  box-shadow: var(--shadow-analytics);
  transition: var(--transition-standard);
  overflow: hidden;
}
.accueil_dashboard .stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(57, 73, 107, 0.15);
}
.accueil_dashboard .stat-card .card__body {
  padding: 20px;
}
.accueil_dashboard .stat-content {
  display: flex;
  align-items: center;
  gap: 16px;
}
.accueil_dashboard .stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  font-size: 24px;
}
.accueil_dashboard .stat-icon.realtime-icon {
  background-color: rgba(255, 152, 0, 0.15);
}
.accueil_dashboard .stat-icon.visitors-icon {
  background-color: rgba(57, 73, 107, 0.15);
}
.accueil_dashboard .stat-icon.pageviews-icon {
  background-color: rgba(31, 184, 205, 0.15);
}
.accueil_dashboard .stat-icon.bounce-icon {
  background-color: rgba(168, 75, 47, 0.15);
}
.accueil_dashboard .stat-info {
  flex: 1;
}
.accueil_dashboard .stat-info h3 {
  font-size: 1.8rem;
  margin: 0 0 4px 0;
  font-weight: 700;
  color: var(--color-analytics-primary);
}
.accueil_dashboard .stat-info p {
  margin: 0;
  color: #626c71;
  font-size: 0.9rem;
  font-weight: 500;
}
.accueil_dashboard .chart-section {
  width: -webkit-fill-available;
  margin-bottom: 32px;
}
.accueil_dashboard .chart-section .card {
  background: var(--color-analytics-surface);
  border-radius: var(--radius-analytics);
  box-shadow: var(--shadow-analytics);
  border: 1px solid var(--color-card-border);
  overflow: hidden;
  width: 100%;
}
.accueil_dashboard .chart-section .card .card__body {
  padding: 24px;
  width: 100%;
}
.accueil_dashboard .chart-section .section-title {
  margin-bottom: 20px;
  font-size: 1.2rem;
  color: var(--color-analytics-primary);
  font-weight: 600;
}
.accueil_dashboard .chart-section .chart-container {
  width: 100%;
  height: 300px;
  position: relative;
}
.accueil_dashboard .tables-section {
  margin-bottom: 32px;
  width: 100%;
}
.accueil_dashboard .tables-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .accueil_dashboard .tables-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.accueil_dashboard .tables-grid .card {
  background: var(--color-analytics-surface);
  border-radius: var(--radius-analytics);
  box-shadow: var(--shadow-analytics);
  overflow: hidden;
  width: 100%;
  padding: 6px 16px;
}
.accueil_dashboard .tables-grid .card .card__body {
  padding: 4px;
  width: 100%;
}
.accueil_dashboard .tables-grid .section-title {
  margin-bottom: 16px;
  font-size: 1.1rem;
  color: var(--color-analytics-primary);
  font-weight: 600;
}
.accueil_dashboard .table-container {
  overflow-x: auto;
}
.accueil_dashboard .data-table {
  width: 100%;
  border-collapse: collapse;
}
.accueil_dashboard .data-table th,
.accueil_dashboard .data-table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid var(--color-analytics-border);
}
.accueil_dashboard .data-table th {
  font-weight: 600;
  color: #626c71;
  font-size: 0.9rem;
  background: rgba(57, 73, 107, 0.05);
}
.accueil_dashboard .data-table td {
  color: var(--color-analytics-primary);
  font-weight: 500;
}
.accueil_dashboard .data-table tr:last-child td {
  border-bottom: none;
}
.accueil_dashboard .data-table tr:hover {
  background: rgba(57, 73, 107, 0.02);
}
.accueil_dashboard .dashboard-retour-site {
  width: 320px;
  background: #39496B;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(57, 73, 107, 0.1);
  margin: 24px 0 32px 0;
}
.accueil_dashboard .dashboard-retour-site a {
  display: block;
  width: 100%;
  height: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: background 0.2s;
}
.accueil_dashboard .dashboard-retour-site a:hover {
  background: #23243a;
  border-radius: 8px;
}
.accueil_dashboard .loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.accueil_dashboard .loading-overlay.hidden {
  display: none;
}
.accueil_dashboard .loading-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: var(--color-analytics-accent);
  animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.accueil_dashboard .hidden {
  display: none !important;
}
@media (max-width: 768px) {
  .accueil_dashboard {
    padding: 10px 8px;
  }
  .accueil_dashboard .dashboard-title h1 {
    font-size: 2rem;
  }
  .accueil_dashboard .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .accueil_dashboard .stat-card .card__body {
    padding: 16px;
  }
  .accueil_dashboard .stat-content {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  .accueil_dashboard .stat-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .accueil_dashboard .stat-info h3 {
    font-size: 1.5rem;
  }
  .accueil_dashboard .chart-section .card .card__body,
  .accueil_dashboard .tables-grid .card .card__body {
    padding: 16px;
  }
  .accueil_dashboard .chart-container {
    height: 250px;
  }
  .accueil_dashboard .tables-grid {
    grid-template-columns: 1fr;
  }
  .accueil_dashboard .container-dashboard-profil form {
    padding: 24px 24px 0 24px;
    gap: 16px;
  }
  .accueil_dashboard .dashboard-profil-info-display {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .accueil_dashboard .stats-grid {
    grid-template-columns: 1fr;
  }
  .accueil_dashboard .dashboard-title h1 {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  .accueil_dashboard .dashboard-retour-site {
    width: 280px;
  }
}

.body-event-dashboard {
  min-height: 100vh;
  padding: 8px;
}
.body-event-dashboard .main-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}
.body-event-dashboard .page-header {
  background: white;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.body-event-dashboard .page-header__content {
  flex: 1;
  min-width: 300px;
}
.body-event-dashboard .page-header__stats {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.body-event-dashboard .page-title {
  font-size: 25px;
  font-weight: 800;
  color: #003366;
  margin: 0 0 4px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.body-event-dashboard .page-title i {
  font-size: 20px;
  color: #0066CC;
}
.body-event-dashboard .page-subtitle {
  font-size: 11px;
  color: #64748b;
  margin: 0;
  font-weight: 400;
}
.body-event-dashboard .stat-card {
  background: linear-gradient(to top right, #003366, #0066CC);
  color: white;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  min-width: 120px;
  box-shadow: 0 4px 15px rgba(0, 51, 102, 0.3);
  transition: transform 0.3s ease;
}
.body-event-dashboard .stat-card:hover {
  transform: translateY(-2px);
}
.body-event-dashboard .stat-card .stat-value {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
}
.body-event-dashboard .stat-card .stat-label {
  font-size: 8.5px;
  opacity: 0.9;
  font-weight: 500;
}
.body-event-dashboard .events-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 12px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.body-event-dashboard .events-controls__actions {
  display: flex;
  gap: 8px;
}
.body-event-dashboard .events-controls__filters .filter-select {
  padding: 6px 8px;
  border: 2px solid #e1e8ed;
  border-radius: 6px;
  font-size: 11px;
}
.body-event-dashboard .events-controls__filters .filter-select:focus {
  outline: none;
  border-color: #003366;
  box-shadow: 0 0 0 3px rgba(0, 51, 102, 0.1);
}
.body-event-dashboard .event-type-container {
  display: flex;
  gap: 6px;
  align-items: flex-end;
}
.body-event-dashboard .event-type-container .input-wrapper {
  flex: 1;
}
.body-event-dashboard .event-type-container .btn-add-type {
  background: #0066CC;
  color: white;
  border: none;
  padding: 6px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 9px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 2px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.body-event-dashboard .event-type-container .btn-add-type:hover {
  background: #004d99;
  transform: translateY(-1px);
}
.body-event-dashboard .custom-type-input {
  margin-top: 8px;
  padding: 8px;
  border: 2px dashed #e1e8ed;
  border-radius: 6px;
  background: #f8f9fa;
}
.body-event-dashboard .custom-type-input .custom-type-actions {
  display: flex;
  gap: 4px;
  margin-top: 6px;
}
.body-event-dashboard .custom-type-input .custom-type-actions .btn-confirm-type,
.body-event-dashboard .custom-type-input .custom-type-actions .btn-cancel-type {
  padding: 4px 8px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 2px;
  transition: all 0.3s ease;
}
.body-event-dashboard .custom-type-input .custom-type-actions .btn-confirm-type {
  background: #003366;
  color: white;
}
.body-event-dashboard .custom-type-input .custom-type-actions .btn-confirm-type:hover {
  background: #001a33;
}
.body-event-dashboard .custom-type-input .custom-type-actions .btn-cancel-type {
  background: #dc3545;
  color: white;
}
.body-event-dashboard .custom-type-input .custom-type-actions .btn-cancel-type:hover {
  background: #bd2130;
}
.body-event-dashboard .calendar-container {
  background: white;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.body-event-dashboard .calendar {
  max-width: 1000px;
  margin: 0 auto;
}
.body-event-dashboard .calendar .header-calendar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.body-event-dashboard .calendar .header-calendar .nav-btn {
  background: #003366;
  color: white;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 10px;
}
.body-event-dashboard .calendar .header-calendar .nav-btn:hover {
  background: #001a33;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 51, 102, 0.3);
}
.body-event-dashboard .calendar .header-calendar .month {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #003366;
  line-height: 1.2;
}
.body-event-dashboard .calendar .calendar-legend {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.body-event-dashboard .calendar .calendar-legend .btn-today {
  background: #003366;
  color: white;
  border: none;
  padding: 4px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}
.body-event-dashboard .calendar .calendar-legend .btn-today:hover {
  background: #004d99;
  transform: translateY(-2px);
}
.body-event-dashboard .calendar .day-names {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 8px;
}
.body-event-dashboard .calendar .day-names div {
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #003366;
  padding: 6px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.body-event-dashboard .calendar .grid-calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.body-event-dashboard .calendar .grid-calendar .day {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 4px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f8f9fa;
  border: 2px solid transparent;
  position: relative;
  min-height: 100px;
}
.body-event-dashboard .calendar .grid-calendar .day.empty-day {
  background: transparent;
  cursor: default;
  pointer-events: none;
}
.body-event-dashboard .calendar .grid-calendar .day:hover:not(.empty-day) {
  background: #3399ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.body-event-dashboard .calendar .grid-calendar .day.today {
  border-color: #003366;
  background: #4da6ff;
  font-weight: 700;
}
.body-event-dashboard .calendar .grid-calendar .day.has-items {
  background: #99ccff;
}
.body-event-dashboard .calendar .grid-calendar .day.has-items:hover {
  background: #66b3ff;
}
.body-event-dashboard .calendar .grid-calendar .day .day-number {
  font-weight: 600;
  margin-bottom: 4px;
  color: #333;
  font-size: 9px;
}
.body-event-dashboard .calendar .grid-calendar .day .items-list {
  width: 100%;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.body-event-dashboard .calendar .grid-calendar .day .items-list .item-event {
  background: white;
  border-radius: 2px;
  padding: 2px 4px;
  font-size: 7.5px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-left: 3px solid;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.body-event-dashboard .calendar .grid-calendar .day .items-list .item-event:hover {
  transform: scale(1.02);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.body-event-dashboard .calendar .grid-calendar .day .items-list .item-event.event-item {
  border-left-color: #007bff;
}
.body-event-dashboard .calendar .grid-calendar .day .items-list .item-event.recurring-item {
  border-left-color: #28a745;
}
.body-event-dashboard .calendar .grid-calendar .day .items-list .item-event.exception-item {
  border-left-color: #ffc107;
}
.body-event-dashboard .calendar .grid-calendar .day .items-list .item-event .item-title {
  font-weight: 600;
  color: #333;
  line-height: 1.2;
  margin-bottom: 1px;
  font-size: 8.5px;
}
.body-event-dashboard .calendar .grid-calendar .day .items-list .item-event .item-time {
  font-size: 7px;
  color: #666;
  font-weight: 500;
}
.body-event-dashboard .calendar .grid-calendar .day .items-list .more-items {
  font-size: 7px;
  color: #666;
  text-align: center;
  cursor: pointer;
  padding: 2px;
  border-radius: 2px;
  background: rgba(108, 117, 125, 0.1);
}
.body-event-dashboard .calendar .grid-calendar .day .items-list .more-items:hover {
  color: #003366;
  font-weight: 600;
  background: rgba(108, 117, 125, 0.2);
}
.body-event-dashboard .calendar-legend {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 8px;
}
.body-event-dashboard .calendar-legend .calendar-legend-items {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.body-event-dashboard .calendar-legend .calendar-legend-items .legend-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 9px;
  color: #666;
}
.body-event-dashboard .calendar-legend .calendar-legend-items .legend-item .legend-color {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.body-event-dashboard .calendar-legend .calendar-legend-items .legend-item .legend-color.event-color {
  background: #007bff;
}
.body-event-dashboard .calendar-legend .calendar-legend-items .legend-item .legend-color.recurring-color {
  background: #28a745;
}
.body-event-dashboard .calendar-legend .calendar-legend-items .legend-item .legend-color.exception-color {
  background: #ffc107;
}
.body-event-dashboard .data-section {
  background: white;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.body-event-dashboard .data-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f1f5f9;
}
.body-event-dashboard .data-section__title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.body-event-dashboard .data-section__title h2 {
  margin: 0;
  color: #003366;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
}
.body-event-dashboard .data-section__title h2 i {
  color: #0066CC;
}
.body-event-dashboard .data-section__title .item-count {
  color: #64748b;
  font-size: 9px;
  background: #f1f5f9;
  padding: 4px 8px;
  border-radius: 8px;
  font-weight: 600;
}
.body-event-dashboard .data-section__actions {
  display: flex;
  gap: 6px;
}
.body-event-dashboard .btn-action {
  padding: 6px 10px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 9px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 4px;
}
.body-event-dashboard .btn-action.btn-export {
  background: #10b981;
  color: white;
}
.body-event-dashboard .btn-action.btn-export:hover {
  background: #0c8a60;
  transform: translateY(-1px);
}
.body-event-dashboard .btn-action.btn-refresh {
  background: #6366f1;
  color: white;
}
.body-event-dashboard .btn-action.btn-refresh:hover {
  background: #3438ed;
  transform: translateY(-1px);
}
.body-event-dashboard .table-container {
  overflow-x: auto;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.body-event-dashboard .modern-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: white;
  border-radius: 8px;
  overflow: hidden;
}
.body-event-dashboard .modern-table th {
  background: linear-gradient(135deg, #475569 0%, #334155 100%);
  color: white;
  padding: 10px 12px;
  font-weight: 700;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
}
.body-event-dashboard .modern-table th:first-child {
  border-top-left-radius: 8px;
}
.body-event-dashboard .modern-table th:last-child {
  border-top-right-radius: 8px;
}
.body-event-dashboard .modern-table th .th-content {
  display: flex;
  align-items: center;
  gap: 4px;
}
.body-event-dashboard .modern-table th .th-content i {
  opacity: 0.8;
}
.body-event-dashboard .modern-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
}
.body-event-dashboard .modern-table tbody tr {
  transition: all 0.3s ease;
}
.body-event-dashboard .modern-table tbody tr:hover {
  background: #f8fafc;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.body-event-dashboard .modern-table tbody tr:last-child td {
  border-bottom: none;
}
.body-event-dashboard .modern-table tbody tr.item-recurring {
  border-left: 4px solid #10b981;
}
.body-event-dashboard .modern-table tbody tr.item-exception {
  border-left: 4px solid #f59e0b;
}
.body-event-dashboard .empty-state {
  text-align: center;
  padding: 24px 12px;
  color: #64748b;
}
.body-event-dashboard .empty-state__icon {
  font-size: 40px;
  color: #cbd5e1;
  margin-bottom: 12px;
}
.body-event-dashboard .empty-state__title {
  font-size: 15px;
  font-weight: 700;
  color: #475569;
  margin-bottom: 6px;
}
.body-event-dashboard .empty-state__message {
  font-size: 11px;
  margin-bottom: 16px;
}
.body-event-dashboard .type-badge {
  padding: 2px 6px;
  border-radius: 8px;
  font-size: 8.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.body-event-dashboard .type-badge.type-event {
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  border: 1px solid rgba(0, 123, 255, 0.3);
}
.body-event-dashboard .type-badge.type-recurring {
  background: rgba(40, 167, 69, 0.1);
  color: #28a745;
  border: 1px solid rgba(40, 167, 69, 0.3);
}
.body-event-dashboard .type-badge.type-exception {
  background: rgba(255, 193, 7, 0.1);
  color: #856404;
  border: 1px solid rgba(255, 193, 7, 0.3);
}
.body-event-dashboard .status-active {
  color: #28a745;
  font-weight: 600;
}
.body-event-dashboard .status-cancelled {
  color: #dc3545;
  font-weight: 600;
}
.body-event-dashboard .status-recurring {
  color: #17a2b8;
  font-weight: 600;
}
.body-event-dashboard .status-modified {
  color: #ffc107;
  font-weight: 600;
}
.body-event-dashboard .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  animation: modalFadeIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.body-event-dashboard .modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: scroll;
}
.body-event-dashboard .modal-content {
  background: white;
  border-radius: 12px;
  width: 90%;
  max-width: 800px;
  max-height: 100vh;
  overflow-y: scroll !important;
  position: relative;
  animation: modalSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.body-event-dashboard .modal-content.event-viewer {
  max-width: 900px;
}
.body-event-dashboard .modal-header {
  background: linear-gradient(135deg, #003366, #001a33);
  padding: 12px 16px;
  position: relative;
}
.body-event-dashboard .modal-header h2 {
  margin: 0;
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.body-event-dashboard .modal-close {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 12px;
  cursor: pointer;
  color: white;
  background: rgba(255, 255, 255, 0.2);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.body-event-dashboard .modal-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
}
.body-event-dashboard .modern-form {
  padding: 16px;
  background: #fafbfc;
}
.body-event-dashboard .form-row {
  margin-bottom: 12px;
}
.body-event-dashboard .form-row.form-row-2cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.body-event-dashboard .form-group {
  margin-bottom: 0;
}
.body-event-dashboard .form-label {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #2c3e50;
  font-size: 11px;
}
.body-event-dashboard .form-label i {
  color: #003366;
  width: 10px;
  text-align: center;
}
.body-event-dashboard .input-wrapper {
  position: relative;
  margin-bottom: 4px;
}
.body-event-dashboard .form-input {
  width: 100%;
  padding: 8px 10px;
  border: 2px solid #e1e8ed;
  border-radius: 6px;
  font-size: 11px;
  background: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Montserrat", "Arial, sans-serif, roboto";
}
.body-event-dashboard .form-input:focus {
  outline: none;
  border-color: #003366;
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 51, 102, 0.15);
}
.body-event-dashboard .form-input:focus + .input-focus-border {
  transform: scaleX(1);
}
.body-event-dashboard .form-input[rows] {
  resize: vertical;
  min-height: 100px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  line-height: 1.5;
}
.body-event-dashboard .input-focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #003366, #0066cc);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  border-radius: 0 0 6px 6px;
}
.body-event-dashboard .form-row-3cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
@media (max-width: 768px) {
  .body-event-dashboard .form-row-3cols {
    grid-template-columns: 1fr;
  }
}
.body-event-dashboard .field-help {
  color: #666;
  font-size: 8.5px;
  margin-top: 4px;
  display: block;
  font-style: italic;
}
.body-event-dashboard .teams-selector {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 6px;
  max-height: 200px;
  overflow-y: auto;
  padding: 8px;
  border: 2px solid #e1e8ed;
  border-radius: 6px;
  background: white;
}
.body-event-dashboard .teams-selector .team-checkbox {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.body-event-dashboard .teams-selector .team-checkbox:hover {
  background: #f8f9fa;
}
.body-event-dashboard .teams-selector .team-checkbox input[type=checkbox] {
  width: auto;
  margin: 0;
}
.body-event-dashboard .teams-selector .team-checkbox label {
  margin: 0;
  cursor: pointer;
  font-weight: 500;
}
.body-event-dashboard .checkbox-label {
  display: flex !important;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: all 0.3s ease;
  background: white;
  border: 2px solid #e1e8ed;
}
.body-event-dashboard .checkbox-label:hover {
  background: #f8f9fa;
  border-color: #003366;
  transform: translateY(-1px);
}
.body-event-dashboard .checkbox-label input[type=checkbox] {
  display: none;
}
.body-event-dashboard .checkbox-label input[type=checkbox]:checked + .checkbox-custom {
  background: linear-gradient(135deg, #003366, #001a33);
  border-color: #003366;
  transform: scale(1.05);
}
.body-event-dashboard .checkbox-label input[type=checkbox]:checked + .checkbox-custom i {
  opacity: 1;
  transform: scale(1);
}
.body-event-dashboard .checkbox-label input[type=checkbox]:checked ~ .checkbox-text {
  color: #003366;
}
.body-event-dashboard .checkbox-custom {
  width: 12px;
  height: 12px;
  border: 2px solid #cbd5e0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: white;
  flex-shrink: 0;
}
.body-event-dashboard .checkbox-custom i {
  font-size: 6px;
  color: white;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.body-event-dashboard .checkbox-text {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  color: #4a5568;
  font-size: 11px;
}
.body-event-dashboard .checkbox-text i {
  color: #dc3545;
}
.body-event-dashboard .file-upload-wrapper {
  margin-top: 4px;
}
.body-event-dashboard .file-input {
  display: none;
}
.body-event-dashboard .file-upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 16px;
  border: 3px dashed #cbd5e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: white;
  text-align: center;
}
.body-event-dashboard .file-upload-label:hover {
  border-color: #003366;
  background: #f8f9fa;
  transform: translateY(-2px);
}
.body-event-dashboard .file-upload-label i {
  font-size: 24px;
  color: #003366;
  transition: all 0.3s ease;
}
.body-event-dashboard .file-upload-label:hover i {
  transform: scale(1.1);
}
.body-event-dashboard .file-upload-text {
  font-weight: 600;
  color: #4a5568;
  font-size: 11px;
}
.body-event-dashboard .images-preview-modern {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
}
.body-event-dashboard .images-preview-modern .image-preview-item {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.body-event-dashboard .images-preview-modern .image-preview-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid #e1e8ed;
  transition: all 0.3s ease;
}
.body-event-dashboard .images-preview-modern .image-preview-item img:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.body-event-dashboard .images-preview-modern .image-preview-item .remove-image-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  background: rgba(220, 53, 69, 0.9);
  color: white;
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.body-event-dashboard .images-preview-modern .image-preview-item .remove-image-btn:hover {
  background: #dc3545;
  transform: scale(1.1);
}
.body-event-dashboard .form-actions-modern {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 20px;
  padding-top: 12px;
  border-top: 2px solid #e1e8ed;
}
.body-event-dashboard .btn-modern {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  min-width: 140px;
  justify-content: center;
}
.body-event-dashboard .btn-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}
.body-event-dashboard .btn-modern:hover::before {
  left: 100%;
}
.body-event-dashboard .btn-modern:active {
  transform: translateY(1px);
}
.body-event-dashboard .btn-modern:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.body-event-dashboard .btn-primary {
  color: white;
  box-shadow: 0 4px 15px rgba(0, 51, 102, 0.3);
}
.body-event-dashboard .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 51, 102, 0.4);
}
.body-event-dashboard .btn-secondary {
  background: linear-gradient(135deg, #6c757d, #545b62);
  color: white;
  box-shadow: 0 4px 15px rgba(108, 117, 125, 0.3);
}
.body-event-dashboard .btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(108, 117, 125, 0.4);
}
.body-event-dashboard .btn-danger {
  background: linear-gradient(135deg, #dc3545, #bd2130);
  color: white;
  box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}
.body-event-dashboard .btn-danger:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(220, 53, 69, 0.4);
}
.body-event-dashboard .loader-spinner {
  width: 24px;
  height: 24px;
  border: 3px solid #e1e8ed;
  border-top: 3px solid #003366;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.body-event-dashboard .no-content-message {
  text-align: center;
  padding: 40px;
  color: #666;
}
.body-event-dashboard .no-content-message i {
  font-size: 40px;
  color: #ccc;
  margin-bottom: 12px;
}
.body-event-dashboard .no-content-message h3 {
  margin: 0 0 6px 0;
  color: #333;
}
.body-event-dashboard .no-content-message p {
  margin: 0;
  opacity: 0.8;
}
.body-event-dashboard .warning-message {
  background: rgba(255, 193, 7, 0.1);
  border: 1px solid rgba(255, 193, 7, 0.3);
  border-radius: 4px;
  padding: 8px;
  margin: 8px 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #856404;
}
.body-event-dashboard .warning-message i {
  color: #ffc107;
  font-size: 10px;
}
.body-event-dashboard .dropdown {
  position: relative;
  display: inline-block;
}
.body-event-dashboard .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
}
.body-event-dashboard .dropdown .dropdown-toggle .fa-chevron-down {
  font-size: 8px;
  transition: transform 0.3s ease;
}
.body-event-dashboard .dropdown .dropdown-toggle.active .fa-chevron-down {
  transform: rotate(180deg);
}
.body-event-dashboard .dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border-radius: 6px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  min-width: 250px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.body-event-dashboard .dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.body-event-dashboard .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 8px 10px;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  transition: background 0.3s ease;
  color: #333;
  font-weight: 500;
}
.body-event-dashboard .dropdown .dropdown-menu .dropdown-item:first-child {
  border-radius: 6px 6px 0 0;
}
.body-event-dashboard .dropdown .dropdown-menu .dropdown-item:last-child {
  border-radius: 0 0 6px 6px;
}
.body-event-dashboard .dropdown .dropdown-menu .dropdown-item:hover {
  background: #f8f9fa;
  color: #003366;
}
.body-event-dashboard .dropdown .dropdown-menu .dropdown-item i {
  color: #003366;
  width: 10px;
  text-align: center;
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-100px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.body-event-dashboard .labels-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-bottom: 16px;
}
.body-event-dashboard .labels-container > div {
  cursor: pointer;
  transition: all 0.3s ease;
}
.body-event-dashboard .labels-container > div:hover {
  transform: scale(1.05);
}
.body-event-dashboard .labels-container > div.active {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.body-event-dashboard .labels-container .label-para {
  justify-content: center;
  align-items: center;
  padding: 22px 46px;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #2D9CDB !important;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  background-color: #2D9CDB;
  font-weight: bold;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.body-event-dashboard .labels-container .label-para:hover {
  transition: all ease-in-out 0.3s;
  transform: scale(1.03);
  background-color: #18618a;
  color: white;
}
.body-event-dashboard .labels-container .label-para:active {
  transform: translateY(4px) scale(1.05);
}
.body-event-dashboard .labels-container .label-avifit {
  justify-content: center;
  align-items: center;
  padding: 22px 46px;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #828282 !important;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  background-color: #828282;
  font-weight: bold;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.body-event-dashboard .labels-container .label-avifit:hover {
  transition: all ease-in-out 0.3s;
  transform: scale(1.03);
  background-color: #4f4f4f;
  color: white;
}
.body-event-dashboard .labels-container .label-avifit:active {
  transform: translateY(4px) scale(1.05);
}
.body-event-dashboard .labels-container .label-indoor {
  justify-content: center;
  align-items: center;
  padding: 22px 46px;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #00d876 !important;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  background-color: #00d876;
  font-weight: bold;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.body-event-dashboard .labels-container .label-indoor:hover {
  transition: all ease-in-out 0.3s;
  transform: scale(1.03);
  background-color: #00723e;
  color: white;
}
.body-event-dashboard .labels-container .label-indoor:active {
  transform: translateY(4px) scale(1.05);
}
.body-event-dashboard .labels-container .label-riviere {
  justify-content: center;
  align-items: center;
  padding: 22px 46px;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #FFA500 !important;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  background-color: #FFA500;
  font-weight: bold;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.body-event-dashboard .labels-container .label-riviere:hover {
  transition: all ease-in-out 0.3s;
  transform: scale(1.03);
  background-color: #996300;
  color: white;
}
.body-event-dashboard .labels-container .label-riviere:active {
  transform: translateY(4px) scale(1.05);
}
.body-event-dashboard .labels-container .label-sante {
  justify-content: center;
  align-items: center;
  padding: 22px 46px;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #9B51E0 !important;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  background-color: #9B51E0;
  font-weight: bold;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.body-event-dashboard .labels-container .label-sante:hover {
  transition: all ease-in-out 0.3s;
  transform: scale(1.03);
  background-color: #681fac;
  color: white;
}
.body-event-dashboard .labels-container .label-sante:active {
  transform: translateY(4px) scale(1.05);
}
.body-event-dashboard .labels-container .label-default {
  justify-content: center;
  align-items: center;
  padding: 22px 46px;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #0066CC !important;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  background-color: #0066CC;
  font-weight: bold;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.body-event-dashboard .labels-container .label-default:hover {
  transition: all ease-in-out 0.3s;
  transform: scale(1.03);
  background-color: #003366;
  color: white;
}
.body-event-dashboard .labels-container .label-default:active {
  transform: translateY(4px) scale(1.05);
}
.body-event-dashboard .labels-container .label-competition {
  justify-content: center;
  align-items: center;
  padding: 22px 46px;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #dc3545 !important;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  background-color: #dc3545;
  font-weight: bold;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.body-event-dashboard .labels-container .label-competition:hover {
  transition: all ease-in-out 0.3s;
  transform: scale(1.03);
  background-color: #921925;
  color: white;
}
.body-event-dashboard .labels-container .label-competition:active {
  transform: translateY(4px) scale(1.05);
}
.body-event-dashboard .labels-container .label-formation {
  justify-content: center;
  align-items: center;
  padding: 22px 46px;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #28a745 !important;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  background-color: #28a745;
  font-weight: bold;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.body-event-dashboard .labels-container .label-formation:hover {
  transition: all ease-in-out 0.3s;
  transform: scale(1.03);
  background-color: #145523;
  color: white;
}
.body-event-dashboard .labels-container .label-formation:active {
  transform: translateY(4px) scale(1.05);
}
.body-event-dashboard .labels-container .label-social {
  justify-content: center;
  align-items: center;
  padding: 22px 46px;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #17a2b8 !important;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  background-color: #17a2b8;
  font-weight: bold;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.body-event-dashboard .labels-container .label-social:hover {
  transition: all ease-in-out 0.3s;
  transform: scale(1.03);
  background-color: #0c525d;
  color: white;
}
.body-event-dashboard .labels-container .label-social:active {
  transform: translateY(4px) scale(1.05);
}
.body-event-dashboard .labels-container .label-assemblage {
  justify-content: center;
  align-items: center;
  padding: 22px 46px;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #6f42c1 !important;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  background-color: #6f42c1;
  font-weight: bold;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.body-event-dashboard .labels-container .label-assemblage:hover {
  transition: all ease-in-out 0.3s;
  transform: scale(1.03);
  background-color: #432776;
  color: white;
}
.body-event-dashboard .labels-container .label-assemblage:active {
  transform: translateY(4px) scale(1.05);
}
@media (max-width: 768px) {
  .body-event-dashboard .labels-container {
    justify-content: center;
    gap: 4px;
  }
  .body-event-dashboard .labels-container > div {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
  .body-event-dashboard .labels-container .label-para,
  .body-event-dashboard .labels-container .label-avifit,
  .body-event-dashboard .labels-container .label-indoor,
  .body-event-dashboard .labels-container .label-riviere,
  .body-event-dashboard .labels-container .label-sante,
  .body-event-dashboard .labels-container .label-default,
  .body-event-dashboard .labels-container .label-competition,
  .body-event-dashboard .labels-container .label-formation,
  .body-event-dashboard .labels-container .label-social,
  .body-event-dashboard .labels-container .label-assemblage {
    padding: 12px 20px !important;
    font-size: 9.5px;
  }
}
.body-event-dashboard .event-status-badge {
  padding: 2px 6px;
  border-radius: 8px;
  font-size: 9px;
  font-weight: 600;
  color: white;
}
.body-event-dashboard .event-status-badge.cancelled {
  background: #dc3545;
}
.body-event-dashboard .event-status-badge.scheduled {
  background: #28a745;
}
.body-event-dashboard .event-status-badge.recurring {
  background: #17a2b8;
}
.body-event-dashboard .event-status-badge.modified {
  background: #ffc107;
  color: #333;
}
.body-event-dashboard .modal-view {
  max-width: 900px;
}
.body-event-dashboard .modal-view .modal-header {
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
}
.body-event-dashboard .modal-view .modal-header h2 {
  display: flex;
  align-items: center;
  gap: 6px;
}
.body-event-dashboard .modal-view .modal-header h2 i {
  font-size: 15px;
  opacity: 0.9;
}
.body-event-dashboard .view-content {
  padding: 16px;
  background: white;
}
.body-event-dashboard .view-section .view-header {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f1f5f9;
}
.body-event-dashboard .view-section .view-header .view-title {
  font-size: 20px;
  font-weight: 700;
  color: #003366;
  margin: 0 0 8px 0;
}
.body-event-dashboard .view-section .view-header .view-badges {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.body-event-dashboard .badge {
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 8.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
}
.body-event-dashboard .badge.badge-primary {
  background: rgba(0, 51, 102, 0.1);
  color: #003366;
  border: 1px solid rgba(0, 51, 102, 0.3);
}
.body-event-dashboard .badge.badge-status.status-active {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
  border: 1px solid rgba(16, 185, 129, 0.3);
}
.body-event-dashboard .badge.badge-status.status-cancelled {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.body-event-dashboard .badge.badge-status.status-recurring {
  background: rgba(99, 102, 241, 0.1);
  color: #6366f1;
  border: 1px solid rgba(99, 102, 241, 0.3);
}
.body-event-dashboard .badge.badge-status.status-past {
  background: rgba(100, 116, 139, 0.1);
  color: #64748b;
  border: 1px solid rgba(100, 116, 139, 0.3);
}
.body-event-dashboard .view-details .detail-group {
  margin-bottom: 16px;
}
.body-event-dashboard .view-details .detail-group:last-child {
  margin-bottom: 0;
}
.body-event-dashboard .view-details .detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}
.body-event-dashboard .view-details .detail-item .detail-label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 4px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.body-event-dashboard .view-details .detail-item .detail-label i {
  color: #0066CC;
  width: 16px;
}
.body-event-dashboard .view-details .detail-item .detail-value {
  color: #1e293b;
  font-size: 11px;
  line-height: 1.6;
  padding: 6px;
  background: #f8fafc;
  border-radius: 4px;
  border-left: 3px solid #0066CC;
}
.body-event-dashboard .view-details .detail-item .detail-value.teams-list .team-tag {
  display: inline-block;
  background: #003366;
  color: white;
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 8.5px;
  margin: 2px;
  font-weight: 600;
}
.body-event-dashboard .view-details .detail-item .detail-value.images-gallery {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.body-event-dashboard .view-details .detail-item .detail-value.images-gallery .image-thumbnail {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  object-fit: cover;
  border: 2px solid #e2e8f0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.body-event-dashboard .view-details .detail-item .detail-value.images-gallery .image-thumbnail:hover {
  transform: scale(1.05);
  border-color: #003366;
}
.body-event-dashboard .recurring-info, .body-event-dashboard .exception-info {
  background: #f8fafc;
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #e2e8f0;
}
.body-event-dashboard .recurring-info .recurring-header, .body-event-dashboard .recurring-info .exception-header, .body-event-dashboard .exception-info .recurring-header, .body-event-dashboard .exception-info .exception-header {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  color: #003366;
  margin-bottom: 8px;
  font-size: 11px;
}
.body-event-dashboard .recurring-info .recurring-header i, .body-event-dashboard .recurring-info .exception-header i, .body-event-dashboard .exception-info .recurring-header i, .body-event-dashboard .exception-info .exception-header i {
  color: #0066CC;
}
.body-event-dashboard .view-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 16px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}
.body-event-dashboard .action-buttons {
  display: flex;
  gap: 4px;
  justify-content: center;
}
.body-event-dashboard .btn-table-action {
  padding: 4px 6px;
  border: none;
  border-radius: 4px;
  font-size: 8.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 2px;
  min-width: auto;
}
.body-event-dashboard .btn-table-action.btn-view {
  background: rgba(99, 102, 241, 0.1);
  color: #6366f1;
  border: 1px solid rgba(99, 102, 241, 0.3);
}
.body-event-dashboard .btn-table-action.btn-view:hover {
  background: #6366f1;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
}
.body-event-dashboard .btn-table-action.btn-edit {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
  border: 1px solid rgba(16, 185, 129, 0.3);
}
.body-event-dashboard .btn-table-action.btn-edit:hover {
  background: #10b981;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}
.body-event-dashboard .btn-table-action.btn-delete {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.body-event-dashboard .btn-table-action.btn-delete:hover {
  background: #ef4444;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
}
.body-event-dashboard .btn-table-action i {
  font-size: 9px;
}
.body-event-dashboard .item-title strong {
  color: #003366;
  font-weight: 700;
}
.body-event-dashboard .item-title .item-description {
  font-size: 8.5px;
  color: #64748b;
  margin-top: 2px;
  font-style: italic;
}
.body-event-dashboard .schedule-info .schedule-date {
  font-weight: 600;
  color: #003366;
  margin-bottom: 2px;
}
.body-event-dashboard .schedule-info .schedule-time {
  font-size: 9px;
  color: #64748b;
}
.body-event-dashboard .location-info {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #475569;
}
.body-event-dashboard .location-info i {
  color: #0066CC;
  width: 14px;
}
.body-event-dashboard .day-items-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.body-event-dashboard .day-items-popup.show {
  opacity: 1;
  visibility: visible;
}
.body-event-dashboard .day-items-popup.show .popup-content {
  transform: translateY(0) scale(1);
}
.body-event-dashboard .day-items-popup .popup-header {
  background: linear-gradient(135deg, #003366, #001a33);
  color: white;
  padding: 12px;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.body-event-dashboard .day-items-popup .popup-header h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.body-event-dashboard .day-items-popup .popup-header .close-popup {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.body-event-dashboard .day-items-popup .popup-header .close-popup:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}
.body-event-dashboard .day-items-popup .popup-header .close-popup i {
  font-size: 8px;
}
.body-event-dashboard .day-items-popup .popup-content {
  background: white;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  transform: translateY(-30px) scale(0.9);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.body-event-dashboard .day-items-popup .popup-content .popup-items {
  max-height: 60vh;
  overflow-y: auto;
  padding: 12px;
}
.body-event-dashboard .day-items-popup .popup-content .popup-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  margin-bottom: 6px;
  border-radius: 6px;
  border-left: 4px solid;
  background: #f8f9fa;
  transition: all 0.3s ease;
}
.body-event-dashboard .day-items-popup .popup-content .popup-item:hover {
  background: #e9ecef;
  transform: translateX(2px);
}
.body-event-dashboard .day-items-popup .popup-content .popup-item:last-child {
  margin-bottom: 0;
}
.body-event-dashboard .day-items-popup .popup-content .popup-item.event-item {
  border-left-color: #007bff;
}
.body-event-dashboard .day-items-popup .popup-content .popup-item.recurring-item {
  border-left-color: #28a745;
}
.body-event-dashboard .day-items-popup .popup-content .popup-item.exception-item {
  border-left-color: #ffc107;
}
.body-event-dashboard .day-items-popup .popup-content .popup-item .item-info {
  flex: 1;
}
.body-event-dashboard .day-items-popup .popup-content .popup-item .item-info h4 {
  margin: 0 0 2px 0;
  font-size: 12px;
  font-weight: 600;
  color: #333;
}
.body-event-dashboard .day-items-popup .popup-content .popup-item .item-info .item-type {
  display: inline-block;
  padding: 2px 4px;
  background: #003366;
  color: white;
  border-radius: 4px;
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.body-event-dashboard .day-items-popup .popup-content .popup-item .item-info .item-details {
  margin: 4px 0 0 0;
  color: #666;
  font-size: 9px;
  line-height: 1.4;
}
.body-event-dashboard .day-items-popup .popup-content .popup-item .item-actions {
  display: flex;
  gap: 4px;
  margin-left: 8px;
}
.body-event-dashboard .day-items-popup .popup-content .popup-item .item-actions .btn-small {
  padding: 4px 6px;
  border: none;
  border-radius: 4px;
  font-size: 8.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 2px;
  min-width: auto;
}
.body-event-dashboard .day-items-popup .popup-content .popup-item .item-actions .btn-small.btn-view {
  background: #17a2b8;
  color: white;
}
.body-event-dashboard .day-items-popup .popup-content .popup-item .item-actions .btn-small.btn-view:hover {
  background: #117a8b;
  transform: translateY(-2px);
}
.body-event-dashboard .day-items-popup .popup-content .popup-item .item-actions .btn-small.btn-edit {
  background: #ffc107;
  color: #333;
}
.body-event-dashboard .day-items-popup .popup-content .popup-item .item-actions .btn-small.btn-edit:hover {
  background: #d39e00;
  transform: translateY(-2px);
}
.body-event-dashboard .day-items-popup .popup-content .popup-item .item-actions .btn-small i {
  font-size: 6px;
}
@media (max-width: 768px) {
  .body-event-dashboard .day-items-popup .popup-content {
    width: 95%;
    max-height: 85vh;
  }
  .body-event-dashboard .day-items-popup .popup-content .popup-items {
    max-height: 65vh;
  }
  .body-event-dashboard .day-items-popup .popup-content .popup-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .body-event-dashboard .day-items-popup .popup-content .popup-item .item-actions {
    margin-left: 0;
    width: 100%;
    justify-content: flex-end;
  }
}
@media (max-width: 1024px) {
  .body-event-dashboard .page-header {
    flex-direction: column;
    align-items: stretch;
  }
  .body-event-dashboard .page-header__stats {
    justify-content: center;
  }
  .body-event-dashboard .data-section__header {
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
  }
  .body-event-dashboard .data-section__header__title {
    justify-content: center;
  }
  .body-event-dashboard .data-section__header__actions {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .body-event-dashboard .body-event-dashboard {
    padding: 4px;
  }
  .body-event-dashboard .page-header, .body-event-dashboard .data-section, .body-event-dashboard .calendar-container {
    padding: 8px;
  }
  .body-event-dashboard .page-title {
    font-size: 20px;
    flex-direction: column;
    text-align: center;
    gap: 4px;
  }
  .body-event-dashboard .stat-card {
    min-width: 100px;
  }
  .body-event-dashboard .modern-table {
    font-size: 8.5px;
  }
  .body-event-dashboard .modern-table th, .body-event-dashboard .modern-table td {
    padding: 6px 8px;
  }
  .body-event-dashboard .action-buttons {
    flex-direction: column;
    gap: 2px;
  }
  .body-event-dashboard .btn-table-action {
    font-size: 8px;
    padding: 2px 4px;
  }
  .body-event-dashboard .modal-content {
    width: 95%;
    margin: 4px;
  }
  .body-event-dashboard .view-content {
    padding: 8px;
  }
  .body-event-dashboard .detail-grid {
    grid-template-columns: 1fr;
  }
}

.body-information_dashboard .container-dashboard-profil {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(57, 73, 107, 0.1);
  margin-bottom: 32px;
  margin-top: 16px;
  padding-bottom: 32px;
}
.body-information_dashboard .container-dashboard-profil .dashboard-profil-title {
  background: #003366;
  border-radius: 14px 14px 0 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
}
.body-information_dashboard .container-dashboard-profil .dashboard-profil-title h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.body-information_dashboard .container-dashboard-profil .dashboard-profil-title .btn-secondary {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.body-information_dashboard .container-dashboard-profil .dashboard-profil-title .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.3);
}
.body-information_dashboard .container-dashboard-profil form {
  padding: 32px 48px 0 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.body-information_dashboard .container-dashboard-profil form .dashboard-profil-info-display,
.body-information_dashboard .container-dashboard-profil form .dashboard-profil-info-display-solo {
  display: flex;
  gap: 24px;
  margin-bottom: 0;
}
.body-information_dashboard .container-dashboard-profil form .dashboard-profil-info-display .dashboard-profil-info,
.body-information_dashboard .container-dashboard-profil form .dashboard-profil-info-display-solo .dashboard-profil-info {
  flex: 1;
}
.body-information_dashboard .container-dashboard-profil form .dashboard-profil-info {
  background: #39496B;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  height: 56px;
  margin-bottom: 0;
}
.body-information_dashboard .container-dashboard-profil form .dashboard-profil-info .profil-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.body-information_dashboard .container-dashboard-profil form .dashboard-profil-info .profil-info label {
  color: #fff;
  font-size: 0.95rem;
  margin-bottom: 2px;
}
.body-information_dashboard .container-dashboard-profil form .dashboard-profil-info .profil-info input {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1rem;
  outline: none;
  width: 100%;
}
.body-information_dashboard .container-dashboard-profil form .dashboard-profil-info .profil-info input:disabled {
  opacity: 0.7;
}
.body-information_dashboard .container-dashboard-profil form .dashboard-profil-info .edit-icon {
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.body-information_dashboard .container-dashboard-profil form .dashboard-profil-info .edit-icon:hover {
  opacity: 0.7;
}
.body-information_dashboard .container-dashboard-profil form .dashboard-profil-info-btn {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.body-information_dashboard .social-medias-container {
  padding: 32px 48px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}
.body-information_dashboard .social-media-card {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}
.body-information_dashboard .social-media-card:hover {
  box-shadow: 0 4px 12px rgba(57, 73, 107, 0.15);
}
.body-information_dashboard .social-media-card .social-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.body-information_dashboard .social-media-card .social-header .social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
}
.body-information_dashboard .social-media-card .social-header .social-icon.facebook {
  background: #1877f2;
}
.body-information_dashboard .social-media-card .social-header .social-icon.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.body-information_dashboard .social-media-card .social-header .social-icon.twitter {
  background: #1da1f2;
}
.body-information_dashboard .social-media-card .social-header .social-icon.linkedin {
  background: #0077b5;
}
.body-information_dashboard .social-media-card .social-header .social-icon.youtube {
  background: #ff0000;
}
.body-information_dashboard .social-media-card .social-header .social-icon.tiktok {
  background: #000;
}
.body-information_dashboard .social-media-card .social-header .platform-name {
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: capitalize;
}
.body-information_dashboard .social-media-card .social-url {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 16px;
  word-break: break-all;
}
.body-information_dashboard .social-media-card .social-actions {
  display: flex;
  gap: 8px;
}
.body-information_dashboard .social-media-card .social-actions .btn {
  padding: 6px 12px;
  font-size: 0.9rem;
}
.body-information_dashboard .container-editing {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}
.body-information_dashboard .container-editing .edit-wording-card {
  flex: 1;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(57, 73, 107, 0.1);
  overflow: hidden;
}
.body-information_dashboard .container-editing .edit-wording-card .edit-wording_content {
  padding: 32px;
}
.body-information_dashboard .container-editing .edit-wording-card .edit-wording_content .edit-wording_title {
  color: #39496B;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.body-information_dashboard .container-editing .edit-wording-card .edit-wording_content .edit-wording_description {
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.body-information_dashboard .edit-actions-wording_btns {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.body-information_dashboard .modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-information_dashboard .modal .modal-content {
  background: #fff;
  border-radius: 14px;
  width: 90%;
  max-width: 600px;
  max-height: 90%;
  overflow-y: auto;
  box-shadow: 0 4px 24px rgba(57, 73, 107, 0.2);
}
.body-information_dashboard .modal .modal-content .modal-header {
  background: #39496B;
  color: #fff;
  padding: 20px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 14px 14px 0 0;
}
.body-information_dashboard .modal .modal-content .modal-header h3 {
  margin: 0;
  font-size: 1.3rem;
}
.body-information_dashboard .modal .modal-content .modal-header .close {
  font-size: 1.8rem;
  cursor: pointer;
  line-height: 1;
}
.body-information_dashboard .modal .modal-content .modal-header .close:hover {
  opacity: 0.7;
}
.body-information_dashboard .modal .modal-content form, .body-information_dashboard .modal .modal-content .view-content-body {
  padding: 32px;
}
.body-information_dashboard .modal .modal-content form .form-group, .body-information_dashboard .modal .modal-content .view-content-body .form-group {
  margin-bottom: 24px;
}
.body-information_dashboard .modal .modal-content form .form-group label, .body-information_dashboard .modal .modal-content .view-content-body .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #39496B;
}
.body-information_dashboard .modal .modal-content form .form-group input, .body-information_dashboard .modal .modal-content form .form-group select, .body-information_dashboard .modal .modal-content form .form-group textarea, .body-information_dashboard .modal .modal-content .view-content-body .form-group input, .body-information_dashboard .modal .modal-content .view-content-body .form-group select, .body-information_dashboard .modal .modal-content .view-content-body .form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  font-size: 1rem;
}
.body-information_dashboard .modal .modal-content form .form-group input:focus, .body-information_dashboard .modal .modal-content form .form-group select:focus, .body-information_dashboard .modal .modal-content form .form-group textarea:focus, .body-information_dashboard .modal .modal-content .view-content-body .form-group input:focus, .body-information_dashboard .modal .modal-content .view-content-body .form-group select:focus, .body-information_dashboard .modal .modal-content .view-content-body .form-group textarea:focus {
  outline: none;
  border-color: #39496B;
  box-shadow: 0 0 0 2px rgba(57, 73, 107, 0.1);
}
.body-information_dashboard .modal .modal-content form .form-group textarea, .body-information_dashboard .modal .modal-content .view-content-body .form-group textarea {
  resize: vertical;
  min-height: 100px;
}
.body-information_dashboard .modal .modal-content form .modal-actions, .body-information_dashboard .modal .modal-content .view-content-body .modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e9ecef;
}
.body-information_dashboard .modal .modal-content .view-content-body {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.body-information_dashboard .modal .modal-content .view-content-body #view-content-title {
  color: #39496B;
  margin-bottom: 20px;
}
.body-information_dashboard .modal .modal-content .view-content-body #view-content-images {
  margin-bottom: 20px;
}
.body-information_dashboard .modal .modal-content .view-content-body #view-content-images img {
  max-width: 100%;
  height: 200px;
  border-radius: 8px;
  margin-bottom: 8px;
}
.body-information_dashboard .modal .modal-content .view-content-body #view-content-description {
  line-height: 1.6;
  color: #333;
}
.body-information_dashboard .modal .modal-content .image-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 10px;
  margin-top: 10px;
}
.body-information_dashboard .modal .modal-content .image-preview-item {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.body-information_dashboard .modal .modal-content .image-preview-item img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}
.body-information_dashboard .modal .modal-content .image-preview-item .remove-image {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #FF0000;
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 12px;
}
.body-information_dashboard .loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
.body-information_dashboard .loader-container .loader {
  align-self: center;
  justify-self: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #39496B;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .body-information_dashboard .container-editing {
    flex-direction: column;
    gap: 16px;
  }
  .body-information_dashboard .social-medias-container {
    grid-template-columns: 1fr;
    padding: 16px 24px;
  }
  .body-information_dashboard .dashboard-profil-info-display {
    flex-direction: column;
    gap: 16px;
  }
  .body-information_dashboard .modal .modal-content {
    width: 95%;
    margin: 20px;
  }
  .body-information_dashboard .modal .modal-content form, .body-information_dashboard .modal .modal-content .view-content-body {
    padding: 20px;
  }
  .body-information_dashboard .modal .modal-content .modal-header {
    padding: 16px 20px;
  }
}

.faq-dashboard {
  padding: 2rem;
  background: #fff;
  border-radius: 16px;
  max-width: 1100px;
  margin: 2rem auto;
}
.faq-dashboard__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.faq-dashboard__header h1 {
  color: #003366;
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
}
.faq-dashboard__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.faq-dashboard__filter {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.faq-dashboard__filter label {
  font-weight: 500;
}
.faq-dashboard__filter select {
  min-width: 160px;
}
.faq-dashboard .faq-card {
  background: #FAF9F8;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.faq-dashboard .faq-card__question {
  font-size: 1.5rem;
  font-weight: 700;
  color: #003366;
}
.faq-dashboard .faq-card__answer {
  font-size: 1.1rem;
  color: #222;
  line-height: 1.7;
}
.faq-dashboard .faq-card__category {
  font-size: 0.95rem;
  color: #828282;
  font-style: italic;
}
.faq-dashboard .faq-card__actions {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.faq-dashboard .faq-card__actions button {
  min-width: 120px;
}
.faq-dashboard .modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-dashboard .modal .modal-content {
  background: #fff;
  border-radius: 12px;
  padding: 2rem 2.5rem;
  min-width: 350px;
  max-width: 95vw;
  position: relative;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}
.faq-dashboard .modal .modal-close {
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  font-size: 2rem;
  color: #828282;
  cursor: pointer;
}

#container_admin .container_dashboard_admin {
  max-width: 1200px;
  margin: auto;
  padding: 12px;
}
#container_admin .container_dashboard_admin h1 {
  color: #003366;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
#container_admin .admin-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 12px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#container_admin .admin-controls__actions {
  display: flex;
  gap: 8px;
}
#container_admin .admin-controls__search .search-input {
  padding: 6px 8px;
  border: 2px solid #e1e8ed;
  border-radius: 6px;
  font-size: 11px;
  min-width: 300px;
}
#container_admin .admin-controls__search .search-input:focus {
  outline: none;
  border-color: #003366;
  box-shadow: 0 0 0 3px rgba(0, 51, 102, 0.1);
}
#container_admin .modern-form {
  background: white;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}
#container_admin .modern-form .form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e1e8ed;
}
#container_admin .modern-form .form-header h2 {
  margin: 0;
  color: #003366;
  font-size: 18px;
}
#container_admin .modern-form .form-header .close-form-btn {
  background: none;
  border: none;
  font-size: 12px;
  color: #666;
  cursor: pointer;
  padding: 4px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#container_admin .modern-form .form-header .close-form-btn:hover {
  background: #f8f9fa;
  color: #dc3545;
}
#container_admin .form-row {
  margin-bottom: 12px;
}
#container_admin .form-group {
  margin-bottom: 0;
}
#container_admin .form-label {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #2c3e50;
  font-size: 11px;
}
#container_admin .form-label i {
  color: #003366;
  width: 10px;
  text-align: center;
}
#container_admin .input-wrapper {
  position: relative;
  margin-bottom: 4px;
}
#container_admin .form-input {
  width: 100%;
  padding: 8px 10px;
  border: 2px solid #e1e8ed;
  border-radius: 6px;
  font-size: 11px;
  background: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Montserrat", "Arial, sans-serif, roboto";
}
#container_admin .form-input:focus {
  outline: none;
  border-color: #003366;
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 51, 102, 0.15);
}
#container_admin .form-input:focus + .input-focus-border {
  transform: scaleX(1);
}
#container_admin .input-focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #003366, #0066cc);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  border-radius: 0 0 6px 6px;
}
#container_admin .field-help {
  color: #666;
  font-size: 9px;
  margin-top: 4px;
  display: block;
}
#container_admin .admin-table-section {
  background: white;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}
#container_admin .admin-table-section .table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e1e8ed;
}
#container_admin .admin-table-section .table-header h2 {
  margin: 0;
  color: #003366;
  font-size: 18px;
}
#container_admin .admin-table-section .table-header .admins-count {
  color: #666;
  font-size: 11px;
  background: #f8f9fa;
  padding: 4px 8px;
  border-radius: 8px;
  border: 1px solid #e1e8ed;
}
#container_admin .table-wrapper {
  overflow-x: auto;
}
#container_admin .modern-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: white;
  border-radius: 6px;
  overflow: hidden;
}
#container_admin .modern-table th, #container_admin .modern-table td {
  padding: 8px 10px;
  text-align: left;
  border-bottom: 1px solid #e1e8ed;
}
#container_admin .modern-table th {
  background: linear-gradient(135deg, #003366, #00264d);
  color: white;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#container_admin .modern-table tbody tr {
  transition: all 0.3s ease;
}
#container_admin .modern-table tbody tr:hover {
  background: #f8f9fa;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
#container_admin .modern-table tbody tr:last-child td {
  border-bottom: none;
}
#container_admin .admin-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
#container_admin .admin-info .admin-avatar {
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #003366, #0066cc);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 12px;
}
#container_admin .admin-info .admin-details .admin-name {
  font-weight: 600;
  color: #333;
  margin: 0;
}
#container_admin .status-badge {
  padding: 2px 6px;
  border-radius: 8px;
  font-size: 9px;
  font-weight: 600;
}
#container_admin .status-badge.current {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
#container_admin .status-badge.other {
  background: #e2e3e5;
  color: #383d41;
  border: 1px solid #d6d8db;
}
#container_admin .table-actions {
  display: flex;
  gap: 4px;
}
#container_admin .table-actions .action-btn {
  background: none;
  border: none;
  padding: 4px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #666;
  font-size: 8px;
}
#container_admin .table-actions .action-btn:hover {
  background: rgba(0, 51, 102, 0.1);
  color: #003366;
  transform: scale(1.1);
}
#container_admin .table-actions .action-btn.delete-btn:hover {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}
#container_admin .table-actions .action-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
#container_admin .profile-section {
  background: white;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
#container_admin .profile-section .profile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e1e8ed;
}
#container_admin .profile-section .profile-header h2 {
  margin: 0;
  color: #003366;
  font-size: 18px;
}
#container_admin .profile-section .profile-header .profile-avatar .avatar-circle {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #003366, #0066cc);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 20px;
  box-shadow: 0 8px 25px rgba(0, 51, 102, 0.3);
}
#container_admin .form-actions-modern {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 2px solid #e1e8ed;
}
#container_admin .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  justify-content: center;
  align-items: center;
  animation: modalFadeIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#container_admin .modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
#container_admin .modal-content {
  background: white;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow: hidden;
  position: relative;
  animation: modalSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  padding: 16px;
}
#container_admin .modal-content h2 {
  margin-top: 0;
  color: #003366;
  margin-bottom: 12px;
}
#container_admin .modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 12px;
  cursor: pointer;
  color: #666;
}
#container_admin .modal-close:hover {
  color: #333;
}
#container_admin .modal-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 12px;
}
#container_admin .hidden {
  display: none !important;
}
#container_admin .no-content-message {
  text-align: center;
  padding: 24px;
  color: #666;
}
#container_admin .no-content-message i {
  font-size: 32px;
  color: #ccc;
  margin-bottom: 12px;
}
#container_admin .no-content-message h3 {
  margin: 0 0 6px 0;
  color: #333;
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-100px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (max-width: 768px) {
  #container_admin .container_dashboard_admin {
    padding: 8px;
  }
  #container_admin .admin-controls {
    flex-direction: column;
    gap: 8px;
  }
  #container_admin .admin-controls__actions {
    width: 100%;
    justify-content: center;
  }
  #container_admin .admin-controls__search .search-input {
    min-width: auto;
    width: 100%;
  }
  #container_admin .form-actions-modern {
    flex-direction: column;
    gap: 6px;
  }
  #container_admin .btn-modern {
    width: 100%;
  }
  #container_admin .profile-header {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  #container_admin .table-actions {
    flex-direction: column;
    gap: 2px;
  }
}

.login-body {
  background: linear-gradient(120deg, #003366 0%, #26527d 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
}
.login-body .login-container {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(0, 51, 102, 0.13);
  padding: 2.5rem 2rem 2rem 2rem;
  max-width: 370px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: fadeIn 0.7s;
}
.login-body .login-container form {
  padding: 0.5rem 0 !important;
}
.login-body .login-logo {
  width: 70px;
  margin-bottom: 1.2rem;
}
.login-body .login-title {
  font-size: 2rem;
  font-weight: 700;
  color: #003366;
  margin-bottom: 1.5rem;
  letter-spacing: 0.01em;
  text-align: center;
}
.login-body .login-btn {
  background: linear-gradient(90deg, #003366 0%, #5c7292 100%);
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  padding: 20px 16px;
  font-size: 1.1rem;
  cursor: pointer;
  margin-top: 0.5rem;
  transition: background 0.2s, transform 0.2s;
}
.login-body .login-btn:hover {
  background: linear-gradient(90deg, #5c7292 0%, #003366 100%);
  transform: translateY(-2px) scale(1.03);
}
.login-body .login-error {
  color: #FF0000;
  background: #fbeaea;
  border-radius: 6px;
  padding: 0.7rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.98rem;
  text-align: center;
  display: none;
}
.login-body .login-success {
  color: #00d876;
  background: #e8f5e8;
  border-radius: 6px;
  padding: 0.7rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.98rem;
  text-align: center;
  display: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 500px) {
  .login-body .login-container {
    padding: 1.2rem 0.5rem;
  }
}

.body-club-dashboard {
  padding: 2rem;
  background: #F0E8CC;
  min-height: 100vh;
}
.body-club-dashboard .main-container {
  max-width: 1100px;
  margin: 0 auto;
}
.body-club-dashboard .main-container h1 {
  color: #003366;
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 2rem 0;
  text-align: center;
}
.body-club-dashboard .container-editing {
  height: 600px;
  overflow-y: scroll;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  margin-bottom: 2rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.body-club-dashboard .container-editing:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}
.body-club-dashboard .container-editing-column {
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  margin-bottom: 2rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.body-club-dashboard .container-editing-column:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}
.body-club-dashboard .container-editing-column h2 {
  color: #003366;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.body-club-dashboard .container-editing-column p {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.body-club-dashboard .organigramme-container {
  width: 100%;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  color: #000000;
}
.body-club-dashboard .organigramme-container .organigramme-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.body-club-dashboard .organigramme-container .organigramme-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #003366;
  margin: 0;
}
.body-club-dashboard .organigramme-container .staffs {
  display: grid;
  gap: 1.5rem;
}
.body-club-dashboard .organigramme-container .staff {
  background: #FAF9F8;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  transition: all 0.3s ease;
}
.body-club-dashboard .organigramme-container .staff:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.body-club-dashboard .organigramme-container .staff img {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}
.body-club-dashboard .organigramme-container .staff img:hover {
  transform: scale(1.05);
}
.body-club-dashboard .organigramme-container .staff .info .name {
  font-weight: 700;
  font-size: 1.2rem;
  color: #000000;
  margin-bottom: 0.3rem;
}
.body-club-dashboard .organigramme-container .staff .info .role {
  font-size: 1rem;
  color: #828282;
  font-style: italic;
}
.body-club-dashboard .organigramme-container .staff .info .email {
  font-size: 0.9rem;
  color: #828282;
  margin-top: 0.2rem;
}
.body-club-dashboard .organigramme-container .staff .info .phone {
  font-size: 0.9rem;
  color: #828282;
  margin-top: 0.2rem;
}
.body-club-dashboard .organigramme-container .staff .staff-actions {
  display: flex;
  gap: 0.8rem;
}
.body-club-dashboard .editing-sports-container .sports-dashboard__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.body-club-dashboard .editing-sports-container .sports-dashboard__header h2 {
  color: #003366;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
.body-club-dashboard .editing-sports-container .sports-dashboard__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.body-club-dashboard .editing-sports-container .sport-card {
  background: #FAF9F8;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 2rem;
  transition: all 0.3s ease;
}
.body-club-dashboard .editing-sports-container .sport-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.body-club-dashboard .editing-sports-container .sport-card img {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}
.body-club-dashboard .editing-sports-container .sport-card img:hover {
  transform: scale(1.05);
}
.body-club-dashboard .editing-sports-container .sport-card__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.body-club-dashboard .editing-sports-container .sport-card__info {
  flex: 1;
}
.body-club-dashboard .editing-sports-container .sport-card__name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #003366;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.body-club-dashboard .editing-sports-container .sport-card__description {
  font-size: 1rem;
  color: #666;
  margin: 0;
  line-height: 1.5;
  font-style: italic;
}
.body-club-dashboard .editing-sports-container .sport-card__actions {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}
.body-club-dashboard .modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-club-dashboard .modal .modal-content {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 2rem 2.5rem;
  min-width: 350px;
  max-width: 95vw;
  position: relative;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}
.body-club-dashboard .modal .modal-content h2 {
  color: #003366;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.body-club-dashboard .modal .modal-content p {
  color: #555;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.body-club-dashboard .modal .modal-close {
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  font-size: 2rem;
  color: #828282;
  cursor: pointer;
  transition: color 0.2s;
}
.body-club-dashboard .modal .modal-close:hover {
  color: #5c5c5c;
}
.body-club-dashboard .modal .modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.body-club-dashboard .form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.body-club-dashboard .form__group {
  position: relative;
  margin-bottom: 1rem;
}
.body-club-dashboard .form__input {
  display: block;
  width: 100%;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: border 0.3s, box-shadow 0.3s;
}
.body-club-dashboard .form__input:focus {
  outline: none;
  border-color: #003366;
  box-shadow: 0 0 0 2px rgba(0, 51, 102, 0.1);
}
.body-club-dashboard .form__input:focus + .form__label, .body-club-dashboard .form__input:not(:placeholder-shown) + .form__label {
  transform: translateY(-2.5rem);
  font-size: 0.8rem;
  color: #003366;
}
.body-club-dashboard .form__textarea {
  min-height: 100px;
  resize: vertical;
}
.body-club-dashboard .form__label {
  position: absolute;
  left: 1rem;
  top: 1rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 0.5rem;
  color: #777;
  transition: all 0.3s;
  pointer-events: none;
}
.body-club-dashboard .form__cta {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .body-club-dashboard {
    padding: 1rem;
  }
  .body-club-dashboard .main-container h1 {
    font-size: 2.5rem;
  }
  .body-club-dashboard .container-editing,
  .body-club-dashboard .container-editing-column {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .body-club-dashboard .organigramme-container .organigramme-header {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  .body-club-dashboard .organigramme-container .staff {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }
  .body-club-dashboard .organigramme-container .staff img {
    margin: 0 auto;
  }
  .body-club-dashboard .organigramme-container .staff .staff-actions {
    justify-content: center;
  }
  .body-club-dashboard .editing-sports-container .sports-dashboard__header {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  .body-club-dashboard .editing-sports-container .sport-card {
    padding: 1.5rem;
  }
  .body-club-dashboard .editing-sports-container .sport-card__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .body-club-dashboard .editing-sports-container .sport-card__actions {
    width: 100%;
    justify-content: center;
  }
  .body-club-dashboard .modal .modal-content {
    padding: 1.5rem;
    width: 90%;
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .body-club-dashboard .modal .modal-content {
    padding: 1rem;
  }
  .body-club-dashboard .modal-actions {
    flex-direction: column;
  }
  .body-club-dashboard .modal-actions button {
    width: 100%;
  }
  .body-club-dashboard .sport-editing-column .sport-card__actions {
    flex-direction: column;
    gap: 0.8rem;
  }
  .body-club-dashboard .sport-editing-column .sport-card__actions .btn-primary,
  .body-club-dashboard .sport-editing-column .sport-card__actions .btn-danger {
    width: 100%;
  }
}

.body-actualites-dashboard .main-container .news {
  height: 900px;
  overflow-y: scroll;
}
.body-actualites-dashboard .modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-actualites-dashboard .modal .modal-content {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 2rem 2.5rem;
  min-width: 350px;
  max-width: 95vw;
  position: relative;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}
.body-actualites-dashboard .modal .modal-content h2 {
  color: #003366;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.body-actualites-dashboard .modal .modal-content p {
  color: #555;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.body-actualites-dashboard .modal .modal-close {
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  font-size: 2rem;
  color: #828282;
  cursor: pointer;
  transition: color 0.2s;
}
.body-actualites-dashboard .modal .modal-close:hover {
  color: #5c5c5c;
}
.body-actualites-dashboard .modal .modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.body-actualites-dashboard .form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.body-actualites-dashboard .form__group {
  position: relative;
  margin-bottom: 1rem;
}
.body-actualites-dashboard .form__input {
  display: block;
  width: 100%;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: border 0.3s, box-shadow 0.3s;
}
.body-actualites-dashboard .form__input:focus {
  outline: none;
  border-color: #003366;
  box-shadow: 0 0 0 2px rgba(0, 51, 102, 0.1);
}
.body-actualites-dashboard .form__input:focus + .form__label, .body-actualites-dashboard .form__input:not(:placeholder-shown) + .form__label {
  transform: translateY(-2.5rem);
  font-size: 0.8rem;
  color: #003366;
}
.body-actualites-dashboard .form__textarea {
  min-height: 100px;
  resize: vertical;
}
.body-actualites-dashboard .form__label {
  position: absolute;
  left: 1rem;
  top: 1rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 0.5rem;
  color: #777;
  transition: all 0.3s;
  pointer-events: none;
}
.body-actualites-dashboard .form__cta {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .body-actualites-dashboard {
    padding: 1rem;
  }
  .body-actualites-dashboard .main-container h1 {
    font-size: 2.5rem;
  }
  .body-actualites-dashboard .main-container .news {
    height: 600px;
  }
  .body-actualites-dashboard .modal .modal-content {
    padding: 1.5rem;
    width: 90%;
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .body-actualites-dashboard .modal .modal-content {
    padding: 1rem;
  }
  .body-actualites-dashboard .modal-actions {
    flex-direction: column;
  }
  .body-actualites-dashboard .modal-actions button {
    width: 100%;
  }
}

.news {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.teams-dashboard {
  padding: 2rem;
  background: #F0E8CC;
  min-height: 100vh;
}
.teams-dashboard .teams-container {
  max-width: 1200px;
  margin: 0 auto;
}
.teams-dashboard .teams-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.teams-dashboard .teams-header h1 {
  color: #003366;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: 1px;
}
.teams-dashboard .teams-header #add-team-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.teams-dashboard .teams-header #add-team-btn i {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .teams-dashboard .teams-header {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .teams-dashboard .teams-header h1 {
    font-size: 2rem;
  }
}
.teams-dashboard .teams-filters {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.teams-dashboard .teams-filters .filter-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.teams-dashboard .teams-filters .filter-group label {
  font-weight: 600;
  color: #003366;
  font-size: 0.9rem;
}
.teams-dashboard .teams-filters .filter-select,
.teams-dashboard .teams-filters .filter-input {
  padding: 0.75rem;
  border: 2px solid #e0e6ed;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #fff;
}
.teams-dashboard .teams-filters .filter-select:focus,
.teams-dashboard .teams-filters .filter-input:focus {
  outline: none;
  border-color: #003366;
  box-shadow: 0 0 0 3px rgba(57, 73, 107, 0.1);
}
@media (max-width: 768px) {
  .teams-dashboard .teams-filters {
    flex-direction: column;
    gap: 1rem;
  }
}
.teams-dashboard .loader-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 3rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.teams-dashboard .loader-container .loader {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #003366;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.teams-dashboard .loader-container p {
  color: #666;
  font-size: 1.1rem;
}
.teams-dashboard .teams-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  .teams-dashboard .teams-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.teams-dashboard .team-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}
.teams-dashboard .team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.teams-dashboard .team-card .team-card-header {
  position: relative;
  height: 200px;
  background: linear-gradient(135deg, #003366, #5a6b8a);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.teams-dashboard .team-card .team-card-header .team-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.teams-dashboard .team-card .team-card-header .team-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.teams-dashboard .team-card .team-card-header .team-placeholder {
  color: #fff;
  font-size: 3rem;
  z-index: 1;
}
.teams-dashboard .team-card .team-card-header .team-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.9);
  color: #003366;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  z-index: 2;
}
.teams-dashboard .team-card .team-card-body {
  padding: 1.5rem;
}
.teams-dashboard .team-card .team-card-body .team-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #003366;
  margin-bottom: 0.5rem;
}
.teams-dashboard .team-card .team-card-body .team-sport {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
  font-weight: 500;
}
.teams-dashboard .team-card .team-card-body .team-description {
  color: #555;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.teams-dashboard .team-card .team-card-body .team-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}
.teams-dashboard .team-card .team-card-body .team-actions .btn-icon {
  padding: 0.5rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teams-dashboard .team-card .team-card-body .team-actions .btn-icon.btn-view {
  background: #e3f2fd;
  color: #1976d2;
}
.teams-dashboard .team-card .team-card-body .team-actions .btn-icon.btn-view:hover {
  background: #bbdefb;
}
.teams-dashboard .team-card .team-card-body .team-actions .btn-icon.btn-edit {
  background: #fff3e0;
  color: #FFA500;
}
.teams-dashboard .team-card .team-card-body .team-actions .btn-icon.btn-edit:hover {
  background: #ffe0b2;
}
.teams-dashboard .team-card .team-card-body .team-actions .btn-icon.btn-delete {
  background: #ffebee;
  color: #FF0000;
}
.teams-dashboard .team-card .team-card-body .team-actions .btn-icon.btn-delete:hover {
  background: #ffcdd2;
}
.teams-dashboard .no-data-message {
  text-align: center;
  padding: 4rem 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.teams-dashboard .no-data-message i {
  font-size: 4rem;
  color: #ccc;
  margin-bottom: 1rem;
}
.teams-dashboard .no-data-message h3 {
  color: #003366;
  margin-bottom: 0.5rem;
}
.teams-dashboard .no-data-message p {
  color: #666;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.modal .modal-content {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  animation: modalSlideIn 0.3s ease-out;
}
.modal .modal-content.modal-large {
  max-width: 800px;
}
.modal .modal-content.modal-small {
  max-width: 400px;
}
.modal .modal-header {
  background: #003366;
  color: #fff;
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .modal-header h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}
.modal .modal-header .modal-close {
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.25rem;
  border-radius: 4px;
}
.modal .modal-header .modal-close:hover {
  background: rgba(255, 255, 255, 0.1);
}
.modal .modal-body {
  padding: 2rem;
  max-height: calc(90vh - 100px);
  overflow-y: auto;
}

.team-form .form-group {
  margin-bottom: 1.5rem;
}
.team-form .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #003366;
}
.team-form .form-group label .required {
  color: #FF0000;
  margin-left: 0.25rem;
}
.team-form .form-group .form-input,
.team-form .form-group .form-textarea {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #e0e6ed;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  font-family: inherit;
}
.team-form .form-group .form-input:focus,
.team-form .form-group .form-textarea:focus {
  outline: none;
  border-color: #003366;
  box-shadow: 0 0 0 3px rgba(57, 73, 107, 0.1);
}
.team-form .form-group .form-input:invalid,
.team-form .form-group .form-textarea:invalid {
  border-color: #FF0000;
}
.team-form .form-group .form-textarea {
  resize: vertical;
  min-height: 100px;
}
.team-form .form-group .form-help {
  display: block;
  margin-top: 0.5rem;
  color: #666;
  font-size: 0.9rem;
}
.team-form .form-actions {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e6ed;
}
@media (max-width: 768px) {
  .team-form .form-actions {
    flex-direction: column;
  }
}

.images-preview {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.images-preview .preview-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1;
}
.images-preview .preview-item .preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.images-preview .preview-item .remove-image {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  background: rgba(211, 47, 47, 0.9);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}
.images-preview .preview-item .remove-image:hover {
  background: #FF0000;
  transform: scale(1.1);
}

.team-details .team-info {
  margin-bottom: 2rem;
}
.team-details .team-info .info-item {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.team-details .team-info .info-item .info-label {
  font-weight: 600;
  color: #003366;
  min-width: 100px;
}
.team-details .team-info .info-item .info-value {
  color: #333;
}
.team-details .team-info .info-item .info-description {
  color: #555;
  line-height: 1.6;
  flex: 1;
}
@media (max-width: 768px) {
  .team-details .team-info .info-item {
    flex-direction: column;
    gap: 0.25rem;
  }
  .team-details .team-info .info-item .info-label {
    min-width: auto;
  }
}
.team-details .team-images-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1rem;
}
.team-details .team-images-gallery .gallery-image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.team-details .team-images-gallery .gallery-image:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.delete-confirmation {
  text-align: center;
  margin-bottom: 2rem;
}
.delete-confirmation .warning-icon {
  font-size: 3rem;
  color: #ff9800;
  margin-bottom: 1rem;
}
.delete-confirmation p {
  margin-bottom: 0.5rem;
  color: #333;
}
.delete-confirmation .warning-text {
  color: #FF0000;
  font-size: 0.9rem;
  font-style: italic;
}

.btn-primary,
.btn-secondary,
.btn-danger {
  position: relative;
  overflow: hidden;
  color: white !important;
}
.btn-primary .btn-loader,
.btn-secondary .btn-loader,
.btn-danger .btn-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-primary .btn-loader .spinner,
.btn-secondary .btn-loader .spinner,
.btn-danger .btn-loader .spinner {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.btn-primary.loading .btn-text,
.btn-secondary.loading .btn-text,
.btn-danger.loading .btn-text {
  opacity: 0;
}
.btn-primary.loading .btn-loader,
.btn-secondary.loading .btn-loader,
.btn-danger.loading .btn-loader {
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (max-width: 1200px) {
  .teams-dashboard {
    padding: 1rem;
  }
  .teams-dashboard .teams-header {
    padding: 1.5rem;
  }
  .teams-dashboard .teams-header h1 {
    font-size: 2rem;
  }
  .teams-dashboard .teams-filters {
    padding: 1rem;
  }
  .teams-dashboard .modal .modal-body {
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .teams-dashboard .teams-grid .team-card {
    cursor: pointer;
  }
  .teams-dashboard .teams-grid .team-card .team-card-header {
    height: 150px;
  }
  .teams-dashboard .teams-grid .team-card .team-card-body {
    padding: 1rem;
  }
  .teams-dashboard .teams-grid .team-card .team-card-body .team-actions {
    justify-content: center;
  }
  .teams-dashboard .modal .modal-content {
    margin: 0.5rem;
    max-height: 95vh;
  }
  .teams-dashboard .modal .modal-header {
    padding: 1rem 1.5rem;
  }
  .teams-dashboard .modal .modal-body {
    padding: 1rem 1.5rem;
  }
}
.body-palmares-dashboard .main-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}
.body-palmares-dashboard h1 {
  text-align: center;
  color: #003366;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.body-palmares-dashboard .dashboard-header {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(57, 73, 107, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.body-palmares-dashboard .dashboard-header p {
  color: #828282;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.body-palmares-dashboard .dashboard-header .add-champ_btn {
  display: flex;
  justify-content: center;
}
.body-palmares-dashboard .filters-container {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(57, 73, 107, 0.1);
  padding: 1.5rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}
.body-palmares-dashboard .filters-container .filter-group {
  display: flex;
  flex-direction: column;
}
.body-palmares-dashboard .filters-container .filter-group label {
  font-weight: 600;
  color: #003366;
  margin-bottom: 0.5rem;
}
.body-palmares-dashboard .filters-container .filter-group select, .body-palmares-dashboard .filters-container .filter-group input {
  padding: 0.75rem;
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.body-palmares-dashboard .filters-container .filter-group select:focus, .body-palmares-dashboard .filters-container .filter-group input:focus {
  outline: none;
  border-color: #003366;
}
.body-palmares-dashboard .palmares-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.body-palmares-dashboard .editing-img-wording-container {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(57, 73, 107, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.body-palmares-dashboard .editing-img-wording-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 32px rgba(57, 73, 107, 0.15);
}
.body-palmares-dashboard .editing-img-wording-container .edit-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.body-palmares-dashboard .editing-img-wording-container .edit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.body-palmares-dashboard .editing-img-wording-container .edit-img:hover img {
  transform: scale(1.05);
}
.body-palmares-dashboard .editing-img-wording-container .edit-img .sport-badge {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: rgba(57, 73, 107, 0.9);
  color: #FFFFFF;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}
.body-palmares-dashboard .editing-img-wording-container .edit-img .year-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(255, 255, 255, 0.9);
  color: #003366;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}
.body-palmares-dashboard .editing-img-wording-container .edit-description {
  padding: 1.5rem;
}
.body-palmares-dashboard .editing-img-wording-container .edit-description h2 {
  color: #003366;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.body-palmares-dashboard .editing-img-wording-container .edit-description h3 {
  color: #828282;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.body-palmares-dashboard .editing-img-wording-container .edit-description .result-highlight {
  display: inline-block;
  background: linear-gradient(135deg, #FFA500, #FFA500);
  color: #333;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.body-palmares-dashboard .editing-img-wording-container .edit-description .palmares-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #828282;
}
.body-palmares-dashboard .editing-img-wording-container .edit-description .palmares-meta .category-gender {
  font-weight: 600;
}
.body-palmares-dashboard .editing-img-wording-container .edit-description .palmares-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}
.body-palmares-dashboard .editing-img-wording-container .edit-description .palmares-actions .btn-icon {
  padding: 0.5rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-palmares-dashboard .editing-img-wording-container .edit-description .palmares-actions .btn-icon.btn-view {
  background: #e3f2fd;
  color: #003366;
}
.body-palmares-dashboard .editing-img-wording-container .edit-description .palmares-actions .btn-icon.btn-view:hover {
  background: #bbdefb;
}
.body-palmares-dashboard .editing-img-wording-container .edit-description .palmares-actions .btn-icon.btn-edit {
  background: #fff3e0;
  color: #FFA500;
}
.body-palmares-dashboard .editing-img-wording-container .edit-description .palmares-actions .btn-icon.btn-edit:hover {
  background: #ffe0b2;
}
.body-palmares-dashboard .editing-img-wording-container .edit-description .palmares-actions .btn-icon.btn-delete {
  background: #ffebee;
  color: #FF0000;
}
.body-palmares-dashboard .editing-img-wording-container .edit-description .palmares-actions .btn-icon.btn-delete:hover {
  background: #ffcdd2;
}
.body-palmares-dashboard .default-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #003366, #2a3651);
  color: #FFFFFF;
  font-size: 3rem;
}
.body-palmares-dashboard .default-image i {
  opacity: 0.7;
}
.body-palmares-dashboard .no-results {
  text-align: center;
  padding: 3rem;
  color: #828282;
}
.body-palmares-dashboard .no-results p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.body-palmares-dashboard .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.body-palmares-dashboard .modal .modal-content {
  background: #FFFFFF;
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: modalSlideIn 0.3s ease-out;
}
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.body-palmares-dashboard .modal .modal-content .modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  color: #828282;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.body-palmares-dashboard .modal .modal-content .modal-close:hover {
  background: #f0f0f0;
  color: #333;
}
.body-palmares-dashboard .modal .modal-content h2 {
  background: #003366;
  color: #FFFFFF;
  margin: 0;
  padding: 1.5rem 2rem;
  border-radius: 14px 14px 0 0;
  font-size: 1.3rem;
  font-weight: 700;
}
.body-palmares-dashboard .modal .modal-content .form-section, .body-palmares-dashboard .modal .modal-content .view-section {
  padding: 2rem;
}
.body-palmares-dashboard .modal .modal-content .images-preview {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 0.5rem;
  margin-top: 1rem;
}
.body-palmares-dashboard .modal .modal-content .images-preview .preview-item {
  position: relative;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
}
.body-palmares-dashboard .modal .modal-content .images-preview .preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.body-palmares-dashboard .modal .modal-content .images-preview .preview-item .remove-image {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(220, 53, 69, 0.9);
  color: #FFFFFF;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  cursor: pointer;
  transition: background 0.3s ease;
}
.body-palmares-dashboard .modal .modal-content .images-preview .preview-item .remove-image:hover {
  background: #FF0000;
}
.body-palmares-dashboard .modal .modal-content .view-images-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}
.body-palmares-dashboard .modal .modal-content .view-images-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.body-palmares-dashboard .modal .modal-content .view-images-gallery img:hover {
  transform: scale(1.05);
}
.body-palmares-dashboard .modal .modal-content .view-details .view-detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
}
.body-palmares-dashboard .modal .modal-content .view-details .view-detail-item:last-child {
  border-bottom: none;
}
.body-palmares-dashboard .modal .modal-content .view-details .view-detail-item strong {
  color: #003366;
  font-weight: 600;
}
.body-palmares-dashboard .modal .modal-content .view-details .view-detail-item span {
  color: #828282;
}
.body-palmares-dashboard .modal .modal-content .modal-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding: 1.5rem 2rem 2rem;
}
.body-palmares-dashboard .modal .modal-content .modal-actions button {
  flex: 1;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .body-palmares-dashboard .main-container {
    padding: 0.5rem;
  }
  .body-palmares-dashboard h1 {
    font-size: 2rem;
  }
  .body-palmares-dashboard .filters-container {
    grid-template-columns: 1fr;
  }
  .body-palmares-dashboard .palmares-list {
    grid-template-columns: 1fr;
  }
  .body-palmares-dashboard .editing-img-wording-container .edit-description .palmares-actions {
    flex-direction: column;
  }
  .body-palmares-dashboard .modal .modal-content {
    width: 95%;
    margin: 1rem;
  }
}
.body-palmares-dashboard .loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #003366;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  display: inline-block;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.body-partenaires-dahsboard .partners-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  gap: 10px;
}
.body-partenaires-dahsboard .partners-controls__search {
  display: flex;
  gap: 8px;
  flex: 1;
  max-width: 600px;
}
.body-partenaires-dahsboard .partners-controls .search-input, .body-partenaires-dahsboard .partners-controls .filter-select {
  padding: 6px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 11px;
}
.body-partenaires-dahsboard .partners-controls .search-input:focus, .body-partenaires-dahsboard .partners-controls .filter-select:focus {
  outline: none;
  border-color: #003366;
  box-shadow: 0 0 0 2px rgba(0, 51, 102, 0.2);
}
.body-partenaires-dahsboard .partners-controls .search-input {
  flex: 1;
}
.body-partenaires-dahsboard .partners-controls .filter-select {
  min-width: 150px;
}
.body-partenaires-dahsboard .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  animation: modalFadeIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.body-partenaires-dahsboard .modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-partenaires-dahsboard .modal-content {
  background: white;
  border-radius: 12px;
  width: 90%;
  max-width: 650px;
  max-height: 95vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
  padding: 0;
  animation: modalSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.body-partenaires-dahsboard .modal-actions {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.body-partenaires-dahsboard .modal-header {
  background: linear-gradient(135deg, #003366, #001a33);
  padding: 12px 16px;
  position: relative;
  flex-shrink: 0;
}
.body-partenaires-dahsboard .modal-header h2 {
  margin: 0;
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.body-partenaires-dahsboard .modal-close {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 12px;
  cursor: pointer;
  color: white;
  background: rgba(255, 255, 255, 0.2);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.body-partenaires-dahsboard .modal-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
}
.body-partenaires-dahsboard .modern-form {
  flex-grow: 1;
  overflow-y: auto;
  padding: 16px;
  background: #fafbfc;
  max-height: calc(95vh - 48px);
  box-sizing: border-box;
}
.body-partenaires-dahsboard .form-row {
  margin-bottom: 14px;
}
.body-partenaires-dahsboard .form-group {
  margin-bottom: 0;
}
.body-partenaires-dahsboard .form-label {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #003366;
  font-size: 11px;
}
.body-partenaires-dahsboard .form-label i {
  color: #003366;
  width: 10px;
  text-align: center;
}
.body-partenaires-dahsboard .input-wrapper {
  position: relative;
  margin-bottom: 4px;
}
.body-partenaires-dahsboard .form-input {
  width: 100%;
  padding: 8px 10px;
  border: 2px solid #e1e8ed;
  border-radius: 6px;
  font-size: 11px;
  background: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Montserrat", "Arial, sans-serif, roboto";
}
.body-partenaires-dahsboard .form-input:focus {
  outline: none;
  border-color: #003366;
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 51, 102, 0.15);
}
.body-partenaires-dahsboard .form-input:focus + .input-focus-border {
  transform: scaleX(1);
}
.body-partenaires-dahsboard .form-input::placeholder {
  color: #a0aec0;
  font-style: italic;
}
.body-partenaires-dahsboard .form-input[rows] {
  resize: vertical;
  min-height: 100px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  line-height: 1.5;
}
.body-partenaires-dahsboard .input-focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #003366, #0066cc);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  border-radius: 0 0 6px 6px;
}
.body-partenaires-dahsboard .checkbox-wrapper {
  margin-top: 4px;
}
.body-partenaires-dahsboard .custom-checkbox {
  display: none;
}
.body-partenaires-dahsboard .checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: all 0.3s ease;
  background: white;
  border: 2px solid #e1e8ed;
}
.body-partenaires-dahsboard .checkbox-label:hover {
  background: #f8f9fa;
  border-color: #003366;
  transform: translateY(-1px);
}
.body-partenaires-dahsboard .checkbox-custom {
  width: 12px;
  height: 12px;
  border: 2px solid #cbd5e0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: white;
}
.body-partenaires-dahsboard .checkbox-custom i {
  font-size: 6px;
  color: white;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease;
}
.body-partenaires-dahsboard .checkbox-text {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  color: #4a5568;
  font-size: 11px;
}
.body-partenaires-dahsboard .checkbox-text i {
  color: #ffd700;
}
.body-partenaires-dahsboard .custom-checkbox:checked + .checkbox-label .checkbox-custom {
  background: linear-gradient(135deg, #003366, #001a33);
  border-color: #003366;
  transform: scale(1.05);
}
.body-partenaires-dahsboard .custom-checkbox:checked + .checkbox-label .checkbox-custom i {
  opacity: 1;
  transform: scale(1);
}
.body-partenaires-dahsboard .custom-checkbox:checked + .checkbox-label .checkbox-text {
  color: #003366;
}
.body-partenaires-dahsboard .file-upload-wrapper {
  margin-top: 4px;
}
.body-partenaires-dahsboard .file-input {
  display: none;
}
.body-partenaires-dahsboard .file-upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 16px;
  border: 3px dashed #cbd5e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: white;
  text-align: center;
}
.body-partenaires-dahsboard .file-upload-label:hover {
  border-color: #003366;
  background: #f8f9fa;
  transform: translateY(-2px);
}
.body-partenaires-dahsboard .file-upload-label i {
  font-size: 24px;
  color: #003366;
  transition: all 0.3s ease;
}
.body-partenaires-dahsboard .file-upload-label:hover i {
  transform: scale(1.1);
}
.body-partenaires-dahsboard .file-upload-text {
  font-weight: 600;
  color: #4a5568;
  font-size: 11px;
}
.body-partenaires-dahsboard .image-preview-modern {
  margin-top: 10px;
}
.body-partenaires-dahsboard .image-preview-modern img {
  width: 100%;
  max-width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  border: 3px solid #e1e8ed;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.body-partenaires-dahsboard .image-preview-modern img:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}
.body-partenaires-dahsboard .form-actions-modern {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 20px;
  padding-top: 12px;
  border-top: 2px solid #e1e8ed;
  flex-shrink: 0;
  background: white;
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-100px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (max-width: 768px) {
  .body-partenaires-dahsboard .modal-content {
    width: 95%;
    max-height: 95vh;
  }
  .body-partenaires-dahsboard .modal-header {
    padding: 8px 10px;
  }
  .body-partenaires-dahsboard .modal-header h2 {
    font-size: 15px;
  }
  .body-partenaires-dahsboard .modern-form {
    padding: 10px;
  }
  .body-partenaires-dahsboard .form-actions-modern {
    flex-direction: column;
    gap: 6px;
  }
  .body-partenaires-dahsboard .btn-modern {
    width: 100%;
  }
  .body-partenaires-dahsboard .checkbox-label {
    flex-direction: column;
    text-align: center;
    gap: 6px;
  }
}
@media (max-width: 480px) {
  .body-partenaires-dahsboard .modal-header {
    padding: 6px 8px;
  }
  .body-partenaires-dahsboard .modern-form {
    padding: 8px;
  }
  .body-partenaires-dahsboard .form-input {
    padding: 6px 8px;
  }
  .body-partenaires-dahsboard .file-upload-label {
    padding: 12px;
  }
  .body-partenaires-dahsboard .file-upload-label i {
    font-size: 16px;
  }
}
.body-partenaires-dahsboard .partner-view-content .partner-view-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.body-partenaires-dahsboard .partner-view-content .partner-view-header .partner-view-logo {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.body-partenaires-dahsboard .partner-view-content .partner-view-header .partner-view-info h2 {
  margin: 0 0 4px 0;
  color: #003366;
}
.body-partenaires-dahsboard .partner-view-content .partner-type-badge {
  display: inline-block;
  padding: 2px 6px;
  background: #003366;
  color: white;
  border-radius: 8px;
  font-size: 9px;
}
.body-partenaires-dahsboard .partner-view-content .partner-website-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #003366;
  text-decoration: none;
  margin-top: 8px;
}
.body-partenaires-dahsboard .partner-view-content .partner-website-link:hover {
  text-decoration: underline;
}
.body-partenaires-dahsboard .partner-view-content .partner-view-meta {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eee;
  color: #666;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .body-partenaires-dahsboard .partners-controls {
    flex-direction: column;
    align-items: stretch;
  }
  .body-partenaires-dahsboard .partners-controls__search {
    flex-direction: column;
    max-width: none;
  }
  .body-partenaires-dahsboard .partner-view-header {
    flex-direction: column;
    text-align: center;
  }
}

.body-gallerie-dashboard .gallery-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 12px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.body-gallerie-dashboard .gallery-controls__actions {
  display: flex;
  gap: 8px;
}
.body-gallerie-dashboard .gallery-controls__search .search-input {
  padding: 6px 8px;
  border: 2px solid #e1e8ed;
  border-radius: 6px;
  font-size: 11px;
  min-width: 300px;
}
.body-gallerie-dashboard .gallery-controls__search .search-input:focus {
  outline: none;
  border-color: #003366;
  box-shadow: 0 0 0 3px rgba(0, 51, 102, 0.1);
}
.body-gallerie-dashboard .galleries-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}
.body-gallerie-dashboard .gallery-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.body-gallerie-dashboard .gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.body-gallerie-dashboard .gallery-card .gallery-cover {
  position: relative;
  height: 200px;
  background: linear-gradient(135deg, #003366, #0066cc);
  overflow: hidden;
}
.body-gallerie-dashboard .gallery-card .gallery-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.body-gallerie-dashboard .gallery-card .gallery-cover:hover img {
  transform: scale(1.05);
}
.body-gallerie-dashboard .gallery-card .gallery-cover .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
  display: flex;
  align-items: flex-end;
  padding: 8px;
}
.body-gallerie-dashboard .gallery-card .gallery-cover .gallery-overlay .gallery-title {
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.body-gallerie-dashboard .gallery-card .gallery-cover .no-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 32px;
}
.body-gallerie-dashboard .gallery-card .gallery-info {
  padding: 12px;
}
.body-gallerie-dashboard .gallery-card .gallery-info .gallery-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  font-size: 9px;
  margin-bottom: 8px;
}
.body-gallerie-dashboard .gallery-card .gallery-info .gallery-meta .picture-count {
  display: flex;
  align-items: center;
  gap: 4px;
}
.body-gallerie-dashboard .gallery-card .gallery-info .gallery-meta .picture-count i {
  color: #003366;
}
.body-gallerie-dashboard .gallery-card .gallery-info .gallery-actions {
  display: flex;
  gap: 6px;
  margin-top: 8px;
}
.body-gallerie-dashboard .gallery-card .gallery-info .gallery-actions .action-btn {
  flex: 1;
  padding: 4px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 9px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.body-gallerie-dashboard .pictures-grid {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 4px;
}
.body-gallerie-dashboard .pictures-grid .picture-thumbnail {
  aspect-ratio: 1;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.body-gallerie-dashboard .pictures-grid .picture-thumbnail:hover {
  transform: scale(1.05);
}
.body-gallerie-dashboard .pictures-grid .picture-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.body-gallerie-dashboard .pictures-grid .add-picture-btn {
  aspect-ratio: 1;
  border: 2px dashed #ccc;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #666;
  font-size: 12px;
}
.body-gallerie-dashboard .pictures-grid .add-picture-btn:hover {
  border-color: #003366;
  color: #003366;
  background: rgba(0, 51, 102, 0.1);
}
.body-gallerie-dashboard .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  animation: modalFadeIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.body-gallerie-dashboard .modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-gallerie-dashboard .modal-content {
  background: white;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow: hidden;
  text-align: center;
  padding: 16px;
  animation: modalSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.body-gallerie-dashboard .modal-content.picture-viewer {
  max-width: 900px;
  max-height: 95vh;
}
.body-gallerie-dashboard .modal-actions {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.body-gallerie-dashboard .modal-header {
  background: linear-gradient(135deg, #003366, #001a33);
  padding: 12px 16px;
  position: relative;
}
.body-gallerie-dashboard .modal-header h2 {
  margin: 0;
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.body-gallerie-dashboard .modal-close {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 12px;
  cursor: pointer;
  color: white;
  background: rgba(255, 255, 255, 0.2);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.body-gallerie-dashboard .modal-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
}
.body-gallerie-dashboard .picture-viewer-content {
  display: flex;
  flex-direction: column;
}
.body-gallerie-dashboard .picture-viewer-content img {
  max-width: 100%;
  max-height: 60vh;
  object-fit: contain;
  background: #f8f9fa;
}
.body-gallerie-dashboard .picture-viewer-content .picture-viewer-info {
  padding: 12px;
  background: white;
}
.body-gallerie-dashboard .picture-viewer-content .picture-viewer-info h3 {
  margin: 0 0 6px 0;
  color: #003366;
  font-size: 13px;
}
.body-gallerie-dashboard .picture-viewer-content .picture-viewer-info .picture-meta {
  color: #666;
  font-size: 9px;
  margin-bottom: 12px;
}
.body-gallerie-dashboard .picture-viewer-content .picture-viewer-info .picture-actions {
  justify-self: center;
  align-self: center;
  display: flex;
  gap: 8px;
}
.body-gallerie-dashboard .modal-content.gallery-viewer {
  max-width: 1200px;
  max-height: 95vh;
  overflow-y: auto;
}
.body-gallerie-dashboard .gallery-viewer-content {
  padding: 12px;
  background: #fafbfc;
}
.body-gallerie-dashboard .gallery-viewer-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e1e8ed;
}
.body-gallerie-dashboard .gallery-viewer-header .gallery-info-display h3 {
  margin: 0 0 4px 0;
  color: #003366;
  font-size: 18px;
  font-weight: 700;
}
.body-gallerie-dashboard .gallery-viewer-header .gallery-info-display .gallery-stats {
  margin: 0;
  color: #666;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.body-gallerie-dashboard .gallery-viewer-header .gallery-info-display .gallery-stats::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #003366;
  border-radius: 50%;
}
.body-gallerie-dashboard .gallery-viewer-header .gallery-viewer-actions {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}
.body-gallerie-dashboard .gallery-images-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}
.body-gallerie-dashboard .gallery-images-grid .gallery-image-item {
  background: white;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.body-gallerie-dashboard .gallery-images-grid .gallery-image-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.body-gallerie-dashboard .gallery-images-grid .gallery-image-item .image-container {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.body-gallerie-dashboard .gallery-images-grid .gallery-image-item .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.body-gallerie-dashboard .gallery-images-grid .gallery-image-item .image-container:hover img {
  transform: scale(1.05);
}
.body-gallerie-dashboard .gallery-images-grid .gallery-image-item .image-container .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  padding: 6px;
}
.body-gallerie-dashboard .gallery-images-grid .gallery-image-item .image-container .image-overlay .image-actions {
  display: flex;
  gap: 4px;
  width: 100%;
}
.body-gallerie-dashboard .gallery-images-grid .gallery-image-item .image-container .image-overlay .image-actions .action-icon-btn {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #003366;
  font-size: 8px;
}
.body-gallerie-dashboard .gallery-images-grid .gallery-image-item .image-container .image-overlay .image-actions .action-icon-btn:hover {
  background: white;
  transform: scale(1.1);
}
.body-gallerie-dashboard .gallery-images-grid .gallery-image-item .image-container .image-overlay .image-actions .action-icon-btn.edit-btn:hover {
  color: #28a745;
}
.body-gallerie-dashboard .gallery-images-grid .gallery-image-item .image-container .image-overlay .image-actions .action-icon-btn.delete-btn:hover {
  color: #dc3545;
}
.body-gallerie-dashboard .gallery-images-grid .gallery-image-item .image-container:hover .image-overlay {
  opacity: 1;
}
.body-gallerie-dashboard .gallery-images-grid .gallery-image-item .image-info {
  padding: 8px;
}
.body-gallerie-dashboard .gallery-images-grid .gallery-image-item .image-info .image-description {
  margin: 0;
  color: #333;
  font-size: 9.5px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.body-gallerie-dashboard .gallery-images-grid .gallery-image-item .image-info .image-description.no-description {
  color: #999;
  font-style: italic;
}
.body-gallerie-dashboard .gallery-images-grid .gallery-image-item .image-info .image-date {
  margin: 4px 0 0 0;
  color: #666;
  font-size: 8.5px;
}
@media (max-width: 768px) {
  .body-gallerie-dashboard .modal-content.gallery-viewer {
    width: 98%;
    max-height: 98vh;
  }
  .body-gallerie-dashboard .gallery-viewer-header {
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
  }
  .body-gallerie-dashboard .gallery-viewer-header .gallery-viewer-actions {
    justify-content: center;
  }
  .body-gallerie-dashboard .gallery-images-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 8px;
  }
  .body-gallerie-dashboard .btn-modern {
    padding: 6px 12px;
    font-size: 9.5px;
  }
}
@media (max-width: 480px) {
  .body-gallerie-dashboard .gallery-images-grid {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }
  .body-gallerie-dashboard .gallery-viewer-content {
    padding: 8px;
  }
}
.body-gallerie-dashboard .modern-form {
  padding: 16px;
  background: #fafbfc;
}
.body-gallerie-dashboard .form-row {
  margin-bottom: 14px;
}
.body-gallerie-dashboard .form-group {
  margin-bottom: 0;
}
.body-gallerie-dashboard .form-label {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #2c3e50;
  font-size: 11px;
}
.body-gallerie-dashboard .form-label i {
  color: #003366;
  width: 10px;
  text-align: center;
}
.body-gallerie-dashboard .input-wrapper {
  position: relative;
  margin-bottom: 4px;
}
.body-gallerie-dashboard .form-input {
  width: 100%;
  padding: 8px 10px;
  border: 2px solid #e1e8ed;
  border-radius: 6px;
  font-size: 11px;
  background: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Montserrat", "Arial, sans-serif, roboto";
}
.body-gallerie-dashboard .form-input:focus {
  outline: none;
  border-color: #003366;
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 51, 102, 0.15);
}
.body-gallerie-dashboard .form-input:focus + .input-focus-border {
  transform: scaleX(1);
}
.body-gallerie-dashboard .form-input::placeholder {
  color: #a0aec0;
  font-style: italic;
}
.body-gallerie-dashboard .form-input[rows] {
  resize: vertical;
  min-height: 80px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  line-height: 1.5;
}
.body-gallerie-dashboard .input-focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #003366, #0066cc);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  border-radius: 0 0 6px 6px;
}
.body-gallerie-dashboard .file-upload-wrapper {
  margin-top: 4px;
}
.body-gallerie-dashboard .file-input {
  display: none;
}
.body-gallerie-dashboard .file-upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 16px;
  border: 3px dashed #cbd5e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: white;
  text-align: center;
}
.body-gallerie-dashboard .file-upload-label:hover {
  border-color: #003366;
  background: #f8f9fa;
  transform: translateY(-2px);
}
.body-gallerie-dashboard .file-upload-label i {
  font-size: 24px;
  color: #003366;
  transition: all 0.3s ease;
}
.body-gallerie-dashboard .file-upload-label:hover i {
  transform: scale(1.1);
}
.body-gallerie-dashboard .file-upload-text {
  font-weight: 600;
  color: #4a5568;
  font-size: 11px;
}
.body-gallerie-dashboard .image-preview-modern {
  margin-top: 10px;
}
.body-gallerie-dashboard .image-preview-modern img {
  width: 100%;
  max-width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  border: 3px solid #e1e8ed;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.body-gallerie-dashboard .image-preview-modern img:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}
.body-gallerie-dashboard .form-actions-modern {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 20px;
  padding-top: 12px;
  border-top: 2px solid #e1e8ed;
}
.body-gallerie-dashboard .no-content-message {
  text-align: center;
  padding: 40px;
  color: #666;
}
.body-gallerie-dashboard .no-content-message i {
  font-size: 40px;
  color: #ccc;
  margin-bottom: 16px;
}
.body-gallerie-dashboard .no-content-message h3 {
  margin: 0 0 8px 0;
  color: #333;
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-100px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (max-width: 768px) {
  .body-gallerie-dashboard .gallery-controls {
    flex-direction: column;
    gap: 8px;
  }
  .body-gallerie-dashboard .gallery-controls__actions {
    width: 100%;
    justify-content: center;
  }
  .body-gallerie-dashboard .gallery-controls__search .search-input {
    min-width: auto;
    width: 100%;
  }
  .body-gallerie-dashboard .galleries-container {
    grid-template-columns: 1fr;
  }
  .body-gallerie-dashboard .modal-content {
    width: 95%;
    max-height: 95vh;
  }
  .body-gallerie-dashboard .modal-header {
    padding: 8px 10px;
  }
  .body-gallerie-dashboard .modal-header h2 {
    font-size: 15px;
  }
  .body-gallerie-dashboard .modern-form {
    padding: 10px;
  }
  .body-gallerie-dashboard .form-actions-modern {
    flex-direction: column;
    gap: 6px;
  }
  .body-gallerie-dashboard .btn-modern {
    width: 100%;
  }
  .body-gallerie-dashboard .picture-viewer-content img {
    max-height: 50vh;
  }
}

.body-messagerie_dashboard .conversation-list p {
  text-align: center;
  color: #666;
  font-style: italic;
  margin-top: 2rem;
}
.body-messagerie_dashboard .messagerie {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  max-width: 800px;
  margin: auto;
  font-family: sans-serif;
  color: #1a1a1a;
}
.body-messagerie_dashboard .messagerie .search-bar {
  position: relative;
  margin-bottom: 2rem;
}
.body-messagerie_dashboard .messagerie .search-bar input {
  width: 100%;
  padding: 0.75rem 1rem;
  padding-right: 2.5rem;
  border: 1px solid #A3B0CA;
  border-radius: 0.5rem;
  font-size: 1rem;
  color: #39496B;
}
.body-messagerie_dashboard .messagerie .search-bar i {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #A3B0CA;
}
.body-messagerie_dashboard .messagerie .conversation-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.body-messagerie_dashboard .messagerie .conversation {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #A3B0CA;
  border-radius: 0.75rem;
  background-color: #f8f9fb;
}
.body-messagerie_dashboard .messagerie .conversation .avatar {
  font-size: 2rem;
  color: #39496B;
}
.body-messagerie_dashboard .messagerie .conversation .details {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.body-messagerie_dashboard .messagerie .conversation .details .name {
  font-weight: 700;
  color: #39496B;
}
.body-messagerie_dashboard .messagerie .conversation .details .phone {
  font-size: 0.9rem;
  color: #A3B0CA;
}
.body-messagerie_dashboard .messagerie .conversation .details .last-msg {
  font-size: 0.9rem;
  color: #39496B;
}
.body-messagerie_dashboard .messagerie .conversation .details .date {
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.3rem;
  color: #F0E8CC;
}
.body-messagerie_dashboard .messagerie .conversation .details .msg-content {
  font-size: 0.9rem;
  color: #333333;
  margin-top: 0.5rem;
}
.body-messagerie_dashboard .messagerie .conversation .actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.body-messagerie_dashboard .messagerie .conversation .actions button {
  border: none;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

.body-video-dashboard .video-list {
  width: 100%;
}
.body-video-dashboard .video-list .video-header {
  display: none;
}
.body-video-dashboard .video-list .video-item {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.body-video-dashboard .video-list .video-item .video-preview {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
  margin-bottom: 1rem;
}
.body-video-dashboard .video-list .video-item .video-preview iframe {
  width: 100%;
  height: 200px;
}
.body-video-dashboard .video-list .video-item .video-info {
  display: block;
  text-align: left;
}
.body-video-dashboard .video-list .video-item .video-info .video-name-row {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.body-video-dashboard .video-list .video-item .video-info .video-name-row .video-name-label {
  color: #003366;
  font-weight: 600;
  margin-right: 0.5rem;
  min-width: 60px;
}
.body-video-dashboard .video-list .video-item .video-info .video-name-row .video-name {
  color: black;
  font-size: 1.1rem;
  font-weight: 500;
}
.body-video-dashboard .video-list .video-item .video-info .video-featured-row {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.body-video-dashboard .video-list .video-item .video-info .video-featured-row .video-featured-label {
  color: #003366;
  font-weight: 600;
  margin-right: 0.5rem;
  min-width: 120px;
}
.body-video-dashboard .video-list .video-item .video-info .video-featured-row .video-featured {
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-video-dashboard .video-list .video-item .video-info .video-featured-row .highlighting-radio {
  accent-color: #003366;
  width: 1.3em;
  height: 1.3em;
}
.body-video-dashboard .video-list .video-item .video-info .video-featured-row .checked {
  background-color: #003366;
}
.body-video-dashboard .video-list .video-item .video-name:not(.video-info .video-name) {
  display: none;
}
.body-video-dashboard .video-list .video-item .video-featured:not(.video-info .video-featured) {
  display: none;
}
.body-video-dashboard .video-list .video-item .edit-btnS {
  display: flex;
  gap: 0.7rem;
  justify-content: center;
  margin-top: 1rem;
}
.body-video-dashboard .video-list .video-item .edit-btnS .btn-edit, .body-video-dashboard .video-list .video-item .edit-btnS .btn-delete {
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: center;
}
@media (min-width: 900px) and (max-width: 1300px) {
  .body-video-dashboard .video-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .body-video-dashboard .video-list .video-item {
    margin-bottom: 0;
  }
  .body-video-dashboard .video-list .video-item .video-preview iframe {
    height: 150px;
  }
}
@media (min-width: 1301px) {
  .body-video-dashboard .video-list {
    display: block;
  }
  .body-video-dashboard .video-list .video-header {
    display: grid;
    grid-template-columns: 200px 300px 180px 180px;
    gap: 2rem;
    padding: 0.7rem 2rem;
    color: #003366;
    font-weight: 600;
    font-size: 1.1rem;
    background: transparent;
    border-bottom: 1px solid #333;
    margin-bottom: 0.7rem;
  }
  .body-video-dashboard .video-list .video-header .video-header-name {
    text-align: center;
  }
  .body-video-dashboard .video-list .video-header .video-header-featured {
    text-align: center;
  }
  .body-video-dashboard .video-list .video-item {
    display: grid;
    grid-template-columns: 200px 300px 180px 180px;
    gap: 2rem;
    align-items: center;
    padding: 1.2rem 2rem;
    margin-bottom: 1.2rem;
  }
  .body-video-dashboard .video-list .video-item .video-preview {
    margin-bottom: 0;
  }
  .body-video-dashboard .video-list .video-item .video-preview iframe {
    width: 180px;
    height: 100px;
  }
  .body-video-dashboard .video-list .video-item .video-info {
    display: none !important;
  }
  .body-video-dashboard .video-list .video-item .video-name {
    display: block !important;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
  }
  .body-video-dashboard .video-list .video-item .video-featured {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  .body-video-dashboard .video-list .video-item .highlighting-radio {
    accent-color: #003366;
    width: 1.3em;
    height: 1.3em;
  }
  .body-video-dashboard .video-list .video-item .edit-btnS {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
  }
  .body-video-dashboard .video-list .video-item .edit-btnS .btn-edit, .body-video-dashboard .video-list .video-item .edit-btnS .btn-delete {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
  }
}
.body-video-dashboard #video-modal .modal-content {
  background: #003366;
  color: #fff;
  border-radius: 12px;
  position: relative;
  padding-top: 2.5rem;
  min-width: 320px;
  min-height: 200px;
  box-sizing: border-box;
}
.body-video-dashboard #video-modal .modal-content #video-modal-title {
  color: white;
}
.body-video-dashboard .modal-close--video {
  position: absolute;
  top: 18px;
  right: 24px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  background: none;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-video-dashboard #video-modal .modal-content {
  overflow: visible;
}

.container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 6px;
  max-width: 100%;
}

.col-sm-1 {
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm-1 {
    width: calc(100% / 12 * 1);
  }
}
.col-sm-1.bg-primary {
  background-color: #003366;
}
.col-sm-1.bg-secondary {
  background-color: #0066CC;
}
.col-sm-1.bg-tertiary {
  background-color: #F0E8CC;
}
.col-sm-1.text-primary {
  color: #003366;
}
.col-sm-1.text-secondary {
  color: #0066CC;
}
.col-sm-1.text-tertiary {
  color: #F0E8CC;
}
.col-sm-1.rounded {
  border-radius: 5px;
}
.col-sm-1.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-sm-1.bordered {
  border: 1px solid #003366;
}
.col-sm-1.bordered.radius {
  border-radius: 5px;
}

.col-sm-2 {
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm-2 {
    width: calc(100% / 12 * 2);
  }
}
.col-sm-2.bg-primary {
  background-color: #003366;
}
.col-sm-2.bg-secondary {
  background-color: #0066CC;
}
.col-sm-2.bg-tertiary {
  background-color: #F0E8CC;
}
.col-sm-2.text-primary {
  color: #003366;
}
.col-sm-2.text-secondary {
  color: #0066CC;
}
.col-sm-2.text-tertiary {
  color: #F0E8CC;
}
.col-sm-2.rounded {
  border-radius: 5px;
}
.col-sm-2.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-sm-2.bordered {
  border: 1px solid #003366;
}
.col-sm-2.bordered.radius {
  border-radius: 5px;
}

.col-sm-3 {
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm-3 {
    width: calc(100% / 12 * 3);
  }
}
.col-sm-3.bg-primary {
  background-color: #003366;
}
.col-sm-3.bg-secondary {
  background-color: #0066CC;
}
.col-sm-3.bg-tertiary {
  background-color: #F0E8CC;
}
.col-sm-3.text-primary {
  color: #003366;
}
.col-sm-3.text-secondary {
  color: #0066CC;
}
.col-sm-3.text-tertiary {
  color: #F0E8CC;
}
.col-sm-3.rounded {
  border-radius: 5px;
}
.col-sm-3.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-sm-3.bordered {
  border: 1px solid #003366;
}
.col-sm-3.bordered.radius {
  border-radius: 5px;
}

.col-sm-4 {
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm-4 {
    width: calc(100% / 12 * 4);
  }
}
.col-sm-4.bg-primary {
  background-color: #003366;
}
.col-sm-4.bg-secondary {
  background-color: #0066CC;
}
.col-sm-4.bg-tertiary {
  background-color: #F0E8CC;
}
.col-sm-4.text-primary {
  color: #003366;
}
.col-sm-4.text-secondary {
  color: #0066CC;
}
.col-sm-4.text-tertiary {
  color: #F0E8CC;
}
.col-sm-4.rounded {
  border-radius: 5px;
}
.col-sm-4.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-sm-4.bordered {
  border: 1px solid #003366;
}
.col-sm-4.bordered.radius {
  border-radius: 5px;
}

.col-sm-5 {
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm-5 {
    width: calc(100% / 12 * 5);
  }
}
.col-sm-5.bg-primary {
  background-color: #003366;
}
.col-sm-5.bg-secondary {
  background-color: #0066CC;
}
.col-sm-5.bg-tertiary {
  background-color: #F0E8CC;
}
.col-sm-5.text-primary {
  color: #003366;
}
.col-sm-5.text-secondary {
  color: #0066CC;
}
.col-sm-5.text-tertiary {
  color: #F0E8CC;
}
.col-sm-5.rounded {
  border-radius: 5px;
}
.col-sm-5.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-sm-5.bordered {
  border: 1px solid #003366;
}
.col-sm-5.bordered.radius {
  border-radius: 5px;
}

.col-sm-6 {
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm-6 {
    width: calc(100% / 12 * 6);
  }
}
.col-sm-6.bg-primary {
  background-color: #003366;
}
.col-sm-6.bg-secondary {
  background-color: #0066CC;
}
.col-sm-6.bg-tertiary {
  background-color: #F0E8CC;
}
.col-sm-6.text-primary {
  color: #003366;
}
.col-sm-6.text-secondary {
  color: #0066CC;
}
.col-sm-6.text-tertiary {
  color: #F0E8CC;
}
.col-sm-6.rounded {
  border-radius: 5px;
}
.col-sm-6.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-sm-6.bordered {
  border: 1px solid #003366;
}
.col-sm-6.bordered.radius {
  border-radius: 5px;
}

.col-sm-7 {
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm-7 {
    width: calc(100% / 12 * 7);
  }
}
.col-sm-7.bg-primary {
  background-color: #003366;
}
.col-sm-7.bg-secondary {
  background-color: #0066CC;
}
.col-sm-7.bg-tertiary {
  background-color: #F0E8CC;
}
.col-sm-7.text-primary {
  color: #003366;
}
.col-sm-7.text-secondary {
  color: #0066CC;
}
.col-sm-7.text-tertiary {
  color: #F0E8CC;
}
.col-sm-7.rounded {
  border-radius: 5px;
}
.col-sm-7.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-sm-7.bordered {
  border: 1px solid #003366;
}
.col-sm-7.bordered.radius {
  border-radius: 5px;
}

.col-sm-8 {
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm-8 {
    width: calc(100% / 12 * 8);
  }
}
.col-sm-8.bg-primary {
  background-color: #003366;
}
.col-sm-8.bg-secondary {
  background-color: #0066CC;
}
.col-sm-8.bg-tertiary {
  background-color: #F0E8CC;
}
.col-sm-8.text-primary {
  color: #003366;
}
.col-sm-8.text-secondary {
  color: #0066CC;
}
.col-sm-8.text-tertiary {
  color: #F0E8CC;
}
.col-sm-8.rounded {
  border-radius: 5px;
}
.col-sm-8.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-sm-8.bordered {
  border: 1px solid #003366;
}
.col-sm-8.bordered.radius {
  border-radius: 5px;
}

.col-sm-9 {
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm-9 {
    width: calc(100% / 12 * 9);
  }
}
.col-sm-9.bg-primary {
  background-color: #003366;
}
.col-sm-9.bg-secondary {
  background-color: #0066CC;
}
.col-sm-9.bg-tertiary {
  background-color: #F0E8CC;
}
.col-sm-9.text-primary {
  color: #003366;
}
.col-sm-9.text-secondary {
  color: #0066CC;
}
.col-sm-9.text-tertiary {
  color: #F0E8CC;
}
.col-sm-9.rounded {
  border-radius: 5px;
}
.col-sm-9.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-sm-9.bordered {
  border: 1px solid #003366;
}
.col-sm-9.bordered.radius {
  border-radius: 5px;
}

.col-sm-10 {
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm-10 {
    width: calc(100% / 12 * 10);
  }
}
.col-sm-10.bg-primary {
  background-color: #003366;
}
.col-sm-10.bg-secondary {
  background-color: #0066CC;
}
.col-sm-10.bg-tertiary {
  background-color: #F0E8CC;
}
.col-sm-10.text-primary {
  color: #003366;
}
.col-sm-10.text-secondary {
  color: #0066CC;
}
.col-sm-10.text-tertiary {
  color: #F0E8CC;
}
.col-sm-10.rounded {
  border-radius: 5px;
}
.col-sm-10.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-sm-10.bordered {
  border: 1px solid #003366;
}
.col-sm-10.bordered.radius {
  border-radius: 5px;
}

.col-sm-11 {
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm-11 {
    width: calc(100% / 12 * 11);
  }
}
.col-sm-11.bg-primary {
  background-color: #003366;
}
.col-sm-11.bg-secondary {
  background-color: #0066CC;
}
.col-sm-11.bg-tertiary {
  background-color: #F0E8CC;
}
.col-sm-11.text-primary {
  color: #003366;
}
.col-sm-11.text-secondary {
  color: #0066CC;
}
.col-sm-11.text-tertiary {
  color: #F0E8CC;
}
.col-sm-11.rounded {
  border-radius: 5px;
}
.col-sm-11.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-sm-11.bordered {
  border: 1px solid #003366;
}
.col-sm-11.bordered.radius {
  border-radius: 5px;
}

.col-sm-12 {
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm-12 {
    width: calc(100% / 12 * 12);
  }
}
.col-sm-12.bg-primary {
  background-color: #003366;
}
.col-sm-12.bg-secondary {
  background-color: #0066CC;
}
.col-sm-12.bg-tertiary {
  background-color: #F0E8CC;
}
.col-sm-12.text-primary {
  color: #003366;
}
.col-sm-12.text-secondary {
  color: #0066CC;
}
.col-sm-12.text-tertiary {
  color: #F0E8CC;
}
.col-sm-12.rounded {
  border-radius: 5px;
}
.col-sm-12.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-sm-12.bordered {
  border: 1px solid #003366;
}
.col-sm-12.bordered.radius {
  border-radius: 5px;
}

.col-md-1 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-1 {
    width: calc(100% / 12 * 1);
  }
}
.col-md-1.bg-primary {
  background-color: #003366;
}
.col-md-1.bg-secondary {
  background-color: #0066CC;
}
.col-md-1.bg-tertiary {
  background-color: #F0E8CC;
}
.col-md-1.text-primary {
  color: #003366;
}
.col-md-1.text-secondary {
  color: #0066CC;
}
.col-md-1.text-tertiary {
  color: #F0E8CC;
}
.col-md-1.rounded {
  border-radius: 5px;
}
.col-md-1.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-md-1.bordered {
  border: 1px solid #003366;
}
.col-md-1.bordered.radius {
  border-radius: 5px;
}

.col-md-2 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-2 {
    width: calc(100% / 12 * 2);
  }
}
.col-md-2.bg-primary {
  background-color: #003366;
}
.col-md-2.bg-secondary {
  background-color: #0066CC;
}
.col-md-2.bg-tertiary {
  background-color: #F0E8CC;
}
.col-md-2.text-primary {
  color: #003366;
}
.col-md-2.text-secondary {
  color: #0066CC;
}
.col-md-2.text-tertiary {
  color: #F0E8CC;
}
.col-md-2.rounded {
  border-radius: 5px;
}
.col-md-2.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-md-2.bordered {
  border: 1px solid #003366;
}
.col-md-2.bordered.radius {
  border-radius: 5px;
}

.col-md-3 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-3 {
    width: calc(100% / 12 * 3);
  }
}
.col-md-3.bg-primary {
  background-color: #003366;
}
.col-md-3.bg-secondary {
  background-color: #0066CC;
}
.col-md-3.bg-tertiary {
  background-color: #F0E8CC;
}
.col-md-3.text-primary {
  color: #003366;
}
.col-md-3.text-secondary {
  color: #0066CC;
}
.col-md-3.text-tertiary {
  color: #F0E8CC;
}
.col-md-3.rounded {
  border-radius: 5px;
}
.col-md-3.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-md-3.bordered {
  border: 1px solid #003366;
}
.col-md-3.bordered.radius {
  border-radius: 5px;
}

.col-md-4 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-4 {
    width: calc(100% / 12 * 4);
  }
}
.col-md-4.bg-primary {
  background-color: #003366;
}
.col-md-4.bg-secondary {
  background-color: #0066CC;
}
.col-md-4.bg-tertiary {
  background-color: #F0E8CC;
}
.col-md-4.text-primary {
  color: #003366;
}
.col-md-4.text-secondary {
  color: #0066CC;
}
.col-md-4.text-tertiary {
  color: #F0E8CC;
}
.col-md-4.rounded {
  border-radius: 5px;
}
.col-md-4.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-md-4.bordered {
  border: 1px solid #003366;
}
.col-md-4.bordered.radius {
  border-radius: 5px;
}

.col-md-5 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-5 {
    width: calc(100% / 12 * 5);
  }
}
.col-md-5.bg-primary {
  background-color: #003366;
}
.col-md-5.bg-secondary {
  background-color: #0066CC;
}
.col-md-5.bg-tertiary {
  background-color: #F0E8CC;
}
.col-md-5.text-primary {
  color: #003366;
}
.col-md-5.text-secondary {
  color: #0066CC;
}
.col-md-5.text-tertiary {
  color: #F0E8CC;
}
.col-md-5.rounded {
  border-radius: 5px;
}
.col-md-5.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-md-5.bordered {
  border: 1px solid #003366;
}
.col-md-5.bordered.radius {
  border-radius: 5px;
}

.col-md-6 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-6 {
    width: calc(100% / 12 * 6);
  }
}
.col-md-6.bg-primary {
  background-color: #003366;
}
.col-md-6.bg-secondary {
  background-color: #0066CC;
}
.col-md-6.bg-tertiary {
  background-color: #F0E8CC;
}
.col-md-6.text-primary {
  color: #003366;
}
.col-md-6.text-secondary {
  color: #0066CC;
}
.col-md-6.text-tertiary {
  color: #F0E8CC;
}
.col-md-6.rounded {
  border-radius: 5px;
}
.col-md-6.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-md-6.bordered {
  border: 1px solid #003366;
}
.col-md-6.bordered.radius {
  border-radius: 5px;
}

.col-md-7 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-7 {
    width: calc(100% / 12 * 7);
  }
}
.col-md-7.bg-primary {
  background-color: #003366;
}
.col-md-7.bg-secondary {
  background-color: #0066CC;
}
.col-md-7.bg-tertiary {
  background-color: #F0E8CC;
}
.col-md-7.text-primary {
  color: #003366;
}
.col-md-7.text-secondary {
  color: #0066CC;
}
.col-md-7.text-tertiary {
  color: #F0E8CC;
}
.col-md-7.rounded {
  border-radius: 5px;
}
.col-md-7.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-md-7.bordered {
  border: 1px solid #003366;
}
.col-md-7.bordered.radius {
  border-radius: 5px;
}

.col-md-8 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-8 {
    width: calc(100% / 12 * 8);
  }
}
.col-md-8.bg-primary {
  background-color: #003366;
}
.col-md-8.bg-secondary {
  background-color: #0066CC;
}
.col-md-8.bg-tertiary {
  background-color: #F0E8CC;
}
.col-md-8.text-primary {
  color: #003366;
}
.col-md-8.text-secondary {
  color: #0066CC;
}
.col-md-8.text-tertiary {
  color: #F0E8CC;
}
.col-md-8.rounded {
  border-radius: 5px;
}
.col-md-8.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-md-8.bordered {
  border: 1px solid #003366;
}
.col-md-8.bordered.radius {
  border-radius: 5px;
}

.col-md-9 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-9 {
    width: calc(100% / 12 * 9);
  }
}
.col-md-9.bg-primary {
  background-color: #003366;
}
.col-md-9.bg-secondary {
  background-color: #0066CC;
}
.col-md-9.bg-tertiary {
  background-color: #F0E8CC;
}
.col-md-9.text-primary {
  color: #003366;
}
.col-md-9.text-secondary {
  color: #0066CC;
}
.col-md-9.text-tertiary {
  color: #F0E8CC;
}
.col-md-9.rounded {
  border-radius: 5px;
}
.col-md-9.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-md-9.bordered {
  border: 1px solid #003366;
}
.col-md-9.bordered.radius {
  border-radius: 5px;
}

.col-md-10 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-10 {
    width: calc(100% / 12 * 10);
  }
}
.col-md-10.bg-primary {
  background-color: #003366;
}
.col-md-10.bg-secondary {
  background-color: #0066CC;
}
.col-md-10.bg-tertiary {
  background-color: #F0E8CC;
}
.col-md-10.text-primary {
  color: #003366;
}
.col-md-10.text-secondary {
  color: #0066CC;
}
.col-md-10.text-tertiary {
  color: #F0E8CC;
}
.col-md-10.rounded {
  border-radius: 5px;
}
.col-md-10.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-md-10.bordered {
  border: 1px solid #003366;
}
.col-md-10.bordered.radius {
  border-radius: 5px;
}

.col-md-11 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-11 {
    width: calc(100% / 12 * 11);
  }
}
.col-md-11.bg-primary {
  background-color: #003366;
}
.col-md-11.bg-secondary {
  background-color: #0066CC;
}
.col-md-11.bg-tertiary {
  background-color: #F0E8CC;
}
.col-md-11.text-primary {
  color: #003366;
}
.col-md-11.text-secondary {
  color: #0066CC;
}
.col-md-11.text-tertiary {
  color: #F0E8CC;
}
.col-md-11.rounded {
  border-radius: 5px;
}
.col-md-11.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-md-11.bordered {
  border: 1px solid #003366;
}
.col-md-11.bordered.radius {
  border-radius: 5px;
}

.col-md-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-12 {
    width: calc(100% / 12 * 12);
  }
}
.col-md-12.bg-primary {
  background-color: #003366;
}
.col-md-12.bg-secondary {
  background-color: #0066CC;
}
.col-md-12.bg-tertiary {
  background-color: #F0E8CC;
}
.col-md-12.text-primary {
  color: #003366;
}
.col-md-12.text-secondary {
  color: #0066CC;
}
.col-md-12.text-tertiary {
  color: #F0E8CC;
}
.col-md-12.rounded {
  border-radius: 5px;
}
.col-md-12.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-md-12.bordered {
  border: 1px solid #003366;
}
.col-md-12.bordered.radius {
  border-radius: 5px;
}

.col-lg-1 {
  width: 100%;
}
@media (min-width: 992px) {
  .col-lg-1 {
    width: calc(100% / 12 * 1);
  }
}
.col-lg-1.bg-primary {
  background-color: #003366;
}
.col-lg-1.bg-secondary {
  background-color: #0066CC;
}
.col-lg-1.bg-tertiary {
  background-color: #F0E8CC;
}
.col-lg-1.text-primary {
  color: #003366;
}
.col-lg-1.text-secondary {
  color: #0066CC;
}
.col-lg-1.text-tertiary {
  color: #F0E8CC;
}
.col-lg-1.rounded {
  border-radius: 5px;
}
.col-lg-1.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-lg-1.bordered {
  border: 1px solid #003366;
}
.col-lg-1.bordered.radius {
  border-radius: 5px;
}

.col-lg-2 {
  width: 100%;
}
@media (min-width: 992px) {
  .col-lg-2 {
    width: calc(100% / 12 * 2);
  }
}
.col-lg-2.bg-primary {
  background-color: #003366;
}
.col-lg-2.bg-secondary {
  background-color: #0066CC;
}
.col-lg-2.bg-tertiary {
  background-color: #F0E8CC;
}
.col-lg-2.text-primary {
  color: #003366;
}
.col-lg-2.text-secondary {
  color: #0066CC;
}
.col-lg-2.text-tertiary {
  color: #F0E8CC;
}
.col-lg-2.rounded {
  border-radius: 5px;
}
.col-lg-2.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-lg-2.bordered {
  border: 1px solid #003366;
}
.col-lg-2.bordered.radius {
  border-radius: 5px;
}

.col-lg-3 {
  width: 100%;
}
@media (min-width: 992px) {
  .col-lg-3 {
    width: calc(100% / 12 * 3);
  }
}
.col-lg-3.bg-primary {
  background-color: #003366;
}
.col-lg-3.bg-secondary {
  background-color: #0066CC;
}
.col-lg-3.bg-tertiary {
  background-color: #F0E8CC;
}
.col-lg-3.text-primary {
  color: #003366;
}
.col-lg-3.text-secondary {
  color: #0066CC;
}
.col-lg-3.text-tertiary {
  color: #F0E8CC;
}
.col-lg-3.rounded {
  border-radius: 5px;
}
.col-lg-3.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-lg-3.bordered {
  border: 1px solid #003366;
}
.col-lg-3.bordered.radius {
  border-radius: 5px;
}

.col-lg-4 {
  width: 100%;
}
@media (min-width: 992px) {
  .col-lg-4 {
    width: calc(100% / 12 * 4);
  }
}
.col-lg-4.bg-primary {
  background-color: #003366;
}
.col-lg-4.bg-secondary {
  background-color: #0066CC;
}
.col-lg-4.bg-tertiary {
  background-color: #F0E8CC;
}
.col-lg-4.text-primary {
  color: #003366;
}
.col-lg-4.text-secondary {
  color: #0066CC;
}
.col-lg-4.text-tertiary {
  color: #F0E8CC;
}
.col-lg-4.rounded {
  border-radius: 5px;
}
.col-lg-4.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-lg-4.bordered {
  border: 1px solid #003366;
}
.col-lg-4.bordered.radius {
  border-radius: 5px;
}

.col-lg-5 {
  width: 100%;
}
@media (min-width: 992px) {
  .col-lg-5 {
    width: calc(100% / 12 * 5);
  }
}
.col-lg-5.bg-primary {
  background-color: #003366;
}
.col-lg-5.bg-secondary {
  background-color: #0066CC;
}
.col-lg-5.bg-tertiary {
  background-color: #F0E8CC;
}
.col-lg-5.text-primary {
  color: #003366;
}
.col-lg-5.text-secondary {
  color: #0066CC;
}
.col-lg-5.text-tertiary {
  color: #F0E8CC;
}
.col-lg-5.rounded {
  border-radius: 5px;
}
.col-lg-5.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-lg-5.bordered {
  border: 1px solid #003366;
}
.col-lg-5.bordered.radius {
  border-radius: 5px;
}

.col-lg-6 {
  width: 100%;
}
@media (min-width: 992px) {
  .col-lg-6 {
    width: calc(100% / 12 * 6);
  }
}
.col-lg-6.bg-primary {
  background-color: #003366;
}
.col-lg-6.bg-secondary {
  background-color: #0066CC;
}
.col-lg-6.bg-tertiary {
  background-color: #F0E8CC;
}
.col-lg-6.text-primary {
  color: #003366;
}
.col-lg-6.text-secondary {
  color: #0066CC;
}
.col-lg-6.text-tertiary {
  color: #F0E8CC;
}
.col-lg-6.rounded {
  border-radius: 5px;
}
.col-lg-6.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-lg-6.bordered {
  border: 1px solid #003366;
}
.col-lg-6.bordered.radius {
  border-radius: 5px;
}

.col-lg-7 {
  width: 100%;
}
@media (min-width: 992px) {
  .col-lg-7 {
    width: calc(100% / 12 * 7);
  }
}
.col-lg-7.bg-primary {
  background-color: #003366;
}
.col-lg-7.bg-secondary {
  background-color: #0066CC;
}
.col-lg-7.bg-tertiary {
  background-color: #F0E8CC;
}
.col-lg-7.text-primary {
  color: #003366;
}
.col-lg-7.text-secondary {
  color: #0066CC;
}
.col-lg-7.text-tertiary {
  color: #F0E8CC;
}
.col-lg-7.rounded {
  border-radius: 5px;
}
.col-lg-7.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-lg-7.bordered {
  border: 1px solid #003366;
}
.col-lg-7.bordered.radius {
  border-radius: 5px;
}

.col-lg-8 {
  width: 100%;
}
@media (min-width: 992px) {
  .col-lg-8 {
    width: calc(100% / 12 * 8);
  }
}
.col-lg-8.bg-primary {
  background-color: #003366;
}
.col-lg-8.bg-secondary {
  background-color: #0066CC;
}
.col-lg-8.bg-tertiary {
  background-color: #F0E8CC;
}
.col-lg-8.text-primary {
  color: #003366;
}
.col-lg-8.text-secondary {
  color: #0066CC;
}
.col-lg-8.text-tertiary {
  color: #F0E8CC;
}
.col-lg-8.rounded {
  border-radius: 5px;
}
.col-lg-8.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-lg-8.bordered {
  border: 1px solid #003366;
}
.col-lg-8.bordered.radius {
  border-radius: 5px;
}

.col-lg-9 {
  width: 100%;
}
@media (min-width: 992px) {
  .col-lg-9 {
    width: calc(100% / 12 * 9);
  }
}
.col-lg-9.bg-primary {
  background-color: #003366;
}
.col-lg-9.bg-secondary {
  background-color: #0066CC;
}
.col-lg-9.bg-tertiary {
  background-color: #F0E8CC;
}
.col-lg-9.text-primary {
  color: #003366;
}
.col-lg-9.text-secondary {
  color: #0066CC;
}
.col-lg-9.text-tertiary {
  color: #F0E8CC;
}
.col-lg-9.rounded {
  border-radius: 5px;
}
.col-lg-9.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-lg-9.bordered {
  border: 1px solid #003366;
}
.col-lg-9.bordered.radius {
  border-radius: 5px;
}

.col-lg-10 {
  width: 100%;
}
@media (min-width: 992px) {
  .col-lg-10 {
    width: calc(100% / 12 * 10);
  }
}
.col-lg-10.bg-primary {
  background-color: #003366;
}
.col-lg-10.bg-secondary {
  background-color: #0066CC;
}
.col-lg-10.bg-tertiary {
  background-color: #F0E8CC;
}
.col-lg-10.text-primary {
  color: #003366;
}
.col-lg-10.text-secondary {
  color: #0066CC;
}
.col-lg-10.text-tertiary {
  color: #F0E8CC;
}
.col-lg-10.rounded {
  border-radius: 5px;
}
.col-lg-10.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-lg-10.bordered {
  border: 1px solid #003366;
}
.col-lg-10.bordered.radius {
  border-radius: 5px;
}

.col-lg-11 {
  width: 100%;
}
@media (min-width: 992px) {
  .col-lg-11 {
    width: calc(100% / 12 * 11);
  }
}
.col-lg-11.bg-primary {
  background-color: #003366;
}
.col-lg-11.bg-secondary {
  background-color: #0066CC;
}
.col-lg-11.bg-tertiary {
  background-color: #F0E8CC;
}
.col-lg-11.text-primary {
  color: #003366;
}
.col-lg-11.text-secondary {
  color: #0066CC;
}
.col-lg-11.text-tertiary {
  color: #F0E8CC;
}
.col-lg-11.rounded {
  border-radius: 5px;
}
.col-lg-11.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-lg-11.bordered {
  border: 1px solid #003366;
}
.col-lg-11.bordered.radius {
  border-radius: 5px;
}

.col-lg-12 {
  width: 100%;
}
@media (min-width: 992px) {
  .col-lg-12 {
    width: calc(100% / 12 * 12);
  }
}
.col-lg-12.bg-primary {
  background-color: #003366;
}
.col-lg-12.bg-secondary {
  background-color: #0066CC;
}
.col-lg-12.bg-tertiary {
  background-color: #F0E8CC;
}
.col-lg-12.text-primary {
  color: #003366;
}
.col-lg-12.text-secondary {
  color: #0066CC;
}
.col-lg-12.text-tertiary {
  color: #F0E8CC;
}
.col-lg-12.rounded {
  border-radius: 5px;
}
.col-lg-12.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-lg-12.bordered {
  border: 1px solid #003366;
}
.col-lg-12.bordered.radius {
  border-radius: 5px;
}

.col-xl-1 {
  width: 100%;
}
@media (min-width: 1200px) {
  .col-xl-1 {
    width: calc(100% / 12 * 1);
  }
}
.col-xl-1.bg-primary {
  background-color: #003366;
}
.col-xl-1.bg-secondary {
  background-color: #0066CC;
}
.col-xl-1.bg-tertiary {
  background-color: #F0E8CC;
}
.col-xl-1.text-primary {
  color: #003366;
}
.col-xl-1.text-secondary {
  color: #0066CC;
}
.col-xl-1.text-tertiary {
  color: #F0E8CC;
}
.col-xl-1.rounded {
  border-radius: 5px;
}
.col-xl-1.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-xl-1.bordered {
  border: 1px solid #003366;
}
.col-xl-1.bordered.radius {
  border-radius: 5px;
}

.col-xl-2 {
  width: 100%;
}
@media (min-width: 1200px) {
  .col-xl-2 {
    width: calc(100% / 12 * 2);
  }
}
.col-xl-2.bg-primary {
  background-color: #003366;
}
.col-xl-2.bg-secondary {
  background-color: #0066CC;
}
.col-xl-2.bg-tertiary {
  background-color: #F0E8CC;
}
.col-xl-2.text-primary {
  color: #003366;
}
.col-xl-2.text-secondary {
  color: #0066CC;
}
.col-xl-2.text-tertiary {
  color: #F0E8CC;
}
.col-xl-2.rounded {
  border-radius: 5px;
}
.col-xl-2.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-xl-2.bordered {
  border: 1px solid #003366;
}
.col-xl-2.bordered.radius {
  border-radius: 5px;
}

.col-xl-3 {
  width: 100%;
}
@media (min-width: 1200px) {
  .col-xl-3 {
    width: calc(100% / 12 * 3);
  }
}
.col-xl-3.bg-primary {
  background-color: #003366;
}
.col-xl-3.bg-secondary {
  background-color: #0066CC;
}
.col-xl-3.bg-tertiary {
  background-color: #F0E8CC;
}
.col-xl-3.text-primary {
  color: #003366;
}
.col-xl-3.text-secondary {
  color: #0066CC;
}
.col-xl-3.text-tertiary {
  color: #F0E8CC;
}
.col-xl-3.rounded {
  border-radius: 5px;
}
.col-xl-3.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-xl-3.bordered {
  border: 1px solid #003366;
}
.col-xl-3.bordered.radius {
  border-radius: 5px;
}

.col-xl-4 {
  width: 100%;
}
@media (min-width: 1200px) {
  .col-xl-4 {
    width: calc(100% / 12 * 4);
  }
}
.col-xl-4.bg-primary {
  background-color: #003366;
}
.col-xl-4.bg-secondary {
  background-color: #0066CC;
}
.col-xl-4.bg-tertiary {
  background-color: #F0E8CC;
}
.col-xl-4.text-primary {
  color: #003366;
}
.col-xl-4.text-secondary {
  color: #0066CC;
}
.col-xl-4.text-tertiary {
  color: #F0E8CC;
}
.col-xl-4.rounded {
  border-radius: 5px;
}
.col-xl-4.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-xl-4.bordered {
  border: 1px solid #003366;
}
.col-xl-4.bordered.radius {
  border-radius: 5px;
}

.col-xl-5 {
  width: 100%;
}
@media (min-width: 1200px) {
  .col-xl-5 {
    width: calc(100% / 12 * 5);
  }
}
.col-xl-5.bg-primary {
  background-color: #003366;
}
.col-xl-5.bg-secondary {
  background-color: #0066CC;
}
.col-xl-5.bg-tertiary {
  background-color: #F0E8CC;
}
.col-xl-5.text-primary {
  color: #003366;
}
.col-xl-5.text-secondary {
  color: #0066CC;
}
.col-xl-5.text-tertiary {
  color: #F0E8CC;
}
.col-xl-5.rounded {
  border-radius: 5px;
}
.col-xl-5.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-xl-5.bordered {
  border: 1px solid #003366;
}
.col-xl-5.bordered.radius {
  border-radius: 5px;
}

.col-xl-6 {
  width: 100%;
}
@media (min-width: 1200px) {
  .col-xl-6 {
    width: calc(100% / 12 * 6);
  }
}
.col-xl-6.bg-primary {
  background-color: #003366;
}
.col-xl-6.bg-secondary {
  background-color: #0066CC;
}
.col-xl-6.bg-tertiary {
  background-color: #F0E8CC;
}
.col-xl-6.text-primary {
  color: #003366;
}
.col-xl-6.text-secondary {
  color: #0066CC;
}
.col-xl-6.text-tertiary {
  color: #F0E8CC;
}
.col-xl-6.rounded {
  border-radius: 5px;
}
.col-xl-6.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-xl-6.bordered {
  border: 1px solid #003366;
}
.col-xl-6.bordered.radius {
  border-radius: 5px;
}

.col-xl-7 {
  width: 100%;
}
@media (min-width: 1200px) {
  .col-xl-7 {
    width: calc(100% / 12 * 7);
  }
}
.col-xl-7.bg-primary {
  background-color: #003366;
}
.col-xl-7.bg-secondary {
  background-color: #0066CC;
}
.col-xl-7.bg-tertiary {
  background-color: #F0E8CC;
}
.col-xl-7.text-primary {
  color: #003366;
}
.col-xl-7.text-secondary {
  color: #0066CC;
}
.col-xl-7.text-tertiary {
  color: #F0E8CC;
}
.col-xl-7.rounded {
  border-radius: 5px;
}
.col-xl-7.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-xl-7.bordered {
  border: 1px solid #003366;
}
.col-xl-7.bordered.radius {
  border-radius: 5px;
}

.col-xl-8 {
  width: 100%;
}
@media (min-width: 1200px) {
  .col-xl-8 {
    width: calc(100% / 12 * 8);
  }
}
.col-xl-8.bg-primary {
  background-color: #003366;
}
.col-xl-8.bg-secondary {
  background-color: #0066CC;
}
.col-xl-8.bg-tertiary {
  background-color: #F0E8CC;
}
.col-xl-8.text-primary {
  color: #003366;
}
.col-xl-8.text-secondary {
  color: #0066CC;
}
.col-xl-8.text-tertiary {
  color: #F0E8CC;
}
.col-xl-8.rounded {
  border-radius: 5px;
}
.col-xl-8.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-xl-8.bordered {
  border: 1px solid #003366;
}
.col-xl-8.bordered.radius {
  border-radius: 5px;
}

.col-xl-9 {
  width: 100%;
}
@media (min-width: 1200px) {
  .col-xl-9 {
    width: calc(100% / 12 * 9);
  }
}
.col-xl-9.bg-primary {
  background-color: #003366;
}
.col-xl-9.bg-secondary {
  background-color: #0066CC;
}
.col-xl-9.bg-tertiary {
  background-color: #F0E8CC;
}
.col-xl-9.text-primary {
  color: #003366;
}
.col-xl-9.text-secondary {
  color: #0066CC;
}
.col-xl-9.text-tertiary {
  color: #F0E8CC;
}
.col-xl-9.rounded {
  border-radius: 5px;
}
.col-xl-9.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-xl-9.bordered {
  border: 1px solid #003366;
}
.col-xl-9.bordered.radius {
  border-radius: 5px;
}

.col-xl-10 {
  width: 100%;
}
@media (min-width: 1200px) {
  .col-xl-10 {
    width: calc(100% / 12 * 10);
  }
}
.col-xl-10.bg-primary {
  background-color: #003366;
}
.col-xl-10.bg-secondary {
  background-color: #0066CC;
}
.col-xl-10.bg-tertiary {
  background-color: #F0E8CC;
}
.col-xl-10.text-primary {
  color: #003366;
}
.col-xl-10.text-secondary {
  color: #0066CC;
}
.col-xl-10.text-tertiary {
  color: #F0E8CC;
}
.col-xl-10.rounded {
  border-radius: 5px;
}
.col-xl-10.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-xl-10.bordered {
  border: 1px solid #003366;
}
.col-xl-10.bordered.radius {
  border-radius: 5px;
}

.col-xl-11 {
  width: 100%;
}
@media (min-width: 1200px) {
  .col-xl-11 {
    width: calc(100% / 12 * 11);
  }
}
.col-xl-11.bg-primary {
  background-color: #003366;
}
.col-xl-11.bg-secondary {
  background-color: #0066CC;
}
.col-xl-11.bg-tertiary {
  background-color: #F0E8CC;
}
.col-xl-11.text-primary {
  color: #003366;
}
.col-xl-11.text-secondary {
  color: #0066CC;
}
.col-xl-11.text-tertiary {
  color: #F0E8CC;
}
.col-xl-11.rounded {
  border-radius: 5px;
}
.col-xl-11.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-xl-11.bordered {
  border: 1px solid #003366;
}
.col-xl-11.bordered.radius {
  border-radius: 5px;
}

.col-xl-12 {
  width: 100%;
}
@media (min-width: 1200px) {
  .col-xl-12 {
    width: calc(100% / 12 * 12);
  }
}
.col-xl-12.bg-primary {
  background-color: #003366;
}
.col-xl-12.bg-secondary {
  background-color: #0066CC;
}
.col-xl-12.bg-tertiary {
  background-color: #F0E8CC;
}
.col-xl-12.text-primary {
  color: #003366;
}
.col-xl-12.text-secondary {
  color: #0066CC;
}
.col-xl-12.text-tertiary {
  color: #F0E8CC;
}
.col-xl-12.rounded {
  border-radius: 5px;
}
.col-xl-12.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-xl-12.bordered {
  border: 1px solid #003366;
}
.col-xl-12.bordered.radius {
  border-radius: 5px;
}

.row-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 4px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 4px;
  max-width: 100%;
  width: 100%;
  flex-wrap: wrap;
}
.row-grid .col-sm-1 {
  grid-column: span 1;
}
.row-grid .col-sm-1.bg-primary {
  background-color: #003366;
}
.row-grid .col-sm-2 {
  grid-column: span 2;
}
.row-grid .col-sm-2.bg-primary {
  background-color: #003366;
}
.row-grid .col-sm-3 {
  grid-column: span 3;
}
.row-grid .col-sm-3.bg-primary {
  background-color: #003366;
}
.row-grid .col-sm-4 {
  grid-column: span 4;
}
.row-grid .col-sm-4.bg-primary {
  background-color: #003366;
}
.row-grid .col-sm-5 {
  grid-column: span 5;
}
.row-grid .col-sm-5.bg-primary {
  background-color: #003366;
}
.row-grid .col-sm-6 {
  grid-column: span 6;
}
.row-grid .col-sm-6.bg-primary {
  background-color: #003366;
}
.row-grid .col-sm-7 {
  grid-column: span 7;
}
.row-grid .col-sm-7.bg-primary {
  background-color: #003366;
}
.row-grid .col-sm-8 {
  grid-column: span 8;
}
.row-grid .col-sm-8.bg-primary {
  background-color: #003366;
}
.row-grid .col-sm-9 {
  grid-column: span 9;
}
.row-grid .col-sm-9.bg-primary {
  background-color: #003366;
}
.row-grid .col-sm-10 {
  grid-column: span 10;
}
.row-grid .col-sm-10.bg-primary {
  background-color: #003366;
}
.row-grid .col-sm-11 {
  grid-column: span 11;
}
.row-grid .col-sm-11.bg-primary {
  background-color: #003366;
}
.row-grid .col-sm-12 {
  grid-column: span 12;
}
.row-grid .col-sm-12.bg-primary {
  background-color: #003366;
}
.row-grid .col-md-1 {
  grid-column: span 1;
}
.row-grid .col-md-1.bg-primary {
  background-color: #003366;
}
.row-grid .col-md-2 {
  grid-column: span 2;
}
.row-grid .col-md-2.bg-primary {
  background-color: #003366;
}
.row-grid .col-md-3 {
  grid-column: span 3;
}
.row-grid .col-md-3.bg-primary {
  background-color: #003366;
}
.row-grid .col-md-4 {
  grid-column: span 4;
}
.row-grid .col-md-4.bg-primary {
  background-color: #003366;
}
.row-grid .col-md-5 {
  grid-column: span 5;
}
.row-grid .col-md-5.bg-primary {
  background-color: #003366;
}
.row-grid .col-md-6 {
  grid-column: span 6;
}
.row-grid .col-md-6.bg-primary {
  background-color: #003366;
}
.row-grid .col-md-7 {
  grid-column: span 7;
}
.row-grid .col-md-7.bg-primary {
  background-color: #003366;
}
.row-grid .col-md-8 {
  grid-column: span 8;
}
.row-grid .col-md-8.bg-primary {
  background-color: #003366;
}
.row-grid .col-md-9 {
  grid-column: span 9;
}
.row-grid .col-md-9.bg-primary {
  background-color: #003366;
}
.row-grid .col-md-10 {
  grid-column: span 10;
}
.row-grid .col-md-10.bg-primary {
  background-color: #003366;
}
.row-grid .col-md-11 {
  grid-column: span 11;
}
.row-grid .col-md-11.bg-primary {
  background-color: #003366;
}
.row-grid .col-md-12 {
  grid-column: span 12;
}
.row-grid .col-md-12.bg-primary {
  background-color: #003366;
}
.row-grid .col-lg-1 {
  grid-column: span 1;
}
.row-grid .col-lg-1.bg-primary {
  background-color: #003366;
}
.row-grid .col-lg-2 {
  grid-column: span 2;
}
.row-grid .col-lg-2.bg-primary {
  background-color: #003366;
}
.row-grid .col-lg-3 {
  grid-column: span 3;
}
.row-grid .col-lg-3.bg-primary {
  background-color: #003366;
}
.row-grid .col-lg-4 {
  grid-column: span 4;
}
.row-grid .col-lg-4.bg-primary {
  background-color: #003366;
}
.row-grid .col-lg-5 {
  grid-column: span 5;
}
.row-grid .col-lg-5.bg-primary {
  background-color: #003366;
}
.row-grid .col-lg-6 {
  grid-column: span 6;
}
.row-grid .col-lg-6.bg-primary {
  background-color: #003366;
}
.row-grid .col-lg-7 {
  grid-column: span 7;
}
.row-grid .col-lg-7.bg-primary {
  background-color: #003366;
}
.row-grid .col-lg-8 {
  grid-column: span 8;
}
.row-grid .col-lg-8.bg-primary {
  background-color: #003366;
}
.row-grid .col-lg-9 {
  grid-column: span 9;
}
.row-grid .col-lg-9.bg-primary {
  background-color: #003366;
}
.row-grid .col-lg-10 {
  grid-column: span 10;
}
.row-grid .col-lg-10.bg-primary {
  background-color: #003366;
}
.row-grid .col-lg-11 {
  grid-column: span 11;
}
.row-grid .col-lg-11.bg-primary {
  background-color: #003366;
}
.row-grid .col-lg-12 {
  grid-column: span 12;
}
.row-grid .col-lg-12.bg-primary {
  background-color: #003366;
}
.row-grid .col-xl-1 {
  grid-column: span 1;
}
.row-grid .col-xl-1.bg-primary {
  background-color: #003366;
}
.row-grid .col-xl-2 {
  grid-column: span 2;
}
.row-grid .col-xl-2.bg-primary {
  background-color: #003366;
}
.row-grid .col-xl-3 {
  grid-column: span 3;
}
.row-grid .col-xl-3.bg-primary {
  background-color: #003366;
}
.row-grid .col-xl-4 {
  grid-column: span 4;
}
.row-grid .col-xl-4.bg-primary {
  background-color: #003366;
}
.row-grid .col-xl-5 {
  grid-column: span 5;
}
.row-grid .col-xl-5.bg-primary {
  background-color: #003366;
}
.row-grid .col-xl-6 {
  grid-column: span 6;
}
.row-grid .col-xl-6.bg-primary {
  background-color: #003366;
}
.row-grid .col-xl-7 {
  grid-column: span 7;
}
.row-grid .col-xl-7.bg-primary {
  background-color: #003366;
}
.row-grid .col-xl-8 {
  grid-column: span 8;
}
.row-grid .col-xl-8.bg-primary {
  background-color: #003366;
}
.row-grid .col-xl-9 {
  grid-column: span 9;
}
.row-grid .col-xl-9.bg-primary {
  background-color: #003366;
}
.row-grid .col-xl-10 {
  grid-column: span 10;
}
.row-grid .col-xl-10.bg-primary {
  background-color: #003366;
}
.row-grid .col-xl-11 {
  grid-column: span 11;
}
.row-grid .col-xl-11.bg-primary {
  background-color: #003366;
}
.row-grid .col-xl-12 {
  grid-column: span 12;
}
.row-grid .col-xl-12.bg-primary {
  background-color: #003366;
}

.header {
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
.header__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 29px 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.header__logo {
  margin-right: 20px;
}
.header__logo img {
  width: 42px;
  height: 42px;
  display: block;
}
.header__nav {
  display: flex;
  gap: 20px;
}
.header__nav a {
  color: white;
  font-size: 16px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s;
}
.header__nav a:hover {
  color: #0066CC;
}
.header__burger {
  display: none;
  background: none;
  border: none;
  width: 42px;
  height: 42px;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
}
.header__burger span {
  display: block;
  height: 4px;
  width: 28px;
  background: white;
  border-radius: 2px;
  margin: 5px auto;
  transition: all 0.3s;
}
.header__burger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.header__burger.active span:nth-child(2) {
  opacity: 0;
}
.header__burger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.header__mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #003366;
  z-index: 20;
}
.header__mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px 0;
}
.header__mobile-menu nav a {
  color: white;
  font-size: 20px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 700;
  text-decoration: none;
  padding: 6px 0;
  width: 100%;
  text-align: center;
  transition: color 0.2s;
  border-bottom: 1px solid rgba(217, 217, 217, 0.3);
}
.header__mobile-menu nav a:hover {
  color: #0066CC;
}
.header__mobile-menu.open {
  display: block;
  animation: fadeIn 0.2s;
}

@media (max-width: 1100px) {
  .header__container {
    padding: 20px 14px;
    gap: 10px;
  }
}
@media (max-width: 900px) {
  .header__nav {
    display: none;
  }
  .header__burger {
    display: block;
  }
  .header__mobile-menu {
    display: none;
  }
  .header__mobile-menu.open {
    display: block;
    padding: 20px 40px;
  }
  .header__mobile-menu nav a {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .header__container {
    padding: 10px 4px;
    gap: 4px;
  }
  .header__logo img {
    width: 36px;
    height: 36px;
  }
  .header__mobile-menu nav a {
    font-size: 15px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header__nav-item {
  position: relative;
}

.header__nav-dropdown:hover .header__dropdown-menu, .header__nav-dropdown:focus-within .header__dropdown-menu {
  display: flex;
}

.header__dropdown-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  background: #003366;
  min-width: 220px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  z-index: 200;
}
.header__dropdown-menu a {
  color: white;
  padding: 6px 10px;
  text-align: left;
  font-size: 13px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.header__dropdown-menu a:hover {
  background: #0066CC;
  color: #003366;
}

@media (max-width: 900px) {
  .header__dropdown-menu {
    position: static;
    display: flex !important;
    flex-direction: column;
    box-shadow: none;
    background: none;
    padding-left: 16px;
  }
  .header__dropdown-menu a {
    padding: 4px 0;
    font-size: 11px;
    color: white;
    text-align: left;
    width: 100%;
    border-left: 2px solid #0066CC;
    margin-bottom: 2px;
  }
  .header__dropdown-menu a:hover {
    background: #0066CC;
    color: #003366 !important;
  }
  .header__nav-dropdown > .header__nav-link {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #0066CC;
    margin-bottom: 2px;
    cursor: pointer;
    color: white;
  }
}
.footer {
  background: #003366;
  padding: 2px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.footer__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  min-height: 377px;
  box-sizing: border-box;
  flex-wrap: nowrap;
}
.footer__block {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: none;
  color: white;
  min-width: 0;
  max-width: 100%;
}
.footer__block--club, .footer__block--links, .footer__block--contact {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  text-align: center;
}
.footer__block .footer__block-title {
  font-size: 24px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
}
.footer__block .footer__block-desc {
  font-size: 16px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 400;
  text-align: center;
}
.footer__block .footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.footer__block .footer__links a {
  color: white;
  font-size: 16px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 700;
  text-decoration: none;
  width: 100%;
  text-align: center;
  transition: color 0.2s;
}
.footer__block .footer__links a:hover {
  color: #0066CC;
}
.footer__block--contact .footer__contact-list a {
  color: white;
  font-size: 16px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.footer__divider {
  width: 188px;
  height: 0;
  border-top: 1px solid white;
  transform: rotate(90deg);
  align-self: center;
  margin: 0 10px;
  transition: all 0.3s;
}
.footer__copyright {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
  color: white;
  font-size: 16px;
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
}

@media (max-width: 992px) {
  .footer__container {
    flex-direction: column;
    align-items: center;
    padding: 30px;
    min-height: unset;
    gap: 20px;
  }
  .footer__block {
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
  }
  .footer__block .footer__block-title,
  .footer__block .footer__block-desc,
  .footer__block .footer__contact-list div {
    text-align: center;
  }
  .footer__divider {
    width: 188px;
    height: 0;
    border-top: 1px solid white;
    transform: none;
    margin: 10px 0;
    align-self: center;
    display: block;
  }
  .footer__copyright {
    position: static;
    margin-top: 14px;
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 30px 0;
  }
  .footer__container {
    padding: 20px;
    gap: 14px;
  }
  .footer__block {
    gap: 6px;
  }
  .footer__block .footer__block-title {
    font-size: 21px;
  }
  .footer__block .footer__block-desc,
  .footer__block .footer__contact-list div {
    font-size: 11px;
  }
  .footer__copyright {
    font-size: 11px;
    margin-top: 14px;
  }
}
.footer__socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.footer__socials .footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
}
.footer__socials .footer__social-link i {
  font-size: 18px;
  color: #fff !important;
  transition: color 0.2s, transform 0.2s;
  filter: none !important;
}
.footer__socials .footer__social-link:hover, .footer__socials .footer__social-link:focus {
  border-color: #fff;
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.footer__socials .footer__social-link:hover i, .footer__socials .footer__social-link:focus i {
  color: #fff !important;
  transform: scale(1.15) rotate(-8deg);
}

body {
  font-family: "Montserrat", "Arial, sans-serif, roboto";
  gap: 2px;
  padding: 0px;
  margin: 0px;
  font-family: "Signika";
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "GRAD" 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Good Times" !important;
  color: #003366;
}

@font-face {
  font-family: "Good Times";
  src: url("../assets/font/Good Times Rg.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

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