.popup {
    max-width: 95%;
    box-shadow: none;
    min-width: 0;
}

body:not(.page-template-homepage) .bwp-header .header-desktop, body:not(.page-template-homepage) .bwp-header .header-mobile {
    border-bottom: 0px;
}

.bwp-header .wpbingoLogo img {
    max-width: 250px;
    top: 0px;
    position: relative;
}

.fullwidth {
	width: 100%;
}

.contact-us-form select, select {
	background: #fff;
	border: 1px solid #3a3a3a;
	font-weight: 400;
	color: #000;
	padding: 10px 20px;
	font-size: 13px;
	height: 50px;
		margin-bottom: 50px;

}

.product-stock .stock {
    font-size: 0 !important;
}

.product-stock .stock::after {
    content: "Vendu";
    font-size: 14px;
}

/**
 * 
 * PAGE PRODUIT
 * 
 * */

.contents-detail .bwp-single-product {
	  margin-left: 0px; 
   margin-right: 0px;
 max-width: 100%;
}

.contents-detail .bwp-single-product.one_column>.row>div {
    padding-left: 0px;
}

.contents-detail .bwp-single-product.one_column>.row >.bwp-single-info {
    padding-left: 0px;
}

.summary.entry-summary {
	margin-left: auto !important;
  margin-right: auto !important;
  max-width: 35.5rem;
}

.main-single-product {
    margin-top: 0px;
}
.contents-detail .bwp-single-product.one_column .img-thumbnail {
   padding-bottom: 0px;
}



.contents {
    display: flex;
    flex-direction: column;
    margin-left: 13px;
}

.trp-language-switcher > div {
   padding: 0px;
}

.trp-language-switcher > div > a {
    display: flex;
    gap: 11px;
    align-items: center;
}

.product-button {
    width: 55%;
}

.slick-slider .slick-list .slick-slide {
	padding: 0px;
}

.woocommerce-info, .woocommerce-message {
	text-transform: none;
}

	
	.user-account-link {
    display: inline-block;
    color: #333;
    font-size: 18px;
    transition: color 0.3s ease;
    text-decoration: none;
}

.user-account-link:hover {
    color: #666;
    text-decoration: none;
}

.user-account-link i {
      font-size: 18px;
    font-weight: bold;
}

a.user-account-link {
	top: 0px !important;
}

.mini-cart .cart-popup .free-ship {
    font-size: 14px;
}

.header-right .login-header a:after {
	display: none;
}
	
.header-right .login-header {
	margin-right: 0px !important;
}
	
.bwp-header .header-page-link .login-header>a {
	font-size:18px;
}

.bwp-header .header-page-link .login-header>a {
     top: 0px !important;
}

.bwp-header .header-page-link .login-header>a > i{
    font-weight: bold !important;
  
}

.woocommerce-privacy-policy-text {
	font-size: 10px !important;
}


	
	.wrish-topcart.popup .mini-cart .cart-popup .remove-cart {
    margin-bottom: 0px !important;
}
	
.wrish-topcart.popup .mini-cart .cart-popup {
    padding: 10px 20px 10px !important;
}

.mini-cart .cart-popup a.product-name {
    margin-top: 10px;
}
	.wrish-topcart.popup .mini-cart .cart-popup .top-total-cart {
    margin-bottom: 0px !important;
}
	
	.wrish-topcart.popup .mini-cart .cart-popup .remove-cart {
      margin-bottom: 0px !important;
}
	
		.cart-icon-big {
    display: none !important;
}
	
	

@media (max-width: 990px) {
   .popup {
		display:block;
  }
		.main-single-product {
    margin-top: 50px;
}
}

	
@media (max-width: 480px) {
    .wrish-topcart.popup .mini-cart .cart-popup {
        padding: 10px 15px;
    }
		 .wrish-topcart.popup .mini-cart .cart-popup .top-total-cart {
        margin-bottom: 0px;
    }
	.main-single-product {
    margin-top: 50px;
}

}
	

