*, *::before, *::after {
    box-sizing: border-box;
}

nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #e2c8fb;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.logo-link {
    display: flex;
    align-items: center;
}

body.tba-page {
    background-image: url('./media/background.jpg');
    background-size: cover;
}

.contact-info {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 20px;
}

.social{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    aspect-ratio: 1 / 1;
    padding: 12px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    background: rgba(255,255,255,0.12);
    border-radius: 18px;
    overflow: hidden;
}

.social img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.tba-page h1{
    text-decoration: snow;
    color: snow;
    margin-top: clamp(60px, 20vw, 200px);
    margin-bottom: clamp(80px, 20vw, 250px);
}

body {
    margin: 0;
    min-height: 100vh;  
    background-color: snow;
    display: flex;
    flex-direction: column;
}

.menu {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu li {
    margin: 10px;
    font-size: larger;
    font-family: "Red Hat Display", sans-serif;
}

.menu a {
    text-decoration: none;
    color: inherit;
}

.menu a:hover {
    color: snow;
    text-decoration: underline;
}

.logo {
    height: 70px;
}

.burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 1001;
}

.burger span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #52007C;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.burger.active span:nth-child(1) {
    transform: translateY(9.5px) rotate(45deg);
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(3) {
    transform: translateY(-9.5px) rotate(-45deg);
}

.footer-content{
    background-color: #bc78e6;
    padding: 20px;
    text-align: center;
    font-family: "Red Hat Display", sans-serif;
    max-width: 1280px;
    width: min(100%, 1280px);
    margin: 0 auto;
}

footer {
    background-color: #bc78e6;
    margin-top: 40px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}


.footer-content a {
    text-decoration: none;
    color: inherit;
}

.footer-content a:hover {
    color: snow;
    text-decoration: underline;
}

.footer-content li{
    list-style: none;
    display: inline-block;
    margin: 0 15px;
}

.list{
    display: flex;
    justify-content: center;
    gap: 12px 20px;
    flex-wrap: wrap;
}

.footer-content li:hover{
    color: snow;
    text-decoration: underline;
}

.articles{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 0;
}

.article{
    width: 300px;
    height: 500px;
    border-radius: 24px;
    background-color: rgb(250, 238, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
}

.articles-ressources{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 0;
}

.article-ressource{
    width: 300px;
    height: 300px;
    border-radius: 24px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 0;
    overflow: hidden;
}

.portrait{
    width: 275px;
    height: 350px;
    margin: 12px 12px 12px 12px;
    border-radius: 24px 24px 24px 24px;
    object-fit: cover;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.download-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    background-color: #bc78e6;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    cursor: pointer;
    width: auto;
}

.download-button:hover {
    background-color: #612ea9;
}

h1{
    font-family: "Bauhaus 93", sans-serif;
    display: block;
    text-align: center;
    font-size: clamp(2.5rem, 8vw, 6.25rem);
    margin-top: auto;
    margin-bottom: 0;
    padding: 0 15px;
    color: #52007C;
}

h2{
    font-family: "Bauhaus 93", sans-serif;
    display: block;
    text-align: left;
    font-size: clamp(2rem, 6vw, 5rem);
    margin-top: auto;
    margin-left: clamp(20px, 5vw, 80px);
    margin-bottom: 0;
    color: #a671c0;
}

h3{
    font-family: "Bauhaus 93", sans-serif;
    display: block;
    text-align: left;
    font-size: clamp(1.4rem, 4vw, 2.2rem);
    margin-top: auto;
    margin-bottom: 0;
    color: #4f0076;
}

.ust-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;
}

