body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(135deg, #1d2b64, #f8cdda);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.container {
    text-align: center;
    max-width: 700px;
    width: 80dvw;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    
}

.titre {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #f8cdda;
}

hr {
    border: 0;
    height: 2px;
    background: #f8cdda;
    margin: 20px auto;
    width: 80%;
}

.main iframe {
    border: 0;
    border-radius: 10px;
    max-width: 100%;
}

.main {
    margin-top: 20px;
}
.cat img {
    border: 0;
    border-radius: 10px;
    max-width: 100%;
}

.cat {
    margin-top: 20px;
}
.promo {
    margin-top: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #f8cdda;
    border-radius: 10px;
    text-align: center;
}

.promo img {
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.promo p {
    font-size: 1.2rem;
    color: #f8cdda;
}

footer {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #ccc;
}

footer a {
    color: #f8cdda;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
.side-image {
    height: 100px;
    margin-left: 10px;
    margin-right: 10px;
}
.title-wrapper{
    display: flex;
    justify-content: center;
    padding: 10px;
}