@keyframes rgbgcolor {0% {background-color:rgba(255,0,0,0.5);} 16% {background-color:rgba(255,0,255,0.5);} 32% {background-color:rgba(0,0,255,0.5);} 48% {background-color:rgba(0,255,255,0.5);} 64% {background-color:rgba(0,255,0,0.5);} 80% {background-color:rgba(255,255,0,0.5);} 100% {background-color:rgba(255,0,0,0.5);}}@keyframes HighlightBackGround {0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes Appear {from {opacity: 0;} to {opacity: 1;}}@keyframes Progress {0% {width:0%;}30% {width:30%;}40% {width:30%;}70% {width:50%;}100% {width:100%;}}@keyframes NawakX {0% {transform: rotateX(0deg);}100% {transform: rotateX(360deg);}}@keyframes NawakY {0% {transform: rotateY(0deg);}100% {transform: rotateY(360deg);}}@keyframes NawakZ {0% {transform: rotateZ(0deg);}100% {transform: rotateZ(360deg);}}@keyframes CoverFondu {0% {background-color: rgba(50, 50, 50, 1);background-size: 1px;}100% {background-color: rgba(50, 50, 50, 0);background-size: 5px;}}@keyframes VideoAppear {0% {opacity: 1;}100% {opacity: 0;}}@keyframes BottomCoverUp {0% {transform:translateY(150%);}100% {transform:translateY(0%);}}@keyframes Disapear {0% {opacity: 0;}30% {opacity: 1;}70% {opacity: 1;}100% {opacity: 0;}}@keyframes ImgTransform {0% {opacity: 0;transform: translate(0%,-40%);}100% {opacity: 1;transform: translate(0%,0%);}}@keyframes TopBarDown {0% {transform:translateY(-100%);}100% {transform:translateY(0%);}}@keyframes JoinRoom {0%{box-shadow: 0 0 7px rgba(0,0,0,0);} 1% {box-shadow: 0 0 7px rgba(255,255,255,1);} 5% {box-shadow: 0 0 20px rgba(255,255,255,1);} 10% {box-shadow: 0 0 40px rgba(255,255,255,0);} 100% {box-shadow: 0 0 7px rgba(0,0,0,0);}}@keyframes Wave { 0% { d: path('M 0 0L 0 600S 140 500, 380 200S 620 300, 860 150S 1100 250, 1340 100S 1580 100, 1920 0L 1920 0Z') } 50% { d: path('M 0 0L 0 500S 240 400, 480 200S 720 350, 960 100S 1200 230, 1440 100S 1680 150, 1920 0L 1920 0Z') } 100% { d: path('M 0 0L 0 600S 340 500, 580 200S 820 300, 1060 150S 1300 250, 1540 100S 1780 100, 1920 0L 1920 0Z') }}@keyframes ArrowBounce {0%, 100% {transform: translateY(0%);}3% {transform: translateY(40%);}5% {transform: translateY(0%);}7% {transform: translateY(30%);}9% {transform: translateY(0%);}11% {transform: translateY(20%);}13% {transform: translateY(0%);}15% {transform: translateY(5%);}17% {transform: translateY(0%);}}@keyframes RessourceLoading {from {transform: translateX(100%);}to {transform: translateX(-100%);}}btnlist {display: flex;flex-direction: column;align-items: flex-start;flex-wrap: wrap;color: white;}btnlist node, btnlist asend {display: flex;flex-direction: column;background-color: rgb(50, 50, 50, 0.5);padding: 10px;margin: 5px;min-width: 400px;border-radius: 10px;text-transform: uppercase;font-size: 1.5em;box-shadow: inset 0px 0px 20px 0px white;}btnlist node name {}btncontainer {display: flex;flex-direction: row;}btncontainer>asend {background-color: rgba(100, 100, 100, 0.5);padding: 10px;padding-inline: 30px;border-radius: 10px;border-left: 3px solid red;border-right: 3px solid red;color: white;font-weight: bold;font-size: 1.2em;}messaging tchatelement {flex-basis: 100%;}loadimg {display: block;position: absolute;width: 300%;height: 100%;animation-direction: normal;animation-iteration-count: infinite;animation-timing-function: linear;animation-name: RessourceLoading;animation-duration: 2s;background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0) 60%, rgba(0, 212, 255, 0) 100%);z-index: 1000;}sync-messagelist {overflow-y: auto;display: flex;flex-direction: column;width: 800px;height: 100%;max-width: 100%;color: white;background: #ffffff0a;}sync-messagelist room {padding-inline: 15px;height: 80px;background-color: #4a4a4a8f;display: flex;flex-direction: column;justify-content: center;border: 1px solid #707070;border-left: 10px solid white;border-radius: 5px;opacity: 1;transition: all 1s, height 0.1s, opacity 0.1s;overflow: hidden;}sync-messagelist room.close {height: 0px;opacity: 0;}sync-messagelist room.danger {background-color: #a8705780;border-left: 10px solid #ff0000;}sync-messagelist room.warning {background-color: #a8a15780;border-left: 10px solid #ffb700;}sync-messagelist room.new {background-color: #576da880;border-left: 10px solid #00beff;}sync-messagelist room.good {background-color: #57a85980;border-left: 10px solid #15ff00;}sync-messagelist room > infos {display: flex;flex-direction: row;justify-content: space-between;}sync-messagelist room > message {display: block;justify-content: flex-start;text-align: left;overflow-wrap: anywhere;white-space: pre;text-overflow: ellipsis;overflow: hidden;}sync-messagelist room name {font-size: 1.5em;text-transform: uppercase;font-weight: bold;}sync-tchatsystem {}sync-tchatassist>griditem>room {background-color: rgba(0, 0, 0, 0.5);border-radius: 20px;color: white;overflow: hidden;}sync-tchatassist>griditem>room>name {display: flex;align-items: center;justify-content: space-between;background-color: rgba(80, 80, 50, 0.5);padding: 10px;}sync-tchatassist>griditem>room>name>asend {padding-inline: 10px;background-color: rgb(80,80,80);border-radius: 10px;text-transform: uppercase;}sync-tchatassist>griditem>room>infos {display: flex;flex-direction: column;padding: 10px;}sync-tchatassist>griditem>room>infos>div {display: flex;flex-direction: row;justify-content: space-between;}sync-tchatassist>griditem>room>list {display: flex;flex-direction: row;flex-wrap: wrap;}sync-tchatassist>griditem>room>list>subroom {background-color: rgba(80,80,80,0.5);text-transform: uppercase;padding:5px;margin: 5px;transition: all .5s;}object-gambling {display: flex;flex-direction: column;flex-wrap: nowrap;height: 100%;}object-gambling > banner {display: flex;flex-direction: row;justify-content: space-between;align-items: center;padding-block: 30px;background-color: #2c2c2c;color: wheat;padding-inline: 30px;}object-gambling > banner > infos {flex:1;display: flex;flex-direction: column;align-items: center;}object-gambling > banner > infos:first-child {align-items: flex-start;}object-gambling > banner > infos:last-child {align-items: flex-end;}object-gambling > banner > infos > div {text-transform: uppercase;display: flex;justify-content: space-between;min-width: 150px;}object-gambling > banner > infos > titre {font-size: 25px;text-transform: uppercase;font-weight: bold;}object-gambling > game {display: flex;flex-direction: row;height: 100%;}object-gambling > game > canvas {position:absolute;top:0;}object-gambling > game > overlay {color: white;display: flex;flex-direction: row;flex:1; }object-gambling > game > overlay > mises {display: flex;flex-direction: column;justify-content: center;flex: 1;padding: 5px;gap: 1px;}object-gambling > game > overlay > mises > input {text-align: center;background-color: #313131;color: wheat;padding: 10px;border-radius: 10px;font-size: 25px;}object-gambling > game > overlay > mises > div {display: flex;flex-direction: row;align-items: center;justify-content: center;flex-wrap: wrap;gap: 1px;}object-gambling > game > overlay > mises > div > * {display: flex;align-items: center;justify-content: center;height: 50px;text-transform: uppercase;font-size: 25px;flex:1; }object-gambling > game > overlay > mises > div.num > span {background-color: #240202;font-size: 20px;font-weight: bold;}object-gambling > game > overlay > mises > div.color > span {background-color: #8f8f0f;}object-gambling > game > overlay > mises > div.peers > span {background-color: #698d35;}object-gambling > game > overlay > mises > div.lh > span {background-color: #835400;}object-gambling > game > overlay > mises > div.lv > span:first-child {background-color: #835400;}object-gambling > game > overlay > mises > div > rnd {background-color: #282828;}object-gambling > game > overlay > bets {display: flex;flex-direction: column;background-color: rgba(104, 104, 104, 0.535);background: linear-gradient(90deg,transparent,rgba(104, 104, 104, 0.535));flex: 1;}object-gambling > game > overlay > bets > div {display: flex;flex-direction: column;padding-block: 10px;padding-inline: 10px;border-bottom: 1px solid #545454;}object-gambling > game > overlay > bets > div > name {text-transform: uppercase;font-weight: bold;}graphdebug {position: absolute;background-color: #15ff0060;z-index: 10000;}griditem {display: grid;grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));width: 100%;padding: 10px;grid-gap: 10px;}griditem.hfix {grid-auto-rows: 250px; }tchatelement {display: flex;flex-direction: column;position: absolute;transition: all 0.5s;z-index: 1000;width: 0px;height: 0%;pointer-events: none;}tchatelement.active {width: 650px;flex-basis: 33%;height: 100%;}@media (orientation: portrait) {tchatelement.active {width: 100%;}tchat {background-color: rgba(30, 30, 30, 1)!important;}}tchatminimised {display: flex;flex-direction: row;overflow-x: auto;transition: all 0.5s;justify-content: flex-end;height: 40px;gap: 1px;pointer-events: all;}tchatminimised joinroom {position: relative;background-color: rgb(20, 20, 20, 0.85);padding-inline: 10px;display: flex;justify-content: space-between;align-items: center;transition: all .5s;}tchatminimised joinroom.active {background-color: rgb(40, 40, 40, 0.85);}tchatminimised joinroom div {color: white;padding-left: 5px;text-transform: uppercase;border-radius: 1000px;display: flex;justify-content: center;align-items: center;white-space: nowrap;}tchatminimised joinroom msgc {background-color: rgb(144, 0, 0, 0.50);color: white;width: 20px;height: 20px;border-radius: 5px;display: flex;align-items: center;justify-content: center;}tchatminimised joinroom[msg='new'] msgc {background-color: rgb(144, 144, 0, 0.50);transition: all .5s;}tchat {background-color: rgba(30, 30, 30, 0.8);display: flex;flex-direction: column;pointer-events: none;border-top-left-radius: 20px;flex: 0;height: 0%;opacity: 0;overflow: hidden;transition: all .5s;pointer-events: all;}tchat.active {flex:1;opacity: 1;height: 100%;pointer-events: auto;}tchat tchatlist {width: 115px;display: flex;flex-direction: column;background-color: #ffffff05;margin-left: -5px;}tchat tchatlist div {font-weight: bold;white-space: nowrap;color: white;text-shadow: 0px 0px 5px black;margin-right: 10px;padding-right: 5px;padding-block: 5px;text-align: right;border-top: 1px solid #343434;}tchat tchatname {background-color: rgba(80, 80, 80, 0);text-transform: uppercase;padding: 10px;padding-inline: 20px;font-weight: bold;white-space: nowrap;display: flex;flex-direction: row;align-items: center;gap: 10px;}tchat tchatname > room {display: flex;justify-content: space-between;font-size: 1.5em;color: white;flex: 1;}tchat tchatname > action {display: flex;flex-direction: row;gap: 2px;}tchat tchatname > action > glyph {background-color: #2d2d2d;padding-inline: 10px;border-radius: 5px;color: white;cursor: pointer;transition: all 0.5s;}tchat tchatname > action > glyph:hover {background-color: #740000;}tchat msgbox {display: flex;flex-direction: row;flex-grow: 1;height: 50%;user-select: text;}tchat msgbox messages {display: flex;flex-direction: column;flex:1;overflow-y: scroll;scroll-behavior: smooth;}tchat msgbox messages div {background-color: #2b2b2b;display: flex;flex-direction: row;border-bottom: 1px solid rgb(50, 50, 50);padding:10px;background-size: cover;background-position: center;}tchat msgbox messages div pic {background-size: cover;background-position: center;border-radius: 5px;}tchat msgbox messages div pic.active {width:50px;height: 50px;margin-right: 10px;} tchat msgbox messages div content {display: flex;flex-direction: column;justify-content: flex-start;flex: 1;}tchat msgbox messages div content top {display: flex;flex-direction: row;justify-content: space-between;}tchat msgbox messages div content top name {font-weight: bold;color: lightblue;margin-right: 10px;white-space: pre-wrap;word-break: break-word;word-wrap: break-word;white-space: normal;text-shadow: 0px 0px 5px black;}tchat msgbox messages div content top name.AI {color: orange;}tchat msgbox messages div content top date {}tchat msgbox messages div content msg {color: white;white-space: pre-wrap;word-break: break-word;word-wrap: break-word;align-self: flex-start;}tchat input, tchat textarea {background-color: rgba(90, 90, 90,0.8);padding: 10px;color: white;border: 0;text-decoration: none;box-shadow: none;resize: none;outline: none;height: 100px;min-height: 100px;}input2 {position: relative;display: flex;flex-direction: row;align-items: center;justify-content: center;padding: 0;}input2 span {z-index: 5;pointer-events: none;position: absolute;}input2 span:nth-child(odd) {left: 5px;}input2 span:nth-child(even) {right: 5px;}input2>input::-webkit-slider-runnable-track, input2>input::-moz-range-track, input2>input::-ms-track {}input2>input::-webkit-slider-thumb, input2>input::-moz-range-thumb, input2>input::-ms-thumb {}input2>input {background-color: rgba(0, 0, 0, 0);position: absolute;-webkit-appearance: none;pointer-events: none;width: 100%;height: 100%;padding: 0;}input2>input::-webkit-slider-runnable-track {}input2>input::-webkit-slider-thumb {-webkit-appearance: none;pointer-events: all;width: 15px;height: 30px;border: 0 none;background-color: rgb(189, 0, 0);z-index: 2;}input2>input:nth-child(odd)::-webkit-slider-thumb {border-top-left-radius: 100px;border-bottom-left-radius: 100px;}input2>input:nth-child(even)::-webkit-slider-thumb {border-top-right-radius: 100px;border-bottom-right-radius: 100px;}datalive {display: flex;justify-content: center;}@media (orientation: portrait) {profil-data {height: 460px!important;}profil-data infos > middle {flex-wrap: wrap;}profil-data infos > middle > asend {flex:1;}}profil-data {display: flex;flex-direction: row;color: white;position: relative;height: 350px;}profil-data picture {display: flex;position: relative;width: 300px;min-width: 300px;height: 100%;}profil-data picture > short {position: absolute;left: 10px;top: 10px;display: flex;flex-direction: column;font-size: 15px;z-index: 1;line-height: 0.9;gap: 5px;}profil-data picture > short > div {display: flex;flex-direction: column;}profil-data picture > short > div > span {display: flex;align-items: center;}profil-data picture > short > div > span:first-child {font-weight: bold;}profil-data picture > short glyph {color:aqua;}profil-data picture > shiftek {transform: scale(0.35);bottom: 10px;right: 46px;transform-origin: bottom right;z-index: 1;}profil-data picture > redond,profil-data picture > label {position:absolute;background-color: rgb(120, 120, 120);background-size: cover;background-position: center center;background-repeat: no-repeat;border-bottom-right-radius: 20px;width: 100%;height: 100%;}profil-data picture > label {border-bottom-right-radius: 70%;box-shadow: 10px -1px 0px 0px #ffffff33;}profil-data picture > redond {filter: blur(3px); }profil-data input {display: none;}profil-data infos {display: flex;flex-direction: column;flex: 1;}profil-data infos > middle {display: flex;flex-direction: row;flex: 1;}profil-data infos > middle > asend {position: relative;overflow: hidden;display: flex;flex-direction: column;padding: 20px;background-color: #2d2d2d;border-left: 1px solid #343434;min-width: 250px;}@keyframes profilwarn {from { background-color: #2d2d2d; }to { background-color: #382d17; }}profil-data infos > middle > asend.warn {animation: profilwarn 1.5s infinite linear alternate;}profil-data infos > middle > asend > glyph {position: absolute;color: #8080801a;font-size: 15em;top: 0;right: -60px;}profil-data infos > middle > asend:last-child {flex:1;}profil-data infos > middle > asend > titre {text-transform: uppercase;font-weight: bold;border-bottom: 1px solid #ffffff2b;padding-bottom: 5px;margin-bottom: 5px;text-align: center;}profil-data infos > middle > asend > texte {height: 100px;overflow-y: auto;}profil-data infos > middle > asend > * {display: flex;flex-direction: row;justify-content: space-between;gap: 25px;}profil-data infos > middle > asend > * > span {display: flex;align-items: center;justify-content: center;}profil-data infos > middle > asend > credit > span:first-child {background-color: #363636;display: flex;justify-content: center;align-items: center;line-height: 0;width: 20px;height: 20px;font-size: 15px;border-radius: 3px;}profil-data infos > middle > asend > credit > span:last-child {color: #00ff50;}profil-data infos > middle > desc {padding: 20px;background-color: #ffffff4f;overflow: hidden;overflow-y: auto;flex-grow: 1;}profil-data infos>img {height: 150px;transform: translate3d(-10px, -10px, 0);}profil-data infos>global {display: flex;flex-direction: row;}profil-data global>badge {display: flex;justify-content: flex-end;align-items: center;position: relative;}profil-data global>user {display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-end;z-index: 1;margin: 20px;line-height: 1;}profil-data global>action {display: flex;flex-direction: row;justify-content: flex-end;align-items: flex-start;flex-grow: 1;margin-right: 13vw;font-weight: bold;text-transform: uppercase;}profil-data global>action>asend,profil-data global>action>joinroom {background-color: #272727b3;padding-block: 5px;padding-inline: 30px;border-bottom-right-radius: 35px;border-bottom-left-radius: 35px;border-left: 3px solid #cecece;border-right: 3px solid #cecece;}profil-data user>name {font-size: 35px;text-transform: uppercase;font-weight: bold;}profil-data user>titre {font-size: 25px;font-style: italic;}profil-data user>ville {font-size: 1.2em;}profil-data>bottom {flex-grow: 1;flex-basis: 50%;flex-grow: 1;flex-basis: 50%;display: flex;align-items: center;justify-content: center;}profil-data>bottom asend {background-color: white;border-radius: 20px;padding: 10px;color: black;font-size: 1.5em;text-transform: uppercase;}flex-page-content {display: flex;flex-direction: row;padding: 5px;flex: 1;overflow: hidden;}@media (orientation: portrait) {flex-page-content {flex-direction: column;}flex-page-content > div {min-height: 250px;}}flex-page-content > div {position: relative;display: flex;flex-direction: column-reverse;flex-wrap: nowrap;flex: 1;overflow: hidden;border: 1px solid #ffffff0f;background: linear-gradient(137deg, #ffffff2e, transparent);}flex-page-content > div > info {padding: 10px 0;margin: 15px 0;border-top: 1px solid #00000038;}flex-page-content > div > titre {font-size: 50px;text-transform: uppercase;color: #ffffff;font-weight: bold;opacity: 0.2;padding-inline: 15px;border-top: 1px solid #ffffff4d;}flex-page-content > div > content {overflow-y: overlay;scroll-behavior: contain;flex:1;width: 100%;}flex-page-content tinylist > asend {flex:1;}ip > list {display: grid;grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));color: white;}ip glyph {font-size:12px;}ip > list > div {background-color: #0000009c;display: flex;flex-direction: row;border: 1px solid #ffffff14;text-transform: uppercase;}ip > list > div > state {width: 5px;}ip > list > div > infos {display: flex;flex-direction: column;justify-content: center;padding: 5px 10px;flex:1;}ip > list > div > infos > span {display: flex;justify-content: space-between;align-items: center;}ip > list > div > infos > span:first-child {font-weight: bold;}ip > list > div > infos > span:last-child {font-size: 14px;}alertbox {display: flex;flex-direction: column;position: absolute;background-color: rgba(0,0,0,0);width: 0px;height: 100%;align-items: flex-end;justify-content: flex-end;transition: all .5s ease-in-out;z-index: 2000;pointer-events: none;}alertbox > boxes {display: flex;flex-direction: column;padding: 10px;position: absolute;bottom: 0;max-height: 100%;gap: 10px;overflow: hidden;}@media (orientation: portrait) {alertbox {padding-bottom: 105px;}}alertbox.active {width: 300px;background-color: rgba(0,0,0,0.3);}alertbox trigger {position: absolute;display: block;transform: translateX(-100%);background-color: rgba(0,0,0,0.5);padding: 20px;}alertbox > boxes > div {background-color: rgba(0, 0, 0, 0.797);display: flex;flex-direction: column;width: 350px;padding: 20px;color: white;border-radius: 20px;border-left: 5px solid rgb(255, 255, 255);border-right: 5px solid rgb(255, 255, 255);transform: translateX(110%);transition: all .5s ease-in-out;gap: 10px;pointer-events: auto;}alertbox.active > boxes > div {transform: translateX(0%); }alertbox.active > boxes {overflow-y: scroll;}alertbox > boxes > div.open {transform: translateX(0%);}alertbox > boxes > div.stase {transform: translateX(110%);}alertbox > boxes > div > top {display: flex;flex-direction: row;justify-content: space-between;}alertbox > boxes > div > line {border-bottom: 1px solid white;}alertbox > boxes > div > top > name {font-weight: bold;text-transform: uppercase;}alertbox > boxes > div > top > from {display: flex;flex-direction: column;align-items: center;color: #a2a2a2;font-size: 0.7em;line-height: 1;}alertbox > boxes > div > msg {}#BoxList > * {position: relative;background-color: rgba(30,30,30,0.5);color: white;padding: 10px;border: 1px solid rgba(255,255,255,0.1);overflow: hidden;}#BoxList > * > titre {display: flex;flex-direction: row;justify-content: space-between;padding-inline: 5px;margin-bottom: 2px;border-bottom: 1px solid white;text-transform: uppercase;background-color: #ffab007a;transition: all 1s;}#BoxList > *.online > titre {background-color: #00ff1a7a;}#BoxList > *.offline > titre {background-color: #ff71007a;}#BoxList > * > img {object-fit: cover;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: -1;opacity: 0.25;}#BoxList > * > * {display: flex;flex-direction: row;justify-content: space-between;width: 100%;}#BoxList > * > objectlist {margin-top:10px;justify-content: flex-start;flex-wrap: wrap;}#BoxList > * > * > span {white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}#BoxList > * > objectlist > span {background: #4f4f4f80;padding: 5px;padding-inline: 10px;border-left: 1px solid #ffffff2e;text-transform: uppercase;letter-spacing: -1px;border-radius: 5px;transition: all .5s;}flexitem {display: flex;}vpsinfo {display: flex;flex-direction: column;white-space: nowrap;}vpsinfo.node {grid-column: 1 / -1;}vpsinfo > topbar{display: flex;flex-direction: row;color: white;padding-inline: 20px;font-size: 0.9em;letter-spacing: -1px;line-height: 0.9;}vpsinfo > topbar > div, vpsinfo > topbar > asend {position: relative;background-color: #2b2b2bc2;flex: 1;display: flex;flex-direction: column;justify-content: center;align-items: center;height: 40px;padding-inline: 10px;border-top: 1px solid #ffffff2e;box-shadow: inset 0px 0px 1px white;}vpsinfo > topbar span {position: relative;}vpsinfo > topbar glyph {font-size: 35px;color: #ffb60080;position: absolute;}vpsinfo topbar > *.small {flex-grow: 0;}vpsinfo topbar > div > span:first-child {font-size: 0.9em;}vpsinfo topbar > div > span:last-child {font-weight: bold;}vpsinfo topbar > fspan {flex-grow: 0;}vpsinfo topbar > *:last-child {border-top-right-radius: 3px;}vpsinfo topbar > *:first-child {border-top-left-radius: 3px;}vpsinfo topbar > *.good {background-color: rgba(150, 250, 130, 0.5);}vpsinfo topbar > *.demo {background-color: #fa82e480;}vpsinfo topbar > *.gift {background-color: #90c90072;}vpsinfo topbar > *.subed {background-color: #82fae580;}vpsinfo topbar > *.lifetime {background-color: rgba(185, 170, 250, 0.5);}vpsinfo topbar > *.free {background-color: rgba(170, 220, 255, 0.5);}vpsinfo > topbar > *.warning {background-color: rgba(245, 250, 130, 0.5);}vpsinfo > topbar > *.danger {background-color: rgba(250, 130, 130, 0.5);}vpsinfo > topbar > *.node {background-color: rgba(236, 130, 250, 0.5);}sync-monitor {display: grid;grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));color: white;}sync-monitor > asend {display: flex;flex-direction: row;background-color: #7b7b7b80;transition: all .5s;overflow: hidden;white-space: nowrap;}sync-monitor > asend.online > name {background-color: #017f0080;}sync-monitor > asend.online {background-color: #01350180;}sync-monitor > asend.stealth > name {background-color: #7f007280;}sync-monitor > asend.stealth {background-color: #32013580;}sync-monitor > asend.offline > name {background-color: #7f000080!important;}sync-monitor > asend.offline {background-color: #37000080;}sync-monitor > asend.guest > name {background-color: #c7d20080;}sync-monitor > asend.guest {background-color: #352d0180;}sync-monitor > asend > name {background-color: #00577f80;width: 25px;display: flex;justify-content: center;align-items: center;text-transform: uppercase;transition: all .5s;}sync-monitor > asend > name > span {transform: rotateZ(270deg);}sync-monitor > asend > infos {flex: 1;padding-block: 5px;padding-inline: 10px;}sync-monitor > asend > infos > titre {font-weight: bold;font-size: 1.1em;}sync-monitor > asend > infos > div {letter-spacing: -1px;}info-container {display: flex;flex-direction: row;justify-content: center;padding: 10px;}info-container>sync-container {flex-grow: 0;min-width: 400px;}gridmonitor {display: grid;grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));grid-auto-rows: 250px;padding: 10px;grid-gap: 10px;}infos-vm-service {display: flex;flex-direction: row;flex: 1;overflow: hidden;position: relative;}infos-vm-service > infos {background-color: #343434;display: flex;flex-direction: column;color: white;width: 250px;padding: 30px;gap: 15px;}infos-vm-service > infos > div {display: flex;flex-direction: column;}infos-vm-service > infos > div > titre {font-weight: bold;font-size: 20px;border-bottom: 1px solid #4e4e4e;margin-bottom: 5px;padding-bottom: 5px;}infos-vm-service > infos > div > content {display: flex;flex-direction: column;}infos-vm-service > infos > div > content > line {display: flex;justify-content: space-between;}infos-vm-service > infos > div > content > line glyph {color: #ffe585;}infos-vm-service > infos > div > content > line > *:last-child {font-style: italic;}infos-vm-service > infos > div > content > asend {background-color: #4f7eb1;text-align: center;text-transform: uppercase;font-weight: bold;letter-spacing: 1px;font-size: 13px;border-radius: 10px;margin:2px;}infos-vm-service > service {overflow-y: overlay;flex: 1;}sync-container-status {display: flex;align-items: center;justify-content: center;min-height: 100px;position: relative;background-color: rgba(0, 0, 0, 0.2);background-image: url(img.pattern.png);font-size: 40px;letter-spacing: 1px;font-weight: bold;color: white;transition: all .5s;text-transform: uppercase;text-align: center;font-style: italic;border-bottom: 3px solid #0000002e;box-shadow: inset 20px 20px 50px 0px black;text-shadow: 0 0 10px black;}sync-container-status > glyph {position: absolute;left: 1.5vw;}sync-container-graph {display: flex;flex-direction: column;background-color: rgba(0, 0, 0, 0.5);border-left: 1px solid rgba(255, 255, 255, 0.3);color: white;border-radius: 10px;flex-grow: 1;position: relative;overflow: hidden;}sync-container-graph>top {height: 30px;border-bottom: 1px solid rgba(255, 255, 255, 0.3);display: flex;flex-direction: row;justify-content: space-between;align-items: center;padding-inline: 10px;letter-spacing: 1px;}sync-container-graph>top>span {flex:1;display: flex;flex-direction: row;justify-content: space-evenly;}sync-container-graph>top>span:first-child {text-transform: uppercase;justify-content: flex-start;}sync-container-graph>top>span>c {color:gray;}sync-container-graph>top>span>c.on {color:white;}sync-container-graph>top>span>c.off {text-decoration:line-through;}sync-container-graph>middle {display: flex;flex-direction: row;flex-grow: 1;}sync-container-graph>middle>left {display: flex;flex-direction: column-reverse;background-color: #2f2f2f;width: 11px;padding-left: 4px;font-size: 13px;z-index: 100;border-top-right-radius: 10px;}sync-container-graph>middle>left>l {flex: 1;display: flex;flex-direction: row;gap: 2px;}sync-container-graph>middle>left>l>span {display: flex;align-items: center;justify-content: center;line-height: 0;transform: translateY(50%);text-shadow: 0px 0px 1px black, 0px 0px 1px black, 0px 0px 1px black;flex: 1;}sync-container-graph>middle>left>l>m {border-bottom: 1px solid white;flex: 1;}sync-container-graph>middle>left>l>m:last-child {}sync-container-graph>middle>stats {position: relative;display: flex;flex-direction: row;justify-content: flex-end;align-items: flex-end;flex-grow: 1;overflow: hidden;}sync-container-graph>middle>stats>mgrid {position: absolute;width: 100%;height: 100%;display: flex;padding-left: 10px;flex-direction: column;}sync-container-graph>middle>stats>mgrid>l {flex:1;border-top: 1px solid #313131;}sync-container-graph>middle>stats>mgrid>l:first-child {border: none;}sync-container-graph>middle>stats>canvas {transform:scale(-1,-1);}sync-container-graph>middle>stats>infos {display: flex;flex-direction: column;align-items: flex-end;position: absolute;top: 5px;right: 5px;color: white;font-size: 0.8em;z-index: 1;}sync-container-graph bar {background-color: rgba(255,255,255,0.1);height: 0%;border-top: 2px solid #00ff50;border-top-left-radius: 5px;border-top-right-radius: 5px;}sync-container-graph bar:hover {background-color: #c7c7c7;border-top: 2px solid #d0ff00;}sync-container-graph>bottom {display: flex;flex-direction: row;justify-content: space-between;align-items: center;background-color: rgba(255, 255, 255, 0.3);min-height: 20px;max-height: 20px;padding-inline: 10px;padding-left: 25px;font-size: 12px;}sync-container {flex-basis: 20%;display: flex;flex-direction: row-reverse;transition: all .5s;flex:1;}sync-container>monitor {background-color: #484848c2;position: relative;display: flex;flex-direction: row;color: white;transition: all 1s;border-radius: 5px;overflow: hidden;flex-grow: 1;white-space: nowrap;}sync-container>monitor>lateral {display: flex;flex-direction: column;align-items: center;justify-content: center;width: 30px;letter-spacing: -1px;background-color: rgba(35,35,35,1);box-shadow: inset 15px 0px 20px 0px black;transition: all 1s;}sync-container>monitor>lateral>name {display: block;transform: rotateZ(-90deg);transform-origin:center;white-space: nowrap;text-transform: uppercase;}sync-container>monitor>lateral>status {display: flex;flex-direction: column;padding: 10px 0;gap: 2px;position: absolute;top: 0;}sync-container>monitor>lateral>status>r {width: 10px;height: 10px;background-color: #3d3d3d;border-radius: 2px;}sync-container>monitor>lateral>ping {display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 5px 0;position: absolute;bottom: 0;font-size: 15px;}sync-container>monitor>lateral>ping>span:first-child {font-size: 10px;line-height: 1;}sync-container>monitor>lateral>ping>span:last-child {font-size: 13px;line-height: 1;}sync-container>monitor>infos {position: relative;flex:1;display: flex;flex-direction: column;}sync-container>monitor>infos>*:not(vitals){display: flex;position: relative;align-items: center;flex: 1;overflow: hidden;}sync-container>monitor>infos>uptime {background-color: #2b2b2b6e;box-shadow: inset 0px 0px 1px black;display: flex;justify-content: space-between;padding: 0 10px;color: #9a9a9a;letter-spacing: -1px;max-height: 25px;}sync-container>monitor>infos>uptime>a {color: #b1faa3;background-color: #00574c;height: 90%;display: flex;align-items: center;padding-inline: 20px;border-radius: 5px;text-transform: uppercase;}sync-container>monitor>infos>vitals {display: flex;flex-direction: column;flex: 1 50%;}sync-container>monitor>infos>vitals>* {display: flex;position: relative;align-items: center;flex: 1;overflow: hidden;box-shadow: inset 0px 0px 1px black;}sync-container>monitor>infos>vitals>*>div {display: flex;flex-direction: row;font-size: 15px;width: 100%;z-index: 2;}sync-container>monitor>infos>vitals>*>div>o {flex: 1;text-align: center;padding-inline: 10px;}sync-container>monitor>infos>vitals>*>div>o:first-child {text-align: left;}sync-container>monitor>infos>vitals>*>div>o:last-child {text-align: right;}sync-container>monitor>infos>vitals>*>bar,sync-container>monitor>infos>vitals>*>bar2 {display: block;position: absolute;width: 100%;height: 110%;transform-origin: left;transition: linear all 1s;}sync-container>monitor>infos>vitals>*:has(bar2) > bar {background-color: #687b0096!important;}sync-container>monitor>infos>vitals>*>bar2 {z-index: 1;}sync-container>monitor>infos>status {text-transform: uppercase;font-weight: bold;letter-spacing: 1px;justify-content: center;}sync-container>monitor>infos>status>glyph {display: none;}sync-container>monitor>infos>action {max-height: 50px;}sync-container>monitor>infos>action>* {flex: 1;display: flex;justify-content: center;align-items: center;align-self: normal;text-transform: uppercase;transition: all .5s;color:white;}sync-container>monitor>infos>action>*:hover {background-color: #b9b9b9!important;color: black;}sync-logs {display: table;width: 100%;color: white;border-collapse: collapse;letter-spacing: -1px;font-size: 0.95em;background-color: #0000007d;}sync-logs > div {background-color: #292929;display: flex;}sync-logs > div:nth-child(odd) {background-color: #1c1c1c;}sync-logs > div > span {white-space: nowrap;word-wrap: break-word;text-overflow: ellipsis;overflow: hidden;transition: all 0.5s;flex: 1;border-left: 1px solid white;padding-left: 5px;padding-right: 5px;}sync-logs > div > span[focus='true'] {background-color: rgba(0, 175, 214, 0.5)!important;}sync-logs > div > span.here {background-color: rgba(255, 255, 255, 0.05);}sync-logs > div > span.danger {background-color: rgba(255, 0, 0, 0.5);}sync-logs > div:hover > span {background-color: rgba(255, 255, 255, 0.05);}interface-overview {display: flex;flex-direction: row;align-items: flex-start;flex: 1;overflow: hidden;}interface-overview > div:first-child {flex-basis: 30%;height: 100%;overflow-y: overlay;}interface-overview > div:last-child {display: flex;flex-direction: column;flex-wrap: wrap;height: 100%;flex: 1;max-width: 70%;}interface-overview > div:last-child > div {display: flex;flex-direction: column;flex: 1 0 25%;width: 50%;overflow: hidden;font-family: monospace;border: 1px solid black;}@media (orientation: portrait) {interface-overview > div:last-child > div {width: 100%;flex: 1;}}interface-overview > div:last-child > div > asend {color: #17ff00;white-space: nowrap;text-transform: uppercase;line-height: 1;font-size: 12px;background-color: black;padding: 5px 10px;border: 1px solid #343434;}interface-overview > div:last-child > div > box {flex: 1;height: 100%;overflow: hidden;overflow-y: overlay;}custom-document {width: 100%;height: 100%;}@media (orientation: landscape) {custom-document {max-width: 800px;}}custom-document-options {background-color: #6495edb5;display: flex;flex-direction: row;justify-content: center;align-items: center;gap: 20px;padding: 5px;margin-top: 10px;color: #ffffff;border-top-left-radius: 20px;border-top-right-radius: 20px;}custom-document-options > glyph {font-size: 40px;}#facture {display: flex;flex-direction: row;position: relative;background-color: white;color: black;}#facture shiftek {transform: scale(0.5);transform-origin:top;right:80px;color: black;}#facture.dark shiftek {color:white;}#facture glyph {color:#00ff50;}#facture.dark {background-color: #1e1e1e;color:white;}#facture>banderolle {position: absolute;font-size: 10em;white-space: nowrap;font-weight: bold;font-family: sans-serif;text-transform: uppercase;transform: rotateZ(-45deg);transform-origin:center;color: red;top: 30%;opacity: 0.1;width: 100%;text-align: center;pointer-events: none;}#facture>band {display: flex;width: 10%;justify-content: center;align-items: flex-start;padding-top: 30%;}#facture>band>name {transform: rotateZ(270deg);transform-origin:center;font-size: 30px;text-transform: uppercase;white-space: nowrap;font-weight: bold;letter-spacing: 3px;color: #d2d2d2;}#facture.facture>band>name>span {color: cornflowerblue;}#facture.devis>band>name>span {color: #ed9664;}#facture>main {display: flex;flex-direction: column;flex-basis: 90%;height: 100%;flex-grow: 1;padding-right: 5%;padding-top: 2%;}#facture>main>* {padding-top: 5%;}#facture>main>tophead {display: flex;flex-direction: row;justify-content: space-between;}#facture>main>tophead>div {display: flex;flex-direction: column;align-items: flex-start;text-align: justify;}#facture>main>tophead>div>titre {font-size:30px;font-weight: bold;text-transform: uppercase;line-height: 1;}#facture.facture>main>tophead>div>titre {color:cornflowerblue;}#facture.devis>main>tophead>div>titre {color:#ed9664;}#facture>main>tophead>div>subtitre {font-size:20px;}#facture>main>tophead>div>infos {display: flex;flex-direction: row;font-size: 15px;align-self: stretch;}#facture>main>tophead>div>infos>span:first-child {font-weight: bold;}#facture>main>tophead>div>infos>span {flex: 0 0 50px;}#facture>main>midhead {display: flex;flex-direction: row;justify-content: space-between;align-items: flex-end;}#facture>main>midhead>div {display: block;}#facture>main>midhead>div>span:first-child {text-transform: uppercase;font-weight: bold;border-bottom:1px solid black;padding-bottom: 3px;margin-bottom: 3px;}#facture.facture>main>midhead>div>span:first-child {color:cornflowerblue;}#facture.devis>main>midhead>div>span:first-child {color:#ed9664;}#facture>main>midhead>div>span {display: flex;align-items: flex-start;}#facture>main>midhead>date {display: flex;flex-direction: row;}#facture>main>midhead>date>name {display: flex;flex-direction: column;align-items: flex-end;font-weight: bold;padding-inline: 10px;}#facture>main>midhead>date>value {display: flex;flex-direction: column;align-items: flex-start;}#facture>main>middle {display: flex;flex-direction: column;}#facture>main>middle>table {text-align: center;border-collapse: collapse;}#facture>main>middle>table tr:first-child {color: white;font-weight: bold;text-transform: uppercase;}#facture.facture>main>middle>table tr:first-child {background-color: cornflowerblue;}#facture.devis>main>middle>table tr:first-child {background-color: #ed9664;}#facture>main>middle>table tr { }#facture>main>middle>table td {border: 1px solid #80808014;}#facture>main>middle>table td.strong {background-color: #ffd3d3;}#facture.dark>main>middle>table td.strong {background-color: #540000;}#facture>main>middle>table tr:nth-child(even)>td {background-color: #85858512;}#facture>main>middle>table th {text-transform: uppercase;text-align: right;padding-right: 10px;font-size: 12px;letter-spacing: 2px;}#facture>main>bottom {display: flex;flex-direction: column;}#facture>main>bottom>div {display: flex;flex-direction: column;align-items: flex-start;margin-bottom: 20px;}#facture>main>bottom>div>span:first-child {text-transform: uppercase;font-weight: bold;border-bottom:1px solid black;padding-bottom: 3px;margin-bottom: 3px;}#facture.facture>main>bottom>div>span:first-child {color:cornflowerblue;}#facture.devis>main>bottom>div>span:first-child {color:#ed9664;}#facture>main>bottom>div>span {text-align: initial;}#facture > footer {position: absolute;bottom: 15px;width: 100%;font-size: 10px;color: gray;text-align: center;}@keyframes TurnRoad {from {transform: rotateZ(0deg);}to {transform: rotateZ(360deg);}}sync-round {display: flex;flex-direction: row;gap: 10px;z-index: 1000;margin-right: 20px;}wheel {font-family: 'Abel', 'Impact', sans-serif;box-shadow: 0px 0px 10px 1px black;background: linear-gradient(0deg, rgb(80,80,80),rgb(0 0 0) 40%,rgb(200,200,200) 100%);display: flex;align-items: center;justify-content: center;position: relative;width: 100px;height: 100px;border-radius: 1000px;overflow: visible;}wheel tyre {box-shadow: inset 0px 0px 10px 1px black;position: absolute;width:90%;height: 90%;border-radius:1000px;animation: TurnRoad 5s linear infinite;opacity: 0;transition: all 1s;}wheel tyre:nth-child(1) {background: linear-gradient(0deg, transparent 0%,transparent 40%,aqua 100%);}wheel tyre:nth-child(2) {background: linear-gradient(0deg, transparent 0%,transparent 40%,lime 100%);}wheel tyre:nth-child(3) {background: linear-gradient(0deg, transparent 0%,transparent 40%,yellow 100%);}wheel tyre:nth-child(4) {background: linear-gradient(0deg, transparent 0%,transparent 40%,orange 100%);}wheel tyre:nth-child(5) {background: linear-gradient(0deg, transparent 0%,transparent 40%,red 100%);}wheel tyre:nth-child(6) {background: linear-gradient(0deg, transparent 0%,transparent 40%,black 100%);}wheel rim {box-shadow: 0px 0px 10px 1px black;background-color: black;background: linear-gradient(0deg, rgb(183 183 183),rgb(0 0 0) 40%,rgb(200,200,200) 100%);display: flex;align-items: center;justify-content: center;position: relative;width: 60%;height: 60%;border-radius: 1000px;font-size: 20px;overflow: hidden;}wheel rim span {text-align: center;position: absolute;color: white;font-weight: bold;transition: all .5s;overflow: hidden;}wheel name {pointer-events: none;position: absolute;color: white;font-weight: bold;transition: all .5s;white-space: nowrap;font-size: 0.8em;letter-spacing: -0.7px;bottom: -4px;}wheel control {position: absolute;background-color: #585858;padding-inline: 5px;padding-block: 5px;padding-top: 25px;z-index: -1;color: white;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border: 1px solid gray;display: flex;flex-direction: column;text-transform: uppercase;opacity: 0;transform: translateY(0%);transition: 0.2s;gap: 2px;}wheel infos {position: absolute;background-color: #000000;background: linear-gradient(90deg, transparent, black, black);width: 100%;transform: translateX(0%);border-top-right-radius: 5px;border-bottom-right-radius: 5px;opacity: 0;z-index: 1;transition: 0.2s;pointer-events: none;display: flex;flex-direction: column;line-height: 1;padding: 5px 10px;}wheel infos > div {display: flex;flex-direction: row;justify-content: space-between;align-items: center;padding-left:10px;}wheel infos > div > span {}wheel:hover infos {opacity: 1;transform: translateX(90%);}wheel control > action {background-color: #510d25;border-radius: 2px;padding-inline: 5px;}filelist {display: flex;flex-direction: row;justify-content: center;flex-wrap: wrap;color: white;gap: 5px;}filelist > asend {background-color: black;display: flex;flex-direction: column;align-items: center;padding: 15px;border-radius: 5px;border: 1px solid #474747;}filelist > asend[code='0'] {background-color: rgb(43, 151, 0);}filelist > asend[code='1'] {background-color: rgb(116, 0, 0);}filelist > asend[code='1000'] {background-color: rgb(0, 116, 104);}filelist > cat {flex-basis: 100%;text-align: center;font-size: 2em;font-weight: bold;padding-block: 10px;margin-inline: 30vw;margin-bottom: 10px;border-bottom: 1px solid gray;}demorequest {display: flex;flex-direction: row;}tinylist {display: flex;flex-wrap: wrap;align-items: flex-start;color: white;padding: 10px;gap: 10px;width: 100%;}tinylist > asend {display: flex;flex-direction: row;overflow: hidden;border-radius: 5px;border: 1px solid #5e5e5e;min-width: 200px;}tinylist > asend > titre {background-color: #4e4e4e94;display: flex;justify-content: center;align-items: center;white-space: nowrap;width: 40px;font-size: 17px;text-transform: uppercase;border-right: 1px solid black;}tinylist > asend > titre.facture {background-color: #6377c294;}tinylist > asend > titre.devis {background-color: #c28a6394;}tinylist > asend > titre > span {transform: rotateZ(270deg);}tinylist > asend > div {display: flex;flex-direction: column;flex: 1;}tinylist > asend > div > top {background-color: #7a7a7a91;text-align: right;padding-inline: 10px;padding-block: 5px;font-size: 18px;white-space: nowrap;}tinylist > asend > div > bottom {display: flex;position:relative;flex-direction: column;padding: 10px;background-color: #33333347;box-shadow: inset 0 0 5px black;}tinylist > asend > div > bottom > span:first-child {font-weight: bold;}tinylist > asend > div > bottom > status {position: absolute;font-size: 50px;color: #ff000040;font-weight: bold;top: 50%;left: 95%;transform: translate(-100%,-50%) rotateZ(337deg);}userlist {display: grid;grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));flex-wrap: wrap;gap: 5px;color: white;padding: 10px;}userlist > div {display: flex;flex-direction: column;border-radius: 5px;position: relative;}userlist > div > asend {display: flex;flex-direction: row;justify-content: space-between;font-weight: bold;text-transform: uppercase;white-space: nowrap;background-color: #000000;padding: 10px;}userlist > div > infos {background-color: #262626;padding: 10px;display: flex;flex-direction: column;flex: 1;}userlist > div > infos > vpslist {display: flex;flex-direction: row;justify-content: flex-start;align-items: center;flex-wrap: nowrap;overflow: hidden;}userlist > div > infos > vpslist > asend {display: block;padding: 2px 5px;border-radius: 5px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;text-align: center;flex: 1;}userlist > div > infos > params {display: flex;flex-direction: column;border-top: 1px solid #ffffff2b;border-bottom: 1px solid #ffffff2b;margin-block: 5px;padding-block: 5px;}userlist > div > infos > params > div {display: flex;flex-direction: row;justify-content: space-between;}userlist > div > flist {position: absolute;opacity: 0;bottom: 0;width: 100%;display: flex;flex-direction: column;flex-wrap: wrap;margin-top: 1px;transition: all .5s;z-index: 1;}userlist > div:hover > flist {opacity: 1;transform: translateY(100%);}userlist > div > flist > asend {display: flex;justify-content: space-between;background-color: #242424;padding: 5px;border-radius: 2px;border: 1px solid #383838;text-transform: uppercase;}userlist > div > flist > asend.client {background-color: #364048;}page_mention {background-color: #202020;color: white;padding: 20px;margin: 10px;border-radius: 5px;overflow-y: overlay;max-height: 90vh;}page_mention > cadre {background-color: #2f2f2fa1;display: inline-block;padding: 10px;}ecproduct {display: grid;grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}ecproduct > div {display: flex;flex-direction: column;background-color: #dbdbdb;align-items: center;justify-content: center;}ecproduct > div > titre {}filemanager {display: flex;flex-direction: column;color: white;}filemanager > tree {display: flex;flex-direction: row;gap: 5px;padding-top: 10px;padding-left: 10px;align-items: center;}filemanager > tree > asend {background-color: #2f5c70;padding: 5px 10px;border-radius: 5px;}filemanager > files {display: flex;flex-direction: row;padding: 20px;gap:30px}filemanager > files > div > asend {position: relative;width: 75px;height: 75px;display: flex;flex-direction: column;align-items: center;justify-content: center;}filemanager > files > div > asend > filename {text-shadow: 0 0 1px black;white-space: no-wrap;text-overflow: ellipsis;width: 100px;text-align: center;height: 20px;overflow: hidden;}filemanager > files > div:hover > asend > filename {overflow: visible;white-space: break-spaces;word-break: break-word;}filemanager > files > div > asend > level {position: absolute;top: 10px;color: red;font-size: 25px;}filemanager > files > div > contextmenu {position: absolute;display: flex;flex-direction: column;background-color: chocolate;padding: 5px 10px;border-radius: 5px;transform: translateX(60%);z-index: 1000;opacity:0;pointer-events: none;}filemanager > files > div > contextmenu.active {opacity:1;pointer-events: all;}filemanager > files > div > contextmenu > asend {}filemanager > files > div cover {background-size: contain;background-repeat: no-repeat;background-position: center;flex: 1;width: 100%;}filemanager .directory cover {background-image: url('/icon.directory.png');}filemanager .file cover {background-image: url('/icon.document.png');}filemanager .jpg cover,filemanager .png cover {background-image: url('/icon.img.png')!important;}filemanager .pdf cover {background-image: url('/icon.pdf.png')!important;}filemanager .psd cover {background-image: url('/icon.psd.png')!important;}filemanager .exe cover {background-image: url('/icon.exe.png')!important;}filemanager .txt cover,filemanager .doc cover,filemanager .docx cover {background-image: url('/icon.txt.png')!important;}useraffil {display: flex;flex-direction: column;gap:20px;}useraffil > img {position: absolute;height: 200px;top: 0;right: 0;transform: translate(50%, -10%);}useraffil > stats {display: flex;flex-direction: column;}useraffil > list {display: flex;flex-direction: row;flex-wrap: wrap;gap: 10px;max-height: 500px;overflow-y: scroll;}useraffil > list > div {display: flex;flex-direction: column;flex: 1 25%;align-items: center;background: linear-gradient(180deg, black, transparent);}useraffil > list > div > pseudo {font-size: 18px;text-transform: uppercase;font-weight: bold;width: 100%;text-align: center;background-color: #4a4a4a;border: 1px solid #606060;}useraffil > list > div > offres {display: flex;flex-direction: row;flex-wrap: wrap;gap: 11px;justify-content: center;padding: 10px 5px;}useraffil > list > div > offres > div {display: flex;flex-direction: column;align-items: center;}useraffil > list > div > offres > div > span:first-child {font-weight: bold;white-space: nowrap;font-size: 15px;color: #e4e4e4;}useraffil > list > div > offres > div > span:last-child {font-style: italic;line-height: 0;}useraffil > list > div > offres > div > span.VALIDE {color: #00ff50;}useraffil > list > div > offres > div > span.EXPIRE {color: #fc3434;}useraffil > list > div > offres > div > span.DEMO {color:#ff85ff;}useraffil > list > div > offres > div > span.PERM {color: #aa9bff;}useraffil > list > div > offres > div > span.SUBED {color: #48ffef;}tinyitemlist {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;background-color: #81818144;max-height: 90vh;overflow-y: auto;padding: 20px;border-radius: 5px;overflow-x: hidden;gap: 1px;}tinyitemlist > asend {flex: 1;display: flex;flex-direction: row;flex-wrap: nowrap;}tinyitemlist > asend > span {background-color: #000000;white-space: nowrap;flex:1;padding: 5px 10px; }transacts {display: flex;flex-direction: row;padding:10px;gap:10px;}transacts > asend {display: flex;background-color: #0000006b;flex-direction: column;border: 1px solid #313131;color: white;width: 300px;}transacts > asend > titre {background-color: #ffac00;padding: 10px 15px;}transacts.valid > asend > titre {background-color: #22ff00;}transact.rejects > asend > titre {background-color: #ff0000;}transacts > asend > span {display: flex;flex-direction: row;width: 100%;justify-content: space-between;}transacts > asend > span {padding: 0px 3px;}sync-thread {display: flex;flex-direction: row;height: 100px;color:white;}threadbar {display: flex;flex-direction: column;width: 100px;background-color: #101010;flex: 1;border: 1px solid #171717;}threadbar > name {font-size: 12px;letter-spacing: -1px;white-space: nowrap;text-align: center;border-bottom: 1px solid #ffffff30;}threadbar > bars {display: flex;position: relative;flex-direction: row;width: 100%;flex: 1;gap: 1px;}threadbar > bars > actions {position: absolute;display: flex;flex-direction: column;gap:1px;width: 100%;height: 100%;opacity: 0;transition: all .5s;z-index: 1;}threadbar > bars > actions > span {flex:1;display: flex;align-items: center;justify-content: center;text-transform: uppercase;background-color: #232323b2;color:white;border:1px solid gray;}threadbar:hover > bars > actions {opacity: 1;}threadbar > bars > div {display: flex;align-items: center;justify-content: center;position: relative;background-color: #1b1b1b;width: 100%;flex: 1;overflow: hidden;}threadbar > bars > div > load {display: block;background-color: #00ff50;transform-origin: bottom;height: 100%;transition: all 1s linear;flex:1;}threadbar > bars > div > count {position: absolute;top: 0;font-size: 10px;letter-spacing: -1px;}@font-face {font-family: 'MIRegular';font-style: normal;font-weight: 400;src: url(fonts.css.MaterialIcons-Regular.ttf) format('truetype');}@font-face {font-family: 'MIRound';font-style: normal;font-weight: 400;src: url(fonts.css.MaterialIconsRound-Regular.otf) format('opentype');}@font-face {font-family: 'MISharp';font-style: normal;font-weight: 400;src: url(fonts.css.MaterialIconsSharp-Regular.otf) format('opentype');}@font-face {font-family: 'MIOutlined';font-style: normal;font-weight: 400;src: url(fonts.css.MaterialIconsOutlined-Regular.otf) format('opentype');}@font-face {font-family: 'MITwoTone';font-style: normal;font-weight: 400;src: url(fonts.css.MaterialIconsTwoTone-Regular.otf) format('opentype');}glyph {font-family: 'MIRegular';font-weight: normal;font-style: normal;display: inline-block;line-height: 1;text-transform: none;letter-spacing: normal;word-wrap: normal;white-space: nowrap;direction: ltr;-webkit-font-smoothing: antialiased;text-rendering: optimizeLegibility;-moz-osx-font-smoothing: grayscale;font-feature-settings: 'liga';}glyph.round {font-family: 'MIRound';}glyph.sharp {font-family: 'MISharp';}glyph.outline {font-family: 'MIOutlined';}glyph.twotone {font-family: 'MITwoTone';}@font-face {font-family: 'Glyphicons Halflings';src: url('fonts.css.glyphicons-halflings-regular.eot');src: url('fonts.css.glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts.css.glyphicons-halflings-regular.woff2') format('woff2'), url('fonts.css.glyphicons-halflings-regular.woff') format('woff'), url('fonts.css.glyphicons-halflings-regular.ttf') format('truetype'), url('fonts.css.glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');}.glyphicon {position: relative;top: 1px;display: inline-block;font-family: 'Glyphicons Halflings';font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.glyphicon-asterisk:before {content: "\002a";}.glyphicon-plus:before {content: "\002b";}.glyphicon-euro:before,.glyphicon-eur:before {content: "\20ac";}.glyphicon-minus:before {content: "\2212";}.glyphicon-cloud:before {content: "\2601";}.glyphicon-envelope:before {content: "\2709";}.glyphicon-pencil:before {content: "\270f";}.glyphicon-glass:before {content: "\e001";}.glyphicon-music:before {content: "\e002";}.glyphicon-search:before {content: "\e003";}.glyphicon-heart:before {content: "\e005";}.glyphicon-star:before {content: "\e006";}.glyphicon-star-empty:before {content: "\e007";}.glyphicon-user:before {content: "\e008";}.glyphicon-film:before {content: "\e009";}.glyphicon-th-large:before {content: "\e010";}.glyphicon-th:before {content: "\e011";}.glyphicon-th-list:before {content: "\e012";}.glyphicon-ok:before {content: "\e013";}.glyphicon-remove:before {content: "\e014";}.glyphicon-zoom-in:before {content: "\e015";}.glyphicon-zoom-out:before {content: "\e016";}.glyphicon-off:before {content: "\e017";}.glyphicon-signal:before {content: "\e018";}.glyphicon-cog:before {content: "\e019";}.glyphicon-trash:before {content: "\e020";}.glyphicon-home:before {content: "\e021";}.glyphicon-file:before {content: "\e022";}.glyphicon-time:before {content: "\e023";}.glyphicon-road:before {content: "\e024";}.glyphicon-download-alt:before {content: "\e025";}.glyphicon-download:before {content: "\e026";}.glyphicon-upload:before {content: "\e027";}.glyphicon-inbox:before {content: "\e028";}.glyphicon-play-circle:before {content: "\e029";}.glyphicon-repeat:before {content: "\e030";}.glyphicon-refresh:before {content: "\e031";}.glyphicon-list-alt:before {content: "\e032";}.glyphicon-lock:before {content: "\e033";}.glyphicon-flag:before {content: "\e034";}.glyphicon-headphones:before {content: "\e035";}.glyphicon-volume-off:before {content: "\e036";}.glyphicon-volume-down:before {content: "\e037";}.glyphicon-volume-up:before {content: "\e038";}.glyphicon-qrcode:before {content: "\e039";}.glyphicon-barcode:before {content: "\e040";}.glyphicon-tag:before {content: "\e041";}.glyphicon-tags:before {content: "\e042";}.glyphicon-book:before {content: "\e043";}.glyphicon-bookmark:before {content: "\e044";}.glyphicon-print:before {content: "\e045";}.glyphicon-camera:before {content: "\e046";}.glyphicon-font:before {content: "\e047";}.glyphicon-bold:before {content: "\e048";}.glyphicon-italic:before {content: "\e049";}.glyphicon-text-height:before {content: "\e050";}.glyphicon-text-width:before {content: "\e051";}.glyphicon-align-left:before {content: "\e052";}.glyphicon-align-center:before {content: "\e053";}.glyphicon-align-right:before {content: "\e054";}.glyphicon-align-justify:before {content: "\e055";}.glyphicon-list:before {content: "\e056";}.glyphicon-indent-left:before {content: "\e057";}.glyphicon-indent-right:before {content: "\e058";}.glyphicon-facetime-video:before {content: "\e059";}.glyphicon-picture:before {content: "\e060";}.glyphicon-map-marker:before {content: "\e062";}.glyphicon-adjust:before {content: "\e063";}.glyphicon-tint:before {content: "\e064";}.glyphicon-edit:before {content: "\e065";}.glyphicon-share:before {content: "\e066";}.glyphicon-check:before {content: "\e067";}.glyphicon-move:before {content: "\e068";}.glyphicon-step-backward:before {content: "\e069";}.glyphicon-fast-backward:before {content: "\e070";}.glyphicon-backward:before {content: "\e071";}.glyphicon-play:before {content: "\e072";}.glyphicon-pause:before {content: "\e073";}.glyphicon-stop:before {content: "\e074";}.glyphicon-forward:before {content: "\e075";}.glyphicon-fast-forward:before {content: "\e076";}.glyphicon-step-forward:before {content: "\e077";}.glyphicon-eject:before {content: "\e078";}.glyphicon-chevron-left:before {content: "\e079";}.glyphicon-chevron-right:before {content: "\e080";}.glyphicon-plus-sign:before {content: "\e081";}.glyphicon-minus-sign:before {content: "\e082";}.glyphicon-remove-sign:before {content: "\e083";}.glyphicon-ok-sign:before {content: "\e084";}.glyphicon-question-sign:before {content: "\e085";}.glyphicon-info-sign:before {content: "\e086";}.glyphicon-screenshot:before {content: "\e087";}.glyphicon-remove-circle:before {content: "\e088";}.glyphicon-ok-circle:before {content: "\e089";}.glyphicon-ban-circle:before {content: "\e090";}.glyphicon-arrow-left:before {content: "\e091";}.glyphicon-arrow-right:before {content: "\e092";}.glyphicon-arrow-up:before {content: "\e093";}.glyphicon-arrow-down:before {content: "\e094";}.glyphicon-share-alt:before {content: "\e095";}.glyphicon-resize-full:before {content: "\e096";}.glyphicon-resize-small:before {content: "\e097";}.glyphicon-exclamation-sign:before {content: "\e101";}.glyphicon-gift:before {content: "\e102";}.glyphicon-leaf:before {content: "\e103";}.glyphicon-fire:before {content: "\e104";}.glyphicon-eye-open:before {content: "\e105";}.glyphicon-eye-close:before {content: "\e106";}.glyphicon-warning-sign:before {content: "\e107";}.glyphicon-plane:before {content: "\e108";}.glyphicon-calendar:before {content: "\e109";}.glyphicon-random:before {content: "\e110";}.glyphicon-comment:before {content: "\e111";}.glyphicon-magnet:before {content: "\e112";}.glyphicon-chevron-up:before {content: "\e113";}.glyphicon-chevron-down:before {content: "\e114";}.glyphicon-retweet:before {content: "\e115";}.glyphicon-shopping-cart:before {content: "\e116";}.glyphicon-folder-close:before {content: "\e117";}.glyphicon-folder-open:before {content: "\e118";}.glyphicon-resize-vertical:before {content: "\e119";}.glyphicon-resize-horizontal:before {content: "\e120";}.glyphicon-hdd:before {content: "\e121";}.glyphicon-bullhorn:before {content: "\e122";}.glyphicon-bell:before {content: "\e123";}.glyphicon-certificate:before {content: "\e124";}.glyphicon-thumbs-up:before {content: "\e125";}.glyphicon-thumbs-down:before {content: "\e126";}.glyphicon-hand-right:before {content: "\e127";}.glyphicon-hand-left:before {content: "\e128";}.glyphicon-hand-up:before {content: "\e129";}.glyphicon-hand-down:before {content: "\e130";}.glyphicon-circle-arrow-right:before {content: "\e131";}.glyphicon-circle-arrow-left:before {content: "\e132";}.glyphicon-circle-arrow-up:before {content: "\e133";}.glyphicon-circle-arrow-down:before {content: "\e134";}.glyphicon-globe:before {content: "\e135";}.glyphicon-wrench:before {content: "\e136";}.glyphicon-tasks:before {content: "\e137";}.glyphicon-filter:before {content: "\e138";}.glyphicon-briefcase:before {content: "\e139";}.glyphicon-fullscreen:before {content: "\e140";}.glyphicon-dashboard:before {content: "\e141";}.glyphicon-paperclip:before {content: "\e142";}.glyphicon-heart-empty:before {content: "\e143";}.glyphicon-link:before {content: "\e144";}.glyphicon-phone:before {content: "\e145";}.glyphicon-pushpin:before {content: "\e146";}.glyphicon-usd:before {content: "\e148";}.glyphicon-gbp:before {content: "\e149";}.glyphicon-sort:before {content: "\e150";}.glyphicon-sort-by-alphabet:before {content: "\e151";}.glyphicon-sort-by-alphabet-alt:before {content: "\e152";}.glyphicon-sort-by-order:before {content: "\e153";}.glyphicon-sort-by-order-alt:before {content: "\e154";}.glyphicon-sort-by-attributes:before {content: "\e155";}.glyphicon-sort-by-attributes-alt:before {content: "\e156";}.glyphicon-unchecked:before {content: "\e157";}.glyphicon-expand:before {content: "\e158";}.glyphicon-collapse-down:before {content: "\e159";}.glyphicon-collapse-up:before {content: "\e160";}.glyphicon-log-in:before {content: "\e161";}.glyphicon-flash:before {content: "\e162";}.glyphicon-log-out:before {content: "\e163";}.glyphicon-new-window:before {content: "\e164";}.glyphicon-record:before {content: "\e165";}.glyphicon-save:before {content: "\e166";}.glyphicon-open:before {content: "\e167";}.glyphicon-saved:before {content: "\e168";}.glyphicon-import:before {content: "\e169";}.glyphicon-export:before {content: "\e170";}.glyphicon-send:before {content: "\e171";}.glyphicon-floppy-disk:before {content: "\e172";}.glyphicon-floppy-saved:before {content: "\e173";}.glyphicon-floppy-remove:before {content: "\e174";}.glyphicon-floppy-save:before {content: "\e175";}.glyphicon-floppy-open:before {content: "\e176";}.glyphicon-credit-card:before {content: "\e177";}.glyphicon-transfer:before {content: "\e178";}.glyphicon-cutlery:before {content: "\e179";}.glyphicon-header:before {content: "\e180";}.glyphicon-compressed:before {content: "\e181";}.glyphicon-earphone:before {content: "\e182";}.glyphicon-phone-alt:before {content: "\e183";}.glyphicon-tower:before {content: "\e184";}.glyphicon-stats:before {content: "\e185";}.glyphicon-sd-video:before {content: "\e186";}.glyphicon-hd-video:before {content: "\e187";}.glyphicon-subtitles:before {content: "\e188";}.glyphicon-sound-stereo:before {content: "\e189";}.glyphicon-sound-dolby:before {content: "\e190";}.glyphicon-sound-5-1:before {content: "\e191";}.glyphicon-sound-6-1:before {content: "\e192";}.glyphicon-sound-7-1:before {content: "\e193";}.glyphicon-copyright-mark:before {content: "\e194";}.glyphicon-registration-mark:before {content: "\e195";}.glyphicon-cloud-download:before {content: "\e197";}.glyphicon-cloud-upload:before {content: "\e198";}.glyphicon-tree-conifer:before {content: "\e199";}.glyphicon-tree-deciduous:before {content: "\e200";}.glyphicon-cd:before {content: "\e201";}.glyphicon-save-file:before {content: "\e202";}.glyphicon-open-file:before {content: "\e203";}.glyphicon-level-up:before {content: "\e204";}.glyphicon-copy:before {content: "\e205";}.glyphicon-paste:before {content: "\e206";}.glyphicon-alert:before {content: "\e209";}.glyphicon-equalizer:before {content: "\e210";}.glyphicon-king:before {content: "\e211";}.glyphicon-queen:before {content: "\e212";}.glyphicon-pawn:before {content: "\e213";}.glyphicon-bishop:before {content: "\e214";}.glyphicon-knight:before {content: "\e215";}.glyphicon-baby-formula:before {content: "\e216";}.glyphicon-tent:before {content: "\26fa";}.glyphicon-blackboard:before {content: "\e218";}.glyphicon-bed:before {content: "\e219";}.glyphicon-apple:before {content: "\f8ff";}.glyphicon-erase:before {content: "\e221";}.glyphicon-hourglass:before {content: "\231b";}.glyphicon-lamp:before {content: "\e223";}.glyphicon-duplicate:before {content: "\e224";}.glyphicon-piggy-bank:before {content: "\e225";}.glyphicon-scissors:before {content: "\e226";}.glyphicon-bitcoin:before {content: "\e227";}.glyphicon-btc:before {content: "\e227";}.glyphicon-xbt:before {content: "\e227";}.glyphicon-yen:before {content: "\00a5";}.glyphicon-jpy:before {content: "\00a5";}.glyphicon-ruble:before {content: "\20bd";}.glyphicon-rub:before {content: "\20bd";}.glyphicon-scale:before {content: "\e230";}.glyphicon-ice-lolly:before {content: "\e231";}.glyphicon-ice-lolly-tasted:before {content: "\e232";}.glyphicon-education:before {content: "\e233";}.glyphicon-option-horizontal:before {content: "\e234";}.glyphicon-option-vertical:before {content: "\e235";}.glyphicon-menu-hamburger:before {content: "\e236";}.glyphicon-modal-window:before {content: "\e237";}.glyphicon-oil:before {content: "\e238";}.glyphicon-grain:before {content: "\e239";}.glyphicon-sunglasses:before {content: "\e240";}.glyphicon-text-size:before {content: "\e241";}.glyphicon-text-color:before {content: "\e242";}.glyphicon-text-background:before {content: "\e243";}.glyphicon-object-align-top:before {content: "\e244";}.glyphicon-object-align-bottom:before {content: "\e245";}.glyphicon-object-align-horizontal:before {content: "\e246";}.glyphicon-object-align-left:before {content: "\e247";}.glyphicon-object-align-vertical:before {content: "\e248";}.glyphicon-object-align-right:before {content: "\e249";}.glyphicon-triangle-right:before {content: "\e250";}.glyphicon-triangle-left:before {content: "\e251";}.glyphicon-triangle-bottom:before {content: "\e252";}.glyphicon-triangle-top:before {content: "\e253";}.glyphicon-console:before {content: "\e254";}.glyphicon-superscript:before {content: "\e255";}.glyphicon-subscript:before {content: "\e256";}.glyphicon-menu-left:before {content: "\e257";}.glyphicon-menu-right:before {content: "\e258";}.glyphicon-menu-down:before {content: "\e259";}.glyphicon-menu-up:before {content: "\e260";}section > text {font-size: 25px;}bottomcontent > section:first-child {border-top: 3px solid #686868;}bottomcontent section {display: flex;flex-direction: column;align-items: center;justify-content: space-between;position: relative;overflow: hidden;text-align: center;height: auto;align-items: center;padding: 60px;margin: 0;gap: 60px;}bottomcontent section > *:not(svg):not(footer) {transform: scale(0);transition: all .5s;}bottomcontent section[view=on] > * {transform: scale(1);}mainframe > section {display: flex;position: relative;background-attachment: fixed;width: 100%;height: 100%;margin: 0;overflow: hidden;align-items: flex-start;justify-content: flex-start;flex-direction: column;padding: 0px;border: 0;transition: all .5s;}mainframe > section::before {background: url(/img.pattern.png);background-size: 3px;}section {background-size: cover;}section > * {z-index: 10;}section::after, section::before {position: absolute;width: 100%;height: 100%;top:0;left:0;content:"";z-index: 1;}section::after {background-size: 3px;}bottomcontent section::before {}section hover {max-height: 0%;color:white;opacity: 0;font-size: 1.5em;transition: all .5s;}section:hover hover {max-height: 200px;opacity: 1;width: 70%;}section > note {max-width: 1250px;color: white;display: flex;flex-direction: column;align-items: center;gap: 10px;}section > note > asend,section > note > anchor {padding: 10px 50px;font-size: 18px;text-transform: uppercase;box-shadow: inset 0 0 13px black;}section.off {opacity: 0;}@media screen and (orientation: landscape) {rowdiag {display: flex;flex-direction: row;height: 100%;}rowdiag > section {flex: 1;justify-content: center;transform: skewX(0deg);transition: transform .5s;box-shadow: inset 20px 0px 20px 0px black;}rowdiag > section[view=on] {transform: skewX(-10deg); }rowdiag > section:first-child {margin-left: -80px;padding-left:100px;}rowdiag > section:nth-child(2) {}rowdiag > section:last-child {margin-right: -80px;padding-right:100px;}rowdiag > section > * {transform: scale(0) skewX(0deg)!important;transition: all .5s;}rowdiag > section[view=on] > * {transform: scale(1) skewX(10deg)!important;}}section.NoPadd {padding: 0!important;}section.NoPaddInline {padding-inline: 0!important;}section.NoPaddBlock {padding-block: 0!important;}section.BGAzur {background-color: #4a5a7b;}section.BGPurple {background-color: #594a7b;}section.BGGreen {background-color: #5f9657;}section.BGOrange {background-color: #a57659;}section.BGPink {background-color: #a55995;}section.FilterPurple::before {background-color: #594a7bbd;}section.FilterAzur::before {background-color: #4a5a7bbd;}section.FilterGreen::before {background-color: #5f9657b5;}section.FilterOrange::before {background-color: #a57659e8;}section.FilterGold::before {background-color: #6f5400e8;}section.FilterPink::before {background-color: #a55975e8;}section.FilterDark::before {background-color: #0000008f;}section.Pattern::after {background: url(/img.pattern.png),linear-gradient(270deg,rgb(0,0,0,0.8),rgb(60,60,60,0.6));}section.RightLight::after {background: linear-gradient(270deg, rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.4));}section.LeftLight::after {background: linear-gradient(90deg, rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.4));}section.BottomLight::after {background: linear-gradient(180deg,rgba(0, 0, 0, 0.4),rgba(255, 255, 255, 0.6));}section.TopLight::after {background: linear-gradient(0deg,rgba(0, 0, 0, 0.4),rgba(255, 255, 255, 0.6));}section.RightDark::after {background: linear-gradient(270deg,rgb(0,0,0,1),rgb(0,0,0,0.4));}section.LeftDark::after {background: linear-gradient(90deg,rgb(0,0,0,1),rgb(0,0,0,0.4));}section.RightGold::after {background: linear-gradient(270deg,rgb(69 57 0),rgb(0,0,0,0.4));}section.UniDark::after {background-color:rgba(0, 0, 0, 0.65);}section.Cosmic::after {background: linear-gradient(270deg, rgba(0, 0, 0, 1),rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));}section.Cosmic covertext > glyph {color: #a5a5a5;}section.SoftLight::after {background: linear-gradient(270deg, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.3));}section.Freeze::after {background: linear-gradient(270deg, rgba(221, 241, 255, 1), rgba(0, 0, 0, 0.2));}section.BloodMoon::after {background: linear-gradient(270deg,rgb(110,40,40,0.6), rgb(0,0,0,0.6));}section.BlueMoon::after {background: linear-gradient(270deg,rgb(0,29,57,0.5), rgb(0,0,0,0.6));}section.PurpleHaze::after {background: linear-gradient(270deg,rgba(84, 22, 77, 0.6), rgb(0,0,0,0.6));}section.MutuOffers::after {background: linear-gradient(45deg,#356450, rgb(0,0,0,0.6));}section.ProOffers::after {background: linear-gradient(270deg,#5b5492, rgb(0,0,0,0.6));}section.GreenCharge::after {background: linear-gradient(270deg,#00ff0024, rgb(0,0,0,0.6));}section.Lighter::after {background-color: rgba(240, 240, 240, 0.9);}section.Bouton.BlueMoon {border-top: 3px solid #002d43;border-left: 15px solid #002d43;border-bottom: 1px solid #002d43;}section.Bouton.BloodMoon {border-top: 3px solid #430000;border-left: 15px solid #430000;border-bottom: 1px solid #430000;}section.Bouton.PurpleHaze {border-top: 3px solid rgb(56,30,55);border-left: 15px solid rgb(56,30,55);border-bottom: 1px solid rgb(56,30,55);}section.Bouton {align-items: center;justify-content: center;height: auto;border-top: 3px solid #686868;border-bottom: 3px solid #686868;}section.Bouton joinroom, section.Bouton a {max-width:75%;padding: 25px;text-transform: uppercase;letter-spacing: 5px;border: 1px solid #d4d4d4;border-top-left-radius: 25px;border-bottom-right-radius: 25px;user-select: none;color: #790606;font-weight: bold;transition: all .5s;text-shadow: 0px 0px 20px white;}section.Bouton titre {display: block;font-size: 5em;text-transform: uppercase;white-space: nowrap;color: #fcfcfc;letter-spacing: 20px;text-shadow: -20px 0px 20px #000000, 20px 0px 20px #000000;font-weight: bold;}section.Bouton:hover joinroom, section.Bouton:hover a {color:white;transition: all .5s;animation: JoinRoom 3s infinite;}svg.landscape > path {fill: #0000001f;}svg.landscape > path:first-child {animation: Wave 20s ease-in-out infinite alternate;}svg.landscape > path:nth-child(2) {animation: Wave 25s ease-in-out infinite alternate;}svg.landscape > path:last-child {animation: Wave 30s ease-in-out infinite alternate;}section.BlueMoon > svg.landscape path:first-child {fill: rgba(0,50,100,0.3);}section.BloodMoon > svg.landscape path:first-child{fill: rgba(100,0,0,0.3);}section.PurpleHaze > svg.landscape path:first-child{fill: rgba(84,22,77,0.3);}section.Fill {min-height: 100%;}section.Transit {flex-direction: row;}section.Transit texte {display: flex;flex-direction: column;color: white;align-items: flex-start;flex-basis: 50%;text-align: initial;text-shadow: 0 0 1px black, 0 0 1px black;}section.Transit texte > titre {font-size: 2em;font-weight: bold;text-transform: uppercase;}section.Transit texte > desc {font-size: 1.4em;text-align: left;}section.Transit joinroom {background-color: rgb(255, 255, 255);padding:15px;padding-inline: 40px;border-radius: 30px;font-size:1.3em;text-transform: uppercase;color: black;transition: all .5s;}section.Transit:hover joinroom {box-shadow: 0 0 20px white;}@media (orientation: portrait) {section.Transit {font-size:0.75em;}}section > anchor {font-size: 30px;text-transform: uppercase;letter-spacing: -2px;color: white;margin-block: 10px;padding-inline:20px;transition: all 0.1s;}section:hover > anchor {border-left: 2px solid red;border-right: 2px solid red;}section.Landscape {padding-top:150px;}section.Footer {color:white;height: auto;padding:0;}section.Footer a {color: white;}section.Footer {justify-content: space-between;align-items: flex-start;text-align: left;padding: 0;gap:0;}section.Footer fheader {padding:20px;display: flex;flex-direction: column;justify-content: space-between;width: 100%;gap:10px;}section.Footer fheader > div {display: flex;flex-direction: column;}section.Footer fheader titre {margin:0;color:white;letter-spacing: 2px;text-transform: uppercase;}section.Footer fheader > links {display: flex;flex-direction: column;padding-left: 10px;border-left: 1px solid red;}section.Footer footer {color: white;padding: 10px;width: 100%;background-color: rgba(35,35,35,0.8);border-top: 1px solid rgba(60,60,60,1);}@font-face {font-family: 'Abel';font-style: normal;font-weight: 400;src: local('Abel Regular'), local('Abel-Regular'), url("site.font.Abel.woff2") format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face {font-family: 'Bebas';font-style: normal;font-weight: 900;src: local('Bebas'), local('Bebas'), url("site.font.Bebas.ttf") format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face {font-family: 'Emotion';font-style: normal;src: url("site.font.Emotion.otf") format('opentype');}@media screen and (max-width: 1500px) and (orientation:landscape) {mainframe {font-size:0.9em;}}@media screen and (max-width: 1300px) and (orientation:landscape) {mainframe {font-size:0.8em;}}@media screen and (max-width: 1100px) and (orientation:landscape) {mainframe {font-size:0.7em;}}@media screen and (max-width: 900px) and (orientation:landscape) {mainframe {font-size:0.6em;}}body > a {position: absolute;pointer-events: none;opacity: 0;}::-webkit-scrollbar {width: 5px;height: 5px;}::-webkit-scrollbar-track {background: rgba(0, 0, 0,0);}::-webkit-scrollbar-thumb {background: #870a0a;transition: all .5s;}::-webkit-scrollbar-thumb:hover {background: rgb(150, 120, 120);transition: all .5s;}* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;scrollbar-width: thin;}*:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}a {text-decoration: none;}a:hover, a:focus {text-decoration: none;}a:focus {animation: HighlightFocus 2s linear infinite;}asend, joinroom, anchor {cursor: pointer;}html, body {margin: 0;padding: 0;width: 100%;}html {position: relative;height: 100%;overscroll-behavior: contain;user-select: none;}body {overflow: hidden;background-color: #141414;font-family: 'Abel', 'Impact', sans-serif;scroll-behavior: smooth;height: 100%;}input, button, select, textarea {border: none;outline: none;resize: none;padding: 0;margin: 0;}input:focus, select:focus, textarea:focus {border: none;outline: none;transition: all .5s;}flexheight {display: flex;flex: 1;flex-direction: column;width: 100%;height: 100%;}header {position: relative;width: 100%;min-height: 50px;display: flex;align-items: center;justify-content: space-between;}@media (orientation: portrait) {header > overview {display: none;}}header > overview {display: flex;flex-direction: row;justify-content: center;align-items: center;letter-spacing: -1px;color: #8c8c8c;font-size: 0.9em;cursor: pointer;margin-right: 10px;gap: 10px;}@media (orientation: portrait) {header > overview {font-size: 0.6em;}}header > overview trigger {background-color: rgb(217 217 217);border-radius: 5px;display: flex;place-items: center;place-content: center;font-size: 20px;width: 30px;height: 30px;border: 1px solid #8b8787;}header > overview > version {border-left: 3px solid #cc0000;padding-left: 10px;}header > overview > access > span {padding-left:7px;margin-left:7px;border-left: 3px solid #cc0000;}header > topmenu {display: flex;flex-direction: row;justify-content: flex-start;height: 100%;gap: 10px;padding-left: 140px;}header > topmenu nav {display: flex;align-items: center;justify-content: center;color: #d6d6d6;position: relative;cursor: pointer;transition: all 0.1s;gap: 5px;}header > topmenu nav.danger glyph {animation: RedBlink .5s infinite linear alternate;}header > topmenu nav.warning glyph {animation: OrangeBlink .5s infinite linear alternate;}@keyframes RedBlink {from {color:white;} to {color:rgb(255, 0, 0);}}@keyframes OrangeBlink {from {color:white;} to {color:rgb(255, 166, 0);}}header > topmenu glyph {font-size: 30px;display: flex!important;height: 100%;align-items: center;}@media (orientation: portrait) {header > topmenu {padding-left: 0;justify-content: flex-start;font-size: 0.8em;}header > topmenu nav {font-weight: bold;text-shadow: 0 0 black;gap:0;}header > topmenu glyph {position: absolute;font-size: 40px;color: #5a5a5a;}}header > topmenu nav > span {white-space: nowrap;}header > topmenu > cat,header > topmenu > cat > hide {display: flex;flex-direction: row;position: relative;}header > topmenu > cat > hide {position: absolute;z-index: 10000;top: 100%;max-width: 1000px;padding: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top: 1px solid #5a0000;background-color: #222222;gap: 5px;pointer-events: none;opacity: 0;transform: scale(0);transform-origin: top;transition: all 0.25s;}header > topmenu > cat:hover > hide {opacity: 1;max-width: 1000px;transform: scale(1);pointer-events: all;}header > topmenu > cat > nav {opacity: 1;}header > topmenu > cat:hover > nav {color:gray;}header > topmenu nav > count {display: none;}header > topmenu nav:hover {color:violet;}header > topmenu nav > span {z-index: 1;}header shiftek-audioplayer {display: block;padding: 10px;text-align: center;font-size: 1.5em;font-weight: bold;color: white;text-transform: uppercase;font-style: italic;text-shadow: 0px 1px 0px black, 0px 2px 0px black;transition: all .5s;}header bar {display: block;position: absolute;background-color: #007bff;height: 1px;width: 0%;top: 0;z-index: 1;transition: all .5s;border-radius: 100px;}@media (orientation: portrait) {header {padding-left: 0;justify-content: center;font-size: 1.5em;}}flexwidth {display: flex;position: relative;flex-grow: 1;flex-direction: row-reverse;height: 0;}flexwidth leftstick {flex-basis: 100px;display: flex;flex-direction: column;color: white;transition: all .5s;gap:20px;}flexwidth leftstick nav,flexwidth leftstick cat {display: flex;flex-direction: column;justify-content: center;align-items: center;position: relative;transition: all .5s;cursor: pointer;flex: 0 1;}flexwidth leftstick nav:hover {color: #dfbef8;}flexwidth leftstick > cat {position: relative;}flexwidth leftstick > cat > hide {display: flex;flex-direction: column;position: absolute;opacity: 0;transition: all 0.25s;left: 100%;z-index: 1000;background-color: #242424;padding-top: 20px;padding-bottom: 20px;gap: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-left: 1px solid #880000;transform: scale(0);transform-origin: left;}flexwidth leftstick > cat:hover > hide {opacity: 1;transform: scale(1);}@media (orientation: portrait) {flexwidth {flex-direction: column;}flexwidth leftstick {flex-direction: row;justify-content: space-evenly;margin: 0 30px;}flexwidth leftstick > cat > hide {left:auto;right: 0;bottom: 100%;flex-direction: row;border-radius: 0;border-top-right-radius: 10px;border-top-left-radius: 10px;border: none;border-bottom: 1px solid #880000;transform-origin: bottom;}}flexwidth leftstick.offline {color: gray;transition: all .5s;}flexwidth leftstick count {position: absolute;display: flex;justify-content: center;align-items: center;width: 25px;height: 25px;top: 0;right: 0;background-color: #ff0000;z-index: 1;opacity: 0;border-radius: 5px;transition: all .5s;font-family: sans-serif;}flexwidth leftstick infobulle {position: absolute;display: flex;flex-direction: column;width: 300px;max-width: 300px;z-index: 1000;left: calc(100% + 20px);background-color: #1e1e1e;padding: 10px;opacity: 0;transition: all .5s;pointer-events: none;border: 1px solid #414141;}flexwidth leftstick infobulle > titre {border-bottom: 1px solid white;text-transform: uppercase;padding-bottom: 5px;margin-bottom: 5px;}flexwidth leftstick infobulle > texte {}flexwidth leftstick infobulle.start {animation: MSGInfoBulle 5s;}@keyframes MSGInfoBulle {0% {opacity: 0;}10% {opacity: 1;}90% {opacity: 1;}100% {opacity: 0;}}flexwidth leftstick bottom {display: block;text-align: center;color: white;font-weight: bold;letter-spacing: 0px;position: absolute;background-color: rgb(20, 20, 20);bottom: 5px;}flexwidth leftstick i,flexwidth leftstick glyph {font-size: 2.5em;margin: 0;padding: 0;}flexwidth leftstick span {margin: 0;padding: 0;text-align: center;letter-spacing: -1px;padding: 0 20px;}flexwidth leftstick nav.red i, flexwidth leftstick nav.red p,flexwidth leftstick nav.red glyph {color: orangered;}mainframe {position: relative;border-top-left-radius: 15px;scroll-behavior: smooth;border-top: 1px solid #ffffff20;border-left: 1px solid #ffffff20;overflow-x: hidden;overflow-y: overlay;flex: 1;}mainframe > section > printer { position: absolute;background: linear-gradient(90deg, transparent, transparent);width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;opacity: 0;transition: all .5s;z-index: 1000;pointer-events: none;overflow: hidden;overflow-y: auto;transition: all 0.5s;}mainframe > section > printer:not(:has(covertext)) {background: linear-gradient(135deg, #000000, transparent);}mainframe > section > printer.on {opacity: 1;transition: all .5s;pointer-events: auto;}mainframe > section > printer.on~main-content {background-color: #000000ab;filter: blur(5px);}mainframe > section > canvas {position: absolute;top: 0;left: 0;z-index: 1;pointer-events: none;}main-content {opacity: 0;width: 100%;height: 100%;transition: all .5s;overflow: hidden;overflow-y: auto;display: flex;flex-direction: column;}main-content.on {backdrop-filter: blur(5px);opacity: 1;}main-content > plain {display: block;color: white;text-align: left;}shiftek {display: flex;align-items: flex-start;justify-content: center;flex-direction: row;font-family: 'Emotion';color: #ffffff;position: absolute;}printer > shiftek {top: 50px;left: 175px;transform: scale(0.8);transform-origin: top left;}@media (orientation: portrait) {printer > shiftek:not(shiftek[noresponsive=true]) {left: 140px!important;transform: scale(0.6)!important;}}shiftek > logo {display: flex;justify-content: center;align-items: center;transform: translateX(2000px) scale(5);transition: all 2s cubic-bezier(0, 0.5, 0.18, 1);width:40px;height: 287px;line-height: 0;}shiftek.profile > logo {color: #ffffffa8;}printer.on > shiftek > logo,shiftek.active logo {transform: translateX(0px) scale(1);}shiftek > titre {display: flex;flex-direction: column;line-height: 1;margin-top: 21px;min-width: 350px;}shiftek > titre > name {font-size: 100px;transition: all 1s cubic-bezier(0, 0.5, 0.18, 1);text-shadow: 1px 1px 4px #0000008f;line-height: 0.7;opacity: 0;transform: translateX(-100%);}printer.on > shiftek > titre > name.on {opacity: 1;transform: translateX(0%);transition: all 1s cubic-bezier(0,0.5,0.18,1) .5s;}shiftek > titre > subname {border-top: 1px solid #ffffff00;margin-top: 15px;padding-top: 15px;}printer.on > shiftek > titre > subname.on {border-top: 1px solid #ffffff63;transition: all 1.5s cubic-bezier(0, 0.5, 0.18, 1) .75s,border-top 1s linear 2s;opacity: 1;transform: translateX(0%);}shiftek > titre > subname,shiftek > titre > altsubname {font-size: 30px;font-family: 'Abel';white-space: nowrap;font-weight: bold;text-transform: uppercase;transition: all 1s cubic-bezier(0, 0.5, 0.18, 1);text-shadow: 1px 1px 4px #0000008f;margin-left: 35px;padding-left: 35px;opacity: 0;transform: translateX(100%);}printer.on > shiftek > titre > subname.on,printer.on > shiftek > titre > altsubname.on {opacity: 1;transform: translateX(0%);}shiftek > titre > altsubname {transform: translateX(100%);padding-left: 70px;margin-top: 5px;font-size: 20px;color: #afafaf;}printer.on > shiftek > titre > altsubname.on {transform: translateX(0%);transition: all 2s cubic-bezier(0, 0.5, 0.18, 1) 1.25s;}shiftek > titre > logotag {background-color: rgb(175 175 175);background: linear-gradient(18deg, #a4a4a4, transparent,transparent);color: white;font-size: 50px;font-family: "Bebas";font-weight: bold;letter-spacing: 0px;line-height: 0;position: relative;margin-left: 46px;margin-right: 60px;height: 88px;margin-top: 20px;padding-top: 20px;padding-bottom: 20px;transform: skewX(-53deg);display: flex;align-items: center;padding-left: 50px;padding-right: 20px;max-width: 0%;transition: all 1s;overflow: hidden;text-shadow: 0 0 1px black;opacity: 0;transition: all 0.5s;}shiftek > titre > logotag > span {transform: skewX(53deg);opacity: 0;transition: all 0.5s;}shiftek > titre > logotag.on {max-width: 100%;transition: all 2s ease-in-out 2s;opacity: 1;}shiftek > titre > logotag.on > span {opacity: 1;animation: logotag-anim 2s;animation-iteration-count: 1;animation-delay: 2s;}@keyframes logotag-anim {from {opacity: 0;} to {opacity: 1;} }shiftek > logo:before, shiftek > logo:after {display: flex;align-items: center;justify-content: center;position: absolute;font-size: 600px;max-height: 250px; }shiftek > logo:before {content: "<";transform: translate(-60px, -13px) translateX(-500px) rotateY(360deg);transition: all 1.5s cubic-bezier(0, 0.5, 0.18, 1);}shiftek > logo:after {content: ">";transform: translate(60px, 75px) translateX(500px) rotateY(360deg);transition: all 1.5s cubic-bezier(0, 0.5, 0.18, 1);}printer.on > shiftek > logo:before,shiftek.active > logo:before {transform: translate(-60px, -13px) translateX(0px) rotateY(0deg);}printer.on > shiftek > logo:after,shiftek.active > logo:after {transform: translate(60px, 75px) translateX(0px) rotateY(0deg);}covertext {position: relative;display: flex;flex-direction: column;align-items: flex-end;text-align: right;text-transform: uppercase;white-space: nowrap;text-shadow: 0 0 20px black, 0 0 BLACK;gap: 35px;}covertext > titre {font-size: 7em;font-weight: bold;line-height: 0.5;}covertext > short {font-size: 3em;line-height: 0.5;}covertext > glyph {position: absolute;font-size: 40em;line-height: 0;z-index: -10;color: #000000;opacity: 0.4;}covertext > links {display: flex;flex-direction: row;width: 100%;border-radius: 20px;overflow: hidden;height: 100px;}covertext > links > anchor,covertext > links > asend {padding-top: 15px;padding-bottom:15px;display: flex;flex-direction: column;justify-content: center;align-items: center;line-height: 1;flex: 1;gap:5px;transition: all .5s;}covertext > links > anchor:hover,covertext > links > asend:hover {background-color: #676767!important;}covertext > links > * > span:first-child {}covertext > links > * > span:last-child {font-size: 2em;font-weight: bold;}@media screen and (max-width: 1400px), (orientation: portrait) {covertext {font-size: 0.7em;align-items: center;}}centralmenu {display: flex;flex-direction: column;justify-content: center;width: 800px;max-width: 90%;color: white;opacity: 0;z-index: 1;transform: scale(0.5);transition: all 0.2s;}centralmenu:has(covertext) {height: 100%;width: 60%;}centralmenu:has(custom-document) {height: 100%;}centralmenu.on {opacity: 1;transform: scale(1);}centralmenu > navmenu {display: flex;flex-direction: column;flex-wrap: nowrap;gap: 1px;position: relative;}centralmenu > navmenu > line {border-top: 1px solid #ffffff3b;margin-block: 10px;margin-inline: 10%;}centralmenu > line {border-top: 1px solid #ffffff3b;margin-block: 40px;margin-inline: 10%;}centralmenu > navmenu > div {display: flex;flex-direction: row;flex: 1 35px;gap: 10px;}centralmenu > navmenu > div:hover > name {color: #ff4b4b;}centralmenu > navmenu > div > name {white-space: nowrap;flex: 0 170px;display: flex;justify-content: flex-end;align-items: center;transition: all 0.5s;}centralmenu > navmenu > div > i,centralmenu > navmenu > div > glyph {display: flex!important;justify-content: center;align-items: center;font-size: 25px;color: #e7e7e7;}centralmenu > navmenu > div > subs {display: flex;flex-direction: row;flex: 1;gap: 1px;}centralmenu > navmenu > div > subs > asend,centralmenu > navmenu > div > subs > joinroom {position: relative;display: flex;justify-content: center;align-items: center;background-color: #000000;white-space: nowrap;font-size: 15px;line-height: 1;flex: 1;transition: all 0.5s;text-transform: uppercase;font-style: italic;box-shadow: inset 0px 5px 20px #ffffff40;}centralmenu > navmenu > div > subs > asend.inactive {background-color: #343434;color: grey;}centralmenu > navmenu > div > subs > asend.dev {background-color: #76741bbd;}centralmenu > navmenu > div > subs > asend.danger {background-color: #ff3010bd;}centralmenu > navmenu > div > subs > asend.heavy {background-color: #6b00b3;}centralmenu > navmenu > div > subs > asend > n {position: absolute;background-color: #8f5100;border-radius: 2px;top: -1px;right: 0;box-shadow: 0 0 1px black;font-size: 15px;padding: 2px 5px;line-height: 0;letter-spacing: 0;}centralmenu > navmenu > div > subs > asend:hover,centralmenu > navmenu > div > subs > joinroom:hover {background-color: #ff99992e;}centralmenu > asend,centralmenu > joinroom {background-color: rgb(0,0,0,0.3);padding: 5px;padding-inline: 50px;align-self: normal;margin-bottom: 5px;border: 1px solid black;border-radius: 5px;font-size: 30px;cursor: pointer;transition: all 0.5s;}centralmenu>asend:hover {background-color: #262626a3;}centralmenu info {display: flex;flex-direction: column;background-color: rgb(0,0,0,0.5);border-radius: 10px;padding: 10px;padding-inline: 50px;margin-bottom: 20px;width: 100%;gap: 5px;}centralmenu info > asend {display: block;background-color: #363636;padding: 5px;text-align: center;color: rgb(176, 223, 255);text-transform: uppercase;font-weight: bold;border-radius: 5px;border: 1px solid #4e4e4e;}main-content>asend {background-color: rgb(0, 185, 210, 0.5);font-weight: bold;text-transform: uppercase;padding: 10px;border-radius: 10px;font-size: 1.5em;color: white;}main-content>headtext {display: flex;flex-direction: row;justify-content: center;padding-block: 10px;gap: 50px;color: white;margin-bottom: -47px;}main-content>headtext>div {display: flex;flex-direction: column;justify-content: center;gap: 5px;min-width: 170px;}main-content>headtext>div:first-child {text-align: right;border-right: 1px solid red;}main-content>headtext>div:first-child>span {border-top-left-radius: 5px;border-bottom-left-radius: 5px;}main-content>headtext>div:last-child {text-align: left;border-left: 1px solid red;}main-content>headtext>div:last-child>span {border-top-right-radius: 5px;border-bottom-right-radius: 5px;}main-content>headtext>div>span {background-color: #706f20;padding: 1px 20px;}main-content>headtext>div>span>strong {color: orange;}main-content>headtext>titre {display: flex;flex-direction: column;justify-content: center;align-items: center;color: white;font-weight: bold;text-transform: uppercase;font-family: 'Emotion';line-height: 0.8;}main-content>headtext>titre>span:first-child {font-size: 3em;}main-content>headtext>titre>span:last-child {font-size: 35px;}main-content infolist {display: flex;flex-direction: row;background-color: #242424;padding: 20px;color: white;border-bottom: 1px solid #7b7b7b26;flex-wrap: wrap;}main-content infolist>div {display: flex;justify-content: center;padding: 5px;flex-flow: column;flex: 1;}main-content infolist>div>titre {text-transform: uppercase;font-size: 20px;letter-spacing: -1px;border-bottom: 1px solid #ababab;margin-bottom: 5px;padding-bottom: 5px;white-space: nowrap;}main-content infolist>div>titre>glyph {font-size: 15px;color: #00d5e5;}main-content infolist>div>values {position: relative;}main-content infolist>div>values>span {display: block;white-space: nowrap;}main-content infolist>div>values>hidden {display: block;position: absolute;background-color: rgba(60,60,60,1);opacity: 0;top: 0;width: 100%;transition: all .5s;}main-content infolist>div:hover>values>hidden {opacity: 1;}arrowdown {position: absolute;display: flex;align-items: center;justify-content: center;border-radius: 1000px;overflow: hidden;align-self: center;bottom: 50px;}arrowdown anchor {font-size: 30px;animation: ArrowBounce 5s linear infinite;animation-delay: 5s;}loading {z-index:1001;background: rgba(0,0,0,1);position: fixed;height: 100%;width: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;top:0;color: white;opacity: 1;pointer-events: none;gap:20px;transition: all .5s;}loading.none {transition: all .5s;transition-delay: .5s;opacity: 0;}loading > texte {position: absolute;font-size: 100px;text-transform: uppercase; }loading > div {font-size: 20px;display: flex;flex-direction: column;align-items: center;flex:1;width: 70vw;transition: all .4s;}loading.none > div {opacity: 0;}loading > div > span {display: flex;flex-direction: row;justify-content: space-between;width: 100%;gap:20px;}loading > div > span > status {color:#00ba28;}loading > div > span > status.error {color:#ba0000;}loading > div > span > status::before {content: '[';color:#3d3d3d;}loading > div > span > status::after {content: ']';color:#3d3d3d;}loading > div:first-child {color:#3d3d3d;justify-content: flex-end;}loading > div:last-child {color:white;justify-content: flex-start;}loading > bar {background-color: rgba(20,20,20,1);border:1px solid black;border-radius: 20px;height: 5px;width: 70vw;overflow: hidden;transition: all .5s;}loading.none > bar {opacity: 0;}loading > bar > l {display: block;background-color: rgba(255,255,255,1);width: 0%;height: 100%;transition: all .1s;}pagebar {background-color: #585b746e;color: white;display: flex;flex-direction: row;justify-content: center;align-items: center;padding: 5px;gap: 5px;}pagebar > asend {background-color: #0e68a56e;display: flex;border: 1px solid #1465bc;align-items: center;justify-content: center;width: 30px;height: 30px;}pagebar > asend.in {background-color: #45a50e6e;}filter-bar {display: flex;flex-direction: row;background-color: #2222229e;gap: 5px;padding: 5px;font-weight: bold;color: white;}filter-bar > asend {padding: 6px 15px;background-color: #4e4e4e;text-transform: uppercase;flex: 1;text-align: center;border: 1px solid #656565;}datasend {flex:1;}classicform {display: flex;flex-direction: column;transition: all .5s;width: 100%;gap:1px;}classicform > asend {background-color: #171717;padding: 10px;text-align: center;font-size: 25px;border-radius: 5px;border: 1px solid #242424;}classicform inline {display: flex;flex-direction: row;gap: 1px;height: 50px;}classicform field {position: relative;display: flex;flex-direction: column;flex: 1;min-height: 50px;}classicform field > marker {display: flex;align-self: center;position: absolute;white-space: nowrap;color: antiquewhite;line-height: 0;text-shadow: 0 0 10px black,0 0 5px black,0 0 1px black;gap:5px;}classicform field > marker > span {color: #b4e800;font-size: 18px;}classicform field.danger input {background-color: #45010157!important;border: 1px solid #ff0000!important; }classicform field.warning input {background-color: #452a0157!important;border: 1px solid #ffbf00!important;}classicform field.success input {background-color: #18450157;border: 1px solid #19ff00;}classicform field > span {display: flex;flex-direction: row;}classicform input, classicform select, classicform button,classicform textarea, classicform label {color: white;transition: all .5s;font-size: 20px;transition: all .5s;background-color: #000000c4;height: 50px;display: flex;justify-content: center;align-items: center;text-align: center;}classicform field select > option {background-color: #282828;}classicform field input::placeholder {color:#fffca885;}classicform field select:focus,classicform field input:focus {background-color: #14313387;border:1px solid #00d5ff85;}classicform field input.error {background-color: rgba(255, 0, 0, 0.25)!important; }classicform field textarea {height: 150px;font-size: 15px;padding:15px;-webkit-appearance: none;text-align: inherit;}classicform button {background-color: #244e06cc;text-transform: uppercase;}classicform inline button {flex:1;}classicform inline > asend {background-color: #2d2d2d;display: flex;justify-content: center;align-items: center;padding-inline: 20px;font-style: italic;border: 1px solid #434343; }classicform button.working {background-color: rgba(255, 196, 0, 0.25);transition: all .5s;}field input[type=checkbox] {appearance: none;display: none;}field input[type=checkbox] + label {display: flex;align-items: center;justify-content: center;transition: all 0.5s;text-transform: uppercase;background-color: #4a4829;flex:1;}field input[type=checkbox]:checked + label {background-color: #294a30;}field input[type=checkbox] + label > r {position: absolute;transition: all .5s;}field input[type=checkbox] + label > r:first-child {opacity: 1;}field input[type=checkbox] + label > r:last-child {opacity: 0;}field input[type=checkbox]:checked + label > r:first-child {opacity: 0;}field input[type=checkbox]:checked + label > r:last-child {opacity: 1;}centralmenu annonce {display: flex;flex-direction: column;background-color: #2b2b2bd6;padding-inline: 40px;padding-block: 20px;border-radius: 10px;gap: 20px;border-left: 6px solid #d7d7d7;position: relative;}centralmenu annonce.warning {border-left: 6px solid #ff9500;background-color: #31221cd6;}centralmenu annonce.warning > titre {color: #ff9500;}centralmenu annonce inline {display: flex;flex-direction: row;gap: 1px;}centralmenu annonce > lines {display: flex;flex-direction: column;gap: 5px;max-height: 500px;overflow-y: scroll;}centralmenu annonce > lines > div {display: flex;flex-direction: row;gap: 5px;}centralmenu annonce > lines > div > span {background-color: #39535e;flex: 1;text-align: center;white-space: nowrap;text-overflow: ellipsis;}centralmenu annonce > lines > div > short {background-color: #39535e;text-align: center;}centralmenu annonce > lines > div.red > * {background-color: #5e3939;}centralmenu annonce > lines > div.warn > * {background-color: #5e4d39;}centralmenu annonce > lines > div.info > * {background-color: #5c395e;text-transform: uppercase;}centralmenu annonce > lines > div > *.red {background-color: #5e3939;}centralmenu annonce > lines > div > *.warn {background-color: #5e4d39;}centralmenu annonce > lines > div > asend {display: flex;align-items: center;justify-content: center;}centralmenu annonce > titre {font-size: 25px;text-transform: uppercase;border-bottom: 1px solid #ffffff4f;padding-bottom: 16px;line-height: 1;display: flex;align-items: center;gap: 10px;}centralmenu annonce > content {display: flex;flex-direction: column;gap: 20px;max-height: 500px;overflow: hidden;overflow-y: overlay;}centralmenu annonce texte {font-size: 17px;}centralmenu annonce texte > asend {color:rgb(137, 137, 255);font-weight: bold;}centralmenu annonce images {display: flex;align-items: center;justify-content: center;gap: 10px;}centralmenu annonce images > img {height: 200px;width: fit-content;border: 5px solid white;box-shadow: 0 0 20px black;transform: scale(1);transition: all .2s;transform-origin: center center;}centralmenu annonce images > img:hover {transform: scale(1.25);z-index: 1000;}centralmenu annonce images > img:not(:only-child) {max-width: 350px;}centralmenu annonce images > img:first-child:not(:only-child) {transform-origin: center left;}centralmenu annonce images > img:last-child:not(:only-child) {transform-origin: center right;}centralmenu annonce > asend,centralmenu annonce content > asend,centralmenu annonce a,centralmenu annonce button {background-color: #00000080;color: white;padding: 10px;padding-inline: 30px;border-radius: 20px;font-size: 20px;text-align: center;text-transform: uppercase;}centralmenu annonce asend.good {background-color: #4096ff80;}centralmenu annonce asend.warning {background-color: #ffb64080;}centralmenu annonce asend.danger {background-color: #ff404080;}centralmenu annonce input,centralmenu annonce output,centralmenu annonce select,centralmenu annonce textarea {text-align: center;padding-block: 10px;padding-inline: 20px;background-color: #00000014;color: #00d099;font-size: 1.2em;border: 1px solid #313131;flex:1;}centralmenu annonce field textarea {height: 150px;font-size: 15px;padding:15px;-webkit-appearance: none;text-align: inherit;}centralmenu annonce select > option {background-color: #242424;}centralmenu annonce output {display: flex;align-items: center;justify-content: space-between;}centralmenu annonce field {position: relative;display: flex;flex-direction: column;flex: 1;min-height: 50px;}centralmenu annonce field > marker {display: flex;align-self: center;position: absolute;white-space: nowrap;color: antiquewhite;line-height: 0;text-shadow: 0 0 10px black,0 0 5px black,0 0 1px black;gap:5px;}centralmenu annonce field > marker > span {color: #b4e800;font-size: 18px;}centralmenu annonce field.danger input {background-color: #45010157!important;}centralmenu annonce field.warning input {background-color: #452a0157!important;}centralmenu annonce field.success input {background-color: #18450157;}centralmenu annonce > action {display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;gap: 1px;margin-top: 5px;border-radius: 50px;overflow: hidden;border: 1px solid #80808069;}centralmenu annonce > action > * {background-color: #63636352;padding-block: 5px;}centralmenu annonce > action > span {flex:1;}centralmenu annonce > action > asend {padding-inline: 10px;}bottomcontent[config*=noshadows] tapisserie {box-shadow: none !important;}bottomcontent[config*=noimages] tapisserie {background-image: none !important;}svg.landscape {position: absolute;width: 100%;}svg.landscape.bottom {transform: scale(-1,-1);bottom: 0;}svg.landscape.top {top: 0;}svg.landscape.reverse {transform: scaleX(-1);}headdesc {display: flex;flex-direction: column;color: white;align-items: center;}inner-section > headdesc {padding:0;}headdesc > span:first-child {display: block;font-size: 1.8em;text-transform: uppercase;}headdesc > span:nth-child(2) {display: block;font-size: 5em;text-transform: uppercase;white-space: nowrap;font-weight: bold;line-height: 1;}headdesc > span:nth-child(3) {border-top: 1px solid white;padding-top: 25px;margin-top: 17px;font-size: 1.7em;padding-inline: 50px;}@media (orientation: portrait) {headdesc > span:nth-child(2) {font-size: 3.5em;}}gridplainlist {display: grid;grid-template-columns: repeat(3,minmax(250px, 1fr));width: 100%;gap: 20px;}@media screen and (max-width: 1200px), (orientation: portrait) {gridplainlist {grid-template-columns: repeat(1,minmax(500px, 1fr));}}@media screen and (orientation: portrait) {gridplainlist {grid-template-columns: repeat(1,minmax(500px, 1fr));}}gridplainlist > div {background-color: #ffffffbf;display: flex;flex-direction: column;justify-content: flex-start;border-radius: 5px;box-shadow: 0 0 9px black;overflow: hidden;}section.Glass gridplainlist > div {background-color: rgba(255,255,255,0.1);}gridplainlist > div > titre {background-color: #7474741c;font-size: 1.6em;text-transform: uppercase;white-space: nowrap;letter-spacing: -1px;border-right: 50px solid #002cff2e;border-left: 50px solid #002cff2e;transform: skewX(-20deg);padding-block: 15px;margin-inline: -15px;}gridplainlist > div > texte {font-size: 1.2em;font-style: italic;padding-inline: 30px;padding-block: 20px;text-align: justify;}gridplainlist > div > titre > span {display: block;transition: all 2s;transform: skewX(20deg);}flexbox {display: flex;flex-direction: row;justify-content: center;align-items: flex-start;flex-wrap: wrap;transition: all 1s;gap: 20px;width: 100%;}main-content flexbox {height: 100%;align-items: center;}flexbox.nowrap {flex-wrap: nowrap;}gridbox {display: grid;grid-template-columns: repeat(auto-fill,minmax(300px, 1fr));grid-gap: 25px;width:100%;}gridbox.col3 {grid-template-columns: repeat(3,minmax(300px, 1fr));}gridbox.col4 {grid-template-columns: repeat(4,minmax(300px, 1fr));}@media screen and (max-width:1200px), (orientation: portrait) {gridbox {grid-template-columns: repeat(1,minmax(300px, 1fr))!important;}}imglinks {display: flex;flex-direction: row;gap: 20px;}imglinks > a > img {height: 150px;}textbox {display: flex;flex-direction: column;position: relative;min-width: 300px;max-width: 100%;border-radius: 5px;}section.Glass textbox {background-color: rgba(255, 255, 255, 0.1);border: 2px solid #ffffff2e;color:white;}textbox > titre {background-color: #313131;display: flex;justify-content: center;align-items: center;white-space: nowrap;text-transform: uppercase;font-size: 2em;padding-block: 15px;color: white;font-weight: bold;position: relative;border-top-left-radius: 10px;border-top-right-radius: 10px;}section.FilterPurple textbox > titre {background-color: #655375; }section.FilterGreen textbox > titre {background-color: #527c50; }section.FilterOrange textbox > titre {background-color: #726242; }section.FilterPink textbox > titre {background-color: #724262; }textbox > titre > img {filter: invert(1) sepia(1) saturate(0);}textbox > titre > img,textbox > titre > glyph {font-size: 120px;position: absolute;color: #747474;text-shadow: 0px 2px 5px black;}textbox > titre > span {z-index: 1000;}textbox > texte {display: flex;background-color: #ffffffe3;font-size: 1.5em;flex-grow: 1;padding-inline: 50px;padding-block: 20px;font-style: italic;color: #000000;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}textbox > texte strong {color: #ff763b;}section.FilterPurple textbox > texte strong {color: #9300dd;}section.FilterGreen textbox > texte strong {color: #39b500;}section.FilterOrange textbox > texte strong {color: #ff763b;}section.FilterPink textbox > texte strong {color: #ff3b93;}textbox > access {display: flex;flex-direction: row;justify-content: space-evenly;align-items: center;width: 100%;font-size: 1em;font-weight: bold;text-transform: uppercase;margin-bottom: 20px;padding-inline: 30px;}textbox > access > * {background-color: rgba(135, 135, 135, 0.5);padding: 10px;padding-inline: 20px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;color: white;width: 100%;box-shadow: 0px 0px 2px 0px #0000008a;}textbox > access > asend {background-color: #c9a661c2;}textbox, textbox > * > * {transition: all .5s;}textbox.dright {transform: skewX(-10deg);}textbox.dright > * > * {transform: skewX(10deg);}textbox.dleft {transform: skewX(10deg);}textbox.dleft > * > * {transform: skewX(-10deg);}listbox {display: flex;flex-direction: column;background-color: rgba(0,0,0,0.8);border-radius: 5px;overflow: hidden;min-width: 350px;flex-basis: 30%;}listbox > titre {text-transform: uppercase;font-size: 1.8em;padding-block: 10px;background-color: rgb(141, 141, 141);color: white;}listbox > div {display: flex;flex-direction: column;justify-content: space-evenly;font-size: 1.1em;flex-grow: 1;padding-block: 20px;}listbox > div > span {color: white;padding-inline: 20px;}flexlist {display: flex;flex-direction: column;}flexlist > span {padding:10px;font-size: 1.3em;font-weight: bold;font-variant: small-caps;text-shadow: 0px -2px 6px rgb(0 0 0);}vpsbox {display: flex;flex-direction: column;overflow: hidden;min-width: 240px;max-width: 300px;text-align: center;color: black;position: relative;flex:1;}centralmenu vpsbox {min-width: 300px;}vpsbox.rupture {background-color: rgb(200,150,150,0.75);}vpsbox > titre {display: flex;flex-direction: column;align-items: center;background-color: #777777;padding: 20px 0;color: white;border-top-left-radius: 10px;border-top-right-radius: 10px;}vpsbox > titre > shiftek {color: #00000038;top: -70px;left: 152px;}vpsbox > titre > glyph {color: #0000006e;top: -18px;font-size: 200px;position: absolute;}vpsbox.professionnel > titre {background-color: #5b5492;}vpsbox.professionnel > interact > asend {background-color: #805ba3;}vpsbox.professionnel > interact > asend:first-child:hover {background-color:#40314f;}vpsbox.standard > titre {background-color: #356450;}vpsbox.standard > interact > asend {background-color: #5ba366;}vpsbox.standard > interact > asend:first-child:hover {background-color:#2c4d31;}vpsbox.eclated > titre {background-color: #643557;}vpsbox.eclated > interact > asend {background-color: #a35b95;}vpsbox.eclated > interact > asend:first-child:hover {background-color:#4d2c4a;}vpsbox > titre > span {z-index: 1000;line-height: 1;}vpsbox > titre > span:first-child {font-size: 2.5em;letter-spacing: 2px;font-weight: bold;text-transform: uppercase;}vpsbox > titre > span:nth-child(2) {font-size: 1.5em;}vpsbox > titre > span:nth-child(3) {border-top: 1px solid #c8c8c8;margin-top: 10px;padding-top: 10px;font-size: 1.3em;}vpsbox > titre > span > not {text-decoration: line-through;color: #f4ffab;}vpsbox > titre > span > strong {color: aquamarine;}vpsbox > subtitre > span {font-weight: bold;}vpsbox > div {background-color: #bcbcbc;position: relative;display: flex;flex-direction: column;padding-block: 30px;flex: 1;overflow: hidden;}vpsbox > div > promo {width: 150%;display: flex;align-items: center;justify-content: center;background-color: #03c79b70;color: white;font-weight: bold;font-size: 50px;position: absolute;top: 5%;right: -60%;transform: rotateZ(45deg);transform-origin: center;}vpsbox > div > span {font-size: 1.5em;z-index: 1;}vpsbox > div > small {font-size: 1.2em;z-index: 1;}vpsbox > div > sub {text-transform: uppercase;font-size: 1.2em;font-style: italic;padding-block: 15px;color: dimgrey;letter-spacing: 3px;}vpsbox > interact {display: flex;flex-direction: column;flex-wrap: nowrap;position: relative;color: white;text-transform: uppercase;}vpsbox > interact > asend:not(.second),vpsbox > interact > joinroom:not(.second) {font-size: 1.5em;transition: all .5s;padding-block: 10px;font-weight: bold;flex-grow: 1;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}vpsbox > interact > asend.second {width: 50%;height: 30px;align-self: center;display: flex;align-items: center;justify-content: center;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;transition: all .5s;}vpsbox > interact > asend.second:hover {background-color: #1c7d7d!important;}vpsbox > interact > asend.rupture {background-color: #a35b5b;}vpsbox > options {display: flex;justify-content: center;flex-direction: row;}vpsbox > options > asend {background-color: rgba(0,0,0,0.5);text-transform: uppercase;padding-block: 10px;color: white;flex: 1;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;}vpsbox > pay.on {background-color: rgba(0, 166, 255, 0.5);}textplain {font-size:2em;background-color:rgba(255,255,255,0.75);border-radius:20px;padding:20px;width: 800px;max-width: 100%;}flexalt > alt {display: flex;width: 100%;background-color: #000000c9;color: white;align-items: center;justify-content: center;overflow: hidden;}flexalt > alt:nth-child(odd) {flex-direction: row;}flexalt > alt:nth-child(even) {flex-direction: row-reverse;}flexalt > alt > img {min-width: 50%;width: 50%;transition: all .5s;}flexalt > alt > div {flex-grow: 1;display: flex;flex-direction: column;align-items: center;}flexalt > alt > div > titre {font-size: 2.2em;letter-spacing: 5px;text-transform: uppercase;margin-bottom: 30px;color: brown;}flexalt > alt > div > text {font-size:1.5em;padding-inline: 20%;}@media screen and (max-width: 1400px), (orientation: portrait) {flexalt > alt {flex-direction: column-reverse!important;padding-top: 40px;}flexalt > alt > img {width: 100%;margin-top: 40px;}}flyer {display: flex;flex-direction: row;color: white;}flyer > infos {display: flex;flex-direction: column;padding: 30px;width: 50%;text-align: end;justify-content: center;}flyer > infos > titre {font-size: 70px;letter-spacing: 5px;text-transform: uppercase;}flyer > infos > texte {font-size: 30px;font-style: italic;}flyer > app-slider {position: relative;width: 50%;height: 60vh;overflow: hidden;border-radius: 50px;border: 10px solid #898989;box-shadow: 0 0 0 1px #2e2e2e;}flyer > app-slider > div {position: absolute;width: 115%;height: 100%;transition: all 1s;overflow: hidden;transform: skewX(-10deg);margin-left: -6%;border-right: 10px solid black;}flyer > app-slider > div > img {transform: skewX(10deg);object-fit: cover;object-position: left;height: 100%;}pdouble {display: flex;flex-direction: row;color: white;width: 100%;}pdouble.reverse {flex-direction: row-reverse;}pdouble > infos {display: flex;flex-direction: column;padding: 30px;width: 50%;text-align: end;justify-content: center;align-items: flex-end;flex: 1;gap: 15px;}pdouble.reverse > infos {align-items: flex-start;text-align: start;}pdouble > infos > titre {font-size: 4em;letter-spacing: 5px;text-transform: uppercase;line-height: 0.75;}pdouble > infos > sub {text-transform: uppercase;line-height: 0;font-size: 25px;padding-bottom: 10px;padding-left: 1vw;padding-right: 1vw;}pdouble > infos > sub > strong {color: lime;}pdouble > infos > texte {font-size: 2em;font-style: italic;}pdouble > infos > note {max-width: 500px;}pdouble > infos > texte > hl {color: #96ff71;font-weight: bold;white-space: nowrap;}pdouble > infos > procons {display: flex;flex-direction: row;align-self: self-start;gap: 50px;}pdouble.reverse > infos > procons {align-self: self-end;}pdouble > infos > procons > div {display: flex;flex-direction: column;flex:1;}pdouble > infos > procons > div glyph {}pdouble > infos > procons > div:first-child glyph {color:lime;}pdouble > infos > procons > div:last-child glyph {color:red;}pdouble > infos > procons > div > span {display: flex;align-items: center;gap:5px;white-space: nowrap;}app-slider {position: relative;overflow: hidden;}app-slider > canvas {position: absolute;width: 100%;height: 100%;left: 0;object-fit: cover;}pdouble > app-slider,pdouble > iframe {height: 60vh;border-radius: 15px;border: 1px solid #b5b5b5;flex: 1;box-shadow: 20px -20px 20px 0px #000000ab;}pdouble.reverse > app-slider,pdouble.reverse > iframe {box-shadow: -20px -20px 20px 0px #000000ab;}pdouble > cadre {position: relative;flex: 0 0 35%;display: flex;align-items: center;justify-content: center;}pdouble > cadre > asend {position: absolute;display: flex;align-items: center;justify-content: center;background-color: #171717db;padding: 20px;width: 100%;font-size: 40px;border-radius: 5px;box-shadow: 0px 0px 5px 0px black;border: 1px solid #6b6b6b;transition: all 0.5s;text-transform: uppercase;font-weight: bold;}pdouble > cadre > asend:hover {background-color: #2a8f7bdb;} pdouble > cadre > img {width: 100%;height: 100%;max-height: 600px;object-fit: contain;flex: 0;}@media (orientation:portrait) {pdouble {flex-direction: column;align-items: center;}pdouble > infos {width: 100%;text-align: center;}pdouble > infos > texte {text-align: justify;}pdouble > app-slider, pdouble > iframe {width: 100%;min-height: 25vh;}}iframelist {display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;width: 100%;}iframelist > iframe {box-shadow: 0px 0px 6px 0px black;}@media (orientation:portrait) {iframelist {flex-direction: column;}iframelist > headdesc {margin-block: 50px;}}demoimg {display: flex;flex-direction: row;width: 100%;justify-content: center;align-items: center;gap: 50px;}demoimg > img {height: 600px;padding-inline: 25px;}@media (orientation:portrait) {demoimg {flex-direction: column;}demoimg > img {display: none;}}mosaique {display: grid;grid-template-columns: repeat(3,minmax(250px, 1fr));grid-gap: 20px;padding: 20px;width: 100%;}mosaique.small {display: grid;grid-template-columns: repeat(4,minmax(250px, 1fr));grid-gap: 20px;padding: 20px;}@media (orientation:portrait) {mosaique {grid-template-columns: repeat(1,minmax(250px, 1fr))!important;}}mosaique > div,mosaique > app-slider {display: block;border-radius: 10px;position: relative;overflow: hidden;border: 1px solid #5a5a5a;box-shadow: 0 0 9px black;}mosaique > app-slider {height: 300px;}mosaique.small > app-slider {height: 250px;}mosaique > div > img {width: 100%;height: 100%;object-fit: cover;}mosaique > div > span {display: flex;flex-direction: column;align-items: flex-start;padding: 15px;background-color: rgba(0,0,0,0.75);color: white;position: absolute;bottom: 0;left: 0;width: 100%;transform: translateY(100%);transition: all 0.25s;}mosaique > div:hover > span {transform: translateY(0%); }mosaique > div > span > titre {text-transform: uppercase;font-size: 1.3em;font-weight: bold;transform: translateX(100%);transition: all 0.3s;padding-left: 12px;border-left: 2px solid #870000;border-radius: 5px;}mosaique.small > div > span > titre {font-size: 1.1em;}mosaique > div > span > texte {font-style: italic;transform: translateX(100%);transition: all 0.3s;text-align: left;}mosaique > div > span > texte::before {content: "« ";}mosaique > div > span > texte::after {content: " »";}mosaique > div:hover > span > titre,mosaique > div:hover > span > texte {transform: translateX(0%); }hded {background-color: rgba(36, 36, 36, 0.659);align-self: normal;display: flex;flex-direction: column;width: 350px;color: white;overflow: hidden;border-radius: 10px;box-shadow: 0 0 4px black;}hded > top {background-color: rgba(255, 255, 255, 0.152);display: flex;flex-direction: column;align-items: center;padding-block: 25px;}hded > top > name {font-size: 2em;text-transform: uppercase;color: #47ff6d;}hded > top > prix {font-size: 1.4em;padding-top: 5px;margin-top: 5px;border-top: 1px solid #ffffff9c;}hded > top > prix > strong {color: #a5fff2;}hded > middle {display: flex;flex-direction: column;align-items: center;flex: 1;padding-block: 25px;gap: 25px;}hded > middle > div {display: flex;flex-direction: column;align-items: center;font-size: 1.2em;}hded > middle > div > titre {font-weight: bold;text-transform: uppercase;letter-spacing: 3px;padding-bottom: 5px;margin-bottom: 5px;color: bisque;border-bottom: 1px solid #80808030;}hded > middle > div > span {}hded > bottom {display: flex;}hded > bottom > joinroom {background-color: rgba(255, 255, 255, 0.166);padding:10px; font-size: 1.8em;width: 100%;text-transform: uppercase;}comparetab {display: table;width: 100%;color: white;border-collapse: collapse;}comparetab glyph.y {color: lime;}comparetab glyph.n {color: red;}comparetab > div {display: table-row;border-bottom: 1px solid #ffffff05;}comparetab > div > * {display: table-cell;width: 20%;padding: 20px;font-size: 1.7em;vertical-align: middle;}comparetab > div > *:first-child {width: 15%!important;}comparetab > div > titre {position: relative;text-transform: uppercase;font-size: 2.5em;font-weight: bold;}comparetab > div > titre > div {display: flex;flex-direction: column;justify-content: center;align-items: center;}comparetab > div > titre > div > span,comparetab > div > titre > div > asend {z-index: 1000;}comparetab > div > titre glyph {position: absolute;font-size: 150px;color: #2e7d3a;line-height: 0;}comparetab > div > titre:last-child glyph {color: #7d2e2e;}comparetab > div > icon {font-size: 4em;}comparetab > div > desc {font-size: 1.4em;font-style: italic;}comparetab > div > sub {text-transform: uppercase;}comparetab > div > span > glyph {font-size:40px;vertical-align: middle;}comparetab > div > icon > glyph {font-size: 100px;line-height: 0;vertical-align: middle;}comparetab > div > *:first-child {text-align: right;font-size: 1.5em;width: 20%;}faq-bloc {display: grid;grid-template-columns: repeat(3,minmax(0px, 1fr));color: white;gap: 20px;}faq-bloc > div {display: flex;align-items: flex-start;flex-direction: column;}faq-bloc > div > span:first-child {font-weight: bold;font-size: 25px;}faq-bloc > div > span:last-child {font-style: italic;text-align: start;}