/*
Theme Name: BonnetDeNuit
Description: Thème
Version: 1.0
Author: EKELA
Author URI:
Template: Divi
*/


/* GLOBAL */

html body {
  font-weight: 100;
  overflow-x: hidden;
}

.displayFlex {
  display: flex;
  align-items: center;
}

.pCenter {
  text-align: center;
}

.grecaptcha-badge {
  display: none !important;
}

/* FIL ARIANE */

.breadcrumb-section {
    padding-bottom: 0 !important;
    z-index: 0;
}

.breadcrumb-section .et_pb_row {
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

/* HEADER */

.et_header_style_split #et_top_search {
  float: right;
}

.hide-header {
opacity: 0;
margin-top: -200px !important;
}

.show-header {
opacity: 1;
margin-top: 0px !important;
}

#main-header {
-webkit-transition: all 0.5s ease !important;
-moz-transition: all 0.5s ease !important;
-o-transition: all 0.5s ease !important;
-ms-transition: all 0.5s ease !important;
transition: all 0.5s ease !important;
}

/*
body #global-header-section.et_pb_sticky {
  background-color: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 2px 2px 10px #CCC;
}
*/

body #global-header-section {
  background-color: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 2px 2px 10px #CCC;
}

body #global-header-section.et_pb_sticky .et_pb_menu.et_pb_menu ul li a {
  color: #000000 !important;
}

/*
body.home #global-header-section.et_pb_sticky .logoBonnetDeNuitHeader img {
  filter: invert(1);
}
*/

body:not(.home) #global-header-section .et_pb_menu.et_pb_menu ul li a {
  color: #000000 !important;
}

.nav ul li a:hover {
  background-color: transparent !important;
}

.et_pb_menu .et_pb_menu__menu > nav > ul > li.hideOrdi {
    display: none;
  }

.et_pb_menu .et-menu > li {
  padding-left: 18px;
  padding-right: 18px;
}

.et-menu a:hover {
  opacity: 1;
  font-weight: 500;
}

.et-menu li li a {
  padding: 2px 20px;
}

#page-container .et_pb_menu_0_tb_header.et_pb_menu .nav li ul {
  background-color: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(5px);
  box-shadow: none;
}

.nav li ul {
  border-top: 0 !important;
}

#page-container .ensembleMenuPrincipal .et_pb_column {
  width: auto;
}

#page-container .ensembleMenuPrincipal .et_pb_column:last-child {
  margin-left: auto;
}

/* TOP MENU */

#page-container .topMenuIconRight {
  padding-right: 0 !important;
}

#page-container #menu-menu-top .sub-menu {
  background-color: #FFFFFF !important;
}

#page-container #menu-menu-top .sub-menu li a {
  color: #000000 !important;
  line-height: 1em;
  font-size: 14px;
}



/* MENU MOBILE */

@media screen and (max-width: 768px) {

  #global-header-section {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 0 !important;
  }

  .mob-menu-header-holder {
    top: 16px;
  }

  .ensembleMenuPrincipal {
    padding: 0 !important;
  }

  .logoBonnetDeNuitHeader {
    top: 10px;
  }

  .promo-countdown-banner div {
    display: block !important;
  }


}


.mobmenur-container {
  top: 10px;
}

.mob-menu-header-holder {
  z-index: 99999;
  width: 60px !important;
}

.mobmenu-content #mobmenuright .sub-menu a {
  text-transform: inherit;
  font-weight: 300;
  font-size: 18px;
  padding: 0;
}

.mobmenu-content li > .sub-menu li {
  padding-left: 20px;
  margin-bottom: 10px;
}


/* HOME ENTREES */

.entreesHome {
  overflow: hidden;
}

.entreesHome .et_pb_column {
  height: 100vh;
  transition: all 0.3s ease;
}

.homeEntrees .blocTxt {
  width: 100%;
  font-size: 28px;
  font-weight: 900;
  color: #FFFFFF;
  bottom: 12%;
  opacity: 0;
  transition: all 0.3s ease;
}

.homeEntrees .blocTxt p {
  padding-bottom: 2em;
  transition: all 0.3s ease;
}

.homeEntrees .et_pb_column:hover .blocTxt {
  opacity: 1;
}

.homeEntrees .et_pb_column:hover {
  transform: scale(1.02);
}


.homeEntrees .et_pb_column:hover .blocTxt p {
  padding-bottom: 1.7em;
}

.homeEntrees .blocTxt a {
  display: inline-block;
  font-size: 16px;
  font-weight: 100;
  color: #FFFFFF;
  background-color: #000000;
  padding: 10px 25px;
}


/* Swiper Produits home */

.produit-container {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.produit-image {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}
.produit-overlay {
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    transition: opacity 0.3s ease;
}
.produit-container:hover .produit-overlay {
    opacity: 1;
}
.btn-voir-produit {
    margin-top: 15px;
    padding: 10px 20px;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: background 0.3s;
}
.btn-voir-produit:hover {
    background: #f0f0f0;
}


/* MISE EN AVANT HOME */

#page-container .sliderHomeMiseEnAvant .carousel-slider__caption {
  position: absolute;
  bottom: 5%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease;
}

#page-container .sliderHomeMiseEnAvant .carousel-slider__item:hover .carousel-slider__caption {
  display: block;
  opacity: 1;
}

#page-container .sliderHomeMiseEnAvant .carousel-slider__caption h4 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 900;
}

#page-container .sliderHomeMiseEnAvant .carousel-slider__caption .title .first-word {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 32px;
  font-weight: 100;
  display: block;
}



#page-container .sliderHomeMiseEnAvant .carousel-slider__caption p {
  color: #FFFFFF;
  font-size: 22px;
  margin-top: 0px;
}


