/* General styling */
body, input, button, textarea, select {
    font-family: 'Source Sans Pro', sans-serif, 'Mongolian Baiti', serif;
}
p, ul, ol, dl, li {
    margin: 0;
    padding: 0;
}

p.intro {
    color: #555555;
    margin-bottom: 1em;
    font-style: italic;
    max-width: 50em;
}

h1 {
    color: #000088;
    margin: 0;
    padding: 0;
    font-size: 2.5em;
    page-break-after: avoid;
}
#main_title {
    margin: 1rem 0 1rem 0;
    page-break-after: avoid;
}
#main_title p {
  color: #222222;
  font-weight: bold;
  font-size: 1.5em;
  margin: 0
}
@media (max-width: 600px) {
    h1 {
        font-size: 2em;
    }
    #main_title p {
        font-size: 1.3em;
    }
}
h2 {
    color: #000088;
    margin: 2rem 0 1rem 0;
    padding: 0;
    font-size: 1.5em;
    page-break-after: avoid;
}
h3 {
    font-size: 1.2em;
    color: #000088;
    margin: 1rem 0 0.3rem 0;
    page-break-after: avoid;
    line-height: 1.4em;
}
h4 {
    font-size: 1.1em;
    margin: 1rem 0 0.3rem 0;
    page-break-after: avoid;
}
h5 {
    font-size: 1em;
    margin: 1rem 0 0.3rem 0;
    page-break-after: avoid;
    break-after: avoid;
}

a {
    color: #006da8;
    text-decoration: none;
}
a:visited {
    color: #60E;
}
a:hover {
    text-decoration: underline
}

ol {
    padding-left: 1em;
}
li {
    margin: 0 0 0 17px;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}
img.icone {
    vertical-align: bottom;
    max-width: none;
}
abbr {
    border-bottom: 1px dotted #ACCB41;
    text-decoration: none;
    cursor: help;
}
a.definition_link, a.definition_link:visited {
    border-bottom: 1px dotted #ACCB41;
    text-decoration: none;
    color: #000000;
}
dfn {
    background-color: rgba(255, 255, 0, 0);
    transition: background-color 1s;
}
dfn:target {
    background-color: rgba(255, 255, 0, 1);
}

sup {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}
sub {
    vertical-align: bottom;
    position: relative;
    bottom: -0.3em;
}
.tableau_simple {
    border-collapse:collapse;
}
.tableau_simple td,.tableau_simple th {
    border: 1px solid #000088;;
    padding: 0.5em;
}
.notification_text, .notification_text:visited {
    color: #db6600;
}

