/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

body {
  font-size: 13px;
  font-size: 1.3rem;
  color: #202121;
  font-family: "Montserrat", sans-serif;
  background-color: #ececec;
}

p:first-of-type {
  margin-top: 0;
}

a {
  color: #323232;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

.ezxmltext-field a {
  color: #808080;
  text-decoration: underline;
}

.ezxmltext-field a:hover, .ezxmltext-field a:active, .ezxmltext-field a:focus {
  text-decoration: none;
}

ul,
ol {
  padding: 0;
}

ul > li, ul > iron-collapse > li,
ol > li,
ol > iron-collapse > li {
  margin-left: 13px;
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
}

ul li {
  list-style-type: square;
}

figure {
  margin: 0;
}

figcaption,
.attribute-caption {
  font-size: 11px;
  font-size: 1.1rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

input,
button {
  display: inline-block;
}

input {
  padding: 11px;
  color: #000;
  border: none;
  background-color: #fff;
}

textarea {
  display: block;
  padding: 20px;
  width: 100%;
  height: 15rem;
  color: #808080;
  border: none;
}

label + textarea {
  margin-top: 14px;
}

table {
  margin: 10px auto;
}

table p {
  margin: 0;
  padding: 0;
}

td,
th {
  padding: 5px;
  border-color: #fff;
  vertical-align: middle;
}

th {
  font-weight: bold;
}

tbody tr:first-child th {
  color: #fff;
  background-color: #9c0;
}

tr > th:first-child {
  background-color: #b5b5b5;
}

tr {
  background-color: #ececec;
}

tr:nth-child(2n) {
  background-color: #d0d0d0;
}

.form-label {
  display: inline-block;
  width: 15%;
}

.form-light {
  color: #202121;
  background-color: #ececec;
}

button {
  border: none;
}

hr {
  display: block;
  margin: 30px 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7c7c7;
}

[aria-hidden=true],
.sr-only, .pagination .sr-only {
  display: none;
}

.margin15Bottom {
  margin-bottom: 15px !important;
}

.margin15Top {
  margin-top: 15px !important;
}

.typo-15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.typo-18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.typo-big {
  font-size: 24px;
  font-size: 2.4rem;
}

.typo--italic {
  font-style: italic;
}

.typo--exponent {
  font-size: 8px;
  font-size: 0.8rem;
  vertical-align: super;
}

.typo--uppercase {
  text-transform: uppercase;
}

.typo-color-main {
  color: #9c0;
}

.text-left {
  text-align: left;
}

.object-center,
.text-center {
  text-align: center;
}

.object-right,
.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.full-width {
  width: 100%;
}

.table {
  display: table;
  width: 100%;
}

.table > * {
  display: table-cell;
  vertical-align: top;
}

.eztext-field {
  margin-bottom: 20px;
}

.facebook-white,
.twitter-white,
.googleplus-white {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.facebook-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg id='svg2' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' height='100%25' width='100%25' version='1.1' y='0px' x='0px' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' viewBox='0 0 17 17'%3E%3Cmetadata id='metadata41'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3Cdc:title/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg id='g3' transform='translate(-22.077,-79.123)'%3E%3Cpath id='facebook' fill='%23FFFFFF' d='M34.826,79.127,32.622,79.123c-2.4767,0-4.0773,1.6421-4.0773,4.1837v1.929h-2.2165c-0.19154,0-0.34664,0.15528-0.34664,0.34682v2.7949c0,0.19154,0.15528,0.34664,0.34664,0.34664h2.2165v7.0523c0,0.19154,0.1551,0.34664,0.34664,0.34664h2.892c0.19154,0,0.34664-0.15528,0.34664-0.34664v-7.0523h2.5917c0.19154,0,0.34664-0.1551,0.34664-0.34664l0.0011-2.7949c0-0.09197-0.03661-0.18004-0.10152-0.24512s-0.15333-0.10169-0.2453-0.10169h-2.5925v-1.6352c0-0.78595,0.18729-1.1849,1.2111-1.1849l1.4851-0.000531c0.19136,0,0.34646-0.15528,0.34646-0.34664v-2.5952c0-0.19118-0.15493-0.34628-0.34611-0.34664z'/%3E%3C/g%3E%3C/svg%3E");
}

.twitter-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg id='svg2' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' height='100%25' width='100%25' version='1.1' y='0px' x='0px' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' viewBox='0 0 20.928948 17'%3E%3Cmetadata id='metadata43'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3Cdc:title/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg id='twitter' transform='matrix(0.03419718,0,0,0.03419718,2.7357744e-4,-1.9643886)'%3E%3Cg id='g5'%3E%3Cpath id='path7' fill='%23FFFFFF' d='m612,116.26c-22.525,9.981-46.694,16.75-72.088,19.772,25.929-15.527,45.777-40.155,55.184-69.411-24.322,14.379-51.169,24.82-79.775,30.48-22.907-24.437-55.49-39.658-91.63-39.658-69.334,0-125.55,56.217-125.55,125.51,0,9.828,1.109,19.427,3.251,28.606-104.33-5.24-196.83-55.22-258.75-131.17-10.823,18.51-16.98,40.078-16.98,63.101,0,43.559,22.181,81.993,55.835,104.48-20.575-0.688-39.926-6.348-56.867-15.756v1.568c0,60.806,43.291,111.55,100.69,123.1-10.517,2.83-21.607,4.398-33.08,4.398-8.107,0-15.947-0.803-23.634-2.333,15.985,49.907,62.336,86.199,117.25,87.194-42.947,33.654-97.099,53.655-155.92,53.655-10.134,0-20.116-0.612-29.944-1.721,55.567,35.681,121.54,56.485,192.44,56.485,230.95,0,357.19-191.29,357.19-357.19l-0.421-16.253c24.66-17.59,46-39.7,62.79-64.86z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.googleplus-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg id='svg2' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' height='100%25' width='100%25' version='1.1' y='0px' x='0px' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' viewBox='0 0 17 17'%3E%3Cmetadata id='metadata45'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3Cdc:title/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg id='google' transform='matrix(0.17557267,0,0,0.17557267,-8.7459045e-5,-2.7467333e-7)'%3E%3Cg id='g5'%3E%3Cpath id='path7' fill='%23FFFFFF' d='M62.617,0h-23.092c-10.29,0-17.413,2.256-23.824,7.552-5.042,4.35-8.051,10.672-8.051,16.912,0,9.614,7.33,19.831,20.913,19.831,1.306,0,2.752-0.134,4.028-0.253l-0.188,0.457c-0.546,1.308-1.063,2.542-1.063,4.468,0,3.75,1.809,6.063,3.558,8.298l0.22,0.283-0.391,0.027c-5.609,0.384-16.049,1.1-23.675,5.787-9.007,5.355-9.707,13.145-9.707,15.404,0,8.988,8.376,18.06,27.09,18.06,21.76,0,33.146-12.005,33.146-23.863,0.002-8.771-5.141-13.101-10.6-17.698l-4.605-3.582c-1.423-1.179-3.195-2.646-3.195-5.364,0-2.672,1.772-4.436,3.336-5.992l0.163-0.165c4.973-3.917,10.609-8.358,10.609-17.964,0-9.658-6.035-14.649-8.937-17.048h7.663c0.094,0,0.188-0.026,0.266-0.077l6.601-4.15c0.188-0.119,0.276-0.348,0.214-0.562-0.059-0.214-0.257-0.361-0.479-0.361zm-28.003,91.535c-13.264,0-22.176-6.195-22.176-15.416,0-6.021,3.645-10.396,10.824-12.997,5.749-1.935,13.17-2.031,13.244-2.031,1.257,0,1.889,0,2.893,0.126,9.281,6.605,13.743,10.073,13.743,16.678-0.001,8.414-7.101,13.64-18.528,13.64zm-0.125-50.779c-11.132,0-15.752-14.633-15.752-22.468,0-3.984,0.906-7.042,2.77-9.351,2.023-2.531,5.487-4.166,8.825-4.166,10.221,0,15.873,13.738,15.873,23.233,0,1.498,0,6.055-3.148,9.22-2.117,2.113-5.56,3.532-8.568,3.532z'/%3E%3Cpath id='path9' fill='%23FFFFFF' d='M94.982,45.223h-12.168v-12.125c0-0.276-0.225-0.5-0.5-0.5h-5.234c-0.276,0-0.5,0.224-0.5,0.5v12.125h-12.107c-0.276,0-0.5,0.224-0.5,0.5v5.304c0,0.275,0.224,0.5,0.5,0.5h12.107v12.203c0,0.275,0.224,0.5,0.5,0.5h5.234c0.275,0,0.5-0.225,0.5-0.5v-12.205h12.168c0.276,0,0.5-0.223,0.5-0.5v-5.302c0-0.277-0.223-0.5-0.5-0.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (max-width: 960px) {
  .social__container {
    display: none;
  }
}

.social__container > div {
  margin: 0 auto 1em;
}

.facebook__container, .twitter__container {
  max-width: 340px;
}

.button-colored, .main-col .block-dark a {
  margin-bottom: 20px;
  padding: 10px;
  color: #202121;
  background-color: #9c0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  text-transform: uppercase;
}

.button-colored:hover, .main-col .block-dark a:hover, .button-colored:active, .main-col .block-dark a:active, .button-colored:focus, .main-col .block-dark a:focus {
  text-decoration: underline;
}

.search-input {
  width: 85%;
}

.search-button {
  width: 15%;
  padding: 7px;
  background-color: #fff;
}

.post-title, .cellFirst .post-title, .cellFirst.white .post-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.post-title:after, .cellFirst .post-title:after, .cellFirst.white .post-title:after {
  position: absolute;
  width: 26px;
  height: 1px;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #fff;
}

.menu-folder-title, .comments-more {
  position: relative;
}

.menu-folder-title:after, .comments-more:after {
  display: inline-block;
  height: 24px;
  width: 24px;
  content: "";
  background-image: url("/bundles/smilelizeoblog/images/arrow-colored.svg");
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: 7px auto;
  vertical-align: middle;
}

.arrow--down:after {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.arrow--left:after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.arrow--up:after {
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}

.ad-link,
.ezxmltext-field .ad-link {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 18px;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Montserrat;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background: #9c0;
  border: none;
  border-radius: 18px;
  cursor: pointer;
}

.ad-link:hover, .ad-link:active, .ad-link:focus,
.ezxmltext-field .ad-link:hover,
.ezxmltext-field .ad-link:active,
.ezxmltext-field .ad-link:focus {
  text-decoration: underline;
}

.post-content .ad-link, .post-content
.ezxmltext-field .ad-link {
  margin-left: 25px;
  margin-right: 25px;
}

.breadcrumb-container {
  background-color: #e2e1e1;
}

@media (max-width: 600px) {
  .breadcrumb-container {
    display: none;
  }
}

@media (max-width: 960px) {
  .breadcrumb-container {
    padding: 0 15px;
  }
}

.breadcrumb-container .container {
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-item {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 10px 25px 10px 10px;
  color: #323232;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb-item:after {
  position: absolute;
  width: 10px;
  height: 37px;
  top: 0;
  right: 0;
  content: "";
  background-repeat: no-repeat;
  z-index: 10;
}

.breadcrumb-item:first-child {
  padding-left: 0;
}

.breadcrumb-item:nth-child(3n+1) {
  background-color: #e2e1e1;
}

.breadcrumb-item:nth-child(3n+1):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg id='svg2' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns='http://www.w3.org/2000/svg' height='35' width='7.996' version='1.1' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' viewBox='0 0 7.9959803 35'%3E %3Cmetadata id='metadata10'%3E %3Crdf:RDF%3E %3Ccc:Work rdf:about=''%3E %3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E %3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E %3Cdc:title/%3E %3C/cc:Work%3E %3C/rdf:RDF%3E %3C/metadata%3E %3Cdefs id='defs8'%3E %3CclipPath id='clipPath2991' clipPathUnits='userSpaceOnUse'%3E %3Crect id='rect2993' style='enable-background:accumulate;color:%23000000;' fill-rule='nonzero' height='40.449' width='10.84' y='-2.1051' x='35.374' fill='%23F00'/%3E %3C/clipPath%3E %3C/defs%3E %3Cpath id='path4' fillRule='evenodd' clip-path='url(%23clipPath2991)' transform='translate(-35.37402,-2.7484816e-8)' fill='%23e1e1e1' d='m0,0h35.37s8,17.586,8,17.586-8,17.414-8,17.414h-35.37v-35z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-color: #f5f3f3;
}

.breadcrumb-item:nth-child(3n+2) {
  background-color: #f5f3f3;
}

.breadcrumb-item:nth-child(3n+2):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg id='svg2' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns='http://www.w3.org/2000/svg' height='35' width='7.9998' version='1.1' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' viewBox='0 0 7.9997874 35'%3E %3Cmetadata id='metadata10'%3E %3Crdf:RDF%3E %3Ccc:Work rdf:about=''%3E %3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E %3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E %3Cdc:title/%3E %3C/cc:Work%3E %3C/rdf:RDF%3E %3C/metadata%3E %3Cdefs id='defs8'%3E %3CclipPath id='clipPath2989' clipPathUnits='userSpaceOnUse'%3E %3Crect id='rect2991' style='enable-background:accumulate;color:%23000000;' fill-rule='nonzero' height='37.693' width='14.29' y='-0.75997' x='164.03' fill='%23F00'/%3E %3C/clipPath%3E %3C/defs%3E %3Cpath id='path4' fillRule='evenodd' clip-path='url(%23clipPath2989)' transform='translate(-164.03021,-1.2417779e-7)' fill='%23f4f3f3' d='m0,0h164.03s8,17.586,8,17.586-8,17.414-8,17.414h-164.03s8-17.049,8-17.049-8-17.951-8-17.951z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-color: #fff;
}

.breadcrumb-item:nth-child(3n) {
  background-color: #fff;
}

.breadcrumb-item:nth-child(3n):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg id='svg2' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns='http://www.w3.org/2000/svg' height='35' width='7.9989' version='1.1' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' viewBox='0 0 7.9989482 35'%3E %3Cmetadata id='metadata10'%3E %3Crdf:RDF%3E %3Ccc:Work rdf:about=''%3E %3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E %3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E %3Cdc:title/%3E %3C/cc:Work%3E %3C/rdf:RDF%3E %3C/metadata%3E %3Cdefs id='defs8'%3E %3CclipPath id='clipPath2989' clipPathUnits='userSpaceOnUse'%3E %3Crect id='rect2991' style='enable-background:accumulate;color:%23000000;' fill-rule='nonzero' height='38.291' width='9.5727' y='-1.1706' x='152.03' fill='%23f4d7d7'/%3E %3C/clipPath%3E %3C/defs%3E %3Cpath id='path4' fillRule='evenodd' clip-path='url(%23clipPath2989)' transform='translate(-152.03105,-1.3348938e-7)' fill='%23FFF' d='m0,0h152.03s8,17.586,8,17.586-8,17.414-8,17.414h-152.03s8-17.049,8-17.049-8-17.951-8-17.951z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-color: #e2e1e1;
}

.breadcrumb-item:nth-child(n+5) {
  -ms-flex: 1;
      flex: 1;
}

.breadcrumb-item:last-child:after {
  background-color: #e2e1e1;
}

@media (max-width: 960px) {
  .breadcrumb-item:nth-child(n+4) {
    -ms-flex: 1;
        flex: 1;
  }
}

.breadcrumb-item-basket:nth-child(3)::before {
  display: inherit;
  position: absolute;
  top: 20%;
  content: '';
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='22px' height='22px' viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EAB2C284E-6414-4F68-92EF-B576B0E77172%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-263.000000, -461.000000)' fill='%23767676'%3E %3Cpath d='M284.994845,461.521295 C284.903423,461.153541 284.529482,460.928077 284.161041,461.020874 L281.408729,461.708265 C281.140646,461.775629 280.938554,461.995594 280.895935,462.267114 L280.547428,464.472263 L263.60325,466.504877 C263.59019,466.506251 263.579879,466.515875 263.565444,466.518624 C263.549634,466.521374 263.535198,466.516562 263.518701,466.520687 C263.47952,466.53031 263.449962,466.554369 263.415592,466.569491 C263.376411,466.585989 263.339979,466.599049 263.30561,466.621733 C263.257493,466.654728 263.218311,466.697346 263.180505,466.740652 C263.16057,466.761961 263.135824,466.774334 263.11864,466.797705 C263.114515,466.803204 263.114515,466.810078 263.111766,466.815577 C263.074647,466.873318 263.053338,466.937933 263.034091,467.003922 C263.027217,467.027981 263.013469,467.048603 263.009345,467.073349 C262.995597,467.164084 262.995597,467.259632 263.018968,467.354491 L265.083889,475.603179 L265.77128,478.352741 C265.776779,478.372675 265.788465,478.388485 265.795339,478.407045 C265.806337,478.44004 265.820772,478.470285 265.837269,478.501217 C265.859953,478.545898 265.888136,478.587141 265.921131,478.626322 C265.941065,478.649694 265.962375,478.673065 265.985058,478.695749 C266.026989,478.732181 266.070982,478.760364 266.118412,478.785797 C266.143158,478.800232 266.165155,478.815355 266.191963,478.826353 C266.268951,478.855224 266.351438,478.873096 266.437361,478.873096 L280.887687,478.873096 C281.267814,478.873096 281.575077,478.565832 281.575077,478.186392 C281.575077,477.806265 281.267814,477.498314 280.887687,477.498314 L266.974901,477.498314 L266.631206,476.123533 L279.512218,476.123533 C279.596767,476.123533 279.678567,476.109098 279.75418,476.080228 C279.785112,476.067855 279.809171,476.04792 279.837354,476.032798 C279.879972,476.010114 279.923965,475.99018 279.960397,475.959247 C279.987205,475.936563 280.005077,475.90563 280.030511,475.877447 C280.059381,475.842391 280.091688,475.812145 280.114372,475.774339 C280.132932,475.737907 280.14118,475.696664 280.154928,475.656108 C280.169363,475.619676 280.187236,475.585306 280.195484,475.5475 L280.198234,475.533065 L280.198234,475.525503 L282.184793,462.93182 L284.494425,462.3551 C284.864241,462.262989 285.087643,461.889736 284.994845,461.521295 L284.994845,461.521295 Z M266.28751,474.748065 L264.542226,467.777237 L266.675886,467.521527 L267.710409,474.748065 L266.28751,474.748065 L266.28751,474.748065 Z M269.098938,474.748065 L268.042418,467.357928 L270.18639,467.100844 L270.533522,474.748065 L269.098938,474.748065 L269.098938,474.748065 Z M273.349074,474.748065 L271.913115,474.748065 L271.557047,466.935871 L273.698956,466.679474 L273.349074,474.748065 L273.349074,474.748065 Z M276.151565,474.748065 L274.726605,474.748065 L275.084048,466.513125 L277.216333,466.258103 L276.151565,474.748065 L276.151565,474.748065 Z M278.910064,474.748065 L277.539407,474.748065 L278.622735,466.088318 L280.088939,465.913033 L278.910064,474.748065 L278.910064,474.748065 Z M269.189673,480.24719 C268.430794,480.24719 267.813517,480.863091 267.813517,481.622658 C267.813517,482.382225 268.430107,482.996752 269.189673,482.996752 C269.949927,482.996752 270.565829,482.381537 270.565829,481.622658 C270.565829,480.864466 269.949927,480.24719 269.189673,480.24719 L269.189673,480.24719 Z M278.136749,480.24719 C277.377183,480.24719 276.760593,480.863091 276.760593,481.622658 C276.760593,482.382225 277.376495,482.996752 278.136749,482.996752 C278.895629,482.996752 279.512905,482.381537 279.512905,481.622658 C279.511531,480.863779 278.895629,480.24719 278.136749,480.24719 L278.136749,480.24719 Z' id='P-PANIER'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat top center;
  height: 25px;
  width: 30px;
}

.breadcrumb-item-basket:nth-child(3) span:first-child {
  margin: 0 0 0 35px;
}

.breadcrumb-item-legislation:nth-child(3)::before {
  display: inherit;
  position: absolute;
  top: 20%;
  content: '';
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='26px' height='21px' viewBox='0 0 26 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3E0F2B9911-65AE-456D-919C-CD4BD174C1C0%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-140.000000, -421.000000)' fill='%23767676'%3E %3Cpath d='M147.513538,421.935158 L153.594564,425.358158 C153.762564,425.451258 153.977231,425.394558 154.073436,425.232158 L154.250051,424.936058 C154.346256,424.773658 154.288821,424.563658 154.120821,424.469158 L148.041231,421.045458 C147.873231,420.951658 147.657846,421.007658 147.562359,421.170758 L147.386462,421.466858 C147.288821,421.630658 147.346974,421.840658 147.513538,421.935158 Z M142.249538,430.827958 L148.329128,434.250958 C148.497128,434.344058 148.711795,434.288058 148.808,434.124958 L148.983179,433.829558 C149.080103,433.667158 149.022667,433.455758 148.854667,433.361258 L142.774359,429.939658 C142.607077,429.844458 142.391692,429.901858 142.296205,430.064258 L142.120308,430.361058 C142.023385,430.522758 142.080821,430.733458 142.249538,430.827958 Z M163.688923,435.009758 L151.519692,428.860258 L153.155897,426.098058 C153.252821,425.935658 153.195385,425.724958 153.028103,425.630458 L147.555897,422.550458 C147.389333,422.456658 147.172513,422.512658 147.076308,422.675758 L143.214462,429.196258 C143.118974,429.359358 143.17641,429.570058 143.342974,429.663858 L148.816615,432.743158 C148.983179,432.837658 149.199282,432.780958 149.294769,432.617858 L150.931692,429.855658 L162.477026,437.055858 C162.639282,437.158058 162.851077,437.106258 162.946564,436.945258 L163.825333,435.461958 C163.920821,435.299558 163.859795,435.097258 163.688923,435.009758 Z M165.608718,435.874958 L164.999897,435.533358 C164.834051,435.438858 164.617231,435.494858 164.520308,435.657958 L163.466359,437.436658 C163.370154,437.599058 163.428308,437.809758 163.594872,437.902858 L164.203692,438.245858 C164.370256,438.340358 164.586359,438.282958 164.684,438.119858 L165.736513,436.342558 C165.832718,436.178758 165.776,435.968058 165.608718,435.874958 Z M154.470974,437.986158 L153.738667,437.986158 C153.831282,437.884658 153.893026,437.753758 153.893026,437.608858 L153.893026,437.045358 C153.893026,436.736658 153.63241,436.480458 153.314359,436.480458 L141.736,436.480458 C141.416513,436.480458 141.156615,436.735958 141.156615,437.045358 L141.156615,437.608858 C141.156615,437.753758 141.218359,437.885358 141.310974,437.986158 L140.579385,437.986158 C140.258462,437.986158 140,438.241658 140,438.550358 L140,440.809258 C140,441.116558 140.259179,441.372758 140.579385,441.372758 L154.471692,441.372758 C154.791179,441.372758 155.051077,441.117258 155.051077,440.809258 L155.051077,438.548258 C155.051077,438.240258 154.791179,437.986158 154.470974,437.986158 Z' id='Combined-Shape'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat top center;
  height: 25px;
  width: 30px;
}

.breadcrumb-item-legislation:nth-child(3) span:first-child {
  margin: 0 0 0 35px;
}

