@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
  background-color: #000000;
}

body {
  font-family: "Roboto", sans-serif;
}

.login_form {
  max-width: 600px;
}

.header-bg {
  background-image: url('../images/cadeaux-bis.jpg');
  /* Replace 'background-image.jpg' with your image file */
  background-size: cover;
  background-position: center right;
  height: 100vh;
  background-color: #000000;
}

.product-banner-link .product-banner-wrapper {
    transition: filter 0.3s ease;
}

.product-banner-link:hover .product-banner-wrapper {
    filter: brightness(0.7) grayscale(0.4);
}

.carousel-control-next, .carousel-control-prev{
  width: 10% !important;
}

.con-btn {
  border: solid thin #F9D35D;
  border-radius: 5px;
}

.fs-bigger-1 {
  font-size: 2.5rem;
}

.fs-bigger {
  font-size: 3.5rem;
}

.desc-text {
  font-size: 18px;
}

.bg-img {
  background-image: url('../images/visuel_accueil_best_Challenge.png');
  /* Replace 'background-image.jpg' with your image file */
  background-size: cover;
  /* background-position: center; */
  height: 100vh;
  background-color: #000000;
}

.login-form {
  padding: 30px;
  border-radius: 5px;
}

.text-yellow {
  color: #F9D35D !important;
}

.btn-submit {
  background-color: #F9D35D;
  color: #fff;
  border: none;
}

.btn-submit:hover {
  background-color: #fea312;
  color: #fff;
  border: none;
}

.btn-news {
  display: inline-block;
  text-decoration: none;
  background-color: #F9D35D !important;
  color: black;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-left: auto;
}

.bg-black {
  background-color: #000000 !important;
}

.yellow-bg {
  background-color: #F9D35D;
}

.fs-14 {
  font-size: 14px !important;
}

.nav-link:hover {
  color: #F9D35D !important;
}

.active {
  color: #F9D35D !important;
  font-weight: bold;
}

.nav-link {
  font-size: 1rem;
}

.navbar-top{
  background: #2D3436;
}

.navbar-brand {
  max-width: 190px !important;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 9.5rem;
}

.border-transform {
  top: 0;
  height: 100%;
  right: 0;
  transform: rotate(5deg);
}

