﻿#footer-left p {
    margin: 0;
}

/* Breadcrumb > symbols in knowledge base */
.breadcrumb-item + .breadcrumb-item::before {
    margin: 0.75rem;
}

.loader {
    border: 8px solid #f2f3f2; /* Light grey */
    border-top: 8px solid #E75E6C; /* Realite Pink */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    margin-right: 7rem !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

@media (max-width: 768px) {
    .right-rounded-resp {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
}

@media (min-width: 768px) {
    .right-rounded-resp {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
}

img.card-img-top.blog-post-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

body, p.lead {
    font-weight:400
}

.slick-initialized .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-track {
    height:150px;
}

div.blog-post-container  a {
    color: #E75E6C;
}

.btn-outline-secondary {
    color: #555;
}

.navbar.navbar-expand-lg.navbar-stick-dark:not(.stick) .btn-outline-secondary {
    color: #f2f3f2;
}

.btn-multiline {
    line-height: 1.3;
}