/* _content/portfolio_siwa/Composants/FenetreProjet/FenetreProjet.razor.rz.scp.css */
/* _content/portfolio_siwa/Composants/Global/BasPage/BasPage.razor.rz.scp.css */
.contenu[b-tl408mhpoo] {
    height: auto;
    width: 93%;
    /* background: linear-gradient(150deg, #2b2e4a, #3e345e, #57386e, #723b78, #903c7a, #af3d73, #cd3f63, #e84545); */
    background: var(--gradient-violet-orange);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding: 2rem;
}



h2[b-tl408mhpoo] {
    font-family: var(--police-grand-titre);
    font-size: var(--h2-taille-texte);
    font-weight: var(--poids-police-grand-titre);
    font-style: var(--font-style-grand-titre);
    color: var(--couleur-texte);
    text-align: center;
    margin-top: 1.5rem;
}

p[b-tl408mhpoo] {
    font-family: var(--police-texte);
    font-size: var(--taille-texte);
    font-weight: var(--poids-police-texte);
    font-style: var(--font-style-texte);
    color: var(--couleur-texte);
    text-align: center;
    margin-top: 1.5rem;
}

.reseaux[b-tl408mhpoo] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2rem;
}
/* _content/portfolio_siwa/Composants/Global/BlocsContenu/Bloc3Contenu/Bloc3Contenu.razor.rz.scp.css */
.contenu[b-mcat161nk3] {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
}

.centre[b-mcat161nk3] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    width: 100%;
}

.contenu-haut[b-mcat161nk3] {
    margin-bottom: 1.3rem;
}

.contenu-droite[b-mcat161nk3], .contenu-gauche[b-mcat161nk3], .contenu-centre[b-mcat161nk3] {

    height: 100%;
    width: 32%;
}

.contenu-haut[b-mcat161nk3], .contenu-bas[b-mcat161nk3] {
    width: 100%;
}


.contenu-bas[b-mcat161nk3] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

@media (max-width: 1024px) {

    .centre[b-mcat161nk3] {
        flex-direction: column;
        align-items: center;
        justify-content: start;
    }

    .contenu-droite[b-mcat161nk3], .contenu-gauche[b-mcat161nk3], .contenu-centre[b-mcat161nk3] {
        width: 100%;
        margin-bottom: 1.7rem;
    }

    .contenu-droite[b-mcat161nk3] {
        width: 100%;
    }

    .contenu-bas[b-mcat161nk3] {
        margin-top: 0.6rem;
    }
    
}
/* _content/portfolio_siwa/Composants/Global/BlocsContenu/BlocContenuGaucheDroite/BlocContenuGaucheDroite.razor.rz.scp.css */
.contenu[b-p1anyyj0xn] {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
}

.centrage-milieu[b-p1anyyj0xn] {
    align-items: center;
}

.centrage-haut-div[b-p1anyyj0xn] {
    align-items: start;
}

.centre[b-p1anyyj0xn] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.contenu-haut[b-p1anyyj0xn] {
    margin-bottom: 1.3rem;
}

.contenu-droite[b-p1anyyj0xn], .contenu-gauche[b-p1anyyj0xn] {
    height: 100%;
    width: 50%;
}

.contenu-haut[b-p1anyyj0xn], .contenu-bas[b-p1anyyj0xn] {
    width: 100%;
}

.contenu-bas[b-p1anyyj0xn] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

@media (max-width: 1024px) {

    .centre[b-p1anyyj0xn] {
        flex-direction: column;
        align-items: center;
        justify-content: start;
    }

    .contenu-droite[b-p1anyyj0xn], .contenu-gauche[b-p1anyyj0xn] {
        width: 100%;
        margin-bottom: 1.7rem;

    }

    .contenu-droite[b-p1anyyj0xn] {
        width: 100%;
    }

    .contenu-bas[b-p1anyyj0xn] {
        margin-top: 0.6rem;
    }
    
}
/* _content/portfolio_siwa/Composants/Global/BlocsContenu/BlocTexteMedia/BlocTexteMedia.razor.rz.scp.css */
.contenu[b-y8ls8icw9f] {
    width: 100%;
}

