/* Fonts */
@font-face {
    font-family: "Sana Sans Alt";
    font-style: normal;
    font-weight: 400;
    src: url("https://d37szssm2oooap.cloudfront.net/assets/auchan/fonts/SanaSansAlt-Regular___3ac5df6780e2fc50028798f8260c8058.woff2") format("woff2"),
        url("https://d37szssm2oooap.cloudfront.net/assets/auchan/fonts/SanaSansAlt-Regular___800d63584ba059af6adbe455b62a4122.woff") format("woff");
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/webfonts/fa-regular-400.woff2") format("woff2"),
        url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/webfonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
    font-family: "SanaSansAlt Medium";
    font-weight: 500 !important;
    src: url("https://d37szssm2oooap.cloudfront.net/assets/auchan/fonts/SanaSansAlt-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "SanaSansAlt Regular";
    font-weight: 400 !important;
    src: url("https://smartdreamers-com.s3.eu-central-1.amazonaws.com/assets/auchan/fonts/SanaSansAlt-Regular.otf") format("opentype");
}

.sana-medium {
    font-family: "SanaSansAlt Medium";
}

.sana-regular {
    font-family: "SanaSansAlt Regular";
}

.sana-sans-alt {
    font-family: "Sana Sans Alt";
}
/* Header */

.icon-hamburger {
    display: block;
    position: absolute;
    top: 22%;
    right: 0px;
    left: unset;
    background: #fff;
    border: none;
    transform: initial;
    -webkit-transform: initial;
    margin: 0;
}

.icon-hamburger::before {
    content: "\f0c9";
}

.icon-hamburger.open::before {
    content: "\f00d";
}

.breadcrumb > a:not(:first-child)::before {
    content: "";
    background-image: url("https://res.cloudinary.com/smartdreamers/image/upload/v1678886951/company_logos/13e6b88619e56b7b5bbd99fb730f2c7d.svg");
    display: inline-block;
    margin-left: 11px;
    margin-right: 8.5px;
    width: 7px;
    height: 12px;
    top: 2px;
    position: relative;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(72%) sepia(10%) saturate(163%) hue-rotate(158deg) brightness(93%) contrast(88%);
}

.powered-by > div > p > a {
    color: #133d5e;
}

.back-to-top::before {
    content: "";
    background-image: url(https://res.cloudinary.com/smartdreamers/image/upload/v1678886951/company_logos/13e6b88619e56b7b5bbd99fb730f2c7d.svg);
    display: block;
    position: absolute;
    top: 2px;
    left: 24px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1209%) hue-rotate(201deg) brightness(126%) contrast(100%);
    transform: rotate(270deg);
}

#scroll-top-button.show-button {
    opacity: 1;
}

.mobile-header-icon-container > a {
    display: block;
    width: fit-content;
}

.nav-colored {
    background-color: #fff;
    transition: background-color 0s linear;
    border-bottom: 1px solid #e2eaf2;
}

.footer-smtg-right a:first-child {
    padding-right: 19px;
}

.social-section a img {
    transition: transform 0.2s ease;
}
.social-section a img:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 768px) {
    .breadcrumb {
        display: flex;
        align-items: baseline;
        margin-top: 18px;
    }

    .breadcrumb > a:not(:first-child)::before {
        width: 15px;
    }

    .breadcrumb a:first-child {
        width: 5%;
    }

    .breadcrumb a:last-child {
        display: flex;
        width: 95%;
    }

    .footer-social-media a {
        justify-items: center;
        width: 80px;
        height: 27px;
    }

    .footer-social-media a:nth-child(3) {
        width: 18px;
    }
}

@media screen and (max-width: 320px) {
    .breadcrumb > a:not(:first-child)::before {
        width: 17px;
    }

    .breadcrumb a:first-child {
        width: 7%;
    }

    .breadcrumb a:last-child {
        display: flex;
        width: 93%;
    }
}
