.rank-math-breadcrumb {
font-family: 'Poppins', sans-serif;
font-size: 13px;
color: #1B1B1B;
height: 20px;
}
.rank-math-breadcrumb a {
color: #1B1B1B; text-decoration: none;
}
.rank-math-breadcrumb a:hover {
color: #A60000; } .rank-math-breadcrumb .last {
color: #A60000;
} .rank-math-breadcrumb .separator {
display: inline-block;
margin: 0 6px;
width: 10px;
background-image: url(https://costumecarbone.com/wp-content/uploads/2025/10/arrow-noir-droit.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center; color: transparent;
} @media (max-width: 768px) {
.rank-math-breadcrumb {
font-size: 11px;
}
}.elementor-button-icon svg {
width: 10.5px;
}
.hoverBtn .elementor-button-icon svg {
transition: transform 0.4s ease;
}
.hoverBtn:hover .elementor-button-icon svg {
transform: rotate(45deg);
}
.hoverBtn:hover path {
fill:none;
}
.hoverBtn svg {
transition: transform 0.3s ease;
}
.boxHover:hover .hoverBtn svg {
transform: rotate(45deg);
}.mainCont {
position: relative;
overflow: hidden;
background-size: cover;
background-position: center;
isolation: isolate;
} .mainCont::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, transparent 50%);
pointer-events: none;
z-index: 1;
} .mainCont::after {
content: "";
position: absolute;
inset: 0; -webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(18px); -webkit-mask-image: linear-gradient(to top, black 0%, transparent 60%);
mask-image: linear-gradient(to top, black 0%, transparent 60%); background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 70%);
pointer-events: none;
z-index: 2;
}