@media (max-width: 450px) {
  .bwp-header .wpbingoLogo img {
    max-width: 150px;
  
}
	
	.main-single-product {
    margin-top: 50px;
}

}

.products-content .contents .cat-products {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}


.page-title.bwp-title.empty-image {
	display:none;
}

tr.woocommerce-cart-form__cart-item.cart_item .product-name {
	font-size:17px;
	color: black;
}


body.woocommerce-order-received .woocommerce-order-details .order-actions--heading + td {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* Style commun aux deux boutons */
body.woocommerce-order-received .woocommerce-order-details .order-actions-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 46px;
    padding: 12px 24px;

    border-radius: 6px;
    border: 1px solid transparent;

    font-size: 14px;
    font-weight: 600;
    line-height: 1;

    text-decoration: none !important;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        opacity 0.2s ease;
}


/* -------------------------
   BOUTON PAYER
   ------------------------- */

body.woocommerce-order-received
.woocommerce-order-details
.order-actions-button.pay {
    background: #000;
    color: #fff !important;
    border-color: #000;
}

body.woocommerce-order-received
.woocommerce-order-details
.order-actions-button.pay:hover {
    background: #333;
    border-color: #333;
    color: #fff !important;
}


body.woocommerce-order-received
.woocommerce-order-details
.order-actions-button.cancel {
    background: transparent;
    color: #000 !important;
    border-color: #000;
}

body.woocommerce-order-received
.woocommerce-order-details
.order-actions-button.cancel:hover {
    background: #000;
    color: #fff !important;
}



@media (max-width: 600px) {

    body.woocommerce-order-received
    .woocommerce-order-details
    .order-actions--heading + td {
        flex-direction: column;
        align-items: stretch;
    }

    body.woocommerce-order-received
    .woocommerce-order-details
    .order-actions-button {
        width: 100%;
    }
}


/* =========================================================
   WOOCOMMERCE - PAGE ORDER PAY
   Moyens de paiement
   ========================================================= */

body.woocommerce-order-pay #payment {
    background: transparent;
    border: 0;
    padding: 0;
}


/* Supprime le style de liste WooCommerce */
body.woocommerce-order-pay #payment ul.wc_payment_methods {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;

    display: flex;
    flex-direction: column;
    gap: 12px;

    border: 0;
}


/* =========================================================
   CHAQUE MOYEN DE PAIEMENT
   ========================================================= */

body.woocommerce-order-pay #payment .wc_payment_method {
    position: relative;

    margin: 0 !important;
    padding: 0 !important;

    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;

    overflow: hidden;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}


/* Survol */
body.woocommerce-order-pay #payment .wc_payment_method:hover {
    border-color: #aaa;
}


/* Moyen sélectionné */
body.woocommerce-order-pay #payment .wc_payment_method:has(input[type="radio"]:checked) {
    border-color: #000;
    box-shadow: 0 0 0 1px #000;
}


/* =========================================================
   LABEL
   ========================================================= */

body.woocommerce-order-pay #payment .wc_payment_method > label {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    width: 100%;

    margin: 0 !important;
    padding: 18px 20px 18px 54px;

    min-height: 62px;

    cursor: pointer;

    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;

    color: #111;
}


/* Logos Stripe / Klarna / Trustly etc. */
body.woocommerce-order-pay #payment .wc_payment_method > label img {
    display: block;

    width: auto !important;
    max-width: 110px !important;
    max-height: 28px !important;

    margin: 0 0 0 auto !important;

    object-fit: contain;
}


/* =========================================================
   RADIO CUSTOM
   ========================================================= */

/* Cache le radio natif */
body.woocommerce-order-pay #payment .wc_payment_method > input[type="radio"] {
    position: absolute;

    left: 20px;
    top: 22px;

    width: 20px !important;
    height: 20px !important;

    margin: 0 !important;

    opacity: 0;
    z-index: 2;

    cursor: pointer;
}


