input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
@font-face {
    font-family: ElanITCStdBold;
    src: url('../fonts/ITC - Elan ITC Std Bold.otf');
}
@font-face {
    font-family: UbuntuLight;
    src: url('../fonts/Ubuntu-L.ttf');
}
@font-face {
    font-family: UbuntuLightItalic;
    src: url('../fonts/Ubuntu-LightItalic.ttf');
}
@font-face {
    font-family: UbuntuBold;
    src: url('../fonts/Ubuntu-Bold.ttf');
}
@font-face {
    font-family: Ubuntu;
    src: url('../fonts/Ubuntu-Regular.ttf');
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-color: grey;
    background-image: url('../img/background/background.png');
    background-repeat: no-repeat no-repeat;
    background-size: 100%;
    color: white;
    background-attachment: fixed;
    background-size: cover;
}
body [class^="picto_"],
body [class*=" picto_"] {
    display: inline-block;
}
body [class^="picto_"]:first-letter,
body [class*=" picto_"]:first-letter {
    text-transform: lowercase;
}
#slider_img_slider {
    width: 100%;
    height: 100%;
    position: fixed;
    background-position: center 0px;
    background-attachment: fixed;
    background-size: cover;
    opacity: 0;
}
#slider_img_slider.fadein {
    opacity: 1;
}
h1 {
    font-family: ElanITCStdBold;
    margin: 0;
    letter-spacing: 4px;
}
h3 {
    font-family: ElanITCStdBold;
    margin: 0;
}
@media screen and (max-width: 1280px) {
    h1 {
        font-size: 43px;
    }
    h3 {
        font-size: 28px;
        letter-spacing: 2px;
    }
}
@media screen and (max-width: 960px) {
    h1 {
        font-size: 36px;
    }
    h3 {
        font-size: 24px;
        letter-spacing: 0px;
    }
}
#wrapper {
    min-height: 100%;
    position: relative;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
/*
 ======================================================
 == Grid system                                       =
 ======================================================
 */
.grid {
    margin: auto;
}
.grid_elem_25 {
    width: 25%;
}
.grid_elem_33 {
    width: 33%;
}
.grid_elem_40 {
    width: 40%;
}
.grid_elem_45 {
    width: 45%;
}
.grid_elem_50 {
    width: 50%;
}
.grid_elem_55 {
    width: 55%;
}
.grid_elem_60 {
    width: 60%;
}
.grid_elem_66 {
    width: 66%;
}
.grid_elem_75 {
    width: 75%;
}
.grid_elem_100 {
    width: 100%;
    clear: both;
}
.grid_end {
    clear: both;
}

[class^="grid_elem_"] {
    min-height: 1px;
    float: left;
}
.grid {
    width: 1280px;
}
@media screen and (max-width: 1280px) {
    .grid {
        width: 960px;
    }
}
@media screen and (max-width: 960px) {
    .grid {
        width: 640px;
    }
}
@media screen and (max-width: 640px) {
    .grid {
        width: 320px;
    }
}


/*
 ======================================================
 == Blocks                                            =
 ======================================================
 */
[class^="grid_elem_"] .block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
[class^="grid_elem_"] .block_full_height {
    height: 100%;
}

[class^="grid_elem_"] .block .content {
    background-color: #283641;
    border-radius: 6px;
}
[class^="grid_elem_"] .block_full_height .content {
    height: 100%;
}

/*
 ======================================================
 == Dropdown                                          =
 ======================================================
 */
.dd-select {
    border-radius: 6px;
    background-color: #212B34;
    position: relative;
    cursor: pointer;
}
.dd-select a {
    text-decoration: none !important;
}
.dd-desc {
    color: #aaa;
    display: block;
    overflow: hidden;
    font-weight: normal;
    line-height: 1.4em;
}
.dd-selected {
    overflow: hidden;
    display: block;
    padding: 10px;
    font-family: UbuntuLight;
    font-size: 14px;
    color: #71818c;
}
.dd-pointer {
    width: 0;
    height: 0;
    position: absolute;
    right: 24px;
    top: 45%;
    margin-top: -3px;
}
.dd-options {
    border: solid 1px #ccc;
    border-top: none;
    list-style: none;
    box-shadow: 0px 1px 5px #ddd;
    display: none;
    position: absolute;
    z-index: 2000;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: auto;
}
.dd-option {
    padding: 10px;
    display: block;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}