#page-container .sliderHomeMiseEnAvant .carousel-slider__item img {
  transition: all 0.3s ease;
}

#page-container .sliderHomeMiseEnAvant .carousel-slider__item:hover img {
  filter: brightness(0.6);
}

#page-container .sliderHomeMiseEnAvant .carousel-slider__item .carousel-slider__caption:after {
  content: "Je découvre →";
  color: #FFFFFF;
  opacity: 1;
  display: block;
  text-align: center;
  font-size: 22px;
  margin-top: 20px;
  font-weight: 400;
}


/*
#page-container .sliderHomeMiseEnAvantAccessoires .swiper-slide:nth-child(2) .carousel-slider__item .carousel-slider__caption:after {
  content: "Je découvre les chouchous →";
}

#page-container .sliderHomeMiseEnAvantAccessoires .swiper-slide:nth-child(3) .carousel-slider__item .carousel-slider__caption:after {
  content: "Je découvre le filet →";
}
*/





/* INFOS */

#page-container .woocommerce-info {
  color: #000000 !important;
  background-color: #FFFFFF !important;
  display: flex;
  align-items: center;
  gap: 2%;
}

#page-container .woocommerce-info a {
  font-size: 16px;
}

@media screen and (max-width: 768px) {

  #page-container .woocommerce-info {
    display: block;
    text-align: center;
  }

  #page-container .woocommerce-info a {
    margin-top: 15px;
  }

}


/* COMPTE */

.woocommerce-account .addresses .title .edit {
  float: left;
}

.woocommerce form .form-row input.input-text {
  padding: 10px 15px;
}


/* PANIER */

.xoo-wsc-sml-qty {
  display: none !important;
}

.xoo-wsc-pname {
  line-height: 18px;
}


.wc-block-components-product-details__name {
    position: relative;
    padding-right: 0.2em;
}

.wc-block-components-product-details__name::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0.5em;
    height: 100%;
    background: #fff;
}

.wc-block-components-product-details__name, .wc-block-components-product-details__value::before {
  content: ": ";
  left: 5px;
}


.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
  display: none;
}

.xoo-wsc-basket {
  background-color: #282424;
  color: #FFFFFF;
  width: 44px;
  height: 44px;
}

.xoo-wsc-basket .xoo-wsc-bki {
  font-size: 22px;
}



.xoo-wsc-items-count {
  background-color: #FF5B5B;
  color: #FFFFFF;
}


/* BOUTONS FIXE */

.btnFixeMobileAccount {
  position: absolute;
  bottom: 60px;
  right:10px;
  background-color: #282424;
  color: #FFFFFF;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnFixeMobileWishlist {
  position: absolute;
  bottom: 110px;
  right:10px;
  background-color: #282424;
  color: #FFFFFF;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}


@media (max-width: 768px) {

  .btnFixeMobileAccount, .btnFixeMobileWishlist {
    display: none;
  }

}


/* CONNEXION */

.sct-woocommerce-login,
.sct-woocommerce-register {
  margin-top: 15px;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 20px;
}


/* BOUTIQUE */

.woocommerce div.product form.cart .variations td {
  padding-bottom: 0 !important;
}

.woo-variation-swatches .grouped-variable-items .group-variable-items-name {
  display: none;
}

.woo-variation-swatches .grouped-variable-items .group-variable-item-wrapper {
  padding-left: 0;
  padding-bottom: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0 2.5% 2.992em 0;
}

.woocommerce div.product form.cart .variations .woo-selected-variation-item-name {
  font-weight: 300;
}

 #page-container .woocommerce-Button {
  font-size: 16px;
}

.woocommerce ul.products li.product a img {
  border-radius: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 100;
  padding-bottom: 0;
}

.woocommerce ul.products li.product .price {
  font-size: 18px;
  font-weight: 600;
}

.woocommerce ul.products li.product .reduction-label {
  font-weight: 400;
  color: #FFFFFF;
  background-color: #FF5B5B;
  padding: 0 10px;
}



/* FILTRES */

/* =========================
   BOUTON FILTRES (mobile)
   ========================= */

.mobile-filters-toggle {
  display: none;
}

@media (max-width: 980px) {
  .mobile-filters-toggle {
    display: block;
    z-index: 10000;

    width: calc(100% - 60px);
    max-width: 500px;
    padding: 12px 18px;
    font-size: 16px;
    border-radius: 30px;

    background: #333;
    color: #fff;
    border: none;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
  }
}

/* =========================
   BOUTON FILTRES (mobile)
   ========================= */

.mobile-filters-toggle {
  display: none;
}

@media (max-width: 980px) {
  .mobile-filters-toggle {
    display: block;
    z-index: 10000;

    width: calc(100% - 60px);
    max-width: 500px;
    padding: 12px 18px;
    font-size: 16px;
    border-radius: 30px;

    background: #333;
    color: #fff;
    border: none;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
  }
}

/* =========================
   PANNEAU FILTRES
   ========================= */

.mobile-filters-panel {
  display: block; /* ⚠️ IMPORTANT : jamais display:none */
}

@media (max-width: 980px) {
  .mobile-filters-panel {
    position: fixed;
    bottom: 0;
    left: 0;

    width: 100%;
    max-height: 80vh;
    background: #fff;
    z-index: 9999;

    padding: 20px;
    overflow-y: auto;

    transform: translateY(100%); /* caché au départ */
    transition: transform 0.35s ease;

    border-radius: 20px 20px 0 0;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.25);
  }

  .mobile-filters-panel.open {
    transform: translateY(0);
    max-height: 430px;
    overflow: auto;
    padding-bottom: 50px;
    border-radius: 0;
  }
}

/* =========================
   BOUTON FERMER
   ========================= */