.texte p[b-y8ls8icw9f], .texte-haut p[b-y8ls8icw9f] {
    word-wrap: break-word;
    font-family: var(--police-texte);
    font-size: var(--taille-texte);
    margin: 0;
    padding: 0;
}

.texte[b-y8ls8icw9f] {
    padding-left : 1rem;
    padding-right : 1rem;
}

.sous-texte[b-y8ls8icw9f] {
    margin-top: 3rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.partie-gauche[b-y8ls8icw9f], .partie-droite[b-y8ls8icw9f] {
    width: 95%;
}

.partie-droite[b-y8ls8icw9f] {
    margin-left: 2%;
}

.bas-page[b-y8ls8icw9f] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1024px) {

    .partie-droite[b-y8ls8icw9f], .partie-gauche[b-y8ls8icw9f] {
        
        width: 100%;
    }

    .partie-droite[b-y8ls8icw9f] {
        margin-left: 0%;
    }

    .media[b-y8ls8icw9f] {

        margin-top: 1rem;
        margin-bottom: 1.5rem;
    }

    .sous-texte[b-y8ls8icw9f] {

        align-items: center;
        justify-content: center;
        margin-top: 1.2rem;
    }
}

.projet a[b-y8ls8icw9f] {

    color : red;
    border: 3px solid red;
    text-decoration: none;
}
/* _content/portfolio_siwa/Composants/Global/BlocsContenu/DispositionContenu/DispositionContenu.razor.rz.scp.css */
/* === CONTENEUR PRINCIPAL === */
.disposition-contenu[b-fshw6fjid3] {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
    width: 100%;
}

/* === SECTION HAUT === */
.disposition-contenu__haut[b-fshw6fjid3] {
    width: 100%;
}

/* === SECTION CENTRE === */
.disposition-contenu__centre[b-fshw6fjid3] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1.5rem;
    width: 100%;
}

.disposition-contenu__centre--milieu[b-fshw6fjid3] {
    align-items: center;
}

.disposition-contenu__centre--haut[b-fshw6fjid3] {
    align-items: flex-start;
}

/* === COLONNES GAUCHE & DROITE === */
.disposition-contenu__gauche[b-fshw6fjid3],
.disposition-contenu__droite[b-fshw6fjid3] {
    flex: 1;
    min-width: 0; /* Évite le débordement */
}

/* === SECTION BAS === */
.disposition-contenu__bas[b-fshw6fjid3] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1.7rem;
}

/* ========================================
   📱 RESPONSIVE
======================================== */

/* Tablettes */
@media (max-width: 1024px) {
    .disposition-contenu[b-fshw6fjid3] {
        gap: 1.7rem;
    }

    .disposition-contenu__centre[b-fshw6fjid3] {
        flex-direction: column;
        gap: 1.7rem;
    }

    .disposition-contenu__gauche[b-fshw6fjid3],
    .disposition-contenu__droite[b-fshw6fjid3] {
        width: 100%;
    }

    .disposition-contenu__bas[b-fshw6fjid3] {
        margin-top: 0.6rem;
    }
}

/* Mobiles */
@media (max-width: 768px) {
    .disposition-contenu[b-fshw6fjid3] {
        gap: 1rem;
    }

    .disposition-contenu__centre[b-fshw6fjid3] {
        gap: 1rem;
    }

    .disposition-contenu__bas[b-fshw6fjid3] {
        margin-top: 0;
    }
}
/* _content/portfolio_siwa/Composants/Global/BlocsContenu/Titre1/Titre1.razor.rz.scp.css */
.icone-et-titre[b-ve1tti8ilc] {

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    height: 6rem;
}

