/* Thème - surcharge Bootstrap */

/******************* FONTS *******************/

@font-face {
  font-family: 'Aquiline';
  src: url('../fonts/AquilineTwo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lora';
  src: url('../fonts/new/Lora.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OptimusPrinceps';
  src: url('../fonts/OptimusPrinceps.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Belgiano';
  src: url('../fonts/new/Belgiano.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand_Book';
  src: url('../fonts/Quicksand_Book.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'test';
  src: url('../fonts/OldNewspaperTypes.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/******************* COULEURS *******************/

:root {

  /*  Couleurs d'accent */
  --color-gold: #c9a227;
  --color-royal-blue: #4169e1;
  --color-royal-blue-dark: #27408b;

  /* Couleurs neutres */
  --color-bg: #fff8f3;
  --color-bg-light: #fff8f5;
  --color-bg-beige: #f9ece5;
  --color-text: #2e2e2e;
  --color-text-light: #fdf4ef;

}


/******************* GENERAL *******************/

body {
  background-color: var(--color-bg) !important;  /* ou #fdf4ef si tu veux encore plus clair */
  color: #0f1f1b !important; /* ton noir principal */
  font-family: 'Lora', serif !important;
}

h2, .h4 {
  font-family: 'Aquiline', serif !important;
  font-size: 2rem;
  margin-bottom: 3rem;
}

.h3, .h2, .left-block__title__link {
  font-family: 'Aquiline', serif !important;
  font-size: 2rem;
}

#content-wrapper {
  padding-bottom: 0;
}

.hand-title {
  display: flex;
}

.hand-title a {
  justify-content: center;
  align-items: end;
  display: flex;
  margin-right: 0.5rem;
}

.hand-title img.hand {
  width: 4rem;
}

#index .best-sellers-products .section-title {
  margin-top: 0 !important;
}

#index .new-products .section-title {
  margin-top: -1rem !important;
}



/******************* Blocs de contenu *******************/

.container, section {
  background-color: var(--color-bg) !important;
}

.container-md {
  max-width: 1400px !important;
}

.table-wrapper, .table-wrapper table tbody td, .table-wrapper table tbody th {
  background : var(--color-bg-beige) !important;
}

.tbody, td, tfoot, th, thead, tr {
  border-color: white !important;
  background-color: var(--color-bg-beige) !important;
}




/******************* HEADER *******************/

.header-top, .header-bottom, .breadcrumb__wrapper, .menu-container, .search-widgets__results, .card-footer, .email-subscription, .footer__main, .footer {
border: none;
background-color: var(--color-bg) !important;
background: var(--color-bg) !important;
}

.header-top-desktop {
  padding-top: 1rem !important;
}

@media only screen and (max-width: 768px) {
  .header-top-desktop {
    padding-top: 0.25rem !important;
  }
}

.header-bottom {
  margin-top: -3.65rem !important;
}

@media only screen and (max-width: 768px) {
  .header-bottom {
    margin-top: 0rem !important;
  }
}

#_desktop_search {
  order: initial !important;
}


@media only screen and (max-width: 768px) {
  .menu__list {
    font-size: 1.5rem
  }
  .main-menu__mobile .menu a {
    padding: .7rem;
  }
}

.main-menu__tree>li .menu-container {
  border-top: 1px solid var(--color-bg) !important;
}

#header {
  border-bottom: 1px solid var(--color-bg) !important;
}

.header-top {
  border-top: 1px solid var(--color-bg) !important;
  border-bottom: 1px solid var(--color-bg) !important;
}

/******************* ACCUEIL *******************/

.product-miniature .product-miniature__infos__bottom {
  margin-bottom: 0 !important;
  padding-bottom: 1rem;
}

.main-menu__mobile #category-2 .material-icons {
  display: none;
}

@media (min-width: 1025px) {
  #top-menu #category-2 {
    display: none !important
  }
}

.featured-products .section-title {
  margin-top: 0!important;
}

.author {
  font-family: 'Aquiline', serif !important;
}



/******************* PROMO *******************/


.promo-sticky {
	font-family: 'Lora';
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	margin: auto;
	/*display: flex;*/
	display: none;
	align-items: center;
	gap: 12px;
	justify-content: center;
	padding: 12px 16px;
	background: var(--color-bg);
	box-shadow: 0 -6px 20px rgba(0, 0, 0, .08);
}

