


/* css Header */
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap");
:root {
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}
body {
  font-family: "Rubik", sans-serif;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
  height: -webkit-fill-available;
  color: var(--color-white-100);
  background-color: white;
}


.form-2-wrapper {
  background: white;
  padding: 40px;
  border-radius: 8px;
  width: 400px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.form-client {
  margin-top: -80px;
  background: white;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-neutral:hover {
  transform: translateY(-0.25em);
  box-shadow: 0 0 0.5em 0em #5e5e5e;
  border-color: white;
  color: rgb(0, 0, 0);
  background-color: rgb(74, 74, 153);
}

/* nouveau style */

.form-2-wrapper {
  background: #00000075;
  padding: 40px;
  border-radius: 8px;
  width: 400px;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
  box-shadow: rgb(39 61 88) 0px 5px 15px;
  color: white;
}
#btnConnect,
#btnInscription {
  color: white;
}
main {
  overflow: hidden;
}
a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
}
img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.section {
  margin: 0 auto;
  padding: 6rem 0 1rem;
}
.container {
  max-width: 75rem;
  height: auto;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.centered {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1rem;
}
.heading-xl {
  font-family: inherit;
  font-size: clamp(2.648rem, 6vw, 4.241rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
}
.heading-lg {
  font-family: inherit;
  font-size: clamp(2.179rem, 5vw, 3.176rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
}
.heading-md {
  font-family: inherit;
  font-size: clamp(1.794rem, 4vw, 2.379rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1px;
}
.heading-sm {
  font-family: inherit;
  font-size: clamp(1.476rem, 3vw, 1.782rem);
  font-weight: 600;
  line-height: 1.5;
}
.heading-xs {
  font-family: inherit;
  font-size: clamp(1.215rem, 2vw, 1.335rem);
  font-weight: 500;
  line-height: 1.5;
}
.paragraph {
  font-family: inherit;
  font-size: clamp(1rem, 2vw, 1.125rem);
  text-wrap: balance;
  color: var(--color-white-200);
}
.btn {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  user-select: none;
  outline: none;
  border: none;
  border-radius: 0.25rem;
  text-transform: unset;
  transition: all 0.3s ease-in-out;
}
.btn-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
}
.btn-darken {
  padding: 0.75rem 2rem;
  color: var(--color-white-100);
  background-color: var(--color-black-200);
  box-shadow: var(--shadow-medium);
}
.btn-neutral {
  padding: 0.75rem 2rem;
  color: var(--color-black-500);
  background-color: var(--color-white-100);
  box-shadow: var(--shadow-medium);
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.35s ease;
  background: white;
  box-shadow: var(--shadow-medium);
  padding-bottom: 10px;
}
.header.on-scroll {
  background: white;
  box-shadow: var(--shadow-medium);
}
.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1.25rem;
  width: 100%;
  height: 4.25rem;
  margin: 0 auto;
}
.brand {
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -1px;
  color: var(--color-white-100);
  text-transform: uppercase;
}
.menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 4rem 0 3rem;
  overflow: hidden;
  background-color: #ededed;
  box-shadow: var(--shadow-medium);
  transition: all 0.4s ease-in-out;
}
.menu.is-active {
  top: 0;
  width: 100%;
  height: auto;
}
.menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.25rem;
}
.menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-white-100);
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.menu-block {
  display: inline-block;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  user-select: none;
  white-space: nowrap;
  text-align: center;
  margin-left: auto;
  padding: 0.65rem 1.5rem;
  border-radius: 3rem;
  text-transform: capitalize;
  color: var(--color-white);
  background-color: var(--color-blue-600);
  box-shadow: var(--shadow-medium);
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 48rem) {
  .menu {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding: 0rem;
    margin-left: auto;
    background: none;
    box-shadow: none;
  }
  .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
    margin: 2px auto;
  }
  .menu-link {
    text-transform: capitalize;
  }
  .menu-block {
    margin-left: 2rem;
  }
}
.burger {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  order: -1;
  z-index: 10;
  width: 1.6rem;
  height: 1.15rem;
  border: none;
  outline: none;
  background: none;
  visibility: visible;
  transform: rotate(0deg);
  transition: 0.35s ease;
}
@media only screen and (min-width: 48rem) {
  .burger {
    display: none;
    visibility: hidden;
  }
}
.burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 1rem;
  transform: rotate(0deg);
  background-color: black;
  transition: 0.25s ease-in-out;
}
.burger-line:nth-child(1) {
  top: 0px;
}
.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}
.burger-line:nth-child(3) {
  top: 1rem;
}
.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}
.burger.is-active .burger-line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-135deg);
}
.banner-column {
  position: relative;
  display: grid;
  align-items: center;
  row-gap: 3rem;
}
@media only screen and (min-width: 48rem) {
  .banner-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
  }
}
@media only screen and (min-width: 64rem) {
  .banner-column {
    grid-template-columns: 1fr max-content;
    column-gap: 4rem;
    margin-top: 3rem;
  }
}
.banner-image {
  display: block;
  max-width: 18rem;
  height: auto;
  margin-top: 2rem;
  object-fit: cover;
  justify-self: center;
}
@media only screen and (min-width: 48rem) {
  .banner-image {
    order: 1;
    max-width: 20rem;
    height: auto;
  }
}
@media only screen and (min-width: 64rem) {
  .banner-image {
    max-width: 25rem;
    height: auto;
    margin-right: 5rem;
  }
}
.banner-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1.75rem;
}
.banner-links {
  position: absolute;
  top: 30%;
  right: 1.5rem;
  display: grid;
  justify-items: center;
  row-gap: 0.5rem;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 64rem) {
  .banner-links {
    opacity: 1;
    visibility: visible;
  }
}
.banner-links > * {
  font-size: 1.25rem;
  line-height: 1.25;
  color: var(--color-white-100);
}
.banner-links::before {
  position: absolute;
  content: "";
  top: -3rem;
  width: 4rem;
  height: 1.5px;
  transform: rotate(90deg);
  background: var(--color-white-100);
}
.banner-links::after {
  position: absolute;
  content: "";
  bottom: -3rem;
  width: 4rem;
  height: 2px;
  transform: rotate(90deg);
  background: var(--color-white-100);
}

