@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
#_desktop_search {
  flex-grow: 1 !important;
  /* Prend tout l'espace disponible */
  margin: 0 40px !important;
  /* Ajoute un peu d'air entre logo et boutons */
  display: flex !important;
  margin-right: 15px !important;
  /* Petit espace avant les boutons */
  order: 1 !important;
  justify-content: center !important;
}
#_desktop_user_info,
#_desktop_cart,
#_desktop_language_selector {
  order: 2 !important;
  /* Ils passent après la recherche */
  flex-shrink: 0 !important;
  /* On ne les écrase pas */
  white-space: nowrap;
}
a {
  color: #EA533C;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem !important;
  background-image: radial-gradient(circle, #d0d0d0 1px, transparent 1px) !important;
  background-size: 20px 20px!important;
}
.bb-orange {
  border-bottom: 2px solid #EA533C !important;
}
.block_newsletter .btn {
  background-color: #EA533C !important;
  color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.breadcrumb {
  display: none !important;
}
.breadcrumb-wrapper {
  display: none !important;
}
.btn-primary {
  background-color: #1B2A41 !important;
  border: 1px solid #1B2A41 !important;
  color: white!important;
}
.btn-primary:hover {
  background-color: black!important;
  border: 1px solid black!important;
  color: white!important;
}
.btn-primary:hover.btn-circle-viewer3d {
  background-color: #EA533C !important;
  border: 1px solid #EA533C !important;
}
.btn-circle-viewer3d {
  order: 2;
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  width: 3rem;
  height: 3rem;
}
.carousel .carousel-control-prev {
  left: 1.5rem;
}
.carousel .carousel-control-next {
  right: 1.5rem;
}
.cart__item .product-line__actions a:after {
  background: none;
}
#circle-filters {
  background-color: #1B2A41 !important;
  width: 100%;
  color: #f3f3f3;
}
#circle-filters button {
  background-color: #f8f8f8;
  color: #1B2A41;
  width: 100%;
  font-size: 0.9rem !important;
  /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
}
.circle-nav-wrapper {
  display: flex;
  justify-content: center;
  margin: 10px 0 0 0;
}
.circle-nav-wrapper .circle-nav-item {
  text-align: center;
  border-bottom: 3px solid #1B2A41;
}
.circle-nav-wrapper .circle-nav-item.active {
  border-bottom: 3px solid #EA533C;
}
.circle-nav-wrapper .circle-nav-item.active p {
  color: #EA533C;
}
.circle-nav-wrapper .circle-nav-item.active img {
  filter: invert(48%) sepia(68%) saturate(3085%) hue-rotate(334deg) brightness(95%) contrast(92%);
  transition: filter 0.2s;
  mix-blend-mode: multiply;
}
.circle-nav-wrapper .circle-nav-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  transition: transform 0.2s;
}
.circle-nav-wrapper .circle-nav-item img:hover {
  transform: scale(1.1);
}
.circle-card {
  background-color: #ffffff;
  border: 1px solid #ECE8DE;
}
.custom-grade-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none !important;
}
.custom-stars i {
  font-size: 16px;
  vertical-align: middle;
  color: #EA533C;
}
.custom-nb-comments {
  font-size: 16px;
  color: #666;
  font-family: sans-serif;
}
.custom-stars-display .fa-star {
  color: #c3c3c3;
}
.custom-stars-display[data-grade="1"] .fa-star:nth-child(1),
.custom-stars-display[data-grade="2"] .fa-star:nth-child(-n+2),
.custom-stars-display[data-grade="3"] .fa-star:nth-child(-n+3),
.custom-stars-display[data-grade="4"] .fa-star:nth-child(-n+4),
.custom-stars-display[data-grade="5"] .fa-star:nth-child(-n+5) {
  color: #EA533C;
}
.custom-wishlist-button {
  background-color: white!important;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  right: 6px!important;
  top: 6px!important;
}
.custom-wishlist-button i {
  font-size: 1.2rem;
}
.custom-wishlist-button:hover {
  background-color: #EA533C !important;
  opacity: 1!important;
}
.custom-wishlist-button:hover i {
  color: white!important;
}
.form-select {
  font-size: 0.9rem !important;
}
.header-block__action-btn {
  position: relative !important;
}
.header-block__badge {
  position: absolute !important;
  top: -5px !important;
  right: 0 !important;
  background: #1B2A41 !important;
  color: white !important;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 10px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
}
.header-logo-top {
  margin-right: 20px !important;
  flex: 0 0 auto !important;
}
.header-logo-top img {
  max-height: 70px !important;
  /* On réduit le logo comme tu voulais */
  width: auto !important;
}
.header-top {
  background-color: #f8f8f8 !important;
  border-bottom: 1px solid #ECE8DE !important;
}
.header-top-desktop {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between;
  /* Espace le logo des boutons */
  width: 100%;
}
.header-top__right {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  justify-content: flex-start !important;
}
.header-top__right .d-flex.align-items-center.gap-3 {
  flex-shrink: 0 !important;
  /* Empêche les icônes de s'écraser */
  flex-grow: 1 !important;
  /* Ce bloc prend maintenant TOUTE la place restante */
  display: flex !important;
  justify-content: space-between;
  /* Espace la recherche des icônes */
  align-items: center !important;
}
input {
  background-color: #ECE8DE !important;
}
.filter-block {
  background-color: #1B2A41;
  color: white;
}
.filter-block.hover {
  background-color: #EA533C;
  color: white;
}
.filter-block .material-icons {
  color: white;
}
.footer .footer__main {
  background-color: #1B2A41 !important;
}
.footer .link-secondary,
.footer .text-secondary {
  color: #969fa7 !important;
}
.form-check input {
  background-color: #ECE8DE !important;
}
.form-check input:checked {
  background-color: #EA533C !important;
}
.fs-9 {
  font-size: 0.9rem !important;
}
.fs-8 {
  font-size: 0.8rem !important;
}
.fs-7 {
  font-size: 0.7rem !important;
}
.fullscreen-iframe {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  /* Important pour voir le fond avant le chargement */
  position: relative;
  z-index: 1;
}
.iframe-container {
  width: 100%;
  height: 100%;
  /* On définit l'image de fond ici */
  background-image: url('/img/logo-1773780364.jpg');
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  position: relative;
}
.page-product #product-comments-list .comment {
  border-bottom: 0;
}
.product__images__modal-opener {
  transition: 0.2s ease-out;
}
.product__images__modal-opener:hover {
  background-color: #EA533C;
  color: white;
}
#product-comments-list-header {
  padding: 0!important;
}
.product__col {
  padding-left: 0!important;
}
.product-miniature .product-miniature__title {
  font-size: 1rem!important;
  color: #1B2A41;
}
.product-miniature .product-miniature__image-container {
  border-radius: 0;
}
.product-miniature .product-miniature__image-container .card-img,
.product-miniature .product-miniature__image-container .card-img-top {
  border-radius: 10px 10px 0 0;
}
.product-miniature .product-miniature__infos {
  background-color: white!important;
}
.product-miniature .product-miniature__infos .product-miniature__infos__top {
  background-color: white!important;
}
.product-miniature .product-miniature__infos .product-miniature__infos__bottom {
  background-color: white!important;
}
.product-miniature .product-miniature__infos .product-miniature__infos__bottom .product-miniature__prices {
  font-size: 1.2rem;
}
.products-sort-order {
  background-color: white;
}
.product-miniature__image-container picture img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
.rs-link {
  color: black;
}
.rs-link:hover {
  color: #EA533C;
}
#search_filters_wrapper.left-block {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
#search_widget {
  width: 80% !important;
  display: flex !important;
  justify-content: center !important;
}
#search_widget form {
  width: 80% !important;
  display: flex;
  align-items: center;
  position: relative;
}
#search_widget input[type="text"] {
  width: 80% !important;
  height: 38px;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 0 15px 0 35px !important;
}
#search_widget i.search {
  position: absolute !important;
  z-index: 10 !important;
  top: 25% !important;
  transform: translateY(-50%) !important;
  pointer-events: none;
  color: #1B2A41;
  font-size: 20px;
  line-height: 1;
}
.share-btn {
  color: #1B2A41;
}
.share-btn:hover {
  color: #EA533C;
}
.thumbnails__container img {
  cursor: pointer;
}
.thumbnails__container .thumbnail.active img {
  border-color: #EA533C !important;
}
.thumbnail-container:hover img,
.product-miniature:hover img,
.product-miniature__image:hover {
  transform: none !important;
}
.wishlist-button-add {
  background-color: white !important;
  border: 1px solid #ECE8DE !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 35px !important;
  width: 35px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
  position: absolute !important;
  z-index: 5 !important;
  right: 6px !important;
  top: 6px !important;
}
.wishlist-button-add[data-active="true"] {
  background-color: #EA533C !important;
  border-color: #EA533C !important;
}
.wishlist-button-add[data-active="true"] i.material-icons::before {
  color: white !important;
}
.wishlist-button-add:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.wishlist-button-add i.material-icons {
  font-size: 0 !important;
  color: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wishlist-button-add i.material-icons::before {
  font-family: "Font Awesome 6 Free" !important;
  font-size: 18px !important;
  content: "\f004" !important;
  display: inline-block !important;
  color: #afafaf !important;
  transition: color 0.2s ease;
  font-weight: 900 !important;
  line-height: 1 !important;
}
