/*css pour téléphone*/

body {
    margin: 0;
    font-family: sans;
    text-align: center;
    background: #f2f0ef;
    color: #19191afe;
    margin: auto;
}





header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.headertext {
    background-color: azure;
    padding: 15px 20px;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 6%;
    padding-right: 9%;


}

.compo {
    text-decoration: none;
    font-size: 100%;
    color: #344149;
    position: relative;
}

.otc {
    text-decoration: none;
    font-size: 120%;
    color: #434149;
    position: relative;
}

.live {
    text-decoration: none;
    font-size: 100%;
    color: #344149;
    position: relative;
}

.soundcloud {
    margin: auto;
    display: flex;
    justify-content: center;
    padding-top: 5%;
    padding-bottom: 0%;
    max-width: 1%;
    height: auto;
    transition: transform 0.3s ease;
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.3));


}

.youtube {
    margin: auto;
    display: flex;
    justify-content: center;
    max-width: 1%;
    height: auto;

    transition: transform 0.3s ease;
    filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.5));
}



.otc:hover::after {
    width: 100%;
}

.otc::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #434149;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
}

.compo:hover::after {
    width: 100%;
}

.compo::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #434149;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
}


.live:hover::after {
    width: 100%;
}

.live::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #434149;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
}

.mail {
    margin: auto;
    text-decoration: none;
    color: #42799bfe;
    ;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 5%;
}



.titre {


    margin-top: 18%;
    margin: 3%;

    font-size: auto;
    color: #0f151c;

}



h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: auto;
    font-size: 500%;
    padding-top: 40%;
    display: flex;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
}

h2 {
    font-size: 400%;
    margin: auto;
    text-align: center;
    text-decoration: underline;
    padding-top: 20%;


}

img {
    margin: auto;
    padding-top: 50%;
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    filter: drop-shadow(30px 30px 30px rgba(0, 0, 0, 0.3));

}

.text p {
    font-size: 150%;
    margin: auto;
    padding: 15% 10% 10% 10%;
    display: flex;
    justify-content: center;

}

.text p {
    opacity: 0;
    /* Invisible au début */
    animation-name: apparaitre;
    animation-duration: 1s;
    /* Durée de l'animation */
    animation-delay: 1.5s;
    /* Délai de 2 secondes */
    animation-fill-mode: forwards;
    /* Garde le style final */
    padding-bottom: 30%;
}

@keyframes apparaitre {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }


}




.compotext {
    margin: auto;
    font-size: 150%;

    padding: 5% 5% 5% 5%;

}


.soundcloud :hover {
    transform: scale(1.1);
    transform: scale(1.1);
    filter: drop-shadow(30px 30px 30px rgba(0, 0, 0, 0.3));
}

.youtube :hover {
    transform: scale(1.1);
    transform: scale(1.1);
    filter: drop-shadow(30px 30px 30px rgba(0, 0, 0, 0.3));
}

img :hover {
    transform: scale(1.1);

}

#concerts {
    font-size: 200%;
    margin: auto;

}



.proconcerts {
    font-size: 100%;
    padding-top: 50%;

}

#musiques {
    font-size: 200%;
    padding-top: 20%;
}

.membres {
    margin: auto;

    display: flex;
    justify-content: space-between;

    padding-left: 5%;
    padding-right: 5%;

}

.textconcert {
    font-size: 80%;
    padding: 10%;


}

footer {
    margin: auto;
    padding: 10% 0% 0% 0%;
    background-color: azure;
}

.logo {
    margin: auto;
    padding: 5% 5% 5% 5%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#suivre {
    margin: auto;
    font-size: 300%;


}

.mailfooter {
    display: flex;
    justify-content: center;

}

.sousfooter {
    display: flex;
    justify-content: center;
}

.tiktok {
    padding-bottom: 4%;
    transition: transform 0.3s ease;
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.3));

}

.logosc {
    padding-left: 5%;
    transition: transform 0.3s ease;
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.3));

}


.logoyt {
    padding-left: 3%;
    transition: transform 0.3s ease;
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.3));

}

.insta {
    transition: transform 0.3s ease;
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.3));
}

.vecteezy {

    padding-top: 2%;
}

#vlink {
    text-decoration: none;
    color: #42799bfe;
}