/* categories */
.top-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;

  left: 10px;
}

/**/

.contact-section {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
}

.contact-icon {
  font-size: 24px;
  margin-right: 8px;
  color: #333;
}

.contact-text p:first-child {
  color: #1d4b91; /* Blue color */
  margin: 0;
  font-size: 14px;
}

.contact-text p:last-child {
  margin: 0;
  font-size: 18px;
  color: #333;
}
/* #count {
  color: black;
  font-weight: 600;
  position: relative;
  left: -7px;
  top: -5px;
} */
#count {
  background-color: #e9a328; /* Background color */
  color: #fff; /* Text color */
  padding: 0px 4px; /* Smaller padding for a compact look */
  border-radius: 50%; /* Makes it round */
  border: 1px solid #1b1b1b; /* Border with color */
  font-size: 12px; /* Smaller font size */
  font-weight: bold; /* Bold text for visibility */
  text-align: center; /* Center text */
  min-width: 20px; /* Minimum width for circular shape */
  min-height: 20px; /* Minimum height for circular shape */
  display: inline-flex; /* Inline flex to center text */
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
  position: relative;
  left: -10px;
  top: -1px;
}

#selectCat,
#inputSearch {
  margin: 0;
  padding: 0;
}

.burger.is-active .burger-line:nth-child(1) {
  background: rgb(0, 0, 0);
}
.burger.is-active .burger-line:nth-child(3) {
  background: rgb(0, 0, 0);
}

/**/
.main-content {
  margin-top: 7%;
}

.banner {
  color: #fff;
  text-align: center;
  height: 300px;
  /*height: 250px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.banner img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  z-index: -1;
}
.banner-content {
  z-index: 1;
}
.filter-reset {
  font-size: 0.9rem;
  text-decoration: underline;
  cursor: pointer;
}

#select-categorie {
  border: none;
  border-bottom: 1px solid;
}
input.form-control.input-search {
  /*width: 300px;*/
  width: 450px;
}
.card-img-product {
  height: 300px;
}

.card:hover {
  transform: scale(1.03);
}
.card {
  box-shadow: var(--shadow-medium);
  transition: transform 0.1s;
}
.product-item.col-md-4 {
  margin-bottom: 3%;
}