/* Cercle */
body.woocommerce-order-pay #payment .wc_payment_method > label::before {
    content: "";

    position: absolute;
    left: 20px;
    top: 21px;

    width: 20px;
    height: 20px;

    box-sizing: border-box;

    border: 1.5px solid #999;
    border-radius: 50%;

    background: #fff;

    transition:
        border-color 0.2s ease,
        background-color 0.2s ease;
}


/* Point intérieur quand sélectionné */
body.woocommerce-order-pay
#payment
.wc_payment_method
> input[type="radio"]:checked
+ label::before {
    border: 6px solid #000;
}


/* =========================================================
   ZONE QUI S'OUVRE SOUS LE MOYEN DE PAIEMENT
   Stripe / Klarna / PayPal
   ========================================================= */

body.woocommerce-order-pay #payment .payment_box {
    position: relative !important;

    margin: 0 !important;
    padding: 20px !important;

    background: #f7f7f7 !important;

    border: 0 !important;
    border-top: 1px solid #e5e5e5 !important;

    border-radius: 0 !important;

    color: #444;
}


/* Supprime la petite flèche WooCommerce */
body.woocommerce-order-pay #payment .payment_box::before {
    display: none !important;
}


/* Paragraphes */
body.woocommerce-order-pay #payment .payment_box p {
    margin-top: 0;
    margin-bottom: 12px;

    font-size: 14px;
    line-height: 1.6;
}


/* Stripe */
body.woocommerce-order-pay #payment .wc-payment-form,
body.woocommerce-order-pay #payment .wc-upe-form {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}



body.woocommerce-order-pay
#payment
.woocommerce-terms-and-conditions-wrapper {
    margin: 24px 0 20px;
}


/* Texte confidentialité */
body.woocommerce-order-pay
#payment
.woocommerce-privacy-policy-text {
    margin-bottom: 16px;

    font-size: 13px;
    line-height: 1.6;

    color: #666;
}

body.woocommerce-order-pay
#payment
.woocommerce-privacy-policy-text p {
    margin: 0;
}


/* Liens */
body.woocommerce-order-pay
#payment
.woocommerce-privacy-policy-text a,
body.woocommerce-order-pay
#payment
.woocommerce-terms-and-conditions-wrapper a {
    color: #111;
    text-decoration: underline;
    text-underline-offset: 3px;
}



body.woocommerce-order-pay
#payment
.woocommerce-terms-and-conditions-wrapper
.form-row {
    margin: 0;

    padding: 16px 18px;

    background: #f7f7f7;

    border: 1px solid #e5e5e5;
    border-radius: 8px;
}


body.woocommerce-order-pay
#payment
.woocommerce-form__label-for-checkbox {
    display: flex !important;
    align-items: flex-start;

    gap: 10px;

    margin: 0 !important;

    font-size: 14px;
    line-height: 1.5;

    cursor: pointer;
}


/* Checkbox */
body.woocommerce-order-pay
#payment
#terms {
    flex: 0 0 18px;

    width: 18px !important;
    height: 18px !important;

    margin: 2px 0 0 !important;

    accent-color: #000;
}


body.woocommerce-order-pay #payment #place_order {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;

    min-height: 52px;

    margin: 20px 0 0 !important;
    padding: 14px 26px !important;

    background: #000 !important;
    color: #fff !important;

    border: 1px solid #000 !important;
    border-radius: 6px !important;

    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1 !important;

    text-transform: none !important;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.15s ease;
}


body.woocommerce-order-pay #payment #place_order:hover {
    background: #333 !important;
    border-color: #333 !important;
}


body.woocommerce-order-pay #payment #place_order:active {
    transform: translateY(1px);
}