/* image */
.promo-sticky__icon {
	width: 50px !important;
	height: 50px !important;
	object-fit: contain;
	flex: 0 0 auto;
}

/* texte */
.promo-sticky__text {
	font-size: 18px;
	line-height: 1.3;
	strong {
		color: var(--color-gold);
	}
}

/* pour éviter que le bandeau cache le bas de page */
body {
	padding-bottom: 64px;
}

@media (max-width: 480px) {
	.promo-sticky {
		padding: 10px 12px;
	}

	.promo-sticky__icon {
		width: 26px;
		height: 26px;
	}

	body {
		padding-bottom: 72px;
	}
}


/******************* CAROUSEL *******************/

.ratio-homeSlider {
  min-height: 100vh !important;
  margin-top: -3.65rem !important;
}

@media only screen and (max-width: 768px) {
  .ratio-homeSlider {
    margin-top: -3rem !important;
  }
}

.carousel .carousel-control-prev, .carousel .carousel-control-next {
  display: none !important;
}


.carousel .carousel-caption {
  color: #fdf4ef !important;
  z-index: 10 !important;
  text-align: center !important;
  max-width: 75% !important;
  top: 65% !important;
}

.carousel .carousel-caption h2 {
  font-size: 2.5rem;
  font-family: 'OptimusPrinceps' !important;
}

@media only screen and (max-width: 768px) {
  .carousel .carousel-caption h2 {
    font-size: 2rem !important;
  }
}

h1.carousel-title {
  font-family: 'Aquiline', serif !important;
  font-size: 5.5rem;
  color: #fdf4ef !important;
  z-index: 10 !important;
  text-align: center !important;
  max-width: 75% !important;
  top: 35% !important;
  transform: translateY(-50%) !important;
  position: absolute !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important; /* centrage horizontal + vertical */
}

@media only screen and (max-width: 768px) {
  h1.carousel-title {
    top: 45% !important;
    font-size: 3.2rem;
    max-width: 100% !important; 
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .carousel .carousel-caption {
    top: 65% !important;
    padding-top: 3.8rem !important;
  }
}

.carousel .carousel-caption .caption-description {
  max-width: 100% !important;
}

.carousel .carousel-caption .caption-description p {
  color: #fdf4ef !important;
  z-index: 1000 !important;
  text-align: center !important;
}

.carousel .carousel-item {
  position: relative; /* important pour positionner le ::before */
}

#home-slider .carousel .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6); /* noir avec 30% de transparence */
  z-index: 1;
}

#home-slider .carousel-item:nth-child(1) img {
  object-fit: cover !important;
  object-position: 50% 45%;
  height: 100vh;
}

@media only screen and (max-width: 768px) {
  #home-slider .carousel-item:nth-child(1) img {
    object-position: 45% 50%;
  }
}

#home-slider .carousel-item:nth-child(2) img {
  object-fit: cover !important;
  object-position: 50% 10%;
  height: 100vh;
}


#home-slider .carousel-item:nth-child(3) img {
  object-fit: cover !important;
  object-position: 50% 90% !important;
  height: 100vh;
}

@media only screen and (max-width: 768px) {
  #home-slider .carousel-item:nth-child(3) img {
    object-position: 40% 90% !important;
  }
}


@media only screen and (max-width: 768px) {
  #home-slider .carousel .carousel-item img {
    height: 100vh;
  }
}

@media only screen and (max-width: 768px) {
  #product .carousel .carousel-item img {
    height: 100% !important;
  }
}

@media only screen and (max-width: 768px) {
  #home-slider h2 {
    margin-bottom: 1rem !important
  }
}



/******************* CARDS PRODUITS *******************/

.card,
.product-miniature__infos, 
.product-miniature__infos__bottom, 
.product-miniature__quickview_button, 
.product-miniature__quickview_button,
.product-miniature__infos__top,
.product-miniature__quickview  {
  background-color: var(--color-bg) !important;
}

.product-miniature {
  background-color: var(--color-bg) !important;
}

.card .quantity-button .material-icons {
  color: var(--color-royal-blue-dark) !important;
}

