:root{
    --BlackColor: #2f2f2f;
    --WhiteColor: #c4c4c4;
    --RedColor: #ee3838;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 120%;
}

html{
    background: var(--BlackColor);
    margin: 0;
}
body::before{
    content: "";
    position: fixed;
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0);
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100vw; height: 100vh;
    background: url("/resources/images/IMAG4672.jpg") no-repeat center center fixed;
    background-size: cover;
    z-index: -1;
    filter: blur(15px) grayscale(50%) brightness(40%);
}
body{
    position: relative;
    text-align: center;
    height: 100%;
    width: 100%;
    margin: 0 0 40px;
}
footer{
    background-color: var(--BlackColor);
    border-top: 1px solid var(--RedColor);
    z-index: 1000000;
    width: 100%;

    height: 30px;
    position:fixed;
    bottom: 0;
}
footer a{
    margin-left: 10px;
    margin-right: 10px;
    overflow-wrap: break-word;
}
::-webkit-scrollbar{
    background-color: var(--BlackColor);
    width: 2px;
}
::-webkit-scrollbar-thumb{
    background: var(--RedColor);
}

a.red{
    color: var(--RedColor);

    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: italic;
}
a.black{
    color: var(--BlackColor);

    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: italic;
}
button{
    box-shadow: black 0 5px 10px;
}
button.red{
    padding: 7px 15px 7px 15px;
    background-color: var(--RedColor);
    border: 0;
    border-radius: 50px;
    color: var(--BlackColor);
    cursor: pointer;

    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 120%;
}
button.black{
    padding: 7px 15px 7px 15px;
    background-color: var(--BlackColor);
    border: 0;
    border-radius: 50px;
    color: var(--RedColor);
    cursor: pointer;

    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 120%;
}

a button{
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
    transition: 0.5s;
    transform: scale(1, 1) translate3d(0, 0, 0);
    will-change: transform;
    margin-left: 20px;
    margin-right: 20px;
}
a button:hover{
    transform: scale(1.1) translate3d(0, 0, 0);
    transition: 0.2s;
}
h1 ,h2{
    color: var(--RedColor);

    text-align: center;
    font-size: 2.5em;
    margin: 0;
    padding: 15px;

    text-shadow: black 0 5px 10px;
}
h1{
    margin-top: 10px;
    margin-bottom: 0;
    text-shadow: black 0 5px 10px;
}
h3{
    color: var(--RedColor);
    text-shadow: black 0 5px 10px;
    font-size: 200%;
    margin-top: 0;
}
p{
    color: var(--WhiteColor);
    text-shadow: black 0 5px 10px;
    font-size: 150%;
}
.frontImageWitheTextLeft{
    margin: 50px 150px 50px 50px;
}
.frontImageWitheTextLeft p{
    margin: auto 100px;
    height: 100%;
}
.frontImageWitheTextRight{
    margin: 50px 50px 50px 150px;
}
.frontImageWitheTextRight p{
    margin: auto 100px;
    height: 100%;
}
.frontImageWitheTextLeft .encadrementSection p{
    margin: 0;
}
.red{
    color: var(--RedColor);
}
.black{
    color: var(--BlackColor);
}
.flex{
    display: flex;
}
.musicianSection{
    margin-top: 25px;
    margin-bottom: 50px;
}
.musicianSection img{
    width: 20vw;
    margin-bottom: auto;
    border: var(--BlackColor) 5px solid;
}
.musicianSection .imgborder{
    border: var(--RedColor) 5px solid;
}
.musicianSection .MusicianSideBar{
    display: block;
    margin-bottom: 0;
    width: 0;
    border: 1px solid var(--RedColor);
}
.musicianSection h3{
    float: left;
}
.musicianSection p{
    float: left;
    text-align: left;
    margin-right: 500px;
}
.musicianSection div{
    margin-left: 20px;
}
.revert h3{
    float: right;
}
.revert p{
    float: right;
    text-align: right;
    margin-left: 500px;
    margin-right: 0;
}
.revert div{
    margin-right: 20px;
    margin-left: 0;
}
.revert{
    flex-direction: row-reverse;
}
.frontImage{
    height: 500px;
    margin-top: auto;
    margin-bottom: auto;
}
ul{
    color: var(--WhiteColor);
}
ul li{
    text-align: left;
}
.encadrementSection{
    padding-left: 50px;
    padding-right: 50px;
}
.cd{
    background: url("/resources/images/Tango/QuatreSaisonDisc.png") no-repeat center / cover;
    border-radius: 100%;
    aspect-ratio: 1/1;
    cursor: pointer;
    transform: scale(70%);
    transition: 0.2s;
    overflow: hidden;
}
.cd:hover{
    transform: scale(80%) rotate(35deg);
    transition: 0.5s;
}

.decimalList{
	list-style-type: decimal-leading-zero;
	counter-reset: item;
	text-align: left;
}
.decimalList li:not(.no-number){
	text-align: left;
	counter-increment: item;
}
.decimalList li:not(.no-number)::marker{
	content: counter(item) ". ";
}
.no-number {
	list-style-type: none;
	text-align: left;
}
.text-left{
    text-align: left;
}
.no-text-spacer > *{
    margin: 0;
}
.text-mini{
    font-size: 80%;
}
h2{
    text-shadow: black 0 5px 10px;
}
@media screen and (max-width: 1400px){
    body{
        margin-bottom: 0;
        padding-bottom: 50px;
    }
    .flex{
        display: block;
    }
    footer{
        position: absolute;
        bottom: 0;
        height: auto;
    }
    a button{
        margin: 20px 0 0;
    }
    .musicianSection img{
        width: 50vw;
    }
    .revert h3, .musicianSection h3{
        float: unset;
    }
    .revert p, .musicianSection p{
        float: unset;
        text-align: center;
    }
    .revert div, .musicianSection div{
        margin-left: 0;
        margin-right: 0;
    }
    .frontImage{
        height: auto;
        width: calc(100vmin - 1vw);
    }
    .encadrementSection{
        padding-left: 0;
        padding-right: 0;
    }
    .cd:hover{
        transform: scale(70%) rotate(0);
        transition: 0.3s;
    }
    .musicianSection .MusicianSideBar{
        display: none;
        width: 0;
        height: 0;
    }

    .frontImageWitheTextLeft{
        margin: 0;
    }
    .frontImageWitheTextLeft p{
        margin: 0;
        height: 100%;
    }
    .frontImageWitheTextRight{
        margin: 0;
    }
    .frontImageWitheTextRight p{
        margin: 0;
        height: 100%;
    }

    .musicianSection p{
        margin-right: 0;
    }
    .revert p{
        margin-left: 0;
        margin-right: 0;
    }
}
@media (prefers-color-scheme: dark) {
  :root {
    --BlackColor: #2f2f2f;
    --WhiteColor: #c4c4c4;
    --RedColor: #ee3838;
  }
}