.close-filters {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* =========================
   BLOQUER SCROLL PAGE
   ========================= */

.no-scroll {
  overflow: hidden;
}






.filtresModele .search-filter-input-group .search-filter-input-checkbox:nth-child(1) .search-filter-input-checkbox__label:before {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(https://www.bonnetdenuit.com/wp-content/uploads/2025/10/icon_kimia.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.filtresModele .search-filter-input-group .search-filter-input-checkbox:nth-child(2) .search-filter-input-checkbox__label:before {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(https://www.bonnetdenuit.com/wp-content/uploads/2025/10/icon_kitoko.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.filtresModele .search-filter-input-group .search-filter-input-checkbox:nth-child(3) .search-filter-input-checkbox__label:before {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(https://www.bonnetdenuit.com/wp-content/uploads/2025/10/icon_kola.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
}


.filtresModele .search-filter-input-group .search-filter-input-checkbox:nth-child(4) .search-filter-input-checkbox__label:before {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(https://www.bonnetdenuit.com/wp-content/uploads/2025/10/icon_kembo.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
}





/* Supprimer transition / hover effet sur les produits WooCommerce */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  transition: none !important;
  transform: none !important;
  box-shadow: none !important;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  transform: none !important;
  box-shadow: none !important;
}

/* Si le thème affiche une image secondaire au hover, la cacher */
.woocommerce ul.products li.product .product-thumbnail img:nth-child(2),
.woocommerce ul.products li.product img.secondary-image {
  display: none !important;
}


.et_pb_wc_product_image:hover img {
  transform: none !important;
  transition: none !important;
}

.et_overlay {
  display: none !important;
}

.woocommerce ul.products li.product .woocommerce-product-gallery__image + .woocommerce-product-gallery__image {
  display: none !important;
}


.woocommerce form .form-row input.input-text {
  font-size: 16px;
}



/* ETIQUETTE MISE EN AVANT - PROMO ETC */

.woocommerce #page-container span.onsale {
  background-color: #FFFFFF !important;
  color: #000;
  font-size: 16px;
  left: 0 !important;
  top: 15px !important;
}

body.single-product #page-container span.onsale {
  left: auto !important;
  right: 0 !important;
}


.wc-block-components-button:not(.is-link) {
  background-color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}

body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items th {
  padding: 15px;
}

body.woocommerce-cart table.wc-block-cart-items {
  border: 0;
}


.alg-wc-wl-toggle-btn:hover .alg-wc-wl-btn-text {
  color: #000000 !important;
}

.relatedProducts .alg-wc-wl-view-state {
 display: none !important;
}

.relatedProducts .related h2 {
  display: none !important;
}

.relatedProducts .related ul h2 {
  display: block !important;
}


/* FICHE PRODUIT */

.pswp__bg {
  opacity: 0.8 !important;
}

.pswp__caption__center {
  text-align: center;
}

body.single-product .woo-variation-gallery-wrapper .woo-variation-gallery-trigger {
  right: auto;
  left: .5em;
}

body.single-product .single_variation_wrap .single_variation {
  display: none !important;
}

body.single-product .single_add_to_cart_button {
  font-size: 16px !important;
}



body.single-product div.product span.price ins {
  font-size: 28px;
  font-weight: 500;
  color: #FF5B5B;
}

body.single-product div.product .reduction-label {
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #FF5B5B;
  padding: 0 10px;
}

body.single-product div.product .single_variation .price bdi {
  font-size: 28px;
  font-weight: 500;
  color: #000000;
}

body.single-product div.product .woocommerce-variation-add-to-cart {
  margin-top: 20px;
}

.woocommerce-page div.product span.price {
  color: #000000 !important;
}

.accordeonCompositionGuide a {
  background-color: #000000;
  color: #FFFFFF;
  padding: 10px 20px;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
}

.accordeonCompositionGuide a:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.accordeonCompositionGuide .et_pb_toggle_content {
  border-top: 1px solid #000000;
  margin-top: 15px;
}


.accordeonCompositionGuide .et_pb_toggle_content img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  margin-bottom: 18px;
  max-height: 44px;
  width: auto;
}

.accordeonCompositionGuide .et_pb_toggle_content p {
  line-height: 1.6;
}



table.variations tbody {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

table.variations tr {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border: none;
	margin-bottom: 0;
  width: 100%;
}

table.variations tr th.label {
	margin-bottom: 8px;
	white-space: nowrap;
}

table.variations td.value {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	table.variations tbody {
		flex-direction: column;
	}
}


/* CHECKOUT */

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator a {
  text-decoration: underline;
}




/* FILTRES */

.search-filter-label {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.search-filter-base {
  margin-bottom: 25px;
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
}

.search-filter-base:last-child {
  border: 0;
}


/* TRIS */

.tri-boutons-woocommerce {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: right;
}

.tri-button {
    padding: 8px 14px;
    border: 1px solid #000000;
    background: #FFFFFF;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}

.tri-button.active {
    background: #000000;
    color: #fff;
    border-color: #000000;
}


/* COULEURS VARIABLES */

.et_pb_wc_add_to_cart form.cart .variations td.value span::after {
  display: none;
}

.wvs-archive-variations-wrapper .blockOverlay {
  display: none !important;
}



/* FOOTER */


.footerReassurance .et_pb_text p {
  line-height: 20px;
}

.footerReassurance .et_pb_text p strong {
  display: block;
}

#page-container footer .footerLiens h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

#page-container footer .footerLiens ul {
  padding-left: 0;
}

#page-container footer .footerLiens ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
}

#page-container footer .footerLiens ul li .surbrillance {
  background-color: #000000;
  color: #FFFFFF;
  padding: 4px 13px;
  display: inline-block;
}

#page-container footer .footerLiens ul.social img {
  margin: 0 4px 0 4px;
}