.separateur-et-titre[b-ve1tti8ilc] {

    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.separateur[b-ve1tti8ilc] {

    margin-top : 0.8rem;
    height: 0.4rem;
    width: 9rem;
    border-radius: 50px;
    background: var(--gradient-violet-rose-peche);

}

.icone-et-titre img[b-ve1tti8ilc] {

    height: 80%;
    width: auto;
    margin-right: 1.3rem;
}

.texte p[b-ve1tti8ilc], .texte-haut p[b-ve1tti8ilc] {

    word-wrap: break-word;
    font-family: var(--police-texte);
    font-size: var(--taille-texte);
}

h3[b-ve1tti8ilc] {
    font-size: var(--h3-taille-texte);
    font-family: var(--police-grand-titre) !important; 
    font-weight: var(--poids-police-grand-titre) !important;
    font-style: var(--font-style-grand-titre) !important;
}

@media (max-width: 1024px) {

    .icone-et-titre img[b-ve1tti8ilc] {
        
        height: 54%;
        width: auto;
        margin-right: 1.3rem;
    }

    .icone-et-titre[b-ve1tti8ilc] {
        margin-bottom: 0rem;
    }
}
/* _content/portfolio_siwa/Composants/Global/Boutons/BoutonBlanc/BoutonBlanc.razor.rz.scp.css */
.carousel-button[b-qro0ksudzt] {
    background-color: white; 
    color: black; 
    padding-left: 1.8rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 1.8rem;
    font-family: var(--police-texte);
    font-style: var(--font-style-texte);
    font-weight: var(--poids-police-texte);
    border: none; 
    border-radius: 60px; 
    font-size: 1.2rem; 
    cursor: pointer; 
    transition: transform 0.3s ease, background-color 0.3s ease; 

    height: 3.1rem;
}

.carousel-button:hover[b-qro0ksudzt] {
    background-color: rgba(255, 255, 255, 0.9);
    color: black; 
    transform: scale(1.1);
}
/* _content/portfolio_siwa/Composants/Global/Boutons/BoutonDiscord/BoutonDiscord.razor.rz.scp.css */
.bouton[b-nhytpiokpw] {
    position: relative;
    overflow: hidden;
    border-radius: 13px;
    font-size: 170%;
    font-weight: var(--poids-police-texte);
    font-family: var(--police-texte);
    font-style: var(--font-style-texte);
    color: var(--couleur-texte);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.bouton img[b-nhytpiokpw] {
    width: auto;
    object-fit: cover;
    height: calc(var(--taille-texte-boutons) * 1.5);
    margin-right: 0.7rem;
}

.bouton p[b-nhytpiokpw] {
    margin: 0;
    font-size: var(--taille-texte-boutons);
    font-style: var(--font-style-texte);
    font-weight: var(--poids-police-texte);
    font-family: var(--police-texte);

}

button[b-nhytpiokpw] {
    transition: var(--transition-grossissement);
    background: var(--gradient-discord);
}

.bouton[b-nhytpiokpw]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: white;
    opacity: 0.3;
    z-index: -1;
    border-radius: inherit;
    transition: width 0.14s ease-in-out;
}

.bouton:hover[b-nhytpiokpw]::before {
    width: 100%;
}

.bouton:hover[b-nhytpiokpw] {
    font-weight: 500;
    transform: scale(1.04);
}

/* _content/portfolio_siwa/Composants/Global/Boutons/BoutonFondTransparent/BoutonFondTransparent.razor.rz.scp.css */
.bouton[b-xknxyvxbqp] {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    width: auto;
    font-weight: var(--poids-police-texte);
    font-family: var(--police-texte);
    font-style: var(--font-style-texte);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);

}

.bouton p[b-xknxyvxbqp] {
    margin: 0;
    font-size: var(--taille-texte-boutons);
}

.style-blanc[b-xknxyvxbqp] {
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}

.style-blanc p[b-xknxyvxbqp] {
    color: black;
}

.style-transparent p[b-xknxyvxbqp] {
    color: white;
}

.halo[b-xknxyvxbqp] {
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.8);
}