.ust{
    justify-content: left;
    display: block;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    max-width: 310px;
    height: auto;
    border-radius: 24px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

h3.title-ust{
    font-family: "Bauhaus 93", sans-serif;
    display: block;
    text-align: left;
    font-size: 20px;
    margin-top: auto;
    margin-left: 0px;
    margin-bottom: 0;
    color: #4f0076;
}

.title-singer{
    font-family: "Red Hat Display", sans-serif;
    display: block;
    text-align: left;
    font-size: 35px;
    margin-top: auto;
    margin-left: 0px;
    margin-bottom: 0;
    color: #4f0076;
}

.cover-img{
    display: block;
    margin: auto;
    flex-shrink: 0;
    width: 100%;
    max-width: 270px;
    height: auto;
    border-radius: 18px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.ust-text{
    display: flex;
    flex-direction: column;
    margin-left: 0;
    padding-left: 0;
}

.ust-text ul{
    margin-left: 0;
    padding-left: 20px;
}

.ust-text, li{
    font-family: "Red Hat Display", sans-serif;
    color: #52007C;
    text-align: left;
}

.logo-vb{
    display: block;
    margin: 20px auto 0 auto;
    width: min(500px, 90%);
    height: auto;
}

.quote{
    font-family: "Red Hat Display", sans-serif;
    display: block;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    color: #52007C;
    padding-top: 0;
}

.intro{
    font-family: "Red Hat Display", sans-serif;
    display: block;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    color: #52007C;
    padding-top: 0;
}

.title-image{
    display: auto;
    padding-left: 25px;
    margin: 20px auto 0 auto;
    width: 300px;
    height: auto;
}

.team{
    background-color: rgb(250, 238, 255);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start;
    margin: 20px auto 0 auto;
    width: 800px;
    max-width: calc(100% - 40px);
    height: auto;
    border-radius: 24px;
    padding: 20px;
    font-family: "Red Hat Display", sans-serif;

}

.vb{
    background-color: rgb(250, 238, 255);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start;
    margin: 20px auto 0 auto;
    width: 800px;
    max-width: calc(100% - 40px);
    height: auto;
    border-radius: 24px;
    padding: 20px;
    font-family: "Red Hat Display", sans-serif;
}

.vb-description{
    display: block;
    width: 100%;
    color: #52007C;
    text-align: left;
}

.video{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 0 20px 0 0;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    max-width: 560px;
    aspect-ratio: 1 / 1;
    height: auto;
}

.team-photo{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 0 20px 0 0;
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}



.team-text{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    color: #52007C;
    text-align: left;
}

.team-text h3,
.team-text p,
.team-text ul,
.team-text li{
    text-align: left;
}

.download-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    background-color: #bc78e6;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    cursor: pointer;
    width: auto;
}

.download-button:hover {
    background-color: #612ea9;
}

.team-members{
    margin: 10px 0 0 0;
    padding-left: 20px;
    line-height: 1.6;
}

.team-note{
    font-size: 10px;
    margin: 10px 0 0 0;
    padding: 0;
}  

.voice{
    width: 40px;
    height: auto;
    margin: 0;
}

.voice :hover{
    width: 40px;
    height: auto;
    margin: 0;
    color: aliceblue;
}

.voice-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.news{
    background-color: rgb(250, 238, 255);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start;
    margin: 20px auto 0 auto;
    width: 800px;
    max-width: calc(100% - 40px);
    height: auto;
    border-radius: 24px;
    padding: 20px;
    font-family: "Red Hat Display", sans-serif;
}

.news-image{
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start;
    margin: 20px auto 0 auto;
    width: 800px;
    max-width: calc(100% - 40px);
    height: auto;
    border-radius: 24px;
    padding: 20px; 
}

.img-ressource{
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
}

.text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Red Hat Display", sans-serif;
    padding: 1px;
    background: white;
}

.gallery-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;
}

.gallerie{
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

p{
    font-family: "Red Hat Display", sans-serif;
    color: #52007C;
    justify-content: center;
}

/* respon */
@media (max-width: 900px) {
    .team,
    .vb {
        flex-direction: column;
        align-items: center;
    }

    .team .video,
    .vb .video,
    .team iframe,
    .vb iframe {
        margin: 0 0 16px 0;
        max-width: 100%;
    }

    .team-photo {
        margin: 0 0 16px 0;
    }

    .team-text,
    .vb-description {
        text-align: center;
    }

    .team-text h3,
    .team-text p,
    .team-text ul,
    .team-text li,
    .vb-description p {
        text-align: left;
    }

    .logo {
        height: 55px;
    }
}

/* burger */
@media (max-width: 768px) {
    .burger {
        display: flex;
    }

    .menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: center;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        background-color: #e2c8fb;
        box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
        transition: max-height 0.35s ease;
    }

    .menu.open {
        max-height: 400px;
    }

    .menu li {
        margin: 16px 0;
    }
}

/* respon */
@media (max-width: 600px) {
    nav {
        padding: 12px 16px;
    }

    .menu li {
        font-size: 17px;
    }

    h2 {
        text-align: center;
        margin-left: 0;
    }

    .quote,
    .intro {
        font-size: 15px;
        padding: 0 16px;
    }

    .team,
    .vb,
    .news {
        padding: 14px;
    }

    .articles {
        justify-content: center;
        padding: 20px 10px;
    }

    .contact-info {
        gap: 20px;
    }

    .social {
        width: 42vw;
        min-width: 130px;
        max-width: 180px;
    }
}