/* LISTE DE SOUHAITS */

.alg-wc-wl-social {
  text-align: center;
}

.alg-wc-wl-view-table th {
  text-align: left;
}

.alg-wc-wl-view-table td {
  text-align: left !important;
}


/* GUIDE TAILLE */

.size-table {
  background-color: #000000;
  color: #fff;
  font-family: sans-serif;
  padding: 1rem;
}

.size-table table {
  width: 100%;
  border-collapse: collapse;
}

.size-table thead {
  background-color: transparent;
}

.size-table th,
.size-table td {
  padding: 12px 16px;
  text-align: center;
  border-bottom: 1px solid #000000;
}

.size-table thead th {
  font-weight: bold;
  border-bottom: 2px solid #fff;
}

/* Responsive style */
@media screen and (max-width: 768px) {
  .size-table table,
  .size-table thead,
  .size-table tbody,
  .size-table th,
  .size-table td,
  .size-table tr {
    display: block;
    width: 100%;
  }

  .size-table thead {
    display: none;
  }

  .size-table tr {
    margin-bottom: 1rem;
    border-bottom: 2px solid #fff;
    padding: 0.5rem 0;
  }

  .size-table td {
    text-align: left;
    padding: 8px 12px;
    position: relative;
  }

  .size-table td::before {
    content: attr(data-label);
    font-weight: bold;
    display: inline-block;
    width: 100px;
    color: #bbb;
  }
}

/* Bandeau défilant */


.bandeau-defilant-js {
  width: 100%;
  overflow: hidden;
  background: #FFFFFF;
  color: #000000;
  font-size: 16px;
  padding: 10px 0;
  white-space: nowrap;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
}

.marquee-track {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 35s linear infinite;
  will-change: transform;
  transform: translateZ(0);
}

.marquee-message {
  display: inline-block;
  padding-right: 100px;
}

.marquee-message a:hover {
  text-decoration: underline;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-100%); }
}

/* Pause au hover (optionnel) */
.bandeau-defilant-js:hover .marquee-track {
  animation-play-state: paused;
}

/* Accessibilité */
@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }
}


/* Bandeau promo */

.promo-countdown-banner {
  background: #FF5B5B;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
}

.promo-countdown-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.promo-text {
  font-size: 1em;
  font-weight: 400;
}

#promo-countdown-timer {
  padding: 2px 18px;
  border-radius: 8px;
  font-weight: 500;
  min-width: 160px;
}


/* RESPONSIVE */ 

@media screen and (max-width: 600px) {

    .woo-variation-product-gallery {
      width: 100%;
    }

    .bandeau-defilant-js {
      width: 80%;
    }


    .promo-text {
      font-size: 12px;
      line-height: 17px;
    }


  .logoBonnetDeNuitHeader {
    min-width: 180px;
  }


  .homeEntrees .blocTxt {
    opacity: 1;
    bottom: 0%;
  }

  
  #page-container .blocConceptionSinguliere .et_pb_row:nth-child(2) {
    padding: 0 30px;
  }


  #page-container .blocConceptionSinguliere .et_pb_row:nth-child(2) .et_pb_image {
    margin: 0 auto !important;
    max-width: 25px;
    min-width: 25px;
  }

  /*
  #page-container .blocConceptionSinguliere h2,
  #page-container .blocConceptionSinguliere p {
    text-align: left !important;
  }



  #page-container .blocConceptionSinguliere .et_pb_row:nth-child(2) .et_pb_column {
    display: flex;
    align-items: center;
  }

  */

  #page-container .sliderHomeMiseEnAvant .carousel-slider__caption {
    transform: scale(0.8);
  }
  
  #page-container .et_pb_text_0_tb_footer h2 {
    font-size: 20px;
  }

  #page-container .footerReassurance .et_pb_column {
    width: 100% !important;
    margin-right: 2%;
    margin-top: 7px;
    margin-bottom: 0;
  }

    #page-container .footerReassurance .et_pb_text p {
    font-size: 11px;
  }

  #page-container .footerReassurance .et_pb_text p strong {
    font-size: 13px;
  }


  #page-container .footerReassurance .et_pb_column img {
    max-height: 50px;
    margin-top: 10px;
  }

   #page-container .footerLiens {
    padding-bottom: 0;
  }

  #page-container .footerLiens .et_pb_column {
    width: 100% !important;
    margin-right: 2%;
    padding: 0 3%;
    margin-bottom: 0;
  }

  #page-container .footerLiens .et_pb_column .et_pb_text {
    text-align: center;
  }

 

  #page-container .footerLiens .et_pb_column.ligne,
  #page-container .footerLiens .et_pb_column:last-child {
    width: 100% !important;
    margin-right: 0%;
    padding: 0 3%;
  }

  #page-container footer .footerLiens ul li {
    font-size: 14px;
  }

  #page-container footer .footerCredits .et_pb_text {
    font-size: 11px;
    text-align: center;
  }

  #page-container footer .footerCredits .et_pb_column {
    margin-bottom: 0;
    padding: 0 15px;
  }

  #page-container footer .footerCredits .et_pb_text p {
    text-align: center !important;
  }


}

/* FAQ */

#faq .et_pb_row { align-items: flex-start; }

