/* --- Général --- */
body {
    max-width: 1200px;
    min-width: 760px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: auto;
    background-image: url(img/background/background.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;

}

header {
    padding-top: 50px;
    padding-bottom: 70px;
}

header img {
    width: 300px;
}

header figcaption {
    color: white;
    font-family: 'Segoe UI', sans-serif;
    font-size: 1.2rem;
    margin-top: 20px;
}

h1 {
    font-size: 2.5rem;
    color: white;
    font-weight: normal;
    font-family: 'poppins', sans-serif;
    border-bottom: solid;
    padding-bottom: 10px;
    margin-bottom: 70px;
    margin-left: 10px
}

h2 {
    width: fit-content;
    display: inline;
    font-family: 'poppins', sans-serif;
    font-size: 2.7rem;
    font-weight: normal;
}

ul {
    padding: 0;
}

/* --- Liste de Musique --- */

.listeSection li {
    list-style: none;
    padding: 30px;
    border-radius: 20px;
    margin: 30px;
    display: flex;
    box-shadow: 0px 0px 60px black;
    background-color: grey;
}

audio {
    display: none;
}

.imageBouton {
    width: fit-content;
}

.imageBouton a {
    background-color: white;
    display: block;
    width: 100%;
    padding: 15px 0px;
    margin: 20px 0px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: black;
    transition: all 0.4s;
    font-family: 'poppins', sans-serif;
}

.imageBouton a:hover {
    background-color: rgb(201, 0, 191);
    color: white;
}

.cover {
    width: 300px;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.cover img {
    height: 100%;
}

.contents {
    width: 100%;
    margin: auto;
    margin-left: 30px;
}

button {
    display: inline;
    background-color: #00000000;
    border: none;
    font-size: 3rem;
    transition: all 0.4s;
    cursor: pointer;
}

button:hover {
    opacity: 60%;
}

.titre {
    align-items: center;
}

.cat {
    font-style: italic;
    padding-left: 20px;
}

.creditsbox {
    display: flex;
    justify-content: right;
}

.credits {
    margin: 0;
    margin-right: 10px;
    font-size: 0.7rem;
    font-style: italic;
}

.creditsButton {
    opacity: 70%;
    transition: all 0.3s;
    cursor: pointer;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
}

.creditsButton:hover {
    text-decoration: underline;
    opacity: 100%;
}

.buy,
footer a {
    color: white;
    transition: all 0.3s;
    font-style: normal;
}

.buy:hover,
footer a:hover {
    color: rgb(201, 0, 191);
}

/* --- Formulaire --- */

.newobjButton,
.sendbutton {
    cursor: pointer;
    color: white;
    display: block;
    text-align: center;
    margin: 30px;
    padding: 30px;
    border-radius: 20px;
    font-family: 'poppins', sans-serif;
    font-weight: 200;
    background-color: rgb(110, 6, 170);
    transition: all 0.5s;
    opacity: 70%;
    border: 1px solid rgba(255, 255, 255, 0);
    font-size: 1rem;
}

.sendbutton {
    width: 100%;
    margin: 0;
}

.newobjButton:hover,
.sendbutton:hover {
    background-color: rgb(201, 0, 191);
    opacity: 100%;
    border: solid 1px white;
}

.formSection {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    margin: 30px;
    color: white;
    font-family: 'poppins', sans-serif;
    padding: 30px;
}

.requis {
    color: gray;
    font-style: italic;
}

h3 {
    font-size: 1.5rem;
}

.formSection .soustitre {
    padding-bottom: 15px;
    border-bottom: solid white;
}

.formBox {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 50px;
    width: fit-content;
    gap: 50px;
    justify-content: center;
}

fieldset {
    width: fit-content;
    padding: 30px;
    margin-bottom: 10px;
}

textarea,
select,
input:not([type="radio"]) {
    width: 400px;
    height: 40px;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-left: 15px;
}

.radio {
    padding: 5px 50px;
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0);
    opacity: 70%;
}

.sombre {
    background-color: white;
    color: black;
}

.clair {
    background-color: black;
}

.radio:hover {
    opacity: 100%;
}

input[type='radio'] {
    margin: 20px;
}

.radioBox {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    width: 400px;
}

form a {
    color: rgb(201, 0, 191);
    font-size: 0.8rem;
    font-style: italic;
    margin-left: 20px;
}

/* --- Pied de Page --- */

.footer-content {
    margin: 30px;
    margin-bottom: 0;
    display: flex;
    padding: 50px;
    padding-top: 100px;
    background-color: rgb(20, 20, 20);
    border-radius: 20px 20px 0 0;
    box-shadow: black 0px 0px 10px;
}

.footer-content img {
    opacity: 70%;
    width: 150px;
    margin-right: 20px;
}

.footer-content p {
    font-style: italic;
    font-size: 0.7rem;
    color: white;
    margin: 0;
    margin-top: auto;
    margin-left: auto;
    text-align: right;
    width: 50%;
}

.footer-content li {
    font-size: 0.8rem;
    list-style: none;
    margin: 5px;
}

.footer-content ul {
    width: fit-content;
}

/* --- Fenetres Pop-up --- */

.popupbox {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
}

.popup {
    background-color: white;
    padding: 50px;
    padding-top: 20px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgb(0, 0, 0);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.closepopup {
    display: block;
    width: fit-content;
    margin-left: auto;
    padding: 20px;
    font-size: 1.5rem;
    font-family: 'veranda', sans-serif;
    text-decoration: none;
    color: darkgray;
    transition: all 0.3s;
}

.closepopup:hover {
    color: black;
}