.adresses-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 20px;
margin: 2em 0;
}
.adresse-item-dark {
background-color: #1e242a;
padding: 16px;
border-radius: 8px;
color: #fff;
font-family: 'Arial', sans-serif;
font-size: 15px;
}
.adresse-ligne {
display: flex;
align-items: flex-start;
margin-bottom: 10px;
line-height: 1.4;
}
.adresse-ligne i {
font-size: 30px;
color: #0079a1;
margin-right: 10px;
margin-top: 2px;
}
.adresse-ligne div {
font-weight: 500;
}
.adresse-ligne a{
color: #fff;
}
.adresse-ligne i.fa-phone {
transform: scaleX(-1); } .adresse-item-dark {
position: relative !important; }
.adresse-item-dark .adresse-type-badge {
position: absolute !important;
bottom: 10px !important; top: auto !important; right: 12px !important;
left: auto !important;
display: inline-flex !important;
align-items: center !important;
gap: 6px !important;
line-height: 1 !important;
color: #fff !important;
font-weight: 700 !important;
font-size: 14px !important;
background: transparent !important;
border: 0 !important;
padding: 0 !important;
z-index: 9999 !important;
pointer-events: none !important;
}
.adresse-item-dark .adresse-type-badge .emoji,
.adresse-item-dark .adresse-type-badge .label {
display: inline !important;
color: #fff !important;
opacity: 1 !important;
-webkit-text-fill-color: #fff !important;
}
.adresse-item-dark .adresse-type-badge .emoji {
font-size: 20px !important;
}
.adresse-item-dark .adresse-type-badge .label {
text-shadow: 0 0 2px rgba(0,0,0,0.4) !important;
} .adresse-item-dark { 
position: relative;
padding-bottom: 40px; }