.dd-options > li:last-child > .dd-option {
    border-bottom: none;
}
.dd-option:hover {
    background: #f3f3f3;
    color: #000;
}
.dd-selected-description-truncated {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dd-option-selected {
    background: #f6f6f6;
}
.dd-option-image, .dd-selected-image {
    vertical-align: middle;
    float: left;
    margin-right: 5px;
    max-width: 64px;
}
.dd-image-right {
    float: right;
    margin-right: 15px;
    margin-left: 5px;
}
.dd-container {
    position: relative;
}
​
.dd-selected-text {
    font-weight: bold;
}

/*
 ======================================================
 == Checkbox                                          =
 ======================================================
 */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    font-family: 'UbuntuLight';
    font-size: 14px;
    font-weight: normal;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left:0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: rgb(235, 236, 237);
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    border-radius: 4px;
}
[type="checkbox"]:not(:checked) + label.checkbox-round:before,
[type="checkbox"]:checked + label.checkbox-round:before,
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
    border-radius: 50%;
    margin-top: -2px;
}
[type="radio"]:not(:checked) + label {
    opacity: 0.27;
}
[type="checkbox"]:not(:checked) + label:hover,
[type="radio"]:not(:checked) + label:hover {
    opacity: 0.50;
}
[type="checkbox"]:checked + label,
[type="radio"]:checked + label {
    opacity: 1;
    transition: all .2s;
}
@-moz-document url-prefix() {
    [type="checkbox"]:not(:checked) + label:before,
    [type="checkbox"]:checked + label:before,
    [type="radio"]:not(:checked) + label:before,
    [type="radio"]:checked + label:before {
        top: 3px;
    }
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
    background-color: rgb(51, 102, 204);
    width: 11px;
    height: 11px;
    position: absolute;
    top: 4px;
    left: 2px;
    transition: all .2s;
    content: '';
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    border-radius: 2px;
}
[type="checkbox"]:not(:checked) + label.checkbox-round:after,
[type="checkbox"]:checked + label.checkbox-round:after,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
    border-radius: 50%;
}
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
    margin-top: -2px;
}
[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}


/*
 ======================================================
 == Quality                                           =
 ======================================================
 */
.quality1 {
    color: white;
}
.quality2 {
    color: #1eff00;
}
.quality3 {
    color: #0081ff;
}
.quality4 {
    color: #c600ff;
}
.quality5 {
    color: #ff8000;
}
.quality6 {
    color: #e5cc80;
}
.quality7 {
    color: #e5cc80;
}

.disable {
    opacity: 0.2 !important;
    filter: alpha(opacity=20) !important;
    cursor: not-allowed;
    pointer-events: none;
}