.style-transparent[b-xknxyvxbqp] {
    background-color: transparent;
    border: 4px solid white;

}

.bouton img[b-xknxyvxbqp] {
    width: auto;
    object-fit: cover;
    height: calc(var(--taille-texte-boutons) * 1.5);
    margin-right: 0.7rem;
}

button[b-xknxyvxbqp] {
    transition: var(--transition-grossissement);

}

.bouton[b-xknxyvxbqp]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: white;
    opacity: 0.3;
    z-index: -1;
    border-radius: inherit;
    transition: width 0.27s ease-in-out;
}

.bouton:hover[b-xknxyvxbqp]::before {
    width: 100%;
}

.bouton:hover[b-xknxyvxbqp] {
    font-weight: 500;
    transform: scale(1.04);
}

@media (max-width: 1024px) {

}
/* _content/portfolio_siwa/Composants/Global/Boutons/BoutonGithub/BoutonGithub.razor.rz.scp.css */
button[b-gzwpfvel8w] {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    width: auto;
    font-weight: var(--poids-police-texte);
    font-family: var(--police-texte);
    font-style: var(--font-style-texte);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: black;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);

}

button[b-gzwpfvel8w] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

button p[b-gzwpfvel8w] {
    margin: 0;
    font-size: var(--taille-texte-boutons);   
    color : white;
}

button img[b-gzwpfvel8w] {
    width: auto;
    object-fit: cover;
    height: calc(var(--taille-texte-boutons) * 1.5);
    margin-right: 0.7rem;
}

button[b-gzwpfvel8w] {
    transition: var(--transition-grossissement);
}

button:hover[b-gzwpfvel8w] {
    font-weight: 500;
    transform: scale(1.04);
    background-color: black;
}
/* _content/portfolio_siwa/Composants/Global/Boutons/BoutonGradientViolet/BoutonGradientViolet.razor.rz.scp.css */
.bouton[b-waw704hzc9] {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    width: auto;
    font-weight: var(--poids-police-texte);
    font-family: var(--police-texte);
    font-style: var(--font-style-texte);
    color: var(--couleur-texte);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.bouton p[b-waw704hzc9] {
    margin: 0;
    font-size: var(--taille-texte-boutons);
}

.bouton img[b-waw704hzc9] {
    width: auto;
    object-fit: cover;
    height: calc(var(--taille-texte-boutons) * 1.5);
    margin-right: 0.7rem;
}

button[b-waw704hzc9] {
    transition: var(--transition-grossissement);
    background: var(--gradient-violet-rose-peche);
}

.bouton[b-waw704hzc9]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: white;
    opacity: 0.3;
    z-index: -1;
    border-radius: inherit;
    transition: width 0.14s ease-in-out;
}

.bouton:hover[b-waw704hzc9]::before {
    width: 100%;
}

.bouton:hover[b-waw704hzc9] {
    font-weight: 500;
    transform: scale(1.04);
}

@media (max-width: 1024px) {

}
/* _content/portfolio_siwa/Composants/Global/Boutons/BoutonLien/BoutonLien.razor.rz.scp.css */
img[b-753txxl2nw] {
    height: 5vh;
    width: auto;
    transition: transform 0.2s ease;

}

img:hover[b-753txxl2nw] {
    transform: scale(1.1);
    transform: rotate(17deg);
}

/* _content/portfolio_siwa/Composants/Global/Boutons/BoutonValorium/BoutonValorium.razor.rz.scp.css */

.bouton-style[b-pjpn5cqquc] {
    width: max-content;
    padding: 10px 20px;
    font-size: 1.6rem;
    font-family: Candara;
    font-weight: bold;
    color: white;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: 1s;
}

a[b-pjpn5cqquc] {
    color : white;
    font-size: var(--taille-texte-boutons);
    font-family: var(--police-texte);
    font-weight: var(--poids-police-texte);
    font-style: var(--font-style-texte);
    text-decoration: none;
}