.product-miniature__quickview_touch i {
  color: var(--color-royal-blue-dark) !important;
}


/******************* BOUTONS *******************/

.btn-primary, .btn-outline-primary, .form-check-input:checked, .account-menu>a.active, .account-menu>a:hover {
  background-color: var(--color-royal-blue-dark) !important;
  border-color: var(--color-royal-blue-dark) !important;
  color: #fff !important;
}

.btn-primary:hover, .btn-outline-primary:hover {
  background-color: var(--color-royal-blue) !important;
  border-color: var(--color-royal-blue) !important;
  color: #fff !important;
}

.btn-primary:hover .material-icons {
  color: white !important;
}

.add-to-cart .material-icons {
  color: white !important;
}

.password-field .material-icons, .all-product-link.btn i {
  color: white !important;
}

.quantity-button input {
  background-color: var(--color-bg) !important;
  border-color: var(--color-royal-blue-dark) !important;
}

#product .increment:hover {
  color: var(--color-royal-blue) !important;
}

#product .product-actions__quantity .decrement:hover {
  color: var(--color-royal-blue) !important;
}


#product-availability {
  color: #ac1625 !important;
  margin-bottom: 1rem;
}

#product-availability .product-unavailable {
  color: #ac1625 !important;
}

.cart-voucher__offers .btn {
  color: var(--color-gold)!important;
  border: 1px solid var(--color-gold) !important;
  padding: 0.5rem !important;
}

.cart-voucher__offers .btn:hover {
  color: var(--color-royal-blue-dark)!important;
  border:  1px solid var(--color-royal-blue-dark) !important;
}


/******************* PRODUITS *******************/

.category-cover {
	display: none;
}

.product-miniature__price {
  font-family: 'Quicksand_Book';
}

.page-product .product__images__modal-opener {
  background-color:var(--color-royal-blue-dark) !important;
}

.page-product .product__images__modal-opener .material-icons {
  color: white !important;
}

#description {
  background-color: var(--color-bg) !important;
}

#product-details-heading button {
  background-color: var(--color-bg) !important;
}

.product__infos .js-product-details {
  background-color: var(--color-bg) !important;
}

#product-description-heading button {
  background-color: var(--color-bg) !important;
}

#product-features-heading button {
  background-color: var(--color-bg) !important;
}

#product-features-heading button:hover {
  color: var(--color-royal-blue) !important;
}

.info__title button:hover {
  color: var(--color-royal-blue) !important;
}

#product-details-collapse .product__details {
  background : var(--color-bg-beige) !important;
}

#product-features-collapse .product__features {
  background : var(--color-bg-beige) !important;
}

#product-features-collapse li {
  border-bottom: 4px solid var(--color-bg) !important;
}

#product-details-collapse .detail {
  border-bottom: 4px solid var(--color-bg) !important;
}

.products-selection button:hover {
  color: var(--color-royal-blue) !important;
}

#product-details-heading {
  display : none;
}

.subcategory {
  border-color: var(--color-bg-beige) !important;
}

.subcategory__name {
  text-decoration: underline;
}

.breadcrumb__wrapper {
  display: none;
}

.block-category {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .block-category {
    margin-top: 1rem;
  }
}

.video-desktop {
  margin-top: 1rem !important;
}

.subcategory__image {
  width: 4rem;
}

@media (max-width: 768px) {
  .subcategory__image {
    width: 100%;
  }
}

.page-title-section {
  display: none !important;
}

/* conteneur */
.top-page-banner {
  position: relative;
  display: block;
  overflow: hidden;
  height: 75vh;
}

@media (max-width: 768px) {
  .top-page-banner {
    height: 95vh !important;
  }
}

/* image */
.top-page-image {
  display: block;
  width: 100%;
  height: 100%; 
  object-fit: cover;
  object-position: 50% 45% !important;
}

.top-page-banner:hover .top-page-image {
  transform: none;
}

/* overlay noir via ::before sur le conteneur */
.top-page-content {
  position: relative;
  height: 75vh;
}

@media (max-width: 768px) {
  .top-page-content {
    height: 95vh !important;
  }
}


.top-page-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  pointer-events: none;
}

