body {
    background-image: url(images/Wxp-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
}

.notepad {
    background-image: url(images/notepad2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 608px;
    height: 418px;
    margin: auto;
    z-index: 10;
    border-radius: 9px 9px 0px 0px;
    display: flex;
    flex-direction: row-reverse;
}

.notepad p {
    padding: 0px 0px 10px 50px;
    margin: 0px;
    font-family: 'Lucida Console', sans-serif;
    font-size: 13px;
    line-height: 15px;
}

.win-text{
    padding-top: 80px;
    padding-right: 25px;
}

.button-close {
    display: none;
    width: 19px;
    height: 19px;
    margin: 7px 7px;
}
.button-close a {
    display: block;
    height: 100%;
}

.notepad:hover .button-close {
    display: block;
}

.button-close img{
    width: 19px;
    transition: transform 400ms;
}

.button-close:hover img{
    transform: scale(1.15);
}

.the-bar {
    background-image: url(images/Wxp-bluebar.jpg);
    padding: 0px 0px 0px 105px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    height: 30px;
    display: flex;
}
.start-wxp img {
    position: absolute;
    left: 0px;
}

#start-button-hover, #start-button-active, #menu-wxp {
    display: none;
}

.start-wxp:hover #start-button-hover {
    display: inline;
}

.start-wxp:active #start-button-active, .start-wxp:active #menu-wxp {
    display: inline;
}

.start-wxp #active {
    width: 97px;
    height: 30px;
    position: absolute;
    left: 0px;
    margin: 0px;
}

.start-wxp #active:focus + #menu-wxp, .start-wxp #active:focus #start-button-active {
    display: inline;
}


.réseaux-sociaux {
    display: none;
    margin-top: 6px;
}

.social-button{
    width: 20px;
    padding-top: 0px;
    border-radius: 5px;
    box-shadow: black 1px 1px 1px;
}

.the-bar:hover .réseaux-sociaux {
    display: inline ;
}

.the-bar a {
    margin: 0px 3px;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.heure {
    position: absolute;
    right: 128px;
    margin: 7px 0px 0px 0px;
    color: white;
    font-size: 12px;
    font-family: system-ui, sans-serif;
    display: inline;
    font-weight: lighter;
}

#menu-wxp {
    padding: 0px;
    margin: -477px 0px;
    border-radius: 9px 9px 0px 0px;
}

.temp-message {
    display: none;
    width: 180px;
    position: absolute;
    margin: -400px -100px;
    font-family: 'Lucida Console', sans-serif;
    font-size: 14px;
}

@media screen and (aspect-ratio: 4/3) {
    body {
        background-image: url(images/Wxp-bg-4-3.jpg);
    }
}

@media screen and (max-width : 1545px) {
    body {
        background-image: url(images/Wxp-bg-4-3.jpg);
    }
}

@media screen and (max-width : 1185px) {
    body {
        background-image: url(images/Wxp-bg-tab.jpg);
    }
}