.load_open, .custom_load {
    overflow: hidden;
}
.load_open .screen_load,
.custom_load .screen_load {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1050;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0px none;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom_load .screen_load {
    z-index: 10050;
    background-color: transparent;
}
.screen_load {
    display: none;
}

/*
 ======================================================
 == Quality                                           =
 ======================================================
 */

#choice-payment-hidden {
    width: 650px;
    height: 230px;
    color: #af9481;
    font-family: 'Arial';
    font-size: 13px;
    font-weight: bold;
}
#header-popup-payment, #footer-popup-payment {
    height: 40px;
    width: 650px;
    background-color: rgba(40, 54, 65, 1);
}
#header-popup-payment p {
    padding-left: 20px;
    padding-top: 12px !important;
}
#choice-payment-popup {
    min-height: 200px;
    text-align: center;
    width: 650px;
    height: 150px;
    background-color: rgba(22, 32, 39, 0.9);
}
#choice-allo-popup {
    display: inline-block;
    padding-right: 42px;
    height: 77px;
    padding-top: 72px;
}
#choice-allo-popup img {
    width: 200px;
    height: 51px;
}
#choice-pw-popup {
    display: inline-block;
}
#choice-pw-popup img {
    width: 311px;
    height: 120px;
}
#choice-payment-hidden img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#choice-payment-hidden img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
[disabled]
{
    cursor: default;
}
.block_title .button_prev {
    float: left;
    font-family: 'UbuntuLight';
    height: 40px;
    margin-top: 12px;
    margin-right: 10px;
}
.block_title .button_prev .picto_Previous {
    font-size: 10px;
}
.block_title .button_prev .text {
    text-transform: capitalize;
}
@media screen and (max-width: 640px) {
	.block_title .button_prev {
        margin-top: -22px;
        margin-left: 9px;
        height: 40px;
        width: 40px;
    }
    .block_title .button_prev .text {
        display: none;
    }
}


/*
 ======================================================
 ==                Authenticator                      =
 ======================================================
 */

.generic-popup {
    z-index: 30000 !important;
    width: 480px;
    min-height: 220px;
    border: 1px solid white;
    border-radius: 3px;
    background-color: rgba(40, 54, 65, 0.95);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    color: white;
    font-family: 'UbuntuLight';
    font-size: 20px;
}
.generic-popup .close-popup {
    float: right;
    margin: 5px 10px 0 0;
    cursor: pointer;
}
.generic-popup hr
{
    margin-left: 40px;
    margin-right: 40px;
}
.generic-popup .close-popup:hover {
    opacity: 0.8;
}
.generic-popup .close-popup:active {
    opacity: 0.6;
}
.generic-popup .title_popup {
    float: none;
    margin: 20px 60px 0 60px;
    text-align: center;
    font-size: 23px;
}
.generic-popup .text_popup {
    float: none;
    margin: 15px 60px;
    text-align: center;
    font-size: 17px;
}
.generic-popup .block_input {
    margin-top: 20px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.generic-popup .btn-primary {
    width: 85px;
    height: 35px;
    font-size: 15px;
    text-transform: uppercase;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 15px;
}
#input_authenticator_popup {
    padding-right: 0;
}
.recovery-code-auth {
    float: none;
    margin: 15px 60px 0 60px;
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#authenticator-popup {
    height: 240px;
}
#recovery-code-answer {
    display: none;
    color: #FF3333;
}
#recovery-code-question {
    cursor: pointer;
}

/* HACK FIX !!! Problem with chrome */
#authenticator_code {
    display: inline-block;
}
.link {
    cursor: pointer;
}
table thead tr th {
    text-transform: capitalize;
}
body .wowhead-tooltip span {
    display: initial;
}
.tooltipster-base
{
    width: fit-content !important;
    height: fit-content !important;
}
.tooltipster-content {
   font-family:Arial,sans-serif;
   font-size:14px;
   line-height:16px;
   padding: 4px !important;
   overflow:hidden;
   width: fit-content;
   height: fit-content;
}
.tooltipster-sidetip .tooltipster-box,
.tooltipster-follower .tooltipster-box {
    border: 2px solid black;
    border-radius: 4px;
    background: rgba(0,0,0,.6);
    max-width: 500px;
}
.gm-tabs
{
    padding-top: 25px;
    border-color: #53606b;
}
.gm-tabs .active a,
.gm-tabs a:hover
{
    border-color: #53606b !important;
    background-color: transparent !important;
    color: white !important;
}
.gm-tab-content
{
    padding: 25px;
    border-left: 1px solid #53606b;
    border-bottom: 1px solid #53606b;
    border-right: 1px solid #53606b;
    margin-bottom: 50px;
}
.gm-search
{
    width: 250px !important;
    display: inline-block !important;
}