body {
  font-family: "Poppins", sans-serif;
  color: #040000;
  background-color: #ffffff;
  background-image: url(/images/BG.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.snow {
  background-image: url(/images/snow_fall.gif);
}

.barrel-roll {
    transition: transform 2s ease-in-out;
    transform: rotate(180deg);
}

.layout_padding {
  padding: 50px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding3 {
  padding: 50px 0 0 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.layout-right {
  flex-direction: row-reverse !important;
}

/*header section*/
.sub_page .brand_box {
  position: relative;
  background-image: url(/images/banner.png);
  padding: 45px 0;
}

.sub_page .nav_section {
  margin-top: 0;
  background-color: #252525;
}

.brand_box {
  position: absolute;
  top: 180px;
  left: 0;
  z-index: 9;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand_box .navbar-brand span {
  font-size: 44px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #474747;
  border-radius: 25px;
  padding: 15px 120px;
  opacity: 80%;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom_nav-container {
  z-index: 999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 42px;
}

.custom_nav-container .nav_search-btn {
  margin: auto;
}

/*end header section*/
/* slider section */
.slider_section div#carouselExampleControls {
  overflow: hidden;
}

.slider_section .img-box img {
  width: 100%;
}

.overlay {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.reveal-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: bold;
  z-index: 1;
  border: 2px solid #000000;
  border-radius: 5px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}

.reveal-text:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: black;
}

.nsfw {
  filter: blur(10px);
  transition: filter 0.3s ease;
}

.nsfw.unblur {
  filter: blur(0);
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  width: 90px;
  height: 90px;
  background-color: #252525;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 12px;
}

.slider_section .carousel-control-prev:hover,
.slider_section .carousel-control-next:hover {
  opacity: 0.9;
}

.slider_section .carousel-control-prev {
  border-radius: 0 100% 100% 0;
  background-image: url(../images/prev.png);
  left: -50px;
  background-position: 58px center;
}

.slider_section .carousel-control-next {
  border-radius: 100% 0 0 100%;
  background-image: url(../images/next.png);
  right: -45px;
  background-position: 20px center;
}

/* end slider section */
.nav_section {
  margin-top: 64px;
}

.nav_section .custom_nav2 .custom_nav-container {
  padding: 10px 0;
  background-color: #252525;
  border-radius: 5px;
}

.nav_section .custom_nav2 .custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.nav_section .custom_nav2 .custom_nav-container .navbar-nav .nav-item .nav-link:hover {
  color: #252525;
  background-color: #c0c0c0;
}

.nav_section .custom_nav2 .custom_nav-container .navbar-nav .nav-item .nav-link:active {
  color: #c0c0c0;
  background-color: #5e5e5e;
}


.nav_section .custom_nav2 #navbarSupportedContent {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav_section .custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 18px;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  margin: 0 40px 0 15px;
  background-position: center;
}

.dropdown-menu-ych {
  background-color:#252525;
  width: max-content;
  min-width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

/* Apparition quand le menu est ouvert (à adapter selon la classe active ou via JS) */
.nav-item:hover .dropdown-menu-ych,
.nav-item:focus-within .dropdown-menu-ych {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 576px) {
  .dropdown-menu-ych {
    margin-left: inherit;
  }
}

.bar_link_item {
  padding-inline-start: 0px;
}

.shop_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.shop_section .box .detail-box h2 {
  font-weight: bold;
  font-size: 3rem;
  text-transform: uppercase;
}

.shop_section .box .detail-box p {
  margin-bottom: 0;
}

.shop_section .box .img-box img {
  max-width: 100%;
}

.shop_section .box .btn-box {
  margin-top: 25px;
}

.shop_section .box .btn-box a {
  display: inline-block;
  padding: 8px 40px;
  background-color: #313131;
  border: 1px solid #313131;
  color: #ffffff;
}

.shop_section .box .btn-box a:hover {
  background-color: transparent;
  color: #313131;
}

.about_section .img-box {
  padding: 35px 0;
  background-color: #ececec;
  margin-left: 20%;
}


@media (max-width: 768px) {
  .about_section .img-box {
    padding: 35px 0;
    background-color: #ececec;
    margin-left: 0%;
  }

  .brand_box {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand_box .navbar-brand span {
    font-size: 44px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #474747;
    border-radius: 25px;
    padding: 15px 120px;
    opacity: 80%;
  }
}

.about_section .img-box img {
  width: 100%;
  -webkit-transform: translateX(45px);
  transform: translateX(45px);
}

.about_section .detail-box {
  text-align: center;
  padding: 35px 45px;
}

.about_section .detail-box .heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .detail-box .heading_container hr {
  width: 1px;
  height: 145px;
  margin: 0;
  border: none;
  background-color: #b7b7b7;
  margin-bottom: 10px;
}

.about_section .detail-box p {
  margin-top: 10px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #313131;
  border: 1px solid #313131;
  color: #ffffff;
  margin-top: 10px;
  border-radius: 50px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #313131;
}



.endless_ych_section .img-box {
  margin-left: 40%;
}


.endless_ych_section .img-box img {
  width: 100%;
}

.endless_ych_section .detail-box {
  text-align: left;
  padding: 35px 45px;
  margin-top: 22%;
  min-width: 500px;
}

.endless_ych_section .col-md-5-ych {
  background-color: lightgray;
  border-radius: 0 25px 25px 0;
}

.endless_ych_section .detail-box .heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: left;
}

.endless_ych_section .detail-box p {
  margin-top: 10px;
}

.endless_ych_section .detail-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #313131;
  border: 1px solid #313131;
  color: #ffffff;
  margin-top: 10px;
  border-radius: 50px;
}

.endless_ych_section .detail-box a:hover {
  background-color: transparent;
  color: #313131;
}

.endless_ych_hr {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 1683px) {
  .endless_ych_section .col-md-5-ych {
    background-color: lightgray;
    border-radius: 0;
    margin-left: 20%;
  }
}

@media (max-width: 1116px) {
  .endless_ych_section .detail-box {
    text-align: left;
    padding: 35px 45px;
    margin-top: 22%;
  }
}

@media (max-width: 768px) {
  .endless_ych_section .img-box {
    margin-left: 0%;
  }

  .endless_ych_section .col-md-5-ych {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 0 0 0 0;
    margin-left: 0;
  }

  .brand_box {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand_box .navbar-brand span {
    font-size: 44px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #474747;
    border-radius: 25px;
    padding: 15px 120px;
    opacity: 80%;
  }
}



.gallery_section .heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.gallery_section .heading_container hr {
  width: 20%;
  height: 1px;
  border: none;
  margin: 0;
  margin-right: 10px;
  background-color: #b7b7b7;
}

.gallery_section .heading_container h2 {
  margin: 0;
}

.gallery_section .gallery_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-evenly;
  align-items: center;
}

.gallery_section .gallery_container .box {
  -webkit-box-flex: 0;
  margin: 1%;
  position: relative;
  overflow: hidden;
  border: 2px solid #ccc;
  /* Couleur et largeur de la bordure */
  border-radius: 8px;
  /* Ajoute un peu de courbure aux coins */
  padding: 8px;
  box-sizing: border-box;
  /* Garantit que la taille totale inclut la bordure */
  transition: transform 0.3s ease, filter 0.3s ease;
  /* Animation de transformation et de filtre avec une transition fluide */
}


.gallery_container {
  min-height: 300px; /* Ajustez cette hauteur selon la taille moyenne de votre contenu */
  position: relative;
  overflow: hidden;
}

.gallery_container.loading::after {
  content: "Loading...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  color: #aaa;
  text-align: center;
}

.gallery_section .gallery_container .box img {
  max-width: 400px;
  width: 100%;
}

.gallery_section .gallery_container .box .link_box {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #252525;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery_section .gallery_container .box .link_box h5 {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.gallery_section .gallery_container .box .link_box a {
  display: inline-block;
  padding: 7px 35px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 15px;
}

.gallery_section .gallery_container .box .link_box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.gallery_section .gallery_container .box:hover .link_box {
  top: 0;
  opacity: 0.9;
}

/* S'assurer que la pagination s'affiche bien sous la galerie */
.pagination {
  text-align: center;
  margin-top: 20px;
  /* Un peu d'espace entre la galerie et la pagination */
  clear: both;
  /* S'assurer qu'elle ne se place pas à côté des éléments flottants */
}

.pagination a,
.pagination .current {
  margin: 0 5px;
  padding: 8px 12px;
  text-decoration: none;
  color: #040000;
  border-radius: 3px;
}

.pagination .current {
  background-color: #040000;
  color: #fff;
}


.table-milk {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 3px solid #353535;
}

.table-milk tr {
  border-bottom: 2px solid #353535;
}

thead th:nth-child(1) {
  width: 30%;
}

thead th:nth-child(2) {
  width: 20%;
}

thead th:nth-child(3) {
  width: 15%;
}

thead th:nth-child(4) {
  width: 35%;
}

th,
td {
  padding: 20px;
}



.client_section .heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.client_section .heading_container hr {
  width: 20%;
  height: 1px;
  border: none;
  margin: 0;
  margin-left: 10px;
  background-color: #b7b7b7;
}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 85%;
  margin: auto;
}

.client_section .client_container .img-box {
  width: 175px;
  border-radius: 100%;
}

.client_section .client_container .zarioly_drawing_progress {
  max-width: 600px;
  width: auto;
  border-radius: 100%;
}

.client_section .client_container .zarioly_drawing_progress img {
  width: 100%;
}

.client_section .client_container .img-box img {
  width: 100%;
}

.client_section .client_container .detail-box {
  margin-top: 25px;
}

.client_section .client_container .detail-box h5 {
  color: #1d1b28;
  margin-bottom: 15px;
}

.client_section .client_container .detail-box p {
  color: #1d1b28;
  margin: 20px;
}

.client_section .client_container .detail-box p img {
  width: 25px;
  margin: 3px 10px;
}

.client_section .client_container .detail-box img {
  width: 60px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #313131;
  opacity: 1;
  top: 28%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #000000;
}

.client_section .carousel-control-prev {
  background-image: url(../images/prev.png);
  left: 15%;
}

.client_section .carousel-control-next {
  background-image: url(../images/next.png);
  right: 15%;
}

/* end client session */

/* game section */
.game_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.game_section .box .detail-box h2 {
  font-weight: bold;
  font-size: 3rem;
  text-transform: uppercase;
}

.game_section p {
  margin-bottom: 0;
  text-align: justify;
  width: 98%;
}

.game_section .box .img-box img {
  max-width: 100%;
}

.game_section .box .btn-box {
  margin-top: 25px;
}

.game_section .box .btn-box a {
  display: inline-block;
  padding: 8px 40px;
  background-color: #313131;
  border: 1px solid #313131;
  color: #ffffff;
}

.game-tab-1 h2 {
  text-decoration: underline;
}

.game_section .box .btn-box a:hover {
  background-color: transparent;
  color: #313131;
}

.game_section .container .row .game-tab-2 {
  margin-top: 2.9rem;
}

.game-video {
  max-width: 100%;
  height: auto;
}

@media (max-width: 720px) {
  .game-video {
    width: 100%;
  }
}

.purchase-game-button {
  display: block;
  width: 300px;
  padding: 10px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #252525;
  color: white;
  border: none;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}

.purchase-game-button:hover {
  background-color: #6c757d;
}

/* end game section*/

/* contact section */
.contact_section {
  position: relative;
}

.contact_section .heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.contact_section .heading_container hr {
  width: 20%;
  height: 1px;
  border: none;
  margin: 0;
  margin-right: 10px;
  background-color: #b7b7b7;
}

.contact_section .heading_container h2 {
  margin: 0;
}

.contact_section input::-webkit-input-placeholder {
  color: #000;
}

.contact_section input:-ms-input-placeholder {
  color: #000;
}

.contact_section input::-ms-input-placeholder {
  color: #000;
}

.contact_section input::placeholder {
  color: #000;
}

.contact_section input {
  border: none;
  outline: none;
  height: 45px;
  width: 100%;
  margin: 10px 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  padding-left: 15px;
}

.contact_section input::-webkit-input-placeholder {
  color: #ac9784;
  text-transform: uppercase;
  font-size: 15px;
}

.contact_section input:-ms-input-placeholder {
  color: #ac9784;
  text-transform: uppercase;
  font-size: 15px;
}

.contact_section input::-ms-input-placeholder {
  color: #ac9784;
  text-transform: uppercase;
  font-size: 15px;
}

.contact_section input::placeholder {
  color: #ac9784;
  text-transform: uppercase;
  font-size: 15px;
}

.contact_section input.message_input {
  height: 100px;
}

.contact_form-container {
  padding: 15px 15px 15px 0;
}

.contact_form-container button {
  border: none;
  background-color: #fd9e2e;
  color: #fff;
  padding: 10px 55px;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 35px;
}

.map_container {
  height: 350px;
}

.map_container .map-responsive {
  height: 100%;
}

/* contact section */
/* info section */
.info_section {
  background-color: #2e2e2e;
  color: #ffffff;
}

.info_section h6 {
  font-weight: bold;
}

.info_section .info_logo h2 {
  font-size: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.info_section .info_contact {
  margin-top: 60px;
  margin-bottom: 45px;
}

.info_section .info_contact .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info_section .info_contact a {
  color: #ffffff;
}

.info_section .info_contact img {
  max-width: 100%;
  margin-right: 10px;
}

.info_section .info_form {
  margin: 0 auto;
  margin-bottom: 45px;
}

.info_section .info_form h4 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_section .info_form form input {
  background-color: #ffffff;
  border: none;
  -webkit-box-flex: 2.5;
  -ms-flex: 2.5;
  flex: 2.5;
  outline: none;
  color: #000000;
  min-height: 42.4px;
  padding-left: 15px;
}

.info_section .info_form form input ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input :-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input ::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input ::placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  padding: 9px 30px;
  background-color: #f89e12;
  border: 1px solid #f89e12;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
}

.info_section .info_form form button:hover {
  background-color: transparent;
  color: #f89e12;
}

.info_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_social img {
  width: 35px;
  margin-right: 8px;
}

/* end info section */

/* footer section*/
.footer_section {
  background-color: #333;
  padding: 20px 15px;
  margin-top: 50px;
}

.footer_section p {
  margin: 0;
  text-align: center;
  color: white;
}

.footer_section a {
  color: lime;
  text-decoration: underline;
}

.footer_section a:hover {
  color: rgb(133, 255, 108);
  text-decoration: underline;
}

.footer_section a:active {
  color: rgba(0, 255, 115, 0.575);
  text-decoration: underline;
}

/* end footer section*/


/* CSS pour styliser le champ mot de passe */

form {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.password-container {
  position: relative;
  display: flex;
  align-items: center;
}

.password-container button {
  right: 5px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.submit_button_green {
  background-color: lightgreen;
  /* Définir la couleur de fond */
  color: white;
  /* Couleur du texte */
  border: none;
  /* Enlever la bordure */
  padding: 10px 20px;
  /* Ajouter de l'espace autour du texte */
  font-size: 16px;
  /* Taille de la police */
  cursor: pointer;
  /* Afficher un curseur en forme de main au survol */
  border-radius: 5px;
  /* Arrondir les bords */
  transition: background-color 0.3s ease;
  /* Ajouter une animation lors du survol */
}

.submit_button_green:hover {
  background-color: green;
  /* Changer la couleur de fond au survol */
}


.submit_button_blue {
  background-color: blue;
  /* Définir la couleur de fond */
  color: white;
  /* Couleur du texte */
  border: none;
  /* Enlever la bordure */
  padding: 10px 20px;
  /* Ajouter de l'espace autour du texte */
  font-size: 16px;
  /* Taille de la police */
  cursor: pointer;
  /* Afficher un curseur en forme de main au survol */
  border-radius: 5px;
  /* Arrondir les bords */
  transition: background-color 0.3s ease;
  /* Ajouter une animation lors du survol */
}

.submit_button_blue:hover {
  background-color: darkblue;
  /* Changer la couleur de fond au survol */
}


.submit_button_red {
  background-color: red;
  /* Définir la couleur de fond */
  color: white;
  /* Couleur du texte */
  border: none;
  /* Enlever la bordure */
  padding: 10px 20px;
  /* Ajouter de l'espace autour du texte */
  font-size: 16px;
  /* Taille de la police */
  cursor: pointer;
  /* Afficher un curseur en forme de main au survol */
  border-radius: 5px;
  /* Arrondir les bords */
  transition: background-color 0.3s ease;
  /* Ajouter une animation lors du survol */
}

.submit_button_red:hover {
  background-color: darkred;
  /* Changer la couleur de fond au survol */
}

label {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 8px;
  display: block;
}

select,
input[type="file"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.alert_error {
  padding: 15px;
  background-color: #f44336;
  color: white;
  margin-bottom: 20px;
  border-radius: 4px;
}

.alert_success {
  padding: 15px;
  background-color: greenyellow;
  color: black;
  margin-bottom: 20px;
  border-radius: 4px;
}

.alert_info {
  padding: 15px;
  background-color: yellow;
  color: black;
  margin-bottom: 20px;
  border-radius: 4px;
}

/* Style de base pour l'accordéon */
.accordion {
  margin-bottom: 20px;
}

/* Style du bouton d'accordéon (qui est cliquable) */
.accordion_button {
  background-color: #4CAF50;
  color: white;
  padding: 15px;
  text-align: left;
  font-size: 18px;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.accordion_button:hover {
  background-color: #45a049;
}

/* Style du contenu de l'accordéon */
.accordion_content {
  padding: 20px;
  background-color: #f9f9f9;
  display: none;
  border-radius: 5px;
  margin-top: 10px;
}

/* Affichage du contenu lorsqu'il est déployé */
.accordion_content.show {
  display: block;
}

/* Flèche pour signaler l'ouverture/fermeture */
.arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
}

/* Rotation de la flèche quand l'accordéon est ouvert */
.accordion_button.active .arrow {
  transform: rotate(180deg); /* Rotation de la flèche de 180° */
}