/*css pour ordinateur*/
@media (min-width: 768px) {
    body {
        margin: 0;
        font-family: sans;
        text-align: center;
        background: #f2f0ef;
        color: #19191afe;
        margin: auto;
    }

    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }

    .headertext {
        background-color: azure;
        padding: 15px 20px;
        width: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 15%;
        padding-right: 15%;


    }

    .compo {
        text-decoration: none;
        font-size: 150%;
        color: #344149;
        position: relative;
    }

    .otc {
        text-decoration: none;
        font-size: 150%;
        color: #434149;
        position: relative;
    }

    .live {
        text-decoration: none;
        font-size: 150%;
        color: #344149;
        position: relative;
    }

    .soundcloud {
        margin: auto;
        display: flex;
        justify-content: center;
        padding-top: 5%;
        padding-bottom: 0%;
        max-width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
        filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.3));


    }

    .youtube {
        margin: auto;
        display: flex;
        justify-content: center;
        max-width: 90%;
        height: auto;

        transition: transform 0.3s ease;
        filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.5));
    }



    .otc:hover::after {
        width: 100%;
    }

    .otc::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        background: #434149;
        bottom: 0;
        left: 0;
        transition: width 0.3s ease;
    }

    .compo:hover::after {
        width: 100%;
    }

    .compo::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        background: #434149;
        bottom: 0;
        left: 0;
        transition: width 0.3s ease;
    }


    .live:hover::after {
        width: 100%;
    }

    .live::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        background: #434149;
        bottom: 0;
        left: 0;
        transition: width 0.3s ease;
    }

    .mail {
        text-decoration: none;
        color: #42799bfe;
        ;
        position: relative;
    }






    .titre {


        margin-top: 18%;
        margin: 3%;

        font-size: auto;
        color: #0f151c;

    }



    h1 {
        margin: auto;
        font-size: 800%;
        padding-top: 20%;
    }

    h2 {
        font-size: 400%;
        margin: auto;
        text-align: center;
        text-decoration: underline;
        padding-top: 20%;


    }

    img {

        margin: auto;
        max-width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        filter: drop-shadow(30px 30px 30px rgba(0, 0, 0, 0.3));
        padding-top: 10%;

    }

    .text p {
        font-size: 200%;
        margin: auto;
        padding: 5% 25% 10% 25%;
        display: flex;
        justify-content: center;

    }

    .text p {
        opacity: 0;
        transition: 1s
    }

    .text :hover {
        opacity: 1;


    }

    .compotext {
        margin: auto;
        font-size: 200%;

        padding: 5% 30% 5% 30%;

    }


    .soundcloud :hover {
        transform: scale(1.1);
        transform: scale(1.1);
        filter: drop-shadow(30px 30px 30px rgba(0, 0, 0, 0.3));
    }

    .youtube :hover {
        transform: scale(1.1);
        transform: scale(1.1);
        filter: drop-shadow(30px 30px 30px rgba(0, 0, 0, 0.3));
    }

    img :hover {
        transform: scale(1.1);

    }

    #concerts {
        font-size: 200%;
        margin: auto;

    }



    .proconcerts {
        font-size: 150%;
        padding-top: 20%;

    }

    .membres {
        margin: auto;

        display: flex;
        justify-content: space-between;
        padding-left: 31%;
        padding-right: 31%;
    }

    .textconcert {
        padding-top: 5%;
        padding-bottom: 10%;
        font-size: 100%;
    }

    footer {
        margin: auto;
        padding: 3% 0% 0% 0%;
        background-color: azure;
    }

    .logo {
        margin: auto;
        padding: 5% 5% 5%;

        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    #suivre {
        margin: auto;
        font-size: 300%;


    }

    .mailfooter {
        display: flex;
        justify-content: centerß;
    }

    .sousfooter {
        display: flex;
        justify-content: center;
    }

    #musiques {
        font-size: 300%;
        padding-top: 10%;
    }

    .tiktok {
        padding-bottom: 0.5%;
        transition: transform 0.3s ease;
        transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    }

    .tiktok :hover {
        transform: scale(1.1);
        transform: scale(1.1);
        filter: drop-shadow(30px 30px 30px rgba(0, 0, 0, 0.3));
    }

    .logosc {

        transition: transform 0.3s ease;
        transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    }

    .logosc:hover {
        transform: scale(1.1);
        transform: scale(1.1);
        filter: drop-shadow(30px 30px 30px rgba(0, 0, 0, 0.3));
    }

    .logoyt {

        transition: transform 0.3s ease;
        transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    }

    .logoyt:hover {
        transform: scale(1.1);
        transform: scale(1.1);
        filter: drop-shadow(30px 30px 30px rgba(0, 0, 0, 0.3));
    }


    .instat {

        transition: transform 0.3s ease;
        transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    }

    .insta:hover {
        transform: scale(1.1);
        transform: scale(1.1);
        filter: drop-shadow(30px 30px 30px rgba(0, 0, 0, 0.3));
    }


    .vecteezy {
        padding-top: 2%;
        display: flex;
        justify-content: center;
    }

    #vlink {
        text-decoration: none;
        color: #42799bfe;
    }
}