/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/lato-light-webfont.woff2") format("woff2"), url("../fonts/lato/lato-light-webfont.woff") format("woff");
}

/* Lato Light */
@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/Lato-Regular.woff2") format("woff2"), url("../fonts/lato/lato-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

/* Lato Regular */
@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Lato Bold */
@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/lato-bold-webfont.woff2") format("woff2"), url("../fonts/lato/lato-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/* Lato Regular Italic */
@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/lato-italic-webfont.woff2") format("woff2"), url("../fonts/lato/lato-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

/* Lato Bold Italic */
@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/lato-bolditalic-webfont.woff2") format("woff2"), url("../fonts/lato/lato-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

/* Lato Light Italic */
@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/lato-lightitalic-webfont.woff2") format("woff2"), url("../fonts/lato/lato-lightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

html {
  /* base font-size to equiv "10px" which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  font-size: calc(1em * 0.625);
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
  color: #000000;
}

@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

html.overflow-scroll, html.isMenuOpen {
  overflow: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

figure {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  font-size: 1.4rem;
  background: #ffffff;
  font-family: 'Lato', sans-serif;
}

.hide,
.hidden {
  display: none !important;
}

section, div, span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.Container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 768px) {
  .Container {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .Container {
    width: 748px;
  }
}

@media (min-width: 993px) {
  .Container {
    width: 972px;
  }
}

@media (min-width: 1321px) {
  .Container {
    width: 1310px;
  }
}

@media (max-width: 480px) {
  .Container {
    width: 100%;
  }
}

a {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

a:hover, a a:focus {
  text-decoration: none;
  color: inherit;
}

button, summary {
  outline: none;
}

.Button-base, .Button-primary, .Button-primaryPicto, .Button-secondary, .Button-secondaryOrangePtt, .Button-secondaryOrangePttV2, .Button-secondaryOrangePttV3, .Button-secondaryBleuPtt, .Button-tertiary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 13px 41px;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-align: center;
}

@media (max-width: 480px) {
  .Button-base, .Button-primary, .Button-primaryPicto, .Button-secondary, .Button-secondaryOrangePtt, .Button-secondaryOrangePttV2, .Button-secondaryOrangePttV3, .Button-secondaryBleuPtt, .Button-tertiary {
    padding: 13px 20px;
  }
}

@media (max-width: 768px) {
  .Button-base, .Button-primary, .Button-primaryPicto, .Button-secondary, .Button-secondaryOrangePtt, .Button-secondaryOrangePttV2, .Button-secondaryOrangePttV3, .Button-secondaryBleuPtt, .Button-tertiary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

.Button-primary, .Button-primaryPicto {
  color: #2795e8;
  background: #ffffff;
  border: 2px solid #c2c2c2;
  text-decoration: none;
  border-radius: 4px;
}

.Button-primary:hover, .Button-primaryPicto:hover, .Button-primary:focus, .Button-primaryPicto:focus {
  background: #f5f5fa;
  color: #2795e8;
}

.Button-primaryPicto {
  padding: 4px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Button-primaryPicto > svg {
  fill: #888888;
  margin-right: 10px;
  -webkit-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}

.Button-primaryPicto:hover > svg, .Button-primaryPicto:focus > svg {
  fill: #2795e8;
}

.Button-secondary, .Button-secondaryOrangePtt, .Button-secondaryOrangePttV2, .Button-secondaryOrangePttV3, .Button-secondaryBleuPtt {
  color: #ffffff;
  background: #f26522;
  border-bottom: 3px solid #b54c19;
  text-decoration: none;
  border-radius: 4px;
  padding: 13px 30px;
  font-size: 20px;
}

@media (max-width: 480px) {
  .Button-secondary, .Button-secondaryOrangePtt, .Button-secondaryOrangePttV2, .Button-secondaryOrangePttV3, .Button-secondaryBleuPtt {
    padding: 14px 20px 13px;
  }
}

.Button-secondary:hover, .Button-secondaryOrangePtt:hover, .Button-secondaryOrangePttV2:hover, .Button-secondaryOrangePttV3:hover, .Button-secondaryBleuPtt:hover, .Button-secondary:focus, .Button-secondaryOrangePtt:focus, .Button-secondaryOrangePttV2:focus, .Button-secondaryOrangePttV3:focus, .Button-secondaryBleuPtt:focus {
  background: #b54c19;
  color: #ffffff;
}

.Button-secondaryOrangePtt {
  padding: 11px 40px;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Button-secondaryOrangePttV2 {
  padding: 8px 49px;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Button-secondaryOrangePttV3 {
  padding: 4px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  border-right: none;
  border-left: none;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

.Button-secondaryBleuPtt {
  background: #0096e6;
  border-bottom: 3px solid #0070ac;
  padding: 11px 30px;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Button-secondaryBleuPtt:hover, .Button-secondaryBleuPtt:focus {
  background: #0070ac;
  color: #ffffff;
}

.Button-tertiary {
  background: transparent;
  color: #2795e8;
  font-size: 12px;
  padding: 5px 10px;
  border: 2px solid #787878;
  text-decoration: none;
}

.Button-tertiary:hover, .Button-tertiary:focus {
  color: #ffffff;
}

.Button-svgAfter {
  margin-left: 10px;
  fill: #ffffff;
}

.Button-menu {
  width: 38px;
  height: 20px;
  position: relative;
  display: block;
  outline: none;
  background: none;
  border: none;
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}

@media (min-width: 993px) {
  .Button-menu {
    display: none;
  }
}

.Button-menu:hover .Button-menuLine1, .Button-menu:focus .Button-menuLine1 {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.Button-menu:hover .Button-menuLine3, .Button-menu:focus .Button-menuLine3 {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.isMenuOpen .Button-menu .Button-menuLine1 {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
  transform: translateY(10px) translateX(0) rotate(45deg);
}

.isMenuOpen .Button-menu .Button-menuLine2 {
  opacity: 0;
}

.isMenuOpen .Button-menu .Button-menuLine3 {
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  transform: translateY(-10px) translateX(0) rotate(-45deg);
}

.Button-menuLine {
  display: block;
  background: #2795e8;
  width: 38px;
  height: 2px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.Button-menuLine1 {
  top: 0;
}

.Button-menuLine2 {
  top: 50%;
}

.Button-menuLine3 {
  top: 100%;
}

.Button-menuTitle {
  text-transform: uppercase;
  color: #2795e8;
  font-size: 1.3rem;
  position: absolute;
  left: 0;
  bottom: -2.5rem;
}

h1, .type_h1 {
  font-size: 36px;
  font-weight: bold;
}

@media (max-width: 480px) {
  h1, .type_h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 42px;
}

@media (max-width: 1320px) {
  h2 {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 32px;
  }
}

.titreCategory {
  font-size: 42px;
  text-align: center;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1320px) {
  .titreCategory {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .titreCategory {
    font-size: 32px;
  }
}

.titreCategory::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  width: 150px;
  height: 2px;
  background: #dcdcdc;
}

.titre2lignes-titre {
  font-size: 32px;
  text-align: center;
}

.titre2lignes-titrePtt {
  font-size: 22px;
  display: block;
}

.PreHeader {
  background: #f5f5fa;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .PreHeader {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: transparent;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .PreHeader {
    margin: inherit;
  }
}

.isIE11 .PreHeader {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 5px;
}

.PreHeader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 992px) {
  .PreHeader-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.PreHeader-right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .PreHeader-right {
    display: none;
  }
}

.PreHeader-right a:last-child {
  margin-right: 0;
}

.PreHeader-identif {
  margin-right: 5.6rem;
}

.PreHeader-identif, .PreHeader-panier, .PreHeader-creaCompte, .PreHeader-deconnect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #787878;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  margin-right: 32px;
}

@media (max-width: 992px) {
  .PreHeader-identif, .PreHeader-panier, .PreHeader-creaCompte, .PreHeader-deconnect {
    margin-right: 10px;
  }
}

.PreHeader-identif > svg, .PreHeader-panier > svg, .PreHeader-creaCompte > svg, .PreHeader-deconnect > svg {
  fill: #2795e8;
  margin-right: 10px;
}

.PreHeader-panierNum {
  color: #000000;
  font-weight: bold;
}

.MenuTop {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 992px) {
  .MenuTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.MenuTop-itemList:last-child .MenuTop-link {
  margin-right: 0;
}

.MenuTop-link {
  color: #787878;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  margin-right: 32px;
}

@media (max-width: 992px) {
  .MenuTop-link {
    margin-right: 10px;
  }
}

@media (max-width: 992px) {
  .MenuTop-link {
    display: block;
    font-size: 16px;
    padding: 15px 0;
    margin-right: 0;
  }
}

.MenuTop-tel {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}

.MenuTop-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .Header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
}

.Header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 96px;
}

@media (max-width: 992px) {
  .Header-top {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: inherit;
    border-top: 1px solid #f5f5fa;
    border-bottom: 1px solid #f5f5fa;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .Header-bottom {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.Header-logo {
  display: block;
  width: 106px;
  height: 83px;
  background: transparent url("../img/logo-editions-tissot.png") no-repeat 0 0;
  background-size: contain;
}

@media (max-width: 992px) {
  .Header-logo {
    display: none;
  }
}

.Header-right {
  margin-left: auto;
}

@media (max-width: 992px) {
  .Header-right {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}

.Header-searchForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .Header-searchForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.Header-input, .Header-select {
  -webkit-box-shadow: inset 3px 3px 5px 0 #c3c3c3;
  box-shadow: inset 3px 3px 5px 0 #c3c3c3;
  background: #ffffff;
  border-radius: 3px;
  height: 26px;
  font-size: 12px;
  padding: 3px 5px;
  font-style: italic;
  border: 1px solid #c3c3c3;
  color: #505050;
  margin-right: 12px;
}

.Header-input::-webkit-input-placeholder, .Header-select::-webkit-input-placeholder {
  color: #505050;
}

.Header-input::-moz-placeholder, .Header-select::-moz-placeholder {
  color: #505050;
}

.Header-input:-ms-input-placeholder, .Header-select:-ms-input-placeholder {
  color: #505050;
}

.Header-input::-ms-input-placeholder, .Header-select::-ms-input-placeholder {
  color: #505050;
}

.Header-input::placeholder, .Header-select::placeholder {
  color: #505050;
}

@media (max-width: 992px) {
  .Header-input, .Header-select {
    width: 100%;
    height: inherit;
    padding: 10px 15px;
    margin-bottom: 15px;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.Header-inputSubmit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f26522;
  color: #ffffff;
  border: none;
  border-bottom: 2px solid #b54c19;
  height: 26px;
  font-size: 12px;
  padding: 3px 5px;
  cursor: pointer;
}

@media (max-width: 992px) {
  .Header-inputSubmit {
    padding: 10px 15px;
    font-size: 16px;
    height: inherit;
  }
}

.Header-inputSubmit > svg {
  fill: #ffffff;
  margin-right: 5px;
}

@media (min-width: 993px) {
  .HeaderMobile {
    display: none;
  }
}

@media (max-width: 992px) {
  .HeaderMobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
  }
}

.HeaderMobile-logo {
  width: 104px;
  height: 51px;
  background: transparent url("../img/logo-editions-tissot.png") no-repeat 0 -52px;
  background-size: 104px auto;
  margin-left: auto;
  margin-right: auto;
}

.HeaderMobile-panier {
  fill: #2795e8;
  text-decoration: none;
}

.HeaderMobile-panier.active .HeaderMobile-panierVide {
  display: none;
}

.HeaderMobile-panier.active .HeaderMobile-panierPlein {
  display: block;
}

.HeaderMobile-panierPlein {
  display: none;
}

@media (max-width: 992px) {
  .HeaderGlobal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #ffffff;
    border-top: 1px solid #f5f5fa;
    position: absolute;
    top: 72px;
    right: 0;
    width: 100%;
    padding: 15px 0;
    -webkit-transition: opacity 0.4s, z-index 0.4s cubic-bezier(0.5, 0.18, 0.32, 0.91), -webkit-transform 0.4s;
    transition: opacity 0.4s, z-index 0.4s cubic-bezier(0.5, 0.18, 0.32, 0.91), -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s, z-index 0.4s cubic-bezier(0.5, 0.18, 0.32, 0.91);
    transition: transform 0.4s, opacity 0.4s, z-index 0.4s cubic-bezier(0.5, 0.18, 0.32, 0.91), -webkit-transform 0.4s;
    height: calc(100vh - 72px);
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@media (max-width: 992px) {
  .isMenuOpen .HeaderGlobal {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: scroll;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.5, 0.18, 0.32, 0.91);
    transition: -webkit-transform 0.4s cubic-bezier(0.5, 0.18, 0.32, 0.91);
    transition: transform 0.4s cubic-bezier(0.5, 0.18, 0.32, 0.91);
    transition: transform 0.4s cubic-bezier(0.5, 0.18, 0.32, 0.91), -webkit-transform 0.4s cubic-bezier(0.5, 0.18, 0.32, 0.91);
  }
}

.MenuPrincipal {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 0;
}

@media (max-width: 992px) {
  .MenuPrincipal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.MenuPrincipal-itemList {
  width: calc(33% - 200px / 3);
}

@media (max-width: 1320px) {
  .MenuPrincipal-itemList {
    width: calc(33% - 157px / 3);
  }
}

@media (max-width: 992px) {
  .MenuPrincipal-itemList {
    width: 100%;
  }
}

.MenuPrincipal-itemList:last-child {
  width: 206px;
  margin-left: auto;
}

@media (max-width: 1320px) {
  .MenuPrincipal-itemList:last-child {
    width: 157px;
  }
}

@media (max-width: 992px) {
  .MenuPrincipal-itemList:last-child {
    width: 100%;
  }
}

.MenuPrincipal-itemList:last-child .MenuPrincipal-link {
  border-right: 0;
  width: 100%;
}

.MenuPrincipal-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border-top: 3px solid #a6a6a6;
  background: #ffffff;
  height: 46px;
  border-right: 1px solid #dcdcdc;
  padding: 0 15px;
  -webkit-box-shadow: 0 3px 5px #dcdcdc, 0px -3px 5px #dcdcdc;
  box-shadow: 0 3px 5px #dcdcdc, 0px -3px 5px #dcdcdc;
}

@media (max-width: 992px) {
  .MenuPrincipal-link {
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  .MenuPrincipal-link {
    width: 100%;
    text-align: left;
    border: none;
    height: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
    font-weight: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 0;
  }
}

@media (min-width: 993px) {
  .MenuPrincipal-link:hover, .MenuPrincipal-link:focus {
    color: #ffffff;
  }
}

.MenuPrincipal-linkRed {
  border-top: 3px solid #75070e;
}

@media (max-width: 992px) {
  .MenuPrincipal-linkRed {
    border-top: none;
  }
}

@media (min-width: 993px) {
  .MenuPrincipal-linkRed:hover, .MenuPrincipal-linkRed:focus, .MenuPrincipal-linkRed.active {
    background-color: #9c0912;
  }
}

.MenuPrincipal-linkBlue {
  border-top: 3px solid #5459aa;
}

@media (max-width: 992px) {
  .MenuPrincipal-linkBlue {
    border-top: none;
  }
}

@media (min-width: 993px) {
  .MenuPrincipal-linkBlue:hover, .MenuPrincipal-linkBlue:focus, .MenuPrincipal-linkBlue.active {
    background-color: #6e79bb;
  }
}

.MenuPrincipal-linkGreen {
  border-top: 3px solid #519001;
}

@media (max-width: 992px) {
  .MenuPrincipal-linkGreen {
    border-top: none;
  }
}

@media (min-width: 993px) {
  .MenuPrincipal-linkGreen:hover, .MenuPrincipal-linkGreen:focus, .MenuPrincipal-linkGreen.active {
    background-color: #65b401;
  }
}

.MenuPrincipal-linkGrey {
  border-top: 3px solid #a6a6a6;
  background-color: #d4d4d4;
  color: #ffffff;
}

@media (max-width: 992px) {
  .MenuPrincipal-linkGrey {
    border-top: none;
    background-color: #ffffff;
    color: #000000;
  }
}

.MenuPrincipal-linkGrey > svg {
  fill: #ffffff;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .MenuPrincipal-linkGrey > svg {
    fill: #000000;
  }
}

.MenuPrincipal-linkGrey:hover, .MenuPrincipal-linkGrey:focus {
  background-color: #a6a6a6;
}

@media (max-width: 992px) {
  .MenuPrincipal-linkGrey:hover, .MenuPrincipal-linkGrey:focus {
    background-color: #ffffff;
    color: #a6a6a6;
  }
}

.MenuPrincipal-hasChildren > a::after {
  display: none;
}

@media (max-width: 992px) {
  .MenuPrincipal-hasChildren > a::after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #ffffff url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%0A%20%20%3Cpath%20fill%3D%22%230096e6%22%20d%3D%22M20.1%2031c-.7%200-1.1-.2-1.6-.7L1.9%2013.7c-.9-.9-.9-2.3%200-3.2.9-.9%202.3-.9%203.2%200l15%2015%2015-15c.9-.9%202.3-.9%203.2%200%20.9.9.9%202.3%200%203.2L21.7%2030.3c-.2.5-.9.7-1.6.7z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat 50% 50%;
    background-size: 10px 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: auto;
    -webkit-box-shadow: 0 0 5px 0 rgba(80, 80, 80, 0.3);
    box-shadow: 0 0 5px 0 rgba(80, 80, 80, 0.3);
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
}

.MenuPrincipal-hasChildren > a.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.MenuPrincipal-sousMenuList {
  display: none;
}

.MenuPrincipal-sousMenuList {
  list-style-type: none;
  padding: 0;
}

.MenuPrincipal-sousMenuLink {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #505050;
  padding: 12px 0 12px 15px;
  width: 100%;
}

.MenuPrincipal-sousMenuLink:hover, .MenuPrincipal-sousMenuLink:focus {
  color: #2795e8;
}

.PresOnglet, .PresOngletLight {
  padding-bottom: 4.0rem;
}

@media (max-width: 768px) {
  .PresOnglet, .PresOngletLight {
    margin-top: 3.0rem;
  }
}

.PresOnglet-wrapChoix, .PresOngletLight-wrapChoix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.PresOnglet-listTitle, .PresOngletLight-listTitle {
  display: inline-block;
  list-style-type: none;
  margin: 61px 0 27px;
  padding: 0;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
}

@media (max-width: 768px) {
  .PresOnglet-listTitle, .PresOngletLight-listTitle {
    display: none;
  }
}

.PresOnglet-listButton, .PresOngletLight-listButton {
  display: inline-block;
  background: none;
  font-size: 24px;
  border: none;
  cursor: pointer;
  color: #787878;
  padding: 0 6px 10px;
  border-bottom: 5px solid transparent;
  -webkit-transition: color 0.25s ease-out, border 0.25s ease-out;
  transition: color 0.25s ease-out, border 0.25s ease-out;
}

.PresOnglet-listButton:hover, .PresOnglet-listButton:focus, .PresOngletLight-listButton:hover, .PresOngletLight-listButton:focus {
  color: #000000;
}

.PresOnglet-listItem, .PresOngletLight-listItem {
  display: inline-block;
  margin-right: 65px;
  -webkit-transition: border 0.25s ease-out;
  transition: border 0.25s ease-out;
}

@media (max-width: 992px) {
  .PresOnglet-listItem, .PresOngletLight-listItem {
    margin-right: 25px;
  }
}

.PresOnglet-listItem.active .PresOnglet-listButton, .PresOnglet-listItem.active PresOngletlight-listButton, .PresOnglet-listItem:hover .PresOnglet-listButton, .PresOnglet-listItem:hover PresOngletlight-listButton, .PresOnglet-listItem:focus .PresOnglet-listButton, .PresOnglet-listItem:focus PresOngletlight-listButton, .PresOngletLight-listItem.active .PresOnglet-listButton, .PresOngletLight-listItem.active PresOngletlight-listButton, .PresOngletLight-listItem:hover .PresOnglet-listButton, .PresOngletLight-listItem:hover PresOngletlight-listButton, .PresOngletLight-listItem:focus .PresOnglet-listButton, .PresOngletLight-listItem:focus PresOngletlight-listButton {
  border-bottom: 5px solid #0096e6;
  color: #000000;
}

.PresOnglet-listItem:last-child, .PresOngletLight-listItem:last-child {
  margin-right: 0;
}

.PresOnglet-info, .PresOngletLight-info {
  display: none;
}

@media (max-width: 768px) {
  .PresOnglet-info, .PresOngletLight-info {
    padding: 30px 0;
  }
}

.PresOnglet-info.active, .PresOngletLight-info.active {
  display: block;
}

.PresOnglet-infoDemi, .PresOngletLight-infoDemi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .PresOnglet-infoDemi, .PresOngletLight-infoDemi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.PresOnglet-infoDemiPict, .PresOngletLight-infoDemiPict {
  width: 50%;
}

@media (max-width: 768px) {
  .PresOnglet-infoDemiPict, .PresOngletLight-infoDemiPict {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#onglet2 .PresOnglet-infoDemiPict, #onglet2 .PresOngletLight-infoDemiPict {
  padding-right: 30px;
}

@media (max-width: 768px) {
  #onglet2 .PresOnglet-infoDemiPict, #onglet2 .PresOngletLight-infoDemiPict {
    padding-right: 0;
  }
}

.PresOnglet-infoDemiImg, .PresOngletLight-infoDemiImg {
  float: right;
}

@media (max-width: 1320px) {
  .PresOnglet-infoDemiImg, .PresOngletLight-infoDemiImg {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .PresOnglet-infoDemiImg, .PresOngletLight-infoDemiImg {
    width: 60%;
  }
}

.PresOnglet-infoDemiContenu, .PresOngletLight-infoDemiContenu {
  width: 50%;
  margin-left: 52px;
}

@media (max-width: 1320px) {
  .PresOnglet-infoDemiContenu, .PresOngletLight-infoDemiContenu {
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .PresOnglet-infoDemiContenu, .PresOngletLight-infoDemiContenu {
    width: 100%;
    margin-left: 0;
  }
}

.PresOnglet-infoDemiContenu p, .PresOnglet-infoDemiContenu li, .PresOngletLight-infoDemiContenu p, .PresOngletLight-infoDemiContenu li {
  font-size: 20px;
}

.PresOnglet-listLien, .PresOngletLight-listLien {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 20px;
}

.PresOnglet-infoDemiListItem, .PresOngletLight-infoDemiListItem {
  margin-bottom: 10px;
}

.PresOnglet-infoDemiListLink, .PresOngletLight-infoDemiListLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  color: #2795e8;
}

.PresOnglet-infoDemiListLink:hover, .PresOnglet-infoDemiListLink:focus, .PresOngletLight-infoDemiListLink:hover, .PresOngletLight-infoDemiListLink:focus {
  color: #2795e8;
}

.PresOnglet-infoDemiListLink:hover > svg, .PresOnglet-infoDemiListLink:focus > svg, .PresOngletLight-infoDemiListLink:hover > svg, .PresOngletLight-infoDemiListLink:focus > svg {
  fill: #2795e8;
}

.PresOnglet-infoDemiListLink > svg, .PresOngletLight-infoDemiListLink > svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #787878;
  margin-right: 14px;
  -webkit-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}

.PresOnglet-button, .PresOngletLight-button {
  margin-top: 20px;
}

.PresOnglet-infoPushs, .PresOngletLight-infoPushs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .PresOnglet-infoPushs, .PresOngletLight-infoPushs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.PresOnglet-push, .PresOngletLight-push {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 10px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

@media (max-width: 1320px) {
  .PresOnglet-push, .PresOngletLight-push {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .PresOnglet-push, .PresOngletLight-push {
    width: 100%;
    margin-bottom: 30px;
  }
}

.PresOnglet-pushPict, .PresOngletLight-pushPict {
  height: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .PresOnglet-pushImg, .PresOngletLight-pushImg {
    width: 100%;
    height: auto;
  }
}

.PresOnglet-pushDesc, .PresOngletLight-pushDesc {
  font-size: 18px;
  font-weight: bold;
  margin: 35px 0 52px 0;
}

.PresOnglet-ongletMob, .PresOngletLight-ongletMob {
  display: none;
}

@media (max-width: 768px) {
  .PresOnglet-ongletMob, .PresOngletLight-ongletMob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    background: #f5f5fa;
    border: none;
    border-top: 1px solid #dcdcdc;
    padding: 20px;
    font-size: 24px;
    font-weight: bold;
    margin-left: -15px;
  }
}

.PresOnglet-ongletMob.active .PresOnglet-ongletMobWrapSvg, .PresOnglet-ongletMob.active PresOngletlight-ongletMobWrapSvg, .PresOngletLight-ongletMob.active .PresOnglet-ongletMobWrapSvg, .PresOngletLight-ongletMob.active PresOngletlight-ongletMobWrapSvg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.PresOnglet-ongletMobWrapSvg, .PresOngletLight-ongletMobWrapSvg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-left: auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(80, 80, 80, 0.3);
  box-shadow: 0 0 5px 0 rgba(80, 80, 80, 0.3);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.PresOnglet-ongletMobWrapSvg > svg, .PresOngletLight-ongletMobWrapSvg > svg {
  padding-top: 2px;
  fill: #2795e8;
}

.PresOnglet-button, .PresOngletLight-button {
  margin-top: auto;
}

.PresOngletLight-titre, .PresOngletLightLight-titre {
  margin-top: 4.0rem;
}

.PresOngletLight-listTitle, .PresOngletLightLight-listTitle {
  margin-top: 1.0rem;
  border-bottom: none;
}

.PresOngletLight-listItem.active .PresOngletLight-buttonWrapSvg, .PresOngletLightLight-listItem.active .PresOngletLight-buttonWrapSvg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.PresOngletLight-listButton, .PresOngletLightLight-listButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.PresOngletLight-buttonWrapSvg, .PresOngletLightLight-buttonWrapSvg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-box-shadow: 0 0 5px 0 rgba(80, 80, 80, 0.3);
  box-shadow: 0 0 5px 0 rgba(80, 80, 80, 0.3);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.PresOngletLight-buttonWrapSvg > svg, .PresOngletLightLight-buttonWrapSvg > svg {
  padding-top: 2px;
  fill: #2795e8;
}

@media (max-width: 992px) {
  .PresOngletLight-listButton, .PresOngletLightLight-listButton {
    font-size: 21px;
  }
}

.Home-1vHeader {
  margin-top: 6.8rem;
  text-align: center;
}

.Home-1vHeader h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.Home-matiereHeader {
  background: #ffffff;
  margin-top: 21px;
}

.Home-matiereContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Home-matiereTitre {
  margin-top: 65px;
}

.Home-matiereDesc p {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.Home-matiereTitreDegrade {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  padding: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6ed264), to(#019778));
  background: linear-gradient(to bottom, #6ed264, #019778);
  border-radius: 5px;
  text-align: center;
}

.Profil {
  margin-top: 122px;
  background: #f5f5fa;
  padding: 57px 0;
}

.Home-visitn .Profil {
  margin-top: 0;
}

.Home-1v .Profil {
  margin-top: 0;
}

.Profil-wrap {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 85px;
}

@media (max-width: 1320px) {
  .Profil-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .Profil-wrap {
    margin-left: -15px;
    width: 100vw;
  }
}

.Profil-texte {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 1320px) {
  .Profil-texte {
    font-size: 15px;
  }
}

.Profil-item {
  width: 20%;
}

@media (max-width: 768px) {
  .Profil-item {
    padding-top: 2.0rem;
  }
}

@media (max-width: 480px) {
  .Profil-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.Profil-itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 320px) {
  .Profil-itemWrap {
    margin-right: 20px;
  }
}

.Profil-pict {
  position: relative;
  background: #ffffff;
  width: 120px;
  height: 120px;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  margin-bottom: 16px;
}

.Profil-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ThemeListing {
  padding: 57px 0;
}

.ThemeListing-theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #dcdcdc;
  padding: 40px 0 71px;
}

@media (max-width: 768px) {
  .ThemeListing-theme {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
    border-bottom: none;
  }
}

.ThemeListing-theme.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ThemeListing-theme:last-child {
  border-bottom: none;
}

.ThemeListing-gauche {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 469px;
  min-height: 475px;
  border: 1px solid #dcdcdc;
  border-top: 5px solid #dcdcdc;
  text-decoration: none;
  margin-right: 56px;
}

@media (max-width: 992px) {
  .ThemeListing-gauche {
    width: 50%;
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .ThemeListing-gauche {
    width: 100%;
    margin-right: 0;
    min-height: inherit;
    margin-bottom: 20px;
  }
}

.ThemeListing-theme--rouge .ThemeListing-gauche {
  border-top: 5px solid #a8292f;
}

.ThemeListing-theme--violet .ThemeListing-gauche {
  border-top: 5px solid #6e79bb;
}

.ThemeListing-theme--vert .ThemeListing-gauche {
  border-top: 5px solid #65b401;
}

.ThemeListing-gauche:hover .ThemeListing-gaucheTitre, .ThemeListing-gauche:focus .ThemeListing-gaucheTitre {
  color: #2795e8;
}

.ThemeListing-gaucheCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 48px 40px;
  width: 100%;
}

@media (max-width: 992px) {
  .ThemeListing-gaucheCont {
    padding: 20px;
  }
}

.ThemeListing-gaucheCat {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #c2c2c2;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding: 0 10px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.ThemeListing-gaucheCat::after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 40px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 0 0 14px;
  border-color: #c2c2c2 transparent transparent transparent;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.ThemeListing-gaucheCat > svg {
  fill: #ffffff;
  margin-right: 10px;
}

.ThemeListing-gauchePict {
  width: 100%;
}

.ThemeListing-gaucheImg {
  width: 100%;
  height: auto;
}

.ThemeListing-gaucheTitre {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  width: 100%;
}

.ThemeListing-InfoPub {
  color: #8c8c8c;
  font-size: 12px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.ThemeListing-InfoPub > svg {
  margin-right: 7px;
  fill: #8c8c8c;
  -webkit-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}

.ThemeListing-bigTitre {
  font-size: 42px;
}

.ThemeListing-bigTitreLink {
  text-decoration: none;
  color: #000000;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.ThemeListing-titre {
  font-size: 36px;
  font-weight: bold;
  margin-top: 0;
}

@media (max-width: 768px) {
  .ThemeListing-titre {
    display: none;
  }
}

@media (max-width: 480px) {
  .ThemeListing-titre {
    font-size: 28px;
  }
}

.ThemeListing-theme--rouge .ThemeListing-titre {
  color: #a8292f;
}

.ThemeListing-theme--violet .ThemeListing-titre {
  color: #6e79bb;
}

.ThemeListing-theme--vert .ThemeListing-titre {
  color: #65b401;
}

.ThemeListing-titreLink {
  text-decoration: none;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.ThemeListing-theme--rouge .ThemeListing-titreLink {
  color: #a8292f;
}

.ThemeListing-theme--violet .ThemeListing-titreLink {
  color: #6e79bb;
}

.ThemeListing-theme--vert .ThemeListing-titreLink {
  color: #65b401;
}

.ThemeListing-ongletsliste {
  display: inline-block;
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0;
  border-bottom: 1px solid #dcdcdc;
  text-align: left;
  width: 100%;
}

@media (max-width: 992px) {
  .ThemeListing-ongletsliste {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .ThemeListing-ongletsliste {
    margin-top: 16px;
  }
}

.ThemeListing-ongletslistItem {
  display: inline-block;
  margin-right: 85px;
}

@media (max-width: 992px) {
  .ThemeListing-ongletslistItem {
    margin-right: 14px;
  }
}

.ThemeListing-ongletslistItem:last-child {
  margin-right: 0;
}

.ThemeListing-ongletslistItem.active .ThemeListing-ongletsButton, .ThemeListing-ongletslistItem:hover .ThemeListing-ongletsButton, .ThemeListing-ongletslistItem:focus .ThemeListing-ongletsButton {
  border-bottom: 3px solid #0096e6;
  color: #000000;
}

.ThemeListing-ongletsButton {
  background: none;
  font-size: 16px;
  font-weight: bold;
  color: #787878;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  padding: 0 0 4px;
  -webkit-transition: color 0.25s ease-out, border 0.25s ease-out;
  transition: color 0.25s ease-out, border 0.25s ease-out;
}

.ThemeListing-droite {
  width: calc(100% - 526px);
}

@media (max-width: 992px) {
  .ThemeListing-droite {
    width: calc(50% - 25px);
  }
}

@media (max-width: 768px) {
  .ThemeListing-droite {
    width: 100%;
  }
}

.ThemeListing-infosWrap {
  width: 100%;
}

.ThemeListing-infos {
  display: none;
}

.ThemeListing-infos.active {
  display: block;
}

.ThemeListing-listeItemArt {
  margin-bottom: 25px;
}

.ThemeListing-listeArt {
  list-style-type: none;
  padding-left: 0;
}

.ThemeListing-listeItemLinkArt {
  text-decoration: none;
}

.ThemeListing-listeItemLinkArt:hover .ThemeListing-listeItemLinkArtTitle, .ThemeListing-listeItemLinkArt:focus .ThemeListing-listeItemLinkArtTitle {
  color: #2795e8;
}

.ThemeListing-listeItemLinkArtTitle {
  font-size: 16px;
  color: #000000;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  font-weight: 700;
}

.ThemeListing-listeItemInfoPub {
  margin-top: 10px;
}

.ThemeListing-motclees {
  width: 100%;
}

.ThemeListing-listMotclees {
  display: none;
  margin: 5.0rem 0 2.0rem;
  padding: 0;
}

@media (max-width: 480px) {
  .ThemeListing-listMotclees {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2.0rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

.ThemeListing-listMotclees.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ThemeListing-linkMotclee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #787878;
  border: 2px solid #787878;
  border-radius: 20px;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 9px 19px;
  -webkit-transition: color 0.25s ease-out, border 0.25s ease-out;
  transition: color 0.25s ease-out, border 0.25s ease-out;
  margin-right: 8px;
  margin-bottom: 15px;
}

.ThemeListing-linkMotclee:hover, .ThemeListing-linkMotclee:focus {
  color: #2795e8;
  border: 2px solid #2795e8;
}

.ThemeListing-summaryThemes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0096e6;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  background: none;
  border: none;
  font-weight: bold;
}

.ThemeListing-summaryThemes::-webkit-details-marker {
  display: none;
}

.ThemeListing-summaryThemes::before {
  display: none;
}

.ThemeListing-details {
  margin-top: 2.0rem;
}

.ThemeListing-details[open] .ThemeListing-buttonWrapSvg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ThemeListing-buttonWrapSvg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-box-shadow: 0 0 5px 0 rgba(80, 80, 80, 0.3);
  box-shadow: 0 0 5px 0 rgba(80, 80, 80, 0.3);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.ThemeListing-buttonWrapSvg > svg {
  padding-top: 2px;
  fill: #2795e8;
}

.ThemeListing-prenium {
  margin-left: 5px;
  background: #fff746;
  width: 23px;
  height: 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
}

.ThemeListing-prenium > svg {
  fill: #000000;
}

.OngletMob {
  display: none;
}

@media (max-width: 768px) {
  .OngletMob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    background: #f5f5fa;
    border: none;
    border-top: 1px solid #dcdcdc;
    padding: 20px;
    font-size: 24px;
    font-weight: bold;
    margin-left: -15px;
    text-align: left;
    text-decoration: none;
    color: #000000;
  }
}

.OngletMob.active .OngletMob-wrapSvg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.OngletMob-wrapSvg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-left: auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(80, 80, 80, 0.3);
  box-shadow: 0 0 5px 0 rgba(80, 80, 80, 0.3);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.OngletMob-wrapSvg > svg {
  padding-top: 2px;
  fill: #2795e8;
}

.RestezInfo {
  position: relative;
  background: #244690;
}

.RestezInfo::before {
  content: '';
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  display: block;
  border-style: solid;
  border-width: 21px 17.5px 0 17.5px;
  border-color: #ffffff transparent transparent transparent;
}

.RestezInfo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .RestezInfo-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 15px;
  }
}

.RestezInfo-gauche {
  margin-right: 141px;
  -webkit-transform: translateY(-11px);
  transform: translateY(-11px);
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .RestezInfo-gauche {
    margin-right: 30px;
  }
}

@media (max-width: 768px) {
  .RestezInfo-gauche {
    width: 100%;
    margin: 50px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .RestezInfo-gauche {
    margin: 15px 0;
  }
}

@media (max-width: 480px) {
  .RestezInfo-img {
    width: 50%;
    height: auto;
  }
}

.RestezInfo-droite {
  width: 50%;
}

@media (max-width: 768px) {
  .RestezInfo-droite {
    width: 100%;
  }
}

.RestezInfo-titre {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 20px;
}

@media (max-width: 480px) {
  .RestezInfo-titre {
    font-size: 28px;
  }
}

.RestezInfo-liste {
  margin: 10px 0  10px 20px;
  color: #ffffff;
  padding-left: 0;
  list-style: none;
}

.RestezInfo-listeItem::before {
  content: '\2022';
  color: #646464;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.RestezInfo-listeItem, .RestezInfo p {
  font-size: 20px;
}

.RestezInfo-button {
  margin-top: 20px;
}

.Boutique {
  background: #f5f5fa;
  padding-top: 78px;
}

.Home-matiere .Boutique {
  padding-top: 20px;
  background: #ffffff;
}

.Boutique-titre {
  margin-bottom: 0;
}

.Boutique-subHeaderTitre {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .Boutique-subHeaderDesc {
    height: 100px;
    overflow-x: scroll;
  }
}

.Boutique-subHeaderDesc p, .Boutique-subHeaderDesc li {
  color: #646464;
  font-size: 14px;
}

@media (min-width: 1321px) {
  .Boutique-subHeaderContainer {
    width: 1100px;
  }
}

.Boutique-subHeaderButtons {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 30px;
  padding-left: 0;
}

@media (max-width: 1320px) {
  .Boutique-subHeaderButtons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .Boutique-subHeaderButtons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.Boutique-subHeaderButtonsListItem {
  margin-right: 35px;
}

@media (max-width: 768px) {
  .Boutique-subHeaderButtonsListItem {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .Boutique-subHeaderButtonsListItem {
    width: 100%;
  }
}

.Boutique-subHeaderButtonsListItem:last-child {
  margin-right: 0;
}

.Boutique-subHeaderButton {
  min-height: 43px;
}

@media (max-width: 1320px) {
  .Boutique-subHeaderButton {
    margin: 0 15px 15px;
  }
}

@media (max-width: 480px) {
  .Boutique-subHeaderButton {
    width: 100%;
    margin: 15px 0;
  }
}

.Boutique-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 15px;
  position: relative;
  z-index: 100;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .Boutique-listing {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100vw;
    margin-left: -1.5rem;
  }
}

.Boutique .slick-slide > div {
  margin: 0 1.5rem;
}

.Boutique-rubrique {
  margin-top: 70px;
}

.Boutique-rubrique--1 {
  margin-top: 0;
}

.Boutique-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.Home-matiereHeader + .Boutique {
  padding-top: 1.0rem;
}

.Home-matiereHeader + .Boutique .Tuiles-titre {
  margin-top: 0;
}

.Home-matiereHeader .type_h1 {
  margin-bottom: 0;
}

.Produit {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-right: 40px;
  margin-bottom: 20px;
}

.Produit:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1320px) {
  .Produit {
    width: calc(33% - 10px);
    margin-right: 19px;
  }
}

@media (max-width: 992px) {
  .Produit {
    margin-right: 18px;
  }
}

@media (max-width: 768px) {
  .Produit {
    max-width: 400px;
    padding: 15px 0;
  }
}

@media (max-width: 480px) {
  .Produit {
    max-width: 290px;
  }
}

.Produit-wrap {
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
}

@media (max-width: 768px) {
  .Produit-wrap {
    min-height: 553px;
  }
}

.Produit-contenu {
  padding: 0 15px 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.Produit-img {
  width: 100%;
  height: auto;
}

.Produit-title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
  width: 100%;
}

@media (max-width: 1320px) {
  .Produit-title {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .Produit-title {
    font-size: 16px;
  }
}

.Produit-pictosWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 14px;
}

.Produit-pictoWrap {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.Produit-pictoWrap > svg {
  fill: #787878;
}

.Produit-pictoWrap:last-child {
  margin-right: 0;
}

.Produit-pictoTitre {
  font-size: 1.4rem;
  margin-top: 8px;
  color: #323232;
}

.Produit-prixWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.Produit-aPartir {
  font-size: 14px;
  text-align: center;
  margin-bottom: 8px;
}

.Produit-prix {
  font-size: 36px;
  color: #000000;
}

.Produit-prixInfo {
  font-size: 14px;
}

.Produit-prixHT {
  margin-bottom: 23px;
}

.Produit-lien {
  margin-top: auto;
}

.Produit-lien2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0096e6;
  text-decoration: none;
  font-size: 14px;
  margin-top: 25px;
  text-align: center;
}

.Produit-lien2:hover > svg, .Produit-lien2:focus > svg {
  fill: #000000;
}

.Produit-lien2 > svg {
  fill: #0096e6;
  margin-left: 10px;
  -webkit-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}

.AvisCert {
  background: #244690;
  padding: 90px 0 75px;
  margin-top: -81px;
  position: relative;
  z-index: 10;
}

.AvisCert-noMarginTop {
  margin-top: 0;
}

.AvisCert-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 480px) {
  .AvisCert-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.AvisCert-note {
  color: #ffffff;
  font-size: 132px;
  margin-right: 52px;
}

@media (max-width: 768px) {
  .AvisCert-note {
    margin-right: 20px;
    font-size: 60px;
  }
}

@media (max-width: 480px) {
  .AvisCert-note {
    margin-right: 0;
  }
}

.AvisCert-pict {
  margin-right: 52px;
}

@media (max-width: 768px) {
  .AvisCert-pict {
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .AvisCert-pict {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .AvisCert-img {
    width: 110px;
  }
}

.AvisCert-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 156px;
}

.AvisCert-titre {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
}

.AvisCert-nbrAvis {
  font-size: 14px;
  color: #95b2e3;
}

.AvisCert-etoiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.AvisCert-etoilesPleine {
  fill: #fbbf00;
}

.AvisCert-button {
  padding: 8px 40px;
  margin-top: 10px;
}

.PushCover {
  position: relative;
  height: 520px;
}

@media (max-width: 768px) {
  .PushCover {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    margin: 0 15px 30px;
  }
}

.PushCover-pict {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 520px;
}

@media (max-width: 768px) {
  .PushCover-pict {
    position: inherit;
    top: inherit;
    left: inherit;
    height: 246px;
    overflow: hidden;
  }
}

.PushCover-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .PushCover-img {
    width: calc(100% + 66px);
    -webkit-transform: scale(1.6) translateX(66px);
    transform: scale(1.6) translateX(66px);
  }
}

.PushCover-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 520px;
}

@media (max-width: 768px) {
  .PushCover-container {
    height: inherit;
    padding: 20px;
    background: #ffffff;
  }
}

.PushCover-contenu {
  position: relative;
  width: 50%;
  z-index: 20;
  margin-top: -30px;
}

@media (max-width: 768px) {
  .PushCover-contenu {
    background: #ffffff;
    margin-top: 0;
    width: 100%;
  }
}

.PushCover-rub {
  background: #c2c2c2;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  padding: 7px 15px;
  border-radius: 30px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .PushCover-rub {
    padding: 4px 15px;
  }
}

.PushCover-titre {
  font-size: 42px;
  font-weight: 700;
  color: #000000;
  margin: 15px 0;
}

@media (max-width: 1320px) {
  .PushCover-titre {
    font-size: 35px;
  }
}

@media (max-width: 992px) {
  .PushCover-titre {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .PushCover-titre {
    font-size: 20px;
  }
}

.PushCover-titre::after {
  content: '';
  display: block;
  background: #000000;
  width: 110px;
  height: 4px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .PushCover-titre::after {
    display: none;
  }
}

.PushCover-desc {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  margin: 10px 0 25px;
  width: 100%;
}

@media (max-width: 1320px) {
  .PushCover-desc {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .PushCover-desc {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .PushCover-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

.PushCover-aPartir {
  color: #646464;
  font-size: 14px;
}

.PushCover-prixWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.PushCover-prix {
  font-size: 36px;
}

.PushCover-prixHT {
  font-size: 14px;
  margin-left: 5px;
  line-height: 1.8em;
}

.PushCover-button {
  padding: 10px 70px;
  margin-bottom: 0.7rem;
}

@media (max-width: 1320px) {
  .PushCover-button {
    padding: 10px 35px;
  }
}

@media (max-width: 992px) {
  .PushCover-button {
    padding: 8px 20px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .PushCover-button {
    margin-top: 10px;
    padding: 8px 49px;
    font-size: 14px;
    width: 100%;
  }
}

.PushCover-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .PushCover-infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.PushCover-infosCol1 {
  margin-right: 10px;
  margin-left: 6.5rem;
}

@media (max-width: 1320px) {
  .PushCover-infosCol1 {
    margin-right: 3.5rem;
  }
}

@media (max-width: 992px) {
  .PushCover-infosCol1 {
    margin-left: 1.5rem;
  }
}

@media (max-width: 768px) {
  .PushCover-infosCol1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
  }
}

.PushCover-infosCol2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 6.5rem;
}

@media (max-width: 1320px) {
  .PushCover-infosCol2 {
    margin-right: 3.5rem;
  }
}

@media (max-width: 992px) {
  .PushCover-infosCol2 {
    margin-right: 1.5rem;
  }
}

@media (max-width: 768px) {
  .PushCover-infosCol2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-right: 0;
  }
}

.PushCover-lieu, .PushCover-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #000000;
  font-size: 18px;
}

@media (max-width: 1320px) {
  .PushCover-lieu, .PushCover-date {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .PushCover-lieu, .PushCover-date {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .PushCover-lieu, .PushCover-date {
    font-size: 16px;
    color: #787878;
  }
}

.PushCover-lieu > svg, .PushCover-date > svg {
  fill: #787878;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .PushCover-lieu > svg, .PushCover-date > svg {
    width: 17px;
    height: 17px;
    fill: #c2c2c2;
  }
}

.PushCover-lieu {
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .PushCover-lieu {
    margin-right: 0;
  }
}

.Mea-first {
  margin-top:30px;
}
.Mea {
  background: #f5f5fa;
  padding-bottom: 30px;
}

.Mea.Mea-cartoucheOnly {
  margin-top: 0 !important;
}

.Home-visitn .Mea {
  margin-top: 21px;
}

@media (max-width: 768px) {
  .Mea {
    padding-top: 30px;
  }
}

.Mea-CartoucheContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .Mea-CartoucheContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.Mea-Cartouche {
  position: relative;
  margin-top: -30px;
  z-index: 100;
}

@media (max-width: 768px) {
  .Mea-Cartouche {
    margin-top: 0;
  }
}

.Mea-cartoucheOnly .Mea-Cartouche {
  margin-top: 0;
  padding-top: 30px;
}

.Cartouche {
  background: #ffffff;
  width: 590px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 1320px) {
  .Cartouche {
    width: calc(50% - 20px);
  }
}

@media (max-width: 992px) {
  .Cartouche {
    width: calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  .Cartouche {
    width: 100%;
    margin-bottom: 30px;
  }
}

.Cartouche-contenu {
  padding: 30px 50px;
  width: 100%;
}

@media (max-width: 992px) {
  .Cartouche-contenu {
    padding: 20px;
  }
}

.Cartouche-rub {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #c2c2c2;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  padding: 4px 15px;
  border-radius: 30px;
  font-weight: 700;
}

.Cartouche-rub > svg {
  margin-right: 7px;
  fill: #ffffff;
}

.Cartouche-titre {
  font-size: 20px;
  margin-top: 7px;
  margin-bottom: 15px;
}

.Cartouche-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 992px) {
  .Cartouche-infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.Cartouche-lieu, .Cartouche-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #787878;
  font-size: 16px;
}

.Cartouche-lieu > svg, .Cartouche-date > svg {
  fill: #c2c2c2;
  margin-right: 5px;
}

.Cartouche-lieu {
  margin-right: 30px;
}

@media (max-width: 992px) {
  .Cartouche-lieu {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.Cartouche-desc {
  margin-top: 20px;
}

.Cartouche-bouton {
  margin-top: 10px;
  float: right;
  margin-bottom: 30px;
}

.Cartouche-pict {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

@media (max-width: 1320px) {
  .Cartouche-pict {
    height: 200px;
  }
}

@media (max-width: 992px) {
  .Cartouche-pict {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .Cartouche-pict {
    height: 246px;
  }
}

.Cartouche-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transform: scale(1.4) translateX(80px);
  transform: scale(1.4) translateX(80px);
}

@media (max-width: 1320px) {
  .Cartouche-img {
    -webkit-transform: scale(1.4) translateX(60px);
    transform: scale(1.4) translateX(60px);
  }
}

@media (max-width: 992px) {
  .Cartouche-img {
    -webkit-transform: scale(1.4) translateX(45px);
    transform: scale(1.4) translateX(45px);
  }
}

@media (max-width: 768px) {
  .Cartouche-img {
    -webkit-transform: scale(1.4) translateX(85px);
    transform: scale(1.4) translateX(85px);
  }
}

@media (max-width: 480px) {
  .Cartouche-img {
    -webkit-transform: scale(1.4) translateX(70px);
    transform: scale(1.4) translateX(70px);
    width: calc(100% + 100px);
  }
}

.Cartouche-prix {
  font-size: 23px;
  line-height: 0.7em;
}

@media (max-width: 768px) {
  .Cartouche-prix {
    font-size: 36px;
  }
}

.Cartouche-aPartir {
  color: #646464;
  font-size: 14px;
}

.Cartouche-prixWrap {
  display: inline-block;
}

@media (max-width: 768px) {
  .Cartouche-prixWrap {
    display: block;
  }
}

.Cartouche-prixHT {
  font-size: 14px;
  margin-left: 5px;
}

.Convention {
  background: #f5f5fa;
  padding: 88px 0 104px;
}

@media (max-width: 768px) {
  .Convention {
    padding-top: 50px;
  }
}

.Convention-contenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .Convention-contenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.Convention-gauche, .Convention-droite {
  width: calc(50% - 10px);
}

@media (max-width: 768px) {
  .Convention-gauche, .Convention-droite {
    width: 100%;
  }
}

.Convention-gauche {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .Convention-gauche {
    margin-bottom: 20px;
  }
}

.Convention-top10 {
  background: #c2c2c2;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  padding: 7px 15px;
  border-radius: 30px;
}

.Convention-liste {
  padding-left: 0;
}

.Convention-link {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Convention-link:hover, .Convention-link:focus {
  color: #0096e6;
}

.Convention-listeItem {
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  padding-left: 13px;
  list-style-type: none;
}

.Convention-listeItem::before {
  content: '\2022';
  position: absolute;
  color: #dcdcdc;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  padding-top: 10px;
}

.Convention-num {
  color: #646464;
  padding-right: 15px;
}

.Convention-button {
  margin-top: 37px;
}

.Convention-img {
  width: 100%;
  height: auto;
}

.Reassur {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
  margin-top: 60px;
}

.Reassur-titre {
  font-weight: 700;
}

.Reassur-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .Reassur-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.Reassur-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: calc(33% - 8px);
  min-height: 176px;
  padding: 21px 30px;
  background: #ffffff;
}

@media (max-width: 768px) {
  .Reassur-item {
    padding: 15px 6px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .Reassur-item {
    width: calc(100% - 30px);
    margin: 7px 15px;
  }
}

.Reassur-item > svg {
  fill: #787878;
}

.Reassur-desc {
  text-align: center;
  font-style: italic;
  margin-bottom: 20px;
}

.Reassur-itemTitre {
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
}

.Tuiles {
  padding-top: 70px;
  background: #ffffff;
}

.Tuiles-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .Tuiles-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.Tuile {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  margin-bottom: 41px;
  margin-right: 40px;
}

.Tuile:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1320px) {
  .Tuile {
    width: calc(33% - 10px);
    margin-right: 19px;
  }
}

@media (max-width: 992px) {
  .Tuile {
    margin-right: 18px;
  }
}

@media (max-width: 768px) {
  .Tuile {
    width: 100%;
    margin-right: 0;
  }
}

.Tuile-contenu {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .Tuile-contenu {
    padding: 15px;
  }
}

.Tuile-pict {
  width: 100%;
}

.Tuile-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.Tuile-titre {
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  margin: 0 0 10px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 1320px) {
  .Tuile-titre {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .Tuile-titre {
    font-size: 16px;
  }
}

.Tuile-titre > svg {
  fill: #787878;
  margin-right: 5px;
}

.Tuile-desc {
  color: #787878;
  width: 100%;
  margin-bottom: auto;
}

.Tuile-desc p:first-child {
  margin-top: 0;
}

.Tuile-bouton {
  margin-top: 15px;
}

.Footer {
  background: #3c3c3c;
  padding: 38px 0;
}

.Footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Footer-col {
  width: 25%;
  padding-right: 15px;
}

@media (max-width: 768px) {
  .Footer-col {
    width: 50%;
    padding-right: 30px;
  }
}

@media (max-width: 480px) {
  .Footer-col {
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .Footer-col:nth-child(2) {
    padding-right: 0;
  }
}

.Footer-col:last-child {
  padding-right: 0;
}

.Footer-titre {
  text-transform: uppercase;
  color: #787878;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  display: block;
  width: 100%;
}

@media (max-width: 480px) {
  .Footer-titre {
    margin-top: 20px;
  }
}

.Footer-espace {
  color: #dcdcdc;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 12px;
}

.Footer-espace > svg {
  margin-right: 5px;
  fill: #dcdcdc;
  -webkit-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}

.Footer-espace:hover, .Footer-espace:focus {
  color: #2795e8;
}

.Footer-espace:hover > svg, .Footer-espace:focus > svg {
  fill: #2795e8;
}

.Footer-titreNewsletter {
  margin-top: 35px;
}

@media (max-width: 480px) {
  .Footer-titreNewsletter {
    margin-top: 20px;
  }
}

.Footer-inputNewsletter {
  width: 125px;
}

@media (max-width: 992px) {
  .Footer-inputNewsletter {
    margin-bottom: 1.5rem;
  }
}

.Footer-inputNewsletter {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .Footer-inputNewsletter {
    width: 100%;
    margin-right: 0;
  }
}

.Footer-inputNewsletter::-webkit-input-placeholder {
  font-style: italic;
}

.Footer-inputNewsletter::-moz-placeholder {
  font-style: italic;
}

.Footer-inputNewsletter:-ms-input-placeholder {
  font-style: italic;
}

.Footer-inputNewsletter::-ms-input-placeholder {
  font-style: italic;
}

.Footer-inputNewsletter::placeholder {
  font-style: italic;
}

.Footer-formNewsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 992px) {
  .Footer-formNewsletter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.Footer-menu, .Footer-rs, .Footer-soutient {
  list-style-type: none;
  padding: 0;
}

.Footer-menuLink, .Footer-rsLink, .Footer-soutientLink {
  color: #dcdcdc;
  text-decoration: none;
  font-size: 12px;
}

.Footer-menuLink:hover, .Footer-menuLink:focus, .Footer-rsLink:hover, .Footer-rsLink:focus, .Footer-soutientLink:hover, .Footer-soutientLink:focus {
  color: #2795e8;
}

.Footer-rsLink, .Footer-soutientLink {
  padding: 5px 0 5px 25px;
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.Footer-rsTwitter {
  background: transparent url("../img/twitter.jpg") no-repeat 0 50%;
}

.Footer-rsFb {
  background: transparent url("../img/facebook.jpg") no-repeat 0 50%;
}

.Footer-rsLinkedin {
  background: transparent url("../img/linkedin.jpg") no-repeat 0 50%;
}

.Footer-soutientLinkFrench {
  background: transparent url("../img/pictos-footer-nopain.png") no-repeat 0 50%;
}

.Footer-soutientLinkAbeille {
  background: transparent url("../img/pictos-footer-bees.png") no-repeat 0 50%;
}

.Footer-adresse {
  color: #dcdcdc;
}

.Footer-tel, .Footer-contact, .Footer-faq {
  display: block;
  padding: 5px 0 5px 25px;
  text-decoration: none;
}

.Footer-tel:hover, .Footer-tel:focus, .Footer-contact:hover, .Footer-contact:focus, .Footer-faq:hover, .Footer-faq:focus {
  color: #2795e8;
}

.Footer-contact, .Footer-faq, .Footer-tel {
  color: #dcdcdc;
  text-decoration: none;
}

.Footer-tel {
  background: transparent url("../img/telephone.jpg") no-repeat 0 50%;
}

.Footer-contact {
  background: transparent url("../img/enveloppe.jpg") no-repeat 0 50%;
}

.Footer-faq {
  background: transparent url("../img/centreaide-footer.png") no-repeat 0 50%;
}

.Footer-bottomLigne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #2a2a2a url("../img/training.jpg") no-repeat 15px 50%;
  padding: 19px 10px 15px 60px;
}

@media (max-width: 992px) {
  .Footer-bottomLigne {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.Footer-bottomLigneText1 {
  color: #787878;
  font-weight: bold;
  font-size: 18px;
}

.Footer-bottomLigneText2 {
  color: #ffffff;
  font-style: italic;
  font-size: 12px;
  text-decoration: none;
  margin-left: 10px;
}

@media (max-width: 992px) {
  .Footer-bottomLigneText2 {
    margin-left: 0;
  }
}

.Footer-bottomLigneLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 992px) {
  .Footer-bottomLigneLeft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}

.Footer-bottomLigneButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.Footer-bottomLigneButton > svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 10px;
  -webkit-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}

.Footer-bottomLigneButton:hover > svg, .Footer-bottomLigneButton:focus > svg {
  fill: #ffffff;
}

@media (max-width: 992px) {
  .SousMenu {
    display: none;
  }
}

.SousMenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-bottom: 3px solid #a8292f;
  border-top: 1px solid #c5c5c5;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d6d6d6));
  background: linear-gradient(#ffffff, #d6d6d6);
  border-right: 1px solid #c5c5c5;
  width: 100%;
}

.vert .SousMenu-list {
  border-bottom: 3px solid #65b401;
}

.bleu .SousMenu-list {
  border-bottom: 3px solid #6e79bb;
}

.rouge .SousMenu-list {
  border-bottom: 3px solid #a8292f;
}

.SousMenu-listItem {
  border-left: 1px solid #c5c5c5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.SousMenu-listItem:last-child {
  border-right: 1px solid #c5c5c5;
}

.SousMenu-listItem:last-child .SousMenu-listItemLink {
  border-right: 1px solid #ffffff;
}

.rouge .SousMenu-listItem:last-child {
  border-right: none;
}

.SousMenu-petit .SousMenu-listItem {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.SousMenu-listItem.active .SousMenu-listItemLink {
  color: #ffffff;
}

.rouge .SousMenu-listItem.active .SousMenu-listItemLink {
  background: #a8292f;
  border-top: 2px solid #75070e;
  border-left: 1px solid #a8292f;
}

.bleu .SousMenu-listItem.active .SousMenu-listItemLink {
  background: #6e79bb;
  border-top: 2px solid #5459aa;
  border-left: 1px solid #6e79bb;
}

.vert .SousMenu-listItem.active .SousMenu-listItemLink {
  background: #65b401;
  border-top: 2px solid #519001;
  border-left: 1px solid #65b401;
}

.SousMenu-listItemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d6d6d6));
  background: linear-gradient(#ffffff, #d6d6d6);
  padding: 10px 32.5px;
  border-left: 1px solid #ffffff;
  width: 100%;
  text-align: center;
  -webkit-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

@media (max-width: 1320px) {
  .SousMenu-listItemLink {
    padding: 10px 8.4px;
  }
}

.SousMenu-listItemLink:hover, .SousMenu-listItemLink:focus {
  background: #ffffff;
  -webkit-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}

.SubHeader {
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .SubHeader {
    display: none;
  }
}

.SubHeader-liste {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.SubHeader-listLink {
  text-decoration: none;
  color: #787878;
  font-size: 11px;
}

.SubHeader-listLink > svg {
  fill: #b4b4b4;
  -webkit-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
  margin-right: 5px;
}

.SubHeader-listLink:hover, .SubHeader-listLink:focus {
  color: #0096e6;
}

.SubHeader-listLink:hover > svg, .SubHeader-listLink:focus > svg {
  fill: #0096e6;
}

.SubHeader-listLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 29px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 0.025s ease-out;
  transition: color 0.025s ease-out;
}

.SubHeader-listItem {
  margin-right: 28px;
  line-height: 1.0em;
}

.SubHeader-listItem:last-child {
  margin-right: 0;
}

.SubHeader-titre {
  font-size: 24px;
  font-weight: 700;
}

.vert .SubHeader-titre {
  color: #65b401;
}

.bleu .SubHeader-titre {
  color: #5459aa;
}

.rouge .SubHeader-titre {
  color: #a8292f;
}

/*# sourceMappingURL=Atemplate.css.map */
.PushCover-infosCol2 {
	margin-left:auto;
}
.PushCover-infosCol2 span.Button-secondary {
	margin-top:1em;
}
h2.PushCover-titre a,h2.PushCover-titre a:hover, h3.Cartouche-titre a, h3.Cartouche-titre a:hover {
	color:#000 !important;
	text-decoration:none;
}
.PresOngletLight-infos #onglet2 .Button-secondary {
	margin-top:20px;
}
.isIE11 .ThemeListing-gauche a{
  width:100%;
  height:170px
}
.isIE11 .ThemeListing-gaucheCont a{
  width:100%;
}
.isIE11 .ThemeListing-gaucheImg {
  width:468px;
}
.isIE11 .ThemeListing-gaucheTitre {
  width:469px;
}
.Home-matiere-cover h1.Home-matiereTitre{
  margin-bottom:30px;
}