/* Details */
details.details_shim_closed > * {display: none;}
details.details_shim_closed > summary {display: block;}
details.details_shim_open   > summary {display: block;}
details.details_shim_closed > summary:before {display: inline-block; content: "+"; width:1.3em; height: 0.8em; background:#000088; color: white; text-align: center; font-weight: bold; margin-right: 1em; padding-bottom: 0.5em;}
details.details_shim_open   > summary:before {display: inline-block; content: "-"; width:1.3em; height: 0.8em; background:#000088; color: white; text-align: center; font-weight: bold; margin-right: 1em; padding-bottom: 0.5em;}

/* Quotes */
blockquote {
    color: #666666;
    background: #EEEEEE;
    margin: 0 0 0.8em 0;
    padding: 1rem 0.5em 0.5em 1.7rem;
    border-radius: 0.5em;
    min-height: 1.5em;
    max-height: 20em;
    overflow: auto;
    position: relative;
}
blockquote img {
    opacity: 0.7 !important;
}
blockquote blockquote {
    border: 1px solid #cccccc;
    max-height: none;
}
blockquote cite {
    display: block;
    font-size: 1em;
    color: #666666;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-style: normal;
}
blockquote:before {
    content: '\201C';
    position: absolute;
    color: #666666;
    font-size: 2em;
    font-weight: bold;
    vertical-align: middle;
    margin: -0.5rem 0.1rem 0 -1.2rem;
}

/*********/
/* Forms */
/*********/
select, input, textarea {
    font-size: 1rem;
    accent-color: #000088;
    color: #000000;
}
input[readonly=readonly] {
    color: #888888;
}
.form input[type="text"], .form input[type="email"], .form input[type="password"], .form input[type="tel"], .form input[type="url"], .form input[type="number"], .form input[type="date"], .form select, .form textarea {
    padding: 0.2em;
    width: 15rem;
    box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
    margin-left: 0;
}
button, input[type=submit], input[type=button], a.button, .button {
    border: 1px solid #000088;
    padding: 0.2em 0.8em 0.2em 0.8em;
    border-radius: 0.5em;
    background: #000088;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    -webkit-appearance: none;
}
button:focus, input[type=submit]:focus, input[type=button]:focus, a.button:focus, .button:focus {
    outline-color: #F57200;
}
button.secondary, input[type=submit].secondary, input[type=button].secondary, a.button.secondary, .button.secondary {
    background: #FFFFFF;
    color: #000088;
}
button[disabled], input[type=submit][disabled], input[type=button][disabled], .button[disabled], .button.disabled, .button.secondary.disabled {
    color: #666666 !important;
    border-color: #666666;
    background: #EEEEEE;
    cursor: default;
}
button[disabled] img, .button[disabled] img, .button.disabled img {
    filter: invert(0.8);
}
button[disabled] img[src$=svg], .button[disabled] img[src$=svg], .button.disabled img[src$=svg] {
    filter: grayscale(1) contrast(0);
}
input[type=file]::-webkit-file-upload-button {
    border: 1px solid #000088;
    padding: 0.2em 0.5em 0.2em 0.5em;
    border-radius: 0.5em;
    background: #FFFFFF;
    color: #000088;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}
input[type=file]::file-selector-button {
    border: 1px solid #000088;
    padding: 0.2em 0.5em 0.2em 0.5em;
    border-radius: 0.5em;
    background: #FFFFFF;
    color: #000088;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}
fieldset {
    position: relative;
    border: 1px solid #cccccc;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 0.5em;
    padding: 0.8em;
    margin: 0 0 1em 0;
    min-width: 0;
    overflow-x: auto;
}
fieldset legend {
    font-weight: bold;
    color: #000088;
    padding: 0 0.2rem 0 0.2rem;
    font-size: 1.2em;
    left: 0;
}
.form fieldset dl {
    display: grid;
    grid-template-columns: 12em auto;
    margin: 0.2em;
}
.form fieldset dt {
    grid-columns-start: 1;
    margin:0 0.5em 0.5em 0;
}
.form fieldset dd {
    grid-columns-start: 2;
    margin:0 0 0.5em 0;
}
@media (max-width: 600px) {
    .form fieldset dl {
        grid-template-columns: auto;
        margin-top: -0.8em;
    }
    .form fieldset dt {
        margin: 0.5em 0 0 0;
    }
    .form fieldset dd {
        grid-columns-start: 1;
        margin:0;
    }
}
.form .valider {
    text-align: center;
    padding-top: 0.8em;
}
.form .valider input {
    font-size: 100%;
}

.multi_select {
    position:relative;
    display:inline-block;
    width: 15rem;
    vertical-align: bottom;
    margin-bottom: -0.3em;
}
.multi_select > ul {
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #808080;
    border-style: none solid solid solid;
    padding: 0.2em 0.5em 0.1em 0.3em;
    font-size: 90%;
    width: 100%;
    box-sizing:border-box;
    z-index: 100;
    max-height: 15em;
    overflow: auto;
    top: 1.8em;
}
.multi_select ul {
    list-style-type:none;
}
.multi_select_open {
    display:block;
}
.multi_select_closed {
    display:none;
}
.multi_select li {
    margin: 0;
}
.multi_select ul ul {
    margin-left: 1em;
}
.multi_select input {
    margin-left: 0;
}
.multi_select_button {
    display: inline-block;
    background: #ffffff;
    border:1px solid #808080;
    width: 100%; 
    text-align:left;
    font-size: 90%;
    padding: 0.2em;
    box-sizing: border-box;
    cursor: default;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.multi_select ~ .button.secondary {
    padding: 0.1em 0.8em !important;
    margin-left: 0.3em;
}

/* Simple form */
.simple_form {
    background: #dfeefb;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    margin: 0 -1em 1em -1em;
    padding: 1em;
    display: grid;
    grid-template-columns: min-content auto min-content auto;
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
    align-items: center;
}
.simple_form.form_1_col {
    grid-template-columns: auto;
}
.simple_form.form_2_cols {
    grid-template-columns: min-content auto;
    width: max-content;
    box-sizing: border-box;
    margin: 0 auto 1em auto;
}
.simple_form .legend {
    grid-column: 1 / -1;
    font-weight: bold;
    color: #000088;
}
.simple_form .submit {
    grid-column: 1 / -1;
    text-align: center;
    padding-top: 0.5em;
}
.simple_form:not(.form_1_col) label {
    white-space: nowrap;
}
.simple_form .long_field {
    grid-column: 2 / -1;
}
.simple_form .long_field input {
    width: 100% !important;
}
.sort_selection {
    float: right;
    clear: right;
    padding-right: 0.1em;
    padding-bottom: 0.5em;
}
.sort_selection select {
    width: auto;
}
@media (max-width: 1235px) {
    .simple_form {
        border-radius: 0 0.5em 0.5em 0;
    }
    .simple_form.form_2_cols {
        border-radius: 0.5em;
    }
}
@media (max-width: 950px) {
    .simple_form {
        border-radius: 0;
    }
}
@media (max-width: 900px) {
    .simple_form {
        grid-template-columns: min-content auto;
    }
    .simple_form .long_field input {
        width: 15rem !important;
    }
}
@media (max-width: 600px) {
    .simple_form.form_2_cols {
        width: auto;
        margin: 0 -1em 1em -1em;
        box-sizing: content-box;
        border-radius: 0;
    }
}
@media (max-width: 450px) {
    .simple_form, .simple_form.form_2_cols {
        grid-template-columns: auto;
        grid-row-gap: 0.2em;
    }
    .simple_form > div:nth-child(2n) {
        margin-bottom: 0.3em;
    }
    .simple_form .long_field {
        grid-column: 1 / -1;
    }
    .sort_selection {
        float: none;
    }
    .simple_form.form_2_cols .submit {
        text-align: center;
    }
    .simple_form.form_2_cols > label {
        font-weight: bold;
        margin-top: 0.3em;
    }
    .simple_form.form_2_cols input[type="text"], .simple_form.form_2_cols input[type="email"], .simple_form.form_2_cols input[type="password"], .simple_form.form_2_cols select {
        width: 100%;
    }
}

/* Flags */
.sprite {
    background-position: 0 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 0 -3px 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

/**********/
/* Errors */
/**********/
.error_box, .warning_box, .info_box {
    background: #FFD9D9;
    padding: 1em;
    border: none;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    margin: 0 -1em 1.5em -1em;
}
@media (max-width: 1235px) {
    .error_box, .warning_box, .info_box {
        border-radius: 0 0.5em 0.5em 0;
    }
}
@media (max-width: 950px) {
    .error_box, .warning_box, .info_box {
        border-radius: 0;
    }
}
.warning_box {
    background: #ffe2c2;
}
.info_box {
    background: #dfeefb;
}
.error_box legend {
    color: #880000;
    font-weight: bold;
    background: #ffffff;
    padding: 0 0.5em 0.2em 0.5em;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border: none;
}
@media print {
    .error_box, .warning_box, .info_box {
        border: 1px solid #000088;
    }
}

/******************/
/* Help & tooltip */
/******************/
.bulle_aide {
    z-index: 100000;
    display:none;
    position:absolute;
    width:20em;
    margin:0.5em 0 0 0;
    padding:0.3em;
    background:#fbeddf;
    border:1px solid #CCCCCC;
    -webkit-box-shadow: 1px 1px 3px #AAAAAA;
    -moz-box-shadow: 1px 1px 3px #AAAAAA;
    box-shadow: 1px 1px 3px #AAAAAA;
}
.bulle_aide h3 {
    margin:0;
    padding: 0;
}
.tooltip {
    display: none;
    position: absolute;
    z-index: 2000;
    max-width: 350px;
    min-width: 200px;
    background: #fbeddf;
    padding: 0.4em;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -webkit-box-shadow:2px 2px 3px #AAA;
    -moz-box-shadow:2px 2px 3px #AAA;
    -o-box-shadow:2px 2px 3px #AAA;
    box-shadow:2px 2px 3px #AAA;
}
.tooltip:before {
    content: '';
    display: block;
    position: absolute;
    width: 0; 
    height: 0; 
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-bottom: 1em solid #fbeddf;
    top: -1em;
    left: var(--pointerPositionX, 1em);
}
.thumbnail {
    position:absolute;
    display:inline-block;
    z-index:2000;
    margin:20px 0 0 10px;
    padding:3px;
    border:1px solid #CCC;
    -webkit-box-shadow:3px 3px 5px #AAA;
    -moz-box-shadow:3px 3px 5px #AAA;
    -o-box-shadow:3px 3px 5px #AAA;
    box-shadow:3px 3px 5px #AAA;
    background:#fff url(chargement.gif) no-repeat 60px 60px;
    min-height:135px;
    min-width:135px;
}
.thumbnail.loaded {
    background: #FFFFFF;
}
.thumbnail img {
    max-width: 135px !important;
    max-height: 135px;
    width: auto;
    height: auto;
    vertical-align: top;
}
.thumbnail_opener {
    width:16px;
    height:16px;
    vertical-align: bottom;
    color: #666666;
    cursor: default;
}

/****************/
/* Picture zoom */
/****************/
a[data-zoomPic] {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#zoomedPic {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    cursor: zoom-out;
}
#zoomedPic #zoomedMain {
    width: 100vw;
    height: 100vh;
    position: absolute;
    display:flex;
    align-items: center;
    justify-content: center;
    background-color: hsla(0,0%,100%,.85);
}
#zoomedContent {
    text-align: center;
}
#zoomedPic img {
    max-width: 90vw;
    max-height: 90vh;
    margin: 1em;
}
#zoomedPic .pdf_thumbnail img {
    background: #FFFFFF;
    box-shadow: #CCCCCC 0 0 0.5em;
    position: relative;
    display: block;
}
#zoomedContent .pdf_thumbnail {
    display: block;
    position: relative;
}
#zoomedContent .pdf_thumbnail:after {
    position: absolute;
    display: block;
    content: '';
    z-index: 1;
    background-image: url('pdf.svg');
    background-size: 4em 4em;
    width: 4em;
    height: 4em;
    bottom: -0.5em;
    right: 0;
}
#zoomedPic button {
    background: #dfeefb;
    text-align: center;
    padding: 0.7em 1em 0.7em 1em;
    border-radius: 2em;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
    border: none;
}
@media (max-width: 700px) {
    #zoomedPic button {
        position: absolute;
    }
    #zoomedPic .prev_pic_btn {
        top: 1em;
        left: 1.5em;
    }
    #zoomedPic .next_pic_btn {
        top: 1em;
        right: 1.5em;
    }
    #zoomedPic img {
        max-width: 95vw;
    }
}