.breadcrumb-item-maintenance:nth-child(3)::before {
  display: inherit;
  position: absolute;
  top: 20%;
  content: '';
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='26px' height='22px' viewBox='0 0 26 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EB16D077B-E985-4A6C-B74E-C41E269A40A5%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-220.000000, -422.000000)' fill='%23767676'%3E %3Cpath d='M229.090174,424.678396 C224.077799,424.678396 220,428.903514 220,434.096998 C220,439.290597 224.077799,443.515944 229.090174,443.515944 C234.10255,443.515944 238.180349,439.290597 238.180349,434.096883 C238.180238,428.903514 234.102439,424.678396 229.090174,424.678396 L229.090174,424.678396 Z M229.090174,440.786787 C225.524552,440.786787 222.633927,437.791765 222.633927,434.096998 C222.633927,430.402575 225.524552,427.407554 229.090174,427.407554 C232.655796,427.407554 235.546421,430.402575 235.546421,434.096998 C235.546421,437.791765 232.655796,440.786787 229.090174,440.786787 L229.090174,440.786787 Z M229.090174,428.273708 C225.991065,428.273708 223.469748,430.886069 223.469748,434.096998 C223.469748,437.308271 225.991065,439.920747 229.090174,439.920747 C232.189284,439.920747 234.710601,437.308271 234.710601,434.096998 C234.710601,430.886069 232.189284,428.273708 229.090174,428.273708 L229.090174,428.273708 Z M229.442746,429.019047 C230.531497,429.099438 231.522822,429.548479 232.301562,430.246617 L230.37566,432.242149 C230.104221,432.038875 229.786895,431.898995 229.442746,431.841228 L229.442746,429.019047 L229.442746,429.019047 Z M228.737491,429.019047 L228.737491,431.841228 C228.393232,431.89911 228.075906,432.039105 227.804356,432.242379 L225.878455,430.246846 C226.657194,429.548594 227.64863,429.099438 228.737491,429.019047 L228.737491,429.019047 Z M225.379245,430.763186 L227.305701,432.759293 C227.10963,433.040546 226.974742,433.369345 226.918991,433.725936 L224.189523,433.725936 C224.268328,432.597133 224.703584,431.569622 225.379245,430.763186 L225.379245,430.763186 Z M224.188636,434.456805 L226.918991,434.456805 C226.974742,434.813396 227.109741,435.14208 227.305812,435.423219 L225.374036,437.424838 C224.69904,436.616565 224.265224,435.587216 224.188636,434.456805 L224.188636,434.456805 Z M228.737491,439.175293 C227.645748,439.094673 226.652207,438.64345 225.872469,437.941981 L227.804467,435.940017 C228.075906,436.143292 228.393343,436.283057 228.737491,436.340939 L228.737491,439.175293 L228.737491,439.175293 Z M227.379186,434.091371 C227.379186,433.112094 228.14529,432.318061 229.090174,432.318061 C230.035169,432.318061 230.801274,433.111979 230.801274,434.091371 C230.801274,435.070417 230.03528,435.864105 229.090174,435.864105 C228.14529,435.864105 227.379186,435.070417 227.379186,434.091371 L227.379186,434.091371 Z M229.442746,439.175293 L229.442746,436.340939 C229.786895,436.283172 230.10411,436.143292 230.375549,435.940132 L232.307658,437.942096 C231.528031,438.643565 230.534379,439.094673 229.442746,439.175293 L229.442746,439.175293 Z M232.80598,437.424838 L230.874315,435.423333 C231.070607,435.14208 231.205496,434.813396 231.261358,434.45669 L233.991602,434.45669 C233.915014,435.587216 233.481198,436.616679 232.80598,437.424838 L232.80598,437.424838 Z M231.261468,433.725936 C231.205717,433.36923 231.070607,433.040317 230.874426,432.758948 L232.800882,430.762956 C233.476765,431.569392 233.912021,432.597018 233.990826,433.725936 L231.261468,433.725936 Z M243.716539,422.071203 C243.641613,422.026759 243.554828,422.00333 243.465383,422.00333 C243.465383,422.00333 243.465272,424.885001 243.465383,425.668124 C243.465383,425.750122 243.370617,425.84797 243.331159,425.87737 L243.302896,425.89942 C242.849573,426.290005 241.771241,426.730088 241.518755,426.866178 C241.502684,426.866063 241.487388,426.865604 241.470984,426.865604 C241.453583,426.865604 241.437068,426.866063 241.42011,426.866293 C241.163855,426.729858 240.090068,426.357418 239.630316,425.959254 L239.601388,425.936629 C239.60028,425.935825 239.489997,425.844295 239.489997,425.668124 C239.489997,424.853189 239.489997,422 239.489997,422 C239.396894,422 239.300798,422.026414 239.218447,422.075223 C237.814365,422.911174 236.942079,424.471332 236.942079,426.146794 C236.942079,428.112123 238.114512,429.798035 239.772298,430.495829 L239.772188,441.933506 C239.772188,442.877296 240.513243,443.645029 241.423989,443.645029 L241.517979,443.645029 C242.428836,443.645029 243.169781,442.877181 243.169781,441.933506 L243.170002,430.498929 C243.726071,430.266025 244.236696,429.917818 244.673504,429.465217 C245.529054,428.579079 246.000111,427.400433 246,426.147024 C246,424.467657 245.125054,422.905776 243.716539,422.071203 Z M241.497028,442.614417 C242.09641,442.614417 242.582306,442.128522 242.582306,441.52914 C242.582306,440.929757 242.09641,440.443862 241.497028,440.443862 C240.897646,440.443862 240.411751,440.929757 240.411751,441.52914 C240.411751,442.128522 240.897646,442.614417 241.497028,442.614417 Z' id='P-ENTRETIEN'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat top center;
  height: 25px;
  width: 30px;
}

.breadcrumb-item-maintenance:nth-child(3) span:first-child {
  margin: 0 0 0 35px;
}

.breadcrumb-item-offer:nth-child(3)::before {
  display: inherit;
  position: absolute;
  top: 20%;
  content: '';
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='24px' height='23px' viewBox='0 0 24 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3E1866C88C-DE6E-434D-BE28-B0EB30B4325F%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-101.000000, -422.000000)' fill='%23767676'%3E %3Cpath d='M116.760982,419.927744 C116.383765,419.550444 115.872035,419.338534 115.338534,419.338534 C114.805033,419.338534 114.293302,419.550444 113.916085,419.927744 C112.022799,421.821031 108.771216,425.072613 107.54644,426.297389 C107.235528,426.608301 107.060785,427.030052 107.060785,427.469849 L107.060785,441.680352 C107.060785,442.120124 107.235445,442.541891 107.54644,442.852862 C107.857435,443.163832 108.279187,443.338534 108.718984,443.338534 L121.958084,443.338534 C122.397881,443.338534 122.819632,443.163832 123.130627,442.852862 C123.441622,442.541891 123.616283,442.120124 123.616283,441.680352 L123.616283,427.469849 C123.616283,427.030052 123.441539,426.608301 123.130627,426.297389 C121.905851,425.072613 118.654269,421.821031 116.760982,419.927744 L116.760982,419.927744 Z M115.338534,422.64417 C116.252232,422.64417 116.994083,423.386022 116.994083,424.29972 C116.994083,425.213418 116.252232,425.955269 115.338534,425.955269 C114.424836,425.955269 113.682984,425.213418 113.682984,424.29972 C113.682984,423.386022 114.424836,422.64417 115.338534,422.64417 L115.338534,422.64417 Z' id='P-PRODUIT' transform='translate(115.338534, 431.338534) rotate(-315.000000) translate(-115.338534, -431.338534) '/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat top center;
  height: 25px;
  width: 30px;
}

.breadcrumb-item-offer:nth-child(3) span:first-child {
  margin: 0 0 0 35px;
}

.breadcrumb-item-performances:nth-child(3)::before {
  display: inherit;
  position: absolute;
  top: 20%;
  content: '';
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='22px' height='22px' viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3E90B85A4D-C87E-4299-9ED0-75E6B1310CE8%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-182.000000, -422.000000)' fill='%23767676'%3E %3Cpath d='M193.87017,431.560182 L198.96805,427.024276 L194.464934,432.177969 C194.602026,432.422154 194.687142,432.699827 194.687142,432.999826 C194.687142,433.932611 193.930867,434.686793 192.999477,434.686793 C192.067389,434.686793 191.31216,433.932611 191.31216,432.999826 C191.31216,432.067737 192.067389,431.312509 192.999477,431.312509 C193.320405,431.312509 193.615171,431.405997 193.87017,431.560182 L193.87017,431.560182 Z M204,432.999826 C204,439.065026 199.065375,444 193.000174,444 C186.934974,444 182,439.065026 182,432.999826 C182,426.934625 186.934974,422 193.000174,422 C199.065375,422 204,426.934625 204,432.999826 L204,432.999826 Z M201.591641,436.73062 L200.209206,436.168995 L200.371066,435.76923 L201.748268,436.330157 C202.09501,435.42179 202.302218,434.447841 202.348265,433.430986 L200.871644,433.430986 L200.871644,432.569014 L202.348265,432.569014 C202.299776,431.512043 202.080708,430.501816 201.7085,429.563797 L200.335833,430.141469 L200.168741,429.744494 L201.541757,429.166823 C200.585251,427.044508 198.866539,425.339052 196.729922,424.407662 L196.1676,425.790096 L195.769578,425.628237 L196.330157,424.251035 C195.423883,423.903595 194.447144,423.697084 193.430288,423.65034 L193.430288,425.127658 L192.57006,425.127658 L192.57006,423.650689 C191.513089,423.698828 190.502862,423.918943 189.565193,424.290453 L190.142864,425.662771 L189.745889,425.829863 L189.168218,424.457545 C188.256711,424.868124 187.425785,425.421726 186.696371,426.087304 L187.739039,427.129973 L187.130322,427.738691 L186.087653,426.696022 C185.39661,427.452646 184.823473,428.318106 184.408359,429.269729 L185.790794,429.831703 L185.628934,430.230422 L184.252081,429.669843 C183.904641,430.577513 183.697782,431.552159 183.651387,432.569014 L185.128704,432.569014 L185.128704,433.429591 L183.651038,433.429591 C183.699177,434.486911 183.919292,435.496789 184.290802,436.434807 L185.66312,435.857136 L185.830212,436.25446 L184.457894,436.83248 C184.868473,437.743987 185.421726,438.574912 186.087304,439.303978 L187.129973,438.261658 L187.738691,438.870376 L186.696022,439.91165 C188.362059,441.432921 190.571234,442.371288 193.000174,442.371288 C195.428766,442.371288 197.635848,441.436409 199.303629,439.91165 L198.261309,438.870376 L198.870027,438.261658 L199.91165,439.303978 C200.604088,438.548052 201.177224,437.681894 201.591641,436.73062 L201.591641,436.73062 Z M189.8924,438.872469 L196.108298,438.872469 L196.108298,437.65015 L189.8924,437.65015 L189.8924,438.872469 L189.8924,438.872469 Z' id='Shape'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat top center;
  height: 25px;
  width: 30px;
}

.breadcrumb-item-performances:nth-child(3) span:first-child {
  margin: 0 0 0 35px;
}

.breadcrumb-item-summer:nth-child(3)::before {
  display: inherit;
  position: absolute;
  top: 20%;
  content: '';
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E %3Csvg id='svg3083' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.418 38.417' version='1.1' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/'%3E %3Cmetadata id='metadata3088'%3E %3Crdf:RDF%3E %3Ccc:Work rdf:about=''%3E %3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E %3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E %3Cdc:title/%3E %3C/cc:Work%3E %3C/rdf:RDF%3E %3C/metadata%3E %3Cg id='layer1' transform='translate(-511.27863,-518.94911)'%3E %3Cg id='ete' transform='translate(511.15363,518.94911)'%3E %3Cg id='g79' fill='%23818080' display='inline'%3E %3Cpath id='path81' d='m38.543,19.207c-4.207-0.442-7.484-4-7.484-8.323,0-1.996,0.7-3.828,1.866-5.266-1.439,1.166-3.271,1.865-5.268,1.865-4.323,0-7.882-3.277-8.325-7.483-0.442,4.207-4,7.484-8.323,7.484-1.996,0-3.827-0.699-5.266-1.865,1.166,1.438,1.865,3.27,1.865,5.266,0,4.324-3.276,7.881-7.483,8.325,4.207,0.443,7.484,4,7.485,8.322,0,1.997-0.7,3.829-1.866,5.268,1.438-1.165,3.271-1.865,5.267-1.867,4.324,0,7.881,3.277,8.325,7.484,0.443-4.207,4-7.484,8.322-7.484,1.997,0,3.829,0.7,5.268,1.866-1.165-1.439-1.865-3.271-1.867-5.268,0-4.322,3.279-7.88,7.484-8.324zm-19.208,9.613c-5.308,0-9.611-4.303-9.612-9.61,0-5.308,4.303-9.612,9.61-9.612,5.309,0,9.612,4.302,9.612,9.61,0.001,5.309-4.301,9.612-9.61,9.612z'/%3E %3Ccircle id='circle83' d='m 27.790999,19.209 c 0,4.670672 -3.786327,8.456999 -8.456999,8.456999 -4.670672,0 -8.457,-3.786327 -8.457,-8.456999 0,-4.670672 3.786328,-8.457 8.457,-8.457 4.670672,0 8.456999,3.786328 8.456999,8.457 z' cx='19.334' cy='19.209' r='8.457'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat top center;
  height: 25px;
  width: 30px;
}

.breadcrumb-item-summer:nth-child(3) span:first-child {
  margin: 0 0 0 35px;
}

.breadcrumb-item-tests:nth-child(3)::before {
  display: inherit;
  position: absolute;
  top: 20%;
  content: '';
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E %3Csvg id='svg3083' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.281 32.58' version='1.1' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/'%3E %3Cmetadata id='metadata3088'%3E %3Crdf:RDF%3E %3Ccc:Work rdf:about=''%3E %3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E %3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E %3Cdc:title/%3E %3C/cc:Work%3E %3C/rdf:RDF%3E %3C/metadata%3E %3Cg id='layer1' transform='translate(-341.88296,-508.81935)'%3E %3Cg id='tests' transform='translate(341.88296,508.81976)'%3E %3Cg id='g62' fill='%23818080' display='inline'%3E %3Cpath id='path64' d='m8.27,8.766h10.44c1.038,0,1.005-0.95,1.005-0.95,0-0.106,0.012-1.868,0-1.955-0.165-1.295-2.002-1.188-2.002-1.188l-1.077-0.003c-1.006,0-1.071-1.071-1.071-1.071v-2.042c0-1.005-0.791-1.537-2.076-1.557-1.284-0.018-2.076,0.552-2.076,1.557v2.043s-0.064,1.071-1.07,1.071l-1.078,0.002s-1.837-0.107-2.002,1.188c-0.011,0.086,0,1.849,0,1.955,0.001-0.001-0.032,0.95,1.007,0.95zm5.232-7.965c0.623,0,1.125,0.505,1.125,1.125s-0.502,1.124-1.125,1.124c-0.62,0-1.124-0.504-1.124-1.124s0.504-1.125,1.124-1.125z'/%3E %3Cpolygon id='polygon66' points='21.324,24.102,23.007,24.932,24.676,23.441,24.3,23.203,22.142,21.84,21.843,21.654,21.797,21.82,21.797,21.82,21.792,21.84,21.51,23.203,21.515,23.203'/%3E %3Cpath id='path68' d='m21.695,27.557-1.281,0.125-0.016-0.029-0.026,0.02-17.461-0.015v-1.361l16.947-0.016,0.451-3.078h-17.398v-1.363h17.597l0.138-0.943,1.442-2.16h-19.177v-1.362h20.085l3.982-5.972v-4.763c0-1.145-0.929-2.075-2.075-2.075h-4.834s0.684,0.26,0.684,1.124v2.075c0,2.249-1.815,1.99-1.815,1.99h-10.896s-1.816,0.259-1.816-1.99v-2.075c0-0.864,0.684-1.124,0.684-1.124h-4.834c-1.146,0-2.076,0.93-2.076,2.075v23.866c0,1.146,0.93,2.074,2.076,2.074h22.827c1.146,0,2.075-0.928,2.075-2.074v-8.033l-1.152,1.574-4.131,3.51zm0-14.729h21.532v1.362h-21.532v-1.362z'/%3E %3Cpolygon id='polygon70' points='21.168,26.523,21.561,26.447,21.698,26.279,22.311,25.52,21.168,25.043,20.896,26.162,20.983,26.279'/%3E %3Cg id='g72'%3E %3Cpath id='path74' d='M34.829,7.865,33.199,6.7s-0.788-0.76-1.406,0.116l-1.403,2.08,3.132,2.271,1.552-2.042c-0.001-0.001,0.601-0.662-0.245-1.26z'/%3E %3Cpolygon id='polygon76' points='25.514,22.428,33.12,11.945,29.761,9.614,26.979,13.547,25.308,15.91,22.166,20.352'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat top center;
  height: 25px;
  width: 30px;
}

.breadcrumb-item-tests:nth-child(3) span:first-child {
  margin: 0 0 0 35px;
}

.breadcrumb-item-tyresfeatures:nth-child(3)::before {
  display: inherit;
  position: absolute;
  top: 20%;
  content: '';
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='17px' height='22px' viewBox='0 0 17 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EEED2541F-9223-41D1-A238-E39BA7ED35FB%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-64.000000, -422.000000)' fill='%23767676'%3E %3Cpath d='M78.8534839,423.875017 C78.7796484,423.7287 78.4531462,423.336491 78.4213088,423.312105 C78.1246118,423.009312 77.5535717,422.518881 77.2419721,422.338018 C77.2111496,422.321043 75.5898033,422.189565 74.4890631,422.101982 C73.9206117,422.056752 73.491004,422.023229 73.491004,422.023229 C72.9782194,422.149224 72.5198833,422.365791 72.0572257,422.758 C69.1789937,425.178316 67.8154067,431.67449 69.0082913,437.264993 C69.7276799,440.655333 71.02556,442.984878 72.4907555,443.699525 C72.5354633,443.705622 76.1175039,443.6853 77.3571284,443.337121 C77.8448495,443.202321 78.2113178,442.904946 78.4436627,442.661763 C80.5550887,440.368119 81.5616909,434.205221 80.6810833,428.906673 C80.3085186,426.647576 79.6446759,424.946648 78.8534839,423.875017 Z M73.9566284,422.266892 L76.651965,422.534461 C76.3789766,422.514817 75.8512895,422.616425 75.5044656,422.873156 L73.4357152,422.627264 C73.6714471,422.420659 73.7195418,422.377984 73.9566284,422.266892 L73.9566284,422.266892 Z M71.9962605,424.559858 L74.0142066,424.749528 C73.8536651,425.041483 73.7019296,425.35376 73.5617098,425.685681 L71.5735689,425.500076 C71.70566,425.172897 71.8458798,424.855201 71.9962605,424.559858 L71.9962605,424.559858 Z M71.251131,426.401006 L73.263658,426.552064 C73.149179,426.898888 73.0435061,427.266033 72.9418976,427.64334 L70.9341123,427.492282 C71.0303018,427.115653 71.1359747,426.753249 71.251131,426.401006 L71.251131,426.401006 Z M70.6882196,428.604557 L72.7319065,428.720391 C72.6560388,429.113277 72.5862676,429.515647 72.5307216,429.928178 L70.4931311,429.811667 C70.5479998,429.399813 70.6130292,428.996766 70.6882196,428.604557 L70.6882196,428.604557 Z M70.3562983,431.236219 L72.389147,431.312086 C72.3640835,431.648749 72.3437618,431.986767 72.3288592,432.328172 L70.3014296,432.284142 C70.3109131,431.931221 70.3305574,431.583043 70.3562983,431.236219 L70.3562983,431.236219 Z M70.3156548,434.049421 L72.3281818,434.049421 C72.3383427,434.28583 72.3430844,434.51682 72.3532453,434.753907 L70.3508791,434.753907 C70.3305574,434.516143 70.3251383,434.28583 70.3156548,434.049421 L70.3156548,434.049421 Z M70.6489309,437.178965 C70.6130292,436.992683 70.5927075,436.800981 70.562225,436.616053 L72.5097225,436.449415 C72.5395276,436.651278 72.5605267,436.852463 72.5943963,437.053648 L70.657737,437.22435 C70.6536727,437.20877 70.6536727,437.199287 70.6489309,437.178965 L70.6489309,437.178965 Z M71.155619,439.394032 C71.1210721,439.273456 71.0899121,439.146784 71.0553652,439.025531 L72.9222532,438.825024 C72.9507036,438.951018 72.9818636,439.077013 73.0177653,439.196911 L71.155619,439.394032 L71.155619,439.394032 Z M71.7957529,441.231115 C71.7652704,441.155924 71.7293687,441.07396 71.7002409,440.99335 L73.4960029,440.756264 C73.5258081,440.836873 73.5610324,440.921547 73.5901602,440.99877 L71.7957529,441.231115 L71.7957529,441.231115 Z M72.6553614,442.725438 C72.6208145,442.678698 72.5849128,442.629248 72.5544302,442.577767 L74.2465515,442.332551 C74.287195,442.388097 74.3203871,442.442966 74.3569662,442.491738 L72.6553614,442.725438 L72.6553614,442.725438 Z M72.4555312,423.774763 C72.6255562,423.512613 72.8118386,423.280945 72.998121,423.069599 L75.0804192,423.286364 C75.0208088,423.34191 74.9537472,423.401521 74.8893951,423.467228 C74.7376596,423.623027 74.5926981,423.799149 74.4518008,423.99085 L72.4555312,423.774763 L72.4555312,423.774763 Z M77.7296932,440.072777 C76.5557755,441.802155 75.1867695,439.9732 74.6651788,435.986758 C74.1402012,431.996251 74.6685658,427.3629 75.841806,425.632168 C77.007595,423.90008 78.376601,425.731744 78.9002238,429.722251 C79.4224919,433.707339 78.8948047,438.346109 77.7296932,440.072777 Z M71.0153992,443.671075 C69.6802626,442.825692 68.3911886,440.498855 67.711766,437.31512 C66.5222684,431.72123 67.8838232,425.228443 70.7607004,422.806772 C71.1840694,422.44911 71.6548557,422.163251 72.0782248,422.01558 C72.4643373,422.003387 72.9780115,422.01558 73.0322027,422.01558 C72.5932537,422.161219 72.1427889,422.434885 71.7038399,422.806772 C68.8283175,425.228443 67.5519019,431.984057 68.7420769,437.577948 C69.4492725,440.893774 70.7514149,442.959882 72.1542905,443.719237 C72.1542905,443.719237 71.3026127,443.699525 71.0153992,443.671075 Z M70.4551973,422.768161 C70.8941463,422.396273 71.3344501,422.145639 71.7754312,422 C71.6494366,422.00271 70.1537585,422.020999 69.6565539,422.096189 C69.3361483,422.144962 68.648597,422.304826 68.6099857,422.312277 C69.0428382,422.278407 70.2181106,422.28044 70.2181106,422.28044 C69.9403805,422.457239 69.8949954,422.428111 69.5847506,422.627264 L67.4340359,422.871801 C67.343943,422.939541 67.0242147,423.225399 66.9524113,423.296525 L69.0089687,423.067567 C68.7623986,423.279591 68.5273441,423.513968 68.3044826,423.776118 L66.3502112,423.998302 C66.3271799,424.029462 65.9580022,424.569342 65.853684,424.749528 L67.7036373,424.559858 C67.5099037,424.853846 67.3276856,425.170865 67.1563058,425.498722 L65.3842525,425.685004 C65.2609674,425.959347 65.145811,426.245883 65.0374286,426.543258 L66.7363238,426.400328 C66.5886527,426.751217 66.4552067,427.11633 66.3319217,427.492282 L64.6899273,427.633179 C64.5917056,427.984067 64.5016127,428.343084 64.4237128,428.715649 L66.0135482,428.604557 C65.9153266,428.999475 65.8279432,429.399813 65.7561398,429.811667 L64.2042383,429.922081 C64.1683366,430.170006 64.0714698,431.244347 64.0674054,431.303958 L65.5732444,431.242315 C65.541407,431.587107 65.5143114,431.933253 65.5007636,432.282109 L64.0003438,432.330204 C63.9962795,432.438587 64.0294716,433.882106 64.0355681,434.048744 L65.5217627,434.048744 C65.5339557,434.283798 65.5400523,434.518853 65.5617288,434.75323 L64.0599542,434.75323 C64.0640185,434.790486 64.2503009,436.214361 64.2740095,436.395224 L65.810331,436.567281 C65.8516519,436.788111 65.8963596,437.008263 65.9464865,437.227737 L64.3817146,437.057712 C64.3803598,437.053648 64.6398004,438.107667 64.6398004,438.107667 C64.7048299,438.343399 64.7827298,438.559487 64.8558879,438.780316 L66.4369172,438.978791 C66.4823024,439.116979 66.5283649,439.257199 66.5757822,439.389967 L64.9839147,439.196911 C64.9981399,439.238232 65.5840826,440.524596 65.7087225,440.746103 L67.257237,440.968964 C67.3019448,441.057025 67.3459752,441.145086 67.3920377,441.231115 L65.8225241,440.987254 C65.857071,441.046864 66.6536821,442.098852 66.8006759,442.251942 L68.2733227,442.497835 C68.3410617,442.577089 68.407446,442.652957 68.4765398,442.722728 L66.9774748,442.46261 C67.0093121,442.491061 67.3893282,442.825014 67.5634175,442.921204 C67.6785739,442.984878 68.3525774,443.357443 68.6655317,443.42044 C68.759689,443.444826 68.8545237,443.461761 68.9554548,443.46989 C69.297537,443.496308 70.079923,443.588433 70.7573134,443.661591 C69.3551152,442.902237 68.1127811,440.590981 67.4062629,437.273122 C66.2147331,431.683296 67.5783201,425.189154 70.4551973,422.768161 Z' id='PNEU-OK'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat top center;
  height: 25px;
  width: 30px;
}