.faq-left-title { font-weight: 700; margin: 0 0 14px 0; }
.faq-nav { margin: 0; padding: 0; }
.faq-nav ul { list-style: none; margin: 0; padding: 0; }
.faq-nav li { border-bottom: 1px solid #282424; }
.faq-nav li:first-child { border-top: 1px solid #282424; }

.faq-nav a {
  display: block;
  padding: 12px 14px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}
.faq-nav a:hover { color: #000; }

/* Actif */
.faq-nav li.current > a {
  font-weight: 700;
  position: relative;
}
.faq-nav li.current > a::before {
  content: "›";
  position: absolute;
  left: -8px;
}

#main-content .ensembleFAQ .et_pb_accordion_item {
  background-color: #efefef !important;
  padding: 15px !important;
}

#main-content .ensembleFAQ .is-open {
  background-color: #000000 !important;
  padding: 15px !important;
}

#main-content .ensembleFAQ .is-open h5,
#main-content .ensembleFAQ .is-open p,
#main-content .ensembleFAQ .is-open p a,
#main-content .ensembleFAQ .is-open ul li,
#main-content .ensembleFAQ .is-open ul li a  {
  color: #FFFFFF !important;
}

#main-content .ensembleFAQ .is-open .et_pb_toggle_title::before {
  color: #FFFFFF !important;
  transform: rotate(-180deg);
}


@media (min-width: 981px) {

  .ensembleFAQ .faq-nav-module {
    position: sticky;
    top: 220px; 
    align-self: flex-start;
    z-index: 10;
  }

  .ensembleFAQ,
  .ensembleFAQ .et_pb_row,
  .ensembleFAQ .et_pb_column {
    overflow: visible;
  }

}







/* CONTACT */

.blocContactIcons ul {
  display: flex;
  gap: 15px;
}

.blocContactIcons ul li {
  background-color: rgba(245,245,245,0.5);
  list-style: none;
  padding: 30px;
  text-align: center;
  border-radius: 15px;
  width: 100%;
}

.blocContactIcons ul li img {
  max-width: 60px !important;
}

.blocContactIcons ul li strong {
  margin-top: 15px;
  margin-bottom: 5px;
  display: block;
}

.formulaireContact .ligneForm {
  display: flex;
  gap: 15px;
}

.formulaireContact .ligneForm p {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 15px;
}

.formulaireContact .wpcf7-text,
.formulaireContact .wpcf7-textarea {
  border: 1px solid #000000;
  padding: 8px 12px;
  font-size: 16px;
  color: #282424;
  font-family: "Geologica";
  width: 100%;
}

.formulaireContact .wpcf7-text::placeholder,
.formulaireContact .wpcf7-textarea::placeholder {
  color: #282424;
  opacity: 1;
}

.formulaireContact .wpcf7-select {
  border: 1px solid #000000;
  padding: 12px 12px;
  font-size: 16px;
  color: #282424;
  font-family: "Geologica";
  width: 100%;
  border-radius: 10px;
}

.formulaireContact .wpcf7-text {
  border: 1px solid #000000;
  padding: 8px 12px;
  font-size: 16px;
  color: #282424;
  font-family: "Geologica";
  width: 100%;
  border-radius: 10px;
}

.formulaireContact .wpcf7-submit {
  background-color: #282424;
  color: #FFFFFF;
  border: 0;
  padding: 15px 40px;
  font-size: 16px;
  cursor: pointer;
}

.formulaireContact .pCenter {
  text-align: center;
}

.formulaireContact .captcha-image {
  width: 100%;
}

.formulaireContact .captcha-image svg {
  width: 42px;
  height: 42px;
}

.formulaireContact .captcha-image label > input:checked + svg {
  border: 2px solid #282424;
}


@media screen and (max-width: 800px) {

  .blocContactIcons ul {
    display: none;
  }

  .formulaireContact .ligneForm {
    display: block;
  }

}





/*****************************/
/*      TARTE AU CITRON      */
/*****************************/

html body #tarteaucitronRoot * {
    color: #000;
}

html body #tarteaucitron {
    width: 800px;
}

html body div#tarteaucitronRoot.tarteaucitronBeforeVisible::before {
  z-index: 999999;
}

/* Ecran intro */

html body div#tarteaucitronAlertBig::before {
    content: '' !important;
    background: url("https://www.bonnetdenuit.com/wp-content/uploads/2025/07/logo_bonnet_de_nuit_noir.png") center center no-repeat;
    background-size: contain;
    width: 280px;
    height: 60px;
    display: inline-block;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig {
    background-color: #fff;
    color: #000;
    max-width: 650px;
    -webkit-box-shadow: 0 10px 50px #0005;
    box-shadow: 0 10px 50px #0005;
    border-radius: 5px;
}
html body div#tarteaucitronServices {
  -webkit-box-shadow: 0 10px 50px #0005;
  box-shadow: 0 10px 50px #0005;
}
html body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    font-size: 15px !important;
    line-height: 1.5;
    color: var(--gris);
}

html body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert p {
    margin-bottom: 12px;
}

html body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert a {
  text-decoration: underline;
}
.tarteaucitronCross {
    display: none;
}
html body #tarteaucitronAlertBig #tarteaucitronCloseAlert,
html body #tarteaucitronAlertBig #tarteaucitronPersonalize,
html body #tarteaucitronAlertBig #tarteaucitronPersonalize2,
html body .tarteaucitronCTAButton,
html body #tarteaucitron #tarteaucitronPrivacyUrl,
html body #tarteaucitron #tarteaucitronPrivacyUrlDialog,
html body #tarteaucitronRoot .tarteaucitronDeny,
html body #tarteaucitronRoot .tarteaucitronAllow {
    background: #070707;
    font-size: 15px !important;
    padding: 10px 18px;
    border-radius: 0;
    border: 1px solid #070707;
    color: #FFFFFF;
}
html body #tarteaucitronRoot .tarteaucitronDeny,
html body #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    background-color: transparent;
    color: #000;
}

/* Ecran personnalisation */

