@charset "UTF-8";
@import "font/font.css";
@import "couleurs.css";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
.Hip-hop {
  background-color: rgba(0, 0, 0, 0.75);
}

/* Reggae : Vert, Jaune, Rouge */
.Reggae {
  background-color: rgba(69, 140, 97, 0.5);
}

/* Dub : Vert et Noir */
.Dub {
  background-color: rgba(168, 39, 52, 0.5);
}

/* Électronique : Bleu et Violet */
.electro {
  background-color: rgba(0, 150, 160, 0.5);
}

/* Rock : Rouge et Noir */
.rock {
  background-color: rgba(83, 23, 78, 0.5);
}

.autres {
  background-color: rgba(255, 255, 255, 0.5);
}

.live-reports, .actualite, .photographies, .portraits, .interviews, .agenda {
  background-color: rgba(5, 5, 20, 0.75);
}

.hidden {
  display: none !important;
}

h1 {
  color: rgb(5, 5, 20);
  font-size: 20px;
  font-family: "gloria";
}

h2 {
  color: rgb(168, 39, 52);
  font-size: 17px;
  font-family: "gloria";
}

h3 {
  color: rgb(219, 178, 94);
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  text-transform: uppercase;
  margin: 25px;
  justify-content: center;
  vertical-align: middle;
  padding: 0;
  height: 100px;
  width: calc(100% - 50px);
}

p {
  line-height: 30px;
}