.top-page-title {
  font-family: 'Aquiline', serif !important;
  font-size: 7rem;
  margin-bottom: 5rem;
  margin-top: -4rem;
}

.sculpture-title {
  margin-bottom: 7rem;
}

@media (max-width: 768px) {
  .sculpture-title {
    margin-bottom: 5rem;
  }
}

/* texte centré au milieu */
.top-page-text {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(12px, 3vw, 32px);
  color: #fdf4ef;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  max-width: 100%;
  flex-direction: column;
}

.top-page-text blockquote {
  margin: 0 0 1rem 0;
  font-style: italic;
  font-size: clamp(1rem, 1.8vw, 1rem);
  line-height: 1.6;
}

.top-page-text .author {
  margin: 0;
  font-weight: 700;
  color: #c9a227;
  font-size: 1.2rem !important;
}

.js-product-list-header {
  margin-top: 2rem;
}

.top-paint {
  object-position: 45% 65% !important;
}

.top-small-sculpture {
  object-position: 50% 55% !important;
}


/* mobile */
@media (max-width: 768px) {
  .top-page-text blockquote {
    font-size: 0.9rem;
  }

  .top-page-text .author {
    font-size: 0.85rem;
  }

  .top-page-image {
    height: 100vh;
    object-fit: cover;
    object-position: 55% 50% !important;
  }
  
  .top-page-title {
    font-size: 5rem;
    margin-bottom: 4rem;
  }

  .sculpture-title {
    margin-bottom: 6rem;
  }

  .js-product-list-header {
    margin-top: 1rem;
  }
}

#product-description-heading button {
  font-size: 1.5rem;
}

#product .accordion-button:after {
  margin-top: 2rem;
}

#product-features-heading button {
  font-size: 1.5rem; 
}

.vignette {
  display: block;
  margin: auto;
  width: 12rem;
}
@media only screen and (max-width: 768px) {
  .vignette {
    width: 10rem;
    }
}

.gravure {
  width: 100%;
  height: 100%;
}

.title-vignette {
  font-family: 'OptimusPrinceps';
  font-size: 1.6rem;
  text-align: center;
  margin: auto;
  margin-top: 2rem;
  width: 100%;
  margin-bottom: 1rem;
}

.text-vignette {
  font-family: 'Aquiline', serif;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgb(45, 43, 43);
  padding-bottom: 4rem;
}

@media only screen and (max-width: 768px) {
  .text-vignette {
    padding-bottom: 3rem;
    width: 75%;
    margin: auto;
    line-height: 150%;
    margin-bottom: 1.5rem;
   }
}

@media only screen and (max-width: 768px) {
  .layout-left-column #left-column {
      padding-right: 0;
    }
}

@media (max-width: 768px) {
  .top-linen {
    object-position: 40% 50% !important;
  }
}

@media (max-width: 768px) {
  .top-sculpture {
    object-position: 45% 50% !important;
  }
}

@media (max-width: 768px) {
  .top-small-sculpture {
    object-position: 53% 50% !important;
  }
}

@media (max-width: 768px) {
  .top-big-sculpture {
    object-position: 50% 50% !important;
  }
}

.page-product .product__variants .variant .radio-variants {
  margin-top: 1rem !important;
  display: block !important;
}

/******************* LIENS *******************/

a, button, .search-result__name, .text-primary {
  color:var(--color-royal-blue-dark) !important;
  border-color: var(--color-royal-blue-dark) !important;
}

button:hover,.btn:hover {
  color: white !important;
  border-color: var(--color-royal-blue) !important;
}

a:hover {
  color: var(--color-royal-blue) !important;
  border-color: var(--color-royal-blue) !important;
}

.select-title {
  border: 1px solid var(--color-royal-blue-dark) !important;
}

#footer .art-icon h3 {
  font-size: 1.5rem !important;
  font-family: 'OptimusPrinceps', serif !important;
  margin-top: 0.5rem;
}


/******************* COMPTE *******************/

#authentication .login__register-prompt .h4 {
  padding-bottom: 2rem;
}

.account-menu>a.active .link-item, .account-menu>a.active .link-item i, .account-menu>a:hover .link-item, .account-menu>a:hover .link-item i {
  color: white !important;
}