.bouton-style[b-pjpn5cqquc]::before,
.bouton-style[b-pjpn5cqquc]::after {
    content: '';
    position: absolute;
    background-color: white;
    transition: all 250ms ease-in-out;
}

.bouton-style[b-pjpn5cqquc]::before {
    top: 0;
    left: 50%;
    width: 100%;
    height: 2px;
    transform: translateX(-50%);
}

.bouton-style[b-pjpn5cqquc]::after {
    top: 50%;
    left: 0;
    width: 2px;
    height: 100%;
    transform: translateY(-50%);
}

.bouton-style:hover[b-pjpn5cqquc]::before {
    left: -10px;
    width: calc(100% + 20px);
}

.bouton-style:hover[b-pjpn5cqquc]::after {
    top: -10px;
    height: calc(100% + 20px);
}

.bouton-style span:first-child[b-pjpn5cqquc]::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 100%;
    width: 2px;
    transform: translateY(-50%);
    background-color: white;
    transition: all 250ms ease-in-out;
}

.bouton-style span:last-child[b-pjpn5cqquc]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 2px;
    transform: translateX(-50%);
    background-color: white;
    transition: all 250ms ease-in-out;
}

.bouton-style:hover span:first-child[b-pjpn5cqquc]::before {
    right: 0;
    transform: translateY(0%);
}

.bouton-style:hover span:last-child[b-pjpn5cqquc]::after {
    bottom: 0;
    transform: translateY(0%);
}
/* _content/portfolio_siwa/Composants/Global/FondMedia/FondMedia.razor.rz.scp.css */
.background-container[b-dk3fp9xsf3] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: transparent;

}

