a{
    color: rgba(255, 255, 0, 0.582);
    font-weight: bold;
}

a:hover{
    color: salmon;
}

.logo{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.intro{
    color: white;
    text-align: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
}

.core{
    background-image: url(../Images/fond_ecran.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    height: 100vh;
    overflow-y: scroll;
}

.carousel-item{
    text-align: center;
}

.onglet{
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: left;
    padding: 20px;
    margin-top: 50px;
    border-radius: 7px;
}

.img-fluid{
    width: 500px;
    height: 352px;
    max-width: 100%;
    height: auto;
}

.dvd{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.title{
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: center;
}

.title2{
    background-color: rgba(66, 33, 99, 0.5)
}

.foot{
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    margin-top: 50px;
    border-radius: 7px;
    margin-bottom: 50px;
    padding: 10px;
}