.account-menu__back button:hover, .btn:hover {
  color: var(--color-royal-blue) !important;
 }

 @media only screen and (max-width: 768px) {
  .account-menu__back {
    margin-top: 3rem;
  }
}

.addresses__new-address i {
  background-color: var(--color-royal-blue-dark) !important;
  color: white !important;
}

#content-wrapper .page-header {
  margin-bottom: 1rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #content-wrapper .page-header {
    margin-top: 3rem;
  }
}

.login__register-prompt h2 {
  text-align: center;
}

.customer-link a span, .customer-link__link span {
  background-color : var(--color-bg-beige) !important;
  color:  var(--color-royal-blue-dark) !important;
}

.account-menu .link-item {
  color:  var(--color-royal-blue-dark) !important; 
}

.customer-link a span i, .customer-link__link span i {
  color:  var(--color-royal-blue-dark) !important; 
}

#history .table-wrapper {
  background: var(--color-bg-beige) !important;
}

/* Couleur du header du tableau */
#content-wrapper .table-wrapper table.table thead.thead-default th {
  background-color:  var(--color-bg-beige) !important;
  color: var(--color-royal-blue-dark) !important;
}

/* Couleur de fond des lignes */
#content-wrapper .table-wrapper table.table tbody tr {
  background-color:  var(--color-bg-beige) !important;
}

/* Couleur au survol */
#content-wrapper .table-wrapper table.table tbody tr:hover {
  background-color: #ececec !important;
}

#ps_checkout-displayOrderDetail .h1 {
  font-size: 2rem !important;
  padding-bottom: 1rem !important;
}

.order__header__left a {
  text-decoration: underline;
}

.order__detail__products h3 {
  font-size: 2rem !important;
  padding-top: 1rem !important;
}

.customer__messages .h3 {
  font-size: 1.5rem !important;
  padding-top: 1rem !important;
}

.order-message-form .h3 {
  font-size: 1.5rem !important;
  padding-top: 1rem !important;
}

.page-customer .border {
  border: 1px solid var(--color-bg) !important;
}

#delivery-address .card-body {
  background: var(--color-bg-beige) !important;
}

#invoice-address .card-body {
  background: var(--color-bg-beige) !important;
}

.wishlist-container-header h1 {
  font-size: 2rem !important;
  font-family: 'Aquiline', serif !important;
  margin-top: 0.5rem;
}

.wishlist-products-container-header h1 {
  font-size: 2rem !important;
}

.wishlist-products-container-header, .select-title:hover {
  color: var(--color-royal-blue) !important;
}

.wishlist-list-item-title {
  color: var(--color-royal-blue-dark) !important;
}

.wishlist-list-item-title:hover {
  color: var(--color-royal-blue) !important;
}

.addresses .card-title {
  font-size: 1.1rem !important;
}

.address {
  border: none !important;
}

.address__content {
  font-size: 1rem !important;
}

@media only screen and (max-width: 768px) {
  #order-detail .addresses .col-sm-6 {
    margin-bottom: 0 !important;
  }
}

.address, .card-body {
  background: var(--color-bg-beige) !important;
}

.address, .address__actions {
  background: var(--color-bg-beige) !important;
}

.address__edit, .address__delete {
  text-decoration: underline !important;
}

#exportDataToCsv button:hover, .btn:hover {
  color: white !important;
}

#exportDataToPdf button:hover, .btn:hover {
  color: white !important;
}

.account-menu__title {
  margin-bottom: 2rem !important;
}

#identity .account-menu__back:hover {
  color: var(--color-royal-blue) !important;
}

#addresses .account-menu__back:hover {
  color: var(--color-royal-blue) !important;
}

#history .account-menu__back:hover {
  color: var(--color-royal-blue) !important;
}

#order-slip .account-menu__back:hover {
  color: var(--color-royal-blue) !important;
}

#discount .account-menu__back:hover {
  color: var(--color-royal-blue) !important;
}

#module-psgdpr-gdpr .account-menu__back:hover {
  color: var(--color-royal-blue) !important;
}

#order-detail .account-menu__back:hover {
  color: var(--color-royal-blue) !important;
}


/******************* PANIER *******************/


#blockcart-modal #myModalLabel {
  font-family: 'Lora', serif !important;
}

