@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//bauwagen-vermietungs-service-gmbh.de/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.6.0") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--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: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--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-primary-color: rgb(44,143,201);
	--wd-alternative-color: rgb(214,99,42);
	--wd-link-color: #333333;
	--wd-link-color-hover: rgb(214,99,42);
	--btn-default-transform: none;
	--btn-default-bgcolor: rgb(44,143,201);
	--btn-default-bgcolor-hover: rgb(214,99,42);
	--btn-accented-transform: none;
	--btn-accented-bgcolor: rgb(44,143,201);
	--btn-accented-bgcolor-hover: rgb(214,99,42);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
:is(.shop-content-area.wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg, :is(.shop-content-area.wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg :is(.wd-product,.wd-cat) {
	--wd-prod-bg:rgb(248,249,249);
	--wd-bordered-bg:rgb(248,249,249);
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://bauwagen-vermietungs-service-gmbh.de/wp-content/uploads/2021/08/marketplace-promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-image: url(https://bauwagen-vermietungs-service-gmbh.de/wp-content/uploads/2021/08/marketplace-top-banner.jpg);
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://bauwagen-vermietungs-service-gmbh.de/wp-content/uploads/2021/09/marketplace-page-title.jpg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
.wd-load-additional-fonts {
	font-family: "Ubuntu", Arial, Helvetica, sans-serif;
	font-weight: 300;
}
.woodmart-archive-shop:not(.single-product) .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-product .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--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: 8px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-custom-rounding {
	border-radius: 200px !important;
}

/* Alignement et grille pour le formulaire CF7 */
.form-commande-produit .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.form-commande-produit [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

.form-commande-produit .col-12 { width: 100%; }
.form-commande-produit .col-6  { width: 50%; }
.form-commande-produit .col-4  { width: 33.333%; }

.form-commande-produit label {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.form-commande-produit input[type="text"],
.form-commande-produit input[type="email"],
.form-commande-produit input[type="tel"],
.form-commande-produit textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 5px;
    box-sizing: border-box;
}

.btn-devis-submit {
    background-color: #dd890b !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 30px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease;
}

.btn-devis-submit:hover {
    background-color: #c57808 !important;
}

/* Adaptation automatique sur smartphone */
@media (max-width: 768px) {
    .form-commande-produit .col-6,
    .form-commande-produit .col-4 {
        width: 100%;
    }
}

/* Applique un masque noir à 50% de transparence au-dessus de l'arrière-plan */
.hero-overlay {
    position: relative;
}

.hero-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 0.5 = 50% de transparence (ajustez entre 0.1 et 0.9) */
    z-index: 1; /* Se place au-dessus du fond */
}

/* S'assure que le contenu (texte, boutons) reste au-dessus de la couche noire */
.hero-overlay > * {
    position: relative;
    z-index: 2;
}

.wd-nav[class*="wd-style-"] > li:is(.current-menu-item, .wd-active, .active) > a {
  color: #f4a51c !important;
}

.wd-nav[class*="wd-style-"] > li > a {
  color: rgba(251, 251, 251, 0.7) !important;
}