@media (max-width: 600px) {

    body.woocommerce-order-pay
    #payment
    .wc_payment_method > label {
        min-height: 58px;

        padding: 16px 15px 16px 48px;

        font-size: 14px;
    }


    body.woocommerce-order-pay
    #payment
    .wc_payment_method > label::before {
        left: 16px;
        top: 19px;
    }


    body.woocommerce-order-pay
    #payment
    .wc_payment_method > input[type="radio"] {
        left: 16px;
        top: 20px;
    }


    body.woocommerce-order-pay
    #payment
    .wc_payment_method > label img {
        max-width: 90px !important;
        max-height: 25px !important;
    }


    body.woocommerce-order-pay #payment .payment_box {
        padding: 16px !important;
    }
}

/* =========================================================
   ORDER PAY - FORCER LES BOUTONS PAYPAL / CARD EN BAS
   ========================================================= */

/* Le conteneur final du paiement devient vertical */
body.woocommerce-order-pay #payment > .form-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;

    width: 100% !important;

    float: none !important;
    clear: both !important;
}


/* 1 - Confidentialité + CGV */
body.woocommerce-order-pay
#payment > .form-row
> .woocommerce-terms-and-conditions-wrapper {
    order: 10;

    width: 100% !important;
    float: none !important;
    clear: both !important;
}


/* 2 - Bouton WooCommerce classique */
body.woocommerce-order-pay
#payment > .form-row
> #place_order {
    order: 20;

    width: 100% !important;

    float: none !important;
    clear: both !important;

    margin: 20px 0 0 !important;
}


/* 3 - Apple Pay / Google Pay */
body.woocommerce-order-pay
#payment > .form-row
> #ppc-button-ppcp-applepay,
body.woocommerce-order-pay
#payment > .form-row
> #ppc-button-ppcp-googlepay {
    order: 30;

    width: 100% !important;

    float: none !important;
    clear: both !important;

    margin: 12px 0 0 !important;
}


/* 4 - PAYPAL + DEBIT/CREDIT CARD
   Toujours complètement en bas */
body.woocommerce-order-pay
#payment > .form-row
> .ppc-button-wrapper {
    order: 40;

    display: block !important;

    width: 100% !important;
    max-width: none !important;

    float: none !important;
    clear: both !important;

    margin: 12px 0 0 !important;
    padding: 0 !important;
}


/* Conteneur interne PayPal */
body.woocommerce-order-pay
#payment .ppc-button-wrapper > div {
    width: 100% !important;
    max-width: none !important;

    float: none !important;
    clear: both !important;

    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* Bouton iframe généré par PayPal */
body.woocommerce-order-pay
#payment .ppc-button-wrapper .paypal-buttons {
    display: block !important;

    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;

    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* Évite que le thème fasse flotter les wrappers */
body.woocommerce-order-pay
#payment .ppc-button-wrapper,
body.woocommerce-order-pay
#payment [id^="ppc-button-"] {
    box-sizing: border-box !important;
}


/* Petit espace propre entre plusieurs boutons PayPal */
body.woocommerce-order-pay
#payment .ppc-button-wrapper + .ppc-button-wrapper {
    margin-top: 10px !important;
}


/* =========================================================
   MON COMPTE > COMMANDES
   Boutons Payer / Voir / Annuler
   ========================================================= */

/* Cellule Actions */
body.woocommerce-account
.woocommerce-orders-table__cell-order-actions {
    min-width: 250px;
}


/* Les boutons */
body.woocommerce-account
.woocommerce-orders-table__cell-order-actions
.woocommerce-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    min-height: 40px;
    padding: 10px 17px !important;

    margin: 3px 5px 3px 0 !important;

    border-radius: 6px !important;
    border: 1px solid #111 !important;

    background: #fff !important;
    color: #111 !important;

    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1 !important;

    text-decoration: none !important;
    white-space: nowrap;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}


/* =========================================================
   PAYER
   ========================================================= */

body.woocommerce-account
.woocommerce-orders-table__cell-order-actions
.woocommerce-button.pay {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
}

body.woocommerce-account
.woocommerce-orders-table__cell-order-actions
.woocommerce-button.pay:hover {
    background: #333 !important;
    border-color: #333 !important;
    color: #fff !important;
}


/* =========================================================
   VOIR
   ========================================================= */

