:root  {
    --icon-size: 56px;
}
html, body {
    margin:.0;
    padding: 0;
    height: 100vh;
    box-sizing: border-box;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif
}
* , * :before, * :after {
    box-sizing: inherit;
}
.barre {
    padding: 5px;
    width: 100%;
    height: 50px;
    bottom: 0;
    position: absolute;
    background-color: rgb(44, 44, 44);
}
.bouton_mp {
    display: inline-block;
    padding: 5px;
    border: 1px solid #000;
    text-decoration: none;
    color: #000000;
    background-color: #cccccc;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 10 ;
    font-size: 18px;
}
.bureau {
    position: absolute;
    bottom: 50px;
    top: 0px;
    background-image: url(images/lac.jpg);
    background-size: cover;
    width: 100%;
    color: #fff;
    overflow: hidden;
}
.bureau .icones {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px;
    width: 30%;
}
.bureau .icones li {
   display: block;
    width: var(--icon-size);
    height: var(--icon-size);
    font-size: 14px;
    text-align: center;
    background-size: contain;
    padding-top: calc(var(--icon-size) + 10px);
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.bureau .icones li::before {
    content: "";
    display: block;
    z-index: -1;
    opacity: 0;
    position: absolute;
    left: -10px;
    top: -10px;
    bottom: 0px;
    right: -10px;
    border-radius: 6px;
    background-color: #fff;
    transition: opacity ease-in-out 0.3s;
}
.bureau .icones li:hover::before  {
    opacity: 0.2;
}
.reglages {
    padding: 10px;
    display: flex;
    position: absolute;
    right: 80px;
    block-size: auto;
    top: 6px;
    border-radius: 4px;
    padding-right: 17px;
    margin-right: 15px;
    z-index: 10;
}
.reglages span {
    width: 20px;
    height: 20px;
    position: relative;
    margin-left: 5px;
}
.reglages span svg {
    width: 100%;
    height: auto;
    color: #fff;
}
.reglages:hover {
    background-color: #424242;
}
.reglages:hover + .controleur img
{
    transform: translateY(0);
}
.controleur {
    position: absolute;
    bottom: 55px;
    right: 10px;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}
.controleur img {
    position: relative;
    display: block;
    width: 360px;
    height: auto;
    transform: translateY(478px);
    transition: transform ease-in-out .4s;
    border: 1px solid #585858;
    border-radius: 8px;
}
.reglages span svg path {
    fill: #fff;
}
.date {
    right: 12px;
    color: #fff;
    position: absolute;
    text-align: right;
    block-size: auto;
    top: 8px;
    font-size: 12px;
    line-height: 1.4;
    padding: 2px 7px;
    border-radius: 3px;
}
.date:hover {
    background-color: #424242;
}
.barre_recherche {
    position: absolute;
    right: 60%;
    top: 5px;
    display: flex;
    align-items: center;
}
.windows {
    width: 37px;
    height: 37px;
    position: relative;
    display: block;
    border-radius: 5px;
    padding: 7px;
    top: 3px;
}
.windows:hover {
    background-color: #424242;
}
.windows img {
    display: block;
    width: 100%;
    height: auto;
}
.recherche svg {
    width: 18px;
    height: auto;
    fill: #bababa;
    position: absolute;
    left: 10px;
    top: 5px;
}
.recherche {
    color: #d2d2d2;
    border-radius: 15px;
    box-shadow: 0 0 2px #585858;
    position: relative;
    padding-right: 15px;
    padding-left: 35px;
    padding-bottom: 6px;
    padding-top: 6px;
    width: 156px;
    background-color: rgb(77, 77, 77);
    display: block;
    margin: 0;
    margin-left: 10px;
    font-size: 14px;
    top: 3px;
}
.recherche:hover {
    cursor: text;
    background-color: rgb(85, 85, 85);
}
.app_barre {
    position: absolute;
    left: 40%;
    top: 0;
    right: 30%;
}
.app_barre .icones {
    display: flex;
    padding: 0;
    padding-left: 20px;
    padding-top: 7px;
    margin: 0;
}
.app_barre .icones li {
    display: block;
    width: 37px;
    height: 37px;
    text-align: center;
    background-size: 70%;
    background-position: center;
    margin-right: 8px;
    z-index: 255;
    position: relative;
    padding: 7px;
    border-radius: 5px;
}
.app_barre .icones b {
    position: absolute;
    bottom: 60px;
    left: 0;
    font-size: 12px;
    color: white;
    font-weight: 400;
    display: none;
    width: auto;
    margin-left: 15px;
    transform: translateX(-50%);
    background-color: #404040;
    white-space: nowrap;
    border-radius: 3px;
    padding: 5px 10px;
}
.fenetre  {
    width: 800px;
    height: 525px;
    position: absolute;
    z-index: 1000;
    background-color: rgb(37, 37, 37);
    right: 120px;
    bottom: 80px;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}
.fenetre.ztop {
    z-index: 1010;
}
.fenetre .top {
    position: relative;
}
.fenetre header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;;
}
.fenetre .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 77px;
    background-color: #424242;
    border-radius: 8px;
    overflow: hidden;
}
.fenetre .content iframe {
    position:absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.fenetre header svg {
    width: 17px;
    height: auto;
    fill: #eee;
}
.onglet {
    position: absolute;
    left: 38px;
    top: 3px;
    font-size: 13px;
    border: 1px solid #191919;
    border-radius: 10px 10px 0 0;
    align-items: center;
    padding: 7px 60px 0 30px;
    height: 33px;
    background-color: #464646;
}
.onglet:before, .onglet:after {
    content:"";
    display: block;
    position: absolute;
    right: 100%;
    bottom: 2PX;
    width: 8px;
    height: 8px;
    background-image: url(images/Courbe_gauche.svg);
    background-size: contain;
}
.onglet:after {
    background-image: url(images/Courbe_droite.svg);
    right: auto;
    left: 100%;
}
.top .carret {
    position: absolute;
    padding: 5px;
    left: 7px;
    top: 4px;
    width: 25px;
    transition: background-color ease-in-out 0.3s;
    border-radius: 8px;
    background-color:#555555 ;
}
.top .carret:hover {
    background-color: #707070;
}
.onglet .chrome {
    top: 5px;
    left: 5px;
    position: absolute;
}
.onglet .edge {
    top: 5px;
    left: 5px;
    position: absolute;
}
.onglet .close .x {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 3px;
    width: 18px;
    border-radius: 30px;
    transition: background-color ease-in-out 0.3s;
}
.onglet .close svg:hover {
    background-color: #555555;
}
.bt_fenetre {
    right: 0px;
    top: -3px;
    margin-right: 5;
    position: absolute;
    margin-right: 10px;
    margin-top: 5px;
    z-index: 10;
}
.bt_fenetre .minus:hover {
    background-color:#555555 ;
}
.bt_fenetre .carre:hover {
    background-color: #555555;
}
.bt_fenetre .x_2:hover {
    background-color: red;
}
.bt_fenetre svg {
    margin-left: 3px;
    padding: 7px;
    width: 30px;
    height: auto;
    fill: #fff;
}
.barre_recherche_g {
    position: absolute;
    top: 38px;
    left: 120px;
    display: flex;
    align-items: center;
    border: 1px solid #191919;
    background-color: #212121;
    border-radius: 25px;
    padding-left: 15px;
    height: 35px;
    font-size: 13px;
    padding-right: 75px;
    transition: background-color ease-in-out 0.25s;
}
.barre_recherche_g p {
    margin-left: 15px;
}
.barre_recherche_g:hover {
    background-color: #555555;
}
.barre_recherche_g .google {
    padding: 3px;
    width: 24px;
    height: auto;
    margin-top: 3px;
}
.nav_menu {
    position: relative;
    margin-top: 33px;
    padding: 7px;
    display: flex;
    align-items: center;
    background-color: #464646;
    height: 50px;
    border-radius: 8px;
}
.fenetre header .nav_menu svg {
    width: 27px;
    height: auto;
    padding: 5px;
    border-radius: 30px;
    transition: background-color ease-in-out 0.3s;
    margin-left: 5px;
    margin-top: -7px;
}
.nav_menu svg:hover {
    background-color: #545454;
}
.bt_menu {
    top: 40px;
    height: auto;
    position: absolute;
    right: 9px;
    transition: background-color ease-in-out 0.3s;
    border-radius: 30px;
    padding: 6px 8px 5px 8px;
}
.bt_menu:hover {
    background-color: #555555;
}
.app_barre .icones li:hover b {
    display: block;
}
.app_barre .icones li:hover {
    background-color: #424242;
}
.ic_corbeille {
    background: url(icones/binwindows.png) no-repeat;
}
.ic_medge {
    background: url(icones/edge.png) no-repeat;
}
.ic_vsc {
    background: url(icones/vscode.png) no-repeat;
}
.ic_steam {
    background: url(icones/steam.png) no-repeat;
}
.ic_chrome {
    background: url(icones/chrome.png) no-repeat;
}
.ic_laragon {
    background: url(icones/laragon.png) no-repeat;
}
.ic_discord {
    background: url(icones/discord.png) no-repeat;
}
.drag_and_drop {
    user-select: none;
}
.drag_and_drop .handle {
    cursor: grab;
    touch-action: none;
}
.drag_and_drop.dragging .handle {
    cursor: grabbing;
}
.bloc {
    display: none;
}
.bloc.visible {
    display: block;
}