/*********/
/* Fonts */
/*********/
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    font-display: fallback;
    src: url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-italic.eot'); /* IE9 Compat Modes */
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'),
       url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-italic.woff') format('woff'), /* Modern Browsers */
       url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-regular.eot'); /* IE9 Compat Modes */
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 700;
    font-display: fallback;
    src: url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-700italic.eot'); /* IE9 Compat Modes */
    src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldItalic'),
       url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-700italic.woff') format('woff'), /* Modern Browsers */
       url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-700italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-700.eot'); /* IE9 Compat Modes */
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/design/font/source-sans-pro-v12-cyrillic-ext_vietnamese_greek-ext_cyrillic_latin_greek_latin-ext-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/*****************/
/* Global layout */
/*****************/
html, body {
    margin:0;
    padding:0;
}
#global_container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
@media (min-width: 1300px) { /* Avoid horizontal shift due to the vertical scrollbar. Applies only for large screen, since it impacts centering, which is more visible on narrow screens */
    #global_container > * {
        padding-left: calc(100vw - 100%);
    }
}
#global_container .middle_element {
    max-width: 75em;
    box-sizing: border-box;
    padding: 0 1em 0 1em;
    margin: 0 auto 0 auto;
}
#global_container.premium .middle_element {
    max-width: 65em;
}

