/***************************************************************************/
/* Copyright© La Française des Jeux, DFO - WCART 1.2.7 - 06/06/18 11:55:06 */
/***************************************************************************/
@charset "UTF-8";
/*! normalize.css v6.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
.selector {
  @include prefix(interpret-as, telephone, xv epub);
}
*/
/*!
---
name: Colors
category:
  - -- Common/Colors
---

<div class="doc-colorBlock-container">
<div class="doc-colorBlock-wrapper">

<div class="doc-colorBlock"><span class="doc-colorBlockColored" style="background-color:#0092cf;">Blue<br>Corpo</span>
	<code class="styleguide">$lightblue-primary</code> <br>
	<code class="styleguide">$blue-corpo</code> <br>
	<code class="styleguide">#0092cf;</code>
</div>
<div class="doc-colorBlock"><span class="doc-colorBlockColored" style="background-color:#28bbf8;">Blue<br>Type</span>
	<code class="styleguide">$lightblue-secondary</code> <br>
	<code class="styleguide">$blue-typo</code> <br>
	<code class="styleguide">#28bbf8;</code>
</div>
<div class="doc-colorBlock"><span class="doc-colorBlockColored" style="background-color:#0b2558;">Blue<br>Corpo</span>
	<code class="styleguide">$blue-primary</code> <br>
	<code class="styleguide">$blue-dark</code> <br>
	<code class="styleguide">#0b2558;</code>
</div>
<div class="doc-colorBlock"><span class="doc-colorBlockColored" style="background-color:#1e3a72">Quick<br>Access</span>
	<code class="styleguide">$blue-secondary</code>
	<br><code class="styleguide">$acces-rapide</code>
	<br><code class="styleguide">#1e3a72; </code>
</div>

<div class="doc-colorBlock"><span class="doc-colorBlockColored" style="background-color:#81c644;">Green<br>Corpo</span>
	<code class="styleguide">$green-primary </code> <br>
	<code class="styleguide">$green-corpo </code> <br>
	<code class="styleguide">#81c644</code>
</div>
<div class="doc-colorBlock"><span class="doc-colorBlockColored" style="background-color:#61a624;">Green<br>Type</span>
	<code class="styleguide">$green-secondary</code> <br>
	<code class="styleguide">$green-typo</code> <br>
	<code class="styleguide">#61a624</code>
</div>
<div class="doc-colorBlock"><span class="doc-colorBlockColored" style="background-color:#d3ebbe;">Hover<br>Menu</span>
	<code class="styleguide">$green-primary-lighter</code> <br>
	<code class="styleguide">#d3ebbe</code>
</div>
<div class="doc-colorBlock"><span class="doc-colorBlockColored" style="background-color:#e40001;">Red<br>Corpo</span>
	<code class="styleguide">$red-primary </code> <br>
	<code class="styleguide">$red-corpo</code> <br>
	<code class="styleguide">#e40001</code>
</div>
<div class="doc-colorBlock"><span class="doc-colorBlockColored" style="background-color:#ff2223;">Red<br>Visual</span>
	<code class="styleguide">$red-secondary </code> <br>
	<code class="styleguide">$red-visual</code> <br>
	<code class="styleguide">#ff2223</code>
</div>

<div class="doc-colorBlock"><span class="doc-colorBlockColored" style="background-color:#45474c;">Current<br>Text</span>
	<code class="styleguide">$grey4</code> <br>
	<code class="styleguide">$color-text</code> <br>
	<code class="styleguide">#45474c</code>
</div>
<div class="doc-colorBlock"><span class="doc-colorBlockColored" style="background-color:#d8d8d8;  color:#444">Grey<br>Border</span>
	<code class="styleguide">$grey3</code> <br>
	<code class="styleguide">$color-color</code> <br>
	 <code class="styleguide">#d8d8d8</code>
</div>
<div class="doc-colorBlock"><span class="doc-colorBlockColored" style="background-color:#ededed;  color:#444">Basket<br>Background</span>
	<code class="styleguide">$grey2</code> <br>
	<code class="styleguide">$bg-basket</code> <br>
	<code class="styleguide">#ededed</code>
</div>
<div class="doc-colorBlock"><span class="doc-colorBlockColored" style="background-color:#fcfcfc;  color:#444">Link<br>background</span>
	<code class="styleguide">$grey1</code> <br>
	<code class="styleguide">$bg-link</code> <br>
	<code class="styleguide">#fcfcfc</code>
</div>
<div class="doc-colorBlock"><span class="doc-colorBlockColored" style="background-color:#fff; color:#444"><del>White</del></span>
<del>
	<code class="styleguide">$white </code> <br>
	<code class="styleguide">#fff</code>
</del>
</div>

</div>
</div>

*/
/*!
---
name: Footer Colors
category:
  - -- Common/Colors
---

<div class="doc-colorBlock-container">

<div class="doc-colorBlock"><span class="doc-colorBlockColored" style="background-color:#4d4f51;"></span>
	<code class="styleguide">$grey-light-footer</code> <br>
	<code class="styleguide">#4d4f51;</code>
</div>
<div class="doc-colorBlock"><span class="doc-colorBlockColored" style="background-color:#999;"></span>
	<code class="styleguide">$color-text-footer</code> <br>
	<code class="styleguide">#999;</code>
</div>
<div class="doc-colorBlock"><span class="doc-colorBlockColored" style="background-color:#acadad;"></span>
	<code class="styleguide">$color-title-footer</code> <br>
	<code class="styleguide">#acadad;</code>
</div>
<div class="doc-colorBlock"><span class="doc-colorBlockColored" style="background-color:#888;"></span>
	<code class="styleguide">$color-icon-footer</code> <br>
	<code class="styleguide">#888;</code>
</div>
*/
/*!
---
title: Breakpoints
name: Breakpoints
category:
  - -- Common/Breakpoint
---

Called with the mixin `@include mq()` or `mappy-bp()`
Sass mixin use: [mappy-breakpoint](https://github.com/zellwk/mappy-breakpoints)

| &nbsp;&nbsp;&nbsp;&nbsp;keyword &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;breakpoint &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|
| --- | --- |
| mobile | 		420px |
| portrait | 		768px |
| landscape | 	1024px |
| desktop | 		1280px |

| Mixin | output |
| --- | --- |
| __Mobile first__ min-width |  |
| `@include mq(mobile) {}` | `@media (min-width: 26.25em)` {} |
| `@include mq(portrait) {}` | `@media (min-width: 48em)` {} |
| `@include mq(landscape) {}` | `@media (min-width: 64em)` {} |
| `@include mq(desktop) {}` |  `@media (min-width: 80em)` {} |
| &nbsp; |  |
| __In some case__ max-width |  |
| `@include mq(mobile-down) {}` | `@media (max-width: 26.1875em)` {} |
| `@include mq(portrait-down) {}` | `@media (max-width: 47.9375em)` {} |
| `@include mq(landscape-down) {}` | `@media (max-width: 63.9375em)` {} |
| `@include mq(desktop-down) {}` | `@media (max-width: 79.9375em)` {} |
| &nbsp; |  |
| __In some other specific cases__ only for some breakpoint |  |
| `@include mq(mobile-only) {}` | `@media (min-width: 26.25em) and (max-width: 47.9375em)` {} |
| `@include mq(portrait-only) {}` | `@media (min-width: 48em) and (max-width: 63.9375em)` {} |
| `@include mq(landscape-only) {}` | `@media (min-width: 64em) and (max-width: 79.9375em)` {} |
*/
/*
---
name: Banner nav
category:
  - -- Common/Banner
---
```html
<div class="header-banner-nav">
	<ul class="header-banner-nav-tab">
		<li class="header-banner-nav-tabItem is-active">
			<span class="header-banner-nav-tabLink">Tab one</span>
		</li>
		<li class="header-banner-nav-tabItem">
			<span class="header-banner-nav-tabLink">PROMO</span>
		</li>
		<li class="header-banner-nav-tabItem">
			<span class="header-banner-nav-tabLink">Tab with loooooong content </span>
		</li>
		<li class="header-banner-nav-tabItem">
			<span class="header-banner-nav-tabLink">Tab four</span>
		</li>
	</ul>
</div>
```
*/
.header-banner-nav {
  position: relative;
  margin: auto;
  margin-top: -20px; }
  @media all and (min-width: 64em) {
    .header-banner-nav {
      max-width: 708px;
      margin-top: -45px; } }
  @media all and (min-width: 64em) and (max-width: 79.9375em) {
    .header-banner-nav {
      margin-right: 316px; } }

