/* RESET CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* MAIN */
img {
    max-width: 100%;
    height: auto;
}

body {
    --couleur-lien: rgb(197, 197, 197);
    --couleur-lien-survole: white;
    --orange: #e16e4a;

    --width-menu-nav: 300px;
    --padding-menu-nav: 70px;
    --width-total: calc(var(--width-menu-nav) + var(--padding-menu-nav));
    --width-total-negatif: calc(var(--width-total) * -1);

    background-color: var(--couleur-2);
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    min-width: 700px;
}

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    margin-left: 73px;
}

#hover {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    min-height: 100vh;
    z-index: 3;
}

#aside {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 100vh;
    z-index: 2;
    padding: 0 20px;
    color: black;
}

#aside .souris {
    width: 30px;
}

#aside p {
    font-size: 0.75em;
    font-family: "Oswald", sans-serif;
}

/* nav Menu Vinyle */
nav#menu-vinyle {
    height: 100vh;
    position: fixed;
    left: var(--width-total-negatif);
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: var(--width-menu-nav);
    padding-right: var(--padding-menu-nav);
    background-image: url("images/vinyle-fond.png");
    background-repeat: no-repeat;
    background-position: -700px;
    background-size: 300%;
    text-align: right;
    font-size: 1.2em;
    line-height: 1em;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

nav#menu-vinyle .logo {
    position: absolute;
    display: block;
    width: 111px;
    left: 36px;
    top: 5%;
}

nav#menu-vinyle .settings {
    position: absolute;
    left: 25px;
    bottom: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
}

@media screen and (min-height: 800px) {
    nav#menu-vinyle .logo {
        top: 10%;
    }
    nav#menu-vinyle .settings {
        bottom: 10%;
    }
}

@media screen and (min-height: 950px) {
    nav#menu-vinyle .logo {
        top: 15%;
    }
    nav#menu-vinyle .settings {
        bottom: 15%;
    }
}

@media screen and (min-height: 1050px) {
    nav#menu-vinyle .logo {
        top: 20%;
    }
    nav#menu-vinyle .settings {
        bottom: 20%;
    }
}

@media screen and (min-height: 1200px) {
    nav#menu-vinyle .logo {
        top: 22%;
    }
    nav#menu-vinyle .settings {
        bottom: 22%;
    }
}

nav#menu-vinyle .settings .setting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

nav#menu-vinyle .settings .setting p {
    font-size: 0.35em;
    color: white;
    display: inline-block;
    line-height: 1.5;
    margin-left: 10px;
    width: 145px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 1px;
}

nav#menu-vinyle .settings .setting p span {
    font-weight: 700;
    font-size: 1.13em;
}

/* checkbox Design */
.roundedOne {
    width: 28px;
    height: 28px;
    position: relative;
    /* margin: 20px auto; */
    background: #fcfff4;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfff4), color-stop(40%, #dfe5d7), to(#b3bead));
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    -webkit-box-shadow:
        inset 0px 1px 1px white,
        0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow:
        inset 0px 1px 1px white,
        0px 1px 3px rgba(0, 0, 0, 0.5);
}
.roundedOne label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#45484d));
    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
    border-radius: 50px;
    -webkit-box-shadow:
        inset 0px 1px 1px rgba(0, 0, 0, 0.5),
        0px 1px 0px white;
    box-shadow:
        inset 0px 1px 1px rgba(0, 0, 0, 0.5),
        0px 1px 0px white;
}
.roundedOne label:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: var(--orange);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--orange)), to(rgb(168, 49, 12)));
    background: linear-gradient(to bottom, var(--orange) 0%, rgb(168, 49, 12) 100%);
    opacity: 0;
    border-radius: 50px;
    -webkit-box-shadow:
        inset 0px 1px 1px white,
        0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow:
        inset 0px 1px 1px white,
        0px 1px 3px rgba(0, 0, 0, 0.5);
}
.roundedOne label:hover::before {
    opacity: 0.3;
}
.roundedOne input[type="checkbox"] {
    visibility: hidden;
}
.roundedOne input[type="checkbox"]:checked + label:before {
    opacity: 1;
}
.roundedOne input[type="checkbox"]:disabled + label {
    cursor: default;
}
.roundedOne input[type="checkbox"]:disabled + label:before {
    opacity: 0;
}