.breadcrumb-item-tyresfeatures:nth-child(3) span:first-child {
  margin: 0 0 0 35px;
}

.breadcrumb-item-winter:nth-child(3)::before {
  display: inherit;
  position: absolute;
  top: 20%;
  content: '';
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='24px' height='23px' viewBox='0 0 24 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EC0ABDA18-3513-4384-AA99-7BBD00589E25%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-21.000000, -421.000000)' fill='%23767676'%3E %3Cpath d='M45,430.304869 L44.5012532,428.769482 L41.3901628,429.780592 L42.4662686,427.66859 L41.0276845,426.936081 L39.2191757,430.485815 L37.7321902,430.969191 L38.4173088,426.988205 L37.2468469,426.13682 L33.8071591,427.942351 L33.8071591,426.553604 L36.6247033,423.736379 L35.4829099,422.595171 L33.8071591,424.270762 L33.8071591,421 L32.1927345,421 L32.1927345,424.270868 L30.5169837,422.595277 L29.3755626,423.736485 L32.1927345,426.55371 L32.1927345,427.9365 L28.7646949,426.131501 L27.5930097,426.98177 L28.2745115,430.970946 L26.7810902,430.485815 L24.9723155,426.936081 L23.5337314,427.668643 L24.6098372,429.780645 L21.4987468,428.769535 L21,430.304922 L24.1110904,431.315925 L21.9992487,432.391765 L22.7321836,433.829817 L26.2820243,432.021362 L27.6261992,432.458251 L24.9666243,435.046925 L25.4133529,436.424396 L29.354766,436.999681 L28.3492943,438.382896 L24.4138383,439.006369 L24.6665359,440.601221 L27.0075128,440.230019 L25.0847556,442.876244 L26.3905817,443.825017 L28.313339,441.178792 L28.6841678,443.519929 L30.2785937,443.267497 L29.6551736,439.331775 L30.6034147,438.0268 L32.272251,441.414151 L33.7197176,441.414683 L35.395362,438.025683 L36.3446669,439.331935 L35.7212467,443.267657 L37.3156726,443.520089 L37.686661,441.178846 L39.6093119,443.82507 L40.9151381,442.876404 L38.9926467,440.230179 L41.3333577,440.601274 L41.5861085,439.006476 L37.6505994,438.383056 L36.6481062,437.003351 L40.5852642,436.433438 L41.0333225,435.057138 L38.3708754,432.458995 L39.7178161,432.021362 L43.2676037,433.829817 L44.0005917,432.391765 L41.8890691,431.315925 L45,430.304869 L45,430.304869 Z M33.8071591,429.765752 L36.5489632,428.326636 L35.9968154,431.532614 L33.8071591,432.244487 L33.8071591,429.765752 L33.8071591,429.765752 Z M32.1927877,429.760859 L32.1927877,432.244487 L30.0086099,431.53437 L29.4596533,428.322328 L32.1927877,429.760859 L32.1927877,429.760859 Z M30.4265636,435.524237 L27.2645719,435.062882 L29.3614145,433.021674 L31.6940409,433.779182 L30.4265636,435.524237 L30.4265636,435.524237 Z M32.9975799,439.233217 L31.6759569,436.550825 L33.0000266,434.728593 L34.3236708,436.550186 L32.9975799,439.233217 L32.9975799,439.233217 Z M38.735694,435.070062 L35.5758831,435.527269 L34.3057995,433.779342 L36.6371494,433.022366 L38.735694,435.070062 L38.735694,435.070062 Z' id='Neige-Copy-7'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat top center;
  height: 25px;
  width: 30px;
}

.breadcrumb-item-winter:nth-child(3) span:first-child {
  margin: 0 0 0 35px;
}

.menu-folder-title {
  position: relative;
  padding: 14px 35px 14px 13px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  background-color: #000;
}

.menu-folder-title:after {
  position: absolute;
  margin-top: -12px;
  top: 50%;
  right: 10px;
}

.menu-folder-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  border-bottom: 1px solid #c7c7c7;
  list-style: none;
}

.menu-folder-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.container {
  margin: 0 auto;
  width: 960px;
}

.main-content {
  display: table;
  margin: 50px 0 0;
  width: 100%;
  table-layout: fixed;
}

.main-content > *:before {
  display: block;
  content: "";
}

.main-col {
  padding-right: 1.5%;
  width: 73%;
}

.rezulteo .main-col {
  width: 100%;
}

@media (min-width: 960px) {
  .main-col .dark {
    min-height: 500px;
  }
}

@media (max-width: 960px) {
  .main-col > .img-maxwidth {
    margin: 0 -25px;
  }
}

@media (max-width: 600px) {
  .main-col > .img-maxwidth {
    margin: 0 -15px;
  }
}

@media (max-width: 960px) {
  .main-col > .blog-alone-title {
    margin-left: 25px;
  }
}

@media (max-width: 600px) {
  .main-col > .blog-alone-title {
    margin-left: 15px;
  }
}

.aside-col-left,
.aside-col-right {
  width: 26.5%;
}

.aside-col-left + .main-col {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 1280px) {
  .aside-col-left + .main-col {
    padding-right: 0;
  }
}