.background[b-dk3fp9xsf3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.background img[b-dk3fp9xsf3], .background video[b-dk3fp9xsf3] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.foreground[b-dk3fp9xsf3] {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    padding: 2rem;
}
/* _content/portfolio_siwa/Composants/Global/Footer/Footer.razor.rz.scp.css */
footer[b-2t2ztgde4q] {
    margin-top : 7rem;
    width: 100%;
    /* background-color: #29648A; */
    background-color: #464866;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.5);

    height: 20vh;
}

.contenu[b-2t2ztgde4q] {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    height: 100%;
}

.contenu p[b-2t2ztgde4q] {
    margin: 0;
    padding: 0;
    font-family: var(--police-texte);
    font-size: var(--taille-texte);
    color: var(--couleur-texte);
    font-weight: var(--poids-police-texte);


}

@media (max-width: 1024px) {
    footer[b-2t2ztgde4q] {
        flex-direction: column;
        height: 40vh;
    }

    .contenu[b-2t2ztgde4q] {
        flex-direction: column;
        gap: 1rem;
    }

    .contenu p[b-2t2ztgde4q] {
        text-align: center;
    }
}
/* _content/portfolio_siwa/Composants/Global/HautPage/HautPage.razor.rz.scp.css */
img[b-61d3kuh4z1] {
    width: auto;
    height: 52vh;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.image[b-61d3kuh4z1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

p[b-61d3kuh4z1] {

    font-size: var(--taille-texte);
    font-family: var(--police-texte);
    font-weight: var(--poids-police-texte);
    font-style: var(--font-style-texte);
    color: var(--couleur-texte);
    text-align: start;
    margin-bottom: 2.3rem;
}

h1[b-61d3kuh4z1] {
    font-size: var(--h1-taille-texte);
    font-family: var(--police-grand-titre);
    font-family: var(--police-grand-titre);
    font-weight: var(--poids-police-grand-titre);
    font-style: var(--font-style-grand-titre);
    color: var(--couleur-texte);
    text-align: start;
    margin-bottom: 1.5rem;
}

.reseaux[b-61d3kuh4z1] {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2rem;
}

@media (max-width: 1024px) {
    img[b-61d3kuh4z1] {
        height: 30vh;
    }

    p[b-61d3kuh4z1] {

    }
}
/* _content/portfolio_siwa/Composants/Global/Images/ImageDimensionee/ImageDimensionee.razor.rz.scp.css */
img[b-jk4i7dosiq] {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}

.bordure-arrondie[b-jk4i7dosiq] {

    border-radius: 17px;
}
/* _content/portfolio_siwa/Composants/Global/NavBar/NavBar.razor.rz.scp.css */
  nav[b-kzlbz3dfgt] {
    position: fixed;
    width: 100%;
    z-index: 1000;
    height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    backdrop-filter: blur(13px);
    padding-right: 1rem;
  }
  nav[b-kzlbz3dfgt]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0.2;
    z-index: -1;
    border-radius: inherit;
  }
  

  .contenu-nav[b-kzlbz3dfgt] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
    width: 55%;
    margin-right: 7rem;
  }

  .menu-principal[b-kzlbz3dfgt] {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0;
    margin: 0;
  }

  .menu-principal li[b-kzlbz3dfgt] {
    position: relative;
    color: var(--couleur-texte);
    font-size: var(--taille-texte);
    font-family: var(--police-texte);
    padding-left: 2.6rem;
    margin-left: 3.3rem;
    transition: transform 0.4s ease;
    cursor: pointer;
  }

  .menu-principal li:hover[b-kzlbz3dfgt] {
    transform: scale(1.1);
  }

  .menu-principal li[b-kzlbz3dfgt]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.9rem;
    height: 1.9rem;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.4s ease;
  }

  #accueil[b-kzlbz3dfgt]::before {
    background-image: url('/Images/logos/logoHome.svg');
  }
  #travaux[b-kzlbz3dfgt]::before {
    background-image: url('/Images/logos/logobuild.svg');
  }
  #propos[b-kzlbz3dfgt]::before {
    background-image: url('/Images/logos/logogredon.svg');
  }

  .menu-principal li:hover[b-kzlbz3dfgt]::before {
    transform: translateY(-50%) rotate(20deg);
  }

  .menu-principal li[b-kzlbz3dfgt]::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 2.1rem;
    width: 0%;
    height: 2px;
    background-color: var(--couleur-texte);
    transition: width 0.3s ease;
  }

  .menu-principal li:hover[b-kzlbz3dfgt]::after {
    width: calc(100% - 2.1rem);
  }

  .bouton-cv[b-kzlbz3dfgt] {
    color: white;
    font-size: var(--taille-texte);
    font-family: var(--police-texte);
    font-style: var(--font-style-texte);
    font-weight: var(--poids-police-texte);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-violet-orange);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0.3rem 0.8rem;
    transition: transform 0.4s ease, background 1s ease;
    cursor: pointer;
    margin-left: 2.2rem;
  }

  .bouton-cv p[b-kzlbz3dfgt] {
    margin: 0;
    padding: 0;
    font-size: var(--taille-texte-boutons);
    font-family: var(--police-texte);
    font-style: var(--font-style-texte);
    transition: var(--transition-grossissement);
  }

  .bouton-cv:hover[b-kzlbz3dfgt] {
    transform: scale(1.03);
  }

  .bouton-cv img[b-kzlbz3dfgt] {
    width: auto;
    height: calc(var(--taille-texte-boutons));
    margin-right: 0.7rem;
    transition: var(--transition-grossissement);
  }

  .bouton-cv:hover img[b-kzlbz3dfgt] {
    transform: rotate(-12deg);
  }

  .bouton-burger[b-kzlbz3dfgt] {
    display: none;
    font-size: 2rem;
    background: none;
    border: none;
    color: var(--couleur-texte);
    cursor: pointer;
    transition: transform 0.4s ease;
  }

  .bouton-burger:hover[b-kzlbz3dfgt] {
    transform: scale(1.2);
  }

  .menu-mobile[b-kzlbz3dfgt] {
    display: none;
  }

  @media (max-width: 1024px) {

    nav[b-kzlbz3dfgt] {
      padding-right: 0;
    }

    .contenu-nav[b-kzlbz3dfgt] {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 0;
    }

    .menu-principal[b-kzlbz3dfgt] {
      display: none;
    }

    .bouton-burger[b-kzlbz3dfgt] {
      display: block;
    }

    .menu-mobile[b-kzlbz3dfgt] {
      list-style: none;
      padding: 1rem;
      margin: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: absolute;
      top: calc(4.8rem + 0rem);
      background-color: var(--bleu-fonce);
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
      transition: opacity 0.3s ease, transform 0.3s ease;
      opacity: 0;
      pointer-events: none;
    }

    .menu-mobile.ouvert[b-kzlbz3dfgt] {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }

    .menu-mobile.ferme[b-kzlbz3dfgt] {
      transform: translateY(-10px);
    }

    .menu-mobile li[b-kzlbz3dfgt] {
      position: relative;
      color: var(--couleur-texte);
      font-size: var(--taille-texte);
      font-family: var(--police-texte);
      padding: 0.5rem 1rem;
      transition: transform 0.4s ease;
      margin: 0.5rem 0;
    }

    .menu-mobile li:hover[b-kzlbz3dfgt] {
      transform: scale(1.05);
    }

    .menu-mobile li[b-kzlbz3dfgt]::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.5rem;
      width: 1.5rem;
      height: 1.5rem;
      background-size: contain;
      background-repeat: no-repeat;
    }

    #accueil-mobile[b-kzlbz3dfgt]::before {
      background-image: url('/Images/logos/logoHome.svg');
    }

    #travaux-mobile[b-kzlbz3dfgt]::before {
      background-image: url('/Images/logos/logobuild.svg');
    }

    #propos-mobile[b-kzlbz3dfgt]::before {
      background-image: url('/Images/logos/logogredon.svg');
    }

    .menu-mobile li[b-kzlbz3dfgt]::after {
      content: '';
      display: block;
      height: 1px;
      width: 100%;
      background: var(--couleur-texte);
      margin-top: 0.5rem;
      opacity: 0.5;
    }

    .bouton-cv[b-kzlbz3dfgt] {
      margin-left: 1rem;
    }
  }
  