#hover:hover ~ nav#menu-vinyle,
nav#menu-vinyle:hover {
    left: 0px;
}
nav#menu-vinyle li {
    margin: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
nav#menu-vinyle li:nth-child(1) {
    margin-right: 44px;
}
nav#menu-vinyle li:nth-child(1) {
    margin-right: 35px;
}
nav#menu-vinyle li:nth-child(2) {
    margin-right: 14px;
}
nav#menu-vinyle li:nth-child(3) {
    margin-right: 5px;
}
nav#menu-vinyle li:nth-child(4) {
    margin-right: -3px;
}
nav#menu-vinyle li:nth-child(5) {
    margin-right: -9px;
}
nav#menu-vinyle li:nth-child(6) {
    margin-right: -13px;
}
nav#menu-vinyle li:nth-child(7) {
    margin-right: -13px;
}
nav#menu-vinyle li:nth-child(8) {
    margin-right: -9px;
}
nav#menu-vinyle li:nth-child(9) {
    margin-right: -3px;
}
nav#menu-vinyle li:nth-child(10) {
    margin-right: 5px;
}
nav#menu-vinyle li:nth-child(11) {
    margin-right: 14px;
}
nav#menu-vinyle li:nth-child(12) {
    margin-right: 35px;
}
nav#menu-vinyle li:nth-child(13) {
    margin-right: 54px;
}

nav#menu-vinyle #search-container {
    width: 180px;
    height: 160px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

nav#menu-vinyle #search-container label {
    color: #e16e4a;
    font-weight: 600;
    font-size: 13px;
    text-align: left;
    position: absolute;
    top: 40px;
    left: 7px;
}

nav#menu-vinyle #search-container input[type="text"] {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 180px;
    border: 1px solid grey;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 2px 2px 5px rgba(3, 3, 3, 0.356);
    box-shadow: 2px 2px 5px rgba(3, 3, 3, 0.356);
    border-radius: 0 18px 18px 0;
}

nav#menu-vinyle #search-container input[type="text"]:focus {
    outline: none !important;
    border: 1px solid var(--couleur-1);
}

nav#menu-vinyle #search-container #results {
    display: none;
    background-color: aliceblue;
    z-index: 2;
    width: 165px;
    max-height: 250px;
    overflow: auto;
    position: absolute;
    top: 60%;
    -webkit-box-shadow: 3px 3px 5px rgba(3, 3, 3, 0.5);
    box-shadow: 3px 3px 5px rgba(3, 3, 3, 0.5);
}

nav#menu-vinyle #search-container #results #count-results {
    background-color: #e16e4a;
    color: white;
    font-size: 10px;
    padding: 4px 0 4px 10px;
    text-align: left;
    font-weight: 400;
}

nav#menu-vinyle #search-container #results #count-results b {
    font-size: 11px;
    font-weight: 600;
}

nav#menu-vinyle #search-container #results a {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    padding: 10px;
    line-height: 1;
    text-decoration: none;
    color: black;
}

nav#menu-vinyle #search-container #results a:hover {
    background-color: rgba(243, 155, 97, 0.603);
}

nav#menu-vinyle #search-container #pub-cinema-francais-dautrefois {
    position: absolute;
    bottom: 16px;
    font-size: 10px;
    color: #cd6443;
    text-align: left;
    margin-left: 13px;
    line-height: 1.4;
}
nav#menu-vinyle #search-container #pub-cinema-francais-dautrefois svg {
    position: relative;
    top: 2px;
    margin-right: 0.1rem;
}

nav#menu-vinyle #search-container #pub-cinema-francais-dautrefois span {
    white-space: nowrap;
}

nav#menu-vinyle #search-container #pub-cinema-francais-dautrefois a {
    font-weight: 700;
    text-decoration: underline;
    color: #cd6443;
}