.header-banner-nav-tab {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  justify-content: center;
  align-items: stretch; }
  @media all and (min-width: 64em) {
    .header-banner-nav-tab {
      min-height: 45px; } }

.header-banner-nav-tabItem {
  font-size: 1.4rem;
  line-height: 1.2;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.65);
  min-height: inherit; }

@media all and (min-width: 64em) {
  .header-banner-nav-tabItem {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 0%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    transition: border-color .15s ease-in-out, color .15s ease-in-out;
    padding-top: 1px;
    padding-bottom: 1px; }
  .header-banner-nav-tabItem.is-active,
  .header-banner-nav-tabItem:hover {
    border-top: 2px solid rgba(255, 255, 255, 0.75);
    color: #fff;
    padding-top: 0; }
  .header-banner-nav-tabItem.is-active {
    cursor: inherit; } }

.header-banner-nav-tabLink,
.header-banner-nav-tabLink:not([class]) {
  display: block;
  text-decoration: none;
  color: inherit;
  text-align: center;
  padding: 5px 10px; }

@media all and (max-width: 63.9375em) {
  .header-banner-nav-tabLink {
    transition: color .15s ease-in-out;
    color: transparent;
    overflow: hidden;
    width: 6px;
    height: 6px;
    margin: 4px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0;
    font-size: 0; }
  .header-banner-nav-tabItem.is-active .header-banner-nav-tabLink {
    background-color: #fff; } }

/*
---
name: Banner
category:
  - -- Common/Banner
---

block Banner height:

* **275px** on homepage
* **200px** on calendar
* **190px** on hompage mobile
* **140px** on calendar mobile

the cell `grid-headerContent` has no height. <br/>
The height is defined on the child :`header-banner` with modifiers : `header-banner__static` and `header-banner__bigger`

```html
<div class="slider" style="transform: translate(0px, 0px);">
    <div class="header-banner header-banner__preMatch slide visible">
        <div class="header-banner header-banner__preMatch slide visible">
            <img class="header-banner-cover" style="opacity:.6; background-color: #00A5E3">
            <a href="#">
                <img srcset="" class="header-banner-cover">
            </a>
            <div class="header-banner-container">
                <div class="header-banner-timingInfo">
                    <span class="icon icon-sport ">
                        <svg>
                            <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#football-plain">
                            </use>
                        </svg>
                    </span>
                    <span class="header-banner-timingInfo-content">
                        Le 17 November à 20:00
                    </span>
                </div>
                <div class="header-banner-betContent">
                    <span class="header-banner-league">
                        <span class="icon icon-star icon-star__reverse icon-star__selected header-banner-leagueIcon">
                            <svg>
                                <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#star">
                                </use>
                            </svg>
                        </span>
                        Ligue 2
                    </span>
                    <span class="header-banner-label">
                        News IQ Front
                    </span>
                    <span class="header-banner-description">
                        Auxerre vs Boulogne
                    </span>
                </div>
            </div>
        </div>
    </div>
</div>
```


`.slide`was addded to header-banner.
```html
<div class="header-banner header-banner__bigger">
	<a href="">
		<img src="..." class="header-banner-cover" alt="...">
	</a>
	<div class="header-banner-container">
		<div class="header-banner-timingInfo">
			<span class="header-banner-channel">Canal</span>
			<span class="icon icon-sport ">
				<svg>
					<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#football-plain"></use>
				</svg>
			</span>
			<span class="header-banner-timingInfo-content">
				Le 27 février à 20:25
			</span>
		</div>
		<div class="header-banner-betContent">
			<span class="header-banner-league">
				<span class="icon icon-star icon-star__reverse icon-star__selected header-banner-leagueIcon">
					<svg>
						<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#star"></use>
					</svg>
				</span>
				DO NOT DELETE Live League
			</span>
			<span class="header-banner-description">
				<span class="header-banner-live-score">
					Team 55
					<span class="header-banner-live-opponent-score">0</span>
					-
					<span class="header-banner-live-opponent-score">0</span>
					Team 16
				</span>
			</span>

			<div style="max-width: 320px; margin: auto;">
				<div class="buttonLine">
					<div class="buttonLine-item">
						<button class="outcomeButton" role="button" data-type="" data-betid="outcomes">
							<span class="outcomeButton-data">

								<span class="icon news-market-Icon hidden" data-outcomeid="outcomes">
									<svg>
										<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#outcome-arrow"></use>
									</svg>
								</span>
							</span>
						</button>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>
```
*/
.slider {
  overflow: hidden;
  width: 6410px;
  height: 100%;
  transition: 0.4s linear; }

.slide {
  width: 1280px;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: opacity 1s; }

.visible {
  opacity: 1; }

.header-banner {
  color: #fff;
  position: relative;
  min-height: inherit; }

.header-banner__bigger {
  height: 220px; }
  @media all and (min-width: 64em) {
    .header-banner__bigger {
      height: 300px; } }

.header-banner__static {
  height: auto; }
  @media all and (min-width: 64em) {
    .header-banner__static {
      height: 200px; } }

.header-banner-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: none;
  background-color: #45474c;
  object-fit: cover;
  font-family: 'object-fit: cover'; }

.header-banner-title {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 15px;
  padding-right: 15px;
  max-height: 74px; }
  @media all and (min-width: 64em) {
    .header-banner-title {
      max-height: none; } }

.header-banner-container {
  position: relative;
  display: block;
  margin: auto;
  padding: 20px 10px 0;
  max-width: 768px;
  height: 100%;
  min-height: inherit;
  color: inherit;
  text-decoration: none; }
  .header-banner-container__withNav {
    padding-bottom: 20px; }
    @media all and (min-width: 64em) {
      .header-banner-container__withNav {
        padding-bottom: 45px; } }
  @media all and (min-width: 64em) and (max-width: 79.9375em) {
    .header-banner-container {
      margin-right: 286px; } }

.header-banner-timingInfo {
  text-align: left; }
  @media all and (min-width: 48em) {
    .header-banner-timingInfo {
      position: absolute; } }

.header-banner-timingInfo-content {
  font-size: 1.3rem;
  font-weight: 300;
  margin-left: 5px; }

.header-banner-betContent {
  max-width: 708px;
  text-align: center;
  margin: auto; }

.header-banner-league {
  font-weight: 300;
  font-size: 1rem; }
  .header-banner-league .icon-star {
    width: 1rem;
    height: 1rem; }

.header-banner-leagueIcon {
  width: 10px;
  height: 10px; }

.header-banner-label {
  display: block;
  font-weight: 300;
  font-size: 2rem;
  padding: 10px 0 15px;
  line-height: 1; }
  @media all and (min-width: 48em) {
    .header-banner-label {
      font-size: 3rem; } }
  .header-banner-label__promo {
    margin-top: 2px;
    font-size: 3.8rem; }
    @media all and (min-width: 48em) {
      .header-banner-label__promo {
        font-size: 4.8rem; } }

.header-banner-outcomes {
  max-width: 480px;
  margin: auto; }

.header-banner-live-score {
  display: block;
  font-size: 3rem;
  padding-top: 4.5rem; }

.header-banner-live-opponent-score {
  font-size: 5rem;
  margin: 0 1rem;
  vertical-align: sub;
  font-weight: 400; }

.header-banner-description {
  display: block;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 10px; }
  @media all and (min-width: 48em) {
    .header-banner-description {
      font-size: 1.4rem; } }
  @media all and (min-width: 80em) {
    .header-banner-description {
      font-size: 1.6rem; } }

.header-banner-description *:first-child {
  margin: 0; }

.noWrapEllipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.grid-headerContent_boosted .header-banner-container {
  padding-top: 5px; }

/*!
---
name: SwitchToggle
category: SwitchToggle
---
```html
<div class="switchToggle">
    <input class="switchToggle-input" id="ID" type="checkbox">
    <label class="switchToggle-label" for="ID"></label>
</div>
```
*/
.switchToggle-input {
  position: absolute;
  margin-left: -rem(9999);
  visibility: hidden; }

.switchToggle-input + .switchToggle-label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none; }

