/*custom css*/

.ild_text_red {
	color: #b11c1c !important;
}

.title_block {
	color: #b11c1c !important;
}

.nkm-marquee {
	margin-bottom: 0 !important;
}

.ild_subtitle {
	font-size: 28px;
	text-transform: uppercase;
	font-family: "Playfair Display", serif;
}

.ild_module_shop_gift_card {
	position: absolute;
	max-width: 500px;
	bottom: 10%;

	right: 50%;
	text-align: right;
	padding: 40px 0;
}

.ild_bg_cactus_1 {
	background-image: url(../img/bg-cactus-1_v3.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.ild_bg_cactus_2 {
	background-image: url(../img/bg-cactus-2_v4.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.ild_bg_cactus_3 {
	background-image: url(../img/bg-cactus-3_v3.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.ild_container_background_cactus_1 {
	background-image: url(../img/bg-cactus-fullwidth-1.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.nkm-marquee-content {
	font-size: 25px;
	font-weight: 700;
}

.ild_top_slider_title {
	font-size: 50px;
	color: #fff;
}

.ild_top_slider_span {
	font-size: 30px;
	color: #b11c1c;
	font-weight: 900;
	text-shadow: 0px 3px 1px #000;
	text-transform: uppercase;
}

.widget-links {
	text-align: center;
}
.leo-megamenu .manu-logo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.leo-megamenu .manu-logo img {
	border: 1px solid transparent;
	max-width: 80px;
}

#footer .title_block {
	color: #fff !important;
	border-bottom: 2px solid #b11c1c !important;
	padding-bottom: 10px !important;
}

#footer p,
#footer a {
	color: #fff !important;
}

@media (max-width: 980px) {
	.ild_slider_badge_livraison {
		display: none !important;
	}
	.ild_module_shop_gift_card {
		display: none;
	}
}

@media (max-width: 768px) {
	.box-slider2 {
		display: none !important;
	}
}

.leo-quicklogin-modal .modal-header {
	background: none !important;
}
/* Affichage force de mot de passe */
.password-strength-feedback {
	display: block !important;
	margin-top: 8px;
	font-size: 0.875rem;
}

.password-strength-text {
	display: inline-block !important;
}

.password-strength-bar {
	height: 4px;
	margin-top: 5px;
	background-color: #ddd;
	display: block !important;
}

.strength-low,
.strength-low .password-strength-bar {
	color: #ff0000;
}
.strength-low .password-strength-bar:after {
	background-color: #ff0000;
	width: 25%;
}

.strength-medium,
.strength-medium .password-strength-bar {
	color: #ffa500;
}
.strength-medium .password-strength-bar:after {
	background-color: #ffa500;
	width: 50%;
}

.strength-high,
.strength-high .password-strength-bar {
	color: #008000;
}
.strength-high .password-strength-bar:after {
	background-color: #008000;
	width: 100%;
}

.password-strength-bar:after {
	content: "";
	height: 100%;
	display: block;
}