nav#menu-vinyle li a {
    font-family: "Oswald", sans-serif;
    text-decoration: none;
    color: var(--couleur-lien);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    font-weight: 300;
    position: relative;
}
nav#menu-vinyle li.mes-favoris a {
    color: var(--couleur-Fav);
    text-shadow: 0 0 1px var(--couleur-Fav);
}
nav#menu-vinyle li.mes-favoris a::after {
    font-family: "FontAwesome";
    font-size: 13px;
    content: "\f004";
    margin: 5px;
    position: absolute;
    top: -5px;
    left: 142px; /* Positionnement de l'icon coeur de Mes Favoris */
    border-radius: 25px;
    padding: 3px 3px 1px 3px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    background-color: var(--couleur-Fav);
    padding: 1px 4px 0px 4px;
    color: #1f1f1f;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
nav#menu-vinyle li:hover a {
    color: var(--couleur-lien-survole);
    text-shadow: 0 0 2px rgb(255, 255, 255);
}
nav#menu-vinyle li:hover.mes-favoris a {
    color: var(--couleur-Fav);
    text-shadow: 0 0 2px var(--couleur-Fav);
}
nav#menu-vinyle li:hover a::before {
    content: url("images/etoile-seule-orange.svg");
    position: absolute;
    display: block;
    width: 18px;
    right: -17px;
    top: -13px;
}
nav#menu-vinyle li.active a {
    color: var(--orange);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.65);
    /* border-bottom: 2px solid var(--orange); */
    font-weight: 500;
}

/* nav Liste des chanson */
nav#liste-chansons {
    width: 30%;
    padding: 4%;
    min-width: 160px;
    color: var(--couleur-2);
    background-color: var(--couleur-1);
    text-align: right;
}
nav#liste-chansons .infos-vinyle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

nav#liste-chansons li {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
nav#liste-chansons li.fav-li {
    width: 85%;
}

nav#liste-chansons li a {
    text-decoration: none;
    font-weight: 900;
    color: var(--couleur-3);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
nav#liste-chansons li:hover a {
    color: var(--couleur-2);
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.65);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
nav#liste-chansons li.active a {
    color: var(--couleur-2);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    margin-right: 3px;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.65);
    margin-right: 8px;
}
nav#liste-chansons li.active ~ .mini-cover {
    width: 60px;
}

nav#liste-chansons li.active ~ .mini-cover img {
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}

nav#liste-chansons li span {
    font-size: 0.7em;
    margin-top: 0.1em;
}
nav#liste-chansons li.active span {
    color: var(--couleur-3);
    font-weight: 600;
}
nav#liste-chansons .fav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 15px;
    position: relative;
}

nav#liste-chansons .fav-container li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

nav#liste-chansons .fav-container:hover li a {
    color: var(--couleur-2);
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.65);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    margin-right: 8px;
}

nav#liste-chansons .fav-container .mini-cover {
    width: 50px;
    margin-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

nav#liste-chansons .fav-container:hover .mini-cover {
    width: 60px;
}

nav#liste-chansons .fav-container .mini-cover img {
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

nav#liste-chansons .fav-container:hover .mini-cover img {
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}

nav#liste-chansons .count-nb-fav {
    position: relative;
    top: -2px;
    font-weight: 300;
    font-size: 87%;
    font-family: "Roboto", sans-serif;
    margin-left: 2px;
}

nav#liste-chansons .count-nb-fav span {
    margin: 0 2px;
}

ul.liste-chansons p {
    font-style: italic;
    margin-right: 5px;
}

ul.liste-chansons .no-fav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

ul.liste-chansons .no-fav p {
    font-size: 98%;
    max-width: 215px;
}

ul.liste-chansons .no-fav p span {
    font-weight: 600;
}

ul.liste-chansons .mess-sign-up {
    margin-bottom: 40px;
    font-weight: 500;
    color: var(--couleur-2);
    text-align: right;
    font-size: 95%;
    display: inline-block;
    line-height: 1.2em;
    display: none;
}

ul.liste-chansons .mess-sign-up > p {
    margin: 0;
}