/**********/
/* Header */
/**********/
#global_header {
    background: #dfeefb;
    -webkit-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.5);
}
@media print {
    #global_header {
        display: none;
    }
}
#main_header {
    margin: 1em 0 0 0;
    display: flex;
}
#global_logo svg {
    width: 9em;
    height: auto;
    filter: drop-shadow(0 0 1rem #ffffff);
    margin: -0.2em 0 0 -0.2em;
}
@media (max-width: 420px) {
    #global_logo svg {
        width: 7em;
        margin: 0.1rem 0.5rem 0.2rem 0;
    }
}
#main_header_spacer {
    flex-grow: 1;
}

/* Top search bar */
#top_search_bar {
    white-space: nowrap;
    margin: 0.3em 1em 0 0;
}
.top_search_bar > * {
    height: 1.7em;
    box-sizing: border-box;
    vertical-align: bottom;
}
.top_search_bar input[type=text] {
    width: 15em;
    border: 1px solid #000088;
    border-right: none;
    border-radius: 0.5rem 0 0 0.5rem;
    background: rgba(239, 247, 250, 0.9);
    padding: 0.2em;
    box-sizing: border-box;
}
.top_search_bar select {
    margin: 0 0.3em 0 0;
    border: 1px solid #000088;
    border-left: 1px solid #8888AA;
    border-radius: 0 0.5rem 0.5rem 0;
    width: auto;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: rgba(239, 247, 250, 0.9);
    background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScxNicgd2lkdGg9JzI0JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNTQwIDU2MCc+PHBhdGggZD0nTTQ4MCwzNDQuMTgxTDI2OC44NjksMTMxLjg4OWMtMTUuNzU2LTE1Ljg1OS00MS4zLTE1Ljg1OS01Ny4wNTQsMGMtMTUuNzU0LDE1Ljg1Ny0xNS43NTQsNDEuNTcsMCw1Ny40MzFsMjM3LjYzMiwyMzguOTM3IGM4LjM5NSw4LjQ1MSwxOS41NjIsMTIuMjU0LDMwLjU1MywxMS42OThjMTAuOTkzLDAuNTU2LDIyLjE1OS0zLjI0NywzMC41NTUtMTEuNjk4bDIzNy42MzEtMjM4LjkzNyBjMTUuNzU2LTE1Ljg2LDE1Ljc1Ni00MS41NzEsMC01Ny40MzFzLTQxLjI5OS0xNS44NTktNTcuMDUxLDBMNDgwLDM0NC4xODF6Jy8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 6px;
    padding: 0.2em 1.5rem 0.2em 0.2em;
}
.top_search_bar select::-ms-expand {
    display: none;
}
.top_search_bar svg {
    height: 1em;
    width: 1em;
    margin: 0.1em 0 0 0;
}
.top_search_bar path {
    fill:  #e2effa;
}
#search_menu, #search_menu_button {
    display: none;
}
@media (max-width: 960px) {
    #top_search_bar input[type=text] {
        width: 10em;
    }
}
@media (max-width: 875px) {
    #top_search_bar input[type=text] {
        width: 8em;
    }
    #top_search_bar select {
        max-width: 6em;
    }
}
@media (max-width: 795px) {
    #top_search_bar {
        display: none;
    }
    #search_menu {
        display: block;
        margin: 0 -0.5em 0 -0.5em;
        max-height: 0;
        box-sizing: border-box;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        overflow: hidden;
    }
    #search_menu div {
        display: flex;
        max-width: 100%;
    }
    #search_menu .top_search_bar > * {
        height: 2em;
        vertical-align: bottom;
    }
    #search_menu input[type="text"] {
        flex-grow: 1;
        flex-shrink: 1;
        width: 10em;
        min-width: 4em;
    }
    #search_menu select {
        min-width: 6em;
        flex-shrink: 2;
        padding-top: 0.4em;
        background-position-y: 8px;
    }
    #search_menu button {
        padding-top: 0.3em;
    }
    #search_menu[aria-hidden=false] {
        max-height: 2.5em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
    #search_menu_button {
        display: block;
        background: none;
        border: none;
        margin: 0.3em 1em 0 0;;
    }
    #search_menu_button svg {
        width: 1.2em;
        height: 1.2em;
        fill: #000088;
    }
}