.switchToggle-input + .switchToggle-label {
  width: 5rem;
  height: 2.8rem;
  background-color: #fff;
  border-radius: 2rem;
  transition: background 0.4s; }

.switchToggle-input + .switchToggle-label:after {
  display: block;
  position: absolute;
  content: ""; }

.switchToggle-input + .switchToggle-label:after {
  top: 0.2rem;
  left: 0.2rem;
  bottom: 0.2rem;
  width: 2.4rem;
  background-color: #a7a7a7;
  border-radius: 5.2rem;
  transition: margin 0.4s, background 0.25s; }

.switchToggle-input:checked + .switchToggle-label {
  background-color: #81c644; }

.switchToggle-input:checked + .switchToggle-label:after {
  margin-left: 2.2rem;
  background-color: #fff; }

/*!
---
name: wcart Selection Layout
category: Basket/Layout
---
$wcart-green : `#69ad2d`

```html
<div class="grid-cart__doc">
  <div class="wcart-selectionContainer">
    <div class="wcart-selectionWrapper">
      <div class="wcart-line1"></div>
      <div class="wcart-line2"></div>
      <div class="wcart-line3"></div>
    </div>
  </div>
</div>
```

Simple
---
```html
<div class="grid-cart__doc">

  <div class="wcart-selectionContainer" id="wcart-selectionContainer-0">
      <div class="wcart-selectionWrapper">

          <div class="wcart-line1">
              <span class="wcart-selection-eventDescription">Celta Vigo - Malaga</span>

              <button class="wcart-selection-btn-delete">
                  <span class="wcart-selection-btn-delete-icon">
                          <svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#trash"></use></svg>
                  </span>
              </button>
          </div>

          <div class="wcart-line2">
              <span class="wcart-selection-marketDescription">1 N 2 90 Mins&nbsp;: <span class="wcart-selection__important">Celta Vigo</span></span>
              <span class="wcart-selection-betOutcome">1,50 <i class="icon icon-wcartBet icon__sub"><svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#outcome-arrow"></use></svg></i></span>
          </div>

          <div class="wcart-line3">
              <div class="wcart-selection-bet">
                  <span class="wcart-selection-betInput">
                      <input class="input wcart-input-bet" currencyinput="" placeholder="Mise" type="text">
                      <span class="wcart-selection-symbol">€</span>
                  </span>
              </div>
              <div class="wcart-selection-winning wcart-selection__important">
                  <span>Gains* :</span>
                  <span class="wcart-selection-gainAmount">0,00&nbsp;€</span>
              </div>
          </div>
      </div>
  </div>
</div>
```

Combi & Multi
---
```html
<div class="grid-cart__doc">
  <div class="wcart-selectionContainer" id="wcart-selectionContainer-0">
      <div class="wcart-selectionWrapper">

          <div class="wcart-line1">
              <span class="wcart-selection-eventDescription">Celta Vigo - Malaga</span>

              <button class="wcart-selection-btn-delete">
                  <span class="wcart-selection-btn-delete-icon">
                          <svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#trash"></use></svg>
                  </span>
              </button>
          </div>

          <div class="wcart-line2">
              <span class="wcart-selection-marketDescription">1 N 2 90 Mins&nbsp;: <span class="wcart-selection__important">Celta Vigo</span></span>
              <span class="wcart-selection-betOutcome">1,50 <i class="icon icon-wcartBet icon__sub"><svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#outcome-arrow"></use></svg></i></span>
          </div>

          <div class="wcart-line4">
              <div class="wcart-line4-solidLine"></div>
              <div class="wcart-line4-combiboost">
                  <span class="icon icon-combiboost__blue">
                      <svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#combi-boost"></use></svg>
                  </span>
                  <span>COMBI BOOSTÉ</span>
              </div>
              <div class="wcart-line4-solidLine"></div>
          </div>

      </div>
  </div>
</div>
```

Multi with icon :
----
* add `<i class="icon"><svg height="26" viewBox="0 0 26 26" width="26" xmlns="http://www.w3.org/2000/svg"><path d="M10 5h2v2h-2zM10 10h2v7h-2z"></path></svg></i>`
* add `wcart-selection-description__nocheckbox` to `wcart-selection-description wcart-selection-mutipleSystem`

```html
<div class="grid-cart__doc">
<div class="wcart-selectionContainer wcart-selection-multi-container">
    <div class="wcart-selectionWrapper wcart-selectionWrapper__nocheckbox">
        <div class="wcart-selection-description wcart-selection-description__nocheckbox wcart-selection-mutipleSystem">
            <i class="icon"><svg height="26" viewBox="0 0 26 26" width="26" xmlns="http://www.w3.org/2000/svg"><path d="M10 5h2v2h-2zM10 10h2v7h-2z"></path></svg></i>
            <select class="input ng-pristine ng-valid ng-touched">
                <option value="0: 2">2/3 (3 paris)</option><option value="1: 58">Trixie (4 paris)</option><option value="2: 57">Patent (7 paris)</option>
            </select>
        </div>
    </div>
</div>
</div>
```
*/
.wcart-selectionsWrapper {
  flex: 1 0 auto; }

.wcart-selectionContainer {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  position: relative;
  font-weight: 300;
  padding: 15px;
  line-height: 1.7rem; }

.wcart-line1,
.wcart-line2,
.wcart-line3 {
  min-height: 20px;
  display: flex; }

.wcart-line1 {
  flex-wrap: nowrap;
  align-items: self-start;
  position: relative; }
  .wcart-line1 > .wcart-selection-eventDescription {
    flex: 1 1 auto;
    padding-right: 30px; }

.wcart-line2 > .wcart-selection-marketDescription {
  flex: 1 1 auto;
  margin-right: 20px; }

.wcart-line3 {
  margin-top: 5px; }
  .wcart-line3 > .wcart-selection-bet {
    flex: 0 0 100px; }
  .wcart-line3 > .wcart-selection-winning {
    flex: 0 1 auto;
    margin-left: auto;
    align-self: center; }

.wcart-line4 {
  position: relative;
  display: flex;
  margin-bottom: -5px; }

.wcart-line4-combiboost {
  padding: 0 10px;
  text-align: center; }
  .wcart-line4-combiboost .icon {
    position: relative;
    top: 4px; }

.wcart-line4-solidLine {
  position: relative;
  flex: 1; }

.wcart-line4-solidLine:before {
  content: "";
  position: absolute;
  border: 0.5px solid #45474c;
  top: 50%;
  width: 100%; }

.wcart-combiboostWrapper {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  padding: 8px;
  margin: 8px 15px;
  border: 1px solid #ed6435;
  background-color: #fdf0ea; }

.wcart-combiboost-icon {
  padding: 0 5px; }
  .wcart-combiboost-icon .icon {
    vertical-align: middle;
    width: 25px;
    height: 25px; }

.wcart-combiboost-desc {
  flex: 1 1;
  line-height: 1.6rem;
  text-align: center;
  color: #ed6435; }

.wcart-selection-btn-delete {
  color: #8592ab;
  display: flex;
  position: absolute;
  right: -8px;
  top: -8px;
  padding: 5px;
  border-radius: 3px; }
  @supports (-webkit-overflow-scrolling: touch) {
    .wcart-selection-btn-delete {
      /* CSS specific to iOS devices */
      right: -14px; } }
  .wcart-selection-btn-delete:hover, .wcart-selection-btn-delete:focus {
    background: #ededed; }
  .wcart-selection-btn-delete .wcart-selection-btn-delete-icon {
    height: 17px;
    width: 17px; }
    .wcart-selection-btn-delete .wcart-selection-btn-delete-icon > svg {
      fill: currentColor;
      height: 100%;
      width: 100%; }

.wcart-selection__important {
  color: #69ad2d; }

.wcart-selection-label {
  display: block;
  white-space: nowrap; }
  @media all and (min-width: 48em) and (max-width: 63.9375em) {
    .wcart-selection-label {
      display: inline; } }

.wcart-selection-eventDescription {
  font-size: 1.4rem;
  font-weight: 500;
  width: 100%;
  display: block;
  color: #0b2558; }

.wcart-selection-gainAmount {
  white-space: nowrap; }

.wcart-selection-betAmount {
  color: #0b2558;
  white-space: nowrap;
  font-weight: 500; }

.wcart-selection-bet {
  line-height: 2.4rem; }

.wcart-selection-winning {
  text-align: right; }

.wcart-selection-betLabel {
  width: 100%;
  white-space: nowrap; }
  @media all and (min-width: 48em) and (max-width: 63.9375em) {
    .wcart-selection-betLabel {
      margin-right: 5px;
      width: auto; } }

.wcart-selection-symbol {
  display: inline-block;
  width: 20px;
  text-align: center;
  font-weight: 300; }

.wcart-selection-betInput {
  display: flex;
  width: 100%;
  align-items: center; }
  .wcart-selection-betInput .wcart-input-bet {
    overflow: hidden !important;
    color: #0b2558;
    font-weight: 500;
    font-size: 1.4rem; }
    .wcart-selection-betInput .wcart-input-bet::-webkit-input-placeholder {
      font-weight: 400; }
  .wcart-selection-betInput > .wcart-selection-symbol {
    flex: 0 0 20px; }

.wcart-selection-betOutcome {
  white-space: nowrap;
  align-self: flex-end; }

.wcart-selection-betPrepend {
  font-weight: 500; }

.wcart-selection-mutipleSystem {
  display: flex;
  flex: 0 1 100%; }
  .wcart-selection-mutipleSystem > .icon {
    width: 24px;
    height: 24px;
    color: #b5bdcd;
    border-radius: 50%;
    border: 1px solid currentColor;
    margin-right: 8px; }
    .wcart-selection-mutipleSystem > .icon > svg {
      fill: currentColor; }
  .wcart-selection-mutipleSystem > .input {
    flex: 1 1 0%;
    font-weight: 500;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    margin-right: 20px;
    color: #0b2558; }

/*!
---
name: Button
category: Basket/Elements
---

```html
<button class="btn wcart-btnSubmit">Parier</button>
```
**Disabled state**. Add `disabled`attribute
```html
<button class="btn wcart-btnSubmit" disabled>Parier</button>
```
**Warning**. Add `.is-warning`class
```html
<button class="btn wcart-btnSubmit is-warning">Accepter cotes</button>
```
**Warning**. Add `.is-warning`class
```html
<button class="btn wcart-btnSubmit is-alert">J'ai compris</button>
```
*/
.wcart-btnSubmit {
  justify-content: center;
  background-color: #1e3a72;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  border-radius: 2px;
  display: block;
  width: 100%; }
  @media all and (max-width: 63.9375em) {
    .wcart-btnSubmit {
      border-radius: 0;
      padding-top: 15px;
      padding-bottom: 15px; } }
  @media all and (min-width: 64em) {
    .wcart-btnSubmit {
      flex: 0 1 195px; } }
  .wcart-btnSubmit:hover, .wcart-btnSubmit:focus {
    background-color: #294f9a; }
  .wcart-btnSubmit[disabled] {
    opacity: .4;
    cursor: default; }
  .wcart-btnSubmit[disabled]:hover, .wcart-btnSubmit[disabled]:focus {
    background-color: #1e3a72; }
  .wcart-btnSubmit.is-warning {
    padding: 10px 16px; }
  .wcart-btnSubmit.is-alert {
    background-color: #e40001;
    color: #fff; }

.input__noBorder {
  color: #45474c;
  border: 0;
  padding: 0.3rem 0.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  overflow: hidden !important; }

/*!
---
name: Bet states
category: Basket/Elements
---
<button class="btn js-toggleBetUp-demo">toggle</button>
```html
<span class="nowrap bet-ready  bet-down js-toToggle-demo-down">48,29
  <i class="icon icon-wcartBet icon-outcome-down icon__sub"><svg><use xlink:href="#outcome-arrow"></use></svg></i>
</span>
```
*/
.icon-wcartBet {
  width: 0;
  margin-left: -3px; }
  .icon-wcartBet.icon-outcome-up, .icon-wcartBet.icon-outcome-down {
    transition: width 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    width: 17px; }

@keyframes changeScale {
  0% {
    transform: scale(0); }
  75% {
    transform: scale(3); }
  100% {
    transform: scale(1); } }

.bet-up,
.bet-down {
  position: relative;
  z-index: 1; }
  .bet-up:after,
  .bet-down:after {
    content: "";
    position: absolute;
    top: -3px;
    right: -2px;
    bottom: -3px;
    left: -8px;
    z-index: -1;
    border-radius: 3px;
    background-color: #f7be08;
    transition: background-color 0.2s cubic-bezier(0.23, 1, 0.32, 1); }
  .bet-up > .icon,
  .bet-down > .icon {
    animation: changeScale .1s;
    animation-delay: .1s;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.bet-up .icon-outcome-up svg {
  fill: #61a624; }

.bet-down .icon-outcome-down svg {
  fill: #eb212e; }

/*!
---
name: wcart-headerTabs
category: Basket/HeaderTabs
---
```html
<ul class="wcart-headerTabs">
    <li class="wcart-headerTabs-title">Simple</li>
    <li class="wcart-headerTabs-title wcart-headerTabs-title__active">Combiné</li>
    <li class="wcart-headerTabs-title">Multiple</li>
    <li class="wcart-headerTabs-trashButtonTab u-hide-landscape">
        <button class="wcart-headerTabs-trashButton">
            <span class="wcart-header-icon">
                    <svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#trash"></use></svg>
            </span>
        </button>
    </li>
</ul>
```
*/
.wcart-headerTabs {
  display: flex;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: stretch; }
  @media all and (min-width: 64em) {
    .wcart-headerTabs {
      border-left: 1px solid #ededed; } }
  @media all and (min-width: 80em) {
    .wcart-headerTabs {
      border-right: 1px solid #ededed; } }
  .wcart-headerTabs > .wcart-headerTabs-title {
    flex: 1 1 33.333333%; }

.wcart-headerTabs-title {
  text-align: center;
  font-size: 1.4rem;
  cursor: pointer;
  font-weight: 400;
  margin: 0;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  border-left: 1px solid #ededed;
  position: relative; }
  .wcart-headerTabs-title:first-child {
    border-left: 0; }
  .wcart-headerTabs-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: 0; }
  .wcart-headerTabs-title:hover:after {
    background-color: rgba(105, 173, 45, 0.5); }
  .wcart-headerTabs-title__disabled {
    color: rgba(69, 71, 76, 0.7);
    background-color: #f8f6f6;
    cursor: default; }
    .wcart-headerTabs-title__disabled:hover:after {
      background: 0; }
  .wcart-headerTabs-title__active {
    background-color: #fff;
    font-weight: 500;
    color: #0b2558; }
    .wcart-headerTabs-title__active:after, .wcart-headerTabs-title__active:hover:after {
      background-color: #69ad2d; }

.wcart-headerTabs-trashButtonTab {
  flex: 1 0 4rem;
  border-left: 1px solid #ededed;
  display: flex; }

.wcart-headerTabs-trashButton {
  flex: 1 1 100%; }

/*!
---
name: Bottom Basket
category: Basket/Bottom
---
```html
<div class="wcart-selectionBottom">
    <div class="wcart-selectionBottom-wrapper">
        <p class="wcart-legalmentions wcart-legalmentions__cgu">En pariant, vous acceptez <a target="_blank" href="#">les CGU</a></p>
        <button class="btn wcart-btnSubmit">Parier</button>
        <p class="wcart-legalmentions">*Si tous vos pronostics sont exacts</p>
        <p class="wcart-legalmentions">**Si votre pari est gagnant, seul le gain net sera reversé (montant du <span class="nowrap">pari gratuit x (cote -1))</span></p>
    </div>
</div>
```
*/
.wcart-selectionBottom {
  background-color: #ededed;
  padding: 10px 20px;
  flex: 0 0 auto; }

.wcart-selectionBottom-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 26rem;
  margin: auto; }

.wcart-submitWrapper {
  display: flex;
  background-color: #ededed;
  justify-content: center; }
  @media all and (min-width: 64em) {
    .wcart-submitWrapper {
      padding: 20px; } }

.wcart-legalmentions {
  flex: 0 1 100%;
  font-size: 0.9rem;
  line-height: 1;
  margin: 0 0 5px;
  text-align: center;
  color: rgba(69, 71, 76, 0.7); }
  .wcart-legalmentions:last-child {
    margin-bottom: 0; }
  .wcart-legalmentions__cgu {
    font-size: 1rem;
    font-weight: 500; }
  .wcart-legalmentions a {
    color: inherit; }

/*!
---
name: Total Bet
category: Basket/Bottom
---
```html
<p class="wcart-total wcart-total__Bet">
   <span class="wcart-totalWrapper">
        <span class="wcart-selection-label">Cote totale :</span>
        <span class="wcart-totalAmount">11,70&nbsp;<span class="wcart-selection-symbol">€</span></span>
    </span>
   <span class="wcart-totalWrapper">
        <span class="wcart-selection-label">Mise totale :</span>
        <span class="wcart-totalAmount">
            <span class="wcart-selection-betInput">
                    <input class="input input__noBorder wcart-input-bet" currencyinput="" placeholder="Mise" type="text">
                    <span class="wcart-selection-symbol">€</span>
            </span>
        </span>
    </span>
</p>
<p class="wcart-total wcart-total__Winning">
    <span class="wcart-totalWrapper">
        <span class="wcart-selection-label">Gains possibles* :</span>
        <span class="wcart-totalAmount">0,00&nbsp;<span class="wcart-selection-symbol">€</span></span>
    </span>
</p>
```
*/
.wcart-total {
  margin: 0;
  color: #fff;
  padding: 0 5px; }
  .wcart-total__Bet {
    background-color: #81c644; }
  .wcart-total__Winning {
    font-size: 1.5rem;
    background: #78b83f; }

.wcart-totalWrapper {
  max-width: 280px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 11px 5px 15px; }
  .wcart-totalWrapper__InputsCombi {
    padding-bottom: 6px;
    min-height: 3.4rem; }
  .wcart-totalWrapper__InputsMulti {
    padding-top: 6px;
    min-height: 3.4rem; }
  .wcart-totalWrapper__PromotionCombi {
    min-height: 1.2rem;
    font-size: 1.2rem;
    position: relative;
    bottom: 6px; }
    .wcart-totalWrapper__PromotionCombi .icon {
      position: relative;
      bottom: 2px;
      margin-right: 5px; }

.wcart-totalAmount {
  white-space: nowrap;
  text-align: right;
  flex: 0 1 110px;
  margin-left: 5px; }

wcart-app {
  display: block; }

.wcart-root > * {
  height: inherit; }

.wcart-container {
  position: relative;
  color: #45474c;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  @media all and (min-width: 64em) {
    .wcart-container {
      min-height: 550px; } }
  @media all and (max-width: 63.9375em) {
    .wcart-container {
      background-color: #fff;
      height: 100vh; } }
  .wcart-container.onFocus {
    display: block;
    overflow: auto; }

.wcart-flex-header,
.wcart-flex-footer {
  flex: 0 0 auto; }

.wcart-flex-content {
  flex: 1 1 auto;
  overflow: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  display: flex;
  flex-direction: column; }
  @media all and (min-width: 64em) {
    .wcart-flex-content {
      flex-grow: 0;
      border-left: 1px solid #ededed; } }
  @media all and (min-width: 80em) {
    .wcart-flex-content {
      border-right: 1px solid #ededed; } }

@media all and (min-width: 64em) {
  .wcart-flex-footer {
    position: relative; }
    .wcart-flex-footer:after {
      border-left: 256px solid transparent;
      border-top: 65px solid #ededed;
      content: '';
      position: absolute;
      bottom: -65px;
      left: 0; } }

.wcart-selection-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 0 100%; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .wcart-selection-block {
      flex-basis: auto; } }

.wcart-headerContainer {
  display: flex;
  position: relative;
  height: 5rem;
  background-color: #1e3a72; }

.wcart-header {
  font-size: 20px;
  line-height: 5rem;
  font-weight: 300;
  text-transform: uppercase;
  flex: 1 1 auto;
  color: #fff;
  margin: 0;
  padding: 0 20px; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .wcart-header {
      white-space: nowrap; } }

.wcart-headerCounter {
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
  min-width: 10px;
  text-align: center;
  vertical-align: middle; }

.wcart-header-btnDelete {
  flex: 1 1 40px;
  padding: 10px;
  color: #fff; }
  .wcart-header-btnDelete:hover, .wcart-header-btnDelete:focus {
    background-color: rgba(255, 255, 255, 0.1); }

.wcart-header-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle; }
  .wcart-header-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor; }

.wcart-freebet {
  background-color: #45474c;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
  height: 48px; }

.wcart-errorMsg {
  position: relative;
  margin: 0;
  line-height: 1.6rem;
  background-color: currentColor;
  text-align: center;
  overflow-x: auto;
  max-height: 25vh;
  border: 1px solid;
  border-color: #e40001 transparent #e40001 #ededed; }
  @media all and (min-width: 80em) {
    .wcart-errorMsg {
      border-right-color: #ededed; } }
  .wcart-errorMsg.wcart-error {
    color: #fff; }
  .wcart-errorMsg.wcart-info {
    color: #0092cf; }

.wcart-errorMsgWrapper {
  display: flex;
  color: #e40001;
  padding: 4px 0;
  margin: auto;
  max-width: 260px;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
  @media all and (max-width: 26.1875em) {
    .wcart-errorMsgWrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media all and (min-width: 64em) {
    .wcart-errorMsgWrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  .is-open > .wcart-errorMsgWrapper {
    opacity: 1;
    transition-delay: .3s; }

.wcart-defaultMessage {
  padding: 20px;
  line-height: 1.5rem;
  text-align: center;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center; }
  .wcart-defaultMessage.wcart-error {
    color: #e40001;
    line-height: 1.7rem; }

.wcart-warningOutcomeMessage {
  background-color: #f7be08;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 4px;
  font-size: 1.6rem; }

.wcart-container .wcart-selectionContainer .up:after {
  content: '\25B2'; }

.wcart-container .wcart-selectionContainer .down:after {
  content: '\25BC'; }

.wcart-container .wcart-selectionContainer h4 {
  margin: 10px 0px; }

.wcart-container .wcart-selectionWrapper.not-playable > *:not(.wcart-line1),
.wcart-container .wcart-selectionWrapper.not-playable .wcart-line1 > *:not(.wcart-selection-btn-delete) {
  opacity: 0.25; }

.wcart-container .wcart-selectionWrapper.not-playable [disabled] {
  cursor: not-allowed; }

.wcart-container .wcart-bet-in-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }
  .wcart-container .wcart-bet-in-progress .wcart-bet-confirm {
    display: block;
    width: 50%;
    top: 40%;
    margin: auto;
    height: 95px;
    padding: 18px;
    margin: auto;
    text-align: center;
    position: relative;
    background-color: white;
    border: 1px solid black; }

.wcart-container,
.cart-wrapper {
  transition: height 0.2s cubic-bezier(0, 0, 0.2, 1); }

/*
---
name: Modal
category: Modal
---
```html
<dialog class="wcart-modal" open>
    <div></div>
    <ng-component>
        <div  class="wcart-modal-content">
          <p class="wcart-modal-title wcart-modal-confirmation-title">Pari validé</p>
          <div class="wcart-modal-category type-1">
              <p class="wcart-modal-category-title">
                  PARI SIMPLE (1)
                  <span class="wcart-modal-success-bet-status">
                  </span>
              </p>
              <div>
              </div>
          </div>
          <div>
              <p class="wcart-modal-row"><span>Mise totale:</span> <span>1,00 €</span></p>
              <p class="wcart-modal-row is-green"><span>Gains potentiels*:</span> <span>1,77 €</span></p>
              <small>*Si tous vos pronostics sont exacts</small>
          </div>
          <div class="wcart-modal-buttons">
              <button class="btn btn__block confirm">Nouveau pari</button>
          </div>
        </div>
        <div class="wcart-modal-footer">
            <button class="btn btn__block close">Nouveau pari</button>
        </div>
    </ng-component>
</dialog>
```

```html
<div class="wcart-modal">
    <div></div>
    <ng-component>
      <div class="wcart-modal-content">
        <p class="wcart-modal-title">Pari impossible</p>
        <p class="wcart-modal-mainText">Une erreur est survenue. Veuillez réessayer.</p>
    </div>
    <div class="wcart-modal-footer">
        <button class="btn btn__block close">Fermer</button>
    </div>
  </ng-component>
</div>
```

```html
<div class="wcart-modal">
    <div></div>
    <ng-component>
        <div class="wcart-modal-content">
            <p class="wcart-modal-title wcart-modal-confirmation-title">Votre pari</p>
            <div class="wcart-modal-category">
            <p class="wcart-modal-category-title">
                PARI SIMPLE (1 dont 1 refusé)
                <span class="icon icon-arrow isOpen">
                    <svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#arrow"></use></svg>
                </span>
                <span class="wcart-modal-fail-bet-status">
                    !
                </span>
            </p>
            <div>
                <div class="wcart-modal-fail-bet">
                    <div class="wcart-modal-fail-bet-left">-</div>
                    <div class="wcart-modal-fail-bet-right">
                        <p>1 N 2</p>
                        <p>sur Chambray (F) vs Issy (F)</p>
                    </div>
                </div>
            </div>
        </div>
        <div class="wcart-modal-buttons">
            <button class="btn btn__block confirm">Fermer</button>
        </div>
    </div>
    </ng-component>
</div>
```

```html
<div class="wcart-modal">
  <div></div>
  <ng-component>
    <div class="wcart-modal-content">
      <p class="wcart-modal-title">1 N 2 - 90 Mins</p>
      <p class="wcart-modal-subtitle">Paris SG</p>

      <div class="wcart-modal-row wcart-modal-row__OneClick">
          <span class="wcart-selection-betLabel">Cote : </span>
          <span class="bet-up u-nowrap">2,95 <i class="icon icon-wcartBet icon__sub icon-outcome-up"><svg><path fill-rule="evenodd" clip-rule="evenodd" d="M13.1 3.9L3.9 6l2.8 2.8-2.8 2.9 1.4 1.4 2.9-2.8 2.8 2.8z"></path></svg></i></span>
      </div>

      <div class="wcart-modal-row wcart-modal-row__OneClick">
          <span class="wcart-selection-betLabel">Mise : </span>
          <span class="wcart-selection-betInput">
              <input class="input wcart-input-bet" currencyinput="" type="string">
              <span class="wcart-selection-symbol">€</span>
          </span>
      </div>

      <div class="wcart-modal-row wcart-modal-row__OneClick">
        <span class="wcart-selection__important">Gains Potentiels*: </span>
        <span class="wcart-selection__important"> 29,50&nbsp;<span class="wcart-selection-symbol">€</span></span>
      </div>

      <div class="wcart-modal-buttons">
          <button class="btn btn__block warning">ACCEPTER LA COTE</button>
      </div>
    </div>

    <div class="wcart-modal-footer">
        <button class="btn btn__block close">Fermer</button>
    </div>
  </ng-component>
</div>
```
*/
.is-green {
  color: #61a624;
  font-weight: 500; }

.is-orange {
  color: #ed6435; }

.wcart-modal {
  border: 0;
  color: inherit;
  width: auto;
  z-index: 20;
  position: fixed;
  right: 10%;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  max-width: 38rem;
  background-color: #fff;
  padding: 0;
  border-radius: 3px;
  font-size: 1.5rem;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  overflow: hidden; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .wcart-modal {
      right: auto;
      left: auto;
      top: 56vh;
      transform: translate(35vw, -50%); } }
  .wcart-modal p:not([class]) {
    margin: 0; }
  .wcart-modal .wcart-selection-betInput {
    width: 75%; }

.wcart-modal-content {
  padding: 30px; }
  @media all and (max-width: 26.1875em) {
    .wcart-modal-content {
      padding-left: 20px;
      padding-right: 20px; } }

.wcart-modal-footer {
  border-top: 1px solid #d8d8d8; }
  .wcart-modal-content + .wcart-modal-footer {
    margin-top: -10px; }

.wcart-modal-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 auto 3rem; }

.wcart-modal-subtitle {
  font-weight: 500;
  color: #0b2558;
  text-align: center;
  margin: 0 auto 3rem; }

.wcart-modal-title + .wcart-modal-subtitle {
  margin-top: -20px; }

.wcart-modal-mainText {
  text-align: center;
  font-weight: 500;
  margin: 0 0 30px;
  color: #0b2558; }

.wcart-modal-h2 {
  font-weight: 500;
  margin: 0 0 30px; }
  .wcart-modal-h2 .warning {
    background-color: #f7be08; }

.wcart-modal-h3 {
  margin: 0 0 20px; }

small {
  font-size: 1.1rem; }

.wcart-modal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0.6rem; }

.wcart-modal-row__OneClick {
  margin-bottom: 10px;
  line-height: 2.8rem;
  color: #0b2558; }

.wcart-modal-buttons {
  text-align: center;
  display: flex;
  margin-top: 20px; }

/*
---
name: Modal Buttons
category: Modal
---
```html
<div class="wcart-modal">
    <div class="wcart-modal-content">
        <div class="wcart-modal-buttons">
            <button class="btn btn__block cancel">Cancel</button>
        </div>
        <div class="wcart-modal-buttons">
            <button class="btn btn__block close">Close</button>
        </div>
        <div class="wcart-modal-buttons">
            <button class="btn btn__block warning">Warning</button>
        </div>
        <div class="wcart-modal-buttons">
            <button class="btn btn__block confirm">Confirm</button>
        </div>
        <div class="wcart-modal-buttons">
            <button class="btn btn__block confirm" disabled>Disabled</button>
        </div>
    </div>

    <div class="wcart-modal-content">
        <p class="wcart-modal-title">Obsolete</p>
        <div class="wcart-modal-buttons">
            <button class="btn btn-modal cancel">Fermer</button>
            <button class="btn btn-modal confirm">Nouveau pari</button>
        </div>
        <div class="wcart-modal-buttons">
            <button class="btn btn-modal cancel">Fermer</button>
            <button class="btn btn-modal confirm">Accepter la cote</button>
        </div>
        <div class="wcart-modal-buttons">
            <button class="btn btn-modal cancel">Annuler</button>
            <button class="btn btn-modal confirm">Activer le pari en 1 clic</button>
        </div>
    </div>
</div>
```
*/
.btn-modal {
  flex: 1 1 auto;
  justify-content: center;
  white-space: nowrap;
  display: inline-block; }
  .btn-modal:nth-child(2) {
    margin-left: 20px; }
  .btn-modal.confirm {
    padding-left: 20px;
    padding-right: 20px; }
  .btn-modal.cancel {
    padding-left: 15px;
    padding-right: 15px; }

.btn.confirm {
  background-color: #81c644;
  color: white; }
  .btn.confirm[disabled] {
    opacity: 0.5;
    cursor: default; }
  .btn.confirm:not([disabled]):hover, .btn.confirm:not([disabled]):focus {
    background-color: #61a624; }

.btn.warning {
  background-color: #f7be08;
  color: white; }
  .btn.warning:hover, .btn.warning:focus {
    background-color: #f9cb39; }

.btn.cancel {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  color: #0b2558; }
  .btn.cancel:hover, .btn.cancel:focus {
    background-color: #ededed; }

.btn.close {
  background: transparent;
  color: #0b2558;
  width: 100%;
  border-radius: 0; }
  .btn.close:hover, .btn.close:focus {
    background-color: #ededed; }

.wcart-modal-confirmation-title {
  margin-bottom: 3rem; }

.wcart-modal-category {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d8d8d8; }

.wcart-modal-category-title {
  margin: 0;
  font-weight: 600; }
  .wcart-modal-category-title .icon-arrow {
    position: relative;
    left: 5px;
    transform: rotate(180deg); }
    .wcart-modal-category-title .icon-arrow.isOpen {
      transform: rotate(0deg); }
  .wcart-modal-category-title .icon-arrow > svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5; }

.wcart-modal-fail-bet {
  color: #e40001;
  font-size: 1.4rem;
  font-weight: 500; }

.wcart-modal-fail-bet-left {
  display: inline-block;
  vertical-align: top;
  width: 20px; }

.wcart-modal-fail-bet-right {
  display: inline-block;
  text-decoration: line-through; }

.wcart-modal-fail-bet-status {
  color: #e40001;
  float: right; }

.wcart-modal-success-bet-status {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 544 544'%3E %3Cpath d='M388.6 144.8l-159 159-74.2-74.2-53 53 127.2 127.2 212.001-212.001z' fill='%2369ad2d'/%3E%3C/svg%3E");
  float: right;
  height: 20px;
  width: 20px; }

.wcart-modal-keyboard {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 20; }

/*!
---
name: Loader
category: Loader
---
style in psel-style/src/scss/_overlay.scss

`loader__show` to hide/show the loader
```html
<div class="loader-overlay js-wcartLoader loader__show">
  <div class="loader-spinner">
    <object type="image/svg+xml" data="/img/loader.svg"></object>
  </div>
</div>
```

`loader-overlay__withBevel` class to add the bottom bevel

```html
<div class="grid-cart__doc">
  <div class="loader-overlay js-wcartLoader loader-overlay__wcart loader__show">
    <div class="loader-spinner">
      <object type="image/svg+xml" data="/img/loader.svg"></object>
    </div>
  </div>
</div>
```

`loader-spinner__withTransition`class to add the spinner transition
```html
<div class="grid-cart__doc">
  <div class="loader-overlay js-wcartLoader loader-overlay__withBevel loader__show">
    <div class="loader-spinner loader-spinner__withTransition">
      <object type="image/svg+xml" data="/img/loader.svg"></object>
    </div>
  </div>
</div>
```
*/
/*!
---
name: Pagination
category: Pagination
---
```html
<div class="wcart-pagination">
    <button class="wcart-page-arrow">
        <span class="icon icon-arrow icon-arrow__left"><svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#arrow"></use></svg></span>
    </button>
    <button class="wcart-page-block ">1</button>
    <button class="wcart-page-block active">2</button>
    <button class="wcart-page-block ">3</button>
    <button class="wcart-page-block ">4</button>
    <button class="wcart-page-block ">5</button>
    <button class="wcart-page-block dots">...</button>
    <button class="wcart-page-block ">27</button>
    <button class="wcart-page-arrow">
        <span class="icon icon-arrow icon-arrow__right"><svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#arrow"></use></svg></span>
    </button>
</div>
```
*/
.wcart-pagination {
  display: flex;
  color: #0b2558;
  justify-content: center;
  user-select: none; }

.wcart-page-block {
  width: 32px;
  height: 32px;
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1;
  margin: 0 4px; }
  .wcart-page-block.active {
    border-radius: 50%;
    background: #81c644;
    color: #fff; }
  .wcart-page-block.dots {
    cursor: default; }

.wcart-page-arrow {
  flex: 0 0 35px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .wcart-page-arrow.hidden {
    visibility: hidden;
    cursor: default; }

.overlay,
.loader-overlay {
  pointer-events: auto !important; }
