/* /Pages/AccueilPage.razor.rz.scp.css */
.uppercase-letter-img[b-k5a87oj1ox] {
    width: auto;
    height: 120px;
}

[b-k5a87oj1ox] .title {
    align-self: end;
    position: relative;
    bottom: 24px;
    right: 24px;
}

.typewriter[b-k5a87oj1ox] {
    display: inline-block;
    vertical-align: bottom;
}

.typewriter > span[b-k5a87oj1ox] {
    display: grid;
    overflow: hidden;
}


[b-k5a87oj1ox] .typewriter-text {
    width: 0;
    max-width: max-content;
    overflow: hidden;
    height: inherit;
    word-break: break-all;
    animation: c-b-k5a87oj1ox 0.5s infinite steps(1),
    t-b-k5a87oj1ox 2s linear infinite alternate,
    m-b-k5a87oj1ox 12s steps(3) infinite;

}

[b-k5a87oj1ox] .typewriter-text:before {
    content: " ";
    display: inline-block;
}

@keyframes t-b-k5a87oj1ox {
    90%, 100% {
        width: 100%
    }
}

@keyframes c-b-k5a87oj1ox {
    0%, 100% {
        box-shadow: 2px 0 0 #0000
    }
    50% {
        box-shadow: 2px 0 0 dodgerblue
    }
}

@keyframes m-b-k5a87oj1ox {
    100% {
        transform: translateY(-300%)
    }
}

.box:hover svg[b-k5a87oj1ox] {
    transform: scale(1.1);
    transition: transform 0.5s;
}
/* /Shared/Components/DownArrow.razor.rz.scp.css */
.circle[b-1jg5ezye9q] {
    width: 80px;
    height: 80px;
    border-color: #35424a; /* Couleur de fond du cercle */
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s;
    cursor: pointer;
}

.arrow[b-1jg5ezye9q] {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #1f2933; /* Couleur de la flèche */
}

/* scale up on circle hover then scale down on arrow hover with animation */
.circle:hover[b-1jg5ezye9q] {
    transform: scale(1.1);
    transition: transform 0.5s;
}
/* /Shared/Components/IndexBackground.razor.rz.scp.css */
.background-image[b-xcs7ftql29] {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #4e54c8;
    background: linear-gradient(to left, #E8E8E8, #FFFFFF);
    z-index: -1;
}

.circles[b-xcs7ftql29] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.circles li[b-xcs7ftql29] {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(2, 132, 199, 0.3);
    animation: animate-b-xcs7ftql29 25s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1)[b-xcs7ftql29] {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2)[b-xcs7ftql29] {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3)[b-xcs7ftql29] {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4)[b-xcs7ftql29] {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5)[b-xcs7ftql29] {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6)[b-xcs7ftql29] {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7)[b-xcs7ftql29] {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8)[b-xcs7ftql29] {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9)[b-xcs7ftql29] {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10)[b-xcs7ftql29] {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}


@keyframes animate-b-xcs7ftql29 {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-r811b5sx8x] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

main[b-r811b5sx8x] {
    flex: 1;
}


.top-row[b-r811b5sx8x] {
    position: fixed;
    background-color: transparent;
    border-bottom: 5px solid transparent;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    z-index: 2001;
    transition: all 0.3s ease;
    padding-bottom: 5px;
}

.scrolled[b-r811b5sx8x] {
    transition: all 0.3s ease;
    opacity: 0;
}

.scrolledUp[b-r811b5sx8x] {
    transition: all 0.3s ease;
    background-image: url("Image/footer-top-image.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.nav-brand[b-r811b5sx8x] {
    margin-left: 1rem;
    margin-right: 1rem;
}

.top-row[b-r811b5sx8x]  a, .top-row[b-r811b5sx8x]  .btn-link {
    white-space: nowrap;
    margin-left: 0rem;
    text-decoration: none;
}

.top-row[b-r811b5sx8x]  a:hover, .top-row[b-r811b5sx8x]  .btn-link:hover {
    color: #00ffff !important;
    background-color: transparent !important;
    border-bottom: 1px solid #00ffff !important;
    border-radius: 0 !important;
}

.top-row[b-r811b5sx8x]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-row[b-r811b5sx8x], article[b-r811b5sx8x] {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

.px-4[b-r811b5sx8x] {
    width: 100%;
    justify-content: space-between !important;
}

.footer[b-r811b5sx8x] {
    display: flex;
    flex-direction: column;
    height: 20%;
    width: 100%;
    position: relative;
}

.img-footer[b-r811b5sx8x] {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: -1;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.footer footer-content[b-r811b5sx8x] {
    z-index: 1;
    position: relative;
    text-align: center;
}








    

/* /Shared/Navigation.razor.rz.scp.css */