/* Language dropdown */
#language_menu_button {
    border: none;
    background: none;
    color: #000088;
    font-weight: normal;
    border-radius: 0.5em 0.5em 0 0;
    margin: 0.3em 1em 0 0;
    white-space: nowrap;
}
.rotatory_menu_arrow {
    fill: #000088;
    width: 0.6em;
    height: 0.6em;
    transform: rotate(180deg);
    transition: transform 0.2s ease-in-out
}
[aria-pressed="true"] .rotatory_menu_arrow {
    transform: rotate(0);
}
#language_menu {
    max-height: 6em;
    overflow: hidden;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    padding: 0.3em 0.8em 0 0.8em;
    position: absolute;
    border-radius: 0 0.5em 0.5em 0.5em;
}
#language_menu li {
    list-style-type: none;
    margin: 0;
    padding: 0.5em 0 0.5em 0;
}
#language_menu_button[aria-pressed=true] {
    background: rgba(239, 247, 250, 0.9);
}
#language_menu[aria-hidden=false] {
    background: rgba(239, 247, 250, 0.9);
    z-index: 10;
}
#language_menu[aria-hidden="true"] {
  max-height: 0;
}
@media (max-width: 795px) {
    #language_menu_button {
        margin-right: 0.5em;
    }
}
@media (max-width: 600px) {
    #language_menu_button {
        font-size: 0.9rem;
        margin: 0.4em 0.5em 0 0;
    }
    #language_menu {
        font-size: 0.9rem;
    }
}

/* Sign in buttons */
#top_sign_buttons a {
    display: inline-block;
    margin-top: 0.3em;
}
#top_sign_buttons a:first-child {
    background: rgba(239, 247, 250, 0.9);
    margin-right: 0.8em;
}
@media (max-width: 550px) {
    #top_sign_buttons a:last-child {
        display: none;
    }
    #top_sign_buttons a:first-child {
        margin-right: -0.5em;
    }
}
@media (max-width: 350px) {
    #top_sign_buttons a:first-child {
        padding: 0.2em 2px 0.2em 2px;
    }
}
@media (max-width: 340px) {
    #top_sign_buttons a:first-child {
        margin-right: -0.8em;
    }
}

/* Menu */
#account_badge {
    display: flex;
    height: 1.8rem;
    align-items: center;
    border: 1px solid #000088;
    border-radius: 1.8rem;
    padding: 0.2rem;
    background: rgba(239, 247, 250, 0.9);
    white-space: nowrap;
}
#account_badge label {
    padding-right: 0.5em;
}
.header_avatar {
    max-height: 1.8rem;
    vertical-align: middle;
    border-radius: 1em;
}
#account_menu_button {
    width: 25px;
    height: 20px;
    position: relative;
    flex-shrink: 0;
    border: none;
    border-radius: 0;
    background: none;
    margin-right: 0.5em;
}