@media only screen and (max-width: 768px) {
  .featured-products {
    padding-top: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .step__title-left  {
    margin-bottom: 2rem;
  }
}

.address__alias {
  font-family: 'Lora', serif !important;
  margin-bottom: 0.5rem !important;
  font-size: 1.1rem !important;
}

.cart-grid-right button:hover {
  color: var(--color-royal-blue) !important;
}

#promo-code button:hover {
  color: white !important;
}

#cart .h4 {
  margin-bottom: 2rem;
}

#order-history .table-wrapper {
  margin-top: 2rem;
}

#order-detail .table-wrapper {
  margin-top: 2rem;
}

.order-message-form h3 {
  margin-bottom: 2rem;
}

#order-detail, .addresses {
  margin-top: 2rem;
}

#order-detail, .definition-list {
  margin-top: 1rem;
}

#order-detail .h1 {
  font-family: 'Aquiline', serif !important;
}

.checkout__steps {
  margin-bottom: 0 !important;
}

.checkout__steps__item:after {
  background-color: var(--color-bg);
  color: var(--color-royal-blue-dark) !important;
}

.checkout__steps__number .checkout__steps__item:before {
  background-color: var(--color-bg);
  color: var(--color-royal-blue-dark) !important;
}

.checkout__steps--success .checkout__steps__number {
  color: white !important;
}

.checkout__steps--current .checkout__steps__number {
  color: white !important;
}

#cart .increment:hover {
  color: var(--color-royal-blue) !important;
}

#cart .decrement:hover {
  color: var(--color-royal-blue) !important;
}



/******************* COMMANDE *******************/

.checkout__steps--current:before, .checkout__steps--success .checkout__steps__number, .checkout__steps--success:after, .checkout__steps--success:before, .checkout__steps--current .checkout__steps__number {
  background : var(--color-royal-blue-dark) !important;
}

.ps_checkout-payment-option label {
  display: flex !important;
}

.checkout__steps__mobile .text-success {
  color: var(--color-royal-blue-dark) !important;
}

.progress-ring__background-circle {
  stroke: var(--color-bg) !important;
}

/*.delivery-options__container .carrier__extra-content {
  display: flex !important;
}*/

#mondialrelay_summary h4 {
  font-size: 1rem;
}

#mondialrelay_result .pull-left {
  text-align: left;
  padding-top: 0.5rem;
}

.mondialrelay_change-relay {
  float: left !important;
  margin-top: 0.5rem !important;
}

.cart-voucher button:hover {
  color: var(--color-royal-blue) !important;
}

.cart-summary__product__image {
  margin-bottom: 1rem;
}

.cart-summary__products, .cart-summary__products>p:first-of-type {
  border-bottom: 1px solid var(--color-bg-beige);
}

.cart-summary__totals {
  border-top: 1px solid var(--color-bg-beige);
}

.cart-grid__body, .cart-grid__right {
  margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
  .cart-grid__body {
    margin-top: -1rem;
  }
}

.signature-top-page {
    margin: auto;
    display: block;
    width: 6rem;
    margin-top: 1rem;
}

.signature-top-page .signature {
  margin: auto;
  display: block;
  width: 6rem;
}

.logo-top-page {
  margin: auto;
  display: block;
  width: 6rem;
  margin-bottom: -1rem;
}

.logo-top-page .logo {
  margin: auto;
  display: block;
  width: 6rem;
}

#checkout #home_content_16 {
  display: none;
}

#checkout #contact-tab:hover {
  color: var(--color-royal-blue) !important;
}


#checkout #contact-tab:hover {
  color: var(--color-royal-blue) !important;
}

@media (min-width: 1025px) {
  .logo-top-page {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .signature-top-page {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #mondialrelay_save-container {
   float: left;
  }
}

@media only screen and (max-width: 768px) {
  .carrier__extra-content-wrapper  .carrier__extra-content-wrapper--active {
    display: flex !important;
  }
}

@media only screen and (max-width: 768px) {
  .carrier__extra-content {
    display: flex !important
  }
}

@media only screen and (max-width: 768px) {
  .delivery-option__right {
    align-items: right !important;
  }
}

@media only screen and (max-width: 768px) {
  .page-history .orders .order, .page-order-detail .orders .order {
    background : var(--color-bg-beige) !important;
  }
}

@media only screen and (max-width: 768px) {
  .page-history .orders .order>div:not(:last-child), .page-order-detail .orders .order>div:not(:last-child) {
    border-bottom : 1px solid var(--color-bg) !important;
  }
}

@media only screen and (max-width: 768px) {
  #content-wrapper .page-header {
    margin-top: 1rem !important;
  }
}

