html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Mulish, Roboto, Helvetica Neue, sans-serif;
    font-display: swap
}

button:focus {
    outline: none
}

app-root {
    display: block;
    height: 100%
}

rmx-icon {
    width: 1em !important;
    height: 1em !important
}

rmx-icon svg {
    shape-rendering: geometricPrecision !important
}

rmx-icon.s-xxs {
    width: .5em !important;
    height: .5em !important
}

rmx-icon.s-xs {
    width: .75em !important;
    height: .75em !important
}

rmx-icon.s-sm {
    width: .875em !important;
    height: .875em !important
}

rmx-icon.s-1x {
    width: 1em !important;
    height: 1em !important
}

rmx-icon.s-fw {
    width: 1.25em !important;
    height: 1.25em !important
}

rmx-icon.s-lg {
    width: 1.3333em !important;
    height: 1.3333em !important
}

rmx-icon.s-xl {
    width: 1.5em !important;
    height: 1.5em !important
}

rmx-icon.s-2x {
    width: 2em !important;
    height: 2em !important
}

rmx-icon.s-3x {
    width: 3em !important;
    height: 3em !important
}

rmx-icon.s-4x {
    width: 4em !important;
    height: 4em !important
}

rmx-icon.s-5x {
    width: 5em !important;
    height: 5em !important
}

rmx-icon.s-6x {
    width: 6em !important;
    height: 6em !important
}

rmx-icon.s-7x {
    width: 7em !important;
    height: 7em !important
}

rmx-icon.s-8x {
    width: 8em !important;
    height: 8em !important
}

rmx-icon.s-9x {
    width: 9em !important;
    height: 9em !important
}

rmx-icon.s-10x {
    width: 10em !important;
    height: 10em !important
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide * {
    box-sizing: inherit
}

.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slides--dragging {
    -webkit-user-select: none;
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows,
.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

.glide__arrow {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 4px;
    box-shadow: 0 .25em .5em #0000001a;
    text-shadow: 0 .25em .5em rgba(0, 0, 0, .1);
    opacity: 1;
    cursor: pointer;
    transition: opacity .15s ease, border .3s ease-in-out;
    transform: translateY(-50%);
    line-height: 1
}

.glide__arrow:focus {
    outline: none
}

.glide__arrow:hover {
    border-color: #fff
}

.glide__arrow--left {
    left: 2em
}

.glide__arrow--right {
    right: 2em
}

.glide__arrow--disabled {
    opacity: .33
}

.glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: inline-flex;
    list-style: none;
    transform: translate(-50%)
}

.glide__bullet {
    background-color: #ffffff80;
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 .25em .5em #0000001a;
    margin: 0 .25em
}

.glide__bullet:focus {
    outline: none
}

.glide__bullet:hover,
.glide__bullet:focus {
    border: 2px solid white;
    background-color: #ffffff80
}

.glide__bullet--active {
    background-color: #fff
}

.glide--swipeable {
    cursor: grab;
    cursor: -webkit-grab
}

.glide--dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing
}


.ak-picto-less-white {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-position: -287px 0;
    background-repeat: no-repeat
}

.ak-picto-more-white {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-position: -260px 0;
    background-repeat: no-repeat
}

.ak-picto-help {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-position: -116px 2px;
    background-repeat: no-repeat;
    cursor: help
}

.ak-picto-help.ak-orange {
    background-position: -116px -25px
}

.ak-icon-big.ak-filter,
.ak-icon-med.ak-filter {
    background-image: url("/dofus/ng/modules/icons/sprite.png");
    background-repeat: no-repeat
}

.ak-icon-big {
    background-size: 65px auto
}

.ak-icon-big.ak-filter {
    background-position: 0 -10px
}

.ak-icon-med {
    background-size: 46px auto
}

.ak-icon-med.ak-filter {
    background-position: 0 -7px
}

.ak-game-download {
    text-align: center
}

.ak-game-download .ak-prepare-autodownload {
    padding: 12px 12px;
    color: #888;
    font-weight: bold
}

.ak-game-download .ak-linux-disclaimer {
    color: #aaa;
    max-width: 430px;
    text-align: center;
    margin: auto;
    position: relative;
    padding: 5px;
    font-size: 12px;
    line-height: 14px
}