html body #tarteaucitronServices {
    border-radius: 5px;
    background-color: #fff;
    margin-top: 28px !important;
}
html body #tarteaucitronRoot #tarteaucitronServices div#tarteaucitronSave {
  background-color: #fff;
  border-top: 1px solid #ddd;
}
html body #tarteaucitron .tarteaucitronBorder {
    border-width: 0;
    padding-bottom: 10px;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    border-width: 0;
    background-color: #fff;
    padding: 20px;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
html body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
    background-color: #fff;
}
html body #tarteaucitronRoot .tarteaucitronH1 {
    margin: 30px 0 10px;
    color: #000;
    font-weight: 600;
    font-size: 23px;
}
html body .tarteaucitronMainLine .tarteaucitronH2 {
    font-size: 1.3em !important;
    color: #000;
    font-weight: 600;
}
html body #tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronH3 {
    font-size: 13.5px;
    margin-top: 3px;
    line-height: 1.5;
}
html body #tarteaucitron #tarteaucitronInfo {
    background-color: #fff;
    color: #555;
    max-width: 90% !important;
    border-width: 0;
    padding: 0 !important;
    margin: 0 auto 25px auto !important;
    line-height: 1.5;
    font-size: 15px !important;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
html body .tac_activate .tarteaucitronAllow {
    padding: 9px 15px;
    border-radius: 0;
}
html body #tarteaucitronRoot #tarteaucitronSave button#tarteaucitronSaveButton {
  border-radius: 0;
}
html body .tarteaucitronTitle {
    border-top: 1px solid #ddd !important;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {
    background-color: transparent;
    color: #000;
    font-size: 15px;
    margin-top: 8px;
}
html body #tarteaucitronRoot .tarteaucitronPlus::before {
    color: #000;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine,
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
    background-color: #fff;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine {
    padding: 0px 12px 10px 12px;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    background-color: #fff;
}
html body #tarteaucitron .tarteaucitronH3 {
    font-size: 15px;
    color: #000;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
    line-height: 1.2;
}
html body #tarteaucitron #tarteaucitronClosePanel {
    background-color: transparent;
    color: #222;
    font-size: 14px;
    width: auto;
    padding: 5px;
}
html body #tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected,
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
    background-color: #2a884f;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    background-color: #eee;
    color: #000 !important;
    padding: 10px 20px !important;
}
html body #tarteaucitron #tarteaucitronServices li.tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
html body #tarteaucitron #tarteaucitronServices li.tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
    padding: 6px 12px;
}
html body #tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory li.tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow {
    background-color: #2a884f;
}

html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}


html body #tarteaucitronRoot .tarteaucitronCheck::before {
  display: none;
}

#tarteaucitronDetailsanalytic {
  position: relative !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 900px) {
    html body div#tarteaucitronAlertBig::before {
      height: 110px;
    }
    div#tarteaucitronAlertBig button {
      min-width: 150px;
    }
}
@media screen and (max-width: 767px) {
    html body li.tarteaucitronLine .tarteaucitronName span {
        width: 80% !important;
        display: inline;
    }
    html span#tarteaucitronDisclaimerAlert {
      padding: 0;
    }
    html body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
      font-size: 14px;
    }
}


/****************************************************/
/* TARTEAUCITRON – ETAT VISUEL ACTIF / INACTIF */
/****************************************************/

/* ============================= */
/* SERVICE ACTIVÉ */
/* ============================= */

html body #tarteaucitron 
.tarteaucitronLine.tarteaucitronIsAllowed {
    border-left: 5px solid #2a884f;
}

html body #tarteaucitron 
.tarteaucitronLine.tarteaucitronIsAllowed 
.tarteaucitronAllow {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #fff !important;
    font-weight: 600;
}

/* Badge ACTIVÉ */
html body #tarteaucitron 
.tarteaucitronLine.tarteaucitronIsAllowed 
.tarteaucitronAllow::after {
    content: " ✓";
    font-size: 11px;
    margin-left: 6px;
}

/* ============================= */
/* SERVICE DÉSACTIVÉ */
/* ============================= */

html body #tarteaucitron 
.tarteaucitronLine.tarteaucitronIsDenied {
    border-left: 5px solid #bbb;
    opacity: 0.85;
}

html body #tarteaucitron 
.tarteaucitronLine.tarteaucitronIsDenied 
.tarteaucitronDeny {
    background-color: #f0f0f0 !important;
    border-color: #ccc !important;
    color: #666 !important;
}

/* Badge DÉSACTIVÉ */
html body #tarteaucitron 
.tarteaucitronLine.tarteaucitronIsDenied 
.tarteaucitronDeny::after {
    content: " ✓";
    font-size: 11px;
    margin-left: 6px;
}







/* DASHBOARD WOO COMPTE + COMMANDES */ 
/* Masquer la navigation WooCommerce par défaut */
.woocommerce-MyAccount-navigation {
  display: none !important;
}

/* Ajuster le contenu pour prendre toute la largeur */
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
}

.woocommerce-account #page-container .woocommerce-info {
  justify-content: center;
}

.woocommerce-account .dashboard-menu a.active {
    background: #000;
    color: #fff;
    font-weight: 600;
}





/* ============================================
   FORMULAIRE CF7 - BONNET DE NUIT (2 COLONNES)
   ============================================ */

.wpcf7 form {
    font-family: "Poppins", "Inter", sans-serif;
    color: #222;
}

/* --- GRILLE 2 COLONNES --- */
.bdn-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 25px;
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .bdn-form-grid {
        grid-template-columns: 1fr;
    }
}

/* Labels */
.wpcf7 form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 15px;
    color: #000;
}

/* Champs texte */
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"] {
    width: 100%;
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.25s ease;
}

.wpcf7 form input[type="text"]:focus,
.wpcf7 form input[type="email"]:focus {
    border-color: #000;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.08);
    outline: none;
}

