@charset "UTF-8";
/***************************color************************/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
.react-confirm-alert-overlay {
  background: rgba(0, 0, 0, 0.53) !important;
}

.react-confirm-alert-body > h1 {
  margin-top: 0;
  font-size: x-large;
}

.react-confirm-alert-body {
  font-family: "Oswald", sans-serif !important;
  font-weight: 500 !important;
  width: 400px;
  padding: 30px;
  text-align: left;
  background: #1a1a1a !important;
  border-radius: 0px !important;
  box-shadow: 0 20px 75px rgba(0, 0, 0, 0.13);
  color: #aaaaaa !important;
}

.ReactModal__Overlay {
  background: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(3px);
  background-color: transparent !important;
}

.mySwiper {
  width: 95% !important;
  height: 55% !important;
}
.mySwiper .swiper-slide {
  box-shadow: rgb(18, 18, 18) 0px 20px 30px -10px !important;
  width: 17% !important;
  cursor: pointer;
}

.guideDuMarine {
  background-image: url("../../images/biblio/guideDuCombatant.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.prepaTraining {
  background-image: url("../../images/biblio/keybind.webp");
  background-repeat: round;
}

.ficheReflex1 {
  background-image: url("../../images/biblio/artilleur.webp");
  background-repeat: round;
}

.homeSwiper {
  width: 100% !important;
  height: 100vh !important;
}
.homeSwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.App {
  height: 100vh;
}

@font-face {
  font-family: "lulo";
  src: url("../../../font/Lulo-Clean-One.ttf") format("truetype");
}
@font-face {
  font-family: "titre";
  src: url("../../../font/titre.otf") format("truetype");
}
@font-face {
  font-family: "borda_regular";
  src: url("../../../font/Borda_Regular.ttf") format("truetype");
}
body {
  margin: 0px;
  font-size: 20px;
}

.active svg {
  height: 85%;
  fill: #ffd204 !important;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 10%;
  height: 100%;
  letter-spacing: 1px;
  flex-direction: column;
  border-right: 1px solid #F1F1F1;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.navbar .arrowSVG {
  height: 48px;
  fill: #a6adb1;
  position: absolute;
  transition: right 2s ease;
  rotate: 90deg;
  right: 800px;
  pointer-events: none;
}
.navbar__menuTop {
  width: 100%;
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.navbar__menuTop h1 {
  margin: 0;
  margin-top: 5%;
  font-size: 30px;
  color: #F1F1F1;
}
.navbar__menuTop img {
  width: 100%;
}
.navbar__menuMid {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 70%;
  align-items: center;
  flex-direction: column;
}
.navbar__menuMid__navButtonCont {
  height: 80%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.navbar__menuMid__navButtonCont .menuLink {
  height: 10%;
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-bottom: 25%;
}
.navbar__menuMid__navButtonCont .menuLink svg {
  height: 80%;
  fill: #F1F1F1;
}
.navbar__menuMid__navButtonCont .menuLink:hover {
  scale: 1.1;
}
.navbar__menuBot {
  height: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar__menuBot .disconectLink {
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
  clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 60%, 80% 100%, 20% 100%, 0 100%, 0% 40%);
  background-color: #ffd204;
  width: 80%;
  height: 55%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #1a1a1a;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar__menuBot .disconectLink:hover {
  scale: 1.05;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .navbar {
    width: 15%;
  }
}
.title__button__container {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 250px;
  width: 350px;
}

.title__button__square {
  position: absolute;
  border: whitesmoke solid 2px;
  height: 130px;
  width: 130px;
  transition: transform 0.3s ease;
  border-bottom: none;
}

.title__button__square.selected {
  box-shadow: 0px 0px 20px 5px whitesmoke;
}

.title__button__container:hover .title__button__square {
  transform: rotate(90deg);
  border-bottom: whitesmoke solid 2px;
  border-right: none;
  box-shadow: whitesmoke;
}

.title__button__diamond {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  height: 130px;
  width: 130px;
  overflow: hidden;
}

.title__button__diamond img {
  position: absolute;
  height: 140%;
  transform: rotate(-45deg);
}

.title__button__boxshadow {
  box-shadow: inset 0px 0px 0px 2px whitesmoke;
  /* background-color: red; */
  height: 100%;
  width: 100%;
  z-index: 5;
}

.title__button__textshadow {
  position: absolute;
  bottom: -70px;
  background-color: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 55%);
  transform: rotate(-135deg);
  z-index: 6;
  width: 100%;
  height: 150%;
  cursor: pointer;
}

.title__button__container p {
  position: absolute;
  bottom: -15px;
  z-index: 5;
  color: whitesmoke;
  font-size: 37px;
  font-weight: 600;
}

.authPage {
  background-color: #1a1a1a;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "lulo";
  font-size: 14px;
}
.authPage__cont {
  width: 50%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.authPage__cont img {
  height: 80%;
}
.authPage__cont__progressBar {
  height: 10%;
  width: 100%;
  border: 2px solid #ffd204;
  border-radius: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f1f1f1;
  position: relative;
}
.authPage__cont .progressBarEffect {
  background-color: #ffd204;
  width: 5%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  border-radius: 52px;
  animation: progressAnimation 3s infinite;
  transition: none;
}
@keyframes progressAnimation {
  0% {
    width: 5%;
  }
  99% {
    width: 100%;
  }
}

.errorPage {
  background-color: #1a1a1a;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "lulo";
  font-size: 14px;
}
.errorPage__cont {
  width: 50%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}
.errorPage__cont svg {
  height: 70%;
  fill: #F1F1F1;
}
.errorPage__cont p {
  margin: 0;
  color: #ffd204;
}
.errorPage__cont__button {
  height: 10%;
  width: 30%;
  background: transparent;
  color: #ffd204;
  border: 1.5px solid;
  border-left: 8px solid;
  font-family: "lulo";
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.errorPage__cont__button p {
  position: relative;
}
.errorPage__cont__button:hover .buttonEffect {
  width: 100%;
}
.errorPage__cont .buttonEffect {
  background-color: #ffd204;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}

.transitionPage {
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
}

.customButton {
  color: white !important;
  background-color: #2d7bf3 !important;
}

.adminPage {
  width: 100%;
  height: 100vh;
  display: flex;
  background-color: #090a0a;
  font-family: "Quicksand", sans-serif;
}
.adminPage__menu {
  width: auto;
  height: 100%;
  background-color: #1c1f26;
  display: flex;
  align-items: center;
  width: 18%;
  flex-direction: column;
  justify-content: space-between;
}
.adminPage__menu__container {
  width: 100%;
  height: 90%;
}
.adminPage__menu__container__top {
  height: 20%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.adminPage__menu__container__top__title {
  margin: 0;
  color: white;
}
.adminPage__menu__container__top__logo {
  height: 100%;
}
.adminPage__menu__container__nav {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
}
.adminPage__menu__container__nav__button {
  width: 80%;
  font-size: 18px;
  border: none;
  background-color: transparent;
  color: #9d9da5;
  cursor: pointer;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
.adminPage__menu__container__nav__button:hover {
  color: white;
  background-color: #2d7bf3;
}
.adminPage__menu__container__nav__button svg {
  height: 60%;
  width: 25%;
}
.adminPage__menu__container__nav__button span {
  width: 25%;
}
.adminPage__menu__bottom {
  width: 100%;
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adminPage__menu__bottom a {
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adminPage__menu__bottom button {
  width: 80%;
  border-radius: 5px;
  height: 40px;
  font-size: 20px;
  background-color: #87d787;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #2e2e2f;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
.adminPage__menu__bottom button:hover {
  scale: 1.05;
  transition: 0.2s ease-in-out;
}

.examenPage {
  height: 100%;
  width: 100%;
  background-image: url("../../images/examens/examensBackground.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.examenPage h1 {
  color: #FFC107;
  font-size: 40px;
  font-weight: bold;
  font-family: "Encode Sans Semi Condensed", sans-serif;
  letter-spacing: 1px;
  width: 80%;
  text-align: center;
}
.examenPage .examenContainer {
  display: flex;
  width: 100%;
  height: 93%;
  justify-content: flex-start;
  align-items: center;
  background: rgba(25, 38, 46, 0.25);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(2px);
  flex-direction: column;
  padding-top: 30px;
}
.examenPage .examenContainer__backgroundValidationBase {
  background-image: url("../../images/examens/validationBaseBanner.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 20%;
  position: relative;
  border-radius: 7px;
  border: 1px solid #d1d1d1;
  box-shadow: rgb(18, 18, 18) 0px 20px 30px -10px;
  margin-bottom: 30px;
}
.examenPage .examenContainer__backgroundPilote {
  background-image: url("../../images/examens/piloteBanner.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 20%;
  position: relative;
  border-radius: 7px;
  border: 1px solid #d1d1d1;
  box-shadow: rgb(18, 18, 18) 0px 20px 30px -10px;
  margin-bottom: 30px;
}
.examenPage .examenContainer__content {
  width: 100%;
  height: 100%;
  background: linear-gradient(292deg, rgba(39, 50, 58, 0.4) 28%, rgba(18, 24, 33, 0.8) 100%);
  display: flex;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.examenPage .examenContainer__content h1 {
  color: #FFC107;
  font-size: 40px;
  font-weight: bold;
  font-family: "Encode Sans Semi Condensed", sans-serif;
  letter-spacing: 1px;
}

.calendrierPage {
  width: 100%;
  height: 100%;
  background-image: url("../../images/biblioBackground.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.loadingPage {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.loadingPage svg {
  height: 50%;
  rotate: 90deg;
}

.homePage {
  height: 100vh;
  width: 100%;
  background-color: #1a1a1a;
  font-family: "lulo";
  font-size: 17px;
}
.homePage .slide1 {
  background-image: url("../../images/vitrine/slide1/homeCalque1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.homePage .slide2 {
  background-color: #1a1a1a;
  overflow: hidden;
  z-index: 2;
}
.homePage .slide3 {
  background-image: url("../../images/vitrine/slide3/Slide3Background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.homePage .slide4 {
  background-color: #1a1a1a;
  width: 100%;
  height: 100%;
}
.homePage .slide5 {
  background-color: #1a1a1a;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calque2 {
  width: 100%;
  height: 100%;
  background-image: url("../../images/vitrine/slide1/homeCalque2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
}

.slide1Filter {
  background-image: url("../../images/vitrine/slide1/homeFiltre.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}
.slide1Filter img {
  height: 15%;
}
.slide1Filter__memberButton {
  position: absolute;
  text-decoration: none;
  top: 2%;
  right: 5%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-family: "lulo";
  font-size: 17px;
  color: #F1F1F1;
}
.slide1Filter__memberButton:hover {
  scale: 1.05;
  transition: 0.5s ease-in-out;
  color: #ffd204;
}
.slide1Filter__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 22%;
}
.slide1Filter__title__titleLogo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #F1F1F1;
  height: 65%;
}
.slide1Filter__title__titleLogo span {
  font-size: 95px;
  font-family: "titre";
  width: 33.3%;
}
.slide1Filter__title__titleLogo .letter1 {
  text-align: start;
}
.slide1Filter__title__titleLogo .letter2 {
  text-align: center;
}
.slide1Filter__title__titleLogo .letter3 {
  text-align: end;
}
.slide1Filter__title .sousTitre {
  margin: 0;
  color: #F1F1F1;
  font-weight: normal;
}
.slide1Filter__bottom {
  width: 100%;
  height: 10%;
  background-color: #1a1a1a;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
}
.slide1Filter__bottom .comuContent {
  height: 100%;
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide1Filter__bottom .comuContent__logo {
  height: 90%;
}
.slide1Filter__bottom__social {
  height: 100%;
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide1Filter__bottom__social a {
  cursor: pointer;
  height: 50%;
  width: 30%;
}
.slide1Filter__bottom__social a:hover .discordSVG {
  fill: #5865F2;
  scale: 1.1;
}
.slide1Filter__bottom__social a:hover .youtubeSVG {
  fill: #CE1312;
  scale: 1.1;
}
.slide1Filter__bottom__social svg {
  height: 100%;
  width: 100%;
  fill: #F1F1F1;
  transition: 0.2s ease-in-out;
  pointer-events: none;
}

/*------------------------------------------Reponsive---------------------------------------------*/
@media (min-width: 1921px) and (max-width: 3440px) {
  .slide1Filter__bottom__social {
    height: 100%;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 427px) and (max-width: 1024px) {
  .slide1Filter__bottom__social {
    width: 25%;
  }
  .slide3Cont {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    filter: drop-shadow(5px 10px 5px rgba(10, 10, 10, 0.7));
    align-items: center;
  }
  .slide3Cont .branches {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90%;
  }
  .slide3Cont .sousBranche .brancheDescription {
    width: 85% !important;
  }
  .slide3Cont .sousBranche__sousBrancheCont__logoCont__logo {
    width: 90% !important;
  }
}
.marginTop {
  margin-top: 20px !important;
}

.slide2Cont {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide2Cont__info {
  height: 80%;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  border-bottom: 1px solid #F1F1F1;
}
.slide2Cont__info__menuCont {
  -webkit-clip-path: polygon(17px 0, 100% 0, 100% 30px, calc(100% - 17px) 48px, 0 100%, 0 17px);
          clip-path: polygon(17px 0, 100% 0, 100% 30px, calc(100% - 17px) 48px, 0 100%, 0 17px);
  width: 100%;
  height: 6%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide2Cont__info__menuCont__menu {
  height: 90%;
  width: 100%;
  border: 1px solid #F1F1F1;
  position: relative;
}
.slide2Cont__info__menuCont__menu:before {
  border-right: 15.5px solid transparent;
  border-top: 15.5px solid #F1F1F1;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}
.slide2Cont__info__menuCont__menu:after {
  border-bottom: 15.5px solid #F1F1F1;
  border-left: 15.5px solid transparent;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
}
.slide2Cont__info__menuCont__menu button {
  height: 100%;
  width: 33.33333333%;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  background-color: transparent;
  border: none;
  font-family: "lulo";
  font-size: 17px;
  color: #F1F1F1;
}
.slide2Cont__info__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 80%;
  width: 100%;
  opacity: 0;
  justify-content: space-evenly;
  animation: switch 0.5s ease-in-out forwards;
}
.slide2Cont__info__content .chiffresCont {
  width: 100%;
  display: flex;
  justify-content: space-around;
  height: 20%;
}
.slide2Cont__info__content .chiffresCont p {
  margin: 0;
}
.slide2Cont__info__content .chiffresCont div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.slide2Cont__info__content .chiffresCont span {
  font-size: 35px;
  color: #ffd204;
  font-family: "lulo";
}
.slide2Cont__info__content img {
  height: 60%;
  position: absolute;
  opacity: 0.1;
}
.slide2Cont__info__content .onglet1img {
  height: 120%;
  position: absolute;
  opacity: 0.1;
  pointer-events: none;
  right: -38rem;
}
.slide2Cont__info__content .onglet2img {
  height: 130%;
  position: absolute;
  opacity: 0.1;
  pointer-events: none;
  right: -51rem;
}
.slide2Cont__info__content .onglet3img {
  height: 100%;
  position: absolute;
  opacity: 0.1;
  pointer-events: none;
}
.slide2Cont__info__content ul {
  color: #F1F1F1;
  font-family: "borda_regular";
  font-size: 17px;
}
.slide2Cont__info__content__text {
  height: 80%;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slide2Cont__info__content__text h2 {
  margin: 0;
  color: #ffd204;
}
.slide2Cont__info__content__text h4 {
  margin: 0;
  color: #ffd204;
}
.slide2Cont__info__content__text p {
  color: #F1F1F1;
  font-size: 17px;
  font-family: "borda_regular";
}

@keyframes switch {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------responsive-------------------------------*/
@media (min-width: 1921px) and (max-width: 3440px) {
  .slide2Cont {
    width: 70%;
  }
  .slide2Cont__info__content__text p {
    color: #F1F1F1;
    font-size: 21px;
    font-family: "borda_regular";
  }
  .slide2Cont__info {
    height: 85%;
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: 1px solid #F1F1F1;
  }
  .slide2Cont__info__menuCont {
    -webkit-clip-path: polygon(17px 0, 100% 0, 100% 33px, calc(100% - 17px) 50px, 0 100%, 0 17px);
    width: 100%;
    height: 6%;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(17px 0, 100% 0, 100% 33px, calc(100% - 17px) 50px, 0 100%, 0 17px);
  }
}
@media screen and (min-height: 1025px) {
  .slide2Cont__info__menuCont {
    -webkit-clip-path: polygon(17px 0, 100% 0, 100% 47px, calc(100% - 17px) 65px, 0 100%, 0 17px);
    width: 100%;
    height: 6%;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(17px 0, 100% 0, 100% 47px, calc(100% - 17px) 65px, 0 100%, 0 17px);
  }
}
@media (min-width: 427px) and (max-width: 1024px) {
  .slide2Cont__info {
    height: 80%;
    width: 90%;
  }
}
.slide3Cont {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  filter: drop-shadow(5px 10px 5px rgba(10, 10, 10, 0.7));
  align-items: center;
}
.slide3Cont .branches {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.slide3Cont .sousBranche {
  width: 0%;
  height: 0%;
  position: absolute;
  z-index: 1;
  display: none;
  opacity: 0;
  align-items: center;
  justify-content: center;
}
.slide3Cont .sousBranche .brancheDescription {
  width: 65%;
  color: #F1F1F1;
  font-size: 14px;
  text-align: center;
  pointer-events: none;
}
.slide3Cont .sousBranche__sousBrancheCont {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slide3Cont .sousBranche__sousBrancheCont__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 15%;
  transition: all 0.6s ease-in-out;
  z-index: 1;
}
.slide3Cont .sousBranche__sousBrancheCont__header span {
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.slide3Cont .sousBranche__sousBrancheCont__header span img {
  height: 70%;
  pointer-events: none;
}
.slide3Cont .sousBranche__sousBrancheCont__header span h2 {
  color: #F1F1F1;
}
.slide3Cont .sousBranche__sousBrancheCont__header button {
  height: 30%;
  width: 5%;
  margin-right: 2%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.slide3Cont .sousBranche__sousBrancheCont__header button:hover {
  scale: 1.1;
}
.slide3Cont .sousBranche__sousBrancheCont__header button svg {
  height: 100%;
  pointer-events: none;
  color: #F1F1F1;
}
.slide3Cont .sousBranche__sousBrancheCont__logoCont {
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.slide3Cont .sousBranche__sousBrancheCont__logoCont__logo {
  width: 70%;
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slide3Cont .sousBranche__sousBrancheCont__logoCont__logo span {
  height: 100%;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide3Cont .sousBranche__sousBrancheCont__logoCont__logo h3 {
  font-size: 12px;
  color: #F1F1F1;
  margin: 0;
  width: 250px;
  text-align: center;
}
.slide3Cont .sousBranche__sousBrancheCont__logoCont__logo .animCont {
  display: flex;
  height: 100%;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.slide3Cont .sousBranche__sousBrancheCont__logoCont__logo .detailTitle {
  background-color: #515150;
  text-align: center;
  width: 75%;
  height: 30%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-clip-path: polygon(17px 0, 100% 0, 100% 31px, calc(100% - 17px) 48px, 0 100%, 0 17px);
          clip-path: polygon(17px 0, 100% 0, 100% 31px, calc(100% - 17px) 48px, 0 100%, 0 17px);
  z-index: 1;
}
.slide3Cont .sousBranche__sousBrancheCont__logoCont__logo .detailTitle h2 {
  margin: 0;
  color: #F1F1F1;
}
.slide3Cont .sousBranche__sousBrancheCont__logoCont__logo .detailContent {
  width: 100%;
  height: 70%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  -webkit-clip-path: polygon(14.9% 0%, 100.1% 0%, 100% 17.7%, 100.1% 77.3%, 94.8% 100.5%, 14.9% 100%, 0% 100.5%, 0% 0%);
          clip-path: polygon(14.9% 0%, 100.1% 0%, 100% 17.7%, 100.1% 77.3%, 94.8% 100.5%, 14.9% 100%, 0% 100.5%, 0% 0%);
  background: rgb(26, 26, 26);
  background: linear-gradient(207deg, rgb(26, 26, 26) 68%, rgba(26, 26, 26, 0) 98%);
}
.slide3Cont .sousBranche__sousBrancheCont__logoCont__logo .detailContent .textCont {
  width: 70%;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  opacity: 0;
  margin-right: 5%;
  margin-bottom: 1%;
}
.slide3Cont .sousBranche__sousBrancheCont__logoCont__logo .detailContent .textCont p {
  margin: 0;
  font-size: 6px;
  text-align: center;
  color: #F1F1F1;
}
.slide3Cont .sousBranche__sousBrancheCont__logoCont__logo .detailContent .textCont a {
  text-decoration: none;
  font-size: 5px;
  cursor: pointer;
  color: #ffd204;
}
.slide3Cont .sousBranche__sousBrancheCont__logoCont .sousBrancheDetails {
  width: 0px;
  height: 160px;
  position: absolute;
  bottom: 75px;
  left: 0px;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}
.slide3Cont .sousBranche__sousBrancheCont__logoCont button {
  position: absolute;
  top: 30px;
  right: 10px;
  background: transparent;
  border: none;
  color: white;
  height: 15%;
  cursor: pointer;
  z-index: 1;
}
.slide3Cont .sousBranche__sousBrancheCont__logoCont button svg {
  height: 100%;
  transition: transform 0.3s ease;
  /* Ajout de la transition pour la propriété transform */
}
.slide3Cont .sousBranche__sousBrancheCont__logoCont button svg:hover {
  transform: scale(1.2);
  /* Appliquer l'échelle au survol */
}
.slide3Cont .sousBranche__sousBrancheCont__logoCont img {
  height: 90%;
  cursor: pointer;
  z-index: 1;
  transition: transform 0.3s ease;
  /* Ajout de la transition pour la propriété transform */
}
.slide3Cont .sousBranche__sousBrancheCont__logoCont img:hover {
  transform: scale(1.05);
  /* Appliquer l'échelle au survol */
}
.slide3Cont__branchesCont {
  width: 30%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F1F1F1;
  cursor: pointer;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  flex-direction: column;
  scale: 1;
  gap: 20%;
}
.slide3Cont__branchesCont__ecusson {
  height: 90%;
  z-index: 1;
  pointer-events: none;
}
.slide3Cont__branchesCont .brancheTitle {
  margin: 0;
  margin-bottom: -20%;
}
.slide3Cont__logoCont {
  height: 56%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  pointer-events: none;
  top: 0%;
}
.slide3Cont__logoCont img {
  height: 50%;
}
.slide3Cont__logoCont h2 {
  font-weight: 100;
  font-size: 17px;
}

/*------------------------------------------Reponsive---------------------------------------------*/
@media (min-width: 1921px) and (max-width: 3440px) {
  .slide3Cont {
    width: 70%;
  }
  .slide3Cont .sousBranche__sousBrancheCont__logoCont__logo .detailContent .textCont p {
    margin: 0;
    font-size: 8px;
    text-align: center;
    color: #F1F1F1;
  }
  .slide3Cont .sousBranche__sousBrancheCont__logoCont .sousBrancheDetails {
    width: 0px;
    height: 160px;
    position: absolute;
    bottom: 90px;
    left: 25px;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .slide3Cont .branches {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 70%;
  }
  .slide3Cont__branchesCont__ecusson {
    height: 70%;
    z-index: 1;
    pointer-events: none;
  }
  .slide3Cont .sousBranche__sousBrancheCont__logoCont__logo {
    width: 70%;
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
@media (min-width: 427px) and (max-width: 1024px) {
  .slide3Cont__branchesCont__ecusson {
    height: 70%;
    z-index: 1;
    pointer-events: none;
  }
  .slide3Cont .sousBranche__sousBrancheCont__logoCont img {
    height: 70%;
    cursor: pointer;
    z-index: 1;
    transition: transform 0.3s ease;
  }
}
.slide4Cont {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide4BackgroundImage {
  position: absolute;
  height: 30%;
  width: 100%;
}

/*------------------------------------------Reponsive---------------------------------------------*/
@media (min-width: 1921px) and (max-width: 3440px) {
  .slide4Cont {
    width: 70%;
  }
  .youtubeModal-content {
    height: 70% !important;
    width: 50% !important;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .testSwip {
    width: 50% !important;
    height: 40% !important;
  }
  .youtubeModal-content {
    height: 45% !important;
    width: 60% !important;
  }
}
@media (min-width: 427px) and (max-width: 1024px) {
  .testSwip {
    width: 60% !important;
    height: 35% !important;
  }
  .youtubeModal-content {
    height: 50% !important;
    width: 90% !important;
  }
}
.slide5Cont {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../../images/vitrine/slide5/slide5Filtre.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.slide5Cont__accordeon {
  height: 80%;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.slide5Cont .accordeonButton {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.slide5Cont .accordeonCont {
  border: none !important;
  border-top: 1px solid #8c6a0d !important;
  background-color: transparent !important;
  color: #F1F1F1 !important;
  width: 100%;
}
.slide5Cont .accordeonTop__one {
  border-bottom: 1px solid #8c6a0d !important;
  min-height: 70px !important;
  background-color: #8c6a0d !important;
}
.slide5Cont .accordeonTop__one__TypoQuestion {
  font-family: "lulo" !important;
  font-size: 16px !important;
  color: #1a1a1a !important;
  font-weight: 600 !important;
}
.slide5Cont .accordeonTop__two {
  border-bottom: 1px solid #8c6a0d !important;
  min-height: 70px !important;
  background-color: transparent !important;
}
.slide5Cont .accordeonTop__two__TypoQuestion {
  font-family: "lulo" !important;
  font-size: 16px !important;
}
.slide5Cont .TypoResponse {
  font-family: "borda_regular";
  font-size: 16px !important;
}

@media (min-width: 1921px) and (max-width: 3440px) {
  .slide5Cont {
    height: 80%;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 427px) and (max-width: 1024px) {
  .slide5Cont {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .slide5Cont__accordeon {
    height: 80%;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.slide6Cont {
  width: 100%;
  height: 100%;
  background-image: url("../../images/vitrine/slide6/slide5background.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  display: flex;
  align-items: center;
}
.slide6Cont__filtre1 {
  background-image: url("../../images/vitrine/slide6/slide5Filtre1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
.slide6Cont__filtre2 {
  background-image: url("../../images/vitrine/slide6/slide5Filtre2.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
}
.slide6Cont__content {
  background-color: #1a1a1a;
  height: 70%;
  width: 25%;
  opacity: 0.9;
  margin-left: 15%;
  color: #F1F1F1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 2%;
  z-index: 3;
  position: relative;
}
.slide6Cont__content img {
  position: absolute;
  height: 95%;
  width: 95%;
}
.slide6Cont__content h2 {
  margin: 0;
}
.slide6Cont__content p {
  font-size: 17px;
  margin: 0;
  font-family: "borda_regular";
}
.slide6Cont__content a {
  height: 8%;
  width: 40%;
  background: transparent;
  color: #ffd204;
  border: 1.5px solid;
  border-left: 8px solid;
  font-family: "lulo";
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide6Cont__content a p {
  position: relative;
}
.slide6Cont__content a:hover .buttonEffect {
  width: 100%;
}
.slide6Cont__content .buttonEffect {
  background-color: #ffd204;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}

/*------------------------------------------Reponsive---------------------------------------------*/
@media (min-width: 1921px) and (max-width: 3440px) {
  .slide5Cont__content {
    width: 16%;
  }
  .slide6Cont__content p {
    font-size: 21px;
    margin: 0;
    font-family: "borda_regular";
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .slide6Cont__content {
    background-color: #1a1a1a;
    height: 70%;
    width: 45%;
    opacity: 0.9;
    margin-left: 21%;
    color: #F1F1F1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 2%;
    z-index: 3;
    position: relative;
  }
}
@media (min-width: 427px) and (max-width: 1024px) {
  .slide6Cont {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slide6Cont__content {
    background-color: #1a1a1a;
    height: 70%;
    width: 70%;
    opacity: 0.9;
    margin-left: 0%;
    color: #F1F1F1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 2%;
    z-index: 3;
    position: relative;
  }
}
.responsivePlaceholder {
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
.responsivePlaceholder .slide1Filter__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 30%;
}
.responsivePlaceholder .slide1Filter__title__titleLogo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #F1F1F1;
  height: 75%;
}
.responsivePlaceholder .responsiveLogo {
  scale: 0.8;
}
.responsivePlaceholder .responsiveText {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-top: 10%;
  margin-bottom: 5%;
}
.responsivePlaceholder p {
  margin: 0;
  color: #F1F1F1;
  font-family: "borda_regular";
  font-size: 22px;
  font-weight: 600;
}
.responsivePlaceholder a {
  height: 7%;
  width: 65%;
  background: transparent;
  color: #ffd204;
  border: 1.5px solid;
  border-left: 8px solid;
  font-family: "lulo";
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.responsivePlaceholder a p {
  position: relative;
}
.responsivePlaceholder a:hover .buttonEffect {
  width: 100%;
}
.responsivePlaceholder .buttonEffect {
  background-color: #ffd204;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}

.menuActive {
  scale: 1.1;
  transition: 0.4s ease-in-out;
}
.menuActive::after {
  animation: liAfter 1s ease-in-out;
  animation-fill-mode: forwards;
}

.navMenu {
  position: absolute;
  left: 1%;
  height: 50%;
  width: 10%;
  display: flex;
  flex-direction: column;
  z-index: 2;
  top: 25%;
  color: #F1F1F1;
}
.navMenu ul {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  border-left: 1px solid #F1F1F1;
  width: 100%;
}
.navMenu ul li {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.navMenu ul li p {
  margin: 0;
  height: 100%;
  cursor: pointer;
}
.navMenu ul li p::after {
  content: "";
  width: 0%;
  height: 1.5px;
  background-color: #ffd204;
  display: block;
}
.navMenu__scrolldetect {
  height: 7%;
  width: 2.5px;
  background-color: #ffd204;
  position: absolute;
  left: -0.5px;
  transition: 0.5s ease-in-out;
}

@keyframes liAfter {
  0% {
    width: 0%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .navMenu {
    display: none;
  }
}
.hero {
  line-height: 1;
  display: inline-block;
  color: #F1F1F1;
  z-index: 2;
  letter-spacing: 1px;
}

.demo {
  height: 100px;
  background: #F1F1F1;
}

.layers {
  position: relative;
}

.layers::before,
.layers::after {
  content: attr(data-text);
  position: absolute;
  width: 110%;
  z-index: -1;
}

.layers::before {
  top: 10px;
  left: 15px;
  color: #1a1a1a;
}

.layers::after {
  top: 5px;
  left: -10px;
  color: #1a1a1a;
}

.single-path {
  -webkit-clip-path: polygon(0% 12%, 53% 12%, 53% 26%, 25% 26%, 25% 86%, 31% 86%, 31% 0%, 53% 0%, 53% 84%, 92% 84%, 92% 82%, 70% 82%, 70% 29%, 78% 29%, 78% 65%, 69% 65%, 69% 66%, 77% 66%, 77% 45%, 85% 45%, 85% 26%, 97% 26%, 97% 28%, 84% 28%, 84% 34%, 54% 34%, 54% 89%, 30% 89%, 30% 58%, 83% 58%, 83% 5%, 68% 5%, 68% 36%, 62% 36%, 62% 1%, 12% 1%, 12% 34%, 60% 34%, 60% 57%, 98% 57%, 98% 83%, 1% 83%, 1% 53%, 91% 53%, 91% 84%, 8% 84%, 8% 83%, 4% 83%);
          clip-path: polygon(0% 12%, 53% 12%, 53% 26%, 25% 26%, 25% 86%, 31% 86%, 31% 0%, 53% 0%, 53% 84%, 92% 84%, 92% 82%, 70% 82%, 70% 29%, 78% 29%, 78% 65%, 69% 65%, 69% 66%, 77% 66%, 77% 45%, 85% 45%, 85% 26%, 97% 26%, 97% 28%, 84% 28%, 84% 34%, 54% 34%, 54% 89%, 30% 89%, 30% 58%, 83% 58%, 83% 5%, 68% 5%, 68% 36%, 62% 36%, 62% 1%, 12% 1%, 12% 34%, 60% 34%, 60% 57%, 98% 57%, 98% 83%, 1% 83%, 1% 53%, 91% 53%, 91% 84%, 8% 84%, 8% 83%, 4% 83%);
}

.paths {
  animation: paths 5s step-end infinite;
}

@keyframes paths {
  0% {
    -webkit-clip-path: polygon(0% 43%, 83% 43%, 83% 22%, 23% 22%, 23% 24%, 91% 24%, 91% 26%, 18% 26%, 18% 83%, 29% 83%, 29% 17%, 41% 17%, 41% 39%, 18% 39%, 18% 82%, 54% 82%, 54% 88%, 19% 88%, 19% 4%, 39% 4%, 39% 14%, 76% 14%, 76% 52%, 23% 52%, 23% 35%, 19% 35%, 19% 8%, 36% 8%, 36% 31%, 73% 31%, 73% 16%, 1% 16%, 1% 56%, 50% 56%, 50% 8%);
            clip-path: polygon(0% 43%, 83% 43%, 83% 22%, 23% 22%, 23% 24%, 91% 24%, 91% 26%, 18% 26%, 18% 83%, 29% 83%, 29% 17%, 41% 17%, 41% 39%, 18% 39%, 18% 82%, 54% 82%, 54% 88%, 19% 88%, 19% 4%, 39% 4%, 39% 14%, 76% 14%, 76% 52%, 23% 52%, 23% 35%, 19% 35%, 19% 8%, 36% 8%, 36% 31%, 73% 31%, 73% 16%, 1% 16%, 1% 56%, 50% 56%, 50% 8%);
  }
  5% {
    -webkit-clip-path: polygon(0% 29%, 44% 29%, 44% 83%, 94% 83%, 94% 56%, 11% 56%, 11% 64%, 94% 64%, 94% 70%, 88% 70%, 88% 32%, 18% 32%, 18% 96%, 10% 96%, 10% 62%, 9% 62%, 9% 84%, 68% 84%, 68% 50%, 52% 50%, 52% 55%, 35% 55%, 35% 87%, 25% 87%, 25% 39%, 15% 39%, 15% 88%, 52% 88%);
            clip-path: polygon(0% 29%, 44% 29%, 44% 83%, 94% 83%, 94% 56%, 11% 56%, 11% 64%, 94% 64%, 94% 70%, 88% 70%, 88% 32%, 18% 32%, 18% 96%, 10% 96%, 10% 62%, 9% 62%, 9% 84%, 68% 84%, 68% 50%, 52% 50%, 52% 55%, 35% 55%, 35% 87%, 25% 87%, 25% 39%, 15% 39%, 15% 88%, 52% 88%);
  }
  30% {
    -webkit-clip-path: polygon(0% 53%, 93% 53%, 93% 62%, 68% 62%, 68% 37%, 97% 37%, 97% 89%, 13% 89%, 13% 45%, 51% 45%, 51% 88%, 17% 88%, 17% 54%, 81% 54%, 81% 75%, 79% 75%, 79% 76%, 38% 76%, 38% 28%, 61% 28%, 61% 12%, 55% 12%, 55% 62%, 68% 62%, 68% 51%, 0% 51%, 0% 92%, 63% 92%, 63% 4%, 65% 4%);
            clip-path: polygon(0% 53%, 93% 53%, 93% 62%, 68% 62%, 68% 37%, 97% 37%, 97% 89%, 13% 89%, 13% 45%, 51% 45%, 51% 88%, 17% 88%, 17% 54%, 81% 54%, 81% 75%, 79% 75%, 79% 76%, 38% 76%, 38% 28%, 61% 28%, 61% 12%, 55% 12%, 55% 62%, 68% 62%, 68% 51%, 0% 51%, 0% 92%, 63% 92%, 63% 4%, 65% 4%);
  }
  45% {
    -webkit-clip-path: polygon(0% 33%, 2% 33%, 2% 69%, 58% 69%, 58% 94%, 55% 94%, 55% 25%, 33% 25%, 33% 85%, 16% 85%, 16% 19%, 5% 19%, 5% 20%, 79% 20%, 79% 96%, 93% 96%, 93% 50%, 5% 50%, 5% 74%, 55% 74%, 55% 57%, 96% 57%, 96% 59%, 87% 59%, 87% 65%, 82% 65%, 82% 39%, 63% 39%, 63% 92%, 4% 92%, 4% 36%, 24% 36%, 24% 70%, 1% 70%, 1% 43%, 15% 43%, 15% 28%, 23% 28%, 23% 71%, 90% 71%, 90% 86%, 97% 86%, 97% 1%, 60% 1%, 60% 67%, 71% 67%, 71% 91%, 17% 91%, 17% 14%, 39% 14%, 39% 30%, 58% 30%, 58% 11%, 52% 11%, 52% 83%, 68% 83%);
            clip-path: polygon(0% 33%, 2% 33%, 2% 69%, 58% 69%, 58% 94%, 55% 94%, 55% 25%, 33% 25%, 33% 85%, 16% 85%, 16% 19%, 5% 19%, 5% 20%, 79% 20%, 79% 96%, 93% 96%, 93% 50%, 5% 50%, 5% 74%, 55% 74%, 55% 57%, 96% 57%, 96% 59%, 87% 59%, 87% 65%, 82% 65%, 82% 39%, 63% 39%, 63% 92%, 4% 92%, 4% 36%, 24% 36%, 24% 70%, 1% 70%, 1% 43%, 15% 43%, 15% 28%, 23% 28%, 23% 71%, 90% 71%, 90% 86%, 97% 86%, 97% 1%, 60% 1%, 60% 67%, 71% 67%, 71% 91%, 17% 91%, 17% 14%, 39% 14%, 39% 30%, 58% 30%, 58% 11%, 52% 11%, 52% 83%, 68% 83%);
  }
  76% {
    -webkit-clip-path: polygon(0% 26%, 15% 26%, 15% 73%, 72% 73%, 72% 70%, 77% 70%, 77% 75%, 8% 75%, 8% 42%, 4% 42%, 4% 61%, 17% 61%, 17% 12%, 26% 12%, 26% 63%, 73% 63%, 73% 43%, 90% 43%, 90% 67%, 50% 67%, 50% 41%, 42% 41%, 42% 46%, 50% 46%, 50% 84%, 96% 84%, 96% 78%, 49% 78%, 49% 25%, 63% 25%, 63% 14%);
            clip-path: polygon(0% 26%, 15% 26%, 15% 73%, 72% 73%, 72% 70%, 77% 70%, 77% 75%, 8% 75%, 8% 42%, 4% 42%, 4% 61%, 17% 61%, 17% 12%, 26% 12%, 26% 63%, 73% 63%, 73% 43%, 90% 43%, 90% 67%, 50% 67%, 50% 41%, 42% 41%, 42% 46%, 50% 46%, 50% 84%, 96% 84%, 96% 78%, 49% 78%, 49% 25%, 63% 25%, 63% 14%);
  }
  90% {
    -webkit-clip-path: polygon(0% 41%, 13% 41%, 13% 6%, 87% 6%, 87% 93%, 10% 93%, 10% 13%, 89% 13%, 89% 6%, 3% 6%, 3% 8%, 16% 8%, 16% 79%, 0% 79%, 0% 99%, 92% 99%, 92% 90%, 5% 90%, 5% 60%, 0% 60%, 0% 48%, 89% 48%, 89% 13%, 80% 13%, 80% 43%, 95% 43%, 95% 19%, 80% 19%, 80% 85%, 38% 85%, 38% 62%);
            clip-path: polygon(0% 41%, 13% 41%, 13% 6%, 87% 6%, 87% 93%, 10% 93%, 10% 13%, 89% 13%, 89% 6%, 3% 6%, 3% 8%, 16% 8%, 16% 79%, 0% 79%, 0% 99%, 92% 99%, 92% 90%, 5% 90%, 5% 60%, 0% 60%, 0% 48%, 89% 48%, 89% 13%, 80% 13%, 80% 43%, 95% 43%, 95% 19%, 80% 19%, 80% 85%, 38% 85%, 38% 62%);
  }
  1%, 7%, 33%, 47%, 78%, 93% {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.movement {
  /* Normally this position would be absolute & on the layers, set to relative here so we can see it on the div */
  position: relative;
  animation: movement 8s step-end infinite;
}

@keyframes movement {
  0% {
    top: 0px;
    left: -20px;
  }
  15% {
    top: 10px;
    left: 10px;
  }
  60% {
    top: 5px;
    left: -10px;
  }
  75% {
    top: -5px;
    left: 20px;
  }
  100% {
    top: 10px;
    left: 5px;
  }
}
.opacity {
  animation: opacity 5s step-end infinite;
}

@keyframes opacity {
  0% {
    opacity: 0.1;
  }
  5% {
    opacity: 0.7;
  }
  30% {
    opacity: 0.4;
  }
  45% {
    opacity: 0.6;
  }
  76% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.8;
  }
  1%, 7%, 33%, 47%, 78%, 93% {
    opacity: 0;
  }
}
.font {
  animation: font 7s step-end infinite;
}

@keyframes font {
  0% {
    font-weight: 100;
    color: #ffd204;
    filter: blur(3px);
  }
  20% {
    font-weight: 200;
    color: #F1F1F1;
    filter: blur(0);
  }
  50% {
    font-weight: 300;
    color: #ffd204;
    filter: blur(2px);
  }
  60% {
    font-weight: 300;
    color: #F1F1F1;
    filter: blur(0);
  }
  90% {
    font-weight: 400;
    color: #ffd204;
    filter: blur(6px);
  }
}
.glitch span {
  animation: paths 5s step-end infinite;
}

.glitch::before {
  animation: paths 5s step-end infinite, opacity 5s step-end infinite, font 8s step-end infinite, movement 10s step-end infinite;
}

.glitch::after {
  animation: paths 5s step-end infinite, opacity 5s step-end infinite, font 7s step-end infinite, movement 8s step-end infinite;
}

.hero-container {
  position: relative;
  text-align: center;
}

.environment {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  filter: blur(5px);
  background-size: cover;
}

/*--------------------------youtubreModal-------------------------------*/
.youtubeModal {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.7294117647);
  display: flex;
  align-items: center;
  justify-content: center;
}

.youtubeModal-content {
  height: 65%;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.youtubeModal-content .youtubeModalclose {
  margin-bottom: 1%;
  color: #F1F1F1;
  text-decoration: none;
  border: none;
  background-color: transparent;
  font-family: "lulo";
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
}
.youtubeModal-content iframe {
  height: 90%;
  width: 97%;
}

/*--------------------------SlideCSS-------------------------------*/
.btn {
  position: absolute;
  width: 13%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn svg {
  height: 100%;
  width: 50%;
  fill: #CE1312;
}

.Slide4Name {
  position: absolute;
  bottom: -2rem;
  font-family: "lulo";
  font-size: 0.9rem;
  color: #F1F1F1;
  transform: translateZ(10px);
}

.leftarrow {
  position: absolute;
  left: -110px;
  width: 158px;
  height: 32px;
  transform: translateZ(50px);
  cursor: pointer;
  background: transparent;
  border: none;
  transition: all 0.3s ease-in-out;
}
.leftarrow img {
  width: 100%;
  height: 100%;
}
.leftarrow:hover {
  scale: 1.1;
}

.rightarrow {
  position: absolute;
  right: -110px;
  width: 158px;
  height: 32px;
  transform: translateZ(50px) rotate(180deg);
  cursor: pointer;
  background: transparent;
  border: none;
  transition: all 0.3s ease-in-out;
}
.rightarrow img {
  width: 100%;
  height: 100%;
}
.rightarrow:hover {
  scale: 1.1;
}

.leftborder {
  position: absolute;
  height: 90%;
  left: 2%;
  width: 1%;
  z-index: 1;
}

.rightborder {
  position: absolute;
  height: 90%;
  right: 2%;
  width: 1%;
  transform: rotate(180deg);
  z-index: 1;
}

.croix {
  position: absolute;
  transform: translateZ(-100px);
  width: 45%;
  top: -10%;
  right: -5%;
  z-index: 1;
}

.testSwip {
  width: 55%;
  height: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform-style: preserve-3d;
}

.miniature {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.miniature img {
  width: 90%;
  height: 90%;
}

.main {
  width: 30%;
  height: 30%;
  transform-style: preserve-3d;
  perspective-origin: center;
  backface-visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*------------------------SwipperSlide4---------------------------*/
.slide4Swiper {
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
  z-index: 0 !important;
}
.slide4Swiper .swiper-slide-next {
  transition: all 0.6s ease-in-out;
  display: flex;
  align-items: flex-start !important;
  justify-content: flex-end !important;
}
.slide4Swiper .swiper-slide-next .main {
  transition: all 0.6s ease-in-out;
}
.slide4Swiper .swiper-slide-active {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.slide4Swiper .swiper-slide-active .main {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-in-out;
}
.slide4Swiper .swiper-slide {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.slide4Swiper .swiper-slide img {
  height: 90%;
  width: 90%;
}
.slide4Swiper .swiper-slide-prev {
  display: flex;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  transition: all 0.6s ease-in-out;
}
.slide4Swiper .swiper-slide-prev .main {
  transition: all 0.6s ease-in-out;
}
.slide4Swiper .swiper-pagination-bullet {
  border-radius: 0 !important;
  background: transparent !important;
  border: 1px solid #F1F1F1 !important;
}
.slide4Swiper .swiper-pagination-bullet-active {
  background: #ffd204 !important;
}

.ReactModal__Overlay {
  z-index: 99 !important;
}

.modalProfil {
  /* height: 100%; */
  width: 100%;
}
.modalProfil img {
  width: 100%;
  /* height: 100%; */
}

.profilPage {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  align-items: center;
  justify-content: space-evenly;
  background-image: url("../../images/Dashboard/profil/backgroundProfil.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #F1F1F1;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.profilPage .avatarCont {
  height: 55%;
  position: absolute;
  z-index: 5;
  opacity: 1;
  bottom: 0;
  right: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilPage .avatarCont img {
  height: 100%;
}
.profilPage .avatarCont svg {
  z-index: 6;
  position: absolute;
  display: flex;
  width: 50%;
  height: 30%;
  justify-content: center;
  cursor: pointer;
}
.profilPage .adminButton {
  position: absolute;
  width: 8%;
  top: 2%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  right: 0;
  flex-direction: column;
}
.profilPage .adminButton .adminLink {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10%;
  background: rgba(18, 18, 18, 0.35);
}
.profilPage .adminButton .adminLink svg {
  fill: #ffd204;
  height: 70%;
}
.profilPage__profilContainer {
  height: 100%;
  width: 90%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  z-index: 1;
}
.profilPage__profilContainer__info1 {
  width: 70%;
  height: 96%;
  display: flex;
  -webkit-clip-path: polygon(100.3% 0%, 100.3% 0%, 100.3% 87%, 87% 99.8%, 0% 100.3%, 0% 13%, 13% 0%);
  clip-path: polygon(100.3% 0%, 100.3% 0%, 100.3% 87%, 87% 99.8%, 0% 100.3%, 0% 13%, 13% 0%);
  background: rgba(18, 18, 18, 0.35);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(10px);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.profilPage__profilContainer__info1 .infoTop {
  width: 100%;
  height: 40%;
  background-color: #1a1a1a;
  background-repeat: no-repeat;
  background-size: cover;
}
.profilPage__profilContainer__info1 .infoTop__infoTopCont {
  width: 100%;
  height: 100%;
  color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(33, 37, 48, 0.3607843137);
  flex-direction: column;
}
.profilPage__profilContainer__info1 .infoTop__infoTopCont__top {
  height: 70%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.profilPage__profilContainer__info1 .infoTop__infoTopCont__top span {
  height: 100%;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.profilPage__profilContainer__info1 .infoTop__infoTopCont__top h2 {
  margin: 0;
}
.profilPage__profilContainer__info1 .infoTop__infoTopCont__top__rank {
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.profilPage__profilContainer__info1 .infoTop__infoTopCont__bot {
  height: 30%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: rgba(18, 18, 18, 0.45);
}
.profilPage__profilContainer__info1 .infoTop__infoTopCont__bot__rank {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-left: 4%;
}
.profilPage__profilContainer__info1 .infoTop__infoTopCont__bot__rank .memberPseudo {
  width: 60%;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;

}
.profilPage__profilContainer__info1 .infoTop__infoTopCont__bot__rank .memberPseudo h2 {
  font-size: 40px;
  margin: 0;
}
.profilPage__profilContainer__info1 .infoTop__infoTopCont__bot__rank .memberPseudo .encadrement {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.profilPage__profilContainer__info1 .infoTop__infoTopCont__bot__rank .memberPseudo .encadrement p {
  margin: 0;
  color: #ffd204;
}
.profilPage__profilContainer__info1 .infoTop__infoTopCont__bot__rank .porteMonnaies {
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 40%;
  gap: 40px;
  padding-right: 4%;
}
.profilPage__profilContainer__info1 .infoTop__infoTopCont__bot__rank .porteMonnaies div {
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.profilPage__profilContainer__info1 .infoTop__infoTopCont__bot__rank .porteMonnaies div img {
  height: 55%;
}
.profilPage__profilContainer__info1 .infoTop__infoTopCont__bot__rank .porteMonnaies div p {
  margin: 0;
}
.profilPage__profilContainer__info1 .infoTop__infoTopCont img {
  height: 65%;
}
.profilPage__profilContainer__info1 .infoBot {
  width: 97%;
  height: 56%;
  background-color: #1a1a1a;
  margin-bottom: 1.5%;
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 79%, 87% 100%, 20% 100%, 0 100%, 0 0);
  clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 79%, 87% 100%, 20% 100%, 0 100%, 0 0);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.profilPage__profilContainer__info1 .infoBot .rankProgressTitle {
  text-align: center;
  color: #aaaaaa;
  margin: 5px;
  height: 5%;
}
.profilPage__profilContainer__info1 .infoBot img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 40%;
  bottom: 0;
  pointer-events: none;
  width: 100%;
  bottom: 0;
}
.profilPage__profilContainer__info1 .infoBot__section1 {
  height: 40%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.profilPage__profilContainer__info1 .infoBot__section1__rankProgress {
  height: 70%;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.profilPage__profilContainer__info1 .infoBot__section1__rankProgress p {
  text-align: center;
  color: #aaaaaa;
  height: 5%;
  margin: 8px;
}
.profilPage__profilContainer__info1 .infoBot__section1__rankProgress .CircularProgressbar {
  vertical-align: middle;
  height: 70%;
}
.profilPage__profilContainer__info1 .infoBot__section1__rankProgress .CircularProgressbar .CircularProgressbar-text {
  fill: #ffd204 !important;
}
.profilPage__profilContainer__info1 .infoBot__section1__rankProgress .CircularProgressbar .CircularProgressbar-path {
  stroke: #ffd204 !important;
}
.profilPage__profilContainer__info1 .infoBot__section1__rankProgress .CircularProgressbar .CircularProgressbar-trail {
  stroke: #373737 !important;
}
.profilPage__profilContainer__info1 .infoBot__section2 {
  width: 100%;
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.profilPage__profilContainer__info1 .infoBot__section2 span {
  height: 100%;
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
}
.profilPage__profilContainer__info1 .infoBot__section2 p {
  font-size: 20px;
  color: #aaaaaa;
}
.profilPage__profilContainer__info1 .infoBot__section2 .forbidenButton {
  background-color: #aaaaaa !important;
  cursor: auto !important;
  pointer-events: none !important;
}
.profilPage__profilContainer__info1 .infoBot__section2 .forbidenButton:hover {
  scale: 1 !important;
}
.profilPage__profilContainer__info1 .infoBot__section2 .forbidenTextForBiblio {
  margin: 0;
  font-size: 13px;
  color: #ff3e04;
  position: absolute;
  bottom: 0;
}
.profilPage__profilContainer__info1 .infoBot__section2 a {
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
  clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 60%, 80% 100%, 20% 100%, 0 100%, 0% 40%);
  background-color: #ffd204;
  width: 50%;
  height: 25%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.profilPage__profilContainer__info1 .infoBot__section2 a:hover {
  scale: 1.05;
}
.profilPage__profilContainer__info2 {
  height: 85%;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: space-between;
  flex-direction: column;
  justify-content: space-between;
}
.profilPage__profilContainer__info2 .porteMonnaies {
  width: 100%;
  height: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
  -webkit-clip-path: polygon(100.3% 0%, 100.3% 0%, 100.3% 87%, 87% 99.8%, 0% 100.3%, 0% 13%, 13% 0%);
  clip-path: polygon(100.3% 0%, 100.3% 0%, 100.3% 87%, 87% 99.8%, 0% 100.3%, 0% 13%, 13% 0%);
  background: rgba(18, 18, 18, 0.35);
}
.profilPage__profilContainer__info2 .porteMonnaies__container {
  width: 95%;
  height: 90%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
  -webkit-clip-path: polygon(100.3% 0%, 100.3% 0%, 100.3% 87%, 87% 99.8%, 0% 100.3%, 0% 13%, 13% 0%);
  clip-path: polygon(100.3% 0%, 100.3% 0%, 100.3% 87%, 87% 99.8%, 0% 100.3%, 0% 13%, 13% 0%);
  color: #aaaaaa;
  letter-spacing: 1px;
}
.profilPage__profilContainer__info2 .porteMonnaies__container__monnaiesCont {
  width: 33%;
  height: 70%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.profilPage__profilContainer__info2 .porteMonnaies__container__monnaiesCont p {
  margin: 0;
}
.profilPage__profilContainer__info2 .porteMonnaies__container__monnaiesCont img {
  height: 50%;
}
.profilPage__profilContainer__info2 .DashboardLinks {
  width: 100%;
  height: 65%;
  -webkit-clip-path: polygon(100.3% 0%, 100.3% 0%, 100.3% 87%, 87% 99.8%, 0% 100.3%, 0% 13%, 13% 0%);
  clip-path: polygon(100.3% 0%, 100.3% 0%, 100.3% 87%, 87% 99.8%, 0% 100.3%, 0% 13%, 13% 0%);
  background: rgba(18, 18, 18, 0.35);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilPage__profilContainer__info2 .DashboardLinks__container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.profilPage__profilContainer__info2 .DashboardLinks__container__content {
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 7%;
  z-index: 1;
}
.profilPage__profilContainer__info2 .DashboardLinks__container__content p {
  font-size: 17px;
}
.profilPage__profilContainer__info2 .DashboardLinks__container__content .forbidenButton {
  background-color: #aaaaaa !important;
  cursor: auto !important;
  pointer-events: none !important;
}
.profilPage__profilContainer__info2 .DashboardLinks__container__content .forbidenButton:hover {
  scale: 1 !important;
}
.profilPage__profilContainer__info2 .DashboardLinks__container__content .forbidenTextForBiblio {
  margin: 0;
  font-size: 13px;
  color: red;
}
.profilPage__profilContainer__info2 .DashboardLinks__container__content__button {
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
  clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 60%, 80% 100%, 20% 100%, 0 100%, 0% 40%);
  background-color: #ffd204;
  width: 60%;
  height: 10%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.profilPage__profilContainer__info2 .DashboardLinks__container__content__button:hover {
  scale: 1.05;
}
.profilPage__profilContainer__info2 .DashboardLinks__container .avatarCont {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  scale: 0.9;
  bottom: -13%;
  left: -7%;
}
.profilPage__profilContainer__info3 {
  height: 85%;
  width: 30%;
  background: rgba(18, 18, 18, 0.35);
  -webkit-clip-path: polygon(100.3% 0%, 100.3% 0%, 100.3% 87%, 87% 99.8%, 0% 100.3%, 0% 13%, 13% 0%);
          clip-path: polygon(100.3% 0%, 100.3% 0%, 100.3% 87%, 87% 99.8%, 0% 100.3%, 0% 13%, 13% 0%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilPage__profilContainer__info3 .info3cont {
  height: 97%;
  width: 94%;
  background-color: #1a1a1a;
  -webkit-clip-path: polygon(100.3% 0%, 100.3% 0%, 100.3% 87%, 87% 99.8%, 0% 100.3%, 0% 13%, 13% 0%);
          clip-path: polygon(100.3% 0%, 100.3% 0%, 100.3% 87%, 87% 99.8%, 0% 100.3%, 0% 13%, 13% 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.profilPage__profilContainer__info3 .info3cont .avatarCont {
  background-image: url(https://api.forcecolonialeunifiee.fr/images/avatars/1692478791409ARgPostulant.png);
  height: 70%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.profilPage__profilContainer__info3 .info3cont .buttonProfilCont {
  width: 100%;
  height: 20%;
  display: flex;
  flex-direction: row;
  position: absolute;
  z-index: 5;
  bottom: 0;
  background-color: #1a1a1a;
  justify-content: center;
  align-items: center;
}
.profilPage__profilContainer__info3 .info3cont .buttonProfilCont span {
  height: 100%;
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.profilPage__profilContainer__info3 .info3cont .buttonProfilCont p {
  font-size: 17px;
}
.profilPage__profilContainer__info3 .info3cont .buttonProfilCont .forbidenButton {
  background-color: #aaaaaa !important;
  cursor: auto !important;
  pointer-events: none !important;
}
.profilPage__profilContainer__info3 .info3cont .buttonProfilCont .forbidenButton:hover {
  scale: 1 !important;
}
.profilPage__profilContainer__info3 .info3cont .buttonProfilCont .forbidenTextForBiblio {
  margin: 0;
  font-size: 13px;
  color: red;
}
.profilPage__profilContainer__info3 .info3cont .buttonProfilCont a {
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
  clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 60%, 80% 100%, 20% 100%, 0 100%, 0% 40%);
  background-color: #ffd204;
  width: 70%;
  height: 30%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.profilPage__profilContainer__info3 .info3cont .buttonProfilCont a:hover {
  scale: 1.05;
}
.profilPage__profilContainer__info3 .info3cont .porteMonnaies {
  height: 25%;
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilPage__profilContainer__info3 .info3cont .porteMonnaies .middleMonnaies {
  justify-content: flex-end !important;
}
.profilPage__profilContainer__info3 .info3cont .porteMonnaies div {
  height: 100%;
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column-reverse;
}
.profilPage__profilContainer__info3 .info3cont .porteMonnaies div p {
  margin: 0;
  color: #aaaaaa;
}
.profilPage__profilContainer__info3 .info3cont .porteMonnaies img {
  height: 30%;
}

/*------------------------------------------Reponsive---------------------------------------------*/
@media (min-width: 2561px) and (max-width: 3440px) {
  .profilPage__profilContainer {
    width: 92%;
  }
  .profilPage__profilContainer__info1 {
    width: 55%;
  }
  .profilPage .avatarCont {
    right: 10%;
  }
}
@media (min-width: 1921px) and (max-width: 2560px) {
  .profilPage__profilContainer {
    width: 92%;
  }
  .profilPage__profilContainer__info1 {
    width: 70%;
  }
  .profilPage .avatarCont {
    right: 2%;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .profilPage__profilContainer {
    width: 85%;
  }
  .profilPage__profilContainer__info1 {
    width: 85%;
  }
  .profilPage .avatarCont {
    height: 40%;
  }
}
.leaderboardPage {
  height: 100%;
  width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-image: url("../../images/Dashboard/profil/backgroundProfil.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #F1F1F1;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.leaderboardPage .leaderboardInformation {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.leaderboardPage__leaderboardContainer {
  height: 100%;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.container-top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 100%;
  min-height: 30%;
  font-size: 1.125rem;
}

.container-bottom {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 100%;
  min-height: 70%;
  font-size: 1.125rem;
}

.border-b {
  border-bottom: 1px solid;
}

.inner-container-top {
  display: flex;
  width: 100%;
  justify-content: center;
}

.inner-container-middle {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 100%;
  font-size: 1.125rem;
}
.inner-container-middle p {
  background: rgba(26, 26, 26, 0.8);
  width: 100%;
  height: 25%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-container-middle .bloc-elimination {
  width: 18%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
  cursor: pointer;
  outline: 10px solid rgba(18, 18, 18, 0.35);
  background-image: url("../../images/leaderboard/eliminationButton.webp");
  background-position: center;
  background-size: cover;
}
.inner-container-middle .bloc-elimination:hover {
  background-color: #222020;
}
.inner-container-middle .bloc-elimination.active {
  border: 2px solid #ffd204;
}
.inner-container-middle .bloc-control {
  width: 18%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
  cursor: pointer;
  outline: 10px solid rgba(18, 18, 18, 0.35);
  background-image: url("../../images/leaderboard/controlButton.webp");
  background-position: center;
  background-size: cover;
}
.inner-container-middle .bloc-control:hover {
  background-color: #222020;
}
.inner-container-middle .bloc-control.active {
  border: 2px solid #ffd204;
}
.inner-container-middle .bloc-squadron {
  width: 18%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
  cursor: pointer;
  outline: 10px solid rgba(18, 18, 18, 0.35);
  background-image: url("../../images/leaderboard/squadronButton.webp");
  background-position: center;
  background-size: cover;
}
.inner-container-middle .bloc-squadron:hover {
  background-color: #222020;
}
.inner-container-middle .bloc-squadron.active {
  border: 2px solid #ffd204;
}
.inner-container-middle .bloc-vanduul {
  width: 18%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
  cursor: pointer;
  outline: 10px solid rgba(18, 18, 18, 0.35);
  background-image: url("../../images/leaderboard/vanduulButton.webp");
  background-position: center;
  background-size: cover;
}
.inner-container-middle .bloc-vanduul:hover {
  background-color: #222020;
}
.inner-container-middle .bloc-vanduul.active {
  border: 2px solid #ffd204;
}
.inner-container-middle .bloc-pirate {
  width: 18%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
  cursor: pointer;
  outline: 10px solid rgba(18, 18, 18, 0.35);
  background-image: url("../../images/leaderboard/pirateButton.webp");
  background-position: center;
  background-size: cover;
}
.inner-container-middle .bloc-pirate:hover {
  background-color: #222020;
}
.inner-container-middle .bloc-pirate.active {
  border: 2px solid #ffd204;
}

.inner-container-bottom {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  margin-left: 10%;
  align-items: center;
}

.input {
  padding: 0.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  background-color: rgba(18, 18, 18, 0.35);
  color: #F1F1F1;
  width: 10%;
}

.icon-container {
  margin-left: 1rem;
  color: #e53e3e;
  border-radius: 9999px;
  background-color: #ffffff;
  padding: 0.25rem;
  font-size: 1.5rem;
  cursor: pointer;
}

.table {
  position: absolute;
  top: 40px;
  display: flex;
  flex-direction: column;
  width: 90%;
  cursor: auto;
  margin-top: 0.5rem;
  height: 90%;
  overflow: hidden;
  overflow-y: auto;
}
.table::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(18, 18, 18, 0.35);
}
.table::-webkit-scrollbar-thumb {
  background-color: #1a1a1a;
}

.td-title p {
  transform: translateY(-50%);
}

.thead {
  background-color: #1a1a1a;
  text-align: center;
  height: 3rem;
  position: sticky;
  top: 0;
  z-index: 20;
  color: #aaaaaa;
}

.tr {
  display: flex;
  width: 100%;
}

.td {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.td:nth-child(1) {
  min-width: 10%;
  margin-right: 0.75rem;
}

.td:nth-child(2) {
  min-width: 20%;
  margin-right: 2rem;
}

.td:nth-child(3) {
  min-width: 12%;
  margin-right: 1.5rem;
}

.td:nth-child(4) {
  min-width: 12%;
  margin-right: 0.5rem;
}

.td:nth-child(5) {
  min-width: 12%;
  margin-right: 1.25rem;
}

.td:nth-child(6) {
  min-width: 12%;
  margin-right: 1.25rem;
}

.td:nth-child(7) {
  min-width: 12%;
  margin-right: 1.25rem;
}

.td-0 .triangle-container {
  transform: translateX(-10px);
}

.td-1 .triangle-container {
  transform: translateX(-90px);
}

.td-2 .triangle-container {
  transform: translateX(-40px);
}

.td-3 .triangle-container {
  transform: translateX(-15px);
}

.td-4 .triangle-container {
  transform: translateX(-2px);
}

.td-5 .triangle-container {
  transform: translateX(-20px);
}

.td-6 .triangle-container {
  transform: translateX(-25px);
}

.triangle-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 47%;
  transform: translateX(100%);
  height: 50%;
}

.searchbar-cross {
  cursor: pointer;
  margin-left: 15px;
  font-size: 20px;
}

.triangle {
  height: 1.25rem;
  cursor: pointer;
}

.tbody {
  color: #ffffff;
  text-align: center;
  padding-bottom: 3rem;
  height: 50px;
}

.row {
  display: flex;
  align-items: center;
  background: rgba(18, 18, 18, 0.35);
  color: #F1F1F1;
  min-height: 3rem;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: 2px solid #1a1a1a;
}

.employee-cross {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #e53e3e;
  font-size: 1rem;
  cursor: pointer;
}

.delete-modal {
  position: absolute;
  right: 50%;
  bottom: 50%;
  z-index: 50;
  background-color: #c53030;
  border: 2px solid #ffffff;
  color: #000000;
  padding: 1rem;
  text-align: center;
  border-radius: 0.5rem;
  transform: translate(50%, 100%);
}

.delete-modal p {
  color: #ffffff;
  font-weight: bold;
}

.modal-buttons {
  display: flex;
  justify-content: space-evenly;
  margin-top: 0.5rem;
}

.button {
  border: 2px solid #000000;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0.5rem;
  font-weight: bold;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #ffffff;
}

/*------------------------------------------Reponsive---------------------------------------------*/
@media (min-width: 2561px) and (max-width: 3440px) {
  .leaderboardPage__leaderboardContainer {
    width: 92%;
  }
  .container-top {
    min-width: 85%;
  }
  .container-bottom {
    min-width: 85%;
  }
}
@media (min-width: 1921px) and (max-width: 2560px) {
  .leaderboardPage__leaderboardContainer {
    width: 92%;
  }
  .container-top {
    min-width: 95%;
    min-height: 25%;
  }
  .container-bottom {
    min-width: 95%;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .leaderboardPage__leaderboardContainer {
    width: 85%;
  }
  .table {
    width: 95%;
  }
  .inner-container-middle {
    width: 95%;
  }
}
.inventoryOnClick {
  border: 2px solid #FFA800 !important;
}
.inventoryOnClick svg {
  visibility: visible !important;
}

.inventairePage {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  background-image: url(../../images/Dashboard/profil/backgroundProfil.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #F1F1F1;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.inventairePage .ongletInventaire {
  display: flex;
  width: 90%;
  height: 100%;
  justify-content: space-around;
  align-items: center;
}
.inventairePage .ongletInventaire__ItemContainer {
  width: 70%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.inventairePage .ongletInventaire__ItemContainer__top {
  width: 100%;
  height: 5%;
  display: flex;
  justify-content: flex-end;
}
.inventairePage .ongletInventaire__ItemContainer__top button {
  width: 13%;
  border: none;
  cursor: pointer;
  background-color: #ffd204;
  color: #1a1a1a;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 17px;
  transition: scale 0.3s ease-in-out;
}
.inventairePage .ongletInventaire__ItemContainer__top button:hover {
  scale: 1.1;
}
.inventairePage .ongletInventaire__ItemContainer__displayItem {
  width: 100%;
  height: 85%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  grid-auto-rows: minmax(300px, 250px);
  padding: 20px;
  overflow: auto;
}
.inventairePage .ongletInventaire__ItemContainer__displayItem::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(18, 18, 18, 0.35);
}
.inventairePage .ongletInventaire__ItemContainer__displayItem::-webkit-scrollbar-thumb {
  background-color: #1a1a1a;
}
.inventairePage .ongletInventaire__ItemContainer__displayItem__cardContainer {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1a1a1a;
  box-shadow: rgb(18, 18, 18) 0px 20px 30px -10px;
  cursor: pointer;
  outline: 6px solid rgba(18, 18, 18, 0.35);
}
.inventairePage .ongletInventaire__ItemContainer__displayItem__cardContainer__card {
  height: 90%;
  width: 90%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.inventairePage .ongletInventaire__ItemContainer__displayItem__cardContainer__card .warbondsValeur {
  font-size: 70px;
  color: #FFA800;
  background-color: black;
  margin: 0;
}
.inventairePage .ongletInventaire__ItemContainer__displayItem__cardContainer__card__info {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.inventairePage .ongletInventaire__ItemContainer__displayItem__cardContainer__card__info svg {
  height: 15%;
  display: flex;
  margin: 10px;
  color: #ffd204;
  visibility: hidden;
}
.inventairePage .ongletInventaire__ItemContainer__displayItem__cardContainer__card__info__bot {
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 15%;
  background: #1a1a1a;
}
.inventairePage .ongletInventaire__ItemContainer__displayItem__cardContainer__card__info__bot__left {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
}
.inventairePage .ongletInventaire__ItemContainer__displayItem__cardContainer__card__info__bot p {
  margin: 0;
  display: flex;
  font-style: italic;
  font-size: 17px;
  letter-spacing: 1px;
  color: #aaaaaa;
}
.inventairePage .ongletInventaire__ItemContainer__displayItem__cardContainer__card__info__bot h3 {
  margin: 0;
  color: #ffd204;
  letter-spacing: 1px;
  font-size: 20px;
}
.inventairePage .ongletInventaire__ItemContainer__displayItem__cardContainer__card__info__bot .shopMoneyLogo {
  height: 30px;
}
.inventairePage .ongletInventaire__ItemContainer__displayItem__cardContainer__card img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inventairePage .ongletInventaire__filtres {
  display: flex;
  flex-direction: column;
  width: 20%;
  height: 90%;
  align-items: center;
  justify-content: space-evenly;
  background: #1a1a1a;
  outline: 10px solid rgba(18, 18, 18, 0.35);
}
.inventairePage .ongletInventaire__filtres button {
  cursor: pointer;
  height: 25%;
  width: 80%;
  border: none;
  transition: scale 0.3s ease;
  box-shadow: rgb(18, 18, 18) 0px 20px 30px -10px;
  position: relative;
}
.inventairePage .ongletInventaire__filtres button:hover {
  scale: 1.05;
}
.inventairePage .ongletInventaire__filtres button h3 {
  position: absolute;
  bottom: 11px;
  right: 0px;
  color: #ffd204;
  letter-spacing: 1px;
  font-size: 20px;
  background: #1a1a1a;
  margin: 0;
  width: 100%;
  pointer-events: none;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.inventairePage .ongletInventaire__filtres__images {
  background-image: url("../../images/inventaire/carteButton.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.inventairePage .ongletInventaire__filtres__avatars {
  background-image: url("../../images/inventaire/avatarButton.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #373737;
}
.inventairePage .ongletInventaire__filtres__cadres {
  background-image: url("../../images/inventaire/cadreButton.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #373737;
}

/*------------------------------------------Reponsive---------------------------------------------*/
@media (min-width: 1921px) and (max-width: 3440px) {
  .inventairePage .ongletInventaire__filtres {
    width: 17%;
  }
  .inventairePage .ongletInventaire__ItemContainer__displayItem {
    grid-template-columns: repeat(4, 1fr);
  }
  .inventairePage .ongletInventaire {
    width: 92%;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .inventairePage .ongletInventaire {
    width: 85%;
  }
  .inventairePage .ongletInventaire__ItemContainer {
    width: 60%;
  }
  .inventairePage .ongletInventaire__filtres {
    width: 30%;
  }
  .inventairePage .ongletInventaire__ItemContainer__top button {
    width: 23%;
  }
  .inventairePage .ongletInventaire__ItemContainer__displayItem {
    grid-template-columns: repeat(2, 1fr);
  }
}
.boutiqueCont {
  height: 100%;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.boutiquePage {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  background-image: url(../../images/Dashboard/profil/backgroundProfil.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #F1F1F1;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.onclickButton {
  border: 3px solid #ffd204 !important;
}

.modalBoutique {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #1a1a1a;
}
.modalBoutique__image {
  height: 100%;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalBoutique__image img {
  height: 70%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modalBoutique__info {
  height: 80%;
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-left: 2px solid #ffd204;
}
.modalBoutique__info h2 {
  color: #ffd204;
  letter-spacing: 1px;
  width: 80%;
  text-align: center;
  border-bottom: 2px solid #ffd204;
  padding-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.modalBoutique__info h3 {
  color: #ffd204;
  letter-spacing: 1px;
  width: 80%;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.modalBoutique__info__bottom {
  display: flex;
  flex-direction: column;
  height: 50%;
  justify-content: space-around;
  align-items: center;
  color: #aaaaaa;
  font-size: 17px;
  letter-spacing: 1px;
  width: 100%;
}
.modalBoutique__info__bottom__description {
  width: 80%;
  text-align: center;
}
.modalBoutique__info__bottom__prix {
  height: 20%;
  display: flex;
  width: 80%;
  align-items: center;
  justify-content: space-around;
}
.modalBoutique__info__bottom span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modalBoutique__info__bottom span img {
  height: 60%;
}
.modalBoutique__acheter {
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
}
.modalBoutique__acheter button {
  width: 50%;
  height: 40%;
  border: none;
  cursor: pointer;
  background-color: #ffd204;
  color: rgb(18, 24, 33);
  letter-spacing: 1px;
  font-size: 20px;
  transition: scale 0.3s ease-in-out;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.modalBoutique__acheter button:hover {
  scale: 1.05;
}

.boutique {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
.boutique__bandeau {
  width: 94%;
  height: 20%;
  display: flex;
  align-items: center;
  border: 10px solid rgba(18, 18, 18, 0.35);
}
.boutique__bandeau__menu {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
  background: rgba(18, 18, 18, 0.35);
}
.boutique__bandeau__menu button {
  width: 16%;
  height: 72%;
  border: none;
  cursor: pointer;
  position: relative;
}
.boutique__bandeau__menu button p {
  position: absolute;
  right: -25%;
  background: rgba(18, 18, 18, 0.35);
  width: 70%;
  height: 25%;
  color: #ffd204;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  font-size: 17px;
  border: 1px solid #1a1a1a;
  bottom: -20%;
  pointer-events: none;
  background: #1a1a1a;
}
.boutique__bandeau__menu .cartes {
  background-image: url("../../images/boutique/cartesButton.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.boutique__bandeau__menu .cadres {
  background-image: url("../../images/boutique/cadresButton.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.boutique__bandeau__menu .avatars {
  background-image: url("../../images/boutique/avatarsButton.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.boutique__bandeau__menu .warbonds {
  background-image: url("../../images/boutique/warbondsButton.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.boutique__filtres {
  height: 5%;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: rgba(18, 18, 18, 0.35);
}
.boutique__filtres__optionContainer {
  display: flex;
  height: 100%;
  width: 80%;
  align-items: center;
  justify-content: space-around;
}
.boutique__filtres__option {
  height: 100%;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.boutique__filtres__option input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #F1F1F1;
  text-align: center;
  letter-spacing: 1px;
  font-size: 17px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #F1F1F1;
}
.boutique__filtres__option select {
  background-color: transparent;
  border: none;
  text-align: center;
  letter-spacing: 1px;
  font-size: 17px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #aaaaaa;
}
.boutique__filtres__option select:focus-visible {
  outline: none;
}
.boutique__filtres__option select option {
  background: #1a1a1a;
  border: none;
  letter-spacing: 1px;
  font-size: 17px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #F1F1F1;
}
.boutique__filtres__option select option:hover {
  background-color: red;
}
.boutique__filtres__warbonds {
  height: 100%;
  width: 13%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boutique__filtres__warbonds p {
  margin: 0;
  color: #aaaaaa;
  letter-spacing: 1px;
  font-size: 17px;
}
.boutique__filtres__warbonds img {
  height: 80%;
}
.boutique__filtres__possession {
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  font-size: 17px;
  height: 100%;
  width: 40%;
  justify-content: center;
  color: #aaaaaa;
}
.boutique__filtres__possession__checkbox {
  height: 20px;
  width: 20px;
  margin-left: 15px;
  cursor: pointer;
  accent-color: #1a1a1a;
}
.boutique__filtres__possession__checkbox:hover {
  accent-color: none !important;
  opacity: 1;
  background-color: none;
}
.boutique__galerie {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 70%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boutique__galerie__topVente {
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boutique__galerie__images {
  position: relative;
  width: 95%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  grid-auto-rows: minmax(250px, 200px);
  padding: 0 20px;
  overflow: auto;
}
.boutique__galerie__images::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(18, 18, 18, 0.35);
}
.boutique__galerie__images::-webkit-scrollbar-thumb {
  background-color: #1a1a1a;
}
.boutique__galerie__images__card {
  height: 100%;
  width: 100%;
  border: 10px solid rgba(18, 18, 18, 0.35);
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: scale 0.3s ease-in-out;
  box-shadow: rgb(18, 18, 18) 0px 20px 30px -10px;
}
.boutique__galerie__images__card:hover {
  scale: 1.05;
}
.boutique__galerie__images__card .warbondsValeur {
  font-size: 60px;
  color: #ffd204;
  margin: 0;
  pointer-events: none;
}
.boutique__galerie__images__card__info {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 1%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  pointer-events: none;
}
.boutique__galerie__images__card__info__top {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.boutique__galerie__images__card__info__bot {
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 25%;
  background: #1a1a1a;
}
.boutique__galerie__images__card__info__bot__left {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 60%;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5%;
}
.boutique__galerie__images__card__info__bot__right {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 40%;
  justify-content: center;
  align-items: flex-end;
  margin-right: 5%;
}
.boutique__galerie__images__card__info__bot p {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #aaaaaa;
  letter-spacing: 1px;
}
.boutique__galerie__images__card__info__bot h4 {
  margin: 0;
  color: #ffd204;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 17px;
}
.boutique__galerie__images__card__info__bot .shopMoneyLogo {
  height: 30px;
}
.boutique__galerie__images__card img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------Reponsive---------------------------------------------*/
@media (min-width: 2561px) and (max-width: 3440px) {
  .boutique {
    width: 80%;
  }
  .navbar {
    width: 8%;
  }
  .boutiqueCont {
    width: 92%;
  }
  .boutique__galerie__images {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1921px) and (max-width: 2560px) {
  .boutique {
    width: 95%;
  }
  .navbar {
    width: 8%;
  }
  .boutiqueCont {
    width: 92%;
  }
  .boutique__galerie__images {
    grid-template-columns: repeat(5, 1fr);
  }
  .boutique__bandeau__menu button {
    width: 18%;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .boutique__bandeau__menu button {
    width: 19%;
    height: 50%;
  }
  .boutique__galerie__images {
    grid-template-columns: repeat(3, 1fr);
  }
  .boutique {
    width: 100%;
  }
}
.bibliothequePage {
  width: 100%;
  height: 100%;
  background-image: url(../../images/Dashboard/profil/backgroundProfil.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bibliotheque {
  height: 100%;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
.bibliotheque__biblioText {
  width: 95%;
  height: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #aaaaaa;
  background-color: #1a1a1a;
  outline: 10px solid rgba(18, 18, 18, 0.35);
}
.bibliotheque__biblioText p {
  width: 85%;
  text-align: center;
}
.bibliotheque__biblioText h2 {
  color: #ffd204;
}
.bibliotheque__swipCont {
  height: 70%;
  width: 95%;
  display: flex;
  border: 10px solid rgba(18, 18, 18, 0.35);
  align-items: center;
  justify-content: center;
}

/*------------------------------------------Reponsive---------------------------------------------*/
@media (min-width: 1921px) and (max-width: 3440px) {
  .mySwiper .swiper-slide {
    width: 12% !important;
  }
  .bibliotheque {
    width: 92%;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .bibliotheque {
    width: 85%;
  }
  .mySwiper .swiper-slide {
    width: 23% !important;
    height: 85% !important;
  }
}
.progressionPage {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  background-image: url(../../images/Dashboard/profil/backgroundProfil.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.progressionPage .fuckingModal {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 2;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  align-items: center;
  justify-content: center;
  display: none;
}
.progressionPage .fuckingModal__container {
  box-shadow: rgb(18, 18, 18) 0px 20px 30px -10px;
  background: #1a1a1a;
  width: 70%;
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #aaaaaa;
  font-size: 17px;
  outline: 15px solid rgba(18, 18, 18, 0.35);
}
.progressionPage .fuckingModal__container img {
  height: 60%;
}
.progressionPage .fuckingModal__container__text {
  height: 80%;
  width: 40%;
  height: 80%;
  width: 40%;
  display: flex;
  flex-direction: column;
}
.progressionPage .fuckingModal__container__text #rankTitle {
  color: #ffd204;
  font-size: 40px;
  letter-spacing: 1px;
}
.progressionPage .fuckingModal__container__text #rankSubTitle {
  letter-spacing: 1px;
  font-style: italic;
  margin: 0px;
  margin-bottom: 5px;
  font-size: 16px;
}
.progressionPage .fuckingModal__container__text #rankDescription {
  font-weight: 300;
  letter-spacing: 1px;
}
.progressionPage .fuckingModal__container__text #rankDescription2 {
  margin-top: 2px;
  font-weight: 300;
  letter-spacing: 1px;
}
.progressionPage .fuckingModal__container__info {
  height: 80%;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.progressionPage .fuckingModal__container__info h3 {
  letter-spacing: 1px;
  margin: 0px;
  margin-bottom: 5px;
  color: #ffd204;
}
.progressionPage .fuckingModal__container__info p {
  margin: 9px;
}
.progressionPage__container {
  display: flex;
  width: 90%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.progressionPage .orgaContainer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
.progressionPage .orgaContainer__button {
  display: flex;
  flex-direction: column;
  width: 12%;
  height: 100%;
  padding-top: 3%;
  padding-right: 20px;
  position: absolute;
  align-items: center;
}
.progressionPage .orgaContainer__button button {
  background: #1a1a1a;
  box-shadow: rgb(18, 18, 18) 0px 20px 30px -10px;
  margin-bottom: 20px;
  color: #ffd204;
  height: 5%;
  border: 1px solid #ffd204;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  width: 90%;
}
.progressionPage .svgContainer {
  height: 100%;
  width: 100%;
}
.progressionPage .svgContainer svg {
  height: 100% !important;
}
.progressionPage .imageOrg {
  height: 80%;
  position: absolute;
  left: 5%;
}
.progressionPage .card {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgb(18, 18, 18) 0px 20px 30px -10px;
  background-color: rgba(18, 18, 18, 0.35);
}
.progressionPage .card:hover {
  border: 1px solid #ffd204;
}
.progressionPage .node svg {
  height: 100%;
  width: 100%;
}
.progressionPage .cardContainer {
  width: 95%;
  height: 87%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.progressionPage .name {
  width: 100%;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.progressionPage .name p {
  height: 100%;
  width: 60%;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #aaaaaa;
  letter-spacing: 1px;
  text-align: center;
}
.progressionPage #Professionnalisation img,
.progressionPage #Spécialisations img,
.progressionPage #Marines img,
.progressionPage #Flotte img,
.progressionPage #Logistique img {
  display: none;
}
.progressionPage #Professionnalisation .name,
.progressionPage #Spécialisations .name,
.progressionPage #Marines .name,
.progressionPage #Flotte .name,
.progressionPage #Logistique .name {
  display: flex;
  align-items: center;
  justify-content: center;
}
.progressionPage #Professionnalisation .name p,
.progressionPage #Spécialisations .name p,
.progressionPage #Marines .name p,
.progressionPage #Flotte .name p,
.progressionPage #Logistique .name p {
  text-align: center;
  width: 100%;
}
.progressionPage #Professionnalisation div,
.progressionPage #Spécialisations div,
.progressionPage #Marines div,
.progressionPage #Flotte div,
.progressionPage #Logistique div {
  background: rgba(0, 0, 0, 0.281);
  cursor: auto;
  pointer-events: none;
}
.progressionPage #Professionnalisation:hover,
.progressionPage #Spécialisations:hover,
.progressionPage #Marines:hover,
.progressionPage #Flotte:hover,
.progressionPage #Logistique:hover {
  border: none;
}
.progressionPage #Postulant div {
  background: linear-gradient(292deg, rgb(255, 255, 255) 1%, rgb(18, 24, 33) 100%);
}
.progressionPage #Recrue div {
  background: linear-gradient(292deg, #deb6e9 1%, rgb(18, 24, 33) 100%);
}
.progressionPage #Sentinelle div {
  background: linear-gradient(292deg, #8401a8 1%, rgb(18, 24, 33) 100%);
}
.progressionPage #Patrouilleur div {
  background: linear-gradient(292deg, #54006B 1%, rgb(18, 24, 33) 100%);
}
.progressionPage #CombatantI div {
  background: linear-gradient(292deg, #CE0003 1%, rgb(18, 24, 33) 100%);
}
.progressionPage #CombatantII div {
  background: linear-gradient(292deg, #A70003 1%, rgb(18, 24, 33) 100%);
}
.progressionPage #CombatantIII div {
  background: linear-gradient(292deg, #850103 1%, rgb(18, 24, 33) 100%);
}
.progressionPage #Commando div {
  background: linear-gradient(292deg, #6A0002 1%, rgb(18, 24, 33) 100%);
}
.progressionPage #InfanterieI div {
  background: linear-gradient(292deg, #38BA00 1%, rgb(18, 24, 33) 100%);
}
.progressionPage #InfanterieII div {
  background: linear-gradient(292deg, #2C9101 1%, rgb(18, 24, 33) 100%);
}
.progressionPage #InfanterieIII div {
  background: linear-gradient(292deg, #247501 1%, rgb(18, 24, 33) 100%);
}
.progressionPage #ExpertInfanterie div {
  background: linear-gradient(292deg, #1C5F00 1%, rgb(18, 24, 33) 100%);
}
.progressionPage #PiloteGCEI div,
.progressionPage #PiloteGAEI div {
  background: linear-gradient(292deg, #0017E4 1%, rgb(18, 24, 33) 100%);
}
.progressionPage #PiloteGCEII div,
.progressionPage #PiloteGAEII div {
  background: linear-gradient(292deg, #0011AB 1%, rgb(18, 24, 33) 100%);
}
.progressionPage #PiloteGCEIII div,
.progressionPage #PiloteGAEIII div {
  background: linear-gradient(292deg, #020F7F 1%, rgb(18, 24, 33) 100%);
}
.progressionPage #ExpertPiloteGCE div,
.progressionPage #ExpertPiloteGAE div {
  background: linear-gradient(292deg, #00095E 1%, rgb(18, 24, 33) 100%);
}
.progressionPage #PitCrewI div {
  background: linear-gradient(292deg, #FFFF20 1%, rgb(18, 24, 33) 100%);
}
.progressionPage #PitCrewII div {
  background: linear-gradient(292deg, #E1E100 1%, rgb(18, 24, 33) 100%);
}
.progressionPage #PitCrewIII div {
  background: linear-gradient(292deg, #C2C206 1%, rgb(18, 24, 33) 100%);
}
.progressionPage #ExpertPitCrew div {
  background: linear-gradient(292deg, #9D9D00 1%, rgb(18, 24, 33) 100%);
}

/*------------------------------------------Reponsive---------------------------------------------*/
@media (min-width: 1921px) and (max-width: 3440px) {
  .progressionPage .fuckingModal__container {
    width: 50%;
  }
  .progressionPage__container {
    width: 92%;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .progressionPage .orgaContainer__button {
    width: 15%;
  }
  .progressionPage .fuckingModal__container {
    width: 90%;
  }
}
.ongletAutre {
  width: 100%;
  height: 100%;
  color: white;
  overflow: hidden;
  background-color: grey;
}
.ongletAutre h1 {
  margin: 0;
}

.lola {
  border: 19px solid #16ef48;
  background-color: #5acedf;
}
.lola p {
  font-size: 50px;
  margin: 0;
}

.discordDoneFunction {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
  grid-auto-rows: minmax(150px, 100px);
  padding: 20px 20px;
}
.discordDoneFunction .testFunction--ok {
  background-color: blue;
  cursor: pointer;
  padding: 0;
  border: none;
}
.discordDoneFunction .testFunction--ok p {
  width: 100%;
  height: 30%;
  background-color: #1c1f26;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  color: white;
}
.discordDoneFunction .testFunction--pasOk {
  background-color: red;
  cursor: pointer;
  padding: 0;
  border: none;
}
.discordDoneFunction .testFunction--pasOk p {
  width: 100%;
  height: 30%;
  background-color: #1c1f26;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  color: white;
}

.customMenu {
  border-bottom: 2px solid #ffd204 !important;
}

.ongletLogs {
  width: 100%;
  height: 100%;
  color: #F1F1F1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: #363636;
}
.ongletLogs h1 {
  height: 5%;
  margin: 0;
}
.ongletLogs__filtres {
  background-color: #1a1a1a;
  width: 80%;
  height: 5%;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  outline: 15px solid rgba(18, 18, 18, 0.35);
}
.ongletLogs__filtres button {
  font-size: 18px;
  background-color: transparent;
  color: #aaaaaa;
  cursor: pointer;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  border: none;
}
.ongletLogs__content {
  background-color: #1a1a1a;
  width: 80%;
  height: 80%;
  overflow: auto;
  padding: 10px;
  outline: 15px solid rgba(18, 18, 18, 0.35);
}
.ongletLogs__content p {
  margin: 4px;
  font-size: 15px;
}
.ongletLogs__content span {
  display: flex;
  justify-content: space-between;
}
.ongletLogs__content::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(18, 18, 18, 0.35);
}
.ongletLogs__content::-webkit-scrollbar-thumb {
  background-color: #1a1a1a;
}

/*------------------------------------------Reponsive---------------------------------------------*/
@media (min-width: 1921px) and (max-width: 3440px) {
  .ongletLogs__content {
    width: 70%;
  }
  .ongletLogs__filtres {
    width: 70%;
  }
}
.exitButton {
  position: absolute;
  top: 3%;
  left: 3%;
  height: 6%;
  cursor: pointer;
}
.exitButton svg {
  height: 70%;
  color: #ffd204;
}
.exitButton:hover {
  scale: 1.05;
}

.modalModifMember {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.modalModifMember h2 {
  width: 100%;
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalModifMember .ModalArrayCont {
  width: 80%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: auto;
}
.modalModifMember .ModalArrayCont::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(18, 18, 18, 0.35);
}
.modalModifMember .ModalArrayCont::-webkit-scrollbar-thumb {
  background-color: #1a1a1a;
}
.modalModifMember .ModalArrayCont p {
  margin: 2px;
}
.modalModifMember .arrayModifMember {
  width: 100%;
  display: flex;
  align-items: center;
}
.modalModifMember .arrayModifMember svg {
  height: 17px;
  width: 17px;
  background: #ffd204;
  border-radius: 50%;
  color: #1a1a1a;
  padding: 3px;
  cursor: pointer;
  transition: all 0.3 ease-in-out;
  margin-left: 5%;
}
.modalModifMember .arrayModifMember svg path {
  pointer-events: none;
}
.modalModifMember .arrayModifMember svg:hover {
  scale: 1.05;
}

.modalUpdateMonnaies {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modalUpdateMonnaies h2 {
  width: 80%;
  height: 20%;
}
.modalUpdateMonnaies form {
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.modalUpdateMonnaies form span {
  height: 20%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 3%;
  position: relative;
}
.modalUpdateMonnaies form span img {
  height: 70%;
  position: absolute;
  left: 10%;
}
.modalUpdateMonnaies form input {
  background-color: #363636;
  color: #aaaaaa;
  font-size: 20px;
  width: 45%;
  border: none;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.modalUpdateMonnaies form .submitMonnaieForm {
  position: absolute;
  bottom: 10%;
  height: 10%;
  width: 25%;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #1a1a1a;
  background-color: #ffd204;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.modalUpdateMonnaies form .submitMonnaieForm:hover {
  scale: 1.05;
}
.modalUpdateMonnaies form .warningColor {
  background-color: #ff3e04 !important;
}

.manageMember {
  height: 100%;
  width: 100%;
  background-color: #363636;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row-reverse;
  color: #aaaaaa;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.manageMember__backgroundList {
  height: 80%;
  width: 20%;
  background: rgba(18, 18, 18, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}
.manageMember__backgroundList__list {
  height: 95%;
  width: 90%;
  background-color: #1a1a1a;
}
.manageMember__backgroundList__list .searchBar {
  width: 100%;
  height: 14%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.manageMember__backgroundList__list .searchBar input {
  background-color: #363636;
  width: 80%;
  height: 30%;
  border: 1px solid #aaaaaa;
  text-align: center;
  margin-top: 5px;
  color: #aaaaaa;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.manageMember__backgroundList__list .adminMemberList {
  height: 70%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  overflow: auto;
}
.manageMember__backgroundList__list .adminMemberList .liste {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.manageMember__backgroundList__list .adminMemberList .liste p {
  margin: 2%;
  pointer-events: none;
}
.manageMember__backgroundList__list .deleteUserCont {
  height: 16%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-top: 1px solid;
}
.manageMember__backgroundList__list .deleteUserCont button {
  background-color: #ff3e04;
  height: 30%;
  width: 50%;
  border: none;
  cursor: pointer;
  color: #1a1a1a;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 20px;
  border-radius: 2px;
}
.manageMember__backgroundList__list .deleteUserCont button:hover {
  scale: 1.05;
}
.manageMember__backgroundList__list .deleteUserCont p {
  margin: 0;
  width: 90%;
  font-size: 15px;
  text-align: center;
}
.manageMember__backgroundList__list .deleteUserCont p svg {
  color: #ffd204;
}
.manageMember__backgroundInfo {
  height: 80%;
  width: 70%;
  background: rgba(18, 18, 18, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}
.manageMember__backgroundInfo__info {
  height: 95%;
  width: 97%;
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.manageMember .displayMember {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.manageMember .displayMember .memberButtonModif {
  position: absolute;
  bottom: 2%;
  right: 58%;
  height: 6%;
  width: 10%;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #1a1a1a;
  background-color: #ffd204;
  border: none;
  cursor: pointer;
  border-radius: 2px;
}
.manageMember .displayMember .memberButtonModif:hover {
  scale: 1.05;
}
.manageMember .displayMember .middleCont {
  border-right: 1px solid;
  border-left: 1px solid;
}
.manageMember .displayMember__header {
  width: 100%;
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.manageMember .displayMember__header .modifRankFCU {
  height: 100%;
  width: 33%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.manageMember .displayMember__header .modifRankFCU img {
  height: 100%;
}
.manageMember .displayMember__header .modifRankFCU p {
  margin: 0;
}
.manageMember .displayMember__header .modifPseudoFCU {
  height: 100%;
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.manageMember .displayMember__header .modifPseudoFCU input {
  width: 80%;
  height: 50%;
  font-size: 40px;
  border: none;
  background: transparent;
  text-align: center;
  color: #aaaaaa;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.manageMember .displayMember__header .rsiLink {
  height: 100%;
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.manageMember .displayMember__header .rsiLink a {
  height: 50%;
}
.manageMember .displayMember__header .rsiLink img {
  height: 100%;
}
.manageMember .displayMember__section {
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-top: 1px solid;
}
.manageMember .displayMember__section__container {
  height: 100%;
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.manageMember .displayMember__section__container__title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
}
.manageMember .displayMember__section__container__title__svgMinus {
  background: #ff3e04;
}
.manageMember .displayMember__section__container__title__svgPlus {
  background: #ffd204;
}
.manageMember .displayMember__section__container__title svg {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  color: #1a1a1a;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.manageMember .displayMember__section__container__title svg path {
  pointer-events: none;
}
.manageMember .displayMember__section__container__title svg:hover {
  scale: 1.05;
}
.manageMember .displayMember__section__container__content {
  height: 80%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.manageMember .displayMember__section__container__content span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 30%;
}
.manageMember .displayMember__section__container__content span img {
  height: 50%;
}
.manageMember .displayMember__section__container__content span p {
  margin: 0;
}
.manageMember .displayMember__section__container__content span label {
  width: 100%;
  text-align: center;
}
.manageMember .displayMember__section__container__content span input {
  background-color: #363636;
  color: #aaaaaa;
  font-size: 20px;
  width: 70%;
  border: none;
  text-align: center;
}
.manageMember .displayMember__section__lastContainer {
  height: 100%;
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.manageMember .displayMember__section__lastContainer svg {
  height: 20px;
  width: 20px;
  background: #ffd204;
  border-radius: 50%;
  color: #1a1a1a;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.manageMember .displayMember__section__lastContainer svg path {
  pointer-events: none;
}
.manageMember .displayMember__section__lastContainer svg:hover {
  scale: 1.05;
}
.manageMember .displayMember__section__lastContainer__encadrement {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.manageMember .displayMember__section__lastContainer__encadrement__title {
  width: 100%;
  height: 30%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.manageMember .displayMember__section__lastContainer__encadrement__title svg {
  height: 20px;
  width: 20px;
  background: #ffd204;
  border-radius: 50%;
  color: #1a1a1a;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.manageMember .displayMember__section__lastContainer__encadrement__title svg path {
  pointer-events: none;
}
.manageMember .displayMember__section__lastContainer__encadrement__title svg:hover {
  scale: 1.05;
}
.manageMember .displayMember__section__lastContainer .MemberArrayCont {
  width: 100%;
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.manageMember .displayMember__section__lastContainer .arrayModifMember {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.manageMember .displayMember__section__lastContainer .arrayModifMember p {
  margin: 1px;
}
.manageMember .displayMember__section__lastContainer .arrayModifMember svg {
  height: 12px;
  width: 12px;
  background: #ff3e04;
  border-radius: 50%;
  color: #1a1a1a;
  padding: 3px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.manageMember .displayMember__section__lastContainer .arrayModifMember svg path {
  pointer-events: none;
}
.manageMember .displayMember__section__lastContainer .arrayModifMember svg:hover {
  scale: 1.05;
}

/*------------------------------------------Reponsive---------------------------------------------*/
@media (min-width: 2561px) and (max-width: 3440px) {
  .manageMember__backgroundList {
    width: 15%;
  }
  .manageMember__backgroundInfo {
    width: 60%;
  }
}
@media (min-width: 1921px) and (max-width: 2560px) {
  .manageMember__backgroundList {
    width: 20%;
  }
  .manageMember__backgroundInfo {
    width: 70%;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .manageMember__backgroundInfo {
    height: 70%;
  }
  .manageMember__backgroundList {
    height: 70%;
  }
}
.ongletAjouter {
  height: 100%;
  width: 100%;
  background-color: #363636;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  color: #aaaaaa;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.ongletAjouter h1 {
  margin: 0;
  height: 10%;
  text-align: center;
}
.ongletAjouter__menu {
  height: 10%;
  width: 80%;
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: space-around;
  outline: 15px solid rgba(18, 18, 18, 0.35);
}
.ongletAjouter__menu button {
  font-size: 17px;
  background-color: transparent;
  cursor: pointer;
  border: none;
  color: #aaaaaa;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.ongletAjouter__menu button:hover {
  border-bottom: 2px solid #ffd204;
}
.ongletAjouter__welcomeMessage {
  width: 90%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ongletAjouter__rangsAndRolesContainer {
  height: 80%;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  overflow: auto;
}
.ongletAjouter__rangsAndRolesContainer::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(18, 18, 18, 0.35);
}
.ongletAjouter__rangsAndRolesContainer::-webkit-scrollbar-thumb {
  background-color: #1a1a1a;
}
.ongletAjouter__rangsAndRolesContainer .rangAndRoleInput {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aaaaaa;
  color: white;
  font-size: 18px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.ongletAjouter__rangsAndRolesContainer .rangAndRoleSubmit {
  background-color: #ffd204;
  border: none;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #1a1a1a;
  cursor: pointer;
  width: 40%;
  height: 15%;
}
.ongletAjouter__rangsAndRolesContainer__rangs {
  display: flex;
  width: 90%;
  min-height: 400px;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  background-color: #1a1a1a;
  outline: 15px solid rgba(18, 18, 18, 0.35);
  font-size: 17px;
}
.ongletAjouter__rangsAndRolesContainer__rangs svg {
  width: 10%;
  height: 60px;
  color: #aaaaaa;
}
.ongletAjouter__rangsAndRolesContainer__rangs p {
  margin: 0;
}
.ongletAjouter__rangsAndRolesContainer__rangs__left {
  width: 40%;
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #9d9da5;
  border-radius: 10px;
}
.ongletAjouter__rangsAndRolesContainer__rangs__left form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  height: 80%;
  justify-content: space-evenly;
}
.ongletAjouter__rangsAndRolesContainer__rangs__left form span {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ongletAjouter__rangsAndRolesContainer__rangs__right {
  width: 40%;
  height: 90%;
  border: 1px solid #9d9da5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ongletAjouter__rangsAndRolesContainer__rangs__right ul {
  height: 80%;
  overflow: auto;
  width: 60%;
}
.ongletAjouter__rangsAndRolesContainer__rangs__right ul::-webkit-scrollbar {
  width: 10px;
  background-color: #9d9da5;
}
.ongletAjouter__rangsAndRolesContainer__rangs__right ul::-webkit-scrollbar-thumb {
  width: 50%;
  background-color: #090a0a;
}
.ongletAjouter__warbondPack {
  width: 90%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ongletAjouter__warbondPack__container {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.ongletAjouter__warbondPack__container__top {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}
.ongletAjouter__warbondPack__container .warbondInput {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9d9da5;
  color: white;
  font-size: 18px;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
.ongletAjouter__warbondPack__container .warbondSubmit {
  background-color: #87d787;
  border: none;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #2e2e2f;
  cursor: pointer;
  width: 10%;
  height: 30%;
  border-radius: 5px;
}
.ongletAjouter__warbondPack__container form {
  width: 100%;
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #1c1f26;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 0px #9d9da5;
  flex-direction: column;
}
.ongletAjouter__warbondPack__container label {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #9d9da5;
}
.ongletAjouter__container {
  height: 80%;
  width: 90%;
  display: flex;
  align-items: center;
  overflow: auto;
  justify-content: center;
}
.ongletAjouter__container__addingInterface {
  background-color: #1c1f26;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 0px #9d9da5;
  color: white;
  display: flex;
  align-items: center;
  width: 80%;
  justify-content: space-evenly;
  flex-direction: column;
  margin-bottom: 40px;
  height: 60%;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #9d9da5;
}
.ongletAjouter__container__addingInterface fieldset {
  width: 100%;
}
.ongletAjouter__container__addingInterface .inputSection {
  width: 25%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 250px;
}
.ongletAjouter__container__addingInterface .textInputSection {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ongletAjouter__container__addingInterface .textInput {
  width: 60%;
  color: white;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: white;
}
.ongletAjouter__container__addingInterface .descriptionInput {
  width: 100%;
  color: white;
  background-color: #9d9da5;
  border: none;
  border-bottom: 1px solid white;
  font-size: 16px;
  height: 80px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #1c1f26;
}
.ongletAjouter__container__addingInterface .validateButton {
  width: 10%;
  border-radius: 5px;
  height: 40px;
  font-size: 20px;
  background-color: #87d787;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #2e2e2f;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
.ongletAjouter__container__addingInterface__formMiddle {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.ongletAjouter__container__addingInterface__formBottom {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}

.activitePage {
  width: 100%;
  height: 100%;
  color: #aaaaaa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  background-image: url("../../images/Dashboard/event/adminBackground.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.activitePage option {
  background-color: #aaaaaa;
  border: none;
  border-bottom: 1px solid #aaaaaa;
  color: #1a1a1a;
  font-size: 18px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.activitePage .createEventValidateInput {
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 60%, 80% 100%, 20% 100%, 0 100%, 0% 40%);
          clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 60%, 80% 100%, 20% 100%, 0 100%, 0% 40%);
  background-color: #ffd204;
  width: 20%;
  height: 9%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.activitePage .createEventValidateInput:hover {
  scale: 1.03;
  transition: 0.2s ease-in-out;
}
.activitePage__newAgenda {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(18, 18, 18, 0.7);
}
.activitePage__newAgenda form {
  height: 100%;
  width: 85%;
}
.activitePage__newAgenda__title {
  width: 100%;
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #F1F1F1;
}
.activitePage__newAgenda__allDayEvent {
  width: 100%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.activitePage__newAgenda__allDayEvent__oneDay {
  width: 100%;
  height: 95%;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.activitePage__newAgenda__allDayEvent__oneDay__title {
  width: 100%;
  display: flex;
  justify-content: space-around;
  position: relative;
  height: 15%;
  align-items: center;
  border-bottom: 4px solid #aaaaaa;
}
.activitePage__newAgenda__allDayEvent__oneDay__title select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aaaaaa;
  font-size: 18px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  width: 20%;
  color: #aaaaaa;
}
.activitePage__newAgenda__allDayEvent__oneDay__title label {
  display: flex;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.activitePage__newAgenda__allDayEvent__oneDay__title label span {
  margin-right: 10px;
}
.activitePage__newAgenda__allDayEvent__oneDay__title .rewardCont {
  height: 50%;
  display: flex;
  align-items: center;
}
.activitePage__newAgenda__allDayEvent__oneDay__title .rewardCont p {
  color: #ffd204;
}
.activitePage__newAgenda__allDayEvent__oneDay__title .rewardButton {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 85%;
}
.activitePage__newAgenda__allDayEvent__oneDay__title .rewardButton svg {
  height: 100%;
  pointer-events: none;
  color: #aaaaaa;
}
.activitePage__newAgenda__allDayEvent__oneDay__title fieldset {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.activitePage__newAgenda__allDayEvent__oneDay__title fieldset input {
  height: 40%;
  width: 20px;
  margin-left: 10px;
  accent-color: #ffd204;
  cursor: pointer;
}
.activitePage__newAgenda__allDayEvent__oneDay__container {
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
  flex-direction: column;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formTop {
  width: 100%;
  display: flex;
  justify-content: space-around;
  color: #aaaaaa;
  font-weight: 700;
  height: 5%;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formTop input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aaaaaa;
  color: #F1F1F1;
  font-size: 18px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formTop input::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formTop input::placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formTop .numberImput {
  width: 50px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #F1F1F1;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formTop .smallInput {
  width: 150px;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formTop svg {
  color: #aaaaaa;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formBot {
  width: 100%;
  height: 90%;
  display: flex;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formleft {
  width: 30%;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: space-evenly;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formleft fieldset {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formleft fieldset input {
  height: 20px;
  width: 30px;
  margin-left: 10px;
  accent-color: #ffd204;
  cursor: pointer;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formleft select {
  width: 80%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aaaaaa;
  color: #aaaaaa;
  font-size: 18px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formleft input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aaaaaa;
  color: #F1F1F1;
  font-size: 18px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  width: 80%;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formleft input::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formleft input::placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formright {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formright input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aaaaaa;
  color: #F1F1F1;
  font-size: 18px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formright input::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formright input::placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formright .numberImput {
  width: 50px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #F1F1F1;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formright .smallInput {
  width: 150px;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formright svg {
  color: #aaaaaa;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formright__formBottom {
  height: 80%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #aaaaaa;
  font-weight: 700;
  justify-content: space-evenly;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formright__formBottom .responsableInput {
  height: 100%;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formright__formBottom .responsableInput select {
  width: 80%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aaaaaa;
  color: #aaaaaa;
  font-size: 18px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin-top: 10%;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formright__formBottom .responsableInput span {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formright__formBottom .responsableInput input {
  background-color: transparent;
  border: none;
  color: #ffd204;
  font-size: 18px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  width: 20%;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formright__formBottom .responsableInput input::-moz-placeholder {
  color: #ffd204;
  opacity: 1;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formright__formBottom .responsableInput input::placeholder {
  color: #ffd204;
  opacity: 1;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formright__formBottom .descriptionInput {
  width: 70%;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formright__formBottom .descriptionInput div {
  width: 80%;
  height: 50%;
  color: #f1f1f1;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  padding: 10px;
  border: 2px solid #aaaaaa;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formright__formBottom__checkbox {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.activitePage__newAgenda__allDayEvent__oneDay__container__formright__formBottom__checkbox input {
  height: 20px;
  width: 20px;
}
.activitePage__newAgenda__allDayEvent__oneDay__QL {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-evenly;
}
.activitePage__newAgenda__allDayEvent__oneDay__QL h2 {
  font-size: 60px;
  margin: 0;
}
.activitePage__newAgenda__allDayEvent__oneDay__QL .QLinput {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aaaaaa;
  color: #F1F1F1;
  font-size: 18px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  width: 150px;
}
.activitePage__newAgenda__allDayEvent__oneDay__QL .createEventValidateInputQL {
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 60%, 80% 100%, 20% 100%, 0 100%, 0% 40%);
          clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 60%, 80% 100%, 20% 100%, 0 100%, 0% 40%);
  background-color: #ffd204;
  width: 16%;
  height: 9%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.activitePage__newAgenda__allDayEvent__oneDay__QL .createEventValidateInputQL:hover {
  scale: 1.03;
  transition: 0.2s ease-in-out;
}

.modal {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #aaaaaa;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.modal__menu {
  height: 10%;
  width: 100%;
  display: flex;
  justify-content: space-around;
  border-bottom: 4px solid #aaaaaa;
  align-items: center;
  position: relative;
}
.modal__menu__button {
  width: 10%;
  font-size: 20px;
  background-color: transparent;
  color: #aaaaaa;
  border: none;
  cursor: pointer;
  height: 50%;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.modal__menu__button:hover {
  border-bottom: 1px solid #ffd204;
}
.modal__menu__closeButton {
  height: 50%;
  width: 10%;
  font-size: 20px;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.modal__menu__closeButton svg {
  color: #ffd204;
  height: 100%;
}
.modal__searchBar {
  text-align: center;
  width: 20%;
  border: none;
  background: transparent;
  border-bottom: 1px solid #aaaaaa;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #aaaaaa;
}
.modal__images {
  width: 90%;
  height: 65%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(300px, 250px);
  padding: 20px;
  overflow: auto;
}
.modal__images::-webkit-scrollbar {
  width: 5px;
  background-color: #aaaaaa;
}
.modal__images::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #1a1a1a;
}
.modal__images__card {
  height: 100%;
  width: 100%;
  border: 1px solid #aaaaaa;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.modal__images__card img {
  height: 100%;
  width: 100%;
}
.modal__images__titre {
  position: absolute;
  width: 100%;
  height: 15%;
  background-color: rgba(18, 18, 18, 0.69);
  bottom: 0;
  color: #aaaaaa;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__images__titre h3 {
  margin: 0;
}
.modal__bottom button {
  height: 30px;
  width: 20%;
  border: none;
  font-size: 18px;
  background-color: #ff3e04;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  cursor: pointer;
  color: #1a1a1a;
}

/*------------------------------------------Reponsive---------------------------------------------*/
@media (min-width: 2561px) and (max-width: 3440px) {
  .activitePage__newAgenda__allDayEvent__oneDay {
    width: 80%;
    height: 95%;
    padding: 10px;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1921px) and (max-width: 2560px) {
  .activitePage__newAgenda__allDayEvent__oneDay {
    width: 90%;
    height: 95%;
    padding: 10px;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .activitePage__newAgenda__allDayEvent__oneDay__container {
    display: flex;
    width: 100%;
    height: 100%;
    margin-top: 30px;
    flex-direction: column;
  }
  .activitePage__newAgenda__allDayEvent__oneDay__container__formleft {
    width: 60%;
    display: flex;
    flex-direction: column;
    height: 80%;
    align-items: center;
    justify-content: space-evenly;
  }
  .activitePage__newAgenda__allDayEvent__oneDay__container__formBot {
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .activitePage__newAgenda__allDayEvent__oneDay__container__formright {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 20%;
  }
  .activitePage__newAgenda__allDayEvent__oneDay__container__formright__formBottom {
    height: 80%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #aaaaaa;
    font-weight: 700;
    justify-content: space-evenly;
  }
  .activitePage .createEventValidateInput {
    height: 19%;
  }
}
.adminAllEvent {
  width: 100%;
  height: 100%;
  color: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  background-image: url("../../images/Dashboard/event/adminBackground.webp");
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
}
.adminAllEvent__container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background: rgba(18, 18, 18, 0.5);
}
.adminAllEvent .weeklyEventCont {
  width: 90%;
  height: 70%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(250px, 200px);
  row-gap: 6%;
  overflow: auto;
}
.adminAllEvent .weeklyEventCont::-webkit-scrollbar {
  width: 7px;
  background-color: #f1f1f1;
}
.adminAllEvent .weeklyEventCont::-webkit-scrollbar-thumb {
  background-color: #1a1a1a;
}
.adminAllEvent .weeklyEventCont .event-link {
  height: 100%;
  width: 90%;
  text-decoration: none;
  color: #F1f1f1;
}
.adminAllEvent .weeklyEventCont .adminEventCard {
  height: 100%;
  width: 100%;
  position: relative;
}
.adminAllEvent .weeklyEventCont .adminEventCard:hover {
  scale: 1.05;
}
.adminAllEvent .weeklyEventCont .adminEventCard:hover .changeTitleColor {
  color: #ffd204;
}
.adminAllEvent .weeklyEventCont .adminEventCard img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.adminAllEvent .weeklyEventCont .adminEventCard .adminEventCardInfo {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.adminAllEvent .weeklyEventCont .adminEventCard .adminEventCardInfo span {
  height: 100%;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(18, 18, 18, 0.6);
  pointer-events: none;
}
.adminAllEvent .weeklyEventCont .adminEventCard .adminEventCardInfo span img {
  scale: 1;
  height: 40%;
  width: 30%;
}

/*------------------------------------------Reponsive---------------------------------------------*/
@media (min-width: 2561px) and (max-width: 3440px) {
  .adminAllEvent .weeklyEventCont {
    width: 70%;
  }
}
@media (min-width: 1921px) and (max-width: 2560px) {
  .adminAllEvent .weeklyEventCont {
    width: 70%;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .adminAllEvent .weeklyEventCont {
    grid-template-columns: repeat(2, 1fr);
  }
}
.galeriePage {
  width: 100%;
  height: 100%;
  color: #aaaaaa;
  background-color: #363636;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.galeriePage__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row-reverse;
}
.galeriePage__container__list {
  outline: 15px solid rgba(18, 18, 18, 0.35);
  background-color: #1a1a1a;
  height: 80%;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.galeriePage__container__list__menu {
  height: 15%;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.galeriePage__container__list__menu button {
  height: 35%;
  width: 25%;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  background-color: #ffd204;
  border: none;
  font-size: 18px;
  cursor: pointer;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 60%, 80% 100%, 20% 100%, 0 100%, 0% 40%);
          clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 60%, 80% 100%, 20% 100%, 0 100%, 0% 40%);
}
.galeriePage__container__list__menu button:hover {
  scale: 1.1;
  transition: 0.2s ease-in-out;
}
.galeriePage__container__list__searchBarContainer {
  height: 10%;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.galeriePage__container__list__searchBarContainer input {
  width: 70%;
  border: none;
  border-bottom: 1px solid #aaaaaa;
  background-color: transparent;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #aaaaaa;
  font-size: 18px;
}
.galeriePage__container__list__things {
  height: 70%;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #aaaaaa;
  color: #1a1a1a;
}
.galeriePage__container__list__things .liste {
  cursor: pointer;
  width: 80%;
  margin-top: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(18, 18, 18, 0.4);
}
.galeriePage__container__list__things .liste:hover {
  scale: 1.1;
}
.galeriePage__container__list__things .liste svg {
  margin-left: 2%;
  pointer-events: none;
}
.galeriePage__container__list__things .liste .galerieIconCheck {
  color: #ffd204;
  background-color: #1a1a1a;
  border-radius: 50%;
}
.galeriePage__container__list__things .liste .galerieIconXmark {
  color: #ff3e04;
  background-color: #1a1a1a;
  border-radius: 50%;
}
.galeriePage__container__content {
  height: 80%;
  width: 70%;
  outline: 15px solid rgba(18, 18, 18, 0.35);
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.galeriePage__container__content form {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.galeriePage__container__content form .galerieTopCont {
  width: 100%;
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.galeriePage__container__content form .galerieTopCont span {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 20%;
}
.galeriePage__container__content form .galerieTopCont span input {
  width: 70%;
  border: none;
  border-bottom: 1px solid #aaaaaa;
  background-color: transparent;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #aaaaaa;
  font-size: 17px;
  text-align: center;
}
.galeriePage__container__content form .galerieTopCont span #disponible {
  height: 30px !important;
  accent-color: #ffd204;
  cursor: pointer;
}
.galeriePage__container__content form .galerieBotCont {
  width: 100%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.galeriePage__container__content form .galerieBotCont .galerieImageCont {
  width: 70%;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.galeriePage__container__content form .galerieBotCont .galerieImageCont img {
  height: 100%;
}
.galeriePage__container__content form .galerieBotCont .galerieInfoCont {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.galeriePage__container__content form .galerieBotCont .galerieInfoCont span {
  width: 80%;
  height: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.galeriePage__container__content form .galerieBotCont .galerieInfoCont span fieldset {
  width: 100%;
}
.galeriePage__container__content form .galerieBotCont .galerieInfoCont span fieldset div {
  display: flex;
  align-items: center;
}
.galeriePage__container__content form .galerieBotCont .galerieInfoCont span fieldset div input {
  accent-color: #ffd204;
  height: 18px;
  width: 18px;
  cursor: pointer;
}
.galeriePage__container__content form .galerieBotCont .galerieInfoCont .galerieModifCont {
  width: 80%;
  height: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.galeriePage__container__content form .galerieBotCont .galerieInfoCont .galerieModifCont input {
  height: 50%;
  width: 95%;
  background-color: #aaaaaa;
  color: #1a1a1a;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.galeriePage__container__content form .galerieButtonCont {
  width: 100%;
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}
.galeriePage__container__content form .galerieButtonCont .validateButtonModif {
  height: 60%;
  width: 12%;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  background-color: #ffd204;
  border: none;
  font-size: 18px;
  cursor: pointer;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 60%, 80% 100%, 20% 100%, 0 100%, 0% 40%);
  clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 60%, 80% 100%, 20% 100%, 0 100%, 0% 40%);
}
.galeriePage__container__content form .galerieButtonCont .validateButtonModif:hover {
  scale: 1.1;
  transition: 0.2s ease-in-out;
}
.galeriePage__container__content form .galerieButtonCont .validateButtonDelete {
  cursor: pointer;
  position: absolute;
  left: 1%;
  height: 60%;
  width: 4%;
  border: none;
  background-color: transparent;
}
.galeriePage__container__content form .galerieButtonCont .validateButtonDelete svg {
  height: 70%;
  color: #ff3e04;
  pointer-events: none;
}

/*------------------------------------------Reponsive---------------------------------------------*/
@media (min-width: 2561px) and (max-width: 3440px) {
  .galeriePage__container {
    width: 80%;
  }
}
@media (min-width: 1921px) and (max-width: 2560px) {
  .galeriePage__container {
    width: 90%;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .galeriePage__container__content form .galerieBotCont .galerieImageCont img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}
.adminOneEvent {
  width: 100%;
  height: 100%;
  color: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  background-image: url("../../images/Dashboard/event/adminBackground.webp");
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
}
.adminOneEvent__container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.adminOneEvent__container__top {
  width: 90%;
  height: 10%;
  display: flex;
}
.adminOneEvent__container__top .logoCont {
  height: 100%;
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adminOneEvent__container__top .logoCont img {
  height: 100%;
}
.adminOneEvent__container__top .titleCont {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: 75%;
  flex-direction: column;
}
.adminOneEvent__container__top .titleCont h2 {
  color: #ffd204;
  margin-right: 2%;
}
.adminOneEvent__container__top .titleCont p {
  height: 30%;
  margin: 0;
  font-size: 15px;
  width: 100%;
}
.adminOneEvent__container__top .titleCont span {
  height: 80%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 80%;
}
.adminOneEvent__container__bottom {
  height: 90%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adminOneEvent__container__bottom .marginRight {
  margin-right: 2%;
}
.adminOneEvent__container__bottom .OneEventLeft {
  height: 80%;
  width: 20%;
  padding-left: 3%;
}
.adminOneEvent__container__bottom .OneEventLeft span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.adminOneEvent__container__bottom .OneEventMiddle {
  height: 80%;
  width: 60%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
}
.adminOneEvent__container__bottom .OneEventMiddle .infoInscritOnClick {
  width: 80%;
  border: 1px solid #aaaaaa;
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adminOneEvent__container__bottom .OneEventMiddle .infoInscritOnClick legend {
  color: #aaaaaa;
}
.adminOneEvent__container__bottom .OneEventMiddle .infoInscritOnClick .infoMembreCont {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.adminOneEvent__container__bottom .OneEventMiddle .infoInscritOnClick .infoMembreCont__pseudo {
  color: #ffd204;
}
.adminOneEvent__container__bottom .OneEventMiddle .infoInscritOnClick .infoMembreCont .deleteInscriptionButton {
  background-color: #ff3e04;
  height: 30%;
  width: 50%;
  border: none;
  cursor: pointer;
  color: #1a1a1a;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 20px;
  border-radius: 2px;
}
.adminOneEvent__container__bottom .OneEventMiddle .infoInscritOnClick .infoMembreCont .deleteInscriptionButton:hover {
  scale: 1.02;
}
.adminOneEvent__container__bottom .OneEventMiddle .infoEventContainer {
  width: 80%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.adminOneEvent__container__bottom .OneEventMiddle .infoEventContainer .effectifEvent {
  width: 45%;
  height: 85%;
  border: 1px solid #aaaaaa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.adminOneEvent__container__bottom .OneEventMiddle .infoEventContainer .effectifEvent legend {
  color: #aaaaaa;
}
.adminOneEvent__container__bottom .OneEventMiddle .infoEventContainer .effectifEvent .inscritsCount {
  width: 80%;
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #aaaaaa;
}
.adminOneEvent__container__bottom .OneEventMiddle .infoEventContainer .effectifEvent .inscritsCount .numberInscritsCount {
  color: #ffd204;
  margin-right: 2%;
}
.adminOneEvent__container__bottom .OneEventMiddle .infoEventContainer .effectifEvent .rangsCount {
  width: 100%;
  height: 90%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(60px, 60px);
  align-items: center;
  justify-content: center;
}
.adminOneEvent__container__bottom .OneEventMiddle .infoEventContainer .effectifEvent .rangsCount span {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adminOneEvent__container__bottom .OneEventMiddle .infoEventContainer .effectifEvent .rangsCount span .rangsCountNumber {
  margin-right: 3%;
  color: #ffd204;
}
.adminOneEvent__container__bottom .OneEventMiddle .infoEventContainer .effectifEvent .rangsCount p {
  margin: 0;
  text-align: center;
}
.adminOneEvent__container__bottom .OneEventMiddle .infoEventContainer .interactionsEvent {
  width: 45%;
  height: 85%;
  border: 1px solid #aaaaaa;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.adminOneEvent__container__bottom .OneEventMiddle .infoEventContainer .interactionsEvent legend {
  color: #aaaaaa;
}
.adminOneEvent__container__bottom .OneEventMiddle .infoEventContainer .interactionsEvent .resultatEvent {
  background-color: transparent;
  border: 1px solid #aaaaaa;
  font-size: 18px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  width: 80%;
  color: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adminOneEvent__container__bottom .OneEventMiddle .infoEventContainer .interactionsEvent .resultatEvent input {
  height: 16px;
  width: 20px;
  margin-left: 10px;
  accent-color: #ffd204;
  cursor: pointer;
}
.adminOneEvent__container__bottom .OneEventMiddle .infoEventContainer .interactionsEvent .resultatEvent label {
  display: flex;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.adminOneEvent__container__bottom .OneEventMiddle .infoEventContainer .interactionsEvent .resultatEvent label span {
  margin-right: 10px;
}
.adminOneEvent__container__bottom .OneEventMiddle .interactionButton {
  width: 100%;
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.adminOneEvent__container__bottom .OneEventMiddle .interactionButton .validationAdminButton {
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 60%, 80% 100%, 20% 100%, 0 100%, 0% 40%);
          clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 60%, 80% 100%, 20% 100%, 0 100%, 0% 40%);
  background-color: #ffd204;
  width: 15%;
  height: 70%;
  border: none;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.adminOneEvent__container__bottom .OneEventMiddle .interactionButton .validationAdminButton:hover {
  scale: 1.03;
}
.adminOneEvent__container__bottom .OneEventMiddle .interactionButton .annulationAdminButton {
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 60%, 80% 100%, 20% 100%, 0 100%, 0% 40%);
          clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 60%, 80% 100%, 20% 100%, 0 100%, 0% 40%);
  background-color: #ff3e04;
  width: 15%;
  height: 70%;
  border: none;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.adminOneEvent__container__bottom .OneEventMiddle .interactionButton .annulationAdminButton:hover {
  scale: 1.03;
}
.adminOneEvent__container__bottom .OneEventRight {
  height: 100%;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adminOneEvent__container__bottom .OneEventRight .inscriptionCont {
  background: rgba(18, 18, 18, 0.45);
  height: 80%;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.adminOneEvent__container__bottom .OneEventRight .inscriptionCont .inscriptionList {
  width: 80%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  border: 1px solid #aaaaaa;
  overflow: auto;
}
.adminOneEvent__container__bottom .OneEventRight .inscriptionCont .inscriptionList::-webkit-scrollbar {
  width: 3px;
  background-color: #aaaaaa;
}
.adminOneEvent__container__bottom .OneEventRight .inscriptionCont .inscriptionList::-webkit-scrollbar-thumb {
  background-color: #F1F1F1;
}
.adminOneEvent__container__bottom .OneEventRight .inscriptionCont .inscriptionList .allInscrits {
  margin: 0;
  margin-top: 2%;
  background-color: rgba(170, 170, 170, 0.1803921569);
  width: 90%;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adminOneEvent__container__bottom .OneEventRight .inscriptionCont .inscriptionList .allInscrits svg {
  height: 25px;
  z-index: 5;
  margin-left: 4%;
  color: #ff3e04;
}
.adminOneEvent__container__bottom .OneEventRight .inscriptionCont .inscriptionList .allInscrits svg path {
  pointer-events: none;
}
.adminOneEvent__container__bottom .OneEventRight .inscriptionCont .inscriptionList .allInscrits svg:hover {
  scale: 1.05;
  color: #1a1a1a;
}
.adminOneEvent__container__bottom .OneEventRight .inscriptionCont .inscriptionList .allInscrits:hover {
  scale: 1.05;
  color: #ffd204;
}

/*------------------------------------------Reponsive---------------------------------------------*/
@media (min-width: 2561px) and (max-width: 3440px) {
  .adminOneEvent__container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .adminOneEvent__container__bottom {
    height: 90%;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1921px) and (max-width: 2560px) {
  .adminOneEvent__container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .adminOneEvent__container__bottom {
    height: 90%;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}/*# sourceMappingURL=main.css.map */