.ak-game-download .ak-other-version {
    margin-top: 12px
}

.ak-game-download .ak-other-version,
.ak-game-download .ak-other-version strong,
.ak-game-download .ak-other-version .ak-title {
    font-family: "Roboto", sans-serif
}

.ak-game-download .ak-other-version a {
    display: inline-block
}

.ak-game-download .ak-dofus-retro-32bits {
    margin-top: 10px;
    margin-bottom: 15px
}

.ak-game-download .ak-dofus-retro-32bits a {
    display: inline-block;
    margin: 0 10px;
    font-style: italic
}

.ak-main-container {
    max-width: 100%;
    width: 100%
}

@media all and (min-width: 992px) {
    .ak-main-container {
        margin-top: -77px;
        margin-top: 0px;
        overflow: hidden
    }
}

.ak-main-container .ak-dl-launcher-page {
    padding-top: 0px
}

.ak-main-container .ak-dl-launcher-page .ak-block {
    overflow: hidden;
    position: relative
}

.ak-main-container .ak-dl-launcher-page .ak-block .ak-separator {
    margin: 24px auto;
    height: 5px;
    width: 213px;
    background: url("img/separator.png") center center no-repeat transparent
}

.ak-main-container .ak-dl-launcher-page .ak-block .ak-content-block {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    padding: 0 12px
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block1 {
    min-height: 980px;
    padding-top: 40px;
    /* background: linear-gradient(to bottom, #8f293d 1%, #efa4a4ad 40%, #ce2c2c70 100% 100%); */
    padding-top: 150px;
    background-image: url(/assets/img/background.e9f7e614.jpg);
}

@media all and (min-width: 768px) {
    .ak-main-container .ak-dl-launcher-page .ak-block.ak-block1 {
        padding-top: 55px;
        padding-top: 160px
    }
}

@media all and (min-width: 992px) {
    .ak-main-container .ak-dl-launcher-page .ak-block.ak-block1 {
        padding-top: 125px;
        padding-top: 189px;
    }
}

@media all and (min-width: 992px) {
    .ak-main-container .ak-dl-launcher-page .ak-block.ak-block1.bg {
        background: url("img/background.e9f7e614.jpg") center top no-repeat transparent;
    }
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block1 .ak-title-page {
    max-width: 435px;
    margin: 0 auto;
    color: #fff;
    font-size: 50px;
    background: rgba(0, 0, 0, .6);
    font-family: "bebas_neueregular", sans-serif;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block1 .ak-title-page:before {
    content: " ";
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 36px;
    height: 60px
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block1 .ak-title-page.ak-title-page:before {
    background: url("img/logo.png") center top no-repeat transparent
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block1 .ak-subtitle {
    color: #fda90c;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 24px 0
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block1 .ak-how-to-install-block .ak-content-title {
    position: relative;
    max-width: 334px;
    margin: 12px auto
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block1 .ak-how-to-install-block .ak-content-title img {
    border: 10px solid rgba(0, 0, 0, .6);
    max-width: 334px
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block1 .ak-how-to-install-block .ak-content-title .ak-text {
    background: rgba(0, 0, 0, .8);
    padding: 6px 6px 12px 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "bebas_neueregular", sans-serif;
    font-size: 20px;
    overflow: hidden
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block1 .ak-how-to-install-block .ak-content-text {
    position: relative;
    color: #925329;
    font-size: 14px;
    line-height: 15px;
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
    max-width: 334px;
    margin: 12px auto
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block1 .ak-block-links-bottom {
    text-align: center;
    margin: 24px 0
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block1 .ak-block-links-bottom a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
    opacity: .8;
    font-size: 14px
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block1 .ak-block-links-bottom a:hover {
    opacity: 1
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block1 .ak-game-download {
    color: #fff
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block1 .ak-game-download a {
    color: #fff
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block1 .ak-game-download a.ak-problems {
    color: #ddd
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block1 .ak-game-download .ak-other-version {
    margin-top: 10px
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block1 .ak-game-download .ak-other-version .ak-list-link a {
    margin: 0 5px
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block1 .ak-game-download .ak-other-version .ak-title a strong,
.ak-main-container .ak-dl-launcher-page .ak-block.ak-block1 .ak-game-download .ak-problems {
    font-style: italic;
    text-decoration: underline
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block2 {
    background: linear-gradient(to bottom, #7f4244 0%, #a75547 34%, #a75547 67%, #2f181b 100%)
}

@media all and (min-width: 992px) {
    .ak-main-container .ak-dl-launcher-page .ak-block.ak-block2 {
        background: url("img/bg2.jpg") center top no-repeat transparent;
        min-height: 787px
    }
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block2 .ak-bg2-mob {
    position: relative
}

@media all and (min-width: 992px) {
    .ak-main-container .ak-dl-launcher-page .ak-block.ak-block2 .ak-bg2-mob {
        display: none
    }
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block2 .ak-content {
    padding: 48px
}

@media all and (min-width: 992px) {
    .ak-main-container .ak-dl-launcher-page .ak-block.ak-block2 .ak-content {
        background: rgba(0, 0, 0, .6);
        position: absolute;
        right: 0;
        min-height: 787px;
        max-width: 435px
    }
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block2 .ak-content .ak-title-block {
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    font-family: "bebas_neueregular", sans-serif;
    text-align: center
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block2 .ak-content p {
    color: #fff;
    text-align: justify
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block3 {
    min-height: 452px;
    padding-top: 60px;
    background: linear-gradient(to bottom, #5e6f01 1%, #5e6f01 40%, #060600 100%)
}

@media all and (min-width: 992px) {
    .ak-main-container .ak-dl-launcher-page .ak-block.ak-block3 {
        background: url("img/bg3.jpg") center top no-repeat transparent
    }
}

@media all and (min-width: 992px) {
    .ak-main-container .ak-dl-launcher-page .ak-block.ak-block3 .row {
        margin: 0
    }

    .ak-main-container .ak-dl-launcher-page .ak-block.ak-block3 .row .col {
        padding: 0
    }

    .ak-main-container .ak-dl-launcher-page .ak-block.ak-block3 .row .col.col-md-8 {
        padding-left: 20px
    }
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block3 .ak-content-title {
    margin: 0 12px;
    position: relative
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block3 .ak-content-title img {
    border: 10px solid rgba(0, 0, 0, .6)
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block3 .ak-content-title .ak-text {
    background: rgba(0, 0, 0, .8);
    padding: 6px 6px 12px 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "bebas_neueregular", sans-serif;
    font-size: 20px;
    overflow: hidden
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block3 .ak-content-btn {
    margin: 4px 12px;
    padding-bottom: 60px
}

@media all and (min-width: 992px) {
    .ak-main-container .ak-dl-launcher-page .ak-block.ak-block3 .ak-content-btn {
        padding-bottom: 0
    }
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block3 .ak-content-btn a {
    display: block;
    color: #d4d3c6;
    background: #000;
    padding: 12px;
    font-family: "bebas_neueregular", sans-serif;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s ease-in-out
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block3 .ak-content-btn a img {
    filter: sepia(10)
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block3 .ak-content-btn a:hover {
    background: #9dab0b;
    color: #fff;
    text-decoration: none
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block3 .ak-content-btn a:hover img {
    filter: sepia(0)
}

.ak-main-container .ak-dl-launcher-page .ak-block.ak-block3 .ak-content-btn a.ak-btn-forum,
.ak-main-container .ak-dl-launcher-page .ak-block.ak-block3 .ak-content-btn a.ak-btn-support {
    margin-bottom: 4px
}

@media all and (min-width: 992px) {

    .ak-main-container .ak-dl-launcher-page .ak-block.ak-block3 .ak-content-btn a.ak-btn-forum,
    .ak-main-container .ak-dl-launcher-page .ak-block.ak-block3 .ak-content-btn a.ak-btn-support {
        margin-bottom: 0
    }

    .ak-main-container .ak-dl-launcher-page .ak-block.ak-block3 .ak-content-btn a.ak-btn-forum {
        margin-right: 2px
    }

    .ak-main-container .ak-dl-launcher-page .ak-block.ak-block3 .ak-content-btn a.ak-btn-support {
        margin-left: 2px
    }
}

.ak-how-to-install-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-around;
    align-items: stretch;
    gap: 22px;
}

.ak-community {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-around;
    align-items: stretch;
    gap: 22px;
}