body *:before,
body *:after {
  font-family: "FontAwesome";
  font-weight: 200;
  font-style: regular;
  font-display: swap;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "roboto";
  overflow: scroll;
}
body * {
  display: flex;
  flex-direction: column;
  font-size: medium;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
body .add-event-button {
  display: flex;
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(217deg, rgba(27, 38, 59, 0.25), rgba(18, 18, 18, 0.25) 70.71%), linear-gradient(127deg, rgba(27, 38, 19, 0.25), rgba(18, 18, 18, 0.5) 70.71%), linear-gradient(336deg, rgba(27, 38, 255, 0.25), rgba(18, 18, 18, 0.25) 70.71%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: #ffffff;
  box-shadow: 0px 0px 5px 0px #ffffff;
  z-index: 10000 !important;
  overflow: visible;
  bottom: 25px;
  left: 25px;
  font-size: 25px;
  padding: 0;
  text-align: center;
  justify-content: center;
  border-radius: 5px;
}
body video {
  margin: 10px auto;
}
body .loader {
  z-index: 999999;
  width: 100%;
  height: 100vmin;
  position: fixed;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: rgb(219, 178, 94);
  align-self: center;
  transition: all 0.5s ease-in-out;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media (max-width: 880px) {
  body .loader {
    height: 100%;
    max-width: 100%;
  }
}
body .loader img {
  margin: 0 auto;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 50%;
}
@media (max-width: 880px) {
  body .loader img {
    height: 100%;
    max-width: 100%;
  }
}
body .loader .spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 5px solid rgba(5, 5, 20, 0.5);
  border-top: 5px solid rgb(5, 5, 20); /* Couleur principale */
  box-shadow: 0 0 5px 2px rgba(5, 5, 20, 0.75);
  border-radius: 50%;
  animation: spin 0.75s ease-in-out infinite;
  margin-bottom: 10px;
  margin: auto;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body .w-100 {
  border: 1px solid rgba(252, 94, 0, 0.5);
  width: calc(100% - 22px);
  margin: 10px;
  padding: 20px;
}
body .bgblack {
  background-color: rgb(5, 5, 20);
  justify-content: center;
}
body .billetterie {
  background-color: rgb(168, 39, 52);
  border-radius: 10px;
}
body .billetterie a {
  color: #ffffff;
}
body .idlink {
  width: calc(25% - 50px);
  height: 400px;
}
@media (max-width: 1080px) {
  body .idlink {
    width: calc(33.3333333333% - 50px);
  }
}
@media (max-width: 880px) {
  body .idlink {
    width: calc(50% - 50px);
  }
}
@media (max-width: 600px) {
  body .idlink {
    width: calc(100% - 50px);
    margin: 25px 25px 0 25px;
  }
}
body .admin-pannel {
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  /* Optionnel : Vous pouvez ajouter un style pour les sections affichées */
}
body .admin-pannel .admin-control {
  z-index: 9999;
  width: 200px;
  background-color: rgb(5, 5, 20);
  height: calc(100% - 100px);
  position: fixed;
  top: 100px;
  bottom: 0;
  overflow-x: scroll;
}
body .admin-pannel .admin-control ul {
  width: calc(100% - 20px);
  padding: 50px 10px;
  color: rgba(219, 178, 94, 0.75);
}
body .admin-pannel .admin-control ul li {
  flex-direction: row;
  height: 50px;
  align-items: center;
}
body .admin-pannel .admin-control ul li span {
  display: flex;
  width: calc(100% - 20px);
  padding-left: 5px;
  justify-content: center;
  vertical-align: middle;
}
body .admin-pannel .admin-list {
  min-height: 1000px;
}
body .admin-pannel .admin-categories,
body .admin-pannel .admin-list {
  margin: 0 50px 50px 250px;
  width: calc(100% - 300px);
}
body .admin-pannel .admin-categories ul,
body .admin-pannel .admin-list ul {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
body .admin-pannel .admin-categories ul li,
body .admin-pannel .admin-list ul li {
  width: calc(50% - 80px);
  margin: 20px;
}
body .admin-pannel .admin-categories ul li img,
body .admin-pannel .admin-list ul li img {
  max-width: 200px;
  height: 200px;
  padding: auto;
  border: 1px solid #000000;
  margin: auto auto auto 0;
  overflow: hidden;
  box-sizing: content-box;
}
body .admin-pannel .admin-categories .preview-container, body .admin-pannel .admin-categories .preview-container-multiple, body .admin-pannel .admin-categories .modif-photos-container,
body .admin-pannel .admin-list .preview-container,
body .admin-pannel .admin-list .preview-container-multiple,
body .admin-pannel .admin-list .modif-photos-container {
  display: flex;
  align-items: center; /* Alignement vertical */
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px;
  gap: 15px; /* Espace entre l'image et le bouton */
}
body .admin-pannel .admin-categories .previewimage,
body .admin-pannel .admin-list .previewimage {
  max-height: 200px;
  max-width: 200px;
}
body .admin-pannel .admin-categories .closepreview,
body .admin-pannel .admin-list .closepreview {
  width: 40px;
  height: 40px;
  background-color: red;
  color: white;
  border: none;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
body .admin-pannel .admin-categories .modif-photos-container,
body .admin-pannel .admin-list .modif-photos-container {
  width: 100%;
  flex-direction: row;
}
body .admin-pannel .admin-categories .modif-photos-container .photo-item,
body .admin-pannel .admin-list .modif-photos-container .photo-item {
  width: calc(25% - 20px);
}
body .admin-pannel .admin-categories .modif-photos-container .photo-item label,
body .admin-pannel .admin-list .modif-photos-container .photo-item label {
  width: calc(100% - 30px);
  height: 200px;
  margin: 0;
}
body .admin-pannel .admin-categories .modif-photos-container .photo-item img,
body .admin-pannel .admin-list .modif-photos-container .photo-item img {
  width: auto;
  max-width: 100%;
  height: 100px;
}
body .admin-pannel .admin-categories .admin-user-infos,
body .admin-pannel .admin-categories label,
body .admin-pannel .admin-list .admin-user-infos,
body .admin-pannel .admin-list label {
  background-color: rgba(214, 216, 120, 0.15) !important;
}
body .admin-pannel .admin-categories form,
body .admin-pannel .admin-list form {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
body .admin-pannel .admin-categories form input,
body .admin-pannel .admin-categories form label,
body .admin-pannel .admin-list form input,
body .admin-pannel .admin-list form label {
  width: calc(50% - 65px);
  padding: 20px;
  margin: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 5px 0px rgb(5, 5, 20);
  background-color: #ffffff;
}
body .admin-pannel .admin-categories form select,
body .admin-pannel .admin-list form select {
  width: calc(50% - 25px);
  padding: 10px;
  margin: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 5px 0px rgb(5, 5, 20);
  background-color: #ffffff;
}
body .admin-pannel .admin-categories form select option,
body .admin-pannel .admin-list form select option {
  overflow-y: scroll;
  padding: 10px;
}
body .admin-pannel .admin-categories form .textarea_edit,
body .admin-pannel .admin-categories form textarea,
body .admin-pannel .admin-list form .textarea_edit,
body .admin-pannel .admin-list form textarea {
  width: calc(100% - 70px);
  min-height: 1000px;
  padding: 20px;
  margin: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 5px 0px rgb(5, 5, 20);
  background-color: #ffffff;
}
body .admin-pannel .admin-categories form button,
body .admin-pannel .admin-categories form input[type=submit],
body .admin-pannel .admin-list form button,
body .admin-pannel .admin-list form input[type=submit] {
  width: calc(100% - 30px);
  padding: 20px;
  margin: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 10px -2px rgb(5, 5, 20);
  background-color: #ffffff;
}
body .admin-pannel .admin-errors {
  width: 100%;
}
body .admin-pannel .admin-errors .scc {
  background-color: rgba(120, 224, 143, 0.5);
}
body .admin-pannel .admin-errors .err {
  background-color: rgba(168, 39, 52, 0.5);
}
body .admin-pannel .admin-errors span {
  width: calc(100% - 30px);
  font-size: 13px;
  margin: 25px 0 0 0;
  line-height: 50px;
  align-items: left;
  vertical-align: middle;
  flex-direction: row;
  overflow-y: scroll;
  color: rgb(5, 5, 20);
  text-wrap: nowrap;
  padding: 10px;
  font-weight: lighter;
  scrollbar-width: thin;
  border-radius: 10px;
  color: #ffffff;
}
body .admin-pannel .admin-errors span i {
  min-width: 50px;
  max-width: 50px;
  height: 20px;
  font-size: 20px;
  padding: 15px 0;
  margin-right: 20px;
  margin-left: 0;
  border-radius: 10px;
  display: flex;
  text-align: center;
  vertical-align: middle;
  background-color: #dbb25e;
}
@media (max-width: 800px) {
  body .admin-pannel .admin-errors span i {
    margin: 0 10px 0 25px;
  }
}
body .admin-pannel .admin-errors span a {
  margin: auto 5px;
}
body .admin-pannel .ajout-article.active {
  display: block;
}
body .admin-pannel .ajout-article {
  overflow-x: scroll;
  z-index: 999;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 25px;
  height: calc(100% - 100px);
  width: calc(100% - 100px);
  margin: 25px;
  background-color: rgb(237, 241, 255);
  box-shadow: 0 0 10px 5px rgb(5, 5, 20);
  border-radius: 10px;
}
body .div-agenda {
  width: calc(100% - 100px);
  margin: 0 50px;
  padding: 0 25px;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  body .div-agenda {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
body .container-agenda {
  width: calc(50% - 50px);
  height: 490px;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 25px;
  position: relative;
  overflow: hidden; /* Évite les débordements */
  text-align: center;
  transition: background-color 0.3s ease; /* Ajoute une transition au changement de couleur */
  border-radius: 10px;
  box-shadow: 0 0 15px 0px rgb(5, 5, 20);
}
@media (max-width: 1080px) {
  body .container-agenda {
    width: calc(50% - 40px);
    margin: 20px;
    height: 300px;
  }
}
@media (max-width: 600px) {
  body .container-agenda {
    width: calc(100% - 40px);
    margin: 20px;
  }
}
body .container-agenda .agenda-img {
  width: 100%;
  height: 100%; /* L'image couvre tout le conteneur */
  position: relative; /* Nécessaire pour positionner le pseudo-élément */
  overflow: hidden;
  transition: transform 0.3s ease; /* Ajoute une transition à l'image */
  /* Pseudo-élément pour le fond semi-transparent */
}
body .container-agenda .agenda-img img {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Couvre tout le conteneur sans déformer */
  transition: transform 0.3s ease; /* Ajoute une transition à l'image */
}
body .container-agenda:hover .agenda-img img {
  transform: scale(1.1); /* Agrandit légèrement l'image au survol */
}
body .container-agenda .agenda-content {
  position: absolute; /* Positionne le contenu au-dessus de l'image */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centre le contenu */
  z-index: 99; /* S'assurer que le contenu est au-dessus du pseudo-élément */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #ffffff; /* Couleur du texte pour être visible sur l'image */
  padding: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.75);
}
body .container-agenda .agenda-content:hover h2 {
  color: rgba(255, 255, 255, 0.5) !important;
}
body .container-agenda .agenda-content:hover .agenda-date {
  opacity: 0;
}
body .container-agenda .agenda-content:hover .agenda-title {
  background-color: transparent;
}
body .container-agenda .agenda-content:hover ~ .agenda-content {
  background-color: rgba(255, 255, 255, 0.75); /* Couleur pour les frères suivants */
}
body .container-agenda .agenda-content a {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 10px;
  bottom: 0;
}
body .container-agenda .agenda-content .agenda-title {
  font-weight: bold;
  text-align: center;
  width: calc(100% - 10px);
  height: 100%;
  justify-content: center;
  align-items: center;
  text-wrap: nowrap;
  overflow-y: scroll;
  margin: 0 0 0 0;
  padding: 2.5px 0 2.5px 10px;
}
body .container-agenda .agenda-content .agenda-title h2 {
  font-family: "gloria";
  font-size: 1.25em;
  text-wrap: wrap;
  color: rgb(219, 178, 94);
}
body .container-agenda .agenda-content .agenda-title .agenda-date {
  font-size: 1.2em;
  font-family: "robotoc";
  color: #fff;
  text-wrap: wrap;
}
body .container-agenda .agenda-content .agenda-title .agenda-date:hover {
  opacity: 0;
}
body .container-agenda .agenda-content .agenda-title-left {
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  background-color: rgb(219, 178, 94);
  width: calc(100% - 15px);
  height: 100px;
  text-wrap: nowrap;
  overflow-y: scroll;
  margin: 0 0 0 0;
  padding: 2.5px 0 2.5px 15px;
  color: #ffffff;
  top: 0;
}
body .container-agenda .agenda-content .agenda-date-left {
  font-size: 0.8em;
  margin: 0;
  padding: 25px;
  text-align: left;
  justify-content: left;
  align-items: start;
  height: 100%;
  text-shadow: rgba(5, 5, 20, 0.75) 1px 0 10px;
  font-size: 18px;
  background-color: rgb(5, 5, 20);
  color: #fff;
}
body .container-agenda .agenda-content .agenda-content-link {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 10px;
  height: 100px;
  margin-bottom: 0;
  width: calc(100% - 20px);
  right: 0;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.75);
}
body .container-agenda .agenda-content .agenda-content-link p {
  overflow-y: scroll;
  top: 100px;
  height: 100px;
  text-align: left;
}
body .container-agenda .agenda-content .agenda-content-link .ag_link {
  z-index: 2;
  width: 70px;
  height: 40px;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: rgb(5, 5, 20);
  color: #ffffff;
  box-shadow: 0 0 5px 0 rgb(5, 5, 20);
  font-size: 16px;
  padding: auto;
}
body .container-agenda .agenda-content .agenda-content-link .ag_link i {
  color: rgba(219, 178, 94, 0.75);
  text-align: center;
  font-size: 20px;
}
body .container-agenda-b {
  width: calc(100% - 50px);
  height: 490px;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 25px;
  position: relative;
  overflow: hidden; /* Évite les débordements */
  text-align: center;
  transition: background-color 0.3s ease; /* Ajoute une transition au changement de couleur */
  border-radius: 10px;
  box-shadow: 0 0 15px 0px rgb(5, 5, 20);
}
body .container-agenda-b .agenda-img {
  width: 50%;
  height: auto; /* L'image couvre tout le conteneur */
  overflow: hidden;
  transition: transform 0.3s ease; /* Ajoute une transition à l'image */
  /* Pseudo-élément pour le fond semi-transparent */
}
@media (max-width: 600px) {
  body .container-agenda-b .agenda-img {
    display: none;
  }
}
body .container-agenda-b .agenda-img img {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Couvre tout le conteneur sans déformer */
  transition: transform 0.3s ease; /* Ajoute une transition à l'image */
}
body .container-agenda-b:hover .agenda-img img {
  transform: scale(1.1); /* Agrandit légèrement l'image au survol */
}
body .container-agenda-b .agenda-content {
  /* Centre le contenu */
  z-index: 99; /* S'assurer que le contenu est au-dessus du pseudo-élément */
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #ffffff; /* Couleur du texte pour être visible sur l'image */
  padding: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 600px) {
  body .container-agenda-b .agenda-content {
    position: absolute; /* Positionne le contenu au-dessus de l'image */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centre le contenu */
    z-index: 99; /* S'assurer que le contenu est au-dessus du pseudo-élément */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #ffffff; /* Couleur du texte pour être visible sur l'image */
    padding: 0;
    margin: 0;
  }
}
body .container-agenda-b .agenda-content:hover {
  background-color: rgba(255, 255, 255, 0);
}
body .container-agenda-b .agenda-content:hover .agenda-content-link {
  background-color: #ffffff;
}
body .container-agenda-b .agenda-content:hover ~ .agenda-content {
  background-color: rgba(255, 255, 255, 0.85); /* Couleur pour les frères suivants */
}
body .container-agenda-b .agenda-content a {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
body .container-agenda-b .agenda-content .agenda-title {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  background-color: rgba(5, 5, 20, 0.75);
  width: calc(100% - 10px);
  height: 100px;
  text-wrap: nowrap;
  overflow-y: scroll;
  margin: 0 0 0 0;
  padding: 2.5px 0 2.5px 10px;
  color: #ffffff;
  top: 0;
}
body .container-agenda-b .agenda-content .agenda-title-left {
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  background-color: rgb(219, 178, 94);
  width: calc(100% - 15px);
  height: 100px;
  text-wrap: nowrap;
  overflow-y: scroll;
  margin: 0 0 0 0;
  padding: 2.5px 0 2.5px 15px;
  color: #ffffff;
  top: 0;
}
body .container-agenda-b .agenda-content .agenda-date {
  font-size: 1em;
  margin: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-shadow: rgba(5, 5, 20, 0.75) 1px 0 10px;
  font-size: 20px;
  color: rgb(5, 5, 20);
}
body .container-agenda-b .agenda-content .agenda-date:hover {
  opacity: 0;
}
body .container-agenda-b .agenda-content .agenda-date-left {
  font-size: 0.8em;
  margin: 0;
  padding: 25px;
  text-align: left;
  justify-content: left;
  align-items: start;
  height: 100%;
  text-shadow: rgba(5, 5, 20, 0.75) 1px 0 10px;
  font-size: 18px;
  background-color: rgb(5, 5, 20);
  color: #fff;
}
body .container-agenda-b .agenda-content .agenda-content-link {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 10px;
  height: 100px;
  margin-bottom: 0;
  width: calc(100% - 20px);
  right: 0;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.75);
}
body .container-agenda-b .agenda-content .agenda-content-link p {
  overflow-y: scroll;
  top: 100px;
  height: 100px;
  text-align: left;
}
body .container-agenda-b .agenda-content .agenda-content-link .ag_link {
  z-index: 2;
  width: 70px;
  height: 40px;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: rgb(5, 5, 20);
  color: #ffffff;
  box-shadow: 0 0 5px 0 rgb(5, 5, 20);
  font-size: 16px;
  padding: auto;
}
body .container-agenda-b .agenda-content .agenda-content-link .ag_link i {
  color: rgba(219, 178, 94, 0.75);
  text-align: center;
  font-size: 20px;
}
body .div-live-report {
  width: 100%;
  padding: 0;
  margin: 0;
}
body .div-live-report .div-live-report-banner {
  height: 500px;
  padding: 0;
  width: calc(100% - 200px);
  margin: 100px 100px;
  z-index: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px -2px rgb(5, 5, 20);
}
@media (max-width: 1080px) {
  body .div-live-report .div-live-report-banner {
    width: calc(100% - 50px);
    margin: 30px 25px 50px 25px;
  }
}
@media (max-width: 800px) {
  body .div-live-report .div-live-report-banner {
    height: 200px;
  }
}
body .div-live-report .div-live-report-banner img {
  z-index: 0;
  vertical-align: middle;
  justify-content: center;
  overflow: hidden;
  min-width: 100%;
  text-align: center;
  min-height: 550px;
  margin: 0;
  padding: 0;
  object-fit: cover;
  justify-content: center;
  overflow: hidden;
  vertical-align: middle;
  box-shadow: 0 0 10px -2px rgb(5, 5, 20);
}
@media (max-width: 1080px) {
  body .div-live-report .div-live-report-banner img {
    width: calc(100% - 50px);
    margin: 0 0 50px 0;
  }
}
@media (max-width: 800px) {
  body .div-live-report .div-live-report-banner img {
    min-height: 200px;
  }
}
body .div-live-report .div-live-report-content {
  z-index: 2;
  width: calc(100% - 200px);
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 100px 50px 100px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  box-shadow: 0 0 5px -2px rgb(5, 5, 20);
  background-color: #ffffff;
}
@media (max-width: 1080px) {
  body .div-live-report .div-live-report-content {
    width: calc(100% - 50px);
    margin: 0 25px 50px 25px;
  }
}
body .div-live-report .div-live-report-content span {
  width: 50%;
  font-size: 13px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 0;
  line-height: 50px;
  align-items: left;
  vertical-align: middle;
  flex-direction: row;
  overflow-y: hidden;
  overflow-x: scroll;
  color: rgb(5, 5, 20);
  text-wrap: nowrap;
  padding: 25px 0;
  font-weight: lighter;
  scrollbar-width: none;
}
body .div-live-report .div-live-report-content span ::-webkit-scrollbar {
  display: none;
}
body .div-live-report .div-live-report-content span i {
  min-width: 50px;
  max-width: 50px;
  height: 20px;
  font-size: 20px;
  padding: 15px 0;
  margin-right: 20px;
  margin-left: 50px;
  border-radius: 10px;
  display: flex;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(69, 140, 97, 0.15);
}
@media (max-width: 800px) {
  body .div-live-report .div-live-report-content span i {
    margin: 0 10px 0 25px;
  }
}
body .div-live-report .div-live-report-content span a {
  margin: auto 5px;
}
@media (max-width: 800px) {
  body .div-live-report .div-live-report-content span {
    width: 100%;
  }
}
body .div-live-report .div-live-report-content h1 {
  height: 500px;
  width: 100%;
  margin: -600px 0 50px 0;
  font-size: 1.25em;
  padding: 0;
  border-radius: 10px;
  overflow: visible;
  background-color: rgba(5, 5, 20, 0.75);
  color: rgb(219, 178, 94) !important;
  font-family: "gloria";
  text-align: center;
  justify-content: center;
}
body .div-live-report .div-live-report-content h1:hover {
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.5);
  color: rgb(5, 5, 20) !important;
}
@media (max-width: 1080px) {
  body .div-live-report .div-live-report-content h1 {
    margin: -550px 0 50px 0;
  }
}
@media (max-width: 800px) {
  body .div-live-report .div-live-report-content h1 {
    height: 200px;
    margin: -250px 0 50px 0;
    padding: 0 20px;
    font-size: 1.2em;
  }
}
body .div-live-report .div-live-report-content h2,
body .div-live-report .div-live-report-content h3 {
  height: auto;
  margin: 0px;
  padding: 50px;
  justify-content: center;
  vertical-align: middle;
  text-wrap: wrap;
  border-radius: 10px;
  line-height: 25px;
}
@media (max-width: 800px) {
  body .div-live-report .div-live-report-content h2,
  body .div-live-report .div-live-report-content h3 {
    width: calc(100% - 50px);
    margin: 0px;
    padding: 25px;
  }
}
body .div-live-report .div-live-report-content h1 {
  color: rgb(168, 39, 52);
}
body .div-live-report .div-live-report-content h3 {
  color: rgba(5, 5, 20, 0.75);
}
body .div-live-report .div-live-report-content p {
  background-color: rgba(69, 140, 97, 0.15);
  display: block;
  margin: 0 0 0 0;
  width: calc(100% - 100px);
  padding: 50px;
  font-size: 15px;
  color: rgb(5, 5, 20);
  word-wrap: break-word;
  font-weight: lighter;
  border-radius: 0 0 10px 10px;
}
body .div-live-report .div-live-report-content p br {
  display: block;
  margin-bottom: 15px;
}
body .div-live-report .div-live-report-gallery {
  width: calc(100% - 200px);
  min-height: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0; /* Pour s'assurer que les images occupent tout l'espace */
  margin: 0 100px 20px 100px;
}
@media (max-width: 1080px) {
  body .div-live-report .div-live-report-gallery {
    width: calc(100% - 30px);
    margin: -40px 15px 25px 15px;
  }
}
body .div-live-report .div-live-report-gallery span {
  width: 100%;
  font-size: 13px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: 25px;
  height: 50px;
  align-items: center;
  vertical-align: middle;
  flex-direction: row;
  overflow-y: scroll;
  color: rgb(5, 5, 20);
  text-wrap: nowrap;
  padding: 25px 0;
  font-weight: lighter;
  border-radius: 10px;
}
body .div-live-report .div-live-report-gallery span i {
  min-width: 50px;
  max-width: 50px;
  height: 20px;
  font-size: 20px;
  padding: 15px 0;
  margin-right: 20px;
  margin-left: 50px;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(69, 140, 97, 0.15);
}
@media (max-width: 800px) {
  body .div-live-report .div-live-report-gallery span i {
    margin: 0 10px 0 25px;
  }
}
body .div-live-report .div-live-report-gallery .image-block {
  flex: 1 1 calc(25% - 20px); /* 5 images par ligne */
  width: calc(25% - 20px);
  height: 300px;
  overflow: hidden;
  position: relative;
  margin: 10px;
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 0 10px -2px rgb(5, 5, 20);
}
body .div-live-report .div-live-report-gallery .image-block a {
  z-index: 99;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: rgba(255, 255, 255, 0.5);
}
body .div-live-report .div-live-report-gallery .image-block img {
  min-width: 115%;
  min-height: 115%;
  margin: 0;
  padding: 0;
  object-fit: cover; /* Pour remplir entièrement le bloc */
  position: relative;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
body .div-live-report .div-live-report-gallery .image-block img:hover {
  min-width: 135%;
  min-height: 135%;
}
@media (max-width: 1080px) {
  body .div-live-report .div-live-report-gallery .image-block {
    flex: 1 1 33.3333333333%; /* 5 images par ligne */
    width: 33.3333333333%;
    height: 150px;
  }
}
body .div-live-report .div-live-report-gallery .video-block {
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 0;
  border-radius: 10px;
}
body .div-live-report .div-live-report-gallery .video-block a {
  z-index: 99;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: rgba(255, 255, 255, 0.5);
}
body .div-live-report .div-live-report-gallery .video-block video {
  width: 50%;
  margin: 25px auto;
  padding: 0;
  box-shadow: 0 0 15px 0px rgb(5, 5, 20);
  position: relative;
  overflow: hidden;
}
body .div-live-report #image-viewer {
  position: fixed;
  top: 100px;
  left: 0;
  height: calc(100% - 100px);
  width: 100%;
  background-color: rgba(5, 5, 20, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* pour qu'il soit devant les autres éléments */
  overflow: hidden; /* empêche le débordement */
}
body .div-live-report #image-viewer #image-container {
  display: flex; /* pour permettre le défilement */
  flex-direction: row; /* or column for vertical scrolling */
  transition: transform 0.3s ease; /* pour un effet de transition doux */
}
body .div-live-report #image-viewer img {
  padding: 25px;
  max-width: calc(75% - 50px);
  max-height: calc(75% - 50px);
  display: block; /* Assure que l'image est un bloc pour le centrer */
}
body .div-live-report #image-viewer p {
  color: #ffffff;
  justify-content: center;
  text-align: center;
}
body .div-live-report #video-viewer {
  position: fixed;
  top: 100px;
  left: 0;
  height: calc(100% - 100px);
  width: 100%;
  background-color: rgba(5, 5, 20, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow: hidden;
}
body .div-live-report #viewer-video {
  max-width: 75%;
  max-height: 75%;
}
body .div-live-report #video-caption {
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
}
body .div-live-report .video-thumbnail {
  display: inline-block;
  margin: 5px;
  cursor: pointer;
}
body .div-live-report .video-thumbnail video {
  width: 150px;
  height: 100px;
  object-fit: cover;
  border: 2px solid #ccc;
  transition: transform 0.2s;
}
body .div-live-report .video-thumbnail:hover video {
  transform: scale(1.05);
  border-color: #fff;
}
body .container-linkblocks {
  display: flex;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
body .container-linkblocks ul {
  text-transform: uppercase;
  list-style: none;
  padding: 0 25px 0 0;
  margin: 0;
  flex-direction: row;
  scrollbar-width: thin;
  width: calc(100% - 25px);
  overflow-y: hidden;
  height: 550px;
  overflow-x: scroll;
}
body .container-linkblocks ul li {
  position: relative;
  min-width: calc(33.3333333333% - 25px);
  min-height: 500px;
  padding: 0;
  margin: 25px 0 25px 25px;
  object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 15px 0px rgb(5, 5, 20);
}
body .container-linkblocks ul li:hover {
  min-width: 50%;
}
@media (max-width: 1080px) {
  body .container-linkblocks ul li {
    min-height: 400px;
    min-width: 75%;
  }
  body .container-linkblocks ul li:hover {
    min-width: 80%;
  }
}
body .container-linkblocks ul li a {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 10px;
}
body .container-linkblocks ul li img {
  margin: 0;
  padding: 0;
  min-width: 100%;
  height: 500px;
  border-radius: 10px;
  object-fit: cover;
  justify-content: center;
  overflow: hidden;
  vertical-align: middle;
}
@media (max-width: 1080px) {
  body .container-linkblocks ul li img {
    height: 400px;
  }
}
body .container-linkblocks ul li h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(5, 5, 20, 0.75);
  text-align: center;
  color: #ffffff;
  border: none;
  border-radius: 10px;
}
body .container-linkblocks ul li h2:hover {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
  color: #2c3e50;
}
body .container-linkblocks ul li:hover {
  box-shadow: 0 0 15px 0 #2c3e50;
  overflow: hidden;
}
body .container-actualite {
  display: flex;
  flex-direction: row;
  width: calc(100% - 100px);
  height: 460px;
  margin: 0 0 0 0;
  padding: 0 100px 0 75px;
  bottom: 10px;
  flex-wrap: nowrap; /* Pas de wrap pour le conteneur global */
  overflow-y: scroll;
  overflow-y: hidden;
  scrollbar-width: auto;
  scrollbar-gutter: stable both-edges;
  scrollbar-track-color: rgb(5, 5, 20);
  scrollbar-arrow-color: rgb(168, 39, 52);
  /* Liste des articles secondaires à droite */
}
body .container-actualite .div-scroll-butons {
  z-index: 98;
  position: absolute;
  width: calc(100% - 40px);
  height: 50px;
  padding: 0;
  border-radius: 10px;
  margin-top: 200px;
  margin-left: -50px;
  flex-direction: row;
  background-color: transparent;
  justify-content: space-between;
}
body .container-actualite .div-scroll-butons button {
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  border: none;
  box-shadow: 0 0 10px -2px rgb(5, 5, 20);
  background-color: #dbb25e;
  color: rgb(5, 5, 20);
  justify-content: center;
}
body .container-actualite .div-scroll-butons button i {
  height: 50px;
  width: 50px;
  padding: 0;
  margin: 0 0 0 -5px;
  justify-content: center;
}
@media (max-width: 1080px) {
  body .container-actualite .div-scroll-butons {
    margin-top: 200px;
    margin-left: 5px;
    width: calc(100% - 5px);
    height: 40px;
  }
  body .container-actualite .div-scroll-butons button {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    border: none;
    color: rgb(5, 5, 20);
  }
  body .container-actualite .div-scroll-butons button i {
    height: 40px;
    width: 40px;
    padding: 0;
  }
}
body .container-actualite li {
  padding: 0;
}
@media (max-width: 1080px) {
  body .container-actualite {
    height: 450px;
    width: calc(100% - 25px);
    padding: 0 25px 0 0;
  }
}
body .container-actualite .main-article-list {
  scrollbar-width: 0;
  min-width: 475px;
  max-width: 475px;
  height: 400px;
  list-style-type: none;
  margin: 25px 0 25px 25px;
  padding: 0;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 10px;
}
body .container-actualite .main-article-list:hover {
  min-width: 575px;
  max-width: 575px;
}
@media (max-width: 1080px) {
  body .container-actualite .main-article-list {
    height: 400px;
    min-width: 475px;
    max-width: 475px;
  }
  body .container-actualite .main-article-list:hover {
    min-width: 575px;
    max-width: 575px;
  }
}
@media (max-width: 600px) {
  body .container-actualite .main-article-list {
    height: 400px;
    min-width: calc(100% - 75px);
    max-width: calc(100% - 75px);
  }
  body .container-actualite .main-article-list:hover {
    min-width: calc(100% - 25px);
    max-width: calc(100% - 25px);
  }
}
body .container-actualite .main-article-list .main-article {
  text-transform: uppercase;
  list-style: none;
  padding: 0 0;
  box-shadow: 0 0 15px 0px rgb(5, 5, 20);
  width: auto;
  height: 400px;
  overflow-y: hidden;
  overflow-x: scroll;
  background-color: rgba(5, 5, 20, 0.75);
  border-radius: 10px;
}
body .container-actualite .main-article-list .main-article:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
body .container-actualite .main-article-list .main-article:hover h2,
body .container-actualite .main-article-list .main-article:hover .article-content > p {
  color: rgb(5, 5, 20);
}
@media (max-width: 1080px) {
  body .container-actualite .main-article-list .main-article {
    height: 400px;
  }
}
body .container-actualite .main-article-list .main-article h2 {
  width: calc(100% - 50px);
  margin: 0;
  padding: 25px;
  bottom: 0px;
  justify-content: center;
  height: 80px;
  font-size: 1.25em;
  width: auto;
  text-overflow: ellipsis;
  vertical-align: middle;
  overflow: hidden;
  text-wrap: nowrap;
  overflow-x: scroll;
  color: rgb(219, 178, 94);
  font-family: "gloria";
}
@media (max-width: 1080px) {
  body .container-actualite .main-article-list .main-article h2 {
    width: calc(100% - 50px);
    padding: 25px 25px 0 25px;
  }
}
body .container-actualite .main-article-list .main-article li {
  position: relative;
  width: 100%;
  min-height: 250px;
  padding: 0;
  margin: 0;
  object-fit: cover;
  border-radius: 10px;
}
body .container-actualite .main-article-list .main-article li a {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
  border: none;
  box-shadow: 0 0 10px 0 rgba(69, 140, 97, 0.75);
}
body .container-actualite .main-article-list .main-article li a:hover {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
body .container-actualite .main-article-list .main-article .article-content-prim {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  bottom: 0;
  display: flex;
  border-radius: 10px;
  border: none;
  overflow: hidden;
  text-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: scroll;
  background-color: rgba(255, 255, 255, 0.5);
}
body .container-actualite .main-article-list .main-article .article-content-prim:hover {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media (max-width: 1080px) {
  body .container-actualite .main-article-list .main-article .article-content-prim {
    height: 400px;
  }
}
body .container-actualite .main-article-list .main-article .article-content-prim h2 {
  color: #ffffff;
}
body .container-actualite .main-article-list .main-article .article-content-prim p {
  height: 420px;
  width: calc(100% - 50px);
  margin: 0;
  padding: 25px;
  font-size: 13px;
  text-wrap: wrap;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: scroll;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #ffffff;
  font-family: "robotoc";
}
@media (max-width: 1080px) {
  body .container-actualite .main-article-list .main-article .article-content-prim p {
    height: 320px;
  }
}
body .container-actualite .main-article-list .main-article .article-content {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  bottom: 0;
  display: flex;
  border-radius: 10px;
  border: none;
  overflow: hidden;
  text-wrap: nowrap;
  overflow-x: scroll;
}
body .container-actualite .main-article-list .main-article .article-content:hover {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
body .container-actualite .main-article-list .main-article .article-content p {
  height: 210px;
  width: calc(100% - 100px);
  padding: 25px 50px;
  font-size: 1em;
  text-wrap: wrap;
  z-index: 2;
  font-family: "robotoc";
  overflow-y: scroll;
  overflow-x: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
@media (max-width: 1080px) {
  body .container-actualite .main-article-list .main-article .article-content p {
    height: 160px;
    width: calc(100% - 50px);
    padding: 0 25px;
  }
}
body .container-actualite .main-article-list .main-article span {
  position: relative;
  margin: 0 0 25px 25px;
  width: calc(50% - 90px);
  padding: 20px;
  bottom: 0;
  border-radius: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
  background-color: rgba(5, 5, 20, 0.75);
  color: rgb(219, 178, 94);
  justify-content: center;
}
body .container-actualite .main-article-list .main-article .image-container {
  z-index: -99;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}
@media (max-width: 1080px) {
  body .container-actualite .main-article-list .main-article .image-container {
    height: 400px;
  }
}
body .container-actualite .main-article-list .main-article .image-container img {
  width: auto; /* Prend toute la largeur disponible */
  min-height: 500px;
  object-fit: cover; /* Remplir le bloc tout en étant potentiellement recadrée */
  display: block;
  overflow: hidden;
  margin: 0; /* Centre l'image horizontalement */
  transition: width 0.5s ease, height 0.5s ease;
  border-radius: 10px;
  transition: all 0.5 ease-in;
}
@media (max-width: 1080px) {
  body .container-actualite .main-article-list .main-article .image-container img {
    height: 400px;
  }
}
body .container-actualite .secondary-article-list {
  width: 100%; /* Prend 50% de la largeur */
  height: 100%;
  display: flex;
  flex-wrap: wrap; /* Assure deux lignes */
  flex-direction: row; /* Aligne les éléments horizontalement */
  justify-content: space-between; /* Assure un bon espacement entre les articles */
  list-style-type: none;
  margin: 0 30px 0 0px;
  padding: 10px 10px 0 0;
  box-sizing: border-box;
}
@media (max-width: 1080px) {
  body .container-actualite .secondary-article-list {
    flex-wrap: nowrap;
  }
}
body .container-actualite .secondary-article-list li {
  width: 33.3333333333%; /* Prend 50% de la largeur */ /* Chaque article prend 50% de la largeur moins du padding */
  padding: 10px;
  box-sizing: border-box;
  flex-direction: row;
}
body .container-actualite .secondary-article-list .image-container-full {
  z-index: -99;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  min-width: 100%;
  height: 500px;
  overflow: hidden;
  object-fit: cover;
}
body .container-actualite .secondary-article-list .image-container-full img {
  width: 600px; /* Prend toute la largeur disponible */
  min-height: 500px;
  object-fit: cover; /* Remplir le bloc tout en étant potentiellement recadrée */
  display: block;
  overflow: hidden;
  margin: 0; /* Centre l'image horizontalement */
  transition: width 0.5s ease, height 0.5s ease;
}
body .container-actualite .secondary-article-list .image-container-full img:hover {
  height: 100%;
  width: auto;
}
body .container-actualite .secondary-article-list .secondary-article-content {
  height: 100%;
  padding: 10px;
  border-radius: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 0px 15px 0 rgba(10, 61, 98, 0.5);
}
body .container-actualite .secondary-article-list .secondary-article-content h3 {
  margin: 0;
  padding: 0;
  height: 50px;
  width: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  text-wrap: nowrap;
  overflow-x: scroll;
}
body .container-actualite .secondary-article-list .secondary-article-content p {
  height: 110px;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 13px;
}
body .container-linkblocks-full {
  display: flex;
  width: 100%;
  height: 100vmin;
  margin: 5px 0;
  padding: 0;
  color: rgb(5, 5, 20);
}
body .container-linkblocks-full ul {
  text-transform: uppercase;
  list-style: none;
  padding: 20px;
  margin: 0 0 25px 0;
  flex-direction: row;
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
}
body .container-linkblocks-full ul li {
  z-index: 1;
  width: calc(50% - 50px);
  height: calc(100vmin - 200px);
  z-index: 1;
  position: relative;
  height: 500px;
  padding: 0;
  margin: 0 25px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgb(5, 5, 20);
  overflow: visible;
}
body .container-linkblocks-full ul li a {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
  border: none;
}
body .container-linkblocks-full ul li a:hover {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
body .container-linkblocks-full ul li a .article-content {
  position: absolute;
  z-index: 1;
  width: calc(100% - 39px);
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  border-radius: 10px;
  border: none;
  overflow: hidden;
  text-wrap: nowrap;
  overflow-x: scroll;
  color: rgb(5, 5, 20);
  background-color: rgba(5, 5, 20, 0.75);
}
body .container-linkblocks-full ul li a .article-content:hover {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
body .container-linkblocks-full ul li img {
  z-index: -99;
  min-height: 520px; /* Limite la hauteur à 310px */
  object-fit: cover; /* Remplir le bloc tout en étant potentiellement recadrée */
  display: block;
  overflow: hidden;
  margin: auto; /* Centre l'image horizontalement */
  transition: width 0.5s ease, height 0.5s ease;
}
body .container-linkblocks-full ul li h2 {
  position: absolute;
  z-index: 1;
  width: calc(100% - 100px);
  height: 100px;
  margin: 0;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  border: none;
  text-decoration: underline;
  overflow: hidden;
  text-wrap: nowrap;
  overflow-x: scroll;
  color: rgb(5, 5, 20);
  background-color: rgb(245, 246, 250);
}
body .container-linkblocks-full ul li h2:hover {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
body .container-linkblocks-full ul li p.content {
  height: 275px;
  width: calc(100% - 50px);
  padding: 25px;
  font-size: 13px;
  text-wrap: wrap;
  z-index: 2;
  overflow-y: hidden;
  overflow-x: scroll;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #ffffff;
}
body .container-linkblocks-full ul li span {
  padding: 10px 25px;
  bottom: 0;
  color: rgb(219, 178, 94);
}
body .container-linkblocks-full ul li p.more {
  margin: 0;
  height: 100%;
  width: calc(100% - 100px);
  background-color: rgba(168, 39, 52, 0.75);
  color: #ffffff;
  justify-content: center;
  text-align: center;
}
body .container-linkblocks-full ul li:hover {
  box-shadow: 0 0 15px 0 #2c3e50;
}
body .container-linkblocks-full ul li:hover p {
  background-color: rgba(219, 178, 94, 0.75);
  color: rgb(5, 5, 20);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
body .container-linkblocks-full ul li:hover h2,
body .container-linkblocks-full ul li:hover p.contentcat,
body .container-linkblocks-full ul li:hover p.contentdate {
  background-color: rgb(5, 5, 20);
  color: rgb(219, 178, 94);
}
body .container-linkblocks-mid {
  display: flex;
  width: 100%;
  height: 100vmin;
  margin: 5px 0;
  padding: 0;
  color: rgb(5, 5, 20);
}
body .container-linkblocks-mid ul {
  text-transform: uppercase;
  list-style: none;
  padding: 20px;
  margin: 0 0 25px 0;
  flex-direction: row;
  width: calc(100% - 40px);
  overflow-y: hidden;
  overflow-x: scroll;
}
body .container-linkblocks-mid ul li {
  z-index: 1;
  position: relative;
  width: calc(50% - 50px);
  height: calc(100vmin - 200px);
  padding: 0;
  margin: 0 25px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgb(5, 5, 20);
  overflow: visible;
}
body .container-linkblocks-mid ul li a {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
body .container-linkblocks-mid ul li a img {
  margin: 0;
  padding: 0;
  min-width: 100%;
  height: 200px;
  object-fit: cover;
  justify-content: baseline;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 10px 10px 0 0;
}
body .container-linkblocks-mid ul li a h2 {
  position: absolute;
  margin-top: 300px;
  width: calc(100% - 30px);
  height: 100px;
  margin: 200px 0 0 0;
  display: flex;
  padding: 0 15px;
  justify-content: center;
  align-items: left;
  background-color: rgba(44, 62, 80, 0.85);
  text-align: left;
  text-decoration: underline;
  color: #ffffff;
}
body .container-linkblocks-mid ul li a p {
  z-index: 1;
  position: absolute;
  margin: 300px 0 0 0;
  width: 100%;
  height: 200px;
  border-radius: 0 0 10px 10px;
  padding: 15px;
  display: flex;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.75);
  box-sizing: border-box;
  overflow: scroll;
  color: #2c3e50;
  text-overflow: ellipsis;
}
body .container-linkblocks-mid ul li a p.more {
  margin: 0;
  height: 100%;
  background-color: rgba(168, 39, 52, 0.75);
  color: #ffffff;
  justify-content: center;
  text-align: center;
}
body .container-linkblocks-mid ul li:hover {
  box-shadow: 0 0 15px 0 #2c3e50;
}
body .container-actu {
  border-radius: 10px;
  width: calc(100% - 100px);
  margin: 50px;
  padding: 20px;
}
body .container-actu hr {
  background-color: rgba(5, 5, 20, 0.75);
  width: calc(100% - 100px);
  height: 2px;
  margin: 20px 50px;
}
body .container-actu p {
  padding: 5px;
}
body ul {
  margin: 0;
  padding: 0;
}
body ul li {
  padding: 20px;
}
body ul .updimg {
  width: 100px;
  height: 100px;
  padding-right: 20px;
  margin: 10px 0 10px 10px;
  text-align: right;
  line-height: 40px;
  margin-top: 20px;
}
@media (max-width: 1080px) {
  body ul .updimg {
    width: calc(50% - 20px) !important;
    margin: 10px auto;
    height: auto;
    text-align: center;
    padding: 20px 10px;
  }
}
body .border-top {
  box-shadow: 0 -2px 2px -2px rgba(0, 0, 0, 0.7);
}
body .border-bottom {
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.7);
}
body hr {
  height: 5px;
  width: 100%;
  border: none;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.7);
}
body section {
  width: 100%;
  margin: 100px 0 0 0;
  transition: all 0.3 ease;
}
body .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
body .row .box-3 {
  width: 50%;
  height: 100vmin;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
body .row .box-3 a {
  width: 100%;
  height: 100%;
  margin: 0;
}
@media (max-width: 1080px) {
  body .row .box-3 {
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 1080px) {
  body .row .box-3 {
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 600px) {
  body .row .box-3 {
    width: 100%;
  }
}
body .row .box-3:nth-child(1) {
  order: 1;
}
@media (max-width: 1200px) {
  body .row .box-3:nth-child(1) {
    order: 1;
  }
}
body .row .box-3:nth-child(2) {
  order: 2;
}
@media (max-width: 1200px) {
  body .row .box-3:nth-child(2) {
    order: 2;
  }
}
body .row .box-3:nth-child(3) {
  order: 3;
}
@media (max-width: 1200px) {
  body .row .box-3:nth-child(3) {
    order: 4;
  }
}
body .row .box-3:nth-child(4) {
  order: 4;
}
@media (max-width: 1200px) {
  body .row .box-3:nth-child(4) {
    order: 3;
  }
}
body .row .box-3:nth-child(5) {
  order: 5;
}
@media (max-width: 1200px) {
  body .row .box-3:nth-child(5) {
    order: 5;
  }
}
body .row .box-3:nth-child(6) {
  order: 6;
}
@media (max-width: 1200px) {
  body .row .box-3:nth-child(6) {
    order: 6;
  }
}
body .row .box-3:nth-child(7) {
  order: 7;
}
@media (max-width: 1200px) {
  body .row .box-3:nth-child(7) {
    order: 8;
  }
}
body .row .box-3:nth-child(8) {
  order: 8;
}
@media (max-width: 1200px) {
  body .row .box-3:nth-child(8) {
    order: 7;
  }
}
body .row .box-3-alt {
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(255, 215, 156) 49%, rgb(198, 147, 64) 100%);
}
body .row .box-3-alt div h1,
body .row .box-3-alt div p {
  padding: 20px;
}
body .row .box-4 {
  width: 33.3333333333%;
  height: 50vmin;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  body .row .box-4 {
    margin: auto;
    width: 50%;
  }
}
@media (max-width: 1080px) {
  body .row .box-4 {
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 1080px) {
  body .row .box-4 {
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 600px) {
  body .row .box-4 {
    width: 100%;
  }
}
body .row .box-3:hover .container-header,
body .row .box-4:hover .container-header {
  display: none;
}
body .row .box-3:hover .container-body,
body .row .box-4:hover .container-body {
  display: flex;
}
body .row .one,
body .row .two,
body .row .three,
body .row .four,
body .row .five,
body .row .six,
body .row .seven,
body .row .eight,
body .row .nine,
body .row .cvdocpc86,
body .row .cvelis,
body .row .cvearldelaroche {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border-box;
}
body .row .one {
  background-image: url("../images/backs/savoirplus.jpg");
}
body .row .two {
  background-image: url("../images/backs/events.jpg");
}
body .row .three {
  background-image: url("../images/backs/team.jpg");
}
body .row .four {
  background-image: url("../images/backs/contact.jpg");
}
body .row .col-1 {
  width: 100%;
}
body .row .col-2 {
  width: 50%;
}
body .row .col-3 {
  width: 33.3333333333%;
}
body .row .col-4 {
  height: 180px;
  width: 160px;
  margin: 10px;
  padding: auto;
}
body .row .col-5 {
  width: 20%;
}
body .row .grid img:nth-child(5n+1) {
  grid-column-end: span 2;
  grid-row-end: span 2;
  background-color: rgb(252, 94, 0);
}
body .row .grid img:nth-child(1) {
  grid-column: 3;
  grid-row: 1/2;
}
body .row .grid img:nth-child(2) {
  grid-column: 1/4;
  grid-row: 1/4;
}
body .row .grid {
  display: grid;
  grid-template-columns: repeat(4, 4);
  grid-auto-rows: auto;
  grid-gap: 10px;
  grid-auto-flow: dense;
}
body .row .grid img {
  width: 100%;
  min-height: 0;
}
body .container-connexion {
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto;
  padding: 50px;
  width: calc(100% - 150px);
}
@media (max-width: 1080px) {
  body .container-connexion {
    width: 100%;
    padding: 20px 0;
  }
}
body .container-connexion .mid {
  width: calc(50% - 102px);
  margin: 10px 25px;
  padding: 25px;
}
@media (max-width: 1080px) {
  body .container-connexion .mid {
    width: calc(100% - 40px);
    padding: 20px;
  }
}
body .container-connexion .mid ul {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
body .container-connexion .mid ul li {
  width: calc(100% - 40px);
  flex-direction: row;
}
body .container-connexion .mod,
body .container-connexion .del {
  display: none;
}
body .container-connexion .ffull {
  width: calc(100% - 50px);
  margin: 10px 25px;
  padding: 5px 0;
  border-radius: 10px;
  border: 1px solid rgb(219, 178, 94);
  background-color: rgb(168, 39, 52);
}
body .container-connexion .ffull ul {
  width: calc(100% - 20px);
  flex-direction: row;
  flex-wrap: wrap;
  color: #ffffff;
  flex-direction: row;
  flex-wrap: nowrap;
  vertical-align: middle;
  padding: 0 10px;
}
body .container-connexion .ffull ul i {
  align-items: center;
  justify-content: center;
}
body .container-connexion .ffull .createcontenu {
  width: 100%;
}
body .container-connexion .w-50-admin {
  width: calc(50% - 62px) !important;
  margin: 10px;
  padding: 20px;
}
body .container-connexion .w-100-admin-inf {
  border: 1px solid rgba(252, 94, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.25);
  width: calc(100% - 22px) !important;
  margin: 10px;
  padding: 20px;
}
body .container-connexion form {
  width: calc(100% - 30px);
  margin: auto;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  body .container-connexion form {
    width: calc(100% - 20px) !important;
    margin: 10px;
    height: auto;
    padding: 20px 10px;
  }
  body .container-connexion form textarea {
    min-height: 250px;
    padding: 20px;
  }
}
body .container-connexion form input,
body .container-connexion form button {
  border-radius: 10px;
}
body .container-connexion form .w-50 {
  border: 1px solid rgba(252, 94, 0, 0.5);
  width: calc(50% - 42px) !important;
  margin: 10px;
  padding: 20px 10px;
}
@media (max-width: 1080px) {
  body .container-connexion form .w-50 {
    width: calc(100% - 20px) !important;
    margin: 10px;
    padding: 20px 10px;
    background-color: #ffffff;
    color: #000000;
  }
}
body .container-connexion form button {
  border: 1px solid rgba(252, 94, 0, 0.5);
  width: calc(50% - 20px);
  margin: 10px;
  padding: 20px;
}
@media (max-width: 1080px) {
  body .container-connexion form button {
    width: calc(100% - 20px) !important;
    margin: 10px;
    padding: 20px 10px;
    background-color: #ffffff;
    color: #000000;
  }
}
body .container-connexion form button {
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
}
body .container-connexion form .f-w-80 {
  width: calc(100% - 130px);
  height: 40px;
  padding-right: 20px;
  margin: 10px 0 10px 10px;
  text-align: right;
  line-height: 40px;
  margin-top: -60px;
}
@media (max-width: 1080px) {
  body .container-connexion form .f-w-80 {
    width: calc(100% - 20px) !important;
    margin: 10px;
    height: auto;
    text-align: center;
    padding: 20px 10px;
  }
}
body .container-connexion form .f-w-20 {
  width: 40px;
  height: 40px;
  margin: -60px 0;
}
body .container-connexion form .activate {
  width: 100%;
  height: 40px;
  font-size: 20px;
  padding: 10px 5px;
  margin: 10px;
  display: inline;
}
body .container-connexion form button,
body .container-connexion form .activate:hover {
  cursor: pointer;
}
body .container-connexion h2,
body .container-connexion h1,
body .container-connexion h3 {
  width: calc(100% - 22px);
  margin: 10px;
}
body .container-connexion li {
  padding-left: 10px;
}
body .today {
  color: rgb(5, 5, 20) !important;
}
body .card {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
body .card * p {
  flex-direction: row;
  padding: 5px 10px;
}
body .card * p i {
  margin: auto 5px;
}
body .card .card-header {
  width: 100%;
  background-color: rgba(252, 94, 0, 0.5);
  color: black;
  text-align: center;
}
body .card .card-body {
  width: calc(100% - 400px);
  margin-right: 100px;
}
body .card .card-left {
  width: 200px;
  margin-left: 100px;
}
body .card .card-footer {
  width: calc(100% - 400px);
  margin: auto 100px auto 300px;
}
body .card-sm:first-child {
  width: 100%;
}
body .card-sm {
  width: 50%;
  text-align: center;
  justify-content: center;
  justify-items: center;
  flex-grow: 1;
}
@media (max-width: 1080px) {
  body .card-sm {
    height: 50vmax;
  }
}
@media (max-width: 600px) {
  body .card-sm {
    width: 100%;
  }
}
body .card-sm .card-img-sm {
  width: calc(100% - 100px);
  height: 25vmax;
  border-radius: 10px;
  margin: 50px 50px 0 50px;
  overflow: hidden;
}
@media (max-width: 1080px) {
  body .card-sm .card-img-sm {
    height: 45vmax;
    width: calc(100% - 50px);
    margin: 0 25px 0 25px;
  }
}
body .card-sm .card-img-sm img {
  margin: auto;
  padding: auto;
  width: 100%;
  min-height: 100%;
  text-align: center;
  object-fit: cover;
  z-index: 1;
}
body .card-sm .card-body-sm {
  background-color: rgba(168, 39, 52, 0.75);
  width: calc(100% - 100px);
  height: 100px;
  border-radius: 0 0 25px 25px;
  margin: -100px 50px 50px 50px;
  padding: auto;
  z-index: 1;
  text-align: center;
  justify-content: center;
  justify-items: center;
}
@media (max-width: 1080px) {
  body .card-sm .card-body-sm {
    width: calc(100% - 50px);
    margin: -100px 25px 0 25px;
  }
}
body .card-sm .card-body-sm a {
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  justify-items: center;
  margin: 0;
}
body .card-sm .card-body-sm h4,
body .card-sm .card-body-sm h5,
body .card-sm .card-body-sm h6 {
  margin: 0 calc(25% - 20px);
  color: #ffffff;
  width: 50%;
  justify-content: center;
  flex-direction: row;
}
body .card-sm .card-body-sm h4 i,
body .card-sm .card-body-sm h5 i,
body .card-sm .card-body-sm h6 i {
  width: 20px;
  padding-right: 10px;
}
body .card-sm:hover .card-img-sm {
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.5);
}
body .card-sm:hover .card-img-sm img {
  transform: scale(1.25);
}
body .card-sm-large {
  width: 50%;
  margin: auto 25%;
  text-align: center;
  justify-content: center;
  justify-items: center;
}
@media (max-width: 1080px) {
  body .card-sm-large {
    width: 100%;
    margin: auto 5%;
  }
}
body .card-sm-large .card-img-sm-large {
  width: 100%;
  height: 50vmax;
  overflow: hidden;
}
@media (max-width: 1080px) {
  body .card-sm-large .card-img-sm-large {
    height: 100vmax;
  }
}
body .card-sm-large .card-img-sm-large img {
  margin: auto;
  padding: auto;
  width: 100%;
  min-height: 100%;
  text-align: center;
  object-fit: cover;
  z-index: 1;
}
body .card-sm-large .card-body-sm-large {
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 100%;
  height: 50vmax;
  margin-top: -100%;
  padding: auto;
  z-index: 1;
  text-align: center;
  justify-content: center;
  justify-items: center;
}
@media (max-width: 1080px) {
  body .card-sm-large .card-body-sm-large {
    height: 100vmax;
  }
}
@media (max-width: 1080px) {
  body .card-sm-large .card-body-sm-large {
    height: 100vmax;
    margin-top: -100vmax;
  }
}
body .card-sm-large .card-body-sm-large a {
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  justify-items: center;
}
body .card-sm-large .card-body-sm-large h4,
body .card-sm-large .card-body-sm-large h5,
body .card-sm-large .card-body-sm-large h6 {
  margin: 0 25%;
  padding: 10px;
  background-color: rgba(252, 94, 0, 0.5);
  color: #ffffff;
  width: 50%;
  text-align: left;
  flex-direction: row;
}
body .card-sm-large .card-body-sm-large h4 i,
body .card-sm-large .card-body-sm-large h5 i,
body .card-sm-large .card-body-sm-large h6 i {
  width: 20px;
  padding-left: 10px;
}
body .card-sm-large .card-body-sm-large .today {
  margin-left: 20%;
  background-color: rgb(219, 178, 94);
  color: rgb(5, 5, 20);
}
body .t {
  background-color: rgba(168, 39, 52, 0.75);
  color: #ffffff;
  text-align: center;
  padding: 20px;
  font-size: 25px;
  border-radius: 10px;
  width: calc(100% - 100px);
  margin: 50px;
}
body .t * {
  color: #ffffff;
}
body .ts {
  background-color: rgba(219, 178, 94, 0.75);
  color: #ffffff;
  padding: 20px;
  width: 70%;
  margin: 0 auto 0 0;
  left: 0;
  font-size: 25px;
}
body .tslarge {
  background-color: rgba(168, 39, 52, 0.75);
  margin: 25px 50px;
  width: calc(100% - 100px);
  padding: 20px;
  font-size: 30px;
  border-radius: 10px;
  flex-direction: row;
}
@media (max-width: 1080px) {
  body .tslarge {
    margin: 15px 50px;
    width: calc(100% - 100px);
  }
}
body .tslarge * {
  color: #ffffff;
}
body .tslarge img {
  justify-content: center;
  max-height: 200px;
  width: auto;
  border-radius: 10px;
}
@media (max-width: 1080px) {
  body .tslarge img {
    max-width: 90px;
  }
  body .tslarge img:hover {
    transform: none;
  }
}
body .tslarge a {
  justify-content: center;
  padding: 50px;
  font-size: 75%;
}
@media (max-width: 1080px) {
  body .tslarge a {
    font-size: 16px;
    padding: 10px;
  }
}
body .tslarge:hover {
  background-image: linear-gradient(120deg, #f6db79 0, #e7da78 7.14%, #d6d878 14.29%, #c3d378 21.43%, #b0cc78 28.57%, #9dc378 35.71%, #89b877 42.86%, #76aa74 50%, #659c71 57.14%, #57906e 64.29%, #4b866b 71.43%, #427d69 78.57%, #3b7668 85.71%, #357067 92.86%, #316d68 100%);
  opacity: 0.75;
}
body .tslarge:hover img {
  transform: scale(1.05);
}
@media (max-width: 1080px) {
  body .tslarge:hover {
    transform: none;
  }
}
body .t-min {
  color: rgb(168, 39, 52);
  padding: 30px;
  width: 100%;
  text-align: center;
}
body .s {
  background-color: rgb(5, 5, 20);
  color: #ffffff;
  padding: 20px;
  width: 70%;
  margin: 0 0 0 auto;
  right: 0;
  font-size: 30px;
}
body .os {
  width: 100%;
}
body .os * {
  text-align: center;
  justify-content: center;
}
body .os * h2 {
  margin: 0;
  width: 100%;
  padding: 30px;
  font-size: 40px;
  color: #ffffff;
}
body .os * h3 {
  width: 100%;
  margin: 0;
  font-size: 35px;
  padding: 30px 0;
}
body .os * a {
  width: calc(100% - 50px);
  color: rgb(5, 5, 20);
  font-size: 40px;
  margin: 25px;
  padding: 0;
  word-break: break-all;
}
body .img-back {
  box-shadow: 0px 0px 19px 3px rgb(50, 55, 61);
  height: 400px;
  flex-direction: row;
  flex-wrap: wrap;
  color: rgb(219, 178, 94);
  margin: 20px 65% 20px 10%;
}
body .img-back img {
  height: 100%;
  align-self: center;
}
@media (max-width: 1080px) {
  body .img-back {
    margin: 10% auto 5% auto;
    max-width: 80%;
    height: 300px;
    padding: 0;
    justify-content: center;
  }
  body .img-back img {
    height: 100%;
    width: auto;
    padding: 0;
  }
}
body .body-center {
  width: 70%;
  color: rgb(219, 178, 94);
  height: auto;
  margin: 50px auto;
  flex-direction: row;
  flex-wrap: wrap;
}
body .body-center .body-center-100 {
  width: 100%;
}
body .body-center .lienbilletterie {
  color: #ffffff;
  width: 50%;
  margin: 15px 0 30px 50%;
  flex-direction: row;
  border-radius: 50px;
  vertical-align: middle;
}
@media (max-width: 1080px) {
  body .body-center .lienbilletterie {
    width: 100%;
    margin: 15px auto;
  }
}
body .body-center .lienbilletterie i {
  width: 69px;
  height: 67px;
  font-size: 25px;
  border-radius: 50px 0 0 50px;
  border: 1px solid rgb(168, 39, 52);
  padding: 0;
  color: rgb(219, 178, 94);
}
@media (max-width: 1080px) {
  body .body-center .lienbilletterie i {
    width: 59px;
    height: 57px;
  }
}
body .body-center .lienbilletterie a {
  background-color: rgb(168, 39, 52);
  width: calc(100% - 70px);
  border-radius: 0 50px 50px 0;
  color: #ffffff;
  margin: auto 0 auto 0;
  padding: 25px;
}
@media (max-width: 1080px) {
  body .body-center .lienbilletterie a {
    font-size: 12px;
    padding: 23px 15px;
  }
}
body .body-center h1 {
  width: 100%;
  padding: 20px 20px 0 20px;
}
body .body-center p {
  width: 100%;
  padding: 20px 20px;
  word-wrap: break-word;
}
body .body-center i {
  width: 50px;
  height: 50px;
  justify-content: center;
  text-align: center;
}
body .body-center h2 {
  width: calc(100% - 50px);
}
body .card-small {
  display: flex;
  width: 100%;
  margin: 10px 0;
  height: auto;
  padding: 0;
}
@media (max-width: 1080px) {
  body .card-small {
    width: 80%;
    margin: 10px 10%;
  }
}
body .card-small a {
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  height: auto;
}
body .card-small a .img-left-small {
  width: 30%;
  height: auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  color: rgb(219, 178, 94);
}
body .card-small a .img-left-small img {
  width: 100%;
}
body .card-small a .img-left-small i {
  width: 50px;
  height: 50px;
  justify-content: center;
  text-align: center;
}
body .card-small a .img-left-small h2 {
  width: calc(100% - 50px);
  text-align: left;
}
@media (max-width: 1080px) {
  body .card-small a .img-left-small {
    width: 100%;
    order: 2;
  }
}
body .card-small a .body-right-small {
  width: calc(70% - 40px);
  color: rgb(219, 178, 94);
  justify-content: center;
}
body .card-small a .body-right-small h1,
body .card-small a .body-right-small h2 {
  text-align: center;
  padding: 10px 20px;
}
@media (max-width: 10800px) {
  body .card-small a .body-right-small {
    width: 100%;
    order: 1;
    background-color: rgb(219, 178, 94);
    color: rgb(5, 5, 20);
  }
}
body .card-small a .body-full-small {
  width: 80%;
  margin: 20px 10%;
  background-color: rgb(219, 178, 94);
  justify-content: center;
  flex-direction: row;
  flex-wrap: rap;
}
body .card-small a .body-full-small h1,
body .card-small a .body-full-small h2 {
  width: 100%;
  color: #ffffff;
  text-align: left;
  padding: 10px 20px;
}
body .card-nav {
  width: calc(100% - 100px);
  margin: 15px 50px;
  border-radius: 10px;
  background-color: rgb(219, 178, 94);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  text-align: center;
  display: flex;
}
body .card-nav ul {
  width: 100%;
  height: 100px;
  flex-direction: row;
  margin: auto;
  padding: 0;
}
body .card-nav ul .p-100 {
  width: 100% !important;
  height: 50%;
  vertical-align: middle;
  flex-direction: row;
}
@media (max-width: 600px) {
  body .card-nav ul .p-100 {
    margin: 10px 0;
  }
}
body .card-nav ul .p-100 i {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  justify-content: center;
  margin: auto;
  text-align: left;
  color: rgba(5, 5, 20, 0.75);
}
@media (max-width: 600px) {
  body .card-nav ul .p-100 i {
    width: 20px;
    margin: 0;
  }
}
body .card-nav ul .p-100 a {
  padding: 0;
  margin: auto;
  width: 50%;
  text-align: left;
  vertical-align: middle;
  justify-content: center;
  color: #ffffff;
}
@media (max-width: 600px) {
  body .card-nav ul .p-100 a {
    width: 30%;
    margin: 0 5px;
    padding: 0;
    font-size: 15px;
  }
}
body .column {
  flex-direction: column;
}
body .p2 {
  align-self: center;
  justify-content: center;
  width: calc(100% - 40px);
  padding: 20px;
}
body .l2 {
  padding: 10px;
}
body .r2 {
  width: calc(100% - 10px);
  margin: 5px;
}
body .text-center {
  text-align: center;
}

body {
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
}

body *:before,
body *:after {
  font-family: "FontAwesome";
  font-weight: 200;
  font-style: regular;
  font-display: swap;
}

header {
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 100px;
  color: rgb(219, 178, 94);
  flex-direction: row;
  flex-wrap: nowrap;
  background: radial-gradient(circle, rgba(27, 38, 59, 0.85) 0%, rgba(18, 18, 18, 0.85) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  justify-content: space-between;
  box-shadow: 0 0 10px 2px rgb(5, 5, 20);
  transition: all 0.5s ease-in-out;
}
header .hero-banner {
  position: absolute;
  width: calc(100% - 50px);
  height: 30px;
  vertical-align: middle;
  padding: 9px 0 0px 50px;
  background-color: rgba(5, 5, 20, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  flex-direction: row;
}
header .hero-banner * {
  color: #fff;
}
@media (max-width: 1080px) {
  header .hero-banner {
    width: calc(100% - 25px);
    padding-left: 25px;
  }
}
@media (max-width: 800px) {
  header .hero-banner {
    display: none;
  }
}
header .hero-banner .ctinfo {
  position: absolute;
  height: 30px;
  width: auto;
  right: 50px;
  flex-direction: row;
}
@media (max-width: 1080px) {
  header .hero-banner .ctinfo {
    right: 25px;
  }
}
header .hero-banner .ctinfo span, header .hero-banner .ctinfo a {
  margin-right: 5px;
  flex-direction: row;
}
@media (max-width: 1080px) {
  header .hero-banner .ctinfo span, header .hero-banner .ctinfo a {
    /* Garder visible seulement l'icône */
  }
  header .hero-banner .ctinfo span span, header .hero-banner .ctinfo span a, header .hero-banner .ctinfo a span, header .hero-banner .ctinfo a a {
    margin-right: 20px;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  header .hero-banner .ctinfo span i, header .hero-banner .ctinfo a i {
    visibility: visible;
    display: inline-block;
  }
}
header .hero-banner .ctinfo i {
  margin-right: 10px;
}
header .menuheader {
  width: 80%;
  padding: 5px 0 0 0;
  margin: 25px 0 0 auto;
  right: 0;
  justify-items: center;
  border: none;
  overflow: hidden;
}
header .menuheader * {
  color: rgb(219, 178, 94);
  transition: all 0.5s ease-in-out;
}
header .menuheader *:hover {
  color: rgb(5, 5, 20);
}
header .menuheader li {
  width: auto;
  justify-content: center;
  padding: 5px 5px 5px 5px;
  border: 1px solid rgb(219, 178, 94);
  border-radius: 5px;
}
header .menuheader li:hover {
  background-color: rgb(219, 178, 94);
  color: rgb(5, 5, 20);
}
header .menuheader li:hover i {
  color: rgb(5, 5, 20);
}
header .menuheader .btheader {
  padding: 0 10px;
  margin: 8px 5px;
  height: 40px;
}
@media (max-width: 1080px) {
  header .menuheader {
    display: none;
  }
}
header .menulist {
  left: auto;
  display: flex;
  flex-direction: row;
  margin: 10px 25px 0 auto;
}
header .menulist span {
  display: none;
}
@media (max-width: 1080px) {
  header .menulist span {
    padding-left: 10px;
    display: flex;
  }
}
header .menulist li a {
  flex-direction: row;
  flex-wrap: nowrap;
}
header .menulist li a:hover span {
  padding-left: 10px;
  display: flex;
  color: rgb(5, 5, 20);
}
header form {
  justify-content: center;
  display: flex;
  flex-direction: row;
  padding: 0;
  width: auto;
  margin: auto 0;
  background-color: transparent;
}
header form * {
  color: rgb(219, 178, 94);
}
header form label {
  width: 50%;
}
header form label input {
  height: 50px;
  padding: auto;
  background: none;
  border: none;
  color: rgb(219, 178, 94);
}
header form label input:focus {
  outline: none;
}
header form button {
  width: 40px;
  height: 40px;
  line-height: 100px;
  text-align: center;
  margin-top: 7px;
  border: 1px solid rgb(219, 178, 94);
  background: none;
  border-radius: 5px;
  box-shadow: none;
}
header form button:before {
  height: 40px;
  margin: 10px auto;
}
@media (max-width: 800px) {
  header form {
    display: none;
  }
}
header .menu1 {
  display: none;
  z-index: 999;
  position: absolute;
  border: none;
  line-height: 50px;
  border-radius: 5px;
  color: rgb(219, 178, 94);
  text-align: center;
  height: 50px;
  right: 50px;
  margin: 45px 25px 0 0;
  padding: 0;
  font-weight: 900;
}
header .menu1 i::before {
  font-size: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  font-weight: 900;
}
@media (max-width: 1080px) {
  header .menu1 {
    display: flex;
    right: 5px;
  }
}
@media (max-width: 800px) {
  header .menu1 {
    margin: 25px 25px 0 0;
  }
}
header .menu3 {
  z-index: 999;
  position: absolute;
  border: none;
  line-height: 100px;
  border-radius: 5px;
  color: rgb(219, 178, 94);
  text-align: center;
  height: 50px;
  left: 50px;
  margin: 45px 0 0 0;
  padding: 0;
  font-weight: 900;
}
header .menu3 i::before {
  font-size: 40px;
  height: 60px;
  padding: 10px;
  font-weight: 300;
}
@media (max-width: 1080px) {
  header .menu3 {
    left: 25px;
  }
}
@media (max-width: 800px) {
  header .menu3 {
    margin: 25px 0 0 0;
  }
}
header .head {
  position: absolute;
  margin: 0;
  height: 60px;
  width: 60px;
  border-radius: 10px 0 0 10px;
  right: 0;
}
header .imgbanner {
  justify-content: center;
  display: flex;
  flex-direction: row;
  padding: auto;
  width: 100%;
  max-height: 100%;
  margin: 0;
  border-radius: 5px;
}
header .category-header {
  background-color: rgb(5, 5, 20);
  display: none;
  flex-direction: row;
  width: 100%;
  top: 89px;
  left: 0;
  right: 0;
  position: absolute;
}

.container-header-admin {
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  height: 50px;
  width: calc(100% - 40px);
  margin: 95px auto auto auto;
  padding: 20px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.container-large {
  overflow-y: hidden;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: 2px;
  color: #2c3e50;
  width: 100%;
  margin: 0;
  padding: 0;
}
.container-large ::-webkit-scrollbar {
  display: none;
}
.container-large .contactform {
  width: calc(100% - 150px);
  height: 750px;
  border: none;
  padding: 0;
  margin: -100px 75px 100px 75px;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  .container-large .contactform {
    width: calc(100% - 0px);
    height: 950px;
    border: none;
    padding: 0;
    margin: -100px 0 50px 0;
    flex-direction: row;
  }
}
.container-large .contactform form {
  width: calc(100% - 20px);
  border: none;
  padding: 0;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 15px;
}
.container-large .contactform form .contact-left,
.container-large .contactform form .contact-right {
  width: 50%;
  height: 518px;
  margin: 0;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .container-large .contactform form .contact-left,
  .container-large .contactform form .contact-right {
    width: 100%;
    height: 400px;
    margin: 0;
  }
}
.container-large .contactform form .contact-left input,
.container-large .contactform form .contact-right input {
  border: none;
  box-shadow: 0 0 10px -5px rgb(5, 5, 20);
  width: calc(100% - 50px);
  border-radius: 15px;
  margin: 15px;
  padding: 10px;
  outline: none;
}
.container-large .contactform form .contact-left input::placeholder,
.container-large .contactform form .contact-right input::placeholder {
  color: rgb(219, 178, 94);
}
.container-large .contactform form .contact-left input:focus,
.container-large .contactform form .contact-right input:focus {
  background-color: rgb(255, 250, 250);
}
.container-large .contactform form .contact-left input:focus::placeholder,
.container-large .contactform form .contact-right input:focus::placeholder {
  color: rgb(168, 39, 52);
}
.container-large .contactform form .contact-left span,
.container-large .contactform form .contact-right span {
  text-align: center;
  text-wrap: nowrap;
  overflow-y: scroll;
  vertical-align: middle;
}
.container-large .contactform form .contact-left textarea,
.container-large .contactform form .contact-right textarea {
  border: none;
  min-height: 257px;
  box-shadow: 0 0 10px -5px rgb(5, 5, 20);
  width: calc(100% - 50px);
  border-radius: 15px;
  margin: 15px;
  padding: 10px;
  outline: none;
  overflow-x: scroll;
}
.container-large .contactform form .contact-left textarea::placeholder,
.container-large .contactform form .contact-right textarea::placeholder {
  color: rgb(219, 178, 94);
}
.container-large .contactform form .contact-left textarea:focus,
.container-large .contactform form .contact-right textarea:focus {
  background-color: rgb(255, 250, 250);
}
.container-large .contactform form .contact-left textarea:focus::placeholder,
.container-large .contactform form .contact-right textarea:focus::placeholder {
  color: rgb(168, 39, 52);
}
@media (max-width: 800px) {
  .container-large .contactform form .contact-left textarea,
  .container-large .contactform form .contact-right textarea {
    width: 100%;
    height: 300px;
  }
}
.container-large .contactform form button {
  background-color: rgb(168, 39, 52);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: #ffffff;
  width: calc(100% - 30px);
  margin: 15px;
  border-radius: 15px;
  box-shadow: 0 0 15px -5px rgb(5, 5, 20);
  padding: 20px;
  border: none;
  justify-content: center;
}
.container-large .maplarge {
  margin: 25px;
  width: calc(50% - 50px);
  height: 700px;
  border: none;
  display: flex;
}
.container-large .maplarge iframe {
  margin: 30px auto;
  width: calc(100% - 50px);
  height: 490px;
  border: none;
  border-radius: 15px;
  box-shadow: 0 0 15px -5px rgb(5, 5, 20);
}
@media (max-width: 1080px) {
  .container-large .maplarge {
    width: calc(100% - 10px);
    margin: 5px;
    height: 400px;
  }
  .container-large .maplarge iframe {
    height: 278px;
  }
}
.container-large .container-header {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  margin: 50px 0;
  width: calc(100% - 100px);
  margin: 50px 100px;
  padding: 0px 25px;
  font-size: 40px;
  text-transform: uppercase;
  flex-direction: row;
  box-shadow: 0 0 10px -2px rgb(5, 5, 20);
  border-radius: 10px;
}
@media (max-width: 1080px) {
  .container-large .container-header {
    width: calc(100% - 50px);
    margin: 0 25px;
    padding: 0px 20px;
  }
}
.container-large .container-header h2,
.container-large .container-header h1,
.container-large .container-header h3,
.container-large .container-header h4,
.container-large .container-header h5 {
  margin: auto 0;
  padding: 0;
  text-align: left;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: rgb(168, 39, 52);
  border-radius: 10px;
}
.container-large .container-header-contact {
  border-bottom: 1px solid rgb(168, 39, 52);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  margin: 0;
  width: calc(100% - 50px);
  margin: 0 25px;
  padding: 0px;
  font-size: 40px;
  text-transform: uppercase;
  flex-direction: row;
}
@media (max-width: 1080px) {
  .container-large .container-header-contact {
    width: calc(100% - 50px);
    margin: 0 25px;
    padding: 0px;
  }
}
.container-large .container-header-contact h2,
.container-large .container-header-contact h1,
.container-large .container-header-contact h3,
.container-large .container-header-contact h4,
.container-large .container-header-contact h5 {
  margin: auto 0;
  padding: 0;
  text-align: left;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: rgb(168, 39, 52);
}
.container-large .container-header2 {
  background-color: rgb(5, 5, 20);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: #ffffff;
  width: 70%;
  margin: 50px calc(15% + 15px) 50px 30%;
  padding: 20px auto;
  font-size: 40px;
  flex-direction: row;
}
.container-large .container-header2 h2,
.container-large .container-header2 h1,
.container-large .container-header2 h3,
.container-large .container-header2 h4 {
  margin: auto;
  padding: 20px;
  text-align: center;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: #ffffff;
}
.container-large .container-header-danger {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  width: calc(100% - 100px);
  height: 100%;
  padding: 50px;
  margin: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.container-large .container-header-danger h2,
.container-large .container-header-danger h3,
.container-large .container-header-danger h4 {
  padding: 50px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.container-large .container-header-danger h1.searchtext {
  padding: auto 20px;
}
.container-large .container-body {
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  background-color: rgba(219, 178, 94, 0.75);
  width: calc(100% - 100px);
  height: 100%;
  display: none;
  padding: 50px;
  margin: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.container-large .container-body:hover {
  background-color: rgba(39, 39, 41, 0.25);
}
.container-large .container-body:hover h1,
.container-large .container-body:hover h2,
.container-large .container-body:hover h3,
.container-large .container-body:hover h4,
.container-large .container-body:hover h5 {
  background-color: rgba(44, 62, 80, 0.75);
  padding: 20px;
  color: #ffffff;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.container-large .container-body-tr {
  margin: 20px 0;
  flex: 1;
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: row;
}
.container-large .avataraccount {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  text-align: center;
  border: 1px solid #2c3e50;
}
.container-large .no-radius {
  border-radius: 0;
}
.container-large .shadow {
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.7);
}

.container {
  background-color: #ffffff;
  overflow-y: hidden;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: 2px;
  color: #2c3e50;
  width: 800px;
  margin: 0 auto;
  padding: 0;
}
.container ::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1200px) {
  .container {
    margin: auto;
  }
}
@media (max-width: 1080px) {
  .container {
    margin: auto;
    width: 600px;
  }
}
@media (max-width: 800px) {
  .container {
    margin: auto;
    width: 500px;
  }
}
@media (max-width: 600px) {
  .container {
    width: 300px;
  }
}
.container .container-header {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: #ffffff;
  text-align: center;
  border-radius: 25px;
}
.container .container-body {
  border-radius: 7px;
  background-color: #ffffff;
  margin: 20px 0;
  flex: 1;
  display: flex;
  flex-direction: row;
}
.container .container-body-tr {
  margin: 20px 0;
  flex: 1;
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: row;
}
.container .avataraccount {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  text-align: center;
  border: 1px solid #2c3e50;
}
.container .no-radius {
  border-radius: 0;
}
.container .shadow {
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.7);
}

.back1 {
  display: flex;
  width: 100%;
  margin: 98px 0 0 0;
  min-height: 100vmin;
  overflow: none;
}
@media (max-width: 1080px) {
  .back1 {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 800px) {
  .back1 {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 600px) {
  .back1 {
    width: 100%;
    height: auto;
  }
}

.back2 {
  padding-top: 50px;
  display: flex;
  width: 100%;
  background-color: rgba(44, 62, 80, 0.75);
  background-image: url(../images/backs/back4.jpg);
  background-blend-mode: hard-light;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vmin;
  align-content: center;
}
@media (max-width: 1000px) {
  .back2 {
    height: 700px;
    justify-content: center;
  }
}
.back2:hover {
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
.back2:hover .profileimage {
  background-color: rgba(255, 255, 255, 0.85);
}
.back2:hover .profiletext {
  background-color: rgba(255, 255, 255, 0.95);
}

.back3 {
  padding-top: 50px;
  display: flex;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vmin;
  overflow: none;
}

.profileimage {
  background-color: rgba(255, 255, 255, 0.75);
  height: 100vmin;
  width: 100%;
  justify-content: center;
}
@media (max-width: 1080px) {
  .profileimage {
    height: 300px;
    width: 100%;
    justify-content: center;
    transition: none;
  }
}
.profileimage .profile {
  max-height: 70%;
  margin: 109px auto 20px auto;
  border-radius: 25px;
  text-align: center;
  padding: auto;
}
@media (max-width: 1080px) {
  .profileimage .profile {
    max-height: 50%;
    margin: 89px auto 0 auto;
    padding: auto;
    justify-content: center;
  }
}
.profileimage .profile:hover {
  transform: scale(1.05);
}
.profileimage .profile2 {
  width: auto;
  margin: auto;
  text-align: center;
  padding: 100px auto;
  border: 5px solid #ffffff;
  box-shadow: 0 0 10px #2c3e50;
}
@media (max-width: 1080) {
  .profileimage .profile2 {
    height: 400px;
    width: auto;
    justify-content: center;
  }
}
.profileimage .copyright {
  margin-left: 100px;
  color: #ffffff;
  flex-direction: row;
}
.profileimage .copyright i {
  margin: auto 5px auto 0;
}

.profiletext {
  width: 100%;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  text-align: center;
  color: #ffffff;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1080px) {
  .profiletext {
    height: 400px;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: auto 0;
    margin: auto;
  }
}
.profiletext h1 {
  font-family: "monoton";
  width: calc(100% - 100px);
  font-size: 20px;
  font-weight: bold;
  padding: auto 15px;
}
@media (max-width: 1080) {
  .profiletext h1 {
    margin: 0;
    font-size: 25px;
  }
}
.profiletext h2,
.profiletext h3,
.profiletext h4 {
  font-family: "monoton";
  width: calc(100% - 100px);
  font-size: 15px;
  font-weight: bold;
  padding: 5px 50px;
}
.profiletext h3 {
  text-shadow: none;
}

.resultat {
  display: none;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 999;
  margin: 90px 0 0;
  position: fixed;
  padding: 0 100px;
  width: 100%;
  height: 100vmin;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: 5px;
  -webkit-scrollbar: 5px;
  -webkit-scrollbar: 5px;
}
.resultat ul {
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 3px 4px rgba(255, 255, 255, 0.75);
  width: 60%;
  margin: 0 auto;
  padding: 50px;
}
.resultat ul li {
  line-height: 25px;
  padding: 20px;
}
.resultat ::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1080px) {
  .resultat {
    height: 100%;
    top: 90px;
    width: 100%;
    padding: 100px;
    margin: 0;
  }
}
.resultat li {
  padding: 10px;
  color: rgb(168, 39, 52);
}
@media (max-width: 1080px) {
  .resultat li {
    padding: 20px;
  }
}
.resultat a {
  color: rgb(219, 178, 94);
}
.resultat .result {
  display: flex;
  justify-content: center;
  width: calc(100% - 100px);
  margin: 0;
  padding: 0;
  height: auto;
}
.resultat .result a {
  border: none;
  margin: 0;
  padding: 0;
}

.leftbar {
  display: none;
  background-color: rgba(5, 5, 20, 0.9);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 9999;
  width: 350px;
  height: calc(100% - 195px);
  margin: 50px;
  padding: 50px 50px;
  z-index: 999;
  position: fixed;
  color: rgba(168, 39, 52, 0.75);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.leftbar i, .leftbar button {
  color: rgb(219, 178, 94);
}
.leftbar label, .leftbar input, .leftbar span {
  color: #ffffff;
}
.leftbar label ::placeholder, .leftbar input ::placeholder, .leftbar span ::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.leftbar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa; /* or add it to the track */
}
.leftbar .menubarleft {
  display: flex;
  width: 100%;
  height: 400px;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: 5px;
  -webkit-scrollbar: 5px;
}
.leftbar .menubarleft::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: rgb(5, 5, 20); /* or add it to the track */
}
.leftbar .menubarleft form {
  flex-direction: row;
  width: 300px;
  height: 30px;
  margin: 50px auto;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
@media (max-width: 600px) {
  .leftbar .menubarleft form {
    width: auto;
    margin: auto;
  }
}
.leftbar .menubarleft form input,
.leftbar .menubarleft form label {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 5px 0;
}
.leftbar .menubarleft form input :placeholder,
.leftbar .menubarleft form label :placeholder {
  padding-left: 20px;
}
.leftbar .menubarleft form input {
  padding-left: 5px;
  border: none;
  background-color: transparent;
}
.leftbar .menubarleft form input:focus {
  border: none;
}
.leftbar .menubarleft form button {
  width: 60px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  font-size: 20px;
  border: none;
  background-color: transparent;
}
.leftbar .menubarleft form button::before, .leftbar .menubarleft form button::after {
  height: 50px;
  line-height: 50px;
}
.leftbar .menubarleft ul {
  display: flex;
  margin: 10px auto;
  width: 300px;
  align-items: left;
}
.leftbar .menubarleft ul li {
  left: 0;
  margin: 10px 0;
}
.leftbar .menubarleft ul li a {
  padding-left: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.leftbar .menubarleft ul li a span {
  padding-left: 10px;
  display: flex;
}
@media (max-width: 1080px) {
  .leftbar {
    z-index: 999;
    width: 100%;
    height: calc(100% - 0px);
    margin: 0;
    padding: 0;
    box-shadow: none;
    overflow: hidden;
  }
}

.leftbar:hover {
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}

.rightbar {
  margin: 0;
  display: none;
  background-color: transparent;
  z-index: 1;
  height: calc(100% - 175px);
  padding: 0 0 25px;
  width: 300px;
  top: 0;
  right: 0;
  margin: 125px 25px 50px 0;
  z-index: 999;
  border-radius: 10px;
  position: fixed;
  color: rgb(219, 178, 94);
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}
.rightbar form label {
  box-shadow: 0 0 2px #2c3e50;
}
.rightbar form label :focus,
.rightbar form label :hover,
.rightbar form label :active {
  box-shadow: 0 0 2px #c0392b;
}
.rightbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.rightbar ul li {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 10px;
  padding: 0;
  margin: 25px 25px 0 25px;
}
.rightbar ul li a {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgb(5, 5, 20);
}
.rightbar ul li img {
  margin: auto;
  max-width: 100%;
  min-height: 100%;
  object-fit: cover;
  justify-content: center;
  border-radius: 10px;
}
.rightbar ul li h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(5, 5, 20, 0.5);
  text-align: center;
  color: rgb(219, 178, 94);
  border-radius: 10px;
}
.rightbar ul li:hover {
  box-shadow: 0 0 15px 0 #2c3e50;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.rightbar ul li h2:hover {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
  color: rgb(5, 5, 20);
}
@media (max-width: 1080px) {
  .rightbar {
    display: none;
  }
}
@media (max-width: 600px) {
  .rightbar {
    width: 100%;
    min-height: calc(100% - 168px);
    margin: 84px 0 84px 0;
    box-shadow: none;
  }
  .rightbar h3 {
    text-align: center;
  }
  .rightbar > * {
    margin: 20px;
  }
  .rightbar > * > * {
    margin: 5px 0;
  }
  .rightbar form {
    width: calc(100% - 60px);
  }
}

footer {
  z-index: 99;
  display: flex;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
footer * {
  color: rgb(219, 178, 94);
  text-align: left;
}
footer .backtotop {
  display: flex;
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(217deg, rgba(27, 38, 59, 0.25), rgba(18, 18, 18, 0.25) 70.71%), linear-gradient(127deg, rgba(27, 38, 19, 0.25), rgba(18, 18, 18, 0.5) 70.71%), linear-gradient(336deg, rgba(27, 38, 255, 0.25), rgba(18, 18, 18, 0.25) 70.71%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: #ffffff;
  box-shadow: 0px 0px 5px 0px #ffffff;
  z-index: 10000 !important;
  overflow: visible;
  bottom: 25px;
  right: 25px;
  font-size: 25px;
  padding: 0;
  text-align: center;
  justify-content: center;
  border-radius: 5px;
}
footer .share-buttons {
  display: flex;
  position: fixed;
  width: 150px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(217deg, rgba(27, 38, 59, 0.25), rgba(18, 18, 18, 0.25) 70.71%), linear-gradient(127deg, rgba(27, 38, 19, 0.25), rgba(18, 18, 18, 0.5) 70.71%), linear-gradient(336deg, rgba(27, 38, 255, 0.25), rgba(18, 18, 18, 0.25) 70.71%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 0px 5px 0px #ffffff;
  z-index: 10000 !important;
  overflow: visible;
  bottom: 25px;
  left: 25px;
  font-size: 25px;
  padding: 0;
  text-align: center;
  justify-content: center;
  border-radius: 5px;
  flex-direction: row;
  flex-wrap: nowrap;
}
footer .share-buttons i {
  width: 30px;
  margin: auto 0;
  height: 50px;
  padding: 15.5px 0;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  color: #ffffff;
}
footer .diapohead {
  background-color: rgb(5, 5, 20);
  width: 100%;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}
footer .diapo {
  min-width: 100%;
  height: 240px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto; /* Permet le défilement horizontal */
  overflow-y: hidden; /* Cache le défilement vertical */
  margin: 0 auto;
  border-bottom: 5px solid rgb(168, 39, 52);
  justify-items: center;
}
footer .diapo ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}
footer .diapo ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
footer .diapo li {
  width: 200px;
  height: 200px;
  margin: 20px;
  padding: 0;
  display: flex; /* Ajouté pour centrer le contenu */
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
footer .diapo li a {
  width: 200px;
  overflow: hidden;
}
footer .diapo li img {
  z-index: 0;
  width: 100%; /* Ajuste pour ne pas dépasser */
  min-height: 200px; /* Ajuste pour ne pas dépasser */
  object-fit: cover; /* Assure que l'image couvre le conteneur */
  transition: all 0.5s ease;
  border-radius: 10px;
}
footer .diapo li img:hover {
  transform: scale(1.1); /* Agrandit sans modifier la taille initiale */
}
footer .ft-2 {
  width: 50%;
  margin: 0;
  height: 1000px;
  padding: 0;
}
@media (max-width: 1080px) {
  footer .ft-2 {
    width: 100%;
  }
}
footer .ft-2 .bgfooterimage {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
footer .ft-2 .bgfooterimage img {
  z-index: 0;
  vertical-align: middle;
  justify-content: center;
  overflow: hidden;
  max-width: 100%;
  height: 1000px;
  margin: 0;
  padding: 0;
  object-fit: cover;
  justify-content: center;
  overflow: hidden;
  vertical-align: middle;
}
footer .ft-2 .bgfooterheader {
  z-index: 2;
  width: 100%;
  height: 66.6666666667%;
  margin-top: -1000px;
  background-color: rgba(5, 5, 20, 0.85);
  flex-wrap: wrap;
  flex-direction: row;
}
footer .ft-2 .bgfooterheader a {
  width: 50%;
  height: 50%;
}
footer .ft-2 .bgfooterheader a:hover {
  background-color: rgba(5, 5, 20, 0.75);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
footer .ft-2 .bgfooterheader a:hover i {
  font-size: 2.5rem;
}
footer .ft-2 .bgfooterheader a i {
  width: 100%;
  height: 100%;
  font-size: 2rem;
  justify-content: center;
  align-items: center;
}
footer .ft-2 .wbname {
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 33.3333333333%;
  padding: 0;
  background-color: rgb(219, 178, 94);
  justify-content: center;
  align-items: center;
}
footer .ft-2 .wbname a {
  width: calc(100% - 100px);
  margin: auto 50px;
  flex-direction: row;
  color: rgb(5, 5, 20);
}
footer .ft-2 .wbname a i {
  width: 50px;
  height: 50px;
  left: 0;
  color: rgb(5, 5, 20);
}
footer .ft-2 ul {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  flex-direction: row;
}
footer .ft-2 ul .square-div-ft {
  margin: 0;
  padding: 0;
  width: 50%;
  height: 333.3333333333px;
}
footer .ft-2 ul .square-div-ft a {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  justify-items: center;
  background-color: rgb(5, 5, 20);
}
footer .ft-2 ul .square-div-ft a i {
  color: rgb(219, 178, 94);
  height: 50%;
  justify-content: end;
  align-items: end;
  justify-items: end;
}
footer .ft-2 ul .square-div-ft a span {
  height: 50%;
  justify-content: start;
  align-items: start;
  justify-items: start;
}
footer .col-3f {
  width: calc(33.3333333333% - 60px) !important;
  margin: 0 auto;
}
@media (max-width: 980px) {
  footer .col-3f {
    width: calc(100% - 60px) !important;
    margin: 30px;
  }
}
footer .col-3f p {
  line-height: 40px;
}
footer h5 {
  color: rgb(5, 5, 20);
}
footer ul {
  align-items: left;
}
footer ul li {
  flex-direction: row;
  left: 0;
  padding: 10px;
  line-height: 40px;
  vertical-align: middle;
}
footer ul li a {
  padding-left: 10px;
}
footer ul li i {
  color: rgb(5, 5, 20);
  margin: auto 0;
}
footer .col-3 p {
  padding: 25px 50px;
}
footer .footer-body {
  background-color: #ffffff;
  width: 100%;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transition: all 0.5s ease;
}

.social-banner {
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  position: fixed;
  width: 100%;
  height: 82px;
  bottom: 0;
  box-shadow: 0 0 2px #2c3e50;
  color: #2c3e50;
  flex-direction: row;
  background-color: rgb(219, 178, 94);
}
.social-banner .social_logos {
  width: 82px;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}