#account_menu_button span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000088;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#account_menu_button span:nth-child(1) {
    top: 0;
}
#account_menu_button span:nth-child(2),#account_menu_button span:nth-child(3) {
    top: 8px;
}
#account_menu_button span:nth-child(4) {
    top: 16px;
}
#account_menu_button[aria-pressed="true"] span:nth-child(1) {
    top: 8px;
    width: 0;
    left: 50%;
}
#account_menu_button[aria-pressed="true"] span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#account_menu_button[aria-pressed="true"] span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#account_menu_button[aria-pressed="true"] span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}
.notifications #account_menu_button:after, #pinned_account_menu .notifications:after {
    content: ' ';
    background: #f57200;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    position: absolute;
    margin: -4px -4px 0 0;
    right: 0;
    top: 0;
}
#account_menu {
    max-height: 20em;
    position: relative;
    overflow: hidden;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-top: 1px solid #aab5ee;
    border-bottom: 1px solid #aab5ee;
}
#account_menu[aria-hidden="true"] {
    border-top: 0px solid #aab5ee;
    border-bottom: 0px solid #aab5ee;
    max-height: 0;
}
#account_menu a {
    border-bottom: 1px solid transparent;
}
#account_menu a:hover {
    border-bottom: 1px solid #000088;
}
#global_header em {
    font-style: normal;
    font-size: 1rem;
    color: #db6600;
}
#global_header nav ul {
    flex-grow: 1;
    margin: 0;
    padding: 0;
    text-align: center;
    padding: 0.5em 0 0.2em 0;
    font-size: 1.2rem;
}
#global_header nav li {
    display: inline-block;
    list-style-type: none;
    margin : 0 1.5em 0.3em 0;
    text-align: center;
    white-space: nowrap;
    position: relative;
}
[lang=es] #account_menu li {
    margin-right:1em
}
#global_header nav li a {
    color: #000088;
    text-shadow: 0 0 8px #ffffff;
    text-decoration: none;
    position: relative;
    display: inline-block;
}
#global_header nav li svg {
    vertical-align: middle;
    margin: 0 0.1em 0 0;
}
#global_header nav li.current_nav span, #account_menu .current_nav a {
    border-bottom: 1px solid #000088;
}
#global_header nav li a span {
    border-bottom: 1px solid transparent; /* Fix for IE */
}
#global_header nav li a:hover span {
    border-bottom: 1px solid #000088;
}
.icons_menu ul {
    font-size: 1.2rem;
}
.icons_menu path {
    fill: #000088;
}
#global_header #global_menu_last {
    margin: 0;
}
#global_header #global_menu_last ol {
    padding: 0;
}
#global_header #global_menu_last_button_container {
    display: none;
}
@media (max-width: 800px) {
    #global_header nav ul {
        font-size: 1.1rem;
    }
    .icons_menu span {
        display: block;
    }
    #account_menu li {
        margin: 0 0.5em 0.5em 0.5em;
    }
    #global_menu em {
        display: none;
    }
    #global_menu .notification:after {
        content: ' ';
        background: #f57200;
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 8px;
        position: absolute;
        margin: 0 0 0 5px;
        left: 50%;
        top: 0;
    }
}
@media (max-width: 730px) {
    #global_header .icons_menu ul {
        margin: 0 -1rem 0 -1rem;
    }
    #global_header .icons_menu li {
        margin-left: 0.6em;
        margin-right: 0.6em;
    }
}
@media (max-width: 650px) {
    #global_header nav li {
        font-size: 1rem;
        font-weight: normal;
    }
    #global_header .icons_menu li {
        margin-left: 0.4em;
        margin-right: 0.4em;
    }
    #global_header #account_menu li {
        display: block;
        flex-direction: column;
        margin: 0.3em 0 0.8em 0;
    }
}
@media (max-width: 795px) {
    #account_badge {
        margin-right: -0.5em;
    }
}
@media (max-width: 550px) {
    #account_badge .img_label {
        display: none;
    }
    #account_badge {
        padding-left: 0.3em;
        padding-right: 0.3em;
    }
    #account_menu_button {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    #account_badge > * {
        margin-right: 0.2em;
    }
    #language_menu_button {
        padding-right: 0.1em;
        padding-left: 0.5em;
        margin-right: 1em;
    }
    #language_menu {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    #search_menu_button {
        padding-right: 0.1em;
        padding-left: 0.1em;
    }
    #global_header #global_menu_last_button_container {
        display: inline-block;
        border-bottom-color: transparent;
    }
    #global_header #global_menu_last_button_container span {
        border-bottom-color: transparent;
    }
    #global_header #global_menu_last {
        display: block;
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s;
    }
    #global_header #global_menu_last[aria-hidden="false"] {
        max-height: 5em;
    }
}
@media (max-width: 440px) {
    #account_badge .img_label {
        display: block;
    }
    #account_badge .text_label {
        display: none;
    }
    #global_header .icons_menu li {
        margin-left: 0.2em;
        margin-right: 0.2em;
    }
}
@media (max-width: 389px) {
    #global_header .icons_menu li {
        font-size: 0.9rem;
    }
}
@media (max-width: 319px) {
    #language_menu_button {
        display: none;
    }
}

/* Pinned account menu */
#account_menu button, #pinned_account_menu button {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: none;
    border: none;
    padding: 0.2em;
}
#account_menu button img, #pinned_account_menu button img {
    height: 1em;
    width: 1em;
}
#account_menu {
    background: rgba(255, 255, 250, 0);
}
#pinned_account_menu {
    display: none;
}
@media (max-width: 600px) {
    #global_header.pinned_account #account_menu .redundant {
        display: none;
    }
    .pinned_account #account_menu button {
        display: none;
    }
    .pinned_account #pinned_account_menu {
        position: relative;
        margin: 0 -1em 0.2em -1em;
        display: block;
        background: rgba(239, 247, 250, 0.9);
        border-top: 1px solid #bbdbf7;
        border-bottom: 1px solid #bbdbf7;
        padding-right: 2.5em;
        padding-left: 1em;
    }
    .pinned_account #account_menu[aria-hidden="false"] {
        margin-bottom: 0.5em;
    }
    .pinned_account .notifications #account_menu_button:after {
        display: none;
    }
    #pinned_account_menu .notifications:after {
        left: 50%;
        margin: 0 0 0 4px;
    }
}
@media (max-width: 380px) {
    .icons_menu span {
        overflow: hidden;
    }
    #my_swaps_pinned_link {
        max-width: 4.3em;
        text-overflow: ellipsis;
    }
}
@media (min-width: 601px) {
    .pinned_account #account_menu {
        max-height: 20em;
        background: rgba(239, 247, 250, 0.9);
        border-radius: 0.5em;
        border: 1px solid #bbdbf7;
        padding-right: 1em;
        padding-left: 1em;
    }
    .pinned_account #main_header > div:nth-child(3) {
        order: 4;
    }
    .pinned_account #main_header > div:nth-child(4) {
        order: 3;
    }
    .pinned_account #top_search_bar {
        margin-right: 0;
    }
    .pinned_account #account_badge {
        display: none;
    }
    .pinned_account #top_search_bar {
        display: block;
    }
    .pinned_account #search_menu_button, .pinned_account #search_menu {
        display: none;
    }
}