/* --- FIELDSET NEWSLETTER --- */
.wpcf7 form fieldset {
    border: none;
    padding: 0;
    margin: 10px 0 10px;
}

.wpcf7 form legend {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
}

/* Checkbox list */
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin-bottom: 12px;
}

/* Hide real checkbox */
.wpcf7 form .wpcf7-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

/* Custom checkbox design */
.wpcf7 form .wpcf7-list-item-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
}

/* Checkbox square */
.wpcf7 form .wpcf7-list-item-label::before {
    content: "";
    width: 18px;
    min-width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 2px solid #999;
    transition: all 0.25s ease;
}

/* Checked */
.wpcf7 form .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background: #000;
    border-color: #000;
    box-shadow: inset 0 0 0 3px #fff;
}

/* --- RGPD --- */
.wpcf7 form .wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.4;
    opacity: 0.85;
}

.wpcf7 form .wpcf7-acceptance input[type="checkbox"] {
    margin-top: 3px;
}

/* --- BOUTON CTA --- */
.wpcf7 form input[type="submit"] {
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    margin-top: 25px;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* --- Messages CF7 --- */
.wpcf7-response-output {
    border-radius: 10px !important;
    padding: 12px 16px !important;
}












/* ===== Bloc global ===== */
.reviews-wrapper {
    display: flex;
    gap: 100px;
    align-items: flex-start;
}

/* ===== Colonne résumé ===== */
.reviews-summary {
    width: 35%;
}

.reviews-summary h3 {
    margin-bottom: 20px;
}

.avg-rating {
    font-size: 22px;
    margin-bottom: 20px;
}

.avg-rating .avg-value {
    font-weight: bold;
    margin-right: 10px;
}

.avg-rating .stars {
    margin: 5px 0;
}

.avg-rating .review-count {
    font-weight: 100;
    font-size: 18px;
}



.rating-bars .rating-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 6px 0;
    font-size: 14px;
}

.rating-line .bar {
    flex: 1;
    height: 4px;
    background: #e4e4e4;
    border-radius: 4px;
    overflow: hidden;
}

.rating-line .bar .fill {
    height: 100%;
    background: #000;
}

.open-review-popup {
    margin-top: 40px !important;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
}

/* ===== Colonne liste d'avis ===== */
.reviews-list {
    flex: 1;
}

.reviews-list .review-item {
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.review-date {
    font-size: 13px;
    opacity: 0.6;
}

/* ===== Popin ===== */
.review-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
}

.review-popup .popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}

.review-popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    width: 500px;
    max-width: 90%;
    border-radius: 8px;
}

.popup-close {
    float: right;
    cursor: pointer;
    font-size: 24px;
}

#wc-review-form p {
    margin-bottom: 15px;
}

#wc-review-form input,
#wc-review-form select,
#wc-review-form textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
}

#wc-review-form button {
    padding: 10px 20px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}


/* Ligne étoiles + lien */
.product-stars-line {
    display: flex;
    align-items: center;
    gap: 10px; /* espace étoiles / lien */
    margin: 10px 0;
}

/* Aligner les étoiles */
.product-stars-line .stars-wrapper .star-rating {
    margin: 0 !important;
}

/* Style du lien */
.product-stars-link {
    font-size: 14px;
    text-decoration: underline;
    color: #000; /* adapte si besoin */
}
.product-stars-link:hover {
    opacity: 0.7;
}


/* ----- Bloc moyenne ------ */
.avg-rating {
    display: flex;
    flex-direction: column;   /* étoiles TOUJOURS sous la note */
    gap: 6px;
}

/* Ligne : "5/5 ( 1 avis )" */
.avg-line {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 26px;
    font-weight: 700;
}

/* Étoiles de la moyenne */
.avg-stars .star-rating {
    margin: 0 !important;
    font-size: 20px !important;
    float: none!important;
}

/* ----- RESPONSIVE ----- */
@media (max-width: 980px) {
    .reviews-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .reviews-summary {
        width: 100%;
    }

    .avg-rating {
        align-items: flex-start; /* pour mobile */
    }

    .avg-line {
        font-size: 22px;
    }

    .avg-stars .star-rating {
        font-size: 18px !important;
    }
}


.reviews-filters {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 20px;
}

.reviews-filters select {
    padding: 6px 12px;
    border: 1px solid #ddd;
}

.reviews-pagination {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
}

.reviews-pagination a {
    margin: 0 10px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}




/* Carte cadeau /*

/* Bloc formulaire carte cadeau */
.gift-card-form {
    max-width: 480px;
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fafafa;
}

.gift-card-form h3 {
    margin-bottom: 15px;
    font-size: 22px;
}

.gift-card-form .gift-field {
    margin-bottom: 15px;
}

.gift-card-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}