.footer_link {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer_link li {
  display: inline;
  margin-right: 10px;
  /* Adjust spacing between list items as needed */
}

.footer_link a {
  text-decoration: none;
  color: #F9D35D;
  /* Set link color */
}

.footer {
  background-color: white;
  width: 100%;
  padding: 10px;
  /* position: absolute; */
  bottom: 0;
  text-align: center;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
}

.footer-txt {
  margin-top: 10px;
  font-size: 0.8rem;
  font-weight: 500;
}

.footer a {
  text-decoration: none;
  color: #333;
  margin: 0 5px;
}

.footer a:hover {
  text-decoration: underline;
}

.navbar-brand {
  max-width: 270px;
}

.p-custom {
  padding: 3rem;
}

.bg-light {
  color: rgb(235, 236, 238) !important;
}


@media screen and (max-width: 600px) {
  .logo {
    margin-top: 60px;
  }

  .p-custom {
    padding: 0.5rem;
  }

  .navbar-toggler {
    background-color: #fff;
  }

  .mob-nav {
    display: contents;
  }

  .fs-bigger-1 {
    font-size: 1.5rem;
  }

  .header-bg {
    background-position: center;
  }

  .fs-bigger {
    font-size: 2rem;
    margin-top: 50px;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
  background-color: #000000;
}

.login_form {
  max-width: 600px;
}

.header-bg {
  background-image: url('../images/cadeaux-bis.jpg');
  /* Replace 'background-image.jpg' with your image file */
  background-size: cover;
  background-position: center right;
  height: 100vh;
  background-color: #000000;
}

.con-btn {
  border: solid thin #F9D35D;
  border-radius: 5px;
}

.fs-bigger-1 {
  font-size: 2.5rem;
}

.fs-bigger {
  font-size: 3.5rem;
}

.desc-text {
  font-size: 18px;
}

.bg-img {
  background-image: url('../images/visuel_accueil_best_Challenge.png');
  /* Replace 'background-image.jpg' with your image file */
  background-size: cover;
  /* background-position: center; */
  height: 100vh;
  background-color: #000000;
}

.login-form {
  padding: 30px;
  border-radius: 5px;
}

.text-yellow {
  color: #F9D35D !important;
}

.btn-submit {
  background-color: #F9D35D;
  color: #fff;
  border: none;
}

.btn-submit:hover {
  background-color: #fea312;
  color: #fff;
  border: none;
}

.bg-black {
  background-color: #000000 !important;
}

.yellow-bg {
  background-color: #F9D35D;
}

.fs-14 {
  font-size: 14px !important;
}

.nav-link:hover {
  color: #F9D35D !important;
}

.color-orange {
  color: #F9D35D;
}


a {
  color: #000;
  /*font-weight: bold;*/
}

.btn-orange {
  background-color: #F9D35D !important;
  color: #000 !important;
}

.btn-orange:hover {
  background-color: #ad850c !important;
  color: #fff !important;
}

.active>.page-link,
.page-link.active {
  background-color: #F9D35D !important;
  border-color: #F9D35D !important;
}

table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:after {
  color: #F9D35D !important;
  opacity: 0.9 !important;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 10px 0;
}

.btn-dark:hover {
  background-color: #F9D35D !important;
  border-color: #F9D35D !important;
}

.btn-dark-link:hover {
  color: #fff !important;
}

a:hover {
  color: #F9D35D !important;
  font-weight: bold;
}

.box-points {
  border: 1px solid #fff !important;
  color: #fff;
}

/*.active-user{
  background-color: white !important;
}*/

.active-user a {
  color: #F9D35D !important;
  font-weight: bold;
  background-color: white !important;
}

#navbarNav {
  margin-top: 2rem;
}

.bg-grey2 {
  background: #2D3436;
}

.nav-link {
  font-size: 1rem;
}

.navbar-brand {
  max-width: 190px !important;
}

.dropdown-menu {
  background: #2D3436;
}

.dropdown-menu > li > a, .dropdown-item {
  color: #fff;
}

.dropdown-menu > li > a:hover, .dropdown-item {
  background: #2D3436 !important;
  color: #fff;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 9.5rem;
}

.footer_link {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer_link li {
  display: inline;
  margin-right: 10px;
  /* Adjust spacing between list items as needed */
}

.footer_link a {
  text-decoration: none;
  color: #F9D35D;
  /* Set link color */
}

.p-custom {
  padding: 3rem;
}

.bg-light {
  color: rgb(235, 236, 238) !important;
}

.sidebar_menus {
  list-style-type: none;
}

.sidebar_menus li {
  border-bottom: solid 1px #fff;
  margin-bottom: 10px;
}

.sidebar_menus .li-user {
  border-bottom: 0px;
  transition: background-color 0.3s, color 0.3s;
}

.sidebar_menus .li-user a {
  padding: 5px .5rem;
  display: block;
  width: 100M;
}

.sidebar_menus .li-user:hover {
  background-color: white;
  color: #fff;
}

.sidebar_menus .li-user:hover a {
  color: #fff;
}

.sidebar_menus li,
.sidebar_menus li a {
  list-style-type: none;
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
}

.sidebar_menus li a:hover {
  font-weight: bold;
  color: #fff;
}

.datepicker td,
th {
  padding: 4px 6px;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* Smooth scrolling on touch devices */
}

@media screen and (max-width: 992px) {
  .navbar-toggler {
    background-color: #fff;
  }
}

@media screen and (max-width: 600px) {
  .logo {
    margin-top: 60px;
  }

  .p-custom {
    padding: 0.5rem;
  }

  .mob-nav {
    display: contents;
  }

  .fs-bigger-1 {
    font-size: 1.5rem;
  }

  .header-bg {
    background-position: center;
  }

  .fs-bigger {
    font-size: 2rem;
    margin-top: 50px;
  }
}

.border-bottom-custom {
  border-bottom: 1px solid #999;
}

th,
td {
  font-size: 0.8rem;
}

.form-check-input:checked {
  border: 0;
}

.readonly {
  pointer-events: none;
  /* Prevent interaction */
  background-color: #e9ecef;
  /* Greyed-out background for disabled look */
  opacity: 0.6;
  /* Semi-transparent for disabled appearance */
  cursor: not-allowed;
  /* Show "not-allowed" cursor */
}

.error {
  color: #ff0000;
}

.r1 {
  font-weight: bold;
  background-color: #2D3436 !important;
}

.square-image-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1; /* Makes it square */
  overflow: hidden;
  position: relative;
}

.square-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}