@media only screen and (max-width: 768px) {
  .order__header__right .btn {
    margin-top: 2rem !important;
  }
}

#guest-tracking h3 {
  font-family: 'Aquiline', serif !important;
  margin-bottom: 2rem !important;
}

#guest-tracking button:hover, .btn:hover {
  color: white !important;
}


/******************* GADGETS *******************/

#search_widget form input {
  border: 1px solid #dee2e6;
  background-color: white;
}

.header-block__badge {
  background: var(--color-royal-blue-dark) !important;
  color: white !important;
}

.badge {
  background-color: var(--color-gold) !important;
  font-weight: bold;
}

.badge.discount {
  border: none !important;
  color: white !important;
}

.product-flags .badge.preorder {
  background-color: #b48a60; /* doré/brun clair */
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}


.wishlist-button-add {
  background-color: var(--color-royal-blue-dark) !important;
}

.wishlist-button-add i {
  color: white !important;
}

.offcanvas, .search__offcanvas {
  background-color: var(--color-bg) !important;
  color: var(--color-royal-blue-dark) !important;
}

.header-bottom .navbar-brand .logo {
  width: 60%;
}

.mobile-logo-link {
  display: block;
  width: 6rem;
  margin: auto;
  text-align: center;
  padding: 1.2rem 0;
  padding-top:0;
  border-bottom: 1px solid rgba(255,255,255,0.1); /* optionnel, pour séparer du menu */
}

@media only screen and (max-width: 768px) {
  .header-bottom .navbar-brand .logo {
   display: none;
  }  
}

.offcanvas-bottom-page a {
  width: 6rem;
  border-bottom: none;
}

.offcanvas-bottom-page img {
  width: 6rem;
  height: 100%;
  max-width: 8rem;
}

.main-menu__title {
  margin-bottom: 1rem !important;
}

.email-subscription .email-subscription__content__inputs input[type=email] {
  color: var(--color-royal-blue-dark) !important;
}


.increment:hover {
  color: var(--color-royal-blue) !important;
}

.quantity-button, .js-decrement-button:hover {
  color: var(--color-royal-blue) !important;
}

/* Instagram */

.fs-4 svg {
  height: 2.5rem !important;
}

.p-4 {
  padding-bottom: 0.5rem !important;
}

.form-select {
  background: var(--color-royal-blue-dark);
  color: white;
}

.account-menu__back:hover {
  color: var(--color-royal-blue) !important;
}

#view .select-title {
  padding: 0.2rem !important;
  margin-left: 1rem !important;
}

.search-filters .search-filters-title, #faceted-offcanvas-label {
  font-family: 'Aquiline', serif !important;
  font-size: 2rem;
  margin-bottom: 2rem;
}

#_desktop_faceted .accordion-button {
  background: var(--color-bg);
}

#_mobile_faceted .accordion-button {
  background: var(--color-bg) !important;
}

#_desktop_faceted .search-filters-subtitle button:hover, .btn:hover {
  color: var(--color-royal-blue) !important;
}

#_mobile_faceted .search-filters-subtitle button:hover, .btn:hover {
  color: var(--color-royal-blue) !important;
}

#left-column #search_filters_wrapper {
  border-bottom: none !important;
}

#left-column .left-block {
  padding-bottom: 0rem;
}

#search_filter_toggler:hover {
  color: white !important;
}

/******************* VIDEOS *******************/

#login-form > button:hover, .btn:hover {
  color: white !important;
}


/******************* VIDEOS *******************/

.video-mobile {
    width: 100%;
    height: auto;
    display: none;
  }
  
  @media only screen and (max-width: 768px) {
    .video-mobile {
      display: block;
      margin-top: 2rem;
      margin-bottom: 1rem;
      border-radius: 1%;
    }
  }