/**********/
/* Footer */
/**********/
#bottom_pub_container .middle_element {
    margin: 0 auto 34px auto;
    overflow: hidden;
    position: relative;
}
#global_footer {
    background: #dfeefb;
    padding: 1.5em 0 1em 0;
    text-align: center;
}
@media print {
    #top_link, .share_buttons, .footer_links {
        display: none !important;
    }
    #global_footer {
        border-top: 1px solid #CCCCCC;
    }
}
.share_buttons {
    margin: 0.5em 0 0.5em 0;
    vertical-align: middle;
    display: inline-block;
    text-align: right;
}
.share_buttons a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 0 0 1em;
    text-indent: 100%;
    overflow: hidden;
    background: url(icons-sprite35.png) no-repeat;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    vertical-align: middle;
}
.share_buttons .facebook_button {
    background-position: 0 -72px;
}
.share_buttons .twitter_button {
    background-position: -24px -72px;
}
.share_buttons .instagram_button {
    background-position: -72px -72px;
}

/********/
/* Main */
/********/
#main_container {
    flex-grow: 1;
    margin: 0 0 50px 0;
}
#main_container main {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 210px);
    position: relative;
}
#right_pub {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    margin: 50px 0 0 50px;
    text-align: right;
}
@media print {
    #main_container main {
        display: block;
        width: auto;
    }
    #right_pub {
        display: none;
    }
}
.premium #main_container main {
    display: block;
    width: auto;
}
.premium #right_pub {
    display: none;
}
#main_breadcrumb {
    margin: 1em 0 1em 0;
    color: #555555;
}
#top_link  {
    display: none;
    position: fixed;
    right: 1em;
    bottom: 1em;        
}
#top_link path  {
    fill: #000088;       
}
@media (max-width: 950px) {
    #right_pub {
        display: none;
    }
    #main_container .middle_element {
        padding-right: 1em;
    }
    #main_container main {
        flex-grow: 1;
        position: relative;
        width: 100%;
    }
}

/* Advertising */
#bottom_pub_container .catawiki_list {
    max-width: 60em;
}
#bottom_pub_container .catawiki_list p {
    text-align: left;
}
#bottom_pub_container .catawiki_list .buy_coin_links {
    grid-template-columns: calc(25% - 10px) calc(25% - 10px) calc(25% - 10px) calc(25% - 10px) calc(25% - 10px) calc(25% - 10px) calc(25% - 10px) calc(25% - 10px) calc(25% - 10px);
    grid-column-gap: 10px;
}
@media (max-width: 820px) {
    #bottom_pub_container .catawiki_list .buy_coin_links {
        grid-template-columns: calc(25% - 10px) calc(25% - 10px) calc(25% - 10px) calc(25% - 10px) calc(25% - 10px) calc(25% - 10px) calc(25% - 10px) calc(25% - 10px) calc(25% - 10px);
        grid-column-gap: 10px;
    }
}
@media (max-width: 750px) {
    #bottom_pub_container .catawiki_list .buy_coin_links {
        grid-template-columns: calc(33.333% - 10px) calc(33.333% - 10px) calc(33.333% - 10px) calc(33.333% - 10px) calc(33.333% - 10px) calc(33.333% - 10px) calc(33.333% - 10px) calc(33.333% - 10px) calc(33.333% - 10px);
    }
}
@media (max-width: 520px) {
    #bottom_pub_container .catawiki_list .buy_coin_links {
        grid-template-columns: calc(50% - 10px) calc(50% - 10px) calc(50% - 10px) calc(50% - 10px) calc(50% - 10px) calc(50% - 10px) calc(50% - 10px) calc(50% - 10px) calc(50% - 10px);
    }
}
@media print {
    #bottom_pub_container {
        display: none;
    }
}

