article {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #eee;
    user-select: none;
}
.articles-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px; /* Ajoutez un espacement entre chaque article si nécessaire */
}


.nft {
    user-select: none;
    max-width: 300px;
    margin: 5rem auto;
    border: 1px solid darkkhaki;
    background-color: #C6A51E;
    background: linear-gradient(0deg, #C6A51E 80%);
    box-shadow: 0 7px 20px 5px #C6A51E;
    border-radius: .7rem;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    overflow: hidden;
    transition: .5s all;
text-align : center;

hr {
    width: 100%;
    border: none;
    border-bottom: 1px solid #88888855;
    margin-top: 0;
}

ins {
    text-decoration: none;
}

.main {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    align-items : center;
    text-align : center;

.tokenImage {
    border-radius: .5rem;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
}

.description {
    margin: .5rem 0;
    color: white;
    align-items : center;
    display: flex;
    text-align : center;
}

.tokenInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align : center;

.price {
    display: flex;
    align-items: center;
    color: white;
    font-weight: 700;
text-align : center;

ins {
    margin-left: -.3rem;
    margin-right: .5rem;
    text-align : center;
}
}

.duration {
    display: flex;
    align-items: center;
    color: #a89ec9;
    margin-right: .2rem;

ins {
    margin: .5rem;
    margin-bottom: .4rem;
}
}
}

.creator {
    display: flex;
    align-items: center;
    margin-top: .2rem;
    margin-bottom: -.3rem;

ins {
    color: #a89ec9;
    text-decoration: none;
}

.wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ffffff22;
    padding: .3rem;
    margin: 0;
    margin-right: .5rem;
    border-radius: 100%;
    box-shadow: inset 0 0 0 4px #000000aa;

img {
    border-radius: 100%;
    border: 1px solid #ffffff22;
    width: 2rem;
    height: 2rem;
    object-fit: cover;
    margin: 0;
}
}
}
}

::before {
    position: fixed;
    content: "";
    box-shadow: 0 0 100px 40px #ffffff08;
    top: -10%;
    left: -100%;
    transform: rotate(-45deg);
    height: 60rem;
    transition: .7s all;
}

&:hover {
     border: 1px solid #ffffff44;
     box-shadow: 0 7px 50px 10px #000000aa;
     transform: scale(1.015);


::before {
    top: -100%;
    left: 200%;
}
}
}

.bg {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
th {
    background-color: #f2f2f2;
}

.post {
    margin-top: 20px;
}


/* Style général du formulaire */
form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: thick double #E0C62B;
    border-radius: 8px;
    color: #193B1D;
}

/* Style des champs de saisie */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #193B1D;
    border-radius: 5px;
    box-sizing: border-box;
}

/* Style des boutons */
input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 15px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #45a049;
}

/* Style pour le choix déroulant */
select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #193B1D;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: white;
}

/* Style pour les messages d'erreur */
.error-message {
    color: red;
    margin-top: -10px;
    margin-bottom: 10px;
}

/* Style pour les messages de succès */
.success-message {
    color: green;
    margin-top: -10px;
    margin-bottom: 10px;
}

#candidature {
    align-items: center;
}


.rien{
    text-decoration: none;
    text-align : center;
}

.p {
    text-align : center;
}