/*!
Theme Name: Citi
Theme URI: http://underscores.me/
Author: Antoine Bourry
Author URI: http://www.entwane.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: citi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Citi is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.row {
    width: 100%;
    max-width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1; }
  
  .row.zecolumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .row.zecolumn > div {
      margin: 0 !important;
      width: 100%; }
  
  .row.end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  
  .row.start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  
  .row.middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  
  .row.dispatch {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  
  .row.dispatch > div {
    margin: 0 auto; }
  
  .row > div {
    margin: 0 1em; }
    .row > div:first-of-type {
      margin-left: 0;
      margin-right: 1em; }
    .row > div:last-of-type {
      margin-right: 0;
      margin-left: 1em; }
  
  .row.nomarg > div {
    margin: 0; }
  
  .noover {
    overflow: hidden; }
  
  .row.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  
  .row.right > div:first-of-type {
    margin-left: 1em;
    margin-right: 0; }
  
  .row.right > div:last-of-type {
    margin-right: 1em;
    margin-left: 0; }
  
  .pad01 {
    padding: 0 0 1em 0; }
  
  .pad02 {
    padding: 0 0 2em 0; }
  
  .pad04 {
    padding: 0 0 4em 0; }
  
  .pad06 {
    padding: 0 0 6em 0; }
  
  .pad1 {
    padding: 1em 0; }
  
  .pad2 {
    padding: 2em 0; }
  
  .pad3 {
    padding: 3em 0; }
  
  .pad4 {
    padding: 4em 0; }
  
  .pad5 {
    padding: 5em 0; }
  
  .pad6 {
    padding: 6em 0; }
  
  .pad7 {
    padding: 7em 0; }
  
  .pad46 {
    padding: 4em 0 6em; }
  
  .pad57 {
    padding: 5em 0 7em; }
  
  .pad62 {
    padding: 6em 0 2em; }
  
  .pad10 {
    padding: 1em 0 0; }
  
  .pad20 {
    padding: 2em 0 0; }
  
  .pad21 {
    padding: 2em 0 1em; }
  
  .pad40 {
    padding: 4em 0 0; }
  
  .pad42 {
    padding: 4em 0 2em; }
  
  .pad24 {
    padding: 2em 0 4em; }
  
  .pad26 {
    padding: 2em 0 6em; }
  
  .grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 0.5em; }
  
  .wrap {
    padding-left: 2em;
    padding-right: 2em; }
  
  .col-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  
  .col-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2; }
  
  .col-3 {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3; }
  
  .col-4 {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4; }
  
  .col-5 {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5; }
  
  .col-6 {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6; }
  
  .col-7 {
    -webkit-box-flex: 7;
    -ms-flex: 7;
    flex: 7; }
  
  .col-8 {
    -webkit-box-flex: 8;
    -ms-flex: 8;
    flex: 8; }
  
  .col-9 {
    -webkit-box-flex: 9;
    -ms-flex: 9;
    flex: 9; }
  
  .col-10 {
    -webkit-box-flex: 10;
    -ms-flex: 10;
    flex: 10; }
  
  .col-11 {
    -webkit-box-flex: 11;
    -ms-flex: 11;
    flex: 11; }
  
  .col-33 {
    -webkit-box-flex: 33;
    -ms-flex: 33;
    flex: 33;
    margin: 0 !important; }
  
  .col-12 {
    -webkit-box-flex: 12;
    -ms-flex: 12;
    flex: 12;
    margin: 0 !important; }
  
  .row .col100 {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0.5em;
    margin-top: 0.5em; }
    .row .col100:nth-child(odd) {
      margin-left: 0; }
    .row .col100:nth-child(even) {
      margin-right: 0; }
  
  .row .col50 {
    min-width: calc(50% - 1em);
    max-width: calc(50% - 1em);
    margin-bottom: 0.5em;
    margin-top: 0.5em; }
    .row .col50:nth-child(odd) {
      margin-left: 0; }
    .row .col50:nth-child(even) {
      margin-right: 0; }
  
  .case.row .col50, .case.row .col100 {
    margin-top: 2em; }
  
  .row .col33 {
    min-width: calc((100%/3) - (2em*2/3));
    max-width: calc((100%/3) - (2em*2/3));
    text-align: left;
    margin-bottom: 1em !important; }
    .row .col33:nth-child(3n+1) {
      margin-left: 0; }
    .row .col33:nth-child(3n) {
      margin-right: 0; }
  
  .row .col25 {
    min-width: calc(25% - 2em);
    max-width: calc(25% - 2em);
    margin-bottom: 1em;
    text-align: center; }
    .row .col25:nth-child(4n+1) {
      margin-left: 0; }
    .row .col25:nth-child(4n) {
      margin-right: 0; }
  
  .row .col16 {
    min-width: calc(16.66% - 2em);
    max-width: calc(16.66% - 2em);
    margin-bottom: 1em;
    text-align: center; }
    .row .col16:nth-child(6n+1) {
      margin-left: 0; }
    .row .col16:nth-child(6n) {
      margin-right: 0; }
  
  .h33 {
    height: 33vh; }
  
  .h50 {
    height: 50vh; }
  
  .row.stretch > div {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch; }
  
  .aleft {
    text-align: left; }
  
  .aright {
    text-align: right; }
  
  .aright {
    text-align: right; }
  
  .acenter {
    text-align: center; }
  
  .row.justify {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .row.justify > div {
      margin: 0; }
  
  .relative {
    position: relative; }
  
  .full100 {
    min-height: 100%; }
  
  .mainhead {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  
  .fullh {
    min-height: 100vh; }
  
  .fullw {
    min-width: 100%;
    max-width: 100%; }
  
  .full {
    width: 100%;
    height: 100%; }
  
  .sidespace {
    padding: 0 2em; }
  
  .bgreen {
    background-color: #197356; }
  
  .bblue {
    background-color: #474747;
    color: #FFF; }
    .bblue h2, .bblue p {
      color: #FFF; }
  
  .bturquoise {
    background-color: #21a6a9; }
  
  .bpink {
    background-color: #3A6688;
    color: #FFF; }
    .bpink h2, .bpink p {
      color: #FFF; }
  
  .blgrey {
    background-color:#f8f8f8; }
  
  .blpink {
    background:#3a668863; }
  
  .borpdark {
    margin: 0.5em 0;
    border-bottom: 1px solid #3A6688; }
  
  .apage {
    -webkit-box-shadow: 0 0 2em rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.25);
    margin: 0 auto 5em;
    width: 1500px;
    position: relative; }
  
  /*--------------------------------------------------------------
  # Generic
  --------------------------------------------------------------*/
  /* Normalize
  --------------------------------------------- */
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
       ========================================================================== */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
  html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%; }
  
  /* Sections
       ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  body {
    margin: 0; }
  
  /**
   * Render the `main` element consistently in IE.
   */
  main {
    display: block; }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  
  /* Grouping content
       ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible; }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace;
    font-size: 1em; }
  
  /* Text-level semantics
       ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  a {
    background-color: transparent; }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder; }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  
  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%; }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  
  sub {
    bottom: -0.25em; }
  
  sup {
    top: -0.5em; }
  
  /* Embedded content
       ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  img {
    border-style: none; }
  
  /* Forms
       ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0; }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input {
    overflow: visible; }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select {
    text-transform: none; }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button; }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }
  
  /**
   * Correct the padding in Firefox.
   */
  fieldset {
    padding: 0.35em 0.75em 0.625em; }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *		`fieldset` elements in all browsers.
   */
  legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal; }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    vertical-align: baseline; }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  textarea {
    overflow: auto; }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  [type="checkbox"],
  [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto; }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px; }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit; }
  
  /* Interactive
       ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  details {
    display: block; }
  
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item; }
  
  /* Misc
       ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  template {
    display: none; }
  
  /**
   * Add the correct display in IE 10.
   */
  [hidden] {
    display: none; }
  
  /* Box sizing
  --------------------------------------------- */
  /* Inherit box-sizing to more easily change it's value on a component level.
  @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  *,
  *::before,
  *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }
  
  html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  
  /*--------------------------------------------------------------
  # Base
  --------------------------------------------------------------*/
  /* Typography
  --------------------------------------------- */
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5; }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    clear: both; }
  
  h1 {
    font-family: museo, sans-serif;
    font-weight: 300;
    font-size: 8.5em;
    line-height: 1.25em;
    margin: 0;
    color: #FFF; }
  
  h1 .blue {
    color: #474747; }
  
  h2 {
    font-family: museo, sans-serif;
    font-weight: 300;
    font-size: 4em;
    line-height: 1.25em;
    margin: 0;
    color: #D40075; }
  
  .home h2 {
    color: #FFF;
    font-size: 2.5em; }
  
  .home h2.pink {
    color: #D40075; }
  
  h3 {
    position: relative;
    display: inline-block;
    font-family: museo-sans, sans-serif;
    font-weight: 700;
    font-size: 1.4em;
    line-height: 1.5em;
    margin: 0 0 1em;
    color: #474747; }
  
  h3.under {
    border-bottom: solid 1px #D40075;
    margin: 1em 0;
    padding-right: 2em;
    display: block;
    background-image: url(img/more.svg);
    background-size: 0.75em;
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer; }
  
  ul.bullet {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    ul.bullet li {
      position: relative;
      padding: 0 0 0 1.8em;
      left: 0;
      font-size: 1em;
      background-image: url(http://localhost/millesium/wp-content/uploads/2025/01/rectangle.svg);
      background-size: 0.55em;
      background-repeat: no-repeat;
      background-position: center left; }
      ul.bullet li h3 {
        min-height: 1.5em; }
  
  .home h3, .home h4 {
    font-family: museo, sans-serif;
    font-weight: 300;
    font-size: 2em;
    line-height: 1.5em;
    margin: 0;
    color: #FFF;
    border: 0;
    padding: 0; }
  
  .home .infos h3 {
    color: #D40075; }
  
  .rose {
    color: #ef7f9b; }
  
  .pink {
    color: #000000; }
  
  .blue {
    color: #474747; }
  
  p {
    margin: 0 0 0.35em;
    font-size: 1.15em;
    font-family: museo-sans, sans-serif;
    font-weight: 300; }
  
  p.nomrg {
    margin: 0; }
  
  p.small {
    font-size: 0.9em;
    font-weight: 300; }
  
  .smaller p, .smaller .note p, .smaller .note .notenb, .smaller {
    font-size: 0.9em; }
  
  .upper {
    font-size: 1.25em; }
  
  .note, .cadresub {
    font-size: 0.8em; }
  
  .cadresub p {
    font-weight: bold; }
  
  .chapo {
    font-size: 1.4em;
    margin-bottom: 1em; }
  
  .plus {
    color: #D40075;
    font-size: 4.5em; }
  
  b, .bold, b p, strong, .bold p {
    font-weight: 700; }
  
  .white {
    color: #FFF; }
  
  .slogan {
    font-family: museo-sans, sans-serif;
    font-weight: 300;
    font-size: 1.4em;
    margin-top: 1em; }
  
  .subcover {
    font-family: museo-sans, sans-serif;
    font-size: 1.85em;
    font-weight: 300;
    color: #FFF;
    margin: 1em 0; }
  
  .isin {
    font-family: museo-sans, sans-serif;
    font-size: 1.4em;
    font-weight: 500;
    color: #FFF;
    margin: 1em 0; }
  
  .number, .unit {
    font-family: museo, sans-serif;
    font-size: 1.9em; }
  
  .number {
    color: #D40075;
    font-weight: 700; }
  
  .unit {
    color: #FFF; }
  
  .zemain {
    padding: 2em 0; }
    .zemain .number {
      font-size: 4em; }
  
  .listicon .unit {
    font-size: 1.55em; }
  
  .listicon h4 {
    font-size: 1.8em;
    padding: 1em 0; }
  
  .tooltipt .tooltiptext {
    visibility: hidden;
    width: 25em;
    background-color: #474747;
    color: #fff;
    border-radius: 0.35em;
    padding: 2em 3em;
    position: absolute;
    z-index: 1; }
  
  .tooltipt:hover .tooltiptext {
    visibility: visible; }
  
  dfn,
  cite,
  em,
  i {
    font-style: italic; }
  
  blockquote {
    margin: 0 1.5em; }
  
  address {
    margin: 0 0 1.5em; }
  
  pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em; }
  
  code,
  kbd,
  tt,
  var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
  
  abbr,
  acronym {
    border-bottom: 1px dotted #666;
    cursor: help; }
  
  mark,
  ins {
    background: #fff9c0;
    text-decoration: none; }
  
  big {
    font-size: 125%; }
  
  /* Elements
  --------------------------------------------- */

  
  #page {
    max-width: 100vw;
    overflow-x: hidden; }
  
  body.home {
    background: #f0f0f0; }
  
  hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em; }
  
  ul,
  ol {
    margin: 0 0 1.5em 3em; }
  
  ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    ul li {
      position: relative;
      padding: 0 0 0 1.8em;
      margin: 0 0 1em 0;
      left: 0;
      font-size: 1.15em;
      background-image: url(img/bullet.svg);
      background-size: 0.55em;
      background-repeat: no-repeat;
      background-position: top 0.45em left; }
  
  ol {
    list-style: decimal; }
  
  li > ul,
  li > ol {
    margin-bottom: 0;
    margin-left: 1.5em; }
  
  dt {
    font-weight: 700; }
  
  dd {
    margin: 0 1.5em 1.5em; }
  
  .canvascontain {
    height: 600px;
    overflow: hidden; }
  
  .canvascontain canvas {
    height: 600px;
    width: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  
  .canvascontain canvas#scdef {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  
  .canvascontain canvas.on {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: 1s slidein;
    animation: 1s slidein; }
  
  @-webkit-keyframes slidein {
    from {
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }
    to {
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  
  @keyframes slidein {
    from {
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }
    to {
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  
  #backsc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  
  .scenario {
    height: 800px; }
  
  #clear, #back {
    padding: 1em;
    cursor: pointer;
    display: none;
    border-radius: 0.8em; }
  
  #clear:hover {
    background: #474747; }
    #clear:hover p {
      color: #FFF; }
  
  #back:hover {
    background: #3A6688; }
    #back:hover p {
      color: #FFF; }
  
  .plafond {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    font-size: 1.4em;
    z-index: 100;
    font-family: museo-sans, sans-serif;
    font-weight: 700;
    text-align: right; }
  
  .tooltip {
    position: absolute;
    font-size: 1.4em;
    z-index: 100;
    font-family: museo-sans, sans-serif;
    font-weight: 700;
    text-align: left;
    display: none; }
  
  .tip {
    display: inline-block;
    padding: 0.35em 0.7em;
    background: #094061;
    border-radius: 0.25em;
    color: #FFF; }
  
  .perf, .contreperf {
    color: #094061;
    padding: 0.25em;
    /* background: #FFF; */
   }
  
  .fav, .def {
    color: #2e2e2e;
    padding: 0 0.7em; }
  
  #def .tooltip {
    display: block;
    top: calc(87% - 40px);
    right: 2%;
    left: auto; }
  
  #med .tooltip {
    display: block;
    top: calc(74% - 35px);
    right: 2%;
    left: auto; }
  
  #fav .tooltip {
    display: block;
    top: calc(15% - 20px);
    right: auto;
    left: calc(17% + 45px); }
  
  .fav, .def {
    padding: 0.75em 2em 0.75em 0;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 1.25em;
    margin: 0.5em 0;
    display: none; }
  
  #fav .fav {
    display: block; }
  
  #perso .favtxt, #perso .deftxt, #perso .plafond {
    display: none; }
  
  .fav {
    background-image: url(http://localhost/millesium/wp-content/uploads/2025/01/Fleche2.svg);
    min-height: 2.5em; }
  
  .favtxt, .deftxt {
    color: #000000; }
  
  .def {
    background-image: url(img/contreperf.svg); }
  
  .txtscp {
    display: none; }
  
  #point {
    cursor: pointer; }
  
  .axe {
    position: absolute;
    width: 3.5em;
    height: 1.7em;
    left: 0;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain; }
  
  .x10 {
    background-image: url(img/10.svg);
    top: 74.5%;
    display: none; }
  
  .x45 {
    background-image: url(img/45.svg);
    top: 85%;
    display: none; }
  
  .fullw {
    min-width: 100%; }
  
  .floatL {
    float: left;
    margin-right: 1em; }
  
  .eurocontain {
    padding-top: 5vh; }
  
  .eurolgd {
    position: absolute;
    right: -10%;
    top: 0;
    width: 36%;
    height: calc(100% - 20px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(img/eurolgd.svg);
    z-index: 2; }
  
  .euro-y {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-weight: 500; }
  
  .euroback, .euroline {
    position: absolute;
    left: 43px;
    top: calc(5vh + 10px);
    height: calc(100% - 5vh - 38px);
    width: calc(94% - 43px);
    z-index: -1;
    background: rgba(0, 0, 0, 0.1); }
  
  .euroline {
    background: transparent;
    border-right: 3px solid #D40075; }
  
  .euroline, .eurostar, .euro, .eurostar {
    position: absolute;
    z-index: 2;
    font-size: 1.4em;
    color: #D40075;
    font-weight: bold; }
  
  .eurodate {
    bottom: calc(100% - 5vh - 10px);
    right: 0;
    text-align: center; }
  
  .euroafter {
    left: calc(94% + 20px);
    text-align: left;
    top: 60%;
    width: 50%; }
  
  .eurobefore {
    right: calc(6% + 20px);
    text-align: right;
    top: 60%; }
  
  .eurostar {
    top: calc(100% - 45px);
    right: calc(6% - 11.5px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(img/star.svg);
    width: 26px;
    height: 26px; }
  
  .scaletitle {
    font-size: 18px;
    font-weight: 400;
    color: #474747; }
  
  /* Make sure embeds and iframes fit their containers. */
  embed,
  iframe,
  object {
    max-width: 100%; }
  
  img {
    height: auto;
    max-width: 100%; }
  
  figure {
    margin: 1em 0; }
  
  table.tooltable {
    font-size: 1.5em;
    font-weight: 500; }
    table.tooltable th {
      background: #1DCBAF;
      padding: 0.5em;
      border-radius: 0.25em; }
    table.tooltable td {
      padding: 0;
      color: #D40075; }
  
  table {
    font-family: museo-sans, sans-serif;
    width: 100%;
    font-size: 1.15em;
    font-weight: 700; }
    table th {
      background: #D40075;
      color: #FFF; }
    table th, table tr {
      text-align: center; }
    table td {
      padding: 0.5em 0; }
    table td.col-left {
      background: rgba(212, 0, 117, 0.53);
      color: #FFF; }
    table td.col-right {
      background: rgba(212, 0, 117, 0.2);
      color: #D40075; }
  
  /* Links
  --------------------------------------------- */
  a {
    text-decoration: none;
    color: #474747; }
    a:visited {
      color: #474747; }
    a:hover, a:focus, a:active {
      color: #D40075; }
  
  .infos a {
    color: #D40075; }
    .infos a:visited {
      color: #D40075; }
    .infos a:hover, .infos a:focus, .infos a:active {
      color: #333; }
  
  a.booklet {
    text-decoration: none;
    -webkit-transition: all 03s ease;
    -o-transition: all 03s ease;
    transition: all 03s ease; }
    a.booklet:hover {
      -webkit-transition: all 03s ease;
      -o-transition: all 03s ease;
      transition: all 03s ease; }
      a.booklet:hover .pan {
        background: #FFF; }
      a.booklet:hover h3 {
        color: #D40075; }
  
  a.doc {
    text-decoration: none; }
    a.doc h3 {
      color: #D40075; }
  
  a.company {
    font-family: museo-sans, sans-serif;
    display: block;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.8em;
    text-decoration: none;
    color: #D40075;
    border-bottom: 1px solid #474747;
    margin-bottom: 0.5em; }
    a.company:visited {
      color: #D40075; }
    a.company:hover, a.company:focus, a.company:active {
      color: #474747; }
  
  /* Forms
  --------------------------------------------- */
  .btn {
    background: #e1e1e1;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: museo-sans, sans-serif;
    color: #454444;
    border-radius: 0.4em;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding: 1em;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .btn:hover {
      background: #3A6688;
      color: #FFF; }
  
  .btn.active {
    background: #3A6688;
    color: #FFF;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  
  #perso, #fav, #med {
    display: none; }
  
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em; }
    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover {
      border-color: #ccc #bbb #aaa; }
    button:active, button:focus,
    input[type="button"]:active,
    input[type="button"]:focus,
    input[type="reset"]:active,
    input[type="reset"]:focus,
    input[type="submit"]:active,
    input[type="submit"]:focus {
      border-color: #aaa #bbb #bbb; }
  
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px; }
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    input[type="number"]:focus,
    input[type="tel"]:focus,
    input[type="range"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="week"]:focus,
    input[type="time"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="color"]:focus,
    textarea:focus {
      color: #111; }
  
  select {
    border: 1px solid #ccc; }
  
  textarea {
    width: 100%; }
  
  /*--------------------------------------------------------------
  # Layouts
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Components
  --------------------------------------------------------------*/
  /* Navigation
  --------------------------------------------- */
  header#masthead {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100vw; }
  
  .main-navigation {
    display: block;
    width: 100%; }
    .main-navigation ul {
      display: none;
      list-style: none;
      margin: 0;
      padding-left: 0; }
      .main-navigation ul ul {
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        float: left;
        position: absolute;
        top: 100%;
        left: -999em;
        z-index: 99999; }
        .main-navigation ul ul ul {
          left: -999em;
          top: 0; }
        .main-navigation ul ul li:hover > ul,
        .main-navigation ul ul li.focus > ul {
          display: block;
          left: auto; }
        .main-navigation ul ul a {
          width: 200px; }
      .main-navigation ul li:hover > ul,
      .main-navigation ul li.focus > ul {
        left: auto; }
    .main-navigation li {
      position: relative; }
    .main-navigation a {
      display: block;
      text-decoration: none; }
  
  /* Small menu. */
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block; }
  
  @media screen and (min-width: 37.5em) {
    .menu-toggle {
      display: none; }
    .main-navigation ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  
  .site-main .comment-navigation, .site-main
  .posts-navigation, .site-main
  .post-navigation {
    margin: 0 0 1.5em; }
  
  .comment-navigation .nav-links,
  .posts-navigation .nav-links,
  .post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%; }
  
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    text-align: end;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%; }
  
  /* Posts and pages
  --------------------------------------------- */
  .pagenumber {
    position: absolute;
    z-index: 200;
    top: 14em;
    left: 2em;
    color: #474747; }
    .pagenumber .web {
      font-size: 1.2em;
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      border-left: 1px solid #D40075;
      padding-left: 0.75em;
      line-height: 1.6m;
      margin-left: 0.9em; }
      .pagenumber .web a {
        color: #474747; }
    .pagenumber .pnumber {
      text-align: center;
      min-width: 1.5em;
      font-size: 2.6em;
      font-weight: 700;
      margin-top: -0.75em;
      width: auto;
      display: inline-block; }
  
  .pagenumber.altright {
    left: auto;
    right: -7.5em; }
  
  .pagenumber.white {
    color: #FFF; }
    .pagenumber.white .web {
      border-left: 1px solid #FFF; }
      .pagenumber.white .web a {
        color: #FFF; }
  
  .pagenumber.pad {
    position: relative;
    text-align: center;
    top: auto;
    left: auto;
    padding-top: 2em; }
    .pagenumber.pad .web {
      font-size: 1.2em;
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      border-left: 0;
      border-bottom: 1px solid #D40075;
      padding: 0;
      margin-left: 0;
      display: inline-block; }
    .pagenumber.pad .pnumber {
      font-size: 2.6em;
      font-weight: 700;
      margin-left: 0;
      margin-top: 0;
      display: block; }
  
  .pagenumber.pad.white .web {
    border-bottom: 1px solid #FFF; }
    .pagenumber.pad.white .web a {
      color: #FFF; }
  
  .site-branding {
    display: none; }
  
  .home .site-branding, .cover .site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  
  .homehead {
    height: 100vh;
    width: 100vw;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-top: 0; }
    .homehead p {
      font-family: open-sans, sans-serif;
      font-size: 1.5em;
      color: #FFF; }
    .homehead .row {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      z-index: 20; }
      .homehead .row.cad {
        position: relative; }
  
  .cadreb {
    background: rgba(255, 255, 255, 0.9);
    padding: 2em; }
    .cadreb p {
      color: #D40075; }
    .cadreb a {
      font-weight: 700;
      font-size: 1.6em; }
      .cadreb a:link, .cadreb a:visited {
        color: #525A72; }
      .cadreb a:hover, .cadreb a:focus {
        color: #D40075; }
      .cadreb a:after {
        content: ' - '; }
      .cadreb a:last-of-type:after {
        content: ''; }
  
  .backhead {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s; }
  
  .coverback {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s; }
  
  .side.coverback {
    width: 90%; }
  
  hr.white {
    color: #FFF;
    background-color: #FFF;
    height: 1px; }
  
  hr {
    color: #474747;
    background-color: #474747;
    height: 1px; }
  
  .cover {
    z-index: 2; }
  
  .covergradient {
    position: absolute;
    width: 100%;
    height: 33%;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: -webkit-gradient(linear, left bottom, left top, from(#d40075), to(rgba(212, 0, 117, 0)));
    background: -webkit-linear-gradient(bottom, #d40075 0%, rgba(212, 0, 117, 0) 100%);
    background: -o-linear-gradient(bottom, #d40075 0%, rgba(212, 0, 117, 0) 100%);
    background: linear-gradient(0deg, #d40075 0%, rgba(212, 0, 117, 0) 100%); }
  
  .shadowtop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3em;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(142, 158, 209, 0)), to(rgba(142, 158, 209, 0.36)));
    background: -webkit-linear-gradient(bottom, rgba(142, 158, 209, 0) 0%, rgba(142, 158, 209, 0.36) 100%);
    background: -o-linear-gradient(bottom, rgba(142, 158, 209, 0) 0%, rgba(142, 158, 209, 0.36) 100%);
    background: linear-gradient(0deg, rgba(142, 158, 209, 0) 0%, rgba(142, 158, 209, 0.36) 100%); }
  
  .backhead.loadin {
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s; }
  
  .coverbull {
    padding: 2em 0 0;
    background-image: url(img/coverbull.svg);
    background-size: 0.75em;
    background-repeat: no-repeat;
    background-position: top center; }
  
  main, #page, body {
    margin: 0; }
  
  .trileft {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 0;
    border-right: 50vw solid transparent;
    border-bottom: 8vh solid #F0f0f0;
    z-index: 2; }
  
  .triright {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0;
    width: 0;
    border-left: 50vw solid transparent;
    border-bottom: 8vh solid #F0F0F0;
    z-index: 2; }
  
  .playbtn {
    position: absolute;
    top: calc(62% - 4.5em);
    left: calc(50% - 2.7em);
    background: #D40075;
    width: 5.4em;
    height: 5.4em;
    border-radius: 5.4em;
    z-index: 2;
    padding: 1.50em 1.50em 1.80em 2em; }
  
  .videodisc {
    margin-top: -2em !important; }
  
  .vp-a {
    height: 0;
    width: 0;
    border-top: 11px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 25px solid #FFF;
    font-size: 0; }
  
  .pan {
    padding: 1.5em 2em; }
  
  .paned {
    padding: 3em 4em; }
  
  .borturquoise {
    border: 4px solid #21a6a9; }
    .borturquoise .pan {
      border: 8px solid #F0F0F0; }
    .borturquoise:hover .pan {
      border: 8px solid #FFF; }
  
  .borpink {
    border: 4px solid #D40075; }
    .borpink .pan {
      border: 8px solid #F0F0F0; }
    .borpink:hover .pan {
      border: 8px solid #FFF; }
  
  .notenb {
    max-width: 1em; }
  
  .infos {
    padding: 0 6em; }
    .infos p {
      font-family: Arial, sans-serif;
      font-size: 1.1em;
      line-height: 1.5em; }
    .infos h2 {
      text-align: center;
      color: #333;
      font-weight: 700;
      margin-bottom: 1em; }
  
  .cadre {
    border: 1px solid #478E7E;
    padding: 1.1em; }
    .cadre > .row {
      background: rgba(245, 96, 132, 0.09);
      padding: 1.1em; }
  
  .etage {
    padding: 0.6em 0; }
  
  .segment {
    position: absolute;
    width: 19%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  
  .seg-1, .seg-3, .seg-5 {
    left: 14%;
    text-align: left;
    height: auto; }
  
  .seg-2, .seg-4 {
    height: auto;
    right: 14%;
    text-align: right; }
  
  .seg-1, .seg-2 {
    top: 0; }
  
  .seg-5, .seg-4 {
    bottom: 0; }
  
  .seg-3 {
    top: 33%; }
  
  .desc {
    padding: 0 0 0 1.8em; }
  
  .introcase, .introcasefav {
    padding-bottom: 1em; }
  
  .legend {
    padding: 1em;
    border-radius: 0.8em; }
  
  .lgdico {
    min-width: 3em; }
  
  .lgdtxt {
    max-width: calc(100% - 5em); }
  
  .credit {
    position: absolute;
    font-size: 0.8em;
    top: 0;
    right: 1em;
    text-align: right;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right; }
  
  /* Comments
  --------------------------------------------- */
  .comment-content a {
    word-wrap: break-word; }
  
  .bypostauthor {
    display: block; }
  
  /* Widgets
  --------------------------------------------- */
  aside {
    z-index: 999;
    position: fixed;
    bottom: 2em;
    right: 0;
    background: #D40075;
    padding: 0 1em;
    width: 5em; }
  
  .side-icon {
    margin: 1em 0; }
  
  .widget {
    margin: 0 0 1.5em; }
    .widget select {
      max-width: 100%; }
  
  /* Media
  --------------------------------------------- */
  .page-content .wp-smiley,
  .entry-content .wp-smiley,
  .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0; }
  
  /* Make sure logo link wraps around logo image. */
  .custom-logo-link {
    display: inline-block; }
  
  /* Captions
  --------------------------------------------- */
  .wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%; }
    .wp-caption img[class*="wp-image-"] {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .wp-caption .wp-caption-text {
      margin: 0.8075em 0; }
  
  .wp-caption-text {
    text-align: center; }
  
  /* Galleries
  --------------------------------------------- */
  .gallery {
    margin-bottom: 1.5em;
    display: -ms-grid;
    display: grid;
    grid-gap: 1.5em; }
  
  .gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%; }
  
  .gallery-columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); }
  
  .gallery-columns-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr); }
  
  .gallery-columns-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr); }
  
  .gallery-columns-5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr); }
  
  .gallery-columns-6 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr); }
  
  .gallery-columns-7 {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr); }
  
  .gallery-columns-8 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr); }
  
  .gallery-columns-9 {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr); }
  
  .gallery-caption {
    display: block; }
  
  .pad, .pad.pagenumber, .pad3 {
    display: none; }
  
  @media screen and (max-width: 1600px) {
    .apage {
      width: 1350px; }
    .axe {
      width: 3em;
      height: 1.5em; }
    .x10 {
      top: 74%; }
    .x45 {
      top: 83%; }
    .eurolgd {
      top: 0;
      right: -9%;
      width: 34%; } }
  
  @media screen and (max-width: 1440px) {
    .apage {
      width: 1200px; }
    h2 {
      font-size: 3.2em; }
    .btn {
      font-size: 1.25em; }
    .smalldesk {
      display: none; }
    .pyr img {
      max-height: none; }
    .playbtn {
      top: calc(65% - 4.5em);
      left: calc(50% - 2.25em);
      width: 4.5em;
      height: 4.5em;
      border-radius: 4.5em;
      padding: 1.1em 1.2em 1.4em 1.6em; }
    .listicon h4 {
      font-size: 1.7em; }
    .listicon .unit {
      
      font-size: 1.3em; }
    .eurolgd {
      width: 39%;
      right: -11%; }
    .canvascontain, .canvascontain canvas {
      height: 480px !important; }
    #def .tooltip {
      right: 0; } }
  
  @media screen and (max-width: 1280px) {
    .apage {
      width: 1050px; }
    .chapo {
      font-size: 1.25em; }
    .vsdesk {
      display: none; }
    #def .tooltip, #med .tooltip {
      right: 2%; }
    .euroline, .eurostar, .euro, .eurostar {
      font-size: 1.1em; }
    .playbtn {
      top: calc(65% - 4em);
      left: calc(50% - 2em);
      width: 4em;
      height: 4em;
      border-radius: 4em;
      padding: 0.85em 1em 1.2em 1.3em; }
    .vp-a {
      border-top: 10px solid transparent;
      border-bottom: 13px solid transparent;
      border-left: 23px solid #FFF; } }
  
  @media screen and (max-width: 1100px) {
    .apage {
      width: 1000px; }
    .coverbull {
      padding-bottom: 1em; } }
  
  @media screen and (max-width: 1000px) {
    .canvascontain {
      overflow: visible; }
    #def .tooltip, #med .tooltip {
      right: 0; }
    .pad {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .pad3 {
      display: inline; }
    .pad.pagenumber {
      display: block; }
    .nopad {
      display: none; }
    .apage {
      width: 90vw; }
    .tooltipt:hover .tooltiptext {
      visibility: hidden; }
    .row.column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .row.column > div {
        margin: 0 !important;
        width: 100%; }
    .wrapcanvas {
      padding-left: 2em; }
    .row.column.rev {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .row.column.rev > div {
        margin: 0 !important;
        width: 100%; }
    .btn {
      font-size: 1em; }
    #clear, #back {
      padding: 0.5em;
      margin-top: 1em; }
    .x10 {
      top: 70.5%; }
    .x45 {
      top: 79%; }
    .segment {
      position: relative;
      width: 100%;
      left: 0;
      right: 0;
      text-align: left;
      height: auto; }
    .alignleft {
      max-width: 30vw; }
    .eurorow .col-5 {
      -webkit-box-flex: 11;
      -ms-flex: 11;
      flex: 11; }
    .euroafter {
      left: calc(94% + 7px); }
    .eurobefore {
      right: calc(6% + 7px); } }
  
  @media screen and (max-width: 700px) {
    #graphbtn > div {
      margin: 0 0.5em; }
    .euroafter, .eurobefore {
      max-width: 15%; }
    .btn {
      font-size: 0.9em; }
    aside {
      width: 4em;
      padding: 0 0.5em; }
    .side-icon {
      margin: 1em 0.5em;
      width: 2em; } }
  
  @media screen and (max-height: 600px) {
    .canvascontain canvas, .canvascontain, canvas {
      height: 400px !important; } }
  
  @media screen and (orientation: portrait) {
    aside {
      bottom: 0;
      right: calc(50% - 8.5em);
      background: #D40075;
      padding: 0 1em;
      width: auto;
      height: 5em; }
      aside a {
        display: inline-block; }
    .side-icon {
      margin: 1em;
      width: 3em; } }
  
  @media screen and (orientation: portrait) and (max-width: 600px) {
    aside {
      right: calc(50% - 5.75em);
      height: 4em;
      padding: 0 0.5em; }
    .side-icon {
      width: 2.5em;
      margin: 1em 0.5em; } }
  
  @media screen and (max-width: 600px) {
    .nophone {
      display: none; }
    .apage {
      width: 100vw; }
    .caractlines {
      padding: 0; }
    .borpdark .col-1 {
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2; }
    .row.colphone {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .row.colphone > div {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%; }
    .plus {
      font-size: 3em;
      text-align: center; }
    .visual .row .btn {
      margin-bottom: 1em !important; }
    body {
      font-size: 10px; }
    h1 {
      font-size: 5em; }
    .home h2 {
      font-size: 1.8em; }
    h2 {
      font-size: 2.5em; }
    .row .col50 {
      min-width: 100%;
      max-width: 100%;
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-bottom: 0.5em;
      margin-top: 0.5em; }
      .row .col50:nth-child(odd) {
        margin-left: 0; }
      .row .col50:nth-child(even) {
        margin-right: 0; }
    .x10, .x45 {
      display: none; }
    .alignleft {
      max-width: 40vw; }
    .infos {
      padding: 0 1em; }
    .euroafter, .eurobefore {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      max-width: none; }
    .euroafter {
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left;
      top: 80%; }
    .eurobefore {
      -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
      transform-origin: bottom right;
      top: 40%; }
    .segment {
      margin-left: 0 !important; }
    .playbtn {
      top: calc(65% - 3em);
      left: calc(50% - 1.5em);
      width: 3em;
      height: 3em;
      border-radius: 3em;
      padding: 0.4em 1em 1em 1em; }
    .vp-a {
      border-top: 6px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 14px solid #FFF; }
    .eurolgd {
      right: -1%;
      height: 90%; }
    .lgdico img {
      min-width: 2.5em;
      max-width: 2.5em; } }
  
  @media screen and (max-width: 575px) {
    #def .tooltip, #med .tooltip {
      right: -3px; }
    .scaletitle {
      font-size: 1.3em; } }
  
  @media screen and (max-width: 470px) {
    .euroback, .euroline {
      left: 45px;
      width: calc(93% - 45px); }
    .canvascontain, .canvascontain canvas {
      height: 400px !important; }
    .euroafter {
      left: calc(93% + 5px);
      top: 65%; }
    .eurobefore {
      right: calc(7% + 5px);
      top: 20%; }
    .eurostar {
      top: calc(100% - 40px);
      right: calc(7% - 8px);
      width: 18px;
      height: 18px; }
    #fav .tooltip {
      left: calc(17% + 45px); } }
  
  /*--------------------------------------------------------------
  # Plugins
  --------------------------------------------------------------*/
  /* Jetpack infinite scroll
  --------------------------------------------- */
  /* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
  .infinite-scroll .posts-navigation,
  .infinite-scroll.neverending .site-footer {
    display: none; }
  
  /* Re-display the Theme Footer when Infinite Scroll has reached its end. */
  .infinity-end.neverending .site-footer {
    display: block; }
  
  /*--------------------------------------------------------------
  # Utilities
  --------------------------------------------------------------*/
  /* Accessibility
  --------------------------------------------- */
  /* Text meant only for screen readers. */
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; }
    .screen-reader-text:focus {
      background-color: #f1f1f1;
      border-radius: 3px;
      -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
      box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
      clip: auto !important;
      -webkit-clip-path: none;
      clip-path: none;
      color: #21759b;
      display: block;
      font-size: 0.875rem;
      font-weight: 700;
      height: auto;
      left: 5px;
      line-height: normal;
      padding: 15px 23px 14px;
      text-decoration: none;
      top: 5px;
      width: auto;
      z-index: 100000; }
  
  /* Do not show the outline on the skip link target. */
  #primary[tabindex="-1"]:focus {
    outline: 0; }
  
  /* Alignments
  --------------------------------------------- */
  .alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em; }
  
  .alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em; }
  
  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em; }
    