html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f5eaf5;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

main {
    flex: 1;
    width: 100%;
}



header {
    width: 100%;
}

.nav-links {
    position: fixed;
    top: 0;
    width: 100%;
    height: 62px;
    background-color: #d1c276e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    box-shadow: 0px 0px 30px 3px #494093;
        flex-direction: row-reverse;
}

#Infos {
    display: flex;
    list-style: none;
    margin: 0 40px;
    gap: 15px;
}

#Infos li a {
    color: #080404;
    font-size: 1.2rem;
    text-decoration: none;
    transition: color 0.5s;
}

#Infos li a:hover {
    color: #facc15;
}


.logo {
    padding: bott;
    width: 150px;
    height: 126px;
    background: url(../images/Logo.png) no-repeat center / cover;
    margin-right: 37px;
    filter: drop-shadow(0px 7px 21px #ff0000);
    animation: rotar 5s linear infinite;
    top: 200px;
    padding-top: -4px;
    margin-top: 78px;


}

@keyframes rotar {
    from { transform: rotateY(180deg); }
    to { transform: rotateY(-180deg); }
}



.Ini {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
}

.hero-content {
    display: flex;
    align-items: center;
}

.star-1, .star-2 {
    font-size: 35px;
    margin: 0 10px;
}

.moi{
    display: flex;
    align-items: center;
}

.projets{
    display: flex;
    align-items: center;
}



#Text {
    display: flex;
    align-items: center;
    background-color: #d6c6867a;
    border-radius: 13%;
    box-shadow: 20px 14px 20px #aa76afc4;
    padding: 30px;
}

#In {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1 {
    margin-right: 10px;
}

h2 {
    font-size: 31px;
    color: #352c1cdb;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    margin-bottom: 19px;
}

p {
    font-size: 19px;
    margin-bottom: 15px;
}



section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
}

.Mee {
    width: 100%;
}

#Me {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-evenly;
}

.Pre {
    width: 741px;
    background-color: transparent;
    border-radius: 13%;
    box-shadow: 20px 14px 20px #8d6591;
    padding: 30px;
}



h5 {
    font-size: 58px;
    color: #634c21;
    text-align: center;
    font-family: 'Lora', serif;
    margin-bottom: 20px;
}

h3 {
    font-size: 16px;
    color: #181614;
    text-align: justify;
    font-family: "Fleur De Leah", cursive;
}



#cards {
    height: 329px;
    width: 74%;
    display: flex;
    gap: 4px;
}

#So{
    padding-top: 360px;
    height: 413px;
    width: 74%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


img {
    max-width: 100%;
    height: auto;
}

.img1 {
border-radius: 1000px;
    position: absolute;
    right: 2%;
    top: 11%;
    width: 371px;

}

.img2 {
    width: 73px;

}

.img3 {
    width: 373px;

}

.img4 {
    width: 473px;

}

.img5 {
    width: 493px;
    height: 534px;

}

.img6 {
    width: 493px;
    height: 534px;

}

.img7 {
    width: 493px;
    height: 534px;

}

.img8 {
    width: 493px;
    height: 534px;

}

.img9 {
    width: 650px;
    height: 650px;

}

.img10 {
    width: 650px;
    height: 650px;

}

#A{
    display: flex;
    justify-content: space-between;

}

#Ima{
    display: flex;
    justify-content: space-between;

}

#Fig{
    display: flex;
    justify-content: space-between;

}


.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 40px;
    background-color: #d6c686;
}

.footer h6 {
    margin: 0;
    font-size: 16px;
}

.footer a {
    text-decoration: none;
    color: #1E3A8A;
}

.footer a:hover {
    text-decoration: underline;
}