body.woocommerce-account
.woocommerce-orders-table__cell-order-actions
.woocommerce-button.view {
    background: #fff !important;
    border-color: #111 !important;
    color: #111 !important;
}

body.woocommerce-account
.woocommerce-orders-table__cell-order-actions
.woocommerce-button.view:hover {
    background: #111 !important;
    color: #fff !important;
}


/* =========================================================
   ANNULER
   ========================================================= */

body.woocommerce-account
.woocommerce-orders-table__cell-order-actions
.woocommerce-button.cancel {
    background: transparent !important;
    border-color: #c62828 !important;
    color: #c62828 !important;
}

body.woocommerce-account
.woocommerce-orders-table__cell-order-actions
.woocommerce-button.cancel:hover {
    background: #c62828 !important;
    border-color: #c62828 !important;
    color: #fff !important;
}


/* =========================================================
   TABLEAU
   ========================================================= */

body.woocommerce-account
table.woocommerce-orders-table {
    width: 100%;

    border-collapse: separate !important;
    border-spacing: 0;

    border: 1px solid #e5e5e5 !important;
    border-radius: 8px;

    overflow: hidden;

    background: #fff;
}


/* En-tête */
body.woocommerce-account
table.woocommerce-orders-table thead th {
    padding: 15px 16px !important;

    background: #f7f7f7;

    border-bottom: 1px solid #e5e5e5 !important;

    font-size: 13px;
    font-weight: 600;

    color: #111;
}


/* Cellules */
body.woocommerce-account
table.woocommerce-orders-table tbody td {
    padding: 16px !important;

    vertical-align: middle !important;

    border-bottom: 1px solid #eee !important;
}


/* Dernière ligne */
body.woocommerce-account
table.woocommerce-orders-table tbody tr:last-child td {
    border-bottom: 0 !important;
}


/* Lien numéro de commande */
body.woocommerce-account
.woocommerce-orders-table__cell-order-number a {
    color: #111;
    font-weight: 600;
    text-decoration: none;
}

body.woocommerce-account
.woocommerce-orders-table__cell-order-number a:hover {
    text-decoration: underline;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    body.woocommerce-account
    .woocommerce-orders-table__cell-order-actions {
        display: flex !important;
        flex-direction: column;
        gap: 8px;

        width: 100%;
        min-width: 0;
    }

    body.woocommerce-account
    .woocommerce-orders-table__cell-order-actions
    .woocommerce-button {
        width: 100% !important;

        margin: 0 !important;

        min-height: 44px;
    }
}

/* =========================================================
   MON COMPTE > DÉTAIL D'UNE COMMANDE
   Ligne Actions : Payer / Annuler
   ========================================================= */

/* Cellule qui contient les boutons */
body.woocommerce-account
.woocommerce-table--order-details
.order-actions--heading + td {
    display: flex !important;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;

    padding-top: 16px !important;
    padding-bottom: 16px !important;
}


/* Style commun des boutons */
body.woocommerce-account
.woocommerce-table--order-details
.order-actions-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    min-height: 40px;
    padding: 10px 18px !important;

    margin: 0 !important;

    border-radius: 6px !important;
    border: 1px solid #111 !important;

    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1 !important;

    text-decoration: none !important;
    white-space: nowrap;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}


/* =========================================================
   PAYER
   ========================================================= */

body.woocommerce-account
.woocommerce-table--order-details
.order-actions-button.pay {
    background: #111 !important;
    color: #fff !important;
    border-color: #111 !important;
}

body.woocommerce-account
.woocommerce-table--order-details
.order-actions-button.pay:hover {
    background: #333 !important;
    color: #fff !important;
    border-color: #333 !important;
}


/* =========================================================
   ANNULER
   ========================================================= */

body.woocommerce-account
.woocommerce-table--order-details
.order-actions-button.cancel {
    background: #fff !important;
    color: #c62828 !important;
    border-color: #c62828 !important;
}