@media (max-width: 600px) {
  .aside-col-left + .main-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.aside-col-left {
  padding-right: 1.5%;
}

.aside-col-right {
  padding-left: 1.5%;
}

.row {
  margin-bottom: 10px;
}

.block {
  display: inline-block;
  vertical-align: bottom;
}

.main-col, .aside-col-left,
.aside-col-right, .block-small, .block-medium, .link-block-left,
.link-block-right, .block-large {
  display: inline-block;
  vertical-align: top;
}

.block-small {
  width: 32.2%;
}

.block-medium {
  width: 50%;
}

.block-spaced > .block-small {
  margin-left: 0.85%;
  margin-right: 0.85%;
}

.block-spaced > .block-small:first-child {
  margin-left: 0;
}

.block-spaced > .block-small:last-child {
  margin-right: 0;
}

.block-gutter-left {
  margin-left: 2px;
}

.block-gutter-right {
  margin-right: 2px;
}

.container-pull-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.padding-small {
  padding: 8px;
}

.padding-medium {
  padding: 15px;
}

.link-block-left,
.link-block-right {
  width: 49%;
}

.link-block-left,
.link-block-right {
  vertical-align: middle;
}

.link-block-right {
  text-align: right;
}

.block-large {
  width: 63%;
}

.img-maxwidth img {
  width: 100%;
}

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 600px) {
  .grid {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.grid--column {
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (min-width: 601px) {
  .grid--2 > :nth-child(odd) {
    margin-right: 15px;
  }
  .grid--2 > :nth-child(even) {
    margin-left: 15px;
  }
}

@media (min-width: 601px) {
  .grid--2 .cell {
    -ms-flex: 1 0 calc( 50% - 15px);
        flex: 1 0 calc( 50% - 15px);
    max-width: calc( 50% - 15px);
  }
}

.grid--2 .cell > :last-child {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .grid--3 > * {
    margin-left: 0.85%;
    margin-right: 0.85%;
  }
  .grid--3 > :nth-child(3n+1) {
    margin-left: 0;
    margin-right: 0.85%;
  }
  .grid--3 > :nth-child(3n+3) {
    margin-left: 0.85%;
    margin-right: 0;
  }
}

.grid--3 .cell {
  margin-bottom: 15px;
}

@media (max-width: 960px) {
  .grid--3 .cell {
    -ms-flex: 0 1 32.2%;
        flex: 0 1 32.2%;
  }
}

@media (min-width: 961px) {
  .grid--3 .cell {
    -ms-flex: 1 0 32.2%;
        flex: 1 0 32.2%;
    max-width: 32.2%;
  }
}

@media (min-width: 600px) {
  .grid--3 .cell {
    -ms-flex: 1 0 32.2%;
        flex: 1 0 32.2%;
    max-width: 32.2%;
  }
}

.grid-column {
  -ms-flex-align: start;
      align-items: flex-start;
}

@media (min-width: 601px) {
  .grid-column > :nth-child(odd) {
    margin-right: 15px;
  }
  .grid-column > :nth-child(even) {
    margin-left: 15px;
  }
}

.grid-column > .grid {
  -ms-flex: 1;
      flex: 1;
}

.gp {
  background-color: #fff;
  margin-bottom: 15px;
}

@media (max-width: 960px) {
  .gp {
    -ms-flex: 1 1 32.2%;
        flex: 1 1 32.2%;
  }
}

@media (min-width: 961px) {
  .gp {
    max-width: 100%;
  }
}

.situation-big {
  background-color: #fff;
  margin: 0 0 15px 0;
  max-width: 66%;
}

@media (max-width: 960px) {
  .situation-big {
    -ms-flex: 1 0 60%;
        flex: 1 0 60%;
  }
}

@media (max-width: 600px) {
  .situation-big {
    -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    max-width: 100%;
  }
}

.even, .odd {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 31.5%;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (min-width: 600px) {
  .even .gp:last-child, .odd .gp:last-child {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media (max-width: 600px) {
  .even, .odd {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
  }
}

.block-post-content {
  display: -ms-flexbox;
  display: flex;
}

.block-post-content .post-published-date, .block-post-content .post-published-date-year {
  margin-left: -25px;
}

.block-post-content .image-left {
  width: 150px;
}

.block-post-content .text-content {
  margin-left: 20px;
}

@media (max-width: 600px) {
  .block-post-content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .block-post-content .post-published-date, .block-post-content .post-published-date-year {
    margin-left: -15px;
  }
  .block-post-content .image-left {
    margin: 0  0 10px 0;
  }
  .block-post-content .text-content {
    margin: 0;
  }
}

.block-post .block-dark .link-block-left > a,
.block-post .block-dark .link-block-right > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  margin: 0;
}

@media (max-width: 960px) {
  .aside-col-left,
  .aside-col-right,
  .main-col,
  .container {
    padding: 0;
    width: 100%;
  }
}

@media (min-width: 600px) and (max-width: 960px) {
  .ezxmltext-field .block-post {
    margin-left: -25px;
    margin-right: -25px;
  }
  .guides {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
  }
  .guides div {
    width: 49%;
  }
  .guides div:nth-of-type(even) {
    margin-left: 1em;
  }
  .guides div:nth-of-type(3) {
    margin-left: 1em;
  }
}

@media (max-width: 600px) {
  .block-post .block-dark .link-block-left,
  .block-post .block-dark .link-block-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    width: 100%;
  }
  .block-post .block-dark .link-block-left > a,
  .block-post .block-dark .link-block-right > a {
    margin: 10px 0 0 0;
  }
  .ezxmltext-field .block-post {
    margin-left: -15px;
    margin-right: -15px;
  }
  .guides {
    padding: 0 15px;
  }
}

.block-middle {
  vertical-align: middle;
}

.block-dark {
  position: relative;
  padding: 13px;
  color: #fff;
  background-color: #323232;
}

.block-dark > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.block-dark > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.block-dark .cat-list-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.block-dark p {
  margin: 0;
}

.main-col .block-dark {
  margin: 10px 0;
}

.block-dark-text {
  font-size: 16px;
  font-size: 1.6rem;
}

.block-quote {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}

.block-quote__content {
  padding: 20px;
  background-color: #ececec;
}

.block-quote__content h2, .block-quote__content h3, .block-quote__content h4 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 13px;
  font-size: 1.3rem;
}

.quote-title,
.advice-title {
  display: inline-block;
  margin: 0 0 28px;
  padding: 10px 15px;
  color: #202121;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background-color: #9c0;
}

.block-quote__content--guides .quote-title, .advice-title {
  position: relative;
  margin-bottom: 20px;
}

.block-quote__content--guides .quote-title:after, .advice-title:after {
  position: absolute;
  display: inline-block;
  width: 13px;
  height: 15px;
  left: 20%;
  bottom: -15px;
  content: "";
  background-image: url("/bundles/smilelizeoblog/images/triangle-down-green.svg");
}

.block-quote__content--guides {
  padding-left: 0;
  padding-right: 0;
}

.block-quote__content--guides > div {
  padding: 15px 20px;
  background-color: #fff;
}

.quote2 {
  position: relative;
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
}

.quote2:after {
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 17px;
  top: 46%;
  right: -20px;
  content: "";
  background-image: url("/bundles/smilelizeoblog/images/header-sub-bar-block-left-triangle.svg");
}

.quote2-right {
  padding-left: 52px;
  text-align: right;
}

.quote2-right figcaption {
  color: #808080;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

.link-styled {
  display: block;
  margin: 5px 0;
  padding: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #ececec;
}

.link-styled:before {
  display: inline-block;
  margin-right: 10px;
  padding: 2px;
  content: "";
  width: 4px;
  height: 6px;
  background-image: url("/bundles/smilelizeoblog/images/bullet.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #9c0;
}

.align-bottom {
  vertical-align: bottom;
}

.list-inline {
  margin: 0;
  padding: 0;
}

.list-inline,
.list-inline__item,
.pagination li,
.tag-list li,
.ez-tag-list li {
  display: inline-block;
}

.list-inline__item,
.pagination li,
.tag-list li,
.ez-tag-list li {
  margin-left: 0;
  margin-bottom: 0;
}

.tag-list li:not(:last-child) {
  margin-right: 10px;
}

.pagination li {
  margin: 0 2px 10px;
}

.list-unstyled > * {
  list-style: none;
}

.pagination {
  display: block;
  margin-top: 20px;
  color: #323232;
  text-align: center;
}

.pagination a,
.pagination span {
  display: block;
  padding: 7px 10px;
  height: 30px;
  min-width: 30px;
  color: #323232;
  background-color: white;
  border-radius: 50%;
}

.pagination a:hover, .pagination a:active, .pagination a:focus,
.pagination span:hover,
.pagination span:active,
.pagination span:focus, .pagination .active span {
  text-decoration: none;
  background-color: #9c0;
}

.pagination-item--arrow {
  background-color: inherit;
}

.social-bar {
  background-color: #000;
}

.social-bar__container {
  padding: 4px 0;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

.social-bar__container {
  color: #ececec;
}

.social-button {
  display: inline-block;
  margin-left: 6px;
  height: 25px;
  color: #9c0;
  background-color: #9c0;
  border-radius: 50%;
}

.social-button:hover, .social-button:active, .social-button:focus {
  background-color: #fff;
}

.social-button__item {
  padding: 4px;
  width: 25px;
  height: 25px;
  color: #000;
}

.social-shares {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 25px;
}

.facebook {
  background-color: #3a5795;
}

.twitter {
  background-color: #55acee;
}

.googleplus {
  background-color: #db4437;
}

.tag-list,
.ez-tag-list {
  margin: 10px 0 10px;
  padding: 0;
}

.menu-folder-item .tag-list, .menu-folder-item
.ez-tag-list {
  margin-top: 14px;
  margin-bottom: 0;
}

.cat-link {
  display: inline-block;
  margin-bottom: 1px;
  padding: 2px 5px;
  color: #fff;
  background-color: #000;
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 400;
}

.tag,
.ez-tag-list > li {
  color: #808080;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
}

.dark {
  background-color: #202121;
}

.dark {
  color: #fff;
}

.dark__container {
  padding: 38px 0 20px;
  color: #fff;
}

.white {
  background-color: #fff;
  color: #323232;
}

.aside-title {
  position: relative;
  margin-top: 0;
  padding: 4px 10px;
  color: #000;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 400;
  background-color: #d0d0d0;
}

.aside-title::after {
  position: absolute;
  width: 30px;
  height: 28px;
  bottom: -20px;
  left: 12px;
  background: transparent url("/bundles/smilelizeoblog/images/triangle-down.svg") no-repeat scroll 0 0;
  content: "";
  z-index: 10;
}

.aside-title--nospace {
  margin-bottom: 0;
}

.cat-list {
  margin: 15px 0 15px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.cat-title {
  background-color: #000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 2px 5px;
}

.cat-list-item {
  padding: 0 0 12px;
  border-bottom: 1px solid #c7c7c7;
  font-size: 14px;
  font-size: 1.4rem;
  list-style: none;
  position: relative;
}

.cat-list-item:before {
  position: absolute;
  height: 24px;
  width: 24px;
  background-color: #9c0;
  background-image: url("/bundles/smilelizeoblog/images/arrow.svg");
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: 7px auto;
  content: "";
}

.cat-list-link {
  display: block;
  color: #323232;
  margin-left: 2.5em;
  padding-top: .3em;
}

.block-dark .cat-list-link {
  color: #fff;
}

.sport-passion {
  display: block;
  padding: 30px 10px;
  background: #323232 url("/bundles/smilelizeoblog/images/sport-passion.png") no-repeat scroll 90% bottom;
}

.cat-title-special {
  display: block;
  margin-top: 18px;
  margin-bottom: 20px;
  padding: 8px 10px;
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
}

.block-post,
.block-frame {
  position: relative;
  background-color: #fff;
  margin-bottom: 30px;
}

.block-frame .ezimage-field {
  margin-bottom: 20px;
}

.block-frame .post-title {
  font-size: 14px;
  font-size: 1.4rem;
}

.block-frame .post-title::after {
  content: none;
}

.post-content > *,
.frame-content > *, .post-content > .ezxmltext-field > *,
.frame-content > .ezxmltext-field > * {
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 600px) {
  .post-content > *,
  .frame-content > *, .post-content > .ezxmltext-field > *,
  .frame-content > .ezxmltext-field > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 601px) {
  .block-post--horizontal {
    display: -ms-flexbox;
    display: flex;
  }
  .block-post--horizontal > * {
    -ms-flex: 1;
        flex: 1;
  }
}

.post-content {
  padding: 30px 0 20px;
}

.post-picture-block img {
  width: 100%;
}

.frame-content {
  padding: 30px 0;
}

.gp .post-title {
  display: block;
  margin: 5px 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.gp .post-title::after {
  content: none;
}

.gp-situation-post-title {
  display: block;
  margin: 0 0 0 10px;
  padding: 0;
  color: #323232;
  font-size: 24px;
  font-size: 2.4rem;
}

.gp-situation-post-title:after {
  content: none;
}

.gp-situation-summary {
  color: #808080;
  padding: 0 8px 8px 8px;
}

@media (min-width: 601px) {
  .situations:first-child {
    margin-bottom: 4.5%;
  }
}

.post-content,
.frame-content {
  margin: 0;
}

.post-content > :first-child,
.frame-content > :first-child {
  margin-top: 0;
}

.post-content > .ezxmltext-field,
.frame-content > .ezxmltext-field {
  padding-left: 0;
  padding-right: 0;
}

.cell .post-title {
  font-size: 20px;
  font-size: 2rem;
}

.post-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.post-title:first-child {
  margin-top: 0;
}

.block-cell .post-title {
  font-size: 18px;
  font-size: 1.8rem;
}

.post-title--no-separation {
  padding-bottom: 0;
}

.post-title--no-separation:after {
  display: none;
}

.post-title:after {
  width: 40%;
  background-color: #202121;
}

.post-content .post-title:after,
.frame-content .post-title:after {
  margin-left: 25px;
}

.dark .post-title:after {
  background-color: #fff;
}

.cellFirst, .cellFirst.white {
  color: #323232;
  font-size: 14px;
  font-size: 1.4rem;
}

.cellFirst .post-title, .cellFirst.white .post-title {
  color: #202121;
  display: block;
  margin: 10px 0 0 0;
  font-size: 24px;
  font-size: 2.4rem;
}

.cellFirst .post-title::after, .cellFirst.white .post-title::after {
  background-color: #202121;
  width: 47px;
}

.cellFirst.white {
  color: #808080;
}

.cellFirst.white .post-title {
  margin: 0 10px;
}

.cellFirst.white .post-title::after {
  background-color: #202121;
}

.padding-small.post-title:after {
  margin-left: 8px;
}

.post-subtitle {
  margin-top: 0;
  padding-top: 0;
}

.post-author {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
}

.post-views-count,
.post-comments-count {
  display: inline-block;
  margin-left: 20px;
  color: #323232;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: top;
}

.post-views-count {
  margin-left: 0;
  position: relative;
}

.post-views-count:before {
  display: inline-block;
  margin-right: 4px;
  content: "";
  width: image-width("post-views.png");
  height: image-height("post-views.png");
  background-image: url("/bundles/smilelizeoblog/images/post-views.png");
}

.text-right .post-views-count {
  margin-left: 20px;
}

.post-comments-count {
  position: relative;
}

.post-comments-count:before {
  display: inline-block;
  margin-right: 4px;
  content: "";
  width: image-width("post-comments.png");
  height: image-height("post-comments.png");
  background-image: url("/bundles/smilelizeoblog/images/post-comments.png");
}

.post-tag {
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.post-text {
  font-size: 12px;
  font-size: 1.2rem;
}

.post-published-date, .post-published-date-year {
  position: absolute;
  padding: 10px 0;
  width: 54px;
  color: #fff;
  background-color: #323232;
  text-align: center;
}

.post-published-date-year {
  position: absolute;
  padding: 10px 0;
  height: 78px;
  width: 54px;
  color: #fff;
  background-color: #323232;
  text-align: center;
}

.post-published-date__month-nb {
  font-size: 25px;
  font-size: 2.5rem;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.post-published-date__month-name {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.post-picture-cover {
  display: block;
}

.post-summary {
  margin: 22px 0;
  color: #202121;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
}

.comment-block {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: 0;
  padding-top: 20px;
  border-top: 1px solid #c7c7c7;
}

.comment-profile {
  -ms-flex: 1;
      flex: 1;
  padding-right: 15px;
  font-size: 11px;
  font-size: 1.1rem;
}

.comment-text {
  -ms-flex: 3;
      flex: 3;
}

.comment-date {
  color: #808080;
}

.comments-more {
  display: block;
  margin-top: 20px;
  padding: 16px;
  background-color: #ececec;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
}

.comments-more:after {
  margin-left: 10px;
}

.ezxmltext-field .block-post {
  margin-bottom: 20px;
}

.ezxmltext-field .block-post:last-child {
  margin-bottom: 0;
}

.author-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .author-card {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media (min-width: 600px) {
  .author-card--right .author-card__photo {
    -ms-flex-order: 2;
        order: 2;
    margin-right: 0;
  }
  .author-card--right .author-card__presentation {
    -ms-flex-order: 1;
        order: 1;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-right: 20px;
  }
}

.author-card__photo {
  -ms-flex: 1;
      flex: 1;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .author-card__photo {
    margin: 0 20px 0 0;
  }
}

.author-card__presentation {
  -ms-flex: 3;
      flex: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}

.author-card__name {
  display: inline;
  background: #111;
  padding: 5px 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.author-card__first-name::after {
  content: " ";
}

.author-card__last-name {
  color: #99cc00;
}

.author-card__position {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #99cc00;
  margin: 0 0 10px;
}

.author-card__summary {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  text-align: justify;
  margin-top: 0;
}

.collapse-action {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 0;
  cursor: pointer;
}

.collapse-action::after {
  background-color: #9c0;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 25px;
  font-size: 2.5rem;
}

.collapse-action--hide {
  display: none;
}

.collapse-action--hide::after {
  content: "-";
}

.collapse-action--show::after {
  content: "+";
}

@media only screen and (min-width: 1280px) {
  .container--guides {
    width: 100%;
  }
}

table {
  border: solid #fff 15px;
}

.bubble {
  color: #9c0;
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}

.aside-col-left .bubble {
  display: block;
}

.main-content--guides {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 960px) {
  .main-content--guides {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.main-content--guides .main-col {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1280px) {
  .main-content--guides .main-col {
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: 0;
    width: 80%;
  }
}

.main-content--guides .main-col-landing > .main-central {
  margin-top: 0;
}

.main-content--guides .main-col-landing .cellFirst figure {
  margin: 0 -25px;
}

.main-content--guides .main-central {
  margin: 40px 0;
}

@media only screen and (min-width: 1280px) {
  .main-content--guides .main-central {
    width: 75%;
    margin-right: 25px;
  }
}

.main-content--guides .main-right {
  background-color: #fff;
  padding: 40px 10px;
}

@media only screen and (min-width: 1280px) {
  .main-content--guides .main-right {
    width: 25%;
  }
}

.main-content--guides .main-right .bubble {
  font-size: 18px;
  font-size: 1.8rem;
}

.main-content--guides .main-right .cell figure {
  margin: 0;
}

.main-content--guides .main-right .cell > .post-title {
  background-color: #ececec;
  padding: 10px;
  margin-top: 0;
}

.main-content--guides .main-right .fiche__title {
  background-color: #f3f3f3;
  margin-bottom: 0;
}

.main-content--guides .main-right .grid {
  margin: 0;
}

@media only screen and (min-width: 1280px) {
  .main-content--guides .main-right .grid--3 .cell {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1280px) {
  .main-content--guides .aside-col-left {
    width: 20%;
  }
}

.aside-col-left {
  padding: 30px 20px;
  background-color: #292929;
  font-size: 14px;
  font-size: 1.4rem;
  color: #b5b5b5;
}

.guides .cat-list {
  margin-bottom: 20px;
}

.thematique {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #323232;
}

.thematique:first-child {
  border-top: 1px solid #323232;
}

.thematique::before {
  border-left: 5px solid #9c0;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
}

.thematique a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 5px;
  color: #b5b5b5;
}

.thematique:hover, .thematique:active, .thematique:focus, .thematique.is-active {
  background-color: #9c0;
  color: #fff;
  cursor: pointer;
}

.thematique:hover a, .thematique:active a, .thematique:focus a, .thematique.is-active a {
  color: #fff;
  text-decoration: none;
}

.thematique:hover .gp-section-basket, .thematique:active .gp-section-basket, .thematique:focus .gp-section-basket, .thematique.is-active .gp-section-basket {
  background: #9c0 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='22px' height='22px' viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EAB2C284E-6414-4F68-92EF-B576B0E77172%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-263.000000, -461.000000)' fill='%23FFFFFF'%3E %3Cpath d='M284.994845,461.521295 C284.903423,461.153541 284.529482,460.928077 284.161041,461.020874 L281.408729,461.708265 C281.140646,461.775629 280.938554,461.995594 280.895935,462.267114 L280.547428,464.472263 L263.60325,466.504877 C263.59019,466.506251 263.579879,466.515875 263.565444,466.518624 C263.549634,466.521374 263.535198,466.516562 263.518701,466.520687 C263.47952,466.53031 263.449962,466.554369 263.415592,466.569491 C263.376411,466.585989 263.339979,466.599049 263.30561,466.621733 C263.257493,466.654728 263.218311,466.697346 263.180505,466.740652 C263.16057,466.761961 263.135824,466.774334 263.11864,466.797705 C263.114515,466.803204 263.114515,466.810078 263.111766,466.815577 C263.074647,466.873318 263.053338,466.937933 263.034091,467.003922 C263.027217,467.027981 263.013469,467.048603 263.009345,467.073349 C262.995597,467.164084 262.995597,467.259632 263.018968,467.354491 L265.083889,475.603179 L265.77128,478.352741 C265.776779,478.372675 265.788465,478.388485 265.795339,478.407045 C265.806337,478.44004 265.820772,478.470285 265.837269,478.501217 C265.859953,478.545898 265.888136,478.587141 265.921131,478.626322 C265.941065,478.649694 265.962375,478.673065 265.985058,478.695749 C266.026989,478.732181 266.070982,478.760364 266.118412,478.785797 C266.143158,478.800232 266.165155,478.815355 266.191963,478.826353 C266.268951,478.855224 266.351438,478.873096 266.437361,478.873096 L280.887687,478.873096 C281.267814,478.873096 281.575077,478.565832 281.575077,478.186392 C281.575077,477.806265 281.267814,477.498314 280.887687,477.498314 L266.974901,477.498314 L266.631206,476.123533 L279.512218,476.123533 C279.596767,476.123533 279.678567,476.109098 279.75418,476.080228 C279.785112,476.067855 279.809171,476.04792 279.837354,476.032798 C279.879972,476.010114 279.923965,475.99018 279.960397,475.959247 C279.987205,475.936563 280.005077,475.90563 280.030511,475.877447 C280.059381,475.842391 280.091688,475.812145 280.114372,475.774339 C280.132932,475.737907 280.14118,475.696664 280.154928,475.656108 C280.169363,475.619676 280.187236,475.585306 280.195484,475.5475 L280.198234,475.533065 L280.198234,475.525503 L282.184793,462.93182 L284.494425,462.3551 C284.864241,462.262989 285.087643,461.889736 284.994845,461.521295 L284.994845,461.521295 Z M266.28751,474.748065 L264.542226,467.777237 L266.675886,467.521527 L267.710409,474.748065 L266.28751,474.748065 L266.28751,474.748065 Z M269.098938,474.748065 L268.042418,467.357928 L270.18639,467.100844 L270.533522,474.748065 L269.098938,474.748065 L269.098938,474.748065 Z M273.349074,474.748065 L271.913115,474.748065 L271.557047,466.935871 L273.698956,466.679474 L273.349074,474.748065 L273.349074,474.748065 Z M276.151565,474.748065 L274.726605,474.748065 L275.084048,466.513125 L277.216333,466.258103 L276.151565,474.748065 L276.151565,474.748065 Z M278.910064,474.748065 L277.539407,474.748065 L278.622735,466.088318 L280.088939,465.913033 L278.910064,474.748065 L278.910064,474.748065 Z M269.189673,480.24719 C268.430794,480.24719 267.813517,480.863091 267.813517,481.622658 C267.813517,482.382225 268.430107,482.996752 269.189673,482.996752 C269.949927,482.996752 270.565829,482.381537 270.565829,481.622658 C270.565829,480.864466 269.949927,480.24719 269.189673,480.24719 L269.189673,480.24719 Z M278.136749,480.24719 C277.377183,480.24719 276.760593,480.863091 276.760593,481.622658 C276.760593,482.382225 277.376495,482.996752 278.136749,482.996752 C278.895629,482.996752 279.512905,482.381537 279.512905,481.622658 C279.511531,480.863779 278.895629,480.24719 278.136749,480.24719 L278.136749,480.24719 Z' id='P-PANIER'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
}

.thematique:hover .gp-section-legislation, .thematique:active .gp-section-legislation, .thematique:focus .gp-section-legislation, .thematique.is-active .gp-section-legislation {
  background: #9c0 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='26px' height='21px' viewBox='0 0 26 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EBB629287-963A-482E-9A30-BD0CF57FFD30%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-140.000000, -461.000000)' fill='%23FFFFFF'%3E %3Cpath d='M147.513538,461.935158 L153.594564,465.358158 C153.762564,465.451258 153.977231,465.394558 154.073436,465.232158 L154.250051,464.936058 C154.346256,464.773658 154.288821,464.563658 154.120821,464.469158 L148.041231,461.045458 C147.873231,460.951658 147.657846,461.007658 147.562359,461.170758 L147.386462,461.466858 C147.288821,461.630658 147.346974,461.840658 147.513538,461.935158 Z M142.249538,470.827958 L148.329128,474.250958 C148.497128,474.344058 148.711795,474.288058 148.808,474.124958 L148.983179,473.829558 C149.080103,473.667158 149.022667,473.455758 148.854667,473.361258 L142.774359,469.939658 C142.607077,469.844458 142.391692,469.901858 142.296205,470.064258 L142.120308,470.361058 C142.023385,470.522758 142.080821,470.733458 142.249538,470.827958 Z M163.688923,475.009758 L151.519692,468.860258 L153.155897,466.098058 C153.252821,465.935658 153.195385,465.724958 153.028103,465.630458 L147.555897,462.550458 C147.389333,462.456658 147.172513,462.512658 147.076308,462.675758 L143.214462,469.196258 C143.118974,469.359358 143.17641,469.570058 143.342974,469.663858 L148.816615,472.743158 C148.983179,472.837658 149.199282,472.780958 149.294769,472.617858 L150.931692,469.855658 L162.477026,477.055858 C162.639282,477.158058 162.851077,477.106258 162.946564,476.945258 L163.825333,475.461958 C163.920821,475.299558 163.859795,475.097258 163.688923,475.009758 Z M165.608718,475.874958 L164.999897,475.533358 C164.834051,475.438858 164.617231,475.494858 164.520308,475.657958 L163.466359,477.436658 C163.370154,477.599058 163.428308,477.809758 163.594872,477.902858 L164.203692,478.245858 C164.370256,478.340358 164.586359,478.282958 164.684,478.119858 L165.736513,476.342558 C165.832718,476.178758 165.776,475.968058 165.608718,475.874958 Z M154.470974,477.986158 L153.738667,477.986158 C153.831282,477.884658 153.893026,477.753758 153.893026,477.608858 L153.893026,477.045358 C153.893026,476.736658 153.63241,476.480458 153.314359,476.480458 L141.736,476.480458 C141.416513,476.480458 141.156615,476.735958 141.156615,477.045358 L141.156615,477.608858 C141.156615,477.753758 141.218359,477.885358 141.310974,477.986158 L140.579385,477.986158 C140.258462,477.986158 140,478.241658 140,478.550358 L140,480.809258 C140,481.116558 140.259179,481.372758 140.579385,481.372758 L154.471692,481.372758 C154.791179,481.372758 155.051077,481.117258 155.051077,480.809258 L155.051077,478.548258 C155.051077,478.240258 154.791179,477.986158 154.470974,477.986158 Z' id='Combined-Shape'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
}

.thematique:hover .gp-section-maintenance, .thematique:active .gp-section-maintenance, .thematique:focus .gp-section-maintenance, .thematique.is-active .gp-section-maintenance {
  background: #9c0 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='26px' height='22px' viewBox='0 0 26 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3E677EFBDD-9988-4E49-8E2A-47D22A45CEBF%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-220.000000, -462.000000)' fill='%23FFFFFF'%3E %3Cpath d='M229.090174,464.678396 C224.077799,464.678396 220,468.903514 220,474.096998 C220,479.290597 224.077799,483.515944 229.090174,483.515944 C234.10255,483.515944 238.180349,479.290597 238.180349,474.096883 C238.180238,468.903514 234.102439,464.678396 229.090174,464.678396 L229.090174,464.678396 Z M229.090174,480.786787 C225.524552,480.786787 222.633927,477.791765 222.633927,474.096998 C222.633927,470.402575 225.524552,467.407554 229.090174,467.407554 C232.655796,467.407554 235.546421,470.402575 235.546421,474.096998 C235.546421,477.791765 232.655796,480.786787 229.090174,480.786787 L229.090174,480.786787 Z M229.090174,468.273708 C225.991065,468.273708 223.469748,470.886069 223.469748,474.096998 C223.469748,477.308271 225.991065,479.920747 229.090174,479.920747 C232.189284,479.920747 234.710601,477.308271 234.710601,474.096998 C234.710601,470.886069 232.189284,468.273708 229.090174,468.273708 L229.090174,468.273708 Z M229.442746,469.019047 C230.531497,469.099438 231.522822,469.548479 232.301562,470.246617 L230.37566,472.242149 C230.104221,472.038875 229.786895,471.898995 229.442746,471.841228 L229.442746,469.019047 L229.442746,469.019047 Z M228.737491,469.019047 L228.737491,471.841228 C228.393232,471.89911 228.075906,472.039105 227.804356,472.242379 L225.878455,470.246846 C226.657194,469.548594 227.64863,469.099438 228.737491,469.019047 L228.737491,469.019047 Z M225.379245,470.763186 L227.305701,472.759293 C227.10963,473.040546 226.974742,473.369345 226.918991,473.725936 L224.189523,473.725936 C224.268328,472.597133 224.703584,471.569622 225.379245,470.763186 L225.379245,470.763186 Z M224.188636,474.456805 L226.918991,474.456805 C226.974742,474.813396 227.109741,475.14208 227.305812,475.423219 L225.374036,477.424838 C224.69904,476.616565 224.265224,475.587216 224.188636,474.456805 L224.188636,474.456805 Z M228.737491,479.175293 C227.645748,479.094673 226.652207,478.64345 225.872469,477.941981 L227.804467,475.940017 C228.075906,476.143292 228.393343,476.283057 228.737491,476.340939 L228.737491,479.175293 L228.737491,479.175293 Z M227.379186,474.091371 C227.379186,473.112094 228.14529,472.318061 229.090174,472.318061 C230.035169,472.318061 230.801274,473.111979 230.801274,474.091371 C230.801274,475.070417 230.03528,475.864105 229.090174,475.864105 C228.14529,475.864105 227.379186,475.070417 227.379186,474.091371 L227.379186,474.091371 Z M229.442746,479.175293 L229.442746,476.340939 C229.786895,476.283172 230.10411,476.143292 230.375549,475.940132 L232.307658,477.942096 C231.528031,478.643565 230.534379,479.094673 229.442746,479.175293 L229.442746,479.175293 Z M232.80598,477.424838 L230.874315,475.423333 C231.070607,475.14208 231.205496,474.813396 231.261358,474.45669 L233.991602,474.45669 C233.915014,475.587216 233.481198,476.616679 232.80598,477.424838 L232.80598,477.424838 Z M231.261468,473.725936 C231.205717,473.36923 231.070607,473.040317 230.874426,472.758948 L232.800882,470.762956 C233.476765,471.569392 233.912021,472.597018 233.990826,473.725936 L231.261468,473.725936 Z M243.716539,462.071203 C243.641613,462.026759 243.554828,462.00333 243.465383,462.00333 C243.465383,462.00333 243.465272,464.885001 243.465383,465.668124 C243.465383,465.750122 243.370617,465.84797 243.331159,465.87737 L243.302896,465.89942 C242.849573,466.290005 241.771241,466.730088 241.518755,466.866178 C241.502684,466.866063 241.487388,466.865604 241.470984,466.865604 C241.453583,466.865604 241.437068,466.866063 241.42011,466.866293 C241.163855,466.729858 240.090068,466.357418 239.630316,465.959254 L239.601388,465.936629 C239.60028,465.935825 239.489997,465.844295 239.489997,465.668124 C239.489997,464.853189 239.489997,462 239.489997,462 C239.396894,462 239.300798,462.026414 239.218447,462.075223 C237.814365,462.911174 236.942079,464.471332 236.942079,466.146794 C236.942079,468.112123 238.114512,469.798035 239.772298,470.495829 L239.772188,481.933506 C239.772188,482.877296 240.513243,483.645029 241.423989,483.645029 L241.517979,483.645029 C242.428836,483.645029 243.169781,482.877181 243.169781,481.933506 L243.170002,470.498929 C243.726071,470.266025 244.236696,469.917818 244.673504,469.465217 C245.529054,468.579079 246.000111,467.400433 246,466.147024 C246,464.467657 245.125054,462.905776 243.716539,462.071203 Z M241.497028,482.614417 C242.09641,482.614417 242.582306,482.128522 242.582306,481.52914 C242.582306,480.929757 242.09641,480.443862 241.497028,480.443862 C240.897646,480.443862 240.411751,480.929757 240.411751,481.52914 C240.411751,482.128522 240.897646,482.614417 241.497028,482.614417 Z' id='P-ENTRETIEN'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
}

.thematique:hover .gp-section-offer, .thematique:active .gp-section-offer, .thematique:focus .gp-section-offer, .thematique.is-active .gp-section-offer {
  background: #9c0 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='24px' height='23px' viewBox='0 0 24 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3E8442824E-2632-4F20-B489-EC1B3ABC7FF4%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-101.000000, -462.000000)' fill='%23FFFFFF'%3E %3Cpath d='M116.760982,459.927744 C116.383765,459.550444 115.872035,459.338534 115.338534,459.338534 C114.805033,459.338534 114.293302,459.550444 113.916085,459.927744 C112.022799,461.821031 108.771216,465.072613 107.54644,466.297389 C107.235528,466.608301 107.060785,467.030052 107.060785,467.469849 L107.060785,481.680352 C107.060785,482.120124 107.235445,482.541891 107.54644,482.852862 C107.857435,483.163832 108.279187,483.338534 108.718984,483.338534 L121.958084,483.338534 C122.397881,483.338534 122.819632,483.163832 123.130627,482.852862 C123.441622,482.541891 123.616283,482.120124 123.616283,481.680352 L123.616283,467.469849 C123.616283,467.030052 123.441539,466.608301 123.130627,466.297389 C121.905851,465.072613 118.654269,461.821031 116.760982,459.927744 L116.760982,459.927744 Z M115.338534,462.64417 C116.252232,462.64417 116.994083,463.386022 116.994083,464.29972 C116.994083,465.213418 116.252232,465.955269 115.338534,465.955269 C114.424836,465.955269 113.682984,465.213418 113.682984,464.29972 C113.682984,463.386022 114.424836,462.64417 115.338534,462.64417 L115.338534,462.64417 Z' id='P-PRODUIT' transform='translate(115.338534, 471.338534) rotate(-315.000000) translate(-115.338534, -471.338534) '/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
}

.thematique:hover .gp-section-performances, .thematique:active .gp-section-performances, .thematique:focus .gp-section-performances, .thematique.is-active .gp-section-performances {
  background: #9c0 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='22px' height='22px' viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3E40753298-FAB0-4266-85C9-2FFF19851CF5%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-182.000000, -462.000000)' fill='%23FFFFFF'%3E %3Cpath d='M193.87017,471.560182 L198.96805,467.024276 L194.464934,472.177969 C194.602026,472.422154 194.687142,472.699827 194.687142,472.999826 C194.687142,473.932611 193.930867,474.686793 192.999477,474.686793 C192.067389,474.686793 191.31216,473.932611 191.31216,472.999826 C191.31216,472.067737 192.067389,471.312509 192.999477,471.312509 C193.320405,471.312509 193.615171,471.405997 193.87017,471.560182 L193.87017,471.560182 Z M204,472.999826 C204,479.065026 199.065375,484 193.000174,484 C186.934974,484 182,479.065026 182,472.999826 C182,466.934625 186.934974,462 193.000174,462 C199.065375,462 204,466.934625 204,472.999826 L204,472.999826 Z M201.591641,476.73062 L200.209206,476.168995 L200.371066,475.76923 L201.748268,476.330157 C202.09501,475.42179 202.302218,474.447841 202.348265,473.430986 L200.871644,473.430986 L200.871644,472.569014 L202.348265,472.569014 C202.299776,471.512043 202.080708,470.501816 201.7085,469.563797 L200.335833,470.141469 L200.168741,469.744494 L201.541757,469.166823 C200.585251,467.044508 198.866539,465.339052 196.729922,464.407662 L196.1676,465.790096 L195.769578,465.628237 L196.330157,464.251035 C195.423883,463.903595 194.447144,463.697084 193.430288,463.65034 L193.430288,465.127658 L192.57006,465.127658 L192.57006,463.650689 C191.513089,463.698828 190.502862,463.918943 189.565193,464.290453 L190.142864,465.662771 L189.745889,465.829863 L189.168218,464.457545 C188.256711,464.868124 187.425785,465.421726 186.696371,466.087304 L187.739039,467.129973 L187.130322,467.738691 L186.087653,466.696022 C185.39661,467.452646 184.823473,468.318106 184.408359,469.269729 L185.790794,469.831703 L185.628934,470.230422 L184.252081,469.669843 C183.904641,470.577513 183.697782,471.552159 183.651387,472.569014 L185.128704,472.569014 L185.128704,473.429591 L183.651038,473.429591 C183.699177,474.486911 183.919292,475.496789 184.290802,476.434807 L185.66312,475.857136 L185.830212,476.25446 L184.457894,476.83248 C184.868473,477.743987 185.421726,478.574912 186.087304,479.303978 L187.129973,478.261658 L187.738691,478.870376 L186.696022,479.91165 C188.362059,481.432921 190.571234,482.371288 193.000174,482.371288 C195.428766,482.371288 197.635848,481.436409 199.303629,479.91165 L198.261309,478.870376 L198.870027,478.261658 L199.91165,479.303978 C200.604088,478.548052 201.177224,477.681894 201.591641,476.73062 L201.591641,476.73062 Z M189.8924,478.872469 L196.108298,478.872469 L196.108298,477.65015 L189.8924,477.65015 L189.8924,478.872469 L189.8924,478.872469 Z' id='Shape'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
}

.thematique:hover .gp-section-summer, .thematique:active .gp-section-summer, .thematique:focus .gp-section-summer, .thematique.is-active .gp-section-summer {
  background: #9c0 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E %3Csvg id='svg3080' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.418 38.417' version='1.1' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/'%3E %3Cmetadata id='metadata3085'%3E %3Crdf:RDF%3E %3Ccc:Work rdf:about=''%3E %3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E %3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E %3Cdc:title/%3E %3C/cc:Work%3E %3C/rdf:RDF%3E %3C/metadata%3E %3Cg id='layer1' transform='translate(-355.791,-513.15368)'%3E %3Cg id='summer' transform='translate(355.666,513.15368)'%3E %3Cg id='g79' fill='%2387bf17'%3E %3Cpath id='path81' d='m38.543,19.207c-4.207-0.442-7.484-4-7.484-8.323,0-1.996,0.7-3.828,1.866-5.266-1.439,1.166-3.271,1.865-5.268,1.865-4.323,0-7.882-3.277-8.325-7.483-0.442,4.207-4,7.484-8.323,7.484-1.996,0-3.827-0.699-5.266-1.865,1.166,1.438,1.865,3.27,1.865,5.266,0,4.324-3.276,7.881-7.483,8.325,4.207,0.443,7.484,4,7.485,8.322,0,1.997-0.7,3.829-1.866,5.268,1.438-1.165,3.271-1.865,5.267-1.867,4.324,0,7.881,3.277,8.325,7.484,0.443-4.207,4-7.484,8.322-7.484,1.997,0,3.829,0.7,5.268,1.866-1.165-1.439-1.865-3.271-1.867-5.268,0-4.322,3.279-7.88,7.484-8.324zm-19.208,9.613c-5.308,0-9.611-4.303-9.612-9.61,0-5.308,4.303-9.612,9.61-9.612,5.309,0,9.612,4.302,9.612,9.61,0.001,5.309-4.301,9.612-9.61,9.612z'/%3E %3Ccircle id='circle83' d='m 27.790999,19.209 c 0,4.670672 -3.786327,8.456999 -8.456999,8.456999 -4.670672,0 -8.457,-3.786327 -8.457,-8.456999 0,-4.670672 3.786328,-8.457 8.457,-8.457 4.670672,0 8.456999,3.786328 8.456999,8.457 z' cx='19.334' cy='19.209' r='8.457'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
}

.thematique:hover .gp-section-tests, .thematique:active .gp-section-tests, .thematique:focus .gp-section-tests, .thematique.is-active .gp-section-tests {
  background: #9c0 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E %3Csvg id='svg3080' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.281 32.58' version='1.1' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/'%3E %3Cmetadata id='metadata3085'%3E %3Crdf:RDF%3E %3Ccc:Work rdf:about=''%3E %3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E %3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E %3Cdc:title/%3E %3C/cc:Work%3E %3C/rdf:RDF%3E %3C/metadata%3E %3Cg id='layer1' transform='translate(-351.36492,-510.28048)'%3E %3Cg id='tests' transform='translate(351.36492,510.28089)'%3E %3Cg id='g62' fill='%2387bf17' display='inline'%3E %3Cpath id='path64' d='m8.27,8.766h10.44c1.038,0,1.005-0.95,1.005-0.95,0-0.106,0.012-1.868,0-1.955-0.165-1.295-2.002-1.188-2.002-1.188l-1.077-0.003c-1.006,0-1.071-1.071-1.071-1.071v-2.042c0-1.005-0.791-1.537-2.076-1.557-1.284-0.018-2.076,0.552-2.076,1.557v2.043s-0.064,1.071-1.07,1.071l-1.078,0.002s-1.837-0.107-2.002,1.188c-0.011,0.086,0,1.849,0,1.955,0.001-0.001-0.032,0.95,1.007,0.95zm5.232-7.965c0.623,0,1.125,0.505,1.125,1.125s-0.502,1.124-1.125,1.124c-0.62,0-1.124-0.504-1.124-1.124s0.504-1.125,1.124-1.125z'/%3E %3Cpolygon id='polygon66' points='21.515,23.203,21.324,24.102,23.007,24.932,24.676,23.441,24.3,23.203,22.142,21.84,21.843,21.654,21.797,21.82,21.797,21.82,21.792,21.84,21.51,23.203'/%3E %3Cpath id='path68' d='m21.695,27.557-1.281,0.125-0.016-0.029-0.026,0.02-17.461-0.015v-1.361l16.947-0.016,0.451-3.078h-17.398v-1.363h17.597l0.138-0.943,1.442-2.16h-19.177v-1.362h20.085l3.982-5.972v-4.763c0-1.145-0.929-2.075-2.075-2.075h-4.834s0.684,0.26,0.684,1.124v2.075c0,2.249-1.815,1.99-1.815,1.99h-10.896s-1.816,0.259-1.816-1.99v-2.075c0-0.864,0.684-1.124,0.684-1.124h-4.834c-1.146,0-2.076,0.93-2.076,2.075v23.866c0,1.146,0.93,2.074,2.076,2.074h22.827c1.146,0,2.075-0.928,2.075-2.074v-8.033l-1.152,1.574-4.131,3.51zm0-14.729h21.532v1.362h-21.532v-1.362z'/%3E %3Cpolygon id='polygon70' points='20.983,26.279,21.168,26.523,21.561,26.447,21.698,26.279,22.311,25.52,21.168,25.043,20.896,26.162'/%3E %3Cg id='g72'%3E %3Cpath id='path74' d='M34.829,7.865,33.199,6.7s-0.788-0.76-1.406,0.116l-1.403,2.08,3.132,2.271,1.552-2.042c-0.001-0.001,0.601-0.662-0.245-1.26z'/%3E %3Cpolygon id='polygon76' points='22.166,20.352,25.514,22.428,33.12,11.945,29.761,9.614,26.979,13.547,25.308,15.91'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
}

.thematique:hover .gp-section-tyresfeatures, .thematique:active .gp-section-tyresfeatures, .thematique:focus .gp-section-tyresfeatures, .thematique.is-active .gp-section-tyresfeatures {
  background: #9c0 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='17px' height='22px' viewBox='0 0 17 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EB590172B-B491-4E15-BC9F-CAE28D442A63%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-64.000000, -462.000000)' fill='%23FFFFFF'%3E %3Cpath d='M78.8534839,463.875017 C78.7796484,463.7287 78.4531462,463.336491 78.4213088,463.312105 C78.1246118,463.009312 77.5535717,462.518881 77.2419721,462.338018 C77.2111496,462.321043 75.5898033,462.189565 74.4890631,462.101982 C73.9206117,462.056752 73.491004,462.023229 73.491004,462.023229 C72.9782194,462.149224 72.5198833,462.365791 72.0572257,462.758 C69.1789937,465.178316 67.8154067,471.67449 69.0082913,477.264993 C69.7276799,480.655333 71.02556,482.984878 72.4907555,483.699525 C72.5354633,483.705622 76.1175039,483.6853 77.3571284,483.337121 C77.8448495,483.202321 78.2113178,482.904946 78.4436627,482.661763 C80.5550887,480.368119 81.5616909,474.205221 80.6810833,468.906673 C80.3085186,466.647576 79.6446759,464.946648 78.8534839,463.875017 Z M73.9566284,462.266892 L76.651965,462.534461 C76.3789766,462.514817 75.8512895,462.616425 75.5044656,462.873156 L73.4357152,462.627264 C73.6714471,462.420659 73.7195418,462.377984 73.9566284,462.266892 L73.9566284,462.266892 Z M71.9962605,464.559858 L74.0142066,464.749528 C73.8536651,465.041483 73.7019296,465.35376 73.5617098,465.685681 L71.5735689,465.500076 C71.70566,465.172897 71.8458798,464.855201 71.9962605,464.559858 L71.9962605,464.559858 Z M71.251131,466.401006 L73.263658,466.552064 C73.149179,466.898888 73.0435061,467.266033 72.9418976,467.64334 L70.9341123,467.492282 C71.0303018,467.115653 71.1359747,466.753249 71.251131,466.401006 L71.251131,466.401006 Z M70.6882196,468.604557 L72.7319065,468.720391 C72.6560388,469.113277 72.5862676,469.515647 72.5307216,469.928178 L70.4931311,469.811667 C70.5479998,469.399813 70.6130292,468.996766 70.6882196,468.604557 L70.6882196,468.604557 Z M70.3562983,471.236219 L72.389147,471.312086 C72.3640835,471.648749 72.3437618,471.986767 72.3288592,472.328172 L70.3014296,472.284142 C70.3109131,471.931221 70.3305574,471.583043 70.3562983,471.236219 L70.3562983,471.236219 Z M70.3156548,474.049421 L72.3281818,474.049421 C72.3383427,474.28583 72.3430844,474.51682 72.3532453,474.753907 L70.3508791,474.753907 C70.3305574,474.516143 70.3251383,474.28583 70.3156548,474.049421 L70.3156548,474.049421 Z M70.6489309,477.178965 C70.6130292,476.992683 70.5927075,476.800981 70.562225,476.616053 L72.5097225,476.449415 C72.5395276,476.651278 72.5605267,476.852463 72.5943963,477.053648 L70.657737,477.22435 C70.6536727,477.20877 70.6536727,477.199287 70.6489309,477.178965 L70.6489309,477.178965 Z M71.155619,479.394032 C71.1210721,479.273456 71.0899121,479.146784 71.0553652,479.025531 L72.9222532,478.825024 C72.9507036,478.951018 72.9818636,479.077013 73.0177653,479.196911 L71.155619,479.394032 L71.155619,479.394032 Z M71.7957529,481.231115 C71.7652704,481.155924 71.7293687,481.07396 71.7002409,480.99335 L73.4960029,480.756264 C73.5258081,480.836873 73.5610324,480.921547 73.5901602,480.99877 L71.7957529,481.231115 L71.7957529,481.231115 Z M72.6553614,482.725438 C72.6208145,482.678698 72.5849128,482.629248 72.5544302,482.577767 L74.2465515,482.332551 C74.287195,482.388097 74.3203871,482.442966 74.3569662,482.491738 L72.6553614,482.725438 L72.6553614,482.725438 Z M72.4555312,463.774763 C72.6255562,463.512613 72.8118386,463.280945 72.998121,463.069599 L75.0804192,463.286364 C75.0208088,463.34191 74.9537472,463.401521 74.8893951,463.467228 C74.7376596,463.623027 74.5926981,463.799149 74.4518008,463.99085 L72.4555312,463.774763 L72.4555312,463.774763 Z M77.7296932,480.072777 C76.5557755,481.802155 75.1867695,479.9732 74.6651788,475.986758 C74.1402012,471.996251 74.6685658,467.3629 75.841806,465.632168 C77.007595,463.90008 78.376601,465.731744 78.9002238,469.722251 C79.4224919,473.707339 78.8948047,478.346109 77.7296932,480.072777 Z M71.0153992,483.671075 C69.6802626,482.825692 68.3911886,480.498855 67.711766,477.31512 C66.5222684,471.72123 67.8838232,465.228443 70.7607004,462.806772 C71.1840694,462.44911 71.6548557,462.163251 72.0782248,462.01558 C72.4643373,462.003387 72.9780115,462.01558 73.0322027,462.01558 C72.5932537,462.161219 72.1427889,462.434885 71.7038399,462.806772 C68.8283175,465.228443 67.5519019,471.984057 68.7420769,477.577948 C69.4492725,480.893774 70.7514149,482.959882 72.1542905,483.719237 C72.1542905,483.719237 71.3026127,483.699525 71.0153992,483.671075 Z M70.4551973,462.768161 C70.8941463,462.396273 71.3344501,462.145639 71.7754312,462 C71.6494366,462.00271 70.1537585,462.020999 69.6565539,462.096189 C69.3361483,462.144962 68.648597,462.304826 68.6099857,462.312277 C69.0428382,462.278407 70.2181106,462.28044 70.2181106,462.28044 C69.9403805,462.457239 69.8949954,462.428111 69.5847506,462.627264 L67.4340359,462.871801 C67.343943,462.939541 67.0242147,463.225399 66.9524113,463.296525 L69.0089687,463.067567 C68.7623986,463.279591 68.5273441,463.513968 68.3044826,463.776118 L66.3502112,463.998302 C66.3271799,464.029462 65.9580022,464.569342 65.853684,464.749528 L67.7036373,464.559858 C67.5099037,464.853846 67.3276856,465.170865 67.1563058,465.498722 L65.3842525,465.685004 C65.2609674,465.959347 65.145811,466.245883 65.0374286,466.543258 L66.7363238,466.400328 C66.5886527,466.751217 66.4552067,467.11633 66.3319217,467.492282 L64.6899273,467.633179 C64.5917056,467.984067 64.5016127,468.343084 64.4237128,468.715649 L66.0135482,468.604557 C65.9153266,468.999475 65.8279432,469.399813 65.7561398,469.811667 L64.2042383,469.922081 C64.1683366,470.170006 64.0714698,471.244347 64.0674054,471.303958 L65.5732444,471.242315 C65.541407,471.587107 65.5143114,471.933253 65.5007636,472.282109 L64.0003438,472.330204 C63.9962795,472.438587 64.0294716,473.882106 64.0355681,474.048744 L65.5217627,474.048744 C65.5339557,474.283798 65.5400523,474.518853 65.5617288,474.75323 L64.0599542,474.75323 C64.0640185,474.790486 64.2503009,476.214361 64.2740095,476.395224 L65.810331,476.567281 C65.8516519,476.788111 65.8963596,477.008263 65.9464865,477.227737 L64.3817146,477.057712 C64.3803598,477.053648 64.6398004,478.107667 64.6398004,478.107667 C64.7048299,478.343399 64.7827298,478.559487 64.8558879,478.780316 L66.4369172,478.978791 C66.4823024,479.116979 66.5283649,479.257199 66.5757822,479.389967 L64.9839147,479.196911 C64.9981399,479.238232 65.5840826,480.524596 65.7087225,480.746103 L67.257237,480.968964 C67.3019448,481.057025 67.3459752,481.145086 67.3920377,481.231115 L65.8225241,480.987254 C65.857071,481.046864 66.6536821,482.098852 66.8006759,482.251942 L68.2733227,482.497835 C68.3410617,482.577089 68.407446,482.652957 68.4765398,482.722728 L66.9774748,482.46261 C67.0093121,482.491061 67.3893282,482.825014 67.5634175,482.921204 C67.6785739,482.984878 68.3525774,483.357443 68.6655317,483.42044 C68.759689,483.444826 68.8545237,483.461761 68.9554548,483.46989 C69.297537,483.496308 70.079923,483.588433 70.7573134,483.661591 C69.3551152,482.902237 68.1127811,480.590981 67.4062629,477.273122 C66.2147331,471.683296 67.5783201,465.189154 70.4551973,462.768161 Z' id='PNEU-OK'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
}

.thematique:hover .gp-section-winter, .thematique:active .gp-section-winter, .thematique:focus .gp-section-winter, .thematique.is-active .gp-section-winter {
  background: #9c0 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='24px' height='23px' viewBox='0 0 24 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3E9AC2007B-586E-4158-B1EB-B4D42C9001DD%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-21.000000, -461.000000)' fill='%23FFFFFF'%3E %3Cpath d='M45,470.304869 L44.5012532,468.769482 L41.3901628,469.780592 L42.4662686,467.66859 L41.0276845,466.936081 L39.2191757,470.485815 L37.7321902,470.969191 L38.4173088,466.988205 L37.2468469,466.13682 L33.8071591,467.942351 L33.8071591,466.553604 L36.6247033,463.736379 L35.4829099,462.595171 L33.8071591,464.270762 L33.8071591,461 L32.1927345,461 L32.1927345,464.270868 L30.5169837,462.595277 L29.3755626,463.736485 L32.1927345,466.55371 L32.1927345,467.9365 L28.7646949,466.131501 L27.5930097,466.98177 L28.2745115,470.970946 L26.7810902,470.485815 L24.9723155,466.936081 L23.5337314,467.668643 L24.6098372,469.780645 L21.4987468,468.769535 L21,470.304922 L24.1110904,471.315925 L21.9992487,472.391765 L22.7321836,473.829817 L26.2820243,472.021362 L27.6261992,472.458251 L24.9666243,475.046925 L25.4133529,476.424396 L29.354766,476.999681 L28.3492943,478.382896 L24.4138383,479.006369 L24.6665359,480.601221 L27.0075128,480.230019 L25.0847556,482.876244 L26.3905817,483.825017 L28.313339,481.178792 L28.6841678,483.519929 L30.2785937,483.267497 L29.6551736,479.331775 L30.6034147,478.0268 L32.272251,481.414151 L33.7197176,481.414683 L35.395362,478.025683 L36.3446669,479.331935 L35.7212467,483.267657 L37.3156726,483.520089 L37.686661,481.178846 L39.6093119,483.82507 L40.9151381,482.876404 L38.9926467,480.230179 L41.3333577,480.601274 L41.5861085,479.006476 L37.6505994,478.383056 L36.6481062,477.003351 L40.5852642,476.433438 L41.0333225,475.057138 L38.3708754,472.458995 L39.7178161,472.021362 L43.2676037,473.829817 L44.0005917,472.391765 L41.8890691,471.315925 L45,470.304869 L45,470.304869 Z M33.8071591,469.765752 L36.5489632,468.326636 L35.9968154,471.532614 L33.8071591,472.244487 L33.8071591,469.765752 L33.8071591,469.765752 Z M32.1927877,469.760859 L32.1927877,472.244487 L30.0086099,471.53437 L29.4596533,468.322328 L32.1927877,469.760859 L32.1927877,469.760859 Z M30.4265636,475.524237 L27.2645719,475.062882 L29.3614145,473.021674 L31.6940409,473.779182 L30.4265636,475.524237 L30.4265636,475.524237 Z M32.9975799,479.233217 L31.6759569,476.550825 L33.0000266,474.728593 L34.3236708,476.550186 L32.9975799,479.233217 L32.9975799,479.233217 Z M38.735694,475.070062 L35.5758831,475.527269 L34.3057995,473.779342 L36.6371494,473.022366 L38.735694,475.070062 L38.735694,475.070062 Z' id='Neige-Copy-7'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
}

.thematique:hover::after, .thematique:active::after, .thematique:focus::after, .thematique.is-active::after {
  background: url("/bundles/smilelizeoblog/images/guide_arrow.svg") no-repeat center;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 25px;
}

.thematique:hover::before, .thematique:active::before, .thematique:focus::before, .thematique.is-active::before {
  border-left-color: #fff;
}

.situation, .fiche {
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #fff;
  border: none;
  line-height: 1.25;
  margin-left: 0;
  padding: 4px 20px 4px 28px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.situation::before, .fiche::before {
  background: #9c0 url("/bundles/smilelizeoblog/images/guide_arrow.svg") no-repeat center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
}

.situation a, .fiche a {
  display: block;
}

.situation:hover, .situation:active, .situation:focus, .situation.is-active, .fiche:hover, .fiche:active, .fiche:focus, .fiche.is-active {
  background-color: #9c0;
  color: #fff;
}

.situation:hover.situation--dark, .situation:active.situation--dark, .situation:focus.situation--dark, .situation.is-active.situation--dark, .fiche:hover.situation--dark, .fiche:active.situation--dark, .fiche:focus.situation--dark, .fiche.is-active.situation--dark {
  background-color: #424242;
}

.situation:hover a, .situation:active a, .situation:focus a, .situation.is-active a, .fiche:hover a, .fiche:active a, .fiche:focus a, .fiche.is-active a {
  color: #fff;
  text-decoration: none;
}

.situation:hover::before, .situation:active::before, .situation:focus::before, .situation.is-active::before, .fiche:hover::before, .fiche:active::before, .fiche:focus::before, .fiche.is-active::before {
  background: none;
}

.situation:hover::after, .situation:active::after, .situation:focus::after, .situation.is-active::after, .fiche:hover::after, .fiche:active::after, .fiche:focus::after, .fiche.is-active::after {
  background: #9c0 url("/bundles/smilelizeoblog/images/guide_arrow.svg") no-repeat center;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 20px;
}

@media only screen and (max-width: 960px) {
  .situation, .fiche {
    padding: 20px 10px 20px 25px;
  }
}

.gp-situations {
  color: #808080;
  text-transform: uppercase;
}

.fiche {
  background-color: #ececec;
}

.fiche a {
  color: #323232;
}

.fiche__title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.07;
  min-height: 40px;
  text-transform: uppercase;
}

.fiche__title a {
  color: #202121;
}

.cat-list-subitem {
  position: absolute;
  display: none;
  padding: 15px;
  width: 100%;
  top: 0;
  left: 100%;
  background-color: #fff;
  z-index: 10;
}

.cat-list-subitem .link-styled {
  padding: 5px 0;
  background-color: #fff;
}

.cat-list-item:hover > .cat-list-subitem,
.cat-list-item:active > .cat-list-subitem,
.cat-list-item:focus > .cat-list-subitem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cat-list-subitem > li {
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
  margin: 0;
}

.gp-section-basket, .gp-section-legislation, .gp-section-maintenance, .gp-section-offer, .gp-section-performances, .gp-section-summer, .gp-section-tests, .gp-section-tyresfeatures, .gp-section-winter {
  position: relative;
  display: block;
  padding: 0 5px;
}

.gp-section-basket:hover, .gp-section-legislation:hover, .gp-section-maintenance:hover, .gp-section-offer:hover, .gp-section-performances:hover, .gp-section-summer:hover, .gp-section-tests:hover, .gp-section-tyresfeatures:hover, .gp-section-winter:hover, .gp-section-basket:active, .gp-section-legislation:active, .gp-section-maintenance:active, .gp-section-offer:active, .gp-section-performances:active, .gp-section-summer:active, .gp-section-tests:active, .gp-section-tyresfeatures:active, .gp-section-winter:active, .gp-section-basket:focus, .gp-section-legislation:focus, .gp-section-maintenance:focus, .gp-section-offer:focus, .gp-section-performances:focus, .gp-section-summer:focus, .gp-section-tests:focus, .gp-section-tyresfeatures:focus, .gp-section-winter:focus {
  background-color: #fff;
}

.gp-section-basket, .gp-section-legislation, .gp-section-maintenance, .gp-section-offer, .gp-section-performances, .gp-section-summer, .gp-section-tests, .gp-section-tyresfeatures, .gp-section-winter {
  display: inline-block;
  margin-right: 4%;
  width: 15%;
  height: 30px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 960px) {
  .gp-section-basket, .gp-section-legislation, .gp-section-maintenance, .gp-section-offer, .gp-section-performances, .gp-section-summer, .gp-section-tests, .gp-section-tyresfeatures, .gp-section-winter {
    margin-right: 10px;
  }
}

.gp-section-basket {
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='22px' height='22px' viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EAB2C284E-6414-4F68-92EF-B576B0E77172%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-263.000000, -461.000000)' fill='%23767676'%3E %3Cpath d='M284.994845,461.521295 C284.903423,461.153541 284.529482,460.928077 284.161041,461.020874 L281.408729,461.708265 C281.140646,461.775629 280.938554,461.995594 280.895935,462.267114 L280.547428,464.472263 L263.60325,466.504877 C263.59019,466.506251 263.579879,466.515875 263.565444,466.518624 C263.549634,466.521374 263.535198,466.516562 263.518701,466.520687 C263.47952,466.53031 263.449962,466.554369 263.415592,466.569491 C263.376411,466.585989 263.339979,466.599049 263.30561,466.621733 C263.257493,466.654728 263.218311,466.697346 263.180505,466.740652 C263.16057,466.761961 263.135824,466.774334 263.11864,466.797705 C263.114515,466.803204 263.114515,466.810078 263.111766,466.815577 C263.074647,466.873318 263.053338,466.937933 263.034091,467.003922 C263.027217,467.027981 263.013469,467.048603 263.009345,467.073349 C262.995597,467.164084 262.995597,467.259632 263.018968,467.354491 L265.083889,475.603179 L265.77128,478.352741 C265.776779,478.372675 265.788465,478.388485 265.795339,478.407045 C265.806337,478.44004 265.820772,478.470285 265.837269,478.501217 C265.859953,478.545898 265.888136,478.587141 265.921131,478.626322 C265.941065,478.649694 265.962375,478.673065 265.985058,478.695749 C266.026989,478.732181 266.070982,478.760364 266.118412,478.785797 C266.143158,478.800232 266.165155,478.815355 266.191963,478.826353 C266.268951,478.855224 266.351438,478.873096 266.437361,478.873096 L280.887687,478.873096 C281.267814,478.873096 281.575077,478.565832 281.575077,478.186392 C281.575077,477.806265 281.267814,477.498314 280.887687,477.498314 L266.974901,477.498314 L266.631206,476.123533 L279.512218,476.123533 C279.596767,476.123533 279.678567,476.109098 279.75418,476.080228 C279.785112,476.067855 279.809171,476.04792 279.837354,476.032798 C279.879972,476.010114 279.923965,475.99018 279.960397,475.959247 C279.987205,475.936563 280.005077,475.90563 280.030511,475.877447 C280.059381,475.842391 280.091688,475.812145 280.114372,475.774339 C280.132932,475.737907 280.14118,475.696664 280.154928,475.656108 C280.169363,475.619676 280.187236,475.585306 280.195484,475.5475 L280.198234,475.533065 L280.198234,475.525503 L282.184793,462.93182 L284.494425,462.3551 C284.864241,462.262989 285.087643,461.889736 284.994845,461.521295 L284.994845,461.521295 Z M266.28751,474.748065 L264.542226,467.777237 L266.675886,467.521527 L267.710409,474.748065 L266.28751,474.748065 L266.28751,474.748065 Z M269.098938,474.748065 L268.042418,467.357928 L270.18639,467.100844 L270.533522,474.748065 L269.098938,474.748065 L269.098938,474.748065 Z M273.349074,474.748065 L271.913115,474.748065 L271.557047,466.935871 L273.698956,466.679474 L273.349074,474.748065 L273.349074,474.748065 Z M276.151565,474.748065 L274.726605,474.748065 L275.084048,466.513125 L277.216333,466.258103 L276.151565,474.748065 L276.151565,474.748065 Z M278.910064,474.748065 L277.539407,474.748065 L278.622735,466.088318 L280.088939,465.913033 L278.910064,474.748065 L278.910064,474.748065 Z M269.189673,480.24719 C268.430794,480.24719 267.813517,480.863091 267.813517,481.622658 C267.813517,482.382225 268.430107,482.996752 269.189673,482.996752 C269.949927,482.996752 270.565829,482.381537 270.565829,481.622658 C270.565829,480.864466 269.949927,480.24719 269.189673,480.24719 L269.189673,480.24719 Z M278.136749,480.24719 C277.377183,480.24719 276.760593,480.863091 276.760593,481.622658 C276.760593,482.382225 277.376495,482.996752 278.136749,482.996752 C278.895629,482.996752 279.512905,482.381537 279.512905,481.622658 C279.511531,480.863779 278.895629,480.24719 278.136749,480.24719 L278.136749,480.24719 Z' id='P-PANIER'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
  height: 38px;
  width: 38px;
}

.gp-section-basket.is-active {
  background: #9c0 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='22px' height='22px' viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EAB2C284E-6414-4F68-92EF-B576B0E77172%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-263.000000, -461.000000)' fill='%23FFFFFF'%3E %3Cpath d='M284.994845,461.521295 C284.903423,461.153541 284.529482,460.928077 284.161041,461.020874 L281.408729,461.708265 C281.140646,461.775629 280.938554,461.995594 280.895935,462.267114 L280.547428,464.472263 L263.60325,466.504877 C263.59019,466.506251 263.579879,466.515875 263.565444,466.518624 C263.549634,466.521374 263.535198,466.516562 263.518701,466.520687 C263.47952,466.53031 263.449962,466.554369 263.415592,466.569491 C263.376411,466.585989 263.339979,466.599049 263.30561,466.621733 C263.257493,466.654728 263.218311,466.697346 263.180505,466.740652 C263.16057,466.761961 263.135824,466.774334 263.11864,466.797705 C263.114515,466.803204 263.114515,466.810078 263.111766,466.815577 C263.074647,466.873318 263.053338,466.937933 263.034091,467.003922 C263.027217,467.027981 263.013469,467.048603 263.009345,467.073349 C262.995597,467.164084 262.995597,467.259632 263.018968,467.354491 L265.083889,475.603179 L265.77128,478.352741 C265.776779,478.372675 265.788465,478.388485 265.795339,478.407045 C265.806337,478.44004 265.820772,478.470285 265.837269,478.501217 C265.859953,478.545898 265.888136,478.587141 265.921131,478.626322 C265.941065,478.649694 265.962375,478.673065 265.985058,478.695749 C266.026989,478.732181 266.070982,478.760364 266.118412,478.785797 C266.143158,478.800232 266.165155,478.815355 266.191963,478.826353 C266.268951,478.855224 266.351438,478.873096 266.437361,478.873096 L280.887687,478.873096 C281.267814,478.873096 281.575077,478.565832 281.575077,478.186392 C281.575077,477.806265 281.267814,477.498314 280.887687,477.498314 L266.974901,477.498314 L266.631206,476.123533 L279.512218,476.123533 C279.596767,476.123533 279.678567,476.109098 279.75418,476.080228 C279.785112,476.067855 279.809171,476.04792 279.837354,476.032798 C279.879972,476.010114 279.923965,475.99018 279.960397,475.959247 C279.987205,475.936563 280.005077,475.90563 280.030511,475.877447 C280.059381,475.842391 280.091688,475.812145 280.114372,475.774339 C280.132932,475.737907 280.14118,475.696664 280.154928,475.656108 C280.169363,475.619676 280.187236,475.585306 280.195484,475.5475 L280.198234,475.533065 L280.198234,475.525503 L282.184793,462.93182 L284.494425,462.3551 C284.864241,462.262989 285.087643,461.889736 284.994845,461.521295 L284.994845,461.521295 Z M266.28751,474.748065 L264.542226,467.777237 L266.675886,467.521527 L267.710409,474.748065 L266.28751,474.748065 L266.28751,474.748065 Z M269.098938,474.748065 L268.042418,467.357928 L270.18639,467.100844 L270.533522,474.748065 L269.098938,474.748065 L269.098938,474.748065 Z M273.349074,474.748065 L271.913115,474.748065 L271.557047,466.935871 L273.698956,466.679474 L273.349074,474.748065 L273.349074,474.748065 Z M276.151565,474.748065 L274.726605,474.748065 L275.084048,466.513125 L277.216333,466.258103 L276.151565,474.748065 L276.151565,474.748065 Z M278.910064,474.748065 L277.539407,474.748065 L278.622735,466.088318 L280.088939,465.913033 L278.910064,474.748065 L278.910064,474.748065 Z M269.189673,480.24719 C268.430794,480.24719 267.813517,480.863091 267.813517,481.622658 C267.813517,482.382225 268.430107,482.996752 269.189673,482.996752 C269.949927,482.996752 270.565829,482.381537 270.565829,481.622658 C270.565829,480.864466 269.949927,480.24719 269.189673,480.24719 L269.189673,480.24719 Z M278.136749,480.24719 C277.377183,480.24719 276.760593,480.863091 276.760593,481.622658 C276.760593,482.382225 277.376495,482.996752 278.136749,482.996752 C278.895629,482.996752 279.512905,482.381537 279.512905,481.622658 C279.511531,480.863779 278.895629,480.24719 278.136749,480.24719 L278.136749,480.24719 Z' id='P-PANIER'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
}

.gp-section-legislation {
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='26px' height='21px' viewBox='0 0 26 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3E0F2B9911-65AE-456D-919C-CD4BD174C1C0%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-140.000000, -421.000000)' fill='%23767676'%3E %3Cpath d='M147.513538,421.935158 L153.594564,425.358158 C153.762564,425.451258 153.977231,425.394558 154.073436,425.232158 L154.250051,424.936058 C154.346256,424.773658 154.288821,424.563658 154.120821,424.469158 L148.041231,421.045458 C147.873231,420.951658 147.657846,421.007658 147.562359,421.170758 L147.386462,421.466858 C147.288821,421.630658 147.346974,421.840658 147.513538,421.935158 Z M142.249538,430.827958 L148.329128,434.250958 C148.497128,434.344058 148.711795,434.288058 148.808,434.124958 L148.983179,433.829558 C149.080103,433.667158 149.022667,433.455758 148.854667,433.361258 L142.774359,429.939658 C142.607077,429.844458 142.391692,429.901858 142.296205,430.064258 L142.120308,430.361058 C142.023385,430.522758 142.080821,430.733458 142.249538,430.827958 Z M163.688923,435.009758 L151.519692,428.860258 L153.155897,426.098058 C153.252821,425.935658 153.195385,425.724958 153.028103,425.630458 L147.555897,422.550458 C147.389333,422.456658 147.172513,422.512658 147.076308,422.675758 L143.214462,429.196258 C143.118974,429.359358 143.17641,429.570058 143.342974,429.663858 L148.816615,432.743158 C148.983179,432.837658 149.199282,432.780958 149.294769,432.617858 L150.931692,429.855658 L162.477026,437.055858 C162.639282,437.158058 162.851077,437.106258 162.946564,436.945258 L163.825333,435.461958 C163.920821,435.299558 163.859795,435.097258 163.688923,435.009758 Z M165.608718,435.874958 L164.999897,435.533358 C164.834051,435.438858 164.617231,435.494858 164.520308,435.657958 L163.466359,437.436658 C163.370154,437.599058 163.428308,437.809758 163.594872,437.902858 L164.203692,438.245858 C164.370256,438.340358 164.586359,438.282958 164.684,438.119858 L165.736513,436.342558 C165.832718,436.178758 165.776,435.968058 165.608718,435.874958 Z M154.470974,437.986158 L153.738667,437.986158 C153.831282,437.884658 153.893026,437.753758 153.893026,437.608858 L153.893026,437.045358 C153.893026,436.736658 153.63241,436.480458 153.314359,436.480458 L141.736,436.480458 C141.416513,436.480458 141.156615,436.735958 141.156615,437.045358 L141.156615,437.608858 C141.156615,437.753758 141.218359,437.885358 141.310974,437.986158 L140.579385,437.986158 C140.258462,437.986158 140,438.241658 140,438.550358 L140,440.809258 C140,441.116558 140.259179,441.372758 140.579385,441.372758 L154.471692,441.372758 C154.791179,441.372758 155.051077,441.117258 155.051077,440.809258 L155.051077,438.548258 C155.051077,438.240258 154.791179,437.986158 154.470974,437.986158 Z' id='Combined-Shape'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
  height: 38px;
  width: 38px;
}

.gp-section-legislation.is-active {
  background: #9c0 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='26px' height='21px' viewBox='0 0 26 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EBB629287-963A-482E-9A30-BD0CF57FFD30%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-140.000000, -461.000000)' fill='%23FFFFFF'%3E %3Cpath d='M147.513538,461.935158 L153.594564,465.358158 C153.762564,465.451258 153.977231,465.394558 154.073436,465.232158 L154.250051,464.936058 C154.346256,464.773658 154.288821,464.563658 154.120821,464.469158 L148.041231,461.045458 C147.873231,460.951658 147.657846,461.007658 147.562359,461.170758 L147.386462,461.466858 C147.288821,461.630658 147.346974,461.840658 147.513538,461.935158 Z M142.249538,470.827958 L148.329128,474.250958 C148.497128,474.344058 148.711795,474.288058 148.808,474.124958 L148.983179,473.829558 C149.080103,473.667158 149.022667,473.455758 148.854667,473.361258 L142.774359,469.939658 C142.607077,469.844458 142.391692,469.901858 142.296205,470.064258 L142.120308,470.361058 C142.023385,470.522758 142.080821,470.733458 142.249538,470.827958 Z M163.688923,475.009758 L151.519692,468.860258 L153.155897,466.098058 C153.252821,465.935658 153.195385,465.724958 153.028103,465.630458 L147.555897,462.550458 C147.389333,462.456658 147.172513,462.512658 147.076308,462.675758 L143.214462,469.196258 C143.118974,469.359358 143.17641,469.570058 143.342974,469.663858 L148.816615,472.743158 C148.983179,472.837658 149.199282,472.780958 149.294769,472.617858 L150.931692,469.855658 L162.477026,477.055858 C162.639282,477.158058 162.851077,477.106258 162.946564,476.945258 L163.825333,475.461958 C163.920821,475.299558 163.859795,475.097258 163.688923,475.009758 Z M165.608718,475.874958 L164.999897,475.533358 C164.834051,475.438858 164.617231,475.494858 164.520308,475.657958 L163.466359,477.436658 C163.370154,477.599058 163.428308,477.809758 163.594872,477.902858 L164.203692,478.245858 C164.370256,478.340358 164.586359,478.282958 164.684,478.119858 L165.736513,476.342558 C165.832718,476.178758 165.776,475.968058 165.608718,475.874958 Z M154.470974,477.986158 L153.738667,477.986158 C153.831282,477.884658 153.893026,477.753758 153.893026,477.608858 L153.893026,477.045358 C153.893026,476.736658 153.63241,476.480458 153.314359,476.480458 L141.736,476.480458 C141.416513,476.480458 141.156615,476.735958 141.156615,477.045358 L141.156615,477.608858 C141.156615,477.753758 141.218359,477.885358 141.310974,477.986158 L140.579385,477.986158 C140.258462,477.986158 140,478.241658 140,478.550358 L140,480.809258 C140,481.116558 140.259179,481.372758 140.579385,481.372758 L154.471692,481.372758 C154.791179,481.372758 155.051077,481.117258 155.051077,480.809258 L155.051077,478.548258 C155.051077,478.240258 154.791179,477.986158 154.470974,477.986158 Z' id='Combined-Shape'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
}

.gp-section-maintenance {
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='26px' height='22px' viewBox='0 0 26 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EB16D077B-E985-4A6C-B74E-C41E269A40A5%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-220.000000, -422.000000)' fill='%23767676'%3E %3Cpath d='M229.090174,424.678396 C224.077799,424.678396 220,428.903514 220,434.096998 C220,439.290597 224.077799,443.515944 229.090174,443.515944 C234.10255,443.515944 238.180349,439.290597 238.180349,434.096883 C238.180238,428.903514 234.102439,424.678396 229.090174,424.678396 L229.090174,424.678396 Z M229.090174,440.786787 C225.524552,440.786787 222.633927,437.791765 222.633927,434.096998 C222.633927,430.402575 225.524552,427.407554 229.090174,427.407554 C232.655796,427.407554 235.546421,430.402575 235.546421,434.096998 C235.546421,437.791765 232.655796,440.786787 229.090174,440.786787 L229.090174,440.786787 Z M229.090174,428.273708 C225.991065,428.273708 223.469748,430.886069 223.469748,434.096998 C223.469748,437.308271 225.991065,439.920747 229.090174,439.920747 C232.189284,439.920747 234.710601,437.308271 234.710601,434.096998 C234.710601,430.886069 232.189284,428.273708 229.090174,428.273708 L229.090174,428.273708 Z M229.442746,429.019047 C230.531497,429.099438 231.522822,429.548479 232.301562,430.246617 L230.37566,432.242149 C230.104221,432.038875 229.786895,431.898995 229.442746,431.841228 L229.442746,429.019047 L229.442746,429.019047 Z M228.737491,429.019047 L228.737491,431.841228 C228.393232,431.89911 228.075906,432.039105 227.804356,432.242379 L225.878455,430.246846 C226.657194,429.548594 227.64863,429.099438 228.737491,429.019047 L228.737491,429.019047 Z M225.379245,430.763186 L227.305701,432.759293 C227.10963,433.040546 226.974742,433.369345 226.918991,433.725936 L224.189523,433.725936 C224.268328,432.597133 224.703584,431.569622 225.379245,430.763186 L225.379245,430.763186 Z M224.188636,434.456805 L226.918991,434.456805 C226.974742,434.813396 227.109741,435.14208 227.305812,435.423219 L225.374036,437.424838 C224.69904,436.616565 224.265224,435.587216 224.188636,434.456805 L224.188636,434.456805 Z M228.737491,439.175293 C227.645748,439.094673 226.652207,438.64345 225.872469,437.941981 L227.804467,435.940017 C228.075906,436.143292 228.393343,436.283057 228.737491,436.340939 L228.737491,439.175293 L228.737491,439.175293 Z M227.379186,434.091371 C227.379186,433.112094 228.14529,432.318061 229.090174,432.318061 C230.035169,432.318061 230.801274,433.111979 230.801274,434.091371 C230.801274,435.070417 230.03528,435.864105 229.090174,435.864105 C228.14529,435.864105 227.379186,435.070417 227.379186,434.091371 L227.379186,434.091371 Z M229.442746,439.175293 L229.442746,436.340939 C229.786895,436.283172 230.10411,436.143292 230.375549,435.940132 L232.307658,437.942096 C231.528031,438.643565 230.534379,439.094673 229.442746,439.175293 L229.442746,439.175293 Z M232.80598,437.424838 L230.874315,435.423333 C231.070607,435.14208 231.205496,434.813396 231.261358,434.45669 L233.991602,434.45669 C233.915014,435.587216 233.481198,436.616679 232.80598,437.424838 L232.80598,437.424838 Z M231.261468,433.725936 C231.205717,433.36923 231.070607,433.040317 230.874426,432.758948 L232.800882,430.762956 C233.476765,431.569392 233.912021,432.597018 233.990826,433.725936 L231.261468,433.725936 Z M243.716539,422.071203 C243.641613,422.026759 243.554828,422.00333 243.465383,422.00333 C243.465383,422.00333 243.465272,424.885001 243.465383,425.668124 C243.465383,425.750122 243.370617,425.84797 243.331159,425.87737 L243.302896,425.89942 C242.849573,426.290005 241.771241,426.730088 241.518755,426.866178 C241.502684,426.866063 241.487388,426.865604 241.470984,426.865604 C241.453583,426.865604 241.437068,426.866063 241.42011,426.866293 C241.163855,426.729858 240.090068,426.357418 239.630316,425.959254 L239.601388,425.936629 C239.60028,425.935825 239.489997,425.844295 239.489997,425.668124 C239.489997,424.853189 239.489997,422 239.489997,422 C239.396894,422 239.300798,422.026414 239.218447,422.075223 C237.814365,422.911174 236.942079,424.471332 236.942079,426.146794 C236.942079,428.112123 238.114512,429.798035 239.772298,430.495829 L239.772188,441.933506 C239.772188,442.877296 240.513243,443.645029 241.423989,443.645029 L241.517979,443.645029 C242.428836,443.645029 243.169781,442.877181 243.169781,441.933506 L243.170002,430.498929 C243.726071,430.266025 244.236696,429.917818 244.673504,429.465217 C245.529054,428.579079 246.000111,427.400433 246,426.147024 C246,424.467657 245.125054,422.905776 243.716539,422.071203 Z M241.497028,442.614417 C242.09641,442.614417 242.582306,442.128522 242.582306,441.52914 C242.582306,440.929757 242.09641,440.443862 241.497028,440.443862 C240.897646,440.443862 240.411751,440.929757 240.411751,441.52914 C240.411751,442.128522 240.897646,442.614417 241.497028,442.614417 Z' id='P-ENTRETIEN'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
  height: 38px;
  width: 38px;
}

.gp-section-maintenance.is-active {
  background: #9c0 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='26px' height='22px' viewBox='0 0 26 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3E677EFBDD-9988-4E49-8E2A-47D22A45CEBF%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-220.000000, -462.000000)' fill='%23FFFFFF'%3E %3Cpath d='M229.090174,464.678396 C224.077799,464.678396 220,468.903514 220,474.096998 C220,479.290597 224.077799,483.515944 229.090174,483.515944 C234.10255,483.515944 238.180349,479.290597 238.180349,474.096883 C238.180238,468.903514 234.102439,464.678396 229.090174,464.678396 L229.090174,464.678396 Z M229.090174,480.786787 C225.524552,480.786787 222.633927,477.791765 222.633927,474.096998 C222.633927,470.402575 225.524552,467.407554 229.090174,467.407554 C232.655796,467.407554 235.546421,470.402575 235.546421,474.096998 C235.546421,477.791765 232.655796,480.786787 229.090174,480.786787 L229.090174,480.786787 Z M229.090174,468.273708 C225.991065,468.273708 223.469748,470.886069 223.469748,474.096998 C223.469748,477.308271 225.991065,479.920747 229.090174,479.920747 C232.189284,479.920747 234.710601,477.308271 234.710601,474.096998 C234.710601,470.886069 232.189284,468.273708 229.090174,468.273708 L229.090174,468.273708 Z M229.442746,469.019047 C230.531497,469.099438 231.522822,469.548479 232.301562,470.246617 L230.37566,472.242149 C230.104221,472.038875 229.786895,471.898995 229.442746,471.841228 L229.442746,469.019047 L229.442746,469.019047 Z M228.737491,469.019047 L228.737491,471.841228 C228.393232,471.89911 228.075906,472.039105 227.804356,472.242379 L225.878455,470.246846 C226.657194,469.548594 227.64863,469.099438 228.737491,469.019047 L228.737491,469.019047 Z M225.379245,470.763186 L227.305701,472.759293 C227.10963,473.040546 226.974742,473.369345 226.918991,473.725936 L224.189523,473.725936 C224.268328,472.597133 224.703584,471.569622 225.379245,470.763186 L225.379245,470.763186 Z M224.188636,474.456805 L226.918991,474.456805 C226.974742,474.813396 227.109741,475.14208 227.305812,475.423219 L225.374036,477.424838 C224.69904,476.616565 224.265224,475.587216 224.188636,474.456805 L224.188636,474.456805 Z M228.737491,479.175293 C227.645748,479.094673 226.652207,478.64345 225.872469,477.941981 L227.804467,475.940017 C228.075906,476.143292 228.393343,476.283057 228.737491,476.340939 L228.737491,479.175293 L228.737491,479.175293 Z M227.379186,474.091371 C227.379186,473.112094 228.14529,472.318061 229.090174,472.318061 C230.035169,472.318061 230.801274,473.111979 230.801274,474.091371 C230.801274,475.070417 230.03528,475.864105 229.090174,475.864105 C228.14529,475.864105 227.379186,475.070417 227.379186,474.091371 L227.379186,474.091371 Z M229.442746,479.175293 L229.442746,476.340939 C229.786895,476.283172 230.10411,476.143292 230.375549,475.940132 L232.307658,477.942096 C231.528031,478.643565 230.534379,479.094673 229.442746,479.175293 L229.442746,479.175293 Z M232.80598,477.424838 L230.874315,475.423333 C231.070607,475.14208 231.205496,474.813396 231.261358,474.45669 L233.991602,474.45669 C233.915014,475.587216 233.481198,476.616679 232.80598,477.424838 L232.80598,477.424838 Z M231.261468,473.725936 C231.205717,473.36923 231.070607,473.040317 230.874426,472.758948 L232.800882,470.762956 C233.476765,471.569392 233.912021,472.597018 233.990826,473.725936 L231.261468,473.725936 Z M243.716539,462.071203 C243.641613,462.026759 243.554828,462.00333 243.465383,462.00333 C243.465383,462.00333 243.465272,464.885001 243.465383,465.668124 C243.465383,465.750122 243.370617,465.84797 243.331159,465.87737 L243.302896,465.89942 C242.849573,466.290005 241.771241,466.730088 241.518755,466.866178 C241.502684,466.866063 241.487388,466.865604 241.470984,466.865604 C241.453583,466.865604 241.437068,466.866063 241.42011,466.866293 C241.163855,466.729858 240.090068,466.357418 239.630316,465.959254 L239.601388,465.936629 C239.60028,465.935825 239.489997,465.844295 239.489997,465.668124 C239.489997,464.853189 239.489997,462 239.489997,462 C239.396894,462 239.300798,462.026414 239.218447,462.075223 C237.814365,462.911174 236.942079,464.471332 236.942079,466.146794 C236.942079,468.112123 238.114512,469.798035 239.772298,470.495829 L239.772188,481.933506 C239.772188,482.877296 240.513243,483.645029 241.423989,483.645029 L241.517979,483.645029 C242.428836,483.645029 243.169781,482.877181 243.169781,481.933506 L243.170002,470.498929 C243.726071,470.266025 244.236696,469.917818 244.673504,469.465217 C245.529054,468.579079 246.000111,467.400433 246,466.147024 C246,464.467657 245.125054,462.905776 243.716539,462.071203 Z M241.497028,482.614417 C242.09641,482.614417 242.582306,482.128522 242.582306,481.52914 C242.582306,480.929757 242.09641,480.443862 241.497028,480.443862 C240.897646,480.443862 240.411751,480.929757 240.411751,481.52914 C240.411751,482.128522 240.897646,482.614417 241.497028,482.614417 Z' id='P-ENTRETIEN'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
}

.gp-section-offer {
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='24px' height='23px' viewBox='0 0 24 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3E1866C88C-DE6E-434D-BE28-B0EB30B4325F%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-101.000000, -422.000000)' fill='%23767676'%3E %3Cpath d='M116.760982,419.927744 C116.383765,419.550444 115.872035,419.338534 115.338534,419.338534 C114.805033,419.338534 114.293302,419.550444 113.916085,419.927744 C112.022799,421.821031 108.771216,425.072613 107.54644,426.297389 C107.235528,426.608301 107.060785,427.030052 107.060785,427.469849 L107.060785,441.680352 C107.060785,442.120124 107.235445,442.541891 107.54644,442.852862 C107.857435,443.163832 108.279187,443.338534 108.718984,443.338534 L121.958084,443.338534 C122.397881,443.338534 122.819632,443.163832 123.130627,442.852862 C123.441622,442.541891 123.616283,442.120124 123.616283,441.680352 L123.616283,427.469849 C123.616283,427.030052 123.441539,426.608301 123.130627,426.297389 C121.905851,425.072613 118.654269,421.821031 116.760982,419.927744 L116.760982,419.927744 Z M115.338534,422.64417 C116.252232,422.64417 116.994083,423.386022 116.994083,424.29972 C116.994083,425.213418 116.252232,425.955269 115.338534,425.955269 C114.424836,425.955269 113.682984,425.213418 113.682984,424.29972 C113.682984,423.386022 114.424836,422.64417 115.338534,422.64417 L115.338534,422.64417 Z' id='P-PRODUIT' transform='translate(115.338534, 431.338534) rotate(-315.000000) translate(-115.338534, -431.338534) '/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
  height: 38px;
  width: 38px;
}

.gp-section-offer.is-active {
  background: #9c0 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='24px' height='23px' viewBox='0 0 24 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3E8442824E-2632-4F20-B489-EC1B3ABC7FF4%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-101.000000, -462.000000)' fill='%23FFFFFF'%3E %3Cpath d='M116.760982,459.927744 C116.383765,459.550444 115.872035,459.338534 115.338534,459.338534 C114.805033,459.338534 114.293302,459.550444 113.916085,459.927744 C112.022799,461.821031 108.771216,465.072613 107.54644,466.297389 C107.235528,466.608301 107.060785,467.030052 107.060785,467.469849 L107.060785,481.680352 C107.060785,482.120124 107.235445,482.541891 107.54644,482.852862 C107.857435,483.163832 108.279187,483.338534 108.718984,483.338534 L121.958084,483.338534 C122.397881,483.338534 122.819632,483.163832 123.130627,482.852862 C123.441622,482.541891 123.616283,482.120124 123.616283,481.680352 L123.616283,467.469849 C123.616283,467.030052 123.441539,466.608301 123.130627,466.297389 C121.905851,465.072613 118.654269,461.821031 116.760982,459.927744 L116.760982,459.927744 Z M115.338534,462.64417 C116.252232,462.64417 116.994083,463.386022 116.994083,464.29972 C116.994083,465.213418 116.252232,465.955269 115.338534,465.955269 C114.424836,465.955269 113.682984,465.213418 113.682984,464.29972 C113.682984,463.386022 114.424836,462.64417 115.338534,462.64417 L115.338534,462.64417 Z' id='P-PRODUIT' transform='translate(115.338534, 471.338534) rotate(-315.000000) translate(-115.338534, -471.338534) '/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
}

.gp-section-performances {
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='22px' height='22px' viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3E90B85A4D-C87E-4299-9ED0-75E6B1310CE8%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-182.000000, -422.000000)' fill='%23767676'%3E %3Cpath d='M193.87017,431.560182 L198.96805,427.024276 L194.464934,432.177969 C194.602026,432.422154 194.687142,432.699827 194.687142,432.999826 C194.687142,433.932611 193.930867,434.686793 192.999477,434.686793 C192.067389,434.686793 191.31216,433.932611 191.31216,432.999826 C191.31216,432.067737 192.067389,431.312509 192.999477,431.312509 C193.320405,431.312509 193.615171,431.405997 193.87017,431.560182 L193.87017,431.560182 Z M204,432.999826 C204,439.065026 199.065375,444 193.000174,444 C186.934974,444 182,439.065026 182,432.999826 C182,426.934625 186.934974,422 193.000174,422 C199.065375,422 204,426.934625 204,432.999826 L204,432.999826 Z M201.591641,436.73062 L200.209206,436.168995 L200.371066,435.76923 L201.748268,436.330157 C202.09501,435.42179 202.302218,434.447841 202.348265,433.430986 L200.871644,433.430986 L200.871644,432.569014 L202.348265,432.569014 C202.299776,431.512043 202.080708,430.501816 201.7085,429.563797 L200.335833,430.141469 L200.168741,429.744494 L201.541757,429.166823 C200.585251,427.044508 198.866539,425.339052 196.729922,424.407662 L196.1676,425.790096 L195.769578,425.628237 L196.330157,424.251035 C195.423883,423.903595 194.447144,423.697084 193.430288,423.65034 L193.430288,425.127658 L192.57006,425.127658 L192.57006,423.650689 C191.513089,423.698828 190.502862,423.918943 189.565193,424.290453 L190.142864,425.662771 L189.745889,425.829863 L189.168218,424.457545 C188.256711,424.868124 187.425785,425.421726 186.696371,426.087304 L187.739039,427.129973 L187.130322,427.738691 L186.087653,426.696022 C185.39661,427.452646 184.823473,428.318106 184.408359,429.269729 L185.790794,429.831703 L185.628934,430.230422 L184.252081,429.669843 C183.904641,430.577513 183.697782,431.552159 183.651387,432.569014 L185.128704,432.569014 L185.128704,433.429591 L183.651038,433.429591 C183.699177,434.486911 183.919292,435.496789 184.290802,436.434807 L185.66312,435.857136 L185.830212,436.25446 L184.457894,436.83248 C184.868473,437.743987 185.421726,438.574912 186.087304,439.303978 L187.129973,438.261658 L187.738691,438.870376 L186.696022,439.91165 C188.362059,441.432921 190.571234,442.371288 193.000174,442.371288 C195.428766,442.371288 197.635848,441.436409 199.303629,439.91165 L198.261309,438.870376 L198.870027,438.261658 L199.91165,439.303978 C200.604088,438.548052 201.177224,437.681894 201.591641,436.73062 L201.591641,436.73062 Z M189.8924,438.872469 L196.108298,438.872469 L196.108298,437.65015 L189.8924,437.65015 L189.8924,438.872469 L189.8924,438.872469 Z' id='Shape'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
  height: 38px;
  width: 38px;
}

.gp-section-performances.is-active {
  background: #9c0 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='22px' height='22px' viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3E40753298-FAB0-4266-85C9-2FFF19851CF5%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-182.000000, -462.000000)' fill='%23FFFFFF'%3E %3Cpath d='M193.87017,471.560182 L198.96805,467.024276 L194.464934,472.177969 C194.602026,472.422154 194.687142,472.699827 194.687142,472.999826 C194.687142,473.932611 193.930867,474.686793 192.999477,474.686793 C192.067389,474.686793 191.31216,473.932611 191.31216,472.999826 C191.31216,472.067737 192.067389,471.312509 192.999477,471.312509 C193.320405,471.312509 193.615171,471.405997 193.87017,471.560182 L193.87017,471.560182 Z M204,472.999826 C204,479.065026 199.065375,484 193.000174,484 C186.934974,484 182,479.065026 182,472.999826 C182,466.934625 186.934974,462 193.000174,462 C199.065375,462 204,466.934625 204,472.999826 L204,472.999826 Z M201.591641,476.73062 L200.209206,476.168995 L200.371066,475.76923 L201.748268,476.330157 C202.09501,475.42179 202.302218,474.447841 202.348265,473.430986 L200.871644,473.430986 L200.871644,472.569014 L202.348265,472.569014 C202.299776,471.512043 202.080708,470.501816 201.7085,469.563797 L200.335833,470.141469 L200.168741,469.744494 L201.541757,469.166823 C200.585251,467.044508 198.866539,465.339052 196.729922,464.407662 L196.1676,465.790096 L195.769578,465.628237 L196.330157,464.251035 C195.423883,463.903595 194.447144,463.697084 193.430288,463.65034 L193.430288,465.127658 L192.57006,465.127658 L192.57006,463.650689 C191.513089,463.698828 190.502862,463.918943 189.565193,464.290453 L190.142864,465.662771 L189.745889,465.829863 L189.168218,464.457545 C188.256711,464.868124 187.425785,465.421726 186.696371,466.087304 L187.739039,467.129973 L187.130322,467.738691 L186.087653,466.696022 C185.39661,467.452646 184.823473,468.318106 184.408359,469.269729 L185.790794,469.831703 L185.628934,470.230422 L184.252081,469.669843 C183.904641,470.577513 183.697782,471.552159 183.651387,472.569014 L185.128704,472.569014 L185.128704,473.429591 L183.651038,473.429591 C183.699177,474.486911 183.919292,475.496789 184.290802,476.434807 L185.66312,475.857136 L185.830212,476.25446 L184.457894,476.83248 C184.868473,477.743987 185.421726,478.574912 186.087304,479.303978 L187.129973,478.261658 L187.738691,478.870376 L186.696022,479.91165 C188.362059,481.432921 190.571234,482.371288 193.000174,482.371288 C195.428766,482.371288 197.635848,481.436409 199.303629,479.91165 L198.261309,478.870376 L198.870027,478.261658 L199.91165,479.303978 C200.604088,478.548052 201.177224,477.681894 201.591641,476.73062 L201.591641,476.73062 Z M189.8924,478.872469 L196.108298,478.872469 L196.108298,477.65015 L189.8924,477.65015 L189.8924,478.872469 L189.8924,478.872469 Z' id='Shape'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
}

.gp-section-summer {
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E %3Csvg id='svg3083' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.418 38.417' version='1.1' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/'%3E %3Cmetadata id='metadata3088'%3E %3Crdf:RDF%3E %3Ccc:Work rdf:about=''%3E %3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E %3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E %3Cdc:title/%3E %3C/cc:Work%3E %3C/rdf:RDF%3E %3C/metadata%3E %3Cg id='layer1' transform='translate(-511.27863,-518.94911)'%3E %3Cg id='ete' transform='translate(511.15363,518.94911)'%3E %3Cg id='g79' fill='%23818080' display='inline'%3E %3Cpath id='path81' d='m38.543,19.207c-4.207-0.442-7.484-4-7.484-8.323,0-1.996,0.7-3.828,1.866-5.266-1.439,1.166-3.271,1.865-5.268,1.865-4.323,0-7.882-3.277-8.325-7.483-0.442,4.207-4,7.484-8.323,7.484-1.996,0-3.827-0.699-5.266-1.865,1.166,1.438,1.865,3.27,1.865,5.266,0,4.324-3.276,7.881-7.483,8.325,4.207,0.443,7.484,4,7.485,8.322,0,1.997-0.7,3.829-1.866,5.268,1.438-1.165,3.271-1.865,5.267-1.867,4.324,0,7.881,3.277,8.325,7.484,0.443-4.207,4-7.484,8.322-7.484,1.997,0,3.829,0.7,5.268,1.866-1.165-1.439-1.865-3.271-1.867-5.268,0-4.322,3.279-7.88,7.484-8.324zm-19.208,9.613c-5.308,0-9.611-4.303-9.612-9.61,0-5.308,4.303-9.612,9.61-9.612,5.309,0,9.612,4.302,9.612,9.61,0.001,5.309-4.301,9.612-9.61,9.612z'/%3E %3Ccircle id='circle83' d='m 27.790999,19.209 c 0,4.670672 -3.786327,8.456999 -8.456999,8.456999 -4.670672,0 -8.457,-3.786327 -8.457,-8.456999 0,-4.670672 3.786328,-8.457 8.457,-8.457 4.670672,0 8.456999,3.786328 8.456999,8.457 z' cx='19.334' cy='19.209' r='8.457'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
  height: 38px;
  width: 38px;
}

.gp-section-summer.is-active {
  background: #9c0 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E %3Csvg id='svg3080' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.418 38.417' version='1.1' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/'%3E %3Cmetadata id='metadata3085'%3E %3Crdf:RDF%3E %3Ccc:Work rdf:about=''%3E %3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E %3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E %3Cdc:title/%3E %3C/cc:Work%3E %3C/rdf:RDF%3E %3C/metadata%3E %3Cg id='layer1' transform='translate(-355.791,-513.15368)'%3E %3Cg id='summer' transform='translate(355.666,513.15368)'%3E %3Cg id='g79' fill='%2387bf17'%3E %3Cpath id='path81' d='m38.543,19.207c-4.207-0.442-7.484-4-7.484-8.323,0-1.996,0.7-3.828,1.866-5.266-1.439,1.166-3.271,1.865-5.268,1.865-4.323,0-7.882-3.277-8.325-7.483-0.442,4.207-4,7.484-8.323,7.484-1.996,0-3.827-0.699-5.266-1.865,1.166,1.438,1.865,3.27,1.865,5.266,0,4.324-3.276,7.881-7.483,8.325,4.207,0.443,7.484,4,7.485,8.322,0,1.997-0.7,3.829-1.866,5.268,1.438-1.165,3.271-1.865,5.267-1.867,4.324,0,7.881,3.277,8.325,7.484,0.443-4.207,4-7.484,8.322-7.484,1.997,0,3.829,0.7,5.268,1.866-1.165-1.439-1.865-3.271-1.867-5.268,0-4.322,3.279-7.88,7.484-8.324zm-19.208,9.613c-5.308,0-9.611-4.303-9.612-9.61,0-5.308,4.303-9.612,9.61-9.612,5.309,0,9.612,4.302,9.612,9.61,0.001,5.309-4.301,9.612-9.61,9.612z'/%3E %3Ccircle id='circle83' d='m 27.790999,19.209 c 0,4.670672 -3.786327,8.456999 -8.456999,8.456999 -4.670672,0 -8.457,-3.786327 -8.457,-8.456999 0,-4.670672 3.786328,-8.457 8.457,-8.457 4.670672,0 8.456999,3.786328 8.456999,8.457 z' cx='19.334' cy='19.209' r='8.457'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
}

.gp-section-tests {
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E %3Csvg id='svg3083' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.281 32.58' version='1.1' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/'%3E %3Cmetadata id='metadata3088'%3E %3Crdf:RDF%3E %3Ccc:Work rdf:about=''%3E %3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E %3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E %3Cdc:title/%3E %3C/cc:Work%3E %3C/rdf:RDF%3E %3C/metadata%3E %3Cg id='layer1' transform='translate(-341.88296,-508.81935)'%3E %3Cg id='tests' transform='translate(341.88296,508.81976)'%3E %3Cg id='g62' fill='%23818080' display='inline'%3E %3Cpath id='path64' d='m8.27,8.766h10.44c1.038,0,1.005-0.95,1.005-0.95,0-0.106,0.012-1.868,0-1.955-0.165-1.295-2.002-1.188-2.002-1.188l-1.077-0.003c-1.006,0-1.071-1.071-1.071-1.071v-2.042c0-1.005-0.791-1.537-2.076-1.557-1.284-0.018-2.076,0.552-2.076,1.557v2.043s-0.064,1.071-1.07,1.071l-1.078,0.002s-1.837-0.107-2.002,1.188c-0.011,0.086,0,1.849,0,1.955,0.001-0.001-0.032,0.95,1.007,0.95zm5.232-7.965c0.623,0,1.125,0.505,1.125,1.125s-0.502,1.124-1.125,1.124c-0.62,0-1.124-0.504-1.124-1.124s0.504-1.125,1.124-1.125z'/%3E %3Cpolygon id='polygon66' points='21.324,24.102,23.007,24.932,24.676,23.441,24.3,23.203,22.142,21.84,21.843,21.654,21.797,21.82,21.797,21.82,21.792,21.84,21.51,23.203,21.515,23.203'/%3E %3Cpath id='path68' d='m21.695,27.557-1.281,0.125-0.016-0.029-0.026,0.02-17.461-0.015v-1.361l16.947-0.016,0.451-3.078h-17.398v-1.363h17.597l0.138-0.943,1.442-2.16h-19.177v-1.362h20.085l3.982-5.972v-4.763c0-1.145-0.929-2.075-2.075-2.075h-4.834s0.684,0.26,0.684,1.124v2.075c0,2.249-1.815,1.99-1.815,1.99h-10.896s-1.816,0.259-1.816-1.99v-2.075c0-0.864,0.684-1.124,0.684-1.124h-4.834c-1.146,0-2.076,0.93-2.076,2.075v23.866c0,1.146,0.93,2.074,2.076,2.074h22.827c1.146,0,2.075-0.928,2.075-2.074v-8.033l-1.152,1.574-4.131,3.51zm0-14.729h21.532v1.362h-21.532v-1.362z'/%3E %3Cpolygon id='polygon70' points='21.168,26.523,21.561,26.447,21.698,26.279,22.311,25.52,21.168,25.043,20.896,26.162,20.983,26.279'/%3E %3Cg id='g72'%3E %3Cpath id='path74' d='M34.829,7.865,33.199,6.7s-0.788-0.76-1.406,0.116l-1.403,2.08,3.132,2.271,1.552-2.042c-0.001-0.001,0.601-0.662-0.245-1.26z'/%3E %3Cpolygon id='polygon76' points='25.514,22.428,33.12,11.945,29.761,9.614,26.979,13.547,25.308,15.91,22.166,20.352'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
  height: 38px;
  width: 38px;
}

.gp-section-tests.is-active {
  background: #9c0 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E %3Csvg id='svg3080' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.281 32.58' version='1.1' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/'%3E %3Cmetadata id='metadata3085'%3E %3Crdf:RDF%3E %3Ccc:Work rdf:about=''%3E %3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E %3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E %3Cdc:title/%3E %3C/cc:Work%3E %3C/rdf:RDF%3E %3C/metadata%3E %3Cg id='layer1' transform='translate(-351.36492,-510.28048)'%3E %3Cg id='tests' transform='translate(351.36492,510.28089)'%3E %3Cg id='g62' fill='%2387bf17' display='inline'%3E %3Cpath id='path64' d='m8.27,8.766h10.44c1.038,0,1.005-0.95,1.005-0.95,0-0.106,0.012-1.868,0-1.955-0.165-1.295-2.002-1.188-2.002-1.188l-1.077-0.003c-1.006,0-1.071-1.071-1.071-1.071v-2.042c0-1.005-0.791-1.537-2.076-1.557-1.284-0.018-2.076,0.552-2.076,1.557v2.043s-0.064,1.071-1.07,1.071l-1.078,0.002s-1.837-0.107-2.002,1.188c-0.011,0.086,0,1.849,0,1.955,0.001-0.001-0.032,0.95,1.007,0.95zm5.232-7.965c0.623,0,1.125,0.505,1.125,1.125s-0.502,1.124-1.125,1.124c-0.62,0-1.124-0.504-1.124-1.124s0.504-1.125,1.124-1.125z'/%3E %3Cpolygon id='polygon66' points='21.515,23.203,21.324,24.102,23.007,24.932,24.676,23.441,24.3,23.203,22.142,21.84,21.843,21.654,21.797,21.82,21.797,21.82,21.792,21.84,21.51,23.203'/%3E %3Cpath id='path68' d='m21.695,27.557-1.281,0.125-0.016-0.029-0.026,0.02-17.461-0.015v-1.361l16.947-0.016,0.451-3.078h-17.398v-1.363h17.597l0.138-0.943,1.442-2.16h-19.177v-1.362h20.085l3.982-5.972v-4.763c0-1.145-0.929-2.075-2.075-2.075h-4.834s0.684,0.26,0.684,1.124v2.075c0,2.249-1.815,1.99-1.815,1.99h-10.896s-1.816,0.259-1.816-1.99v-2.075c0-0.864,0.684-1.124,0.684-1.124h-4.834c-1.146,0-2.076,0.93-2.076,2.075v23.866c0,1.146,0.93,2.074,2.076,2.074h22.827c1.146,0,2.075-0.928,2.075-2.074v-8.033l-1.152,1.574-4.131,3.51zm0-14.729h21.532v1.362h-21.532v-1.362z'/%3E %3Cpolygon id='polygon70' points='20.983,26.279,21.168,26.523,21.561,26.447,21.698,26.279,22.311,25.52,21.168,25.043,20.896,26.162'/%3E %3Cg id='g72'%3E %3Cpath id='path74' d='M34.829,7.865,33.199,6.7s-0.788-0.76-1.406,0.116l-1.403,2.08,3.132,2.271,1.552-2.042c-0.001-0.001,0.601-0.662-0.245-1.26z'/%3E %3Cpolygon id='polygon76' points='22.166,20.352,25.514,22.428,33.12,11.945,29.761,9.614,26.979,13.547,25.308,15.91'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
}

.gp-section-tyresfeatures {
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='17px' height='22px' viewBox='0 0 17 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EEED2541F-9223-41D1-A238-E39BA7ED35FB%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-64.000000, -422.000000)' fill='%23767676'%3E %3Cpath d='M78.8534839,423.875017 C78.7796484,423.7287 78.4531462,423.336491 78.4213088,423.312105 C78.1246118,423.009312 77.5535717,422.518881 77.2419721,422.338018 C77.2111496,422.321043 75.5898033,422.189565 74.4890631,422.101982 C73.9206117,422.056752 73.491004,422.023229 73.491004,422.023229 C72.9782194,422.149224 72.5198833,422.365791 72.0572257,422.758 C69.1789937,425.178316 67.8154067,431.67449 69.0082913,437.264993 C69.7276799,440.655333 71.02556,442.984878 72.4907555,443.699525 C72.5354633,443.705622 76.1175039,443.6853 77.3571284,443.337121 C77.8448495,443.202321 78.2113178,442.904946 78.4436627,442.661763 C80.5550887,440.368119 81.5616909,434.205221 80.6810833,428.906673 C80.3085186,426.647576 79.6446759,424.946648 78.8534839,423.875017 Z M73.9566284,422.266892 L76.651965,422.534461 C76.3789766,422.514817 75.8512895,422.616425 75.5044656,422.873156 L73.4357152,422.627264 C73.6714471,422.420659 73.7195418,422.377984 73.9566284,422.266892 L73.9566284,422.266892 Z M71.9962605,424.559858 L74.0142066,424.749528 C73.8536651,425.041483 73.7019296,425.35376 73.5617098,425.685681 L71.5735689,425.500076 C71.70566,425.172897 71.8458798,424.855201 71.9962605,424.559858 L71.9962605,424.559858 Z M71.251131,426.401006 L73.263658,426.552064 C73.149179,426.898888 73.0435061,427.266033 72.9418976,427.64334 L70.9341123,427.492282 C71.0303018,427.115653 71.1359747,426.753249 71.251131,426.401006 L71.251131,426.401006 Z M70.6882196,428.604557 L72.7319065,428.720391 C72.6560388,429.113277 72.5862676,429.515647 72.5307216,429.928178 L70.4931311,429.811667 C70.5479998,429.399813 70.6130292,428.996766 70.6882196,428.604557 L70.6882196,428.604557 Z M70.3562983,431.236219 L72.389147,431.312086 C72.3640835,431.648749 72.3437618,431.986767 72.3288592,432.328172 L70.3014296,432.284142 C70.3109131,431.931221 70.3305574,431.583043 70.3562983,431.236219 L70.3562983,431.236219 Z M70.3156548,434.049421 L72.3281818,434.049421 C72.3383427,434.28583 72.3430844,434.51682 72.3532453,434.753907 L70.3508791,434.753907 C70.3305574,434.516143 70.3251383,434.28583 70.3156548,434.049421 L70.3156548,434.049421 Z M70.6489309,437.178965 C70.6130292,436.992683 70.5927075,436.800981 70.562225,436.616053 L72.5097225,436.449415 C72.5395276,436.651278 72.5605267,436.852463 72.5943963,437.053648 L70.657737,437.22435 C70.6536727,437.20877 70.6536727,437.199287 70.6489309,437.178965 L70.6489309,437.178965 Z M71.155619,439.394032 C71.1210721,439.273456 71.0899121,439.146784 71.0553652,439.025531 L72.9222532,438.825024 C72.9507036,438.951018 72.9818636,439.077013 73.0177653,439.196911 L71.155619,439.394032 L71.155619,439.394032 Z M71.7957529,441.231115 C71.7652704,441.155924 71.7293687,441.07396 71.7002409,440.99335 L73.4960029,440.756264 C73.5258081,440.836873 73.5610324,440.921547 73.5901602,440.99877 L71.7957529,441.231115 L71.7957529,441.231115 Z M72.6553614,442.725438 C72.6208145,442.678698 72.5849128,442.629248 72.5544302,442.577767 L74.2465515,442.332551 C74.287195,442.388097 74.3203871,442.442966 74.3569662,442.491738 L72.6553614,442.725438 L72.6553614,442.725438 Z M72.4555312,423.774763 C72.6255562,423.512613 72.8118386,423.280945 72.998121,423.069599 L75.0804192,423.286364 C75.0208088,423.34191 74.9537472,423.401521 74.8893951,423.467228 C74.7376596,423.623027 74.5926981,423.799149 74.4518008,423.99085 L72.4555312,423.774763 L72.4555312,423.774763 Z M77.7296932,440.072777 C76.5557755,441.802155 75.1867695,439.9732 74.6651788,435.986758 C74.1402012,431.996251 74.6685658,427.3629 75.841806,425.632168 C77.007595,423.90008 78.376601,425.731744 78.9002238,429.722251 C79.4224919,433.707339 78.8948047,438.346109 77.7296932,440.072777 Z M71.0153992,443.671075 C69.6802626,442.825692 68.3911886,440.498855 67.711766,437.31512 C66.5222684,431.72123 67.8838232,425.228443 70.7607004,422.806772 C71.1840694,422.44911 71.6548557,422.163251 72.0782248,422.01558 C72.4643373,422.003387 72.9780115,422.01558 73.0322027,422.01558 C72.5932537,422.161219 72.1427889,422.434885 71.7038399,422.806772 C68.8283175,425.228443 67.5519019,431.984057 68.7420769,437.577948 C69.4492725,440.893774 70.7514149,442.959882 72.1542905,443.719237 C72.1542905,443.719237 71.3026127,443.699525 71.0153992,443.671075 Z M70.4551973,422.768161 C70.8941463,422.396273 71.3344501,422.145639 71.7754312,422 C71.6494366,422.00271 70.1537585,422.020999 69.6565539,422.096189 C69.3361483,422.144962 68.648597,422.304826 68.6099857,422.312277 C69.0428382,422.278407 70.2181106,422.28044 70.2181106,422.28044 C69.9403805,422.457239 69.8949954,422.428111 69.5847506,422.627264 L67.4340359,422.871801 C67.343943,422.939541 67.0242147,423.225399 66.9524113,423.296525 L69.0089687,423.067567 C68.7623986,423.279591 68.5273441,423.513968 68.3044826,423.776118 L66.3502112,423.998302 C66.3271799,424.029462 65.9580022,424.569342 65.853684,424.749528 L67.7036373,424.559858 C67.5099037,424.853846 67.3276856,425.170865 67.1563058,425.498722 L65.3842525,425.685004 C65.2609674,425.959347 65.145811,426.245883 65.0374286,426.543258 L66.7363238,426.400328 C66.5886527,426.751217 66.4552067,427.11633 66.3319217,427.492282 L64.6899273,427.633179 C64.5917056,427.984067 64.5016127,428.343084 64.4237128,428.715649 L66.0135482,428.604557 C65.9153266,428.999475 65.8279432,429.399813 65.7561398,429.811667 L64.2042383,429.922081 C64.1683366,430.170006 64.0714698,431.244347 64.0674054,431.303958 L65.5732444,431.242315 C65.541407,431.587107 65.5143114,431.933253 65.5007636,432.282109 L64.0003438,432.330204 C63.9962795,432.438587 64.0294716,433.882106 64.0355681,434.048744 L65.5217627,434.048744 C65.5339557,434.283798 65.5400523,434.518853 65.5617288,434.75323 L64.0599542,434.75323 C64.0640185,434.790486 64.2503009,436.214361 64.2740095,436.395224 L65.810331,436.567281 C65.8516519,436.788111 65.8963596,437.008263 65.9464865,437.227737 L64.3817146,437.057712 C64.3803598,437.053648 64.6398004,438.107667 64.6398004,438.107667 C64.7048299,438.343399 64.7827298,438.559487 64.8558879,438.780316 L66.4369172,438.978791 C66.4823024,439.116979 66.5283649,439.257199 66.5757822,439.389967 L64.9839147,439.196911 C64.9981399,439.238232 65.5840826,440.524596 65.7087225,440.746103 L67.257237,440.968964 C67.3019448,441.057025 67.3459752,441.145086 67.3920377,441.231115 L65.8225241,440.987254 C65.857071,441.046864 66.6536821,442.098852 66.8006759,442.251942 L68.2733227,442.497835 C68.3410617,442.577089 68.407446,442.652957 68.4765398,442.722728 L66.9774748,442.46261 C67.0093121,442.491061 67.3893282,442.825014 67.5634175,442.921204 C67.6785739,442.984878 68.3525774,443.357443 68.6655317,443.42044 C68.759689,443.444826 68.8545237,443.461761 68.9554548,443.46989 C69.297537,443.496308 70.079923,443.588433 70.7573134,443.661591 C69.3551152,442.902237 68.1127811,440.590981 67.4062629,437.273122 C66.2147331,431.683296 67.5783201,425.189154 70.4551973,422.768161 Z' id='PNEU-OK'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
  height: 38px;
  width: 38px;
}

.gp-section-tyresfeatures.is-active {
  background: #9c0 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='17px' height='22px' viewBox='0 0 17 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EB590172B-B491-4E15-BC9F-CAE28D442A63%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-64.000000, -462.000000)' fill='%23FFFFFF'%3E %3Cpath d='M78.8534839,463.875017 C78.7796484,463.7287 78.4531462,463.336491 78.4213088,463.312105 C78.1246118,463.009312 77.5535717,462.518881 77.2419721,462.338018 C77.2111496,462.321043 75.5898033,462.189565 74.4890631,462.101982 C73.9206117,462.056752 73.491004,462.023229 73.491004,462.023229 C72.9782194,462.149224 72.5198833,462.365791 72.0572257,462.758 C69.1789937,465.178316 67.8154067,471.67449 69.0082913,477.264993 C69.7276799,480.655333 71.02556,482.984878 72.4907555,483.699525 C72.5354633,483.705622 76.1175039,483.6853 77.3571284,483.337121 C77.8448495,483.202321 78.2113178,482.904946 78.4436627,482.661763 C80.5550887,480.368119 81.5616909,474.205221 80.6810833,468.906673 C80.3085186,466.647576 79.6446759,464.946648 78.8534839,463.875017 Z M73.9566284,462.266892 L76.651965,462.534461 C76.3789766,462.514817 75.8512895,462.616425 75.5044656,462.873156 L73.4357152,462.627264 C73.6714471,462.420659 73.7195418,462.377984 73.9566284,462.266892 L73.9566284,462.266892 Z M71.9962605,464.559858 L74.0142066,464.749528 C73.8536651,465.041483 73.7019296,465.35376 73.5617098,465.685681 L71.5735689,465.500076 C71.70566,465.172897 71.8458798,464.855201 71.9962605,464.559858 L71.9962605,464.559858 Z M71.251131,466.401006 L73.263658,466.552064 C73.149179,466.898888 73.0435061,467.266033 72.9418976,467.64334 L70.9341123,467.492282 C71.0303018,467.115653 71.1359747,466.753249 71.251131,466.401006 L71.251131,466.401006 Z M70.6882196,468.604557 L72.7319065,468.720391 C72.6560388,469.113277 72.5862676,469.515647 72.5307216,469.928178 L70.4931311,469.811667 C70.5479998,469.399813 70.6130292,468.996766 70.6882196,468.604557 L70.6882196,468.604557 Z M70.3562983,471.236219 L72.389147,471.312086 C72.3640835,471.648749 72.3437618,471.986767 72.3288592,472.328172 L70.3014296,472.284142 C70.3109131,471.931221 70.3305574,471.583043 70.3562983,471.236219 L70.3562983,471.236219 Z M70.3156548,474.049421 L72.3281818,474.049421 C72.3383427,474.28583 72.3430844,474.51682 72.3532453,474.753907 L70.3508791,474.753907 C70.3305574,474.516143 70.3251383,474.28583 70.3156548,474.049421 L70.3156548,474.049421 Z M70.6489309,477.178965 C70.6130292,476.992683 70.5927075,476.800981 70.562225,476.616053 L72.5097225,476.449415 C72.5395276,476.651278 72.5605267,476.852463 72.5943963,477.053648 L70.657737,477.22435 C70.6536727,477.20877 70.6536727,477.199287 70.6489309,477.178965 L70.6489309,477.178965 Z M71.155619,479.394032 C71.1210721,479.273456 71.0899121,479.146784 71.0553652,479.025531 L72.9222532,478.825024 C72.9507036,478.951018 72.9818636,479.077013 73.0177653,479.196911 L71.155619,479.394032 L71.155619,479.394032 Z M71.7957529,481.231115 C71.7652704,481.155924 71.7293687,481.07396 71.7002409,480.99335 L73.4960029,480.756264 C73.5258081,480.836873 73.5610324,480.921547 73.5901602,480.99877 L71.7957529,481.231115 L71.7957529,481.231115 Z M72.6553614,482.725438 C72.6208145,482.678698 72.5849128,482.629248 72.5544302,482.577767 L74.2465515,482.332551 C74.287195,482.388097 74.3203871,482.442966 74.3569662,482.491738 L72.6553614,482.725438 L72.6553614,482.725438 Z M72.4555312,463.774763 C72.6255562,463.512613 72.8118386,463.280945 72.998121,463.069599 L75.0804192,463.286364 C75.0208088,463.34191 74.9537472,463.401521 74.8893951,463.467228 C74.7376596,463.623027 74.5926981,463.799149 74.4518008,463.99085 L72.4555312,463.774763 L72.4555312,463.774763 Z M77.7296932,480.072777 C76.5557755,481.802155 75.1867695,479.9732 74.6651788,475.986758 C74.1402012,471.996251 74.6685658,467.3629 75.841806,465.632168 C77.007595,463.90008 78.376601,465.731744 78.9002238,469.722251 C79.4224919,473.707339 78.8948047,478.346109 77.7296932,480.072777 Z M71.0153992,483.671075 C69.6802626,482.825692 68.3911886,480.498855 67.711766,477.31512 C66.5222684,471.72123 67.8838232,465.228443 70.7607004,462.806772 C71.1840694,462.44911 71.6548557,462.163251 72.0782248,462.01558 C72.4643373,462.003387 72.9780115,462.01558 73.0322027,462.01558 C72.5932537,462.161219 72.1427889,462.434885 71.7038399,462.806772 C68.8283175,465.228443 67.5519019,471.984057 68.7420769,477.577948 C69.4492725,480.893774 70.7514149,482.959882 72.1542905,483.719237 C72.1542905,483.719237 71.3026127,483.699525 71.0153992,483.671075 Z M70.4551973,462.768161 C70.8941463,462.396273 71.3344501,462.145639 71.7754312,462 C71.6494366,462.00271 70.1537585,462.020999 69.6565539,462.096189 C69.3361483,462.144962 68.648597,462.304826 68.6099857,462.312277 C69.0428382,462.278407 70.2181106,462.28044 70.2181106,462.28044 C69.9403805,462.457239 69.8949954,462.428111 69.5847506,462.627264 L67.4340359,462.871801 C67.343943,462.939541 67.0242147,463.225399 66.9524113,463.296525 L69.0089687,463.067567 C68.7623986,463.279591 68.5273441,463.513968 68.3044826,463.776118 L66.3502112,463.998302 C66.3271799,464.029462 65.9580022,464.569342 65.853684,464.749528 L67.7036373,464.559858 C67.5099037,464.853846 67.3276856,465.170865 67.1563058,465.498722 L65.3842525,465.685004 C65.2609674,465.959347 65.145811,466.245883 65.0374286,466.543258 L66.7363238,466.400328 C66.5886527,466.751217 66.4552067,467.11633 66.3319217,467.492282 L64.6899273,467.633179 C64.5917056,467.984067 64.5016127,468.343084 64.4237128,468.715649 L66.0135482,468.604557 C65.9153266,468.999475 65.8279432,469.399813 65.7561398,469.811667 L64.2042383,469.922081 C64.1683366,470.170006 64.0714698,471.244347 64.0674054,471.303958 L65.5732444,471.242315 C65.541407,471.587107 65.5143114,471.933253 65.5007636,472.282109 L64.0003438,472.330204 C63.9962795,472.438587 64.0294716,473.882106 64.0355681,474.048744 L65.5217627,474.048744 C65.5339557,474.283798 65.5400523,474.518853 65.5617288,474.75323 L64.0599542,474.75323 C64.0640185,474.790486 64.2503009,476.214361 64.2740095,476.395224 L65.810331,476.567281 C65.8516519,476.788111 65.8963596,477.008263 65.9464865,477.227737 L64.3817146,477.057712 C64.3803598,477.053648 64.6398004,478.107667 64.6398004,478.107667 C64.7048299,478.343399 64.7827298,478.559487 64.8558879,478.780316 L66.4369172,478.978791 C66.4823024,479.116979 66.5283649,479.257199 66.5757822,479.389967 L64.9839147,479.196911 C64.9981399,479.238232 65.5840826,480.524596 65.7087225,480.746103 L67.257237,480.968964 C67.3019448,481.057025 67.3459752,481.145086 67.3920377,481.231115 L65.8225241,480.987254 C65.857071,481.046864 66.6536821,482.098852 66.8006759,482.251942 L68.2733227,482.497835 C68.3410617,482.577089 68.407446,482.652957 68.4765398,482.722728 L66.9774748,482.46261 C67.0093121,482.491061 67.3893282,482.825014 67.5634175,482.921204 C67.6785739,482.984878 68.3525774,483.357443 68.6655317,483.42044 C68.759689,483.444826 68.8545237,483.461761 68.9554548,483.46989 C69.297537,483.496308 70.079923,483.588433 70.7573134,483.661591 C69.3551152,482.902237 68.1127811,480.590981 67.4062629,477.273122 C66.2147331,471.683296 67.5783201,465.189154 70.4551973,462.768161 Z' id='PNEU-OK'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
}

.gp-section-winter {
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='24px' height='23px' viewBox='0 0 24 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EC0ABDA18-3513-4384-AA99-7BBD00589E25%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-21.000000, -421.000000)' fill='%23767676'%3E %3Cpath d='M45,430.304869 L44.5012532,428.769482 L41.3901628,429.780592 L42.4662686,427.66859 L41.0276845,426.936081 L39.2191757,430.485815 L37.7321902,430.969191 L38.4173088,426.988205 L37.2468469,426.13682 L33.8071591,427.942351 L33.8071591,426.553604 L36.6247033,423.736379 L35.4829099,422.595171 L33.8071591,424.270762 L33.8071591,421 L32.1927345,421 L32.1927345,424.270868 L30.5169837,422.595277 L29.3755626,423.736485 L32.1927345,426.55371 L32.1927345,427.9365 L28.7646949,426.131501 L27.5930097,426.98177 L28.2745115,430.970946 L26.7810902,430.485815 L24.9723155,426.936081 L23.5337314,427.668643 L24.6098372,429.780645 L21.4987468,428.769535 L21,430.304922 L24.1110904,431.315925 L21.9992487,432.391765 L22.7321836,433.829817 L26.2820243,432.021362 L27.6261992,432.458251 L24.9666243,435.046925 L25.4133529,436.424396 L29.354766,436.999681 L28.3492943,438.382896 L24.4138383,439.006369 L24.6665359,440.601221 L27.0075128,440.230019 L25.0847556,442.876244 L26.3905817,443.825017 L28.313339,441.178792 L28.6841678,443.519929 L30.2785937,443.267497 L29.6551736,439.331775 L30.6034147,438.0268 L32.272251,441.414151 L33.7197176,441.414683 L35.395362,438.025683 L36.3446669,439.331935 L35.7212467,443.267657 L37.3156726,443.520089 L37.686661,441.178846 L39.6093119,443.82507 L40.9151381,442.876404 L38.9926467,440.230179 L41.3333577,440.601274 L41.5861085,439.006476 L37.6505994,438.383056 L36.6481062,437.003351 L40.5852642,436.433438 L41.0333225,435.057138 L38.3708754,432.458995 L39.7178161,432.021362 L43.2676037,433.829817 L44.0005917,432.391765 L41.8890691,431.315925 L45,430.304869 L45,430.304869 Z M33.8071591,429.765752 L36.5489632,428.326636 L35.9968154,431.532614 L33.8071591,432.244487 L33.8071591,429.765752 L33.8071591,429.765752 Z M32.1927877,429.760859 L32.1927877,432.244487 L30.0086099,431.53437 L29.4596533,428.322328 L32.1927877,429.760859 L32.1927877,429.760859 Z M30.4265636,435.524237 L27.2645719,435.062882 L29.3614145,433.021674 L31.6940409,433.779182 L30.4265636,435.524237 L30.4265636,435.524237 Z M32.9975799,439.233217 L31.6759569,436.550825 L33.0000266,434.728593 L34.3236708,436.550186 L32.9975799,439.233217 L32.9975799,439.233217 Z M38.735694,435.070062 L35.5758831,435.527269 L34.3057995,433.779342 L36.6371494,433.022366 L38.735694,435.070062 L38.735694,435.070062 Z' id='Neige-Copy-7'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
  height: 38px;
  width: 38px;
}

.gp-section-winter.is-active {
  background: #9c0 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='24px' height='23px' viewBox='0 0 24 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: sketchtool 39.1 (31720) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3E9AC2007B-586E-4158-B1EB-B4D42C9001DD%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cdefs/%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='PICTO-SVG-24x24-REZULTEO' transform='translate(-21.000000, -461.000000)' fill='%23FFFFFF'%3E %3Cpath d='M45,470.304869 L44.5012532,468.769482 L41.3901628,469.780592 L42.4662686,467.66859 L41.0276845,466.936081 L39.2191757,470.485815 L37.7321902,470.969191 L38.4173088,466.988205 L37.2468469,466.13682 L33.8071591,467.942351 L33.8071591,466.553604 L36.6247033,463.736379 L35.4829099,462.595171 L33.8071591,464.270762 L33.8071591,461 L32.1927345,461 L32.1927345,464.270868 L30.5169837,462.595277 L29.3755626,463.736485 L32.1927345,466.55371 L32.1927345,467.9365 L28.7646949,466.131501 L27.5930097,466.98177 L28.2745115,470.970946 L26.7810902,470.485815 L24.9723155,466.936081 L23.5337314,467.668643 L24.6098372,469.780645 L21.4987468,468.769535 L21,470.304922 L24.1110904,471.315925 L21.9992487,472.391765 L22.7321836,473.829817 L26.2820243,472.021362 L27.6261992,472.458251 L24.9666243,475.046925 L25.4133529,476.424396 L29.354766,476.999681 L28.3492943,478.382896 L24.4138383,479.006369 L24.6665359,480.601221 L27.0075128,480.230019 L25.0847556,482.876244 L26.3905817,483.825017 L28.313339,481.178792 L28.6841678,483.519929 L30.2785937,483.267497 L29.6551736,479.331775 L30.6034147,478.0268 L32.272251,481.414151 L33.7197176,481.414683 L35.395362,478.025683 L36.3446669,479.331935 L35.7212467,483.267657 L37.3156726,483.520089 L37.686661,481.178846 L39.6093119,483.82507 L40.9151381,482.876404 L38.9926467,480.230179 L41.3333577,480.601274 L41.5861085,479.006476 L37.6505994,478.383056 L36.6481062,477.003351 L40.5852642,476.433438 L41.0333225,475.057138 L38.3708754,472.458995 L39.7178161,472.021362 L43.2676037,473.829817 L44.0005917,472.391765 L41.8890691,471.315925 L45,470.304869 L45,470.304869 Z M33.8071591,469.765752 L36.5489632,468.326636 L35.9968154,471.532614 L33.8071591,472.244487 L33.8071591,469.765752 L33.8071591,469.765752 Z M32.1927877,469.760859 L32.1927877,472.244487 L30.0086099,471.53437 L29.4596533,468.322328 L32.1927877,469.760859 L32.1927877,469.760859 Z M30.4265636,475.524237 L27.2645719,475.062882 L29.3614145,473.021674 L31.6940409,473.779182 L30.4265636,475.524237 L30.4265636,475.524237 Z M32.9975799,479.233217 L31.6759569,476.550825 L33.0000266,474.728593 L34.3236708,476.550186 L32.9975799,479.233217 L32.9975799,479.233217 Z M38.735694,475.070062 L35.5758831,475.527269 L34.3057995,473.779342 L36.6371494,473.022366 L38.735694,475.070062 L38.735694,475.070062 Z' id='Neige-Copy-7'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
}

.qa-list .qa-item {
  margin-bottom: 8px;
}

.qa-title {
  margin: 0;
  font-size: 1.4rem;
}

/*# sourceMappingURL=style.css.map */
