@keyframes navlink {
  0%   {height: 0px}
  100% {height: 0px}
}

main{
    width: 80%;
    margin: 0 auto;
}

h1 {
    margin: 100px auto;
    font-size: 50px;
    text-align: center;
}

.discordaff{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 700px;
    width: 95%;
    margin: 0 auto 20px;
}

.discordaff > div:nth-child(1) > img{
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

.discordaff div:nth-child(2) {
    width: 100%;
    margin: 0 40px;
}

.discordaff div:nth-child(2) > p:nth-child(1) {
    font-size: 20px;
    margin: 20px 0;
    font-weight: bold;
}

.about-me{
    max-width: 1000px;
}

.button-more {
    padding: 10px;
    margin: 10px;
    background-color: #305;
    width: max-content;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
}

.button-more span{
    color: #fff;
}


.sylvybots {
    margin: 20px auto 0;
}

h2{
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
    font-weight: bold;
    font-size: 30px;
}

h3{    
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
}

p{
    margin-bottom: 5px;
}

.sylvybots h2{
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
    font-weight: bold;
}

.sylvybots h3{    
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
}

.MesProjets{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.abonnement-plan{
    margin: 50px 0 50px;
    border: 1px #fff solid;
    border-radius: 10px;
    padding: 10px 20px;
    padding-bottom: 50px;
    min-width: 200px;
    background-color: #1026;
    position: relative;
}

.abonnement-plan h3{
    margin-top: 15px;
}

.center-ou{
    text-align: center;
    text-decoration: underline;
}

.prix{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-size: 25px;
}

.indice{
    margin-left: 2px;
    font-variant-position: super;
}

.space-evenly {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

#contact{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

#contact img{
    height: 100px;
    object-fit: cover;
}

#contact p{
    margin-top: 10px;
}

#contact a p{
    text-decoration: underline;
}

@media (max-aspect-ratio: 1/1) {
    main{
        width: 95%;
        overflow: hidden;
    }

    .MesProjets{
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .discordaff > div:nth-child(1) > img{
        height: 100px;
        width: 100px;
        border-radius: 50%;
    }


    #contact{
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .discordaff{
        flex-direction: column;
        align-items: center;
        max-width: unset;
        width: 95%;
        margin-bottom: 25px;
    }

    .prixabo{
        flex-wrap: wrap;
    }

}

@media (max-width: 1000px) {
    main{
        width: 95%;
    }
}