/* _content/portfolio_siwa/Composants/Global/Techno/Techno.razor.rz.scp.css */
.contenu[b-dt9udj4r5f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 32vh;
    padding-top: 1rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    padding-bottom: 0.4rem;
    background-color: #787a9e;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);

}

.titre[b-dt9udj4r5f] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

img[b-dt9udj4r5f] {
    width: auto;
    height: 3rem;
    object-fit: cover;
    margin-right: 1rem;
}

h3[b-dt9udj4r5f] {
    font-size: var(--h3-taille-texte);
    font-family: var(--police-sous-titre);
    font-weight: var(--poids-police-sous-titre);
    font-style: var(--font-style-sous-titre);
}

p[b-dt9udj4r5f] {
    font-size: calc(var(--taille-texte) * 0.8);
    font-family: var(--police-texte);
    font-weight: var(--poids-police-texte);
    font-style: var(--font-style-texte);
    text-align: start;
    margin-top: 1rem;
    
}
/* _content/portfolio_siwa/Composants/Layout/MainLayout.razor.rz.scp.css */
.contenu[b-w9ych8cwxm] {
    background-color: var(--couleur-de-fond);
}
/* _content/portfolio_siwa/Composants/Projet/Projet.razor.rz.scp.css */
.sous-texte[b-dxjkklmm33] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

@media (max-width: 1024px) {
    .sous-texte[b-dxjkklmm33] {
        flex-direction: column;
    }
}
/* _content/portfolio_siwa/Pages/Index/Index.razor.rz.scp.css */
.contenu[b-d8urp3fd61] {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    overflow: hidden;
}

.haut-page[b-d8urp3fd61] {
    margin-top: 17vh;
}

.bas-page[b-d8urp3fd61] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.technos[b-d8urp3fd61] {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    margin-top: 2rem;
    margin-bottom: 2rem;
}



@media (max-width: 1024px) {

}




