:root {--c_font_lightwhite: rgb(255,255,255);--c_font_white: rgb(240,240,240);--c_font_darkwhite: rgb(220,220,220);--c_font_black: rgb(0,0,0);--c_font_lightblack: rgb(30,30,30);--c_font_darkgray: rgb(90,90,90);--c_font_lightgray: rgb(130,130,130);--c_font_red: rgb(216,0,12);--c_font_red_light: rgb(255,30,30);--c_font_orange: rgb(120,70,0);--c_font_orange_light: rgb(255,100,50);--c_font_blue: rgb(0,82,155);--c_font_green: rgb(61,113,13);--c_font_green_light: rgb(81,153,23);--c_font_golden: rgb(227,167,11);--c_font_golden_light: rgb(246,198,70);--c_background_white: rgb(255,255,255);--c_background_red: rgb(255,210,210);--c_background_orange: rgb(254,239,179);--c_background_blue: rgb(189,229,248);--c_background_green: rgb(223,242,191);--c_border_lightgray: rgba(0,0,0,0.2);--color_captcha_stroke: var(--c_font_black);--color_captcha_fill: var(--c_font_darkwhite);--color_captcha_opacity: 0.15;--c_shadow_black1: rgba(0,0,0,0.05);--c_shadow_black2: rgba(0,0,0,0.2);--c_shadow_black3: rgba(0,0,0,0.4);--c_shadow_black4: rgba(0,0,0,0.7);--c_blue: rgb(0,0,255);--c_green: rgb(0,128,0);--c_orange: rgb(255,100,50);--c_red: rgb(246,12,12);--c_accessibility: rgb(255,221,0);--color_initiallight3: rgb(71,119,119);--color_initiallight2: rgb(65,108,108);--color_initiallight1: rgb(58,98,98);--color_initiallight: rgb(58,98,98);--color_initiallight0: rgb(55,92,92);--color_initial: rgb(52,87,87);--color_initialdark: rgb(24,39,39);--color_initialdark2: rgb(36,50,50);--color_initialdark3: rgb(48,62,62);--color_initialdark4: rgb(60,73,73);--color_dark: rgb(20,34,34);--color_darklight: rgb(27,45,45);--color_light: rgb(191,212,212);--color_verylight1: rgb(231,239,239);--color_verylight2: rgb(244,248,248);--color_verylight3: rgb(251,252,252);--color_shadow_light: rgb(191,212,212);}:root {--messagesWidth: 100%;--messagesPadding: 15px;--messagesMargin: 20px;--notificationsWidth: calc(100vw - 40px);}@media all and (min-width: 450px) {:root {--notificationsWidth: 410px;}}#m-messages {display: block;position: fixed;top: 20px;width: var(--messagesWidth);max-width: var(--messagesWidth);left: calc((100% - var(--messagesWidth)) / 2);z-index: 999;}#m-messages dialog {display: block;position: relative;width: calc(var(--messagesWidth) - var(--messagesMargin)*2 - var(--messagesPadding)*2);max-width: 1110px;margin: 10px auto 10px auto;padding: var(--messagesPadding);border: none;box-shadow: 0px 0px 5px rgba(0,0,0,0.4);font-weight: 400;}dialog {border: none;}#m-messages dialog:first-child {margin-top: 0px;}#m-messages dialog:last-child {margin-bottom: 0px;}dialog.m-box-error {color: var(--c_font_red);background-color: var(--c_background_red);}dialog.m-box-warning {color: var(--c_font_orange);background-color: var(--c_background_orange);}dialog.m-box-info {color: var(--c_font_blue);background-color: var(--c_background_blue);}dialog.m-box-success {color: var(--c_font_green);background-color: var(--c_background_green);}#m-messages dialog p.m-message {display: block;margin: 0px 10px 0px 0px;padding: 0px;text-align: justify;}#m-messages dialog p.m-message b {font-weight: 600;}#m-messages dialog span.iClose {display: block;position: absolute;top: 5px;right: 5px;font-size: 20px;opacity: 0.4;cursor: pointer;}#m-messages dialog span.iClose:hover {opacity: 0.9;}#y-stackNotifications {display: block;position: fixed;right: 20px;bottom: 20px;width: var(--notificationsWidth);margin: 0px;padding: 0px;z-index: 100000;}#y-stackNotifications dialog.y-stackNotification {display: block;position: relative;float: right;height: auto;width: calc(100% - 12px);min-height: 0px;max-height: 0px;margin: 0px;padding: 0px 5px 0px 5px;overflow: hidden;border: 0px solid var(--color_dark);transition-property: min-height, max-height, margin, padding, border-width;transition-duration: var(--transitionDuration);box-shadow: 0px 0px 4px var(--c_shadow_black2);font-weight: 400;font-size: 15px;}.cc_N #y-stackNotifications dialog.y-stackNotification {box-shadow: 0px 0px 4px var(--c_shadow_black3);}#y-stackNotifications dialog.y-stackNotification.visible {margin: 7px 0px 0px 0px;padding: 5px;min-height: 45px;max-height: 90px;border-width: 1px;}#y-stackNotifications dialog.y-stackNotification.visible:first-child {margin-top: 0px;}#y-stackNotifications dialog.y-notification-info {color: var(--c_font_white);background-color: var(--color_initial);}dialog.y-notification-info b.code {background-color: var(--c_font_white);}#y-stackNotifications dialog.y-notification-success {color: var(--c_font_green);background-color: var(--c_background_green);}dialog.y-notification-success b.code {background-color: var(--c_font_green);}#y-stackNotifications dialog.y-notification-warning {color: var(--c_font_orange);background-color: var(--c_background_orange);}dialog.y-notification-warning b.code {background-color: var(--c_font_orange);}#y-stackNotifications dialog.y-notification-error {color: var(--c_font_red);background-color: var(--c_background_red);}dialog.y-notification-error b.code {background-color: var(--c_font_red);}dialog.y-stackNotification span.iClose {display: block;position: absolute;top: 5px;right: 6px;cursor: pointer;opacity: 0.7;font-size: 18px;}dialog.y-stackNotification span.iClose:hover {opacity: 1;}dialog.y-stackNotification b.code {margin: 0px 8px 0px 0px;padding: 0px 4px;border-radius: 5px;font-size: 14px;font-weight: 600;color: var(--c_font_darkwhite);}dialog.y-stackNotification span.title {display: block;margin: 0px 0px 5px 0px;padding-right: 15px;line-height: 20px;font-weight: 600;}span.title b.code {display: block;float: right;}dialog.y-stackNotification span.message {font-weight: 400;line-height: 15px;}dialog.y-stackNotification span.message b {font-weight: 600;}span.message b.code {display: inline-block;margin: 0px 4px 0px 0px;}.img-bg-bannerjpg {background-image: url('/img/d9aeb71deafc2e575241a856bc00c220.jpg');}.img-bg-bannerpng {background-image: url('/img/eb2ffa2bf00ea1513f17bae6030d493d.png');}.img-bg-faviconpng {background-image: url('/img/6d06e78841d3b9a0632c2242384d7cca.png');}.img-bg-logofullpng {background-image: url('/img/af27e8706a3d80cb89344efbe30862c4.png');}.img-bg-logopng {background-image: url('/img/c7089f138744d4adf7642183702259eb.png');}.img-bg-quentinjpg {background-image: url('/img/26c4a7fbe54beec70bf2f3a4cbea520a.jpg');}@font-face {font-family: 'Open Sans';font-display: swap;font-style: normal;font-weight: 300;src: url('/fonts/60c866748ff15f5b347fdba64596b1b1.woff2') format('woff2');}@font-face {font-family: 'Open Sans';font-display: swap;font-style: normal;font-weight: 400;src: url('/fonts/cffb686d7d2f4682df8342bd4d276e09.woff2') format('woff2');}@font-face {font-family: 'Open Sans';font-display: swap;font-style: normal;font-weight: 600;src: url('/fonts/223a277bd88d8a90c8cdf24cda0ad5f5.woff2') format('woff2');}@font-face {font-family: 'Open Sans';font-display: swap;font-style: italic;font-weight: 300;src: url('/fonts/06bbd3188b34820cd83a0e0b3d0a6f57.woff2') format('woff2');}@font-face {font-family: 'Open Sans';font-display: swap;font-style: italic;font-weight: 400;src: url('/fonts/987032ea5d57c93d8da215678eae3b86.woff2') format('woff2');}@font-face {font-family: 'Open Sans';font-display: swap;font-style: italic;font-weight: 600;src: url('/fonts/4950a7205f0b5cefe41fc03ac346e236.woff2') format('woff2');}@font-face {font-family: 'Source Sans Pro';font-display: swap;font-style: normal;font-weight: 300;src: url('/fonts/88af84171d497039b4d02eb4815b80c6.woff2') format('woff2');}@font-face {font-family: 'Source Sans Pro';font-display: swap;font-style: normal;font-weight: 400;src: url('/fonts/76d8cbb0496cb184eff868152b67ad45.woff2') format('woff2');}@font-face {font-family: 'Source Sans Pro';font-display: swap;font-style: normal;font-weight: 600;src: url('/fonts/b3866d3fbe239e8754f4db4795ce2817.woff2') format('woff2');}@font-face {font-family: 'Source Sans Pro';font-display: swap;font-style: italic;font-weight: 300;src: url('/fonts/08883c50f22950fd53b8dc25fa6fa314.woff2') format('woff2');}@font-face {font-family: 'Source Sans Pro';font-display: swap;font-style: italic;font-weight: 400;src: url('/fonts/981d17e7c68609dcb88dce2c807a72e8.woff2') format('woff2');}@font-face {font-family: 'Source Sans Pro';font-display: swap;font-style: italic;font-weight: 600;src: url('/fonts/b64533f91a44618285bfdde8780fc19d.woff2') format('woff2');}@font-face {font-family: 'Roboto';font-display: swap;font-style: normal;font-weight: 300;src: url('/fonts/55536c8e9e9a532651e3cf374f290ea3.woff2') format('woff2');}@font-face {font-family: 'Roboto';font-display: swap;font-style: normal;font-weight: 400;src: url('/fonts/5d4aeb4e5f5ef754e307d7ffaef688bd.woff2') format('woff2');}@font-face {font-family: 'Roboto';font-display: swap;font-style: italic;font-weight: 300;src: url('/fonts/d69924b98acd849cdeba9fbff3f88ea6.woff2') format('woff2');}@font-face {font-family: 'Roboto';font-display: swap;font-style: italic;font-weight: 400;src: url('/fonts/d8bcbe724fd6f4ba44d0ee6a2675890f.woff2') format('woff2');}@font-face {font-family: 'Roboto Mono';font-display: swap;font-style: normal;font-weight: 300;src: url('/fonts/0c8fb655ddd6b7f87e08e410b30d1ecf.woff2') format('woff2');}@font-face {font-family: 'Roboto Mono';font-display: swap;font-style: normal;font-weight: 400;src: url('/fonts/0c94e034ca06357576c2d03d623e1fcd.woff2') format('woff2');}@font-face {font-family: 'Roboto Mono';font-display: swap;font-style: normal;font-weight: 600;src: url('/fonts/6221bb5e9ca6f51a91ebcbe89ad10361.woff2') format('woff2');}@font-face {font-family: 'Roboto Mono';font-display: swap;font-style: normal;font-weight: 700;src: url('/fonts/73491684849da6c94511623a2f5ae93d.woff2') format('woff2');}@font-face {font-family: 'Atlas Typewriter';font-display: swap;font-style: normal;font-weight: 300;src: url('/fonts/30340dcc6253ae7b96696743739ed23b.woff2') format('woff2');}@font-face {font-family: 'Atlas Typewriter';font-display: swap;font-style: normal;font-weight: 400;src: url('/fonts/ddf0d5df5108b5e33e86362857fa3b9a.woff2') format('woff2');}@font-face {font-family: 'Atlas Typewriter';font-display: swap;font-style: normal;font-weight: 600;src: url('/fonts/fe3c116adde6322c54bf5eab8e2afee5.woff2') format('woff2');}@font-face {font-family: 'Letter Gothic';font-display: swap;font-style: normal;font-weight: 400;src: url('/fonts/03992097b078cefd2ad9a47c0a96fc8a.woff2') format('woff2');}@font-face {font-family: 'Letter Gothic';font-display: swap;font-style: normal;font-weight: 600;src: url('/fonts/000f40eda4c1ae3515f7025952ecd235.woff2') format('woff2');}@font-face {font-family: 'Questrial';font-display: swap;font-style: normal;font-weight: 400;src: url('/fonts/19007b17e56daa60133bce9e9b352a95.woff2') format('woff2');}@font-face {font-family: 'icons';font-display: swap;font-style: normal;font-weight: normal;src: url('/fonts/d1ce8e44b4ca6de4c012ab39dac2e781.woff') format('woff');}div.mask {display: none;position: absolute;left: 0px;top: 0px;right: 0px;bottom: 0px;width: auto;height: auto;margin: 0px;padding: 0px;overflow: auto;z-index: 10;background-color: rgba(0,0,0,0.8);z-index: 1000;}#mask {z-index: 10000;}#i-mask {z-index: 20000;}#mask #mask-text {display: block;position: relative;top: calc(33% - 15px);height: 30px;margin: 0 auto 0 auto;line-height: 30px;font-size: 25px;text-align: center;color: var(--color_light);}*, *:hover, *:focus, *:active, *:visited, *:link {outline: none;}*:-moz-focusring, *:hover:-moz-focusring, *:focus:-moz-focusring, *:active:-moz-focusring, *:visited:-moz-focusring, *:link:-moz-focusring {text-shadow: 0 0 0 transparent;}*::-moz-focus-inner, *:hover::-moz-focus-inner, *:focus::-moz-focus-inner, *:active::-moz-focus-inner, *:visited::-moz-focus-inner, *:link::-moz-focus-inner {border: none;}input[type=range]::-moz-focus-outer {border: 0;}h1, h2, h3, h4, h5, h6 {display: block;margin: 0px;padding: 0px;font-style: normal;text-decoration: none;font-weight: 300;}b {font-weight: 400;}p {margin: 0px;padding: 0px;}a {text-decoration: none;color: var(--c_blue);}a.link:hover {text-decoration: underline;}a, a:hover, a:focus, a:visited, a:active, a:link {outline: none;}.bcb, .bcb:hover {transform: translate(0px, 0px);}.bcb:not(.disabled):active, .bcb.active:not(.disabled) {transform: translate(1px, 1px);}*.trd {transition-duration: var(--transitionDuration);}.italic {font-style: italic;}.bold {font-weight: 600;}.transparent {opacity: 0;}.noscript {display: var(--noScriptDisplay) !important;}.only-script, .onlyScript {display: var(--onlyScriptDisplay) !important;}div.hr {display: block;width: 40%;margin: 20px auto 20px auto;background-color: var(--c_font_darkgray);height: 1px;}span.source-code {display: inline-block;background-color: rgba(255,255,255,0.1);color: var(--color_darkwhite2);font-family: "Atlas Typewriter";line-height: 16px;padding: 0px 3px 2px 3px;}.dotText {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}.cff, .cffb {font-family: "Atlas Typewriter", Monospace;font-style: normal;font-weight: 300;}.cffb {font-weight: 600;}.va:before {content: "";display: inline-block;height: 100%;vertical-align: middle;}div.popup {display: flex;flex-direction: column;position: relative;min-width: 280px;max-width: calc(100vw - 50px);width: var(--interactionsPopupDefaultWidth);min-height: 30px;max-height: calc(100vh - var(--headerHeight) - var(--footerHeight) - var(--popupMarginHeight)*2 - 20px);margin: var(--popupMarginHeight) auto var(--popupMarginHeight) auto;padding: 10px;background-color: var(--color_dark);box-shadow: 0px 0px 4px var(--c_shadow_black3);color: var(--c_font_white);}.popup-content {display: none;}#y-contextPopup {display: none;}* {scrollbar-width: thin;scrollbar-color: var(--scrollbarColor) var(--scrollbarColorBackground);}*::-webkit-scrollbar {width: 9px;background-color: var(--scrollbarColorBackground);}*::-webkit-scrollbar-thumb {background-color: var(--scrollbarColor);border-radius: 6px;border: 3px solid var(--scrollbarColorBackground);border-left: 2px solid var(--scrollbarColorBackground);}@media all and (min-height: 500px) {:root {--popupMarginHeight: 30px;}}#y-copy {display: block;position: absolute;top: -10px;left: -10px;width: 0px;height: 0px;line-height: 0px;margin: 0px;padding: 0px;font-size: 0px;border: none;box-shadow: none;opacity: 0;z-index: -1;}#y-copyCheck {display: none;position: absolute;top: -10px;left: -10px;z-index: 9999;font-size: 15px;text-shadow: 0px 0px 1px var(--c_shadow_black4);}#y-copyCheck.iCross {color: var(--c_font_red_light);}#y-copyCheck.iCheck {color: var(--c_font_green_light);}.y-copy {cursor: copy;}.textarea-autoresize-container {margin: 0px;padding: 0px;border: none;height: auto;overflow: hidden;}div.acs-help {display: var(--accessibilityHelpDisplay);position: absolute;top: 5px;right: 5px;height: 28px;line-height: 28px;padding: 0px 5px 2px 3px;background-color: rgb(178,154,0);z-index: 1200;font-size: 22px;font-weight: 400;color: black;}div.acs-help.enabled {display: block;background-color: var(--c_accessibility);}div.acs-help span.acs-shortcut {display: inline-block;margin: 2px 2px 0px 2px;padding: 0px 2px 0px 2px;height: 25px;line-height: 22px;font-size: 24px;text-align: center;border-radius: 2px;background-color: var(--c_accessibility);box-shadow: 0px 0px 2px var(--c_shadow_black4);font-weight: 600;}div.acs-help.enabled span.acs-shortcut {box-shadow: none;}:root {--headerPosition: absolute;}html, body {display: block;position: relative;min-width: 350px;max-width: 100vw;width: 100vw;min-height: 350px;max-height: 100vh;height: 100vh;margin: 0px;padding: 0px;border: none;}body {font-variant-ligatures: no-common-ligatures;text-rendering: optimizeSpeed;overflow: auto;}main {display: block;position: absolute;left: 0px;top: 0px;right: 0px;bottom: 0px;width: auto;height: auto;margin: 0px;padding: 0px;overflow: auto;z-index: 10;}:root {--headerHeight: 0px;--footerHeight: 0px;--interactionsPopupDefaultWidth: 600px;--popupMarginHeight: 15px;--scrollbarColorBackground: var(--color_initialdark);--scrollbarColor: var(--color_dark);--noScriptDisplay: block;--onlyScriptDisplay: none;--accessibilityHelpDisplay: none;--transitionDuration: 0.25s;}html, body {overflow-y: auto;overflow-x: hidden;}body {color: var(--c_font_black);background-color: var(--color_light);--scrollbarColorBackground: var(--color_light);font-size: 18px;font-family: "Open Sans", serif;font-weight: 300;}main {}section.bloc {display: block;position: relative;max-width: 700px;width: calc(100% - 40px - 40px);margin: 30px auto 30px auto;padding: 0px;}section.box {padding: 20px;background-color: var(--c_background_white);box-shadow: 0px 0px 4px rgba(0,0,0,0.2);border-radius: 3px;}.i, .it, .il {display: inline-block;text-decoration: none;font-family: 'icons';-webkit-font-smoothing: antialiased;}.it {transform: translate(-2px, 0px);}.il {cursor: pointer;opacity: 0.7;}.il:hover, .il:active {opacity: 1;}.iDrop:before {content: "\e901";}.iSpinner:before {content: "\e902";}.iRefresh:before {content: "\e903";}.iWarning:before {content: "\e904";}.iCheck:before {content: "\e905";}.iArrowRight:before {content: "\e906";}.iHelp:before {content: "\e801";}.iMoon:before {content: "\e802";}.iMoon {transform: rotate(-42deg) scale(1.1) translate(0,1px);}.iClose:before {content: "\e803";}.iButton {opacity: 0.85;font-size: 15px;cursor: pointer;}.iButton:hover {opacity: 1;}.iSpinner {animation: spinner 1.1s infinite linear;}.iHourglass {animation: hourglass 2s infinite linear;}@keyframes spinner {0% { transform: translate(-1px, 1px) rotate(0deg); }100% { transform: translate(-1px, 1px) rotate(360deg); }}@keyframes hourglass {0% { transform: scale(1.3) translate(-1px, 1px) rotate(0deg); }3% { transform: scale(1.3) translate(-1px, 1px) rotate(-4deg); }6% { transform: scale(1.3) translate(-1px, 1px) rotate(0deg); }9% { transform: scale(1.3) translate(-1px, 1px) rotate(4deg); }12% { transform: scale(1.3) translate(-1px, 1px) rotate(0deg); }15% { transform: scale(1.3) translate(-1px, 1px) rotate(-4deg); }18% { transform: scale(1.3) translate(-1px, 1px) rotate(0deg); }21% { transform: scale(1.3) translate(-1px, 1px) rotate(4deg); }24% { transform: scale(1.3) translate(-1px, 1px) rotate(0deg); }27% { transform: scale(1.3) translate(-1px, 1px) rotate(-4deg); }30% { transform: scale(1.3) translate(-1px, 1px) rotate(0deg); }39% { transform: scale(1.3) translate(-2.5px, 1px) rotate(180deg); }43% { transform: scale(1.3) translate(-2.5px, 1px) rotate(184deg); }47% { transform: scale(1.3) translate(-2.5px, 1px) rotate(180deg); }51% { transform: scale(1.3) translate(-2.5px, 1px) rotate(176deg); }55% { transform: scale(1.3) translate(-2.5px, 1px) rotate(180deg); }59% { transform: scale(1.3) translate(-2.5px, 1px) rotate(184deg); }63% { transform: scale(1.3) translate(-2.5px, 1px) rotate(180deg); }67% { transform: scale(1.3) translate(-2.5px, 1px) rotate(176deg); }71% { transform: scale(1.3) translate(-2.5px, 1px) rotate(180deg); }79% { transform: scale(1.3) translate(-1px, 1px) rotate(0deg); }82% { transform: scale(1.3) translate(-1px, 1px) rotate(-4deg); }85% { transform: scale(1.3) translate(-1px, 1px) rotate(0deg); }88% { transform: scale(1.3) translate(-1px, 1px) rotate(4deg); }91% { transform: scale(1.3) translate(-1px, 1px) rotate(0deg); }94% { transform: scale(1.3) translate(-1px, 1px) rotate(-4deg); }97% { transform: scale(1.3) translate(-1px, 1px) rotate(0deg); }100% { transform: scale(1.3) translate(-1px, 1px) rotate(4deg); }}body {background-color: rgb(204, 190, 174);color: rgb(25, 106, 170);font-family: "Questrial", "Open Sans", Arial;}img#logo-full {display: block;width: 500px;margin: 100px auto;}p {display: block;width: 1000px;margin: 100px auto;text-align: center;font-size: 20px;color: black;line-height: 30px;}@media all and (min-width: 500px) { }