.cookie-box {
    max-width: 600px;
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    text-align: center;
    position: fixed;
    bottom: 70px;
}

.fa-brands:hover {
    color: #2fb6ff !important;
}

.fa-solid:hover {
    color: #2fb6ff !important;
}

.fa-regular:hover {
    color: #2fb6ff !important;
}

.card:hover {
    box-shadow: 5px 5px 15px rgba(131, 133, 255, 0.5);
    border: solid 1px transparent;
}

.text-blue {
    color: #003399;
}

.text-star::after {
    content: " *";
    color: #003399;
}

.btn-outline-primary {
    border-color: #003399 !important;
    color: #003399 !important;
}

.btn-outline-primary:hover {
    border-color: #003399 !important;
    color: #fff !important;
    background-color: #003399 !important;
}

abbr {
    text-decoration: none !important;
}

.border-blue {
    border-color: #003399;
    border-width: .2rem;
}

.border-blue-ligth {
    border-color: #003399;
    border-width: .2rem;
}

#aside {
    position: relative;
    z-index: 6;
    overflow: visible !important;
}

@keyframes point1 {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
        color: #1b67ff;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.point-animated-1 {
    animation-duration: .7s;
    animation-name: point1;
    animation-iteration-count: infinite;
}

@keyframes point2 {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        color: #1b67ff;
    }
}

.point-animated-2 {
    animation-duration: 1.5s;
    animation-name: point2;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}

@keyframes point3 {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
        color: #1b67ff;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.point-animated-3 {
    animation-duration: 1s;
    animation-name: point3;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}

.font-standard {
    font-size: 12px !important;
}

.font-standard-small {
    font-size: 11px !important;
}

.font-size-large {
    font-size: 1.5rem !important;
}

ul li::marker {
    color: rgba(0, 0, 0, .7);
}

:root {
    font-size: 16px;
}

.card .card-body .card-text.fw-bold {
    color: rgba(0, 0, 0, .6);
}

@media (max-width: 767px) {
    article h1+p.fs-3 {
        font-size: 1rem !important;
    }

    article h1.diplay-4 {
        font-size: 1.8rem !important;
    }
}

@media (min-width: 768px) {
    :root {
        --bs-body-font-size: 21px !important;
    }

    .font-standard {
        font-size: 16px !important;
    }

    .font-size-large {
        font-size: 1.8rem !important;
    }
}

@media (min-width: 992px) {
    :root {
        --bs-body-font-size: 25px !important;
    }

    .font-standard {
        font-size: 16px !important;
    }

    .font-size-large {
        font-size: 2.7rem !important;
    }
}

@media (min-width: 1200px) {
    .font-size-large {
        font-size: 4rem !important;
    }
}

[data-bs-original-title] {
    position: relative;
}

.tooltip.bs-tooltip-auto[role="tooltip"] {
    position: absolute;
    bottom: 120%;
}

.tooltip.bs-tooltip-auto[role="tooltip"] .tooltip-inner {
    background-color: #003399 !important;
    font-size: 1rem;
    padding: .6rem;
    display: block;
    word-break: keep-all;
    word-wrap: normal;
    min-width: fit-content;
}

.tooltip-inner::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 42%;
    width: 10px;
    height: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #003399;
}

.tooltip.bs-tooltip-auto[role="tooltip"] .tooltip-arrow::before {
    border-top-color: #003399 !important;
}

@media (min-width: 768px) {
    .tooltip.bs-tooltip-auto[role="tooltip"] .tooltip-inner {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .tooltip.bs-tooltip-auto[role="tooltip"] .tooltip-inner {
        font-size: 2.2rem;
    }
}

.z-index-999 {
    z-index: 999;
}

body, body>* {
    width: 100vw !important;
    overflow-x: hidden !important;
}

[data-aos] {
    overflow: hidden;
}

.fb-share-button.fb_iframe_widget {
    width: 100%;
}

.fb-share-button.fb_iframe_widget>span {
    width: 100% !important;
    display: inline-block;
}

.fb-share-button.fb_iframe_widget span iframe, .fb-share-button.fb_iframe_widget span iframe #document div {
    width: 100% !important;
}

.show-menu {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.blur {
    filter: blur(5px);
    font-size: 1.7rem;
}

.ul-menu {
    min-width: fit-content;
}

.position-img {
    height: 35rem;
}

#bg-images-iot {
    background-image: url(/media/img/photos/cards.2_IoT_EMBEDDED_SYSTEMS_ENGINEERING.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#bg-images-cybersecurity {
    background-image: url(/media/img/photos/cards.2_CYBERSECURITY_EXPERTISES_AUDIT.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#bg-images-multicloud {
    background-image: url(/media/img/photos/cards.2_MULTICLOUD\ _AUTOMATION_EXPERTISES.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


#bg-images-it {
    background-image: url(/media/img/photos/cards.2_IT_INFRASTRUCTURE_EXPERTISES.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


#bg-images-hpc {
    background-image: url(/media/img/photos/cards.2_HPC_AI_RESEARCH\ SC.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}