@media (min-width: 1025px) { 
  .title-video {
    text-align: center;
    margin: auto;
    margin-top: 1rem;
    font-family: 'Aquiline', serif !important;
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .title-video {
    display: none;
  }
}


/******************* Favoris *******************/

.wishlist-list .wishlist-list-item:hover {
  background : var(--color-bg-beige) !important;
}

.wishlist-modal .modal-footer .btn {
  background: white;
  border: 1px solid var(--color-royal-blue-dark) !important;
}

.wishlist-modal .modal-footer .modal-cancel:hover {
  color: var(--color-royal-blue-dark) !important;
  border: 1px solid var(--color-royal-blue) !important;
}

.wishlist-products-container-header h1 {
  font-family: 'Aquiline', serif !important;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.wishlist-list-empty {
  color: grey !important;
  font-style: italic;
}

@media only screen and (max-width: 768px) {
  .wishlist-products-container .page-content.card {
    box-shadow: none !important;
  }
}

@media only screen and (max-width: 768px) {
  #module-blockwishlist-lists .modal:not(.show) > .modal-dialog > .modal-content {
    pointer-events: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .wishlist-container .page-content.card {
    box-shadow: none !important;
  }
}

.wishlist-product-addtocart:hover {
  color: var(--color-royal-blue) !important;
}

#module-blockwishlist-lists .footer__before #home_content_16 {
  display: none;
}


/******************* CONTACT *******************/


.h5, .contact__details {
  margin-bottom: 2rem !important;
  font-size: 1.5rem;
}

.contact__title {
  margin-bottom: 2rem !important;
  font-size: 2rem !important;
}

.contact__info {
  font-size: 1rem;
} 



/******************* FOOTER *******************/

.footer .footer__main {
  padding-top: 0 !important;
  padding-bottom: 0.5rem;
}

.footer__block__title {
  color: var(--color-royal-blue-dark) !important;
}

.contact__infos {
  color: var(--color-gold) !important;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
   #footer .footer__block__title {
    margin-left: 20px !important;
  }
}

@media only screen and (max-width: 768px) {
  .footer .footer__block__toggle {
    justify-content: center !important;
  }
}

@media only screen and (max-width: 768px) {
  .footer__block__content-list a {
    text-align: center !important;
  }
}

@media only screen and (max-width: 768px) {
  #footer #contact-infos .contact__email {
    display: block !important;
    text-align: center !important;
  }
}

@media only screen and (max-width: 768px) {
  #footer #contact-infos .contact__phone {
    display: block !important;
    text-align: center !important;
  }
}



#js-product-list-footer {
  font-style: italic;
}

#contact-infos i {
  color: var(--color-royal-blue-dark) !important;
}

.contact__infos {
  display: none !important;
}

.instagram-text {
  text-align : center;
  margin-bottom: 4rem;
  font-family: 'OptimusPrinceps', serif !important;
  font-size: 1.1rem;
}

.instagram-text em {
  font-style: normal !important;
}

.email-subscription {
  margin-top: 5rem;
}

#module-psgdpr-gdpr .footer__before #static_content_wrapper #home_content_16 {
  display: none;
}

.copyright {
  margin-top: 1rem;
}

.copyright-signature {
  width: 12rem;
  display: block;
  margin: auto;
}



/******************* OUTILS *******************/

.alert-info, .checkout__steps, .bg-light, .search-result__link:hover {
  background-color : var(--color-bg-beige) !important;
  border-color: var(--color-bg-beige) !important;
}

.alert-link {
  color: black !important;
}

.alert-success {
  background: #f1f7e2 !important;
  color: black !important;
  border: 1px solid #f1f7e2 !important;
}

.alert-heading {
  margin-top: -1rem;
}

@media only screen and (max-width: 768px) {
  .alert-heading {
    text-align: center
  }
}

#cms h3 {
  font-family: 'Aquiline';
  margin-bottom: 1.5rem !important;
}

.alma-widget-container ._planButton_v4hon_29._active_v4hon_102._monochrome_v4hon_82 {
  background-color: #c9a227 !important;
  color: white !important;
}

.alma-widget-container ._planButton_v4hon_29._active_v4hon_102._monochrome_v4hon_82:hover {
  background-color: var(--color-royal-blue) !important;
  color: white !important;
}