/*>> page d'acueill */

.bodyhome{
    padding: 0px;
    margin: 0px;
    background-image: url("../images/back.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-sizing: border-box;
}
/* navbar */
.navbar-brand{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

/* Carte introduction */
.intro{
    text-align: center;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.7);
}
.intro h1{
    color: aquamarine;
    padding: 25px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 50px;
}
.intro p{
    color: beige;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: larger;
}
button {
    background-color: white;
    border-radius: 4px;
    box-shadow: 3px 3px white;
    color: black;
    font-weight: bold;
}
img {
    transition: box-shadow 0.7s;
}
img:hover {
    box-shadow: 0px 3px 11px black;
}
a {
    text-decoration: none;
    color: black;
}
a:hover {
    text-decoration: underline;
}
/* button check more */

.check{
    padding: 25px;
    text-decoration: none;
}
.check a{
    padding: 25px;
    text-decoration: none;
    color: #198754;
}
.check a:hover{
    text-decoration: none;
    color: #ffffffce;
}

/* music */
.preview{
    background-color: azure;
    font-family: fantasy;
}
.preview h3{
    text-align: center;
    padding: 10px;
}

.Music-player{
    background-color: azure;
    background-color: rgba(189, 185, 185, 0.7);
}
.cover{
    text-align: center;
}
/* ----------------------------------------------- */
/*>> page streaming */
.bodystreaming{
    padding: 0px;
    margin: 0px;
    background-image: url("../images/backstreaming.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-sizing: border-box;
}

.card-title{
    font-family: courier;
}
.card-text{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
/* ----------------------------------------------- */