.no-webp .da-contact {
    background-image: url("../images/staticmap-V402LBk.jpg");
}

.webp .da-contact {
    background-image: url("../images/staticmap-7pQYJ9G.webp");
}

#categories .treeview, #categories .list-group-item {
    background-color: transparent;
    color: white;
}

#categories .treeview a {
    color: white;
}

#categories {
    margin-bottom: 5rem;
}

.social-share {
    background-color: rgba(255, 255, 255, .3);
    border-radius: 25px;
    -khtml-border-radius: 25px;
    -o-border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.social-share a {
    background-color: rgba(255, 255, 255, .3);
    border-radius: 5px;
    -khtml-border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: .5rem 1rem;
}

.social-share a:hover {
    background-color: rgba(255, 255, 255, .45);
}

.copy-tooltip {
    visibility: hidden;
    min-width: 120px;
    background-color: #555;
    color: #fff;
    border: 3px dashed white;
    text-align: center;
    border-radius: 6px;
    padding: 8px 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px; /* Start off-screen */
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.copy-tooltip.show {
    visibility: visible;
    transform: translateX(-50%) translateY(-70px); /* Slide in up */
    opacity: 1;
}

.copy-tooltip.hide {
    transform: translateX(-50%) translateY(0); /* Slide out down */
    opacity: 0;
}

#categories .list-group-item a {
    color: white;
}

#categories .list-group-item:hover {
    background-color: rgba(255, 255, 255, .3);
}

.blog-author {
    width:100%;
    text-align:center;
}

.blog-author img {
    max-width:50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border:4px solid white;
}

.profil-socials-links {
    display:flex;
    flex:1 0 auto;
    align-items:center;
    justify-content:center;
}

.profil-socials-links .social:not:last-child {
    border-right:2px solid white;
    padding:1rem 2rem;
    margin:auto 1rem;
}

.blogposts span {
    color: white;
}

.badge-default {
    background: linear-gradient(to right, #c5ddef 0%, #e5f4ff 40%, #a3dbee 100%);
    color: #333333 !important;
    font-size: 1.25rem;
    border: 3px dashed transparent;
    transition: all ease-in-out .3s;
}

.badge-default:hover {
    color:white !important;
}

.badge-default:hover {
    border: 3px dashed white;
    color: white;
    background: transparent;
}