.product-item {
  display: flex;
  flex-direction: column;
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-body {
  flex-grow: 1;
}

/*pagination */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.pagination {
  display: inline-block;
}

.pagination a {
  color: var(--bs-dark);
  padding: 2px 10px;
  text-decoration: none;
  transition: 0.5s;
  border: 1px solid #c7c7c7;
  margin: 0 4px;
  border-radius: 5px;
}

.pagination .first a {
  padding: 2px 4px;
}
.pagination .previous a {
  padding: 2px 8px;
}

.pagination .last a {
  padding: 2px 4px;
}
.pagination .next a {
  padding: 2px 8px;
}

.pagination a.active {
  background-color: var(--bs-primary);
  color: var(--bs-light);
  border: 1px solid var(--bs-secondary);
}

.pagination a:hover:not(.active) {
  background-color: #ffc107;
}

button.btn.btn-outline-secondary.btn-sm {
  font-size: 13px;
}

img.card-img-product {
  height: 300px;
}
.pagination .current {
  color: var(--bs-dark);
  padding: 2px 10px;
  text-decoration: none;
  transition: 0.5s;
  border: 1px solid #c7c7c7;
  margin: 0 4px;
  border-radius: 5px;
  margin-top: -3px;
  font-weight: 600;
  background-color: #ffc107;
}

/*page detail product */
.product-details {
  margin-top: 20px;
}
.product-image img {
  max-width: 100%;
  height: auto;
}
.related-product img {
  max-width: 50px;
  margin-right: 10px;
}

.related-product {
  width: 90px;
  height: 90px;
}

.rating {
  display: flex;
  align-items: center;
}

.rating img {
  margin-right: 2px; /* Adjust spacing between stars as needed */
}
.product-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-family: Arial, sans-serif;
}

.quantity-selector {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 7px;
  gap: 5px;
}

.quantity-btn,
.quantity-btn-ajax {
  background: #f3f3f3;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 16px;
  cursor: pointer;
}

.quantity-selector input {
  width: 30px;
  text-align: center;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
}

.add-to-cart {
  background: #f3f3f3;
  color: #333;
  border: none;
  padding: 10px 40px;
  border-radius: 4px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  cursor: pointer;
  justify-content: center;
}

.add-to-cart .cart-icon {
  font-size: 18px;
}

.buy-now {
  background: #e2a327; /* Gold color */
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.product-item a:hover {
  text-decoration: none !important;
}
/*page detail product */

/* carousel detail*/
.product-list {
  width: 300px;
  font-family: Arial, sans-serif;
}

.product-list h2 {
  font-size: 1.2em;
  margin-bottom: 10px;
  border-bottom: 2px solid black;
  padding-bottom: 5px;
}

.products-more {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.products-more img {
  width: 100px;
  height: 112px;
  margin-right: 10px;
}

.product-details {
  display: flex;
  flex-direction: column;
}

.product-details-more p {
  margin: 0;
}

.stars {
  color: orange;
  font-size: 1.2em;
}

.stars span {
  font-family: "Arial", sans-serif;
}

/* Start upload images */
.upload-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 50px auto;
}
.upload-button {
  display: inline-block;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  background-color: #f9f9f9;
}
.upload-button:hover {
  background-color: #eaeaea;
}
.upload-button input {
  /*display: none;
  visibility: hidden; */
}
.upload-button svg {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
}
/* End upload images */
.liste-product-cart {
  display: inline-flex;
  border: 1px solid #f4f4f4;
  padding: 10px;
  margin: 5px;
}

.img-produc-cart {
  height: 75px;
  width: 90px;
  margin-top: 10px;
}

/* alert */
.alert-success {
  color: #294184 !important;
  background-color: #dddddd !important;
  border-color: #ffffff !important;
}

.chosen-container-single .chosen-single {
  padding: 4px 4px 3px 10px !important;
  height: 35px !important;
  border: 1px solid #ced4da !important;
}

.row-shop-data {
  min-height: 350px;
}

/* Default Desktop Styles */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  margin: 0 auto;
}

.burger {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.cart-icon {
  display: flex;
  align-items: center;
}

.menu {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
}
