body {
    margin: auto;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

main {
    position: relative;
}

#app {
    margin: 100px;
}

.menu {
    height: 50px;
    text-align: center;
    padding: 20px 20px 20px 20px;
}

h1 {
    text-align: center;
}

a {
    padding: 20px;
    text-decoration: none;
    color: #222;
    font-size: 36px;
}

.retour {
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-top: 30px;
}

a:hover {
    color: #277e9e;
    font-size: 32px;
}

/* PAGE 1 - INTRODUCTION*/
#intro {
    padding-top: 20px;
    box-shadow: 2px 2px 4px #000000;
    background-color: rgb(192, 219, 219);
    height: 100vh;
    text-align: center;
}

#intro p:hover {
    box-shadow: 2px 2px 4px #000000;
    font-size: 36;
    transition: 2s;
    height: 50px;
    padding-top: 20px;
}

#intro img {
    height: 50vh;
    width: 50wh;
    transition: 2s;
    transition-timing-function: ease-in-out;
}

#intro img:hover {
    height: 70vh;
    width: 70wh;
}

/*PAGE 2 - MES PROJETS*/

.conteneur-projets {
    display: flex;
    justify-content: center;
}

.liste {
    background-color: rgb(192, 219, 219);
    text-align: center;
    padding: 20px;
    width: 600px;
    align-items: center;
    box-shadow: 2px 2px 4px #000000;
}

ul {
    list-style-type: none;
}

/*PAGE 3 - DETAIL D'UN PROJET*/

.conteneur-detail {
    display: flex;
    justify-content: center;
}

/*PAGE 4 - PROJETS PRÉFÉRÉS*/

#projets-preferes {
    height: 1500px;
    background-color: rgb(192, 219, 219);
    box-shadow: 2px 2px 4px #000000;
}


/*PROJET 1 - TOGGLE*/

h2 {
    margin-bottom: 50px;
    text-align: center;
}

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

p {
    text-align: center;
    margin-bottom: 30px;
}

.switch-container {
    border: solid rgb(21, 236, 201);
    background-color: rgb(21, 236, 201);
    width: 360px;
    height: 134px;
    border-radius: 134px;
    position: relative;
    margin-bottom: 50px;
}

.switch {
    background-color: rgb(255, 255, 255);
    width: 134px;
    height: 134px;
    border-radius: 50%;
}

.actif {

    position: absolute;
    top: 0px;
    right: 0px;
}

.actif1 {
    background-color: rgb(66, 71, 71);
    border: solid rgb(66, 71, 71);
}

/*PROJET 2 - TIC-TAC-TOE*/

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

.tictactoe-container {
    display: flex;
    width: 600px;
    height: 600px;
    flex-wrap: wrap;
    background-color: #222;
}

.tictactoe-container .carre {
    width: calc(100% / 3);
    height: calc(100% / 3);
    background-color: #333;
    transform: scale(0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 90px;
    color: #0cc8e9;
    font-family: Arial, Helvetica, sans-serif;
}

/*MUSIC PLAYER*/
#app {
    transition: all 0.5s;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#app[v-cloak] {
    opacity: 0;
}

#accueil {
    position: relative;
}

#accueil .btn {
    position: absolute;
    right: 435px;
    top: 250px;
    height: 100px;
    width: 1000px;
    background-color: rgba(240, 255, 255, 0.288);
    cursor: pointer;
    border: solid white;
    border-radius: 25px;
    padding-bottom: 30px;
}

#accueil .btn h1 {
    color: azure;
    font-size: 50px;
    text-align: center;
}

#accueil :hover.btn {
    height: 110px;
    width: 1100px;
    font-size: 55px;
}

#accueil img {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
}

#lecteur {
    position: relative;
    color: white;
}

#conteneur-lecteur {
    width: 1200px;
    position: absolute;
    top: 10vh;
    right: 20vw;
    cursor: pointer;
    background-color: rgba(53, 51, 51, 0.459);
    border: solid white;
    border-radius: 5%;
    text-align: center;
}

#conteneur-lecteur h2 {
    padding-top: 20px;
    font-size: 48px;
}

#conteneur-lecteur .recherche input {
    width: 500px;
    height: 30px;
    border: solid white;
    border-radius: 5px;
}

#conteneur-lecteur .liste-chansons {
    width: 800px;
    padding-left: 200px;
    padding-top: 50px;
    padding-bottom: 100px;
}

#conteneur-lecteur .conteneur-chanson {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: rgba(29, 28, 37, 0.7333333333);
}

#conteneur-lecteur .conteneur-chanson img {
    height: 50px;
    width: 50px;
    padding-top: 10px;
}

#conteneur-lecteur .conteneur-chanson p {
    padding-left: 20px;
    font-size: 24px;
    text-align: start;
}

#conteneur-lecteur .conteneur-chanson .titre {
    width: 250px;
}

#conteneur-lecteur .conteneur-chanson .artiste {
    width: 200px;
}

#control .conteneur-control {
    position: relative;
    background-color: #1d1c25;
    width: 600px;
    height: 200px;
    margin-left: 200px;
    padding-left: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
    border: solid;
    border-radius: 10px;
}

#control .conteneur-control hr {
    margin: 0px;
}

#control .conteneur-control .song {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    padding-left: 20px;
}

#control .conteneur-control .song p {
    color: white;
    text-align: center;
    padding-left: 20px;
}

#control .conteneur-control .song .titre {
    font-size: 36px;
}

#control .conteneur-control .song .artiste {
    font-size: 24px;
    padding-top: 20px;
}

#control .conteneur-control .song img {
    height: 80px;
    width: 80px;
    margin-top: 10px;
    background-image: url(/data/images/pexels-sergio-souza-1998479.jpg);
}

#control .conteneur-control .range-temps {
    width: 500px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    left: 10px;
    bottom: 15px;
    width: 300px;
    margin-top: 10px;
}

#control .conteneur-control .range-volume {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 150px;
    margin-top: 10px;
    transform: translate(-50%, -50%);
    color: aliceblue;
}

#control .conteneur-control input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgb(59, 173, 227);
    background: linear-gradient(45deg, rgb(59, 173, 227) 0%, rgb(87, 111, 230) 25%, rgb(152, 68, 183) 51%, rgb(255, 53, 127) 100%);
    height: 2px;
}

#control .conteneur-control .btn-play {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: absolute;
    bottom: 30px;
    left: 350px;
}

#control .conteneur-control .volume {
    position: absolute;
    bottom: 55px;
    right: 15px;
}

#control .progression {
    position: absolute;
    bottom: 5px;
    right: 225px;
    color: aliceblue;
    background-color: rgb(77, 52, 145);
}

.chanson {
    color: rgb(76, 194, 194);
}