@import url("general.css");

p {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
    color: #e0e0e0;
}

h1 {
    text-align: center;
}

.header {
    width: 100%;
    height: auto;
    display: block;
}

.MenuAccueil {
    font-size: 52px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    border-top: 3px solid #ffd700;
    border-bottom: 3px solid #ffd700;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.9);
    text-align: center;
    margin: 0;
    width: 100%;
}

.button-center {
    text-align: center;
    margin: 40px auto;
}

.accueill {
    font-size: 20px;
    padding: 15px 40px;
    border-radius: 30px;
    background: linear-gradient(180deg, #ffd700, #b59b00);
    color: #000;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.accueill:hover {
    transform: translateY(-3px) scale(1.05);
    background: linear-gradient(180deg, #fff200, #ffd700);
    box-shadow: 0 12px 30px rgba(255, 215, 0, 0.4);
}

.content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1600px;
    margin: 60px auto;
    padding: 0 80px;
    gap: 100px;
}

.decompte-container {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width:25%;
    margin-top:40px;
}

.decompte3 {
    text-align: left;
    
}

.decompte {
   
    font-size: 22px;
    font-weight: bold;
    color: #ffd700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
    line-height: 1.3;
    max-width: 400px;
}

.decompte:hover {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.decompte2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #ffd700;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    text-align: center;
    white-space: nowrap;
}

.Principal {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.TapOeil {
    font-size: 56px;
    font-weight: 900;
    color: #fff;
    text-align: right;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9);
}

.TapOeil2 {
    font-size: 24px;
    color: #ccc;
    text-align: right;
    margin: 0;
    font-style: italic;
    letter-spacing: 0.5px;
}

.TapOeil4 {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.TapOeil3 {
    border-radius: 0;
    border: 2px solid #daf703;
    padding: 20px 45px;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    background-color: #000;
    box-sizing: border-box;
    font-family: proxima-nova, sans-serif;
    letter-spacing: 1.5px;
    display: inline-block;
    white-space: nowrap;
}

.TapOeil3:hover {
    border: 2px solid #000;
    background-color: #daf703;
    color: #000;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(218, 247, 3, 0.3);
}

.wiki {
    text-decoration: none;
    color: #ffd700;
    transition: color 0.3s ease;
}

.wiki:hover {
    text-decoration: underline;
    color: #fff;
}

.container {
    background: rgba(20, 20, 20, 0.6);
    border-radius: 15px;
    padding: 50px;
    margin: 80px auto;
    max-width: 1200px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.7);
}

@media (max-width: 1400px) {
    .content-wrapper {
        gap: 60px;
        padding: 0 40px;
    }
    
    .MenuAccueil {
        font-size: 44px;
        padding: 20px 0;
    }
    
    .decompte {
        font-size: 28px;
    }
    
    .TapOeil {
        font-size: 48px;
    }
}

@media (max-width: 1100px) {
    .content-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
    
    .decompte-container {
        align-items: center;
    }
    
    .decompte3 {
        text-align: center;
    }
    
    .Principal {
        align-items: center;
    }
    
    .TapOeil,
    .TapOeil2 {
        text-align: center;
    }
    
    .TapOeil4 {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .MenuAccueil {
        font-size: 36px;
        padding: 20px 0;
        letter-spacing: 2px;
    }
    
    .accueill {
        font-size: 18px;
        padding: 12px 30px;
    }
    
    .decompte {
        font-size: 24px;
    }
    
    .decompte2 {
        font-size: 22px;
        padding: 20px 25px;
    }
    
    .TapOeil {
        font-size: 38px;
    }
    
    .TapOeil2 {
        font-size: 20px;
    }
    
    .TapOeil3 {
        font-size: 17px;
        padding: 16px 35px;
    }
    
    .container {
        font-size: 16px;
        padding: 30px 20px;
    }
}

body {
    background: linear-gradient(180deg, #1a1a1a 0%, #000 100%);
    min-height: 100vh;
}