.gift-card-form input[type="email"],
.gift-card-form input[type="number"],
.gift-card-form select,
.gift-card-form textarea {
    width: 100%;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.gift-card-form textarea {
    min-height: 80px;
    resize: vertical;
}

.gift-card-form .gift-submit {
    margin-top: 15px;
}

.gift-card-form .gift-submit .button {
    padding: 10px 20px;
    border-radius: 4px;
}

/* Responsive */
@media (max-width: 768px) {
    .gift-card-form {
        max-width: 100%;
        padding: 15px;
    }
}




.disabled-by-order {
    pointer-events: none;
    opacity: 0.4;
}
.step-help {
    margin-top: 6px;
    font-size: 13px;
    color: #c00;
}






/* RESPONSIVE */


@media (max-width: 1150px) {

  .et_pb_menu .et-menu > li {
    padding-left : 10px;
    padding-right: 10px;
  } 


}

@media (max-width: 980px) {

  /*
  .entry-content p {
    line-height: 16px;
  }
  */

    footer .et_pb_row {
      display: flex;
      justify-content: center;
    }

  .footerLogoBdn {
    max-width: 150px !important;
    display: block !important;
    margin: 0 auto !important;
  }

  .homeEntrees {
    overflow: hidden;
  }

  .homeEntrees .et_pb_column {
    width: 100% !important;
    margin: 0 !important;
  }

  .swiper-pagination {
    margin-top: 20px;
  }
  
  .homeEntrees .swiper-pagination-bullet {
    background-color: #fff !important;
    opacity: 0.4;
  }

  .homeEntrees .swiper-pagination-bullet-active {
    background-color: #fff !important;
    opacity: 1;
  }

  .ensembleIconesDifference {
    overflow: hidden;
  }

  .ensembleIconesDifference .swiper-pagination {
    margin-top: 20px;
    text-align: center;
  }

  .ensembleIconesDifference .swiper-pagination-bullet {
    background-color: #b5b5b5 !important;
    opacity: 1;
  }

  .ensembleIconesDifference .swiper-pagination-bullet-active {
    background-color: #000 !important;
  }

  .ensembleIconesDifference .et_pb_column {
    width: 100% !important;
    margin: 0 !important;
    text-align: center;
  }


  .ensembleIconesDifference .et_pb_column img {
    width: auto;
    max-width: auto;
    max-height: auto;
  }
  


  body.home .entry-content h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  #page-container .blocConceptionSinguliere p {
    font-size: 15px;
    line-height: 19px;
  }


  .et_pb_button {
    font-size: 16px;
    line-height: 20px !important;
  }

  .et_pb_menu .et_pb_menu__menu > nav > ul > li.hideOrdi {
    display: inline-block;
  }

  .mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt {
    right: 15px;
    top: 20px;
  }

  .mobmenu-content {
    align-content: center;
  }

  body #global-header-section {
    background-color: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }

  /*
  body.home #global-header-section .logoBonnetDeNuitHeader img {
    filter: invert(1);
  }
  */

  body #global-header-section .et_pb_row .et_pb_column {
    /*margin-bottom: 10px;*/
  }

  #page-container footer .footerCredits .et_pb_row {
    display: block;
  }

  #page-container footer .footerCredits .et_pb_row .et_pb_column {
    display: flex;
    justify-content: center;
  }

  


}



/* Footer reassurance swiper */

.footerReassuranceSwiper.swiper {
  padding-bottom: 50px !important;
}

.footerReassuranceSwiper.swiper .swiper-pagination-bullet-active {
  background-color: #000000 !important;
  opacity: 1;
}



/* MODELES CTA */
/* BLOC */

#page-container .et_pb_widget_area {
  padding: 0 !important;
  border: 0 !important;
}

#page-container .widget_custom_html {
  width: 100% !important;
}

#page-container .CTA_BAide_Bloc {
  background: url(https://www.bonnetdenuit.com/wp-content/uploads/2026/02/cta_baide_bloc_bg.jpg) no-repeat;
  background-size: cover;
  padding: 10%;
  border-radius: 10px;
  position: relative;
  max-width: 600px;
}

#page-container .CTA_BAide_Bloc:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

#page-container .CTA_BAide_Bloc .CTA_titre {
  color: #282424;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
  padding-bottom: 0;
}

#page-container .CTA_BAide_Bloc .CTA_sous_titre {
  color: #282424;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 0;
  line-height: 20px;
  margin-top: 15px;
}

#page-container .CTA_BAide_Bloc .CTA_button {
  color: #FFFFFF;
  background-color: #000000;
  padding: 12px;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
}

#page-container .CTA_BAide_Bloc .CTA_button:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page-container .CTA_BAide_Bloc .CTA_button:hover {
  color: #000000;
  background-color: #ffffff;
}


/* MODELES CTA */
/* BANDEAU */


#page-container .CTA_BAide_Bandeau {
  background: url(https://www.bonnetdenuit.com/wp-content/uploads/2026/02/cta_baide_bloc_bg.jpg) no-repeat;
  background-size: cover;
  padding: 3%;
  border-radius: 10px;
  position: relative;
  width: 100%;
}

#page-container .CTA_BAide_Bandeau .ennsembleTxt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

#page-container .CTA_BAide_Bandeau:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

#page-container .CTA_BAide_Bandeau .CTA_titre {
  color: #282424;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
  padding-bottom: 0;
  padding-top: 0;
}

#page-container .CTA_BAide_Bandeau .CTA_sous_titre {
  color: #282424;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 0;
  line-height: 20px;
  margin-top: 5px;
}

#page-container .CTA_BAide_Bandeau .CTA_button {
  color: #FFFFFF;
  background-color: #000000;
  padding: 12px;
  font-size: 16px;
  display: inline-block;
  margin-top: 0;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}

#page-container .CTA_BAide_Bandeau .CTA_button:hover {
  color: #000000;
  background-color: #ffffff;
}

#page-container .CTA_BAide_Bandeau .CTA_button:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1000px) {

  #page-container .CTA_BAide_Bandeau .ennsembleTxt {
    display: block;
  }

  #page-container .CTA_BAide_Bandeau .ennsembleTxt .colonne {
    margin-bottom: 20px;
  }

  #page-container .CTA_BAide_Bandeau {
    padding: 10%;
  }

  #page-container .CTA_BAide_Bandeau .ennsembleTxt img {
    max-width: 100px;
  }

}


@media (max-width: 800px) {

  #page-container .CTA_BAide_Bloc .CTA_titre,
  #page-container .CTA_BAide_Bandeau .CTA_titre {
    font-size: 20px;
    line-height: 23px;
  }

  #page-container .CTA_BAide_Bloc .CTA_button,
  #page-container .CTA_BAide_Bandeau .CTA_button {
    font-size: 14px;
  }

}



