html, body {
    width: 100%;
    min-width: 0;
    overflow-x: auto;
}

.create-container {
    width: 100%;
    height: 100%; /* Always at least viewport height */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    background: linear-gradient(45deg, #ffffff, #000000, #ffffff); 
}

.create-container h1 {
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    color: #fff4e3;
    text-align: center;
    font-size: 3.5rem;
    text-shadow: 5px 3px 5px #000000;
}

.create-container .container {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin: 1.5rem auto;
    width: 1800px;
}

.create-container .section-left,
.create-container .section-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    list-style: none;
}

.create-container .announce-card {
    background: transparent;
    padding: 1.5rem;
    border-radius: 10px;
   
    min-width: 400px;
    max-width: 2200px;
    width: 100%;
    margin-bottom: 0;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 200px;
    color: #fff4e3;
    margin-top: 0;
    height: 815px;
}

.create-container .announce-card p {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-top: 0;
    text-align: center;
    font-family: 'orbitron', sans-serif;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 1rem;
}

.create-container .announce-card h1 {
    font-size: 2.1rem;
    margin-top: 0.5rem;
    margin-bottom: 1.2rem;
    font-family: 'orbitron', sans-serif;
    font-weight: bold;
    color: #000000;
    text-shadow: 5px 3px 5px #376cff;
}

.create-container .announce-card h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #fff4e3;
    font-family: 'orbitron', sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
}

.create-container .card {
    background: #ffffff;
    padding: 0.4rem;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgb(255, 255, 255);
    min-width: 400px;
    max-width: 1200px;
    width: 100%;
    margin-bottom: 0;
    border: 2px solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 850px;
    color: #000000;
    margin-top: 0;
    list-style: none;
}

.create-container .card h2 {
    margin-top: 0;
    margin-bottom: 0.2rem;
    color: #000000;
    font-family: 'orbitron', sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
}

.create-container .passu-btn {
    padding: 0.7rem 1.7rem;
    margin-top: 0;
    margin-bottom: 0;
    background: linear-gradient(90deg, #000000, #fff4e3, #000000);
    color: #000000;
    border: 1px solid #fff4e3;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    width: auto;
    font-size: 0.8rem;
    font-family: 'Orbitron', sans-serif;
    animation: all 0.3s ease;
    position: absolute;
    left: 2.4rem;
    top: 2rem;
}

.passu-btn:hover {
    background: linear-gradient(90deg, #376cff, #fff4e3, #376cff);
    color: #000000;
    transform: scale(1.03);
}

.create-container a {
    text-decoration: none;
    color: inherit;
}

.create-container h2 {
    font-family: 'Georgia', serif;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.create-container .announce-card h3 {
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    color: #fff4e3;
    text-shadow: 5px 3px 5px #000000;
    text-align: center;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    font-size: 1.8rem;
}

.create-container .open-details-btn .button-style {
    background: linear-gradient(90deg, #000000, #fff4e3, #000000) !important;
    color: #000000;
    border: 1px solid #fff4e3;
    border-radius: 6px;
    padding: 0.7rem 1.5rem;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 1.9rem;
    margin-bottom: 1.9rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: 0.3s ease;
}

.create-container .open-details-btn .button-style:hover {
    background: linear-gradient(90deg, #376cff, #fff4e3, #376cff);
    color: #000000;
    transform: scale(1.1);
}

.create-container .open-details-btn .button-style {
    font-size: 1.2rem;
}

.create-container .forfait-coquin {
    margin-top: 3rem;

}

.create-container .forfait-univers {
    margin-top: 3rem;

}

.create-container .forfait-guilde {
   margin-bottom: 3rem;
}

.create-container p {
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    color: #fff4e3;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
}

.forfaits_pass {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 3rem;
    margin-top: 3rem;
    width: 100%;
}

.forfaits_pass > * {
    flex: 1 1 0;      /* equal width for all 3 children */
    min-width: 0;     /* prevents overflow */
    max-width: 33%;   /* hard cap at 1/3 */
}

.forfait-classique,
.forfait-signature,
.forfait-partenaire {
    flex: 1 1 0;
    min-width: 0;
    background-size: 110% 110%;
    height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;   
}

@keyframes bg-move {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.forfait-classique {
    box-shadow: 0 2px 15px rgb(255, 255, 255);
    background-size: 110% 110%;
    padding: 0.5rem;
    border-radius: 10px;
    animation: bg-move 20s linear infinite;
    background: url('../images/neutre.png') no-repeat center center;
}

.forfait-signature {
    box-shadow: 0 2px 15px rgb(255, 255, 255);
    background-size: cover;
    animation: bg-move 20s linear infinite;
    padding: 0.5rem;
    border-radius: 10px;
    background: url('../images/fond-n.jpg') no-repeat center center;
    animation: bg-move 20s linear infinite;     
}

.forfait-partenaire {
    box-shadow: 0 2px 15px rgb(255, 255, 255);
    background: url('../images/discret.png') no-repeat center center;
    background-size: cover; 
    padding: 0.5rem;
    border-radius: 10px;
}

.forfaits_pass a .pass-btn {
    text-decoration: none;
    color: #000000;
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    text-align: center;
    justify-content: center;    
}

.pass-btn {
    background: linear-gradient(90deg, #000000, #fff4e3, #000000);
    color: #000000;
    border: 1px solid #fff4e3;
    border-radius: 8px;
    padding: 0.7rem 1.5rem;
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    margin: 0.5rem 0;
    width: 100%;
    transition: transform 0.3s ease;
}

.pass-btn:hover {
    background: linear-gradient(90deg, #376cff, #fff4e3, #376cff);
    color: #000000;
    transform: scale(1.1);
}