.buy_coin_links > p {
    text-align: center;
    margin: -1em 0 1.5em 0;
    color: #777777;
    font-variant: all-small-caps;
    font-weight: bold;
}
.buy_coin_links > div p {
    font-size: 80%;
    color: #000088;
    text-align: right;
    position: absolute;
    top: -1.5em;
    right: 0.3em;
    width: 100%;
}
.buy_coin_links > div {
    position: relative;
    border: 1px solid #000088;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    padding: 0.3em;
    margin: 1em 0 2em 0;
    text-align: center;
}
.buy_coin_links .item_title {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0;
    margin: 0;
    max-width: 100%;
    max-height: 2.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 80%;
}
.buy_coin_links .item_price {
    display: block;
    margin-top: 0.5em;
    border-radius: 0.2em;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.4em;
    padding: 0 0.3em 0.1em 0.3em;
    background: #000088;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 90%;
}
.buy_coin_links .item_price:hover {
    border-color: #000088;
    text-decoration: none;
}
.buy_coin_links .item_price[title^=E]:after, .buy_coin_links .item_price[title^=C]:after {
    content: ' ';
    display: inline-block;
    height: 19px;
    width: 19px;
    margin: 0 0 -0.2em 0.2em;
    background: url(icons-sprite35.png) no-repeat -137px -74px;
    -webkit-print-color-adjust: exact;
}
.buy_coin_links .buy_perc {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 0.2em;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    background: #dfeefb;
    color: #000088;
}
.catawiki_list {
    overflow: hidden;
}
.catawiki_list p {
    font-size: 80%;
    color: #000088;
    text-align: center;
}
.catawiki_list p img {
    height: 1em;
    margin-bottom: 0.3em;
}
.catawiki_list .buy_coin_links {
    display: grid;
    grid-template-columns: 100% 100% 100%;
    opacity: 0;
    animation: anim_widget 40s ease-in-out 0.5s infinite;
    -moz-animation: anim_widget 40s ease-in-out 0.5s infinite;
    -webkit-animation: anim_widget 40s ease-in-out 0.5s infinite;
    -o-animation: anim_widget 40s ease-in-out 0.5s infinite;
}
.catawiki_list .buy_coin_links:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}
.catawiki_list .buy_coin_links > div {
    margin: 0 0 0.5em 0;
    padding-bottom: 2em;
}
.catawiki_list .item_price {
    position: absolute;
    width: calc(100% - 0.6em);
    bottom: 0.3em;
}
.catawiki_list img {
    max-height: 160px;
    width: auto;
}
@-webkit-keyframes anim_widget {
    0%  {transform: translateX(-0%); opacity: 0;}
    4%  {transform: translateX(-0%); opacity: 1;}
    28% {transform: translateX(-0%); opacity: 1;}
    32% {transform: translateX(-0%); opacity: 0;}
    33% {transform: translateX(-100%); opacity: 0;}
    37% {transform: translateX(-100%); opacity: 1;}
    61% {transform: translateX(-100%); opacity: 1;}
    65% {transform: translateX(-100%); opacity: 0;}
    66% {transform: translateX(-200%); opacity: 0;}
    70% {transform: translateX(-200%); opacity: 1;}
    94% {transform: translateX(-200%); opacity: 1;}
    98% {transform: translateX(-200%); opacity: 0;}
}
@-moz-keyframes anim_widget {
    0%  {transform: translateX(-0%); opacity: 0;}
    4%  {transform: translateX(-0%); opacity: 1;}
    28% {transform: translateX(-0%); opacity: 1;}
    32% {transform: translateX(-0%); opacity: 0;}
    33% {transform: translateX(-100%); opacity: 0;}
    37% {transform: translateX(-100%); opacity: 1;}
    61% {transform: translateX(-100%); opacity: 1;}
    65% {transform: translateX(-100%); opacity: 0;}
    66% {transform: translateX(-200%); opacity: 0;}
    70% {transform: translateX(-200%); opacity: 1;}
    94% {transform: translateX(-200%); opacity: 1;}
    98% {transform: translateX(-200%); opacity: 0;}
}
@-o-keyframes anim_widget {
    0%  {transform: translateX(-0%); opacity: 0;}
    4%  {transform: translateX(-0%); opacity: 1;}
    28% {transform: translateX(-0%); opacity: 1;}
    32% {transform: translateX(-0%); opacity: 0;}
    33% {transform: translateX(-100%); opacity: 0;}
    37% {transform: translateX(-100%); opacity: 1;}
    61% {transform: translateX(-100%); opacity: 1;}
    65% {transform: translateX(-100%); opacity: 0;}
    66% {transform: translateX(-200%); opacity: 0;}
    70% {transform: translateX(-200%); opacity: 1;}
    94% {transform: translateX(-200%); opacity: 1;}
    98% {transform: translateX(-200%); opacity: 0;}
}
@keyframes anim_widget 
{
    0%  {transform: translateX(-0%); opacity: 0;}
    4%  {transform: translateX(-0%); opacity: 1;}
    28% {transform: translateX(-0%); opacity: 1;}
    32% {transform: translateX(-0%); opacity: 0;}
    33% {transform: translateX(-100%); opacity: 0;}
    37% {transform: translateX(-100%); opacity: 1;}
    61% {transform: translateX(-100%); opacity: 1;}
    65% {transform: translateX(-100%); opacity: 0;}
    66% {transform: translateX(-200%); opacity: 0;}
    70% {transform: translateX(-200%); opacity: 1;}
    94% {transform: translateX(-200%); opacity: 1;}
    98% {transform: translateX(-200%); opacity: 0;}
}

.adult:not(.show-adult) img, img.adult:not(.show-adult) {
    filter: blur(0.3em);
}