ul.liste-chansons .a-sign-up,
ul.liste-chansons .a-connect {
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 87%;
    margin-top: 2px;
    display: inline-block;
    margin-left: 10px;
}

/* loader du nombre de favoris */

.loader-nb-favoris {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    top: 2px;
}
.loader-nb-favoris div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    margin: 6px;
    border: 3px solid var(--couleur-2);
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--couleur-2) transparent transparent transparent;
}
.loader-nb-favoris div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}
.loader-nb-favoris div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.loader-nb-favoris div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}
@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* loader des liste des favoris */

.loader-favoris {
    display: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-bottom: 40px;
}
.loader-favoris p {
    color: white;
    font-weight: 500;
    font-size: 90%;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45);
}
.loader-favoris .loader {
    position: relative;
    width: 64px;
    height: 64px;
    margin-right: 10px;
}
.loader-favoris .loader div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid rgb(255, 255, 255);
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}
.loader-favoris .loader div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}
.loader-favoris .loader div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.loader-favoris .loader div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#main {
    width: 70%;
    /* min-width: 620px; */
    background-color: var(--couleur-2);
    padding: 4% 5%;
}

.son-click {
    cursor: pointer;
}

.gras {
    font-weight: 600;
}
.italic {
    font-style: oblique;
}
.mt-5 {
    margin-top: -5px;
}
.mt-10 {
    margin-top: -10px;
}
.mt-20 {
    margin-top: -20px;
}
.mt-30 {
    margin-top: -30px;
}
.mt-100 {
    margin-top: -100px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt60 {
    margin-top: 60px;
}
.mt300 {
    margin-top: 300px;
}
.mt100 {
    margin-top: 100px;
}
.mr10 {
    margin-right: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb05 {
    margin-bottom: 5px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb100 {
    margin-bottom: 100px;
}
.ml10 {
    margin-left: 10px;
}
.ml30 {
    margin-left: 30px;
}
.ml100 {
    margin-left: 100px;
}
.ml-30 {
    margin-left: -30px;
}

.fsize-petit {
    font-size: 0.8em;
}

.fsize-moyen {
    font-size: 0.95em;
}

.fsize-grand {
    font-size: 1.2em;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.w-150 {
    width: 150% !important;
}
.w-140 {
    width: 140% !important;
}
.w-130 {
    width: 130% !important;
}
.w-120 {
    width: 120% !important;
}
.w-100 {
    width: 100% !important;
}
.w-90 {
    width: 90% !important;
}
.w-85 {
    width: 85% !important;
}
.w-80 {
    width: 80% !important;
}
.w-75 {
    width: 75% !important;
}
.w-70 {
    width: 70% !important;
}
.w-65 {
    width: 65% !important;
}
.w-60 {
    width: 60% !important;
}
.w-55 {
    width: 55% !important;
}
.w-50 {
    width: 50% !important;
}
.w-45 {
    width: 45% !important;
}
.w-40 {
    width: 40% !important;
}
.w-35 {
    width: 35% !important;
}
.w-30 {
    width: 30% !important;
}
.w-25 {
    width: 25% !important;
}
.w-20 {
    width: 20% !important;
}
.w-15 {
    width: 15% !important;
}

.max-width-560 {
    max-width: 560px !important;
}

.max-width-reset {
    max-width: none !important;
}

/* Modal  */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    background-color: #eee5d4;
    margin: 11% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 35%;
    min-width: 230px;
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal#myModalFireFoxLancementAuto .modal-content {
    margin: 5% auto;
}

.close-connect,
.close-sign-up,
.close-firefox-lancement-auto {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -7px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: absolute;
}

.close-connect:hover,
.close-sign-up:hover,
.close-firefox-lancement-auto:hover,
.close-connect:focus,
.close-sign-up:focus,
.close-firefox-lancement-auto:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-logo {
    width: 120px;
    margin-top: 15px;
}

/* Form in modal */
.form-style-6 {
    font:
        95% Arial,
        Helvetica,
        sans-serif;
    padding: 16px;
    margin-top: 2px;
}
.form-style-6 h1 {
    margin-bottom: 5%;
    font-size: 200%;
    font-weight: 300;
    text-align: center;
    color: var(--couleur-Fav);
    font-family: "Montserrat", sans-serif;
}
.form-style-6 h2 {
    font-size: 185%;
    font-weight: 300;
    text-align: center;
    color: rgb(119, 119, 119);
    font-family: "Montserrat", sans-serif;
    margin: 32px;
}
.form-style-6 h3 {
    text-align: center;
    font-size: 105%;
    font-weight: 600;
    margin-bottom: 5%;
}
.form-style-6 h3 span {
    color: var(--couleur-Fav);
}
.form-style-6 .mess {
    margin-bottom: 15px;
    font-size: 90%;
}
.form-style-6 .mess span.ital {
    font-style: italic;
}
.form-style-6 .mess span {
    font-weight: 700;
}
.form-style-6 .ol-mess {
    background-color: white;
    border-radius: 5px;
    padding: 17px 25px 9px 38px;
    font-size: 80%;
    list-style: decimal;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: -5px;
}
.form-style-6 .ol-mess li {
    margin-bottom: 15px;
}
.form-style-6 .ol-mess li .img-icon-menu-firefox {
    display: inline-block;
    position: relative;
    top: 5px;
}
.form-style-6 .ol-mess li .img-perm-firefox-screen {
    margin: 10px 0;
}
.form-style-6 .ol-mess li span {
    font-weight: 700;
}
.form-style-6 .ol-mess li li {
    margin-bottom: 5px;
    list-style: circle;
}
.form-style-6 .ol-mess li li span.blue {
    color: var(--couleur-Fav);
}
.form-style-6 .error {
    background-color: #eeeeee;
    padding: 3%;
    margin-top: 2%;
    margin-bottom: 1.5%;
    font-size: 75%;
    font-weight: 700;
    color: #c10c00;
    display: none;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="password"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select,
#select-active-list-fav {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin: 2% 0;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
    font:
        95% Arial,
        Helvetica,
        sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="password"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus,
#select-active-list-fav:focus {
    -webkit-box-shadow: 0 0 5px var(--couleur-Fav);
    box-shadow: 0 0 5px var(--couleur-Fav);
    padding: 3%;
    border: 1px solid var(--couleur-Fav);
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3%;
    background-color: var(--couleur-Fav);
    border-bottom: 2px solid var(--couleur-Fav-dark);
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    color: #fff;
    margin-top: 2%;
    text-transform: uppercase;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover {
    background: var(--couleur-light);
    cursor: pointer;
}
.form-style-6 .div-to-go-sign-up {
    margin-top: 7%;
    font-weight: 700;
    color: var(--couleur-Fav);
    text-align: center;
}
.form-style-6 .div-to-go-sign-up .mess-to-go-sign-up {
    font-size: 90%;
    display: inline-block;
}
.form-style-6 .div-to-go-sign-up .a-to-go-sign-up {
    text-decoration: underline;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 83%;
    display: inline-block;
    margin: 0 10px;
}

.active-list-fav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    width: 100%;
    max-width: 280px;
}

label[for="select-active-list-fav"] {
    color: white;
    background-color: var(--couleur-Fav);
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 71%;
    padding: 5px 10px;
    max-width: 55px;
    border-radius: 5px 0 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#select-active-list-fav {
    margin: 0;
    font-size: 110%;
    border-radius: 0 5px 5px 0;
}
.btn-remove-fav {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.3);
    top: 12px;
    right: -34px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-remove-fav:hover {
    background-color: rgba(255, 23, 23, 0.849);
}

.btn-remove-fav:hover ~ li a {
    color: rgba(255, 23, 23, 0.849) !important;
    text-decoration: line-through !important;
}

.btn-remove-fav:hover ~ a {
    background-color: rgba(255, 23, 23, 0.849);
}

.btn-remove-fav:hover ~ a img {
    opacity: 0.4 !important ;
}

nav#liste-chansons .fav-container:hover .btn-remove-fav {
    top: 15px;
}

.btn-remove-fav i {
    position: relative;
    top: 3px;
    left: -7px;
    color: var(--couleur-1);
}
