@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.iledulevant.com.fr/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 16px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,150,200);
	--wd-alternative-color: #EE6E1C;
	--btn-default-transform: capitalize;
	--btn-default-bgcolor: rgb(0,150,200);
	--btn-default-bgcolor-hover: rgb(0,150,250);
	--btn-accented-bgcolor: rgb(0,150,200);
	--btn-accented-bgcolor-hover: rgb(0,150,250);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(232,85,85);
	--notices-warning-color: #fff;
	--wd-link-color: rgb(0,150,200);
	--wd-link-color-hover: rgb(0,111,181);
	--wd-link-decor-style: solid;
	--wd-link-decor-style-hover: solid;
	--wd-link-decor-color: rgb(0,150,200);
	--wd-link-decor-color-hover: rgb(0,111,181);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://www.iledulevant.com.fr/wp-content/uploads/2025/11/vignette-decouvrir-le-levant.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(247,247,247);
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
	font-size: 24px;
}
html .product-image-summary-wrap .variations_form .woocommerce-variation-price .price, html .wd-single-add-cart .variations_form .woocommerce-variation-price .price {
	font-weight: 400;
	font-size: 32px;
	color: rgb(238,110,28);
}
html .wd-builder-off .tabs-layout-tabs .wd-nav-tabs > li > a {
	font-weight: 600;
	font-size: 17px;
}
html .wd-builder-off .tabs-layout-tabs .wd-nav-tabs > li > a:hover, html .wd-builder-off .tabs-layout-tabs .wd-nav-tabs > li.active > a {
	color: rgb(0,150,200);
}
html .btn.wd-buy-now-btn {
	color: rgb(255,255,255);
	background: rgb(238,110,28);
}
html .btn.wd-buy-now-btn:hover {
	color: rgb(255,255,255);
	background: rgb(244,104,29);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 10px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 5px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(247,247,247);
}

/*largeur des champs des extras-options*/
.thwepo-extra-options .value input[type=text] {
    width: 250px;
    max-width: 100%;
    min-height: 40px;
    box-sizing: border-box;
    padding: 5px 10px;
}

/*taille augmentée du logo de marque page produit*/
.wd-product-brands img {
    max-width: 100px;
    width: 100%;
}
/*agrandir la marge de bas du tarif variation*/
.woocommerce-variation>div {
    margin-bottom: 30px;
}
/*agrandir la largeur a 70% du label marque sur l'image*/
.product-labels {
  position: absolute;
  top: 7px;
  inset-inline-start: 7px;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  max-width: 70%;
  transition: all .3s ease;
  transform: translateZ(0);
}

/* Masquer les prix uniquement sur la page panier */
.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal,
.woocommerce-cart .cart-subtotal,
.woocommerce-cart .order-total,
.woocommerce-cart .woocommerce-Price-amount {
    display: none !important;
}
/* Masquer les prix sur Page Checkout */
.woocommerce-checkout .product-total,
.woocommerce-checkout .cart-subtotal,
.woocommerce-checkout .order-total,
.woocommerce-checkout .woocommerce-Price-amount {
    display: none !important;
}

/* Masquer les titres de colonnes du panier */
.woocommerce-cart th.product-price,
.woocommerce-cart th.product-subtotal,
.woocommerce-cart th.product-quantity,
.woocommerce-checkout th.product-total, 
.woocommerce-mini-cart__total, 
.product-quantity,
.woocommerce-order-overview__total, 
.cart-info span.quantity {
    display: none !important;
}
.woocommerce-cart .cart_totals::after,
.woocommerce-checkout .woocommerce-checkout-review-order::after {
    content: "En validant ma  sélection, j'autorise l'hébergeur, à me communiquer le budget global de mon séjour après vérification des disponibilités";
    display: block;
    font-weight: bold;
    margin-top: 15px;
}

/* =====  DEBUT LIRE PLUS-LIRE MOINS ===== */
/* Conteneur description courte */
.woocommerce-product-details__short-description {
    position: relative;
    overflow: hidden;
}

/* Etat replié : ~7 à 8 lignes visibles */
.short-desc-collapsed {
    line-height: 1.6;
    max-height: calc(1.6em * 8); /* 8 lignes */
    overflow: hidden;
}

/* Fade Woodmart-like */
.short-desc-collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
 		height: 3em; /* fade plus doux sur plusieurs lignes */
    background: linear-gradient(
        rgba(255,255,255,0),
        var(--wd-body-bg)
    );
    pointer-events: none;
}

/* Bouton Lire plus / moins */
.short-desc-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;

    margin-top: 4px;
    margin-bottom: 32px;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: normal;

    cursor: pointer;
    color: var(--wd-primary-color);

    transition: opacity 0.2s ease;
}

/* Hover discret Woodmart */
.short-desc-toggle:hover {
    opacity: 0.7;
}
/*  ===== FIN LIRE PLUS-LIRE MOINS ===== */

.wd-header-cart.wd-design-2 .wd-cart-number, .wd-header-cart.wd-design-5 .wd-cart-number {
    position: absolute;
    top: 10px;
    inset-inline-end: 3px;
    z-index: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--wd-primary-color);
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 9px;
    line-height: 15px;
}

/*=====classe CSS  .contact-inline : ajouté la liste d’icônes pour alignr l'enveloppe du mail devant l'email======*/
.contact-inline a,
.contact-inline span {
    display: inline-flex !important;
    align-items: center;
}


/*=====Accordeon widget======*/
/*.widget h2,
.widget .widget-title {
    cursor: pointer;
    position: relative;
}

.widget .widget-title::after {
    content: "+";
    position: absolute;
    right: 10px;
}

.widget.active .widget-title::after {
    content: "-";
}

.widget:not(.active) > ul {
    display: none;
}*/


/*=====Masquer les counts qui ne se calculent plus grace au script js======*/
.widget_layered_nav .count {
    display: none !important;
}


/* === ICÔNE AU REPOS ET AU SURVOL === */

/* Masquer l'icône WoodMart originale dans les deux états */
.wd-add-cart-icon .wd-action-icon,
.wd-add-cart-icon .wd-check-icon {
    display: none !important;
}

/* Icône PANIER visible au REPOS */
.wd-add-cart-icon a.add_to_cart_button::before {
    content: "\e554";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
    font-size: 20px;
    display: inline-block;
    margin-right: 6px;
    line-height: 1;
    vertical-align: middle;
}

/* Icône PANIER visible au SURVOL (même icône, couleur différente si souhaité) */
.wd-add-cart-icon a.add_to_cart_button:hover::before {
    content: "\e554";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
    font-size: 20px;
    display: inline-block;
    margin-right: 6px;
    line-height: 1;
    vertical-align: middle;
    /* optionnel : changer la couleur au survol */
		color: #0096c8;
}