body {	
    background-image: url('../images/Jawad-El-Yamiq.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 70px;
    text-align: center;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}


.cadrage {
    background: rgba(255, 255, 255, 0);
    color: black;
    width: 100%;
    margin: 0;
    margin-top: 200px;
    padding: 20px;
    box-sizing: border-box;
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 40px 0;
}

.button-62 {
    background: linear-gradient(to bottom right, #8257a8, #aa88c9);
    border: 0;
    border-radius: 12px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    outline: transparent;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    margin: 10px;
    min-width: 200px;
}

.button-62:not([disabled]):focus {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), 
                -.125rem -.125rem 1rem #8257a8, 
                .125rem .125rem 1rem white;
}

.button-62:not([disabled]):hover {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), 
                -.125rem -.125rem 1rem white, 
                .125rem .125rem 1rem #8257a8;
}

.main-title {
    font-family: Chalkduster, fantasy;
    color: black;
    font-size: 120px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 120px 20px;
    margin: 0;
    line-height: 1.2;
}

.contributions {
    background: rgba(255, 255, 255, 0);
    color: black;
    width: 100%;
    max-width: none;
    margin: 0;
    margin-bottom: 80px;
    padding: 40px 20px;
    box-sizing: border-box;
}

.stats-table {
    width: 80%;
    max-width: 1000px;
    border-collapse: collapse;
    margin: 50px auto;
    animation: fadeIn 1s ease-in;
    background: white;
    border-radius: 15px;
    color: black;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.stats-table th, .stats-table td {
    padding: 15px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #8257a8;
    border-right: 1px solid #8257a8;
}

.stats-table th {
    background-color: #8257a8;
    color: none;
    font-weight: bold;
}

.stats-table tr:last-child td {
    border-bottom: none;
}

.stats-table td:last-child,
.stats-table th:last-child {
    border-right: none;
}

.stat {
    color: crimson;
}

/* Titres */
h1 {
    font-size: 150px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 6px;
    padding: 150px 20px;
    margin: 0;
    line-height: 1.3;
    text-shadow: 4px 4px 8px white;
}

h2 {
    background-color: #8257a8;
    font-size: 32px;
    color: white;
    text-align: left;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    margin-bottom: 40px;
    max-width: none;
    width: 100%;
    box-sizing: border-box;
}


/* Paragraphes */
p {
    color: white;
    text-align: justify;
    line-height: 1.6;
    margin: 15px 0;
    max-width: none;
    padding: 0 20px;
    box-sizing: border-box;
}


/* Image */
.portrait {
    display: block;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 2px 2px 10px gray;
}

#palamres {
    margin-top: 60px;
}

.video-container {
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.video-container video {
    width: 100%;
    display: block;
    border-radius: 15px;
}

/* Lien vers la page d'accueil */
a {
    display: inline-block;
    background-color: #8257a8;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
}

a:hover {
    background-color: darkred;
}
