body {
    background-color:#eee4de;
    /*background-image: linear-gradient( #eee4de, #e6d1c9);*/
}

.nav-link {
    color: #eee4de;
    font-family: 'raleway', sans-serif;
    font-size: 20px;
    font-weight: 650;
    transition: all 0.15s ease-in-out;
    display: flex;
    gap: 15px;
}

.navbar-nav {
    /*color: #eee4de;*/
    font-family: 'raleway', sans-serif;
    font-size: 20px;
    font-weight: 650;
    transition: all 0.15s ease-in-out;
    display: flex;
    gap: 15px;
}

.nav-link:hover {
    color: #281b3d;
    font-family:'raleway', sans-serif;
    transform: scale(1.05);
    transition: all 0.15s ease-in-out;
    font-weight: 750;
}

.navbar {
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

a.nav-link.dropdown-toggle::after {
    margin-top: 10px;
}

a.navbar-brand {
    cursor: initial;
}

#navbar-togglerbtn {
    color: #7871AA;
    transition: all 0.15s ease-in-out;
}

#navbar-togglerbtn:hover {
    background-color: #4f4883;
}

#navbar-togglerbtn::after {
    color: #7871AA;
}

.btn-outline-success {
--bs-btn-color: #281b3d;
--bs-btn-border-color: #281b3d;
--bs-btn-hover-color: #eee4de;
--bs-btn-hover-bg: #281b3d;
--bs-btn-hover-border-color: #281b3d;
--bs-btn-focus-shadow-rgb: 25, 135, 84;
--bs-btn-active-color: #eee4de;
--bs-btn-active-bg: #281b3d;
--bs-btn-active-border-color: #281b3d;
--bs-btn-disabled-color: #281b3d;
--bs-btn-disabled-border-color: #281b3d;
}


div.col-12 {
    font-family: 'raleway' sans-serif;
}

#carouselalbum {
    width: 100%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}

.carousel-inner {
    border-radius: 25px;
}

h1 {
    text-align: center;
    font-weight: 600;
}

.col-12 {
    font-size: 21px;
    font-family: 'raleway', sans-serif;
    font-weight: 550;
}

p {
    font-family:'raleway', sans-serif;
    font-size: 21px;
}

h2 {
    font-size: 50px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-family: 'raleway', sans-serif;
    font-weight: 800;
    text-align: center;
}

#abc {
    size: 40px;
    border: 3px dashed #8d6851 ;
}

a {
    font-size: 22px;
    color: #EA7317;
    font-weight: 650;
    text-decoration: none;
}

footer {
    background: #7871AA;
    padding: 55px;
    margin-top: 40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

input[type="text"], input[type="email"], textarea {
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #281b3d;
    border-radius: 5px;
    box-sizing: border-box;
    color: #281b3d;
    font-family: 'raleway', sans-serif;
    font-weight: 500;
  }

label {
    color: #eee4de;
    font-family: 'raleway', sans-serif;
    font-weight: 550;
}

p.recs {
    color: #eee4de;
    font-weight: 650;
}

button {
    background-color: #eee4de;
    color: #281b3d;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;

}

button:hover {
    background-color: #281b3d;
    color: #eee4de;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    transform: scale(1.10)
}

p.def {
    font-weight: 650;
    color: #eee4de;
}

img.spotify {
    width: 80px;
    transition: all 0.15s ease-in-out;
}

img.spotify:hover {
    transform: scale(1.05);
    transition: all 0.15s ease-in-out;
}

.dropdown-item {
    font-size: 18px;
    font-family: 'raleway', sans-serif;
    font-weight: 500;
    color: #281b3d;

}

#droits {
    padding: 5px;
    margin-top: 5px;
    text-align: center;
    font-family: 'raleway', sans-serif;
    color: #eee4de;

}

#mentionlegale {
    color: #eee4de;
    font-weight: 650;
    transition: all 0.15s ease-in-out;
}

#mentionlegale:hover {
    display: flex;
    transform: scale(1.01);
    transition: all 0.15s ease-in-out;
}

/*Artistes*/

#rowartist, #rowartist2 {
    margin: auto;
    margin-top: 35px;
}

img.img-primary {
    width: 65%;
    border-radius: 10%;
    display: block;
    margin: auto;  
}

img.img-primary {
    width: 65%;
    border-radius: 10%;
    display: block;
    margin: auto;
    transition: all 0.15s ease-in-out;
}

img.img-primary:hover {
    transform: scale(1.05);
}

#collapsed {
    display: block;
    margin: auto;
    font-family: 'raleway', sans-serif;
}

.card-body {
    color: #281b3d;
    background-color: #ffefe2;
    margin-top: 8px;
    font-size: 21px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

h4 {
    text-align: center;
    font-weight: 700;
}

/*hiphop*/

.frame {
    background-color: #EA7317;
    background-image: linear-gradient(#EA7317, #ffb547);
    border-radius: 20px;
    margin: 20px;
    width: auto;
    height: auto;
    padding: 8px;
}

#titreplaylist {
    color: #eee4de;
}

h3 {
    color: #eee4de;
    font-size: 20px;
    font-family: 'raleway' sans-serif;
    font-weight: 550;
}

#listsong {
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-type: none;
}

#playlisttext {
    margin: 20px;
    font-size: 25px;
    font-weight: 600;
}

#hiphopimage {
    width: 180px;
    margin: 5px;
    border-radius: 5px;
    transition: all 0.1s ease-in-out;
}

#hiphopimage:hover {
    transform: scale(1.05);
    transition: all 0.1s ease-in-out;
}


/*indie*/

#indieimage {
    width: 180px;
    margin: 5px;
    border-radius: 5px;
    transition: all 0.1s ease-in-out;
}

#indieimage:hover {
    transform: scale(1.05);
    transition: all 0.1s ease-in-out;
}

/*poprock*/

#popimage {
    width: 180px;
    margin: 5px;
    border-radius: 5px;
    transition: all 0.1s ease-in-out;
}

#popimage:hover {
    transform: scale(1.05);
    transition: all 0.1s ease-in-out;
}

/*mentionslegales*/


#legale {
    text-align: center;
    color: #281b3d;
    font-size: 25px;
    font-family: 'raleway' sans-serif;
    font-weight: 700;
}

#cookies {
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 600;
}

#copyright {
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 600;
}

/*playlistdujou*/

#jour {
    width: 180px;
    margin: 5px;
    border-radius: 5px;
    transition: all 0.1s ease-in-out;
}

#jour:hover {
    transform: scale(1.05);
    transition: all 0.1s ease-in-out;
}