body.woocommerce-account
.woocommerce-table--order-details
.order-actions-button.cancel:hover {
    background: #c62828 !important;
    color: #fff !important;
    border-color: #c62828 !important;
}


/* =========================================================
   TITRE "Actions:"
   ========================================================= */

body.woocommerce-account
.woocommerce-table--order-details
.order-actions--heading {
    font-weight: 600;
    color: #111;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    body.woocommerce-account
    .woocommerce-table--order-details
    .order-actions--heading + td {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    body.woocommerce-account
    .woocommerce-table--order-details
    .order-actions-button {
        width: 100% !important;
        min-height: 44px;
    }
}


.woocommerce-SavedPaymentMethods-saveNew {
    display: flex !important;
    align-items: center !important;
    gap: 8px;
    flex-wrap: nowrap;
}

.woocommerce-SavedPaymentMethods-saveNew input[type="checkbox"] {
    margin: 0 !important;
    flex: 0 0 auto;
}

.woocommerce-SavedPaymentMethods-saveNew label {
    display: inline !important;
    margin: 0 !important;
    line-height: 1.4;
}


.woocommerce-terms-and-conditions-wrapper label.checkbox {
    display: flex !important;
    align-items: center !important;
    gap: 6px;
    margin: 0 !important;
}

.woocommerce-terms-and-conditions-wrapper label.checkbox input[type="checkbox"] {
    margin: 0 !important;
    flex: 0 0 auto;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
    display: inline;
    line-height: 1.4;
}

.woocommerce-terms-and-conditions-wrapper abbr.required {
    margin-left: 2px;
}

@media (max-width: 991px) {
	.upsells .content-product-list i.slick-arrow {
		display: none !important;
	}
}

.upsells .content-product-list i.slick-arrow.fa-angle-left:before {
	font-family: icomoon !important;
	content: "\e907" !important;
	display: inline-block;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.upsells .content-product-list i.slick-arrow.fa-angle-left:after,
.upsells .content-product-list i.slick-arrow.fa-angle-right:after {
	content: none !important;
}

.upsells .content-product-list .products-list.grid {
	margin: 0;
}

.upsells .content-product-list .products-list.grid .slick-list {
	margin: 0;
	padding: 0;
}

.upsells .content-product-list .products-list.grid .slick-slide {
	padding: 0;
}

.upsells .content-product-list .products-list.grid .product-wapper {
	margin: 0;
}










/* Galerie produit en responsive (#mobile-gallery = lagre_gallery.php, activé
   sous 1024px) : toutes les images au même format carré, sur toute la largeur
   du conteneur, recadrées au centre plutôt que déformées. */
#mobile-gallery .image-additional .img-thumbnail,
#mobile-gallery .image-additional .img-thumbnail > a,
#mobile-gallery .image-additional .img-thumbnail > .image-sticky {
	display: block;
	width: 100%;
}

#mobile-gallery .image-additional .img-thumbnail img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
}

/* elevateZoom encapsule l'image principale dans un .zoomWrapper avec des
   dimensions inline calculées sur l'image d'origine : on les neutralise. */
#mobile-gallery .image-additional .zoomWrapper {
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
}

/* Bandeau vidéo plein écran, mobile uniquement.
   À utiliser dans un widget HTML Elementor masqué sur bureau et tablette,
   en remplacement du Content Slider (bwp_slider, images uniquement). */
.loumari-hero-video {
	position: relative;
	width: 100%;
	height: calc(100svh - var(--lm-hero-offset, 120px));
	overflow: hidden;
	line-height: 0;
}

.loumari-hero-video video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* svh gère la rétractation de la barre d'adresse sur iOS/Android.
   Repli pour les navigateurs qui ne le connaissent pas. */
@supports not (height: 100svh) {
	.loumari-hero-video {
		height: 100vh;
	}
}

/* Le conteneur Elementor qui porte le bandeau doit coller aux bords. */
.elementor-widget-html .loumari-hero-video {
	margin: 0;
}





