@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block; }

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
  outline-width: 0; }

/**
 * 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 */
  text-decoration: underline dotted;
  /* 2 */ }

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block; }

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

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

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

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

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

/* # Styles dédiés pour les navigateurs modernes */
/*
 - Support de IE<=8 désactivé.
 - Support de l’unité `rem` activé.
 - Support des _medias-queries_ activé.
 - Support de _flexbox_ activé. // IE10+

Note : Il est possible de ne changer que la première des valeurs, les autres sont répercutées automatiquement.
*/
/* # Typographie */
/*
 - `$bfs` : _font-size_ navigateur ;
 - `$fs0` : _font-size_ projet.
*/
/* # Suppresion de l’unité */
/*
 - `$number` : variable (avec ou sans unité) passée en paramètre ;
 - `@return` : variable sans unité retournée.
*/
/*
 - `$px` : variable en pixels passée en paramètre ;
 - `$fs0` : contexte de travail égal à la taille de texte du projet ;
 - Pour les navigateurs modernes. `@return` : équivalence en `rems` retournée.
 - Pour IE 8 et inférieurs. `@return` : équivalence en pixels retournée.
*/
.tissot {
  /* VARIABLES */
  /* MIXINS */ }
.tissot-reset.tissot-reset {
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none; }
.tissot-mask {
  opacity: 0.01;
  position: absolute;
  pointer-events: none;
  z-index: -100;
  width: 1px;
  height: 1px;
  overflow: hidden; }
.tissot-list {
  zoom: 1; }
.tissot-list:before, .tissot-list:after {
  content: ' ';
  display: table; }
.tissot-list:after {
  clear: both; }
.tissot-list > * {
  float: left; }
@media (min-width: 63.75em) {
  .tissot-table {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .tissot-table > * {
    display: table-row; }
  .tissot-table > * > * {
    display: table-cell;
    vertical-align: top;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .tissot-table-adjust {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }
@media (min-width: 63.75em) {
  .tissot-container {
    max-width: 61.25rem;
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 77.5em) {
  .tissot-container {
    max-width: 75rem; } }
.tissot-clear {
  clear: both; }
.tissot-remove, .tissot-toggle {
  display: inline-block;
  width: 1.875rem;
  height: 1rem;
  vertical-align: middle;
  background-color: transparent;
  text-align: center;
  border: 0;
  padding: 0;
  line-height: 1rem;
  overflow: hidden; }
.tissot-remove .fa, .tissot-toggle .fa {
  font-size: 0.875rem !important;
  position: static !important; }
/* Webfont: LatoLatin-Bold */
@font-face {
  font-family: 'Lato';
  src: url("../../bundles/webactufront/fonts/LatoLatin-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../../bundles/webactufront/fonts/LatoLatin-Bold.eot?#iefix") format("embedded-opentype"), url("../../bundles/webactufront/fonts/LatoLatin-Bold.woff2") format("woff2"), url("../../bundles/webactufront/fonts/LatoLatin-Bold.woff") format("woff"), url("../../bundles/webactufront/fonts/LatoLatin-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility; }
/* Webfont: LatoLatin-BoldItalic */
@font-face {
  font-family: 'Lato';
  src: url("../../bundles/webactufront/fonts/LatoLatin-BoldItalic.eot");
  /* IE9 Compat Modes */
  src: url("../../bundles/webactufront/fonts/LatoLatin-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../bundles/webactufront/fonts/LatoLatin-BoldItalic.woff2") format("woff2"), url("../../bundles/webactufront/fonts/LatoLatin-BoldItalic.woff") format("woff"), url("../../bundles/webactufront/fonts/LatoLatin-BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: bold;
  text-rendering: optimizeLegibility; }
/* Webfont: LatoLatin-Italic */
@font-face {
  font-family: 'Lato';
  src: url("../../bundles/webactufront/fonts/LatoLatin-Italic.eot");
  /* IE9 Compat Modes */
  src: url("../../bundles/webactufront/fonts/LatoLatin-Italic.eot?#iefix") format("embedded-opentype"), url("../../bundles/webactufront/fonts/LatoLatin-Italic.woff2") format("woff2"), url("../../bundles/webactufront/fonts/LatoLatin-Italic.woff") format("woff"), url("../../bundles/webactufront/fonts/LatoLatin-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
/* Webfont: LatoLatin-Regular */
@font-face {
  font-family: 'Lato';
  src: url("../../bundles/webactufront/fonts/LatoLatin-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../../bundles/webactufront/fonts/LatoLatin-Regular.eot?#iefix") format("embedded-opentype"), url("../../bundles/webactufront/fonts/LatoLatin-Regular.woff2") format("woff2"), url("../../bundles/webactufront/fonts/LatoLatin-Regular.woff") format("woff"), url("../../bundles/webactufront/fonts/LatoLatin-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
.tissot {
  scroll-behavior: smooth;
  box-sizing: border-box; }
.tissot body {
  background-color: #fff;
  color: #505050;
  line-height: 1.25rem;
  font-size: 0.875rem;
  font-family: Lato, sans-serif; }
.tissot ul, .tissot p, .tissot table {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }
.tissot img {
  display: block; }
.tissot *, .tissot *::before, .tissot *::after {
  box-sizing: inherit;
  background-repeat: no-repeat; }
.tissot button {
  cursor: pointer; }
.tissot button:focus {
  outline: 1px dotted;
  outline: none; }
@media (max-width: 63.74em) {
  .tissot-header {
    zoom: 1; }
  .tissot-header:before, .tissot-header:after {
    content: ' ';
    display: table; }
  .tissot-header:after {
    clear: both; } }
.tissot-header_mobile {
  background-color: #787878;
  color: #fff;
  display: table;
  width: 100%;
  position: relative;
  z-index: 10; }
.tissot-header_mobile.is-active {
  box-shadow: 0 0 0 1000000px rgba(0, 0, 0, 0.25); }
.tissot-header_mobile abbr {
  text-decoration: none; }
.tissot-header_mobile > * {
  display: table-row; }
.tissot-header_mobile > * > * {
  display: table-cell;
  padding: 1.25rem 0.625rem;
  vertical-align: middle; }
.tissot-header_mobile > * > * > button {
  display: block;
  height: 1.25rem;
  position: relative; }
.tissot-header_mobile > * > * > button::after {
  content: '';
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  border: 0.9375rem solid transparent;
  border-bottom-color: white;
  margin-left: -0.9375rem;
  display: none; }
@media (min-width: 63.75em) {
  .tissot-header_mobile {
    display: none; } }
.tissot-header_mobile .is-active .fa-chevron-down {
  display: none; }
.tissot-header_mobile .is-active .fa-chevron-up {
  display: inline-block; }
.tissot-header_mobile .is-active .tissot-menu {
  display: block; }
.tissot-header_mobile .is-active button::after {
  display: block; }
.tissot-header_mobile button {
  padding: 0;
  border: 0;
  margin: 0;
  background-color: transparent;
  color: inherit; }
.tissot-header_mobile .fa {
  font-size: 1.25rem;
  line-height: 1rem; }
.tissot-header a {
  color: currentColor; }
.tissot-header .tissot-header-mini_top {
  background-color: #fff;
  --tw-border-opacity: 1;
  border: 0 solid rgb(220, 220, calc(220 / var(--tw-border-opacity)));
  border-bottom-width: 1px; }
.tissot-header .tissot-header-mini_logo {
  --tw-bg-opacity: 1;
  border-color: rgb(220, 220, calc(220 / var(--tw-border-opacity)));
  margin: 0 auto;
  width: 164px; }
.tissot-header .tissot-header-mini_logo img {
  width: 100%; }
.tissot-header .tissot-header-mini_top .actu-btn {
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: white;
  color: #3c3c3c;
  position: absolute;
  top: 40px;
  left: 10px;
  font-size: 1.1rem;
  padding: 0 0.75rem;
  border-radius: 0.5rem; }
@media (min-width: 43.75em) {
  .tissot-header .tissot-header-mini_logo {
    width: 247px; }
  .tissot-header .tissot-header-mini_top .actu-btn {
    top: 60px; } }
.tissot-header .tissot-header-mini_top .actu-btn:hover {
  color: #155fee; }
.tissot-header .tissot-header-mini_top .actu-btn::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #155fee;
  border-radius: 2rem;
  position: absolute;
  bottom: -10px;
  right: 36px;
  transition: all 0.3s ease; }
.tissot-header .tissot-header-mini_top .actu-btn:hover::after {
  width: 2rem; }
.tissot-header .tissot-header-mini_top .actu-btn svg {
  width: 1.125em;
  vertical-align: top;
  margin-right: 10px; }
@media (max-width: 26.25em) {
  .tissot-header .tissot-header-mini_top .actu-btn .btn_label {
    display: none; } }
.tissot-main {
  font-size: 0.875rem;
  background-color: #FFF; }
.tissot-main a {
  text-decoration: none; }
.tissot-main .gdsWidget_img img {
  margin: auto;
  max-width: 70px !important; }
@media (min-width: 63.75em) {
  .tissot-main .gdsWidget_img img {
    margin-bottom: 0.625rem; } }
.tissot-main.has-droit-theme .gdsWidget_title .gds-icon, .tissot-main.has-droit-theme .gdsWidget_title .fa {
  color: #9d0b0e; }
.tissot-main.has-droit-theme .tissot-contrib ul li::before {
  background-color: #9d0b0e; }
.tissot-main.has-droit-theme .tissot-title-1 {
  color: #9d0b0e; }
.tissot-main.has-droit-theme .tissot-nav-2 {
  color: #9d0b0e; }
.tissot-main.has-droit-theme .tissot-article_header strong {
  font-weight: bold;
  color: #505050; }
.tissot-main.has-droit-theme .tissot-article_header img {
  max-width: 100%;
  height: auto; }
.tissot-main.has-droit-theme .tissot-article_header-first {
  border-color: #9d0b0e; }
.tissot-main.has-droit-theme .tissot-article_header-first p a {
  color: #9d0b0e !important; }
.tissot-main.has-droit-theme .tissot-article_header-first .fa {
  color: #9d0b0e; }
.tissot-main.has-droit-theme .gdsWidget_content ul li::before {
  color: #9d0b0e; }
.tissot-main.has-rp-theme .gdsWidget_title .gds-icon, .tissot-main.has-rp-theme .gdsWidget_title .fa {
  color: #6e79bb; }
.tissot-main.has-rp-theme .tissot-contrib ul li::before {
  background-color: #6e79bb; }
.tissot-main.has-rp-theme .tissot-title-1 {
  color: #6e79bb; }
.tissot-main.has-rp-theme .tissot-nav-2 {
  color: #6e79bb; }
.tissot-main.has-rp-theme .tissot-article_header strong {
  font-weight: bold;
  color: #505050; }
.tissot-main.has-rp-theme .tissot-article_header img {
  max-width: 100%;
  height: auto; }
.tissot-main.has-rp-theme .tissot-article_header-first {
  border-color: #6e79bb; }
.tissot-main.has-rp-theme .tissot-article_header-first p a {
  color: #6e79bb !important; }
.tissot-main.has-rp-theme .tissot-article_header-first .fa {
  color: #6e79bb; }
.tissot-main.has-rp-theme .gdsWidget_content ul li::before {
  color: #6e79bb; }
.tissot-main.has-sante-theme .gdsWidget_title .gds-icon, .tissot-main.has-sante-theme .gdsWidget_title .fa {
  color: #65b401; }
.tissot-main.has-sante-theme .tissot-contrib ul li::before {
  background-color: #65b401; }
.tissot-main.has-sante-theme .tissot-title-1 {
  color: #65b401; }
.tissot-main.has-sante-theme .tissot-nav-2 {
  color: #65b401; }
.tissot-main.has-sante-theme .tissot-article_header strong {
  font-weight: bold;
  color: #505050; }
.tissot-main.has-sante-theme .tissot-article_header img {
  max-width: 100%;
  height: auto; }
.tissot-main.has-sante-theme .tissot-article_header-first {
  border-color: #65b401; }
.tissot-main.has-sante-theme .tissot-article_header-first p a {
  color: #65b401 !important; }
.tissot-main.has-sante-theme .tissot-article_header-first .fa {
  color: #65b401; }
.tissot-main.has-sante-theme .gdsWidget_content ul li::before {
  color: #65b401; }
.tissot-main.has-compta-theme .gdsWidget_title .gds-icon, .tissot-main.has-compta-theme .gdsWidget_title .fa {
  color: #9c3d99; }
.tissot-main.has-compta-theme .tissot-contrib ul li::before {
  background-color: #9c3d99; }
.tissot-main.has-compta-theme .tissot-title-1 {
  color: #9c3d99; }
.tissot-main.has-compta-theme .tissot-nav-2 {
  color: #9c3d99; }
.tissot-main.has-compta-theme .tissot-article_header strong {
  font-weight: bold;
  color: #505050; }
.tissot-main.has-compta-theme .tissot-article_header img {
  max-width: 100%;
  height: auto; }
.tissot-main.has-compta-theme .tissot-article_header-first {
  border-color: #9c3d99; }
.tissot-main.has-compta-theme .tissot-article_header-first p a {
  color: #9c3d99 !important; }
.tissot-main.has-compta-theme .tissot-article_header-first .fa {
  color: #9c3d99; }
.tissot-main.has-compta-theme .gdsWidget_content ul li::before {
  color: #9c3d99; }
.tissot-main.has-greytheme-theme .gdsWidget_title .gds-icon, .tissot-main.has-greytheme-theme .gdsWidget_title .fa {
  color: #a6a6a6; }
.tissot-main.has-greytheme-theme .tissot-contrib ul li::before {
  background-color: #a6a6a6; }
.tissot-main.has-greytheme-theme .tissot-title-1 {
  color: #a6a6a6; }
.tissot-main.has-greytheme-theme .tissot-nav-2 {
  color: #a6a6a6; }
.tissot-main.has-greytheme-theme .tissot-article_header strong {
  font-weight: bold;
  color: #505050; }
.tissot-main.has-greytheme-theme .tissot-article_header img {
  max-width: 100%;
  height: auto; }
.tissot-main.has-greytheme-theme .tissot-article_header-first {
  border-color: #a6a6a6; }
.tissot-main.has-greytheme-theme .tissot-article_header-first p a {
  color: #a6a6a6 !important; }
.tissot-main.has-greytheme-theme .tissot-article_header-first .fa {
  color: #a6a6a6; }
.tissot-main.has-greytheme-theme .gdsWidget_content ul li::before {
  color: #a6a6a6; }
@media (max-width: 63.74em) {
  .tissot-main .gdsPagehead {
    padding-right: 0; } }
@media (max-width: 63.74em) {
  .tissot-main .gdsPagehead_nav.gdsPagehead_nav, .tissot-main .gdsPagehead_search {
    float: none;
    text-align: left; } }
.tissot-main .gdsPagehead_search {
  text-align: left; }
@media (min-width: 63.75em) {
  .tissot-main .gdsPagehead_search {
    margin-right: 1.25rem; } }
.tissot-header .tissot-nav-1 a.has-droit-theme {
  color: #9d0b0e; }
.tissot-header .tissot-nav-1 a.has-rp-theme {
  color: #6e79bb; }
.tissot-header .tissot-nav-1 a.has-sante-theme {
  color: #65b401; }
.tissot-header .tissot-nav-1 a.has-compta-theme {
  color: #9c3d99; }
.tissot-header .tissot-nav-1 a.has-greytheme-theme {
  color: #a6a6a6; }
.tissot-breadcrumb {
  margin: 1.875rem 1.875rem 1.25rem; }
@media (max-width: 63.74em) {
  .tissot-breadcrumb {
    margin: 1.15384615rem 1.15384615rem 0.76923077rem; } }
.tissot-breadcrumb a {
  color: currentColor; }
.tissot-breadcrumb ol {
  zoom: 1;
  padding: 0;
  list-style-type: none;
  font-size: 0.75rem; }
.tissot-breadcrumb ol:before, .tissot-breadcrumb ol:after {
  content: ' ';
  display: table; }
.tissot-breadcrumb ol:after {
  clear: both; }
@media (max-width: 63.74em) {
  .tissot-breadcrumb ol li.is-long {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }
.tissot-breadcrumb ol a {
  text-decoration: none; }
.tissot-breadcrumb ol a:hover, .tissot-breadcrumb ol a:focus {
  text-decoration: underline; }
.tissot-breadcrumb ol > * {
  float: left; }
.tissot-breadcrumb ol > *::before {
  content: ' > '; }
.tissot-breadcrumb ol > *:first-child {
  font-weight: bold; }
.tissot-breadcrumb ol > *:first-child::before {
  display: none; }
.tissot-content {
  background-color: #fff;
  padding: 0.9375rem;
  clear: both; }
@media (min-width: 63.75em) {
  .tissot-content {
    padding: 1.875rem; } }
@media (min-width: 63.75em) {
  .tissot-sidebar {
    width: 21.5625rem; } }
.tissot-aside {
  position: relative; }
.tissot-aside .gdsWidget_content a {
  color: #0c0c6e; }
@media (min-width: 63.75em) {
  .tissot-aside .gdsWidget.has-sideImg .gdsWidget_content, .tissot-aside .gdsWidget.has-sideImg .gdsWidget_action, .tissot-aside .gdsWidget.has-sideImg .gdsWidget_img {
    width: auto;
    float: none;
    padding-left: 20px;
    padding-right: 20px; }
  .tissot-aside .gdsWidget.has-sideImg .gdsWidget_action {
    text-align: center; } }
.tissot-aside .gdsPageToolbox {
  clear: both;
  position: static;
  margin-left: 0;
  zoom: 1; }
@media (max-width: 63.74em) {
  .tissot-aside .gdsPageToolbox {
    display: none; } }
.tissot-aside .gdsPageToolbox:before, .tissot-aside .gdsPageToolbox:after {
  content: ' ';
  display: table; }
.tissot-aside .gdsPageToolbox:after {
  clear: both; }
@media (min-width: 63.75em) {
  .tissot-aside .gdsPageToolbox {
    margin-left: auto; }
  .tissot-aside .gdsPageToolbox.is-stickable.is-sticky-top {
    position: fixed;
    z-index: 40;
    right: 50%;
    top: 2.5rem;
    transition: none;
    margin-right: 16.875rem; } }
@media (min-width: 63.75em) and (min-width: 77.5em) {
  .tissot-aside .gdsPageToolbox.is-stickable.is-sticky-top {
    margin-right: 23.75rem; } }
@media (min-width: 63.75em) {
  .tissot-aside .gdsPageToolbox.is-stickable.is-sticky-top.is-sticky-bottom {
    top: auto;
    bottom: 2.5rem;
    position: absolute;
    right: 0.9375rem;
    margin-right: 0; } }
@media (min-width: 63.75em) {
  .tissot-aside {
    width: 13.75rem; }
  .tissot-aside-small {
    width: 4.375rem; }
  .tissot-aside-small .gdsPageToolbox.is-stickable.is-sticky-top {
    top: 0;
    margin-right: 26.25rem; } }
@media (min-width: 63.75em) and (min-width: 77.5em) {
  .tissot-aside-small .gdsPageToolbox.is-stickable.is-sticky-top {
    margin-right: 32.1875rem; } }
@media (min-width: 63.75em) {
  .tissot-aside-small .gdsPageToolbox.is-stickable.is-sticky-top.is-sticky-bottom {
    bottom: 5rem; } }
.tissot-tools.tissot-tools {
  zoom: 1;
  font-size: 0.6875rem;
  font-weight: normal;
  margin: 0.625rem 0 1.25rem;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #dcdcdc;
  padding-top: 0.625rem; }
.tissot-tools.tissot-tools:before, .tissot-tools.tissot-tools:after {
  content: ' ';
  display: table; }
.tissot-tools.tissot-tools:after {
  clear: both; }
@media (max-width: 63.74em) {
  .tissot-tools.tissot-tools {
    display: none; } }
@media (min-width: 63.75em) {
  .tissot-tools.tissot-tools > * {
    float: left;
    margin-left: 1.875rem; }
  .tissot-tools.tissot-tools > *:first-child {
    margin-left: 0; }
  .tissot-tools.tissot-tools > *:last-child {
    float: right; } }
@media (max-width: 63.74em) {
  .tissot-tools.tissot-tools > * {
    padding: 0.3125rem 0; } }
.tissot-tools.tissot-tools button {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-weight: inherit;
  font-family: inherit; }
.tissot-tools.tissot-tools a, .tissot-tools.tissot-tools button {
  text-decoration: none;
  color: #969696; }
.tissot-tools.tissot-tools a:hover, .tissot-tools.tissot-tools a:focus, .tissot-tools.tissot-tools button:hover, .tissot-tools.tissot-tools button:focus {
  text-decoration: underline; }
.tissot-tools.tissot-tools .fa {
  font-size: 1rem;
  line-height: 1rem;
  padding-right: 0.625rem;
  vertical-align: middle;
  color: #0096E6; }
.tissot-title-1.tissot-title-1 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: bold;
  margin: 0.625rem 0 0.375rem;
  color: #574541; }
@media (max-width: 63.74em) {
  .tissot-title-1.tissot-title-1 {
    display: none; } }
.tissot-title-2.tissot-title-2 {
  font-size: 1.75rem;
  line-height: 2.1875rem;
  font-weight: bold;
  margin: 0.625rem 0 0.3125rem;
  color: #574541; }
@media (max-width: 63.74em) {
  .tissot-title-2.tissot-title-2 {
    display: none; } }
.tissot-contrib > *:first-child {
  margin-top: 0; }
.tissot-contrib h2 {
  font-size: 1.5rem;
  line-height: 1.875rem; }
.tissot-contrib h3 {
  font-size: 1.25rem;
  line-height: 1.875rem; }
.tissot-contrib a:not([class]) {
  color: #0c0c6e;
  text-decoration: underline; }
.tissot-contrib img {
  max-width: 100%;
  height: auto; }
.tissot-contrib ul {
  list-style-type: none;
  padding-left: 1.25rem; }
.tissot-contrib ul li {
  position: relative;
  padding: 0.3125rem 0; }
.tissot-contrib ul li::before {
  content: '';
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  position: absolute;
  right: 100%;
  top: 0;
  margin-top: 0.8125rem;
  margin-right: 0.4375rem; }
.tissot-tabs {
  display: table;
  width: 100%;
  table-layout: fixed;
  font-size: 1rem;
  margin-bottom: 1.25rem; }
.tissot-tabs > * {
  display: table-row; }
.tissot-tabs > * > * {
  display: table-cell; }
.tissot-tabs_tab {
  border-bottom: 3px solid transparent;
  color: #0c0c6e;
  transition: border-color 200ms, color 200ms;
  display: block;
  text-decoration: underline !important;
  margin: 0 0.625rem;
  padding: 0.625rem 0; }
.tissot-tabs_tab.is-active {
  border-bottom-color: #dcdcdc;
  color: #574541;
  text-decoration: none !important; }
@media (min-width: 63.75em) {
  .tissot-tabs {
    display: none; } }
.tissot-tab.tissot-tab.tissot-tab a {
  display: block; }
.tissot-tab.tissot-tab.tissot-tab em {
  font-size: 0.75rem; }
@media (max-width: 63.74em) {
  .tissot-tab.tissot-tab.tissot-tab {
    display: none;
    background-color: transparent;
    border: 0;
    padding: 0; }
  .tissot-tab.tissot-tab.tissot-tab .gdsWidget_title {
    display: none; }
  .tissot-tab.tissot-tab.tissot-tab.is-active {
    display: block; }
  .tissot-tab.tissot-tab.tissot-tab ul {
    padding-left: 0;
    margin: 0 -0.625rem; }
  .tissot-tab.tissot-tab.tissot-tab li {
    font-size: 0.75rem;
    margin-bottom: 1.25rem;
    text-transform: capitalize; }
  .tissot-tab.tissot-tab.tissot-tab li::before {
    display: none; }
  .tissot-tab.tissot-tab.tissot-tab a {
    font-size: 1.125rem;
    color: #574541;
    text-transform: none; } }
.tissot .qr-answer {
  font-size: 1.5rem;
  line-height: 1.875rem;
  display: inline-block;
  width: 100%; }
.tissot .qr-answer .fa-check {
  color: #72BB6F; }
.tissot .qr-answer .fa-close {
  color: #c8283d; }
.tissot .tissot-article_tfilters {
  width: 100%;
  margin-bottom: 0.625rem;
  border: 1px solid #dcdcdc;
  padding: 0.625rem;
  box-sizing: border-box;
  float: left;
  transition: all .2s; }
.tissot .tissot-article_tfilters .tissot-article_tfilters_edit {
  display: none; }
.tissot .tissot-article_tfilters.on-editing .tissot-article_tfilters_content {
  display: none; }
.tissot .tissot-article_tfilters.on-editing .tissot-article_tfilters_action {
  display: none; }
.tissot .tissot-article_tfilters.on-editing .tissot-article_tfilters_edit {
  display: block; }
.tissot .tissot-article_tfilters_content {
  width: 80%;
  float: left; }
.tissot .tissot-article_tfilters_content i {
  margin-right: 0.3125rem; }
.tissot .tissot-article_tfilters_action {
  width: 20%;
  float: left;
  text-align: right; }
.tissot .tissot-article_tfilters_action a {
  color: #0c0c6e;
  font-weight: bold;
  text-decoration: underline; }
.tissot .tissot-article_tfilters_edit {
  width: 100%;
  text-align: right; }
.tissot .tissot-article_tfilters_edit .gdsBtn {
  padding: 0.625rem;
  padding-bottom: 0.4375rem; }
.tissot .tissot-article_tfilters_edit .tfilers_form_item {
  display: inline-block;
  margin-right: 0.9375rem; }
.tissot-article_page-head {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem; }
.tissot-article_page-head .page-head_title1 {
  margin: 0.625rem 0;
  font-size: 2.25rem;
  font-weight: bold;
  color: #574541; }
.tissot-article_page-head .page-head_title1.is-lighter {
  color: #8b8b8b; }
.tissot-article_page-head .page-head_title2 {
  margin: 0;
  margin-bottom: 0.625rem;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 2.5rem;
  color: #8b8b8b; }
.tissot-article_page-head .page-head_title2.is-darker {
  color: #574541; }
.tissot-article_header_img, .tissot-article .tissot-article_header_imgWrapper {
  width: 100%;
  height: auto;
  zoom: 1; }
.tissot-article_header_img:before, .tissot-article_header_img:after, .tissot-article .tissot-article_header_imgWrapper:before, .tissot-article .tissot-article_header_imgWrapper:after {
  content: ' ';
  display: table; }
.tissot-article_header_img:after, .tissot-article .tissot-article_header_imgWrapper:after {
  clear: both; }
@media (min-width: 63.75em) {
  .tissot-article_header_img + *, .tissot-article .tissot-article_header_imgWrapper + * {
    background-color: #fff;
    position: relative;
    margin-top: -3.75rem;
    margin-right: 7.8125rem;
    padding-right: 0.625rem;
    zoom: 1; }
  .tissot-article_header_img + *:before, .tissot-article_header_img + *:after, .tissot-article .tissot-article_header_imgWrapper + *:before, .tissot-article .tissot-article_header_imgWrapper + *:after {
    content: ' ';
    display: table; }
  .tissot-article_header_img + *:after, .tissot-article .tissot-article_header_imgWrapper + *:after {
    clear: both; }
  .tissot-article_header_img + * > p:first-child, .tissot-article .tissot-article_header_imgWrapper + * > p:first-child {
    margin-bottom: 0;
    font-size: 1rem; }
  .tissot-article_header_img + * > h1, .tissot-article .tissot-article_header_imgWrapper + * > h1 {
    margin-top: 0 !important; } }
.tissot-article_header.tissot-article_header.tissot-article_header {
  padding: 0 0 1.25rem;
  padding-bottom: 0.3125rem; }
.tissot-article_header.tissot-article_header.tissot-article_header .fa {
  font-size: 0.75rem;
  bottom: 0.125rem;
  position: relative; }
.tissot-article_header.tissot-article_header.tissot-article_header > a {
  display: block;
  color: inherit;
  text-decoration: none; }
.tissot-article_header.tissot-article_header.tissot-article_header h1, .tissot-article_header.tissot-article_header.tissot-article_header .tissot-article_header_title {
  margin: 0.625rem 0; }
.tissot-article_header.tissot-article_header.tissot-article_header h1, .tissot-article_header.tissot-article_header.tissot-article_header h1 a, .tissot-article_header.tissot-article_header.tissot-article_header .tissot-article_header_title, .tissot-article_header.tissot-article_header.tissot-article_header .tissot-article_header_title a {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: bold;
  color: #574541; }
@media (max-width: 43.74em) {
  .tissot-article_header.tissot-article_header.tissot-article_header h1, .tissot-article_header.tissot-article_header.tissot-article_header .tissot-article_header_title {
    font-size: 1.625rem;
    line-height: 1.875rem; } }
.tissot-article_header.tissot-article_header.tissot-article_header h1 + p, .tissot-article_header.tissot-article_header.tissot-article_header .tissot-article_header_title + p {
  margin-top: 0; }
@media (max-width: 43.74em) {
  .tissot-article_header.tissot-article_header.tissot-article_header h1 + p, .tissot-article_header.tissot-article_header.tissot-article_header .tissot-article_header_title + p {
    font-size: 0.8125rem; } }
.tissot-article_header.tissot-article_header.tissot-article_header-first {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  font-size: 1rem;
  margin-bottom: 1.25rem; }
.tissot-article_header.tissot-article_header.tissot-article_header-first .fa {
  font-size: 1rem;
  bottom: 0; }
.tissot-article_header.tissot-article_header.tissot-article_header-first a p {
  font-size: 1.125rem;
  line-height: 1.375rem; }
.tissot-article_header.tissot-article_header.tissot-article_header-first h1 {
  font-size: 3rem;
  line-height: 3.125rem; }
@media (max-width: 43.74em) {
  .tissot-article_header.tissot-article_header.tissot-article_header-first h1 {
    font-size: 1.75rem;
    line-height: 1.875rem; } }
@media (max-width: 43.74em) {
  .tissot-article_header.tissot-article_header.tissot-article_header-first h1 + p {
    font-size: 0.8125rem; } }
.tissot-article_header.tissot-article_header.tissot-article_header-first > p:first-child {
  font-size: 1.25rem;
  margin: 0; }
@media (max-width: 43.74em) {
  .tissot-article_header.tissot-article_header.tissot-article_header-first > p:first-child {
    font-size: 0.8125rem; } }
.tissot-article_header.tissot-article_header.tissot-article_header .tissot-article_header_premium_button {
  display: inline-block;
  padding: 0.1875rem 0.5rem;
  background: #fffa34;
  border-radius: 5px; }
.tissot-article_header.tissot-article_header.tissot-article_header .tissot-article_header_premium_button > div {
  display: flex;
  align-items: center;
  font-size: initial;
  line-height: initial; }
.tissot-article_header.tissot-article_header.tissot-article_header .tissot-article_header_premium_button > div .tissot-article_header_premium_img {
  height: 22.5px; }
.tissot-article_header.tissot-article_header.tissot-article_header .tissot-article_header_premium_button > div > span {
  margin-left: 0.3125rem; }
.tissot-article .tissot-article_theme {
  font-size: 1.25rem;
  text-transform: none;
  color: #574541; }
.tissot-article .tissot-article_theme:hover, .tissot-article .tissot-article_theme:focus {
  text-decoration: underline; }
.tissot-article .tissot-article_theme-link {
  color: #0c0c6e;
  text-decoration: underline; }
.tissot-article .tissot-article_category {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #0095e5; }
.tissot-article .tissot-article_puslihed {
  font-size: 1rem;
  color: #8b8b8b;
  line-height: 1.25rem;
  margin-bottom: 1.25rem;
  font-style: italic; }
.tissot-article .tissot-article_puslihed a {
  color: #0c0c6e; }
.tissot-article .tissot-article_puslihed a:hover, .tissot-article .tissot-article_puslihed a:focus {
  text-decoration: underline; }
.tissot-article .tissot-article_author {
  color: #8b8b8b;
  text-transform: none !important; }
.tissot-article .tissot-article_epigraph {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }
.tissot-article .tissot-article_epigraph a {
  color: #574541; }
.tissot-article .tissot-article_readmore {
  color: #505050 !important; }
.tissot-article .tissot-premium_expired_access {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  margin-bottom: -10px;
  font-size: 24px;
  color: white;
  background-color: #f64c64; }
.tissot-article .tissot-premium_expired_access i {
  margin-right: 15px;
  font-size: 40px; }
.tissot-article .tissot-contrib_description {
  position: relative; }
.tissot-article .tissot-contrib_description .opacity-if-premium {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }
.tissot-article .tissot-article_sticker {
  margin: 0;
  padding: 1rem 0 0.3rem;
  clear: both; }
.tissot-article.has-search-results .tissot-article_header {
  padding-top: 0.3125rem;
  padding-bottom: 0; }
.tissot-article.has-search-results .tissot-article_header p {
  margin-top: 0; }
.tissot-article.has-search-results .tissot-article_header em {
  font-size: 0.875rem; }
.tissot-article.has-search-results .tissot-article_header .tissot-article_header_title a, .tissot-article.has-search-results .tissot-article_header h3 a {
  font-size: 1.5rem !important;
  line-height: 2.1875rem !important;
  margin-bottom: 0; }
.tissot-article.has-search-results .tissot-article_header + p {
  margin-bottom: 0.3125rem;
  margin-top: 0; }
.tissot-article.has-search-results .tissot-article_header.tissot-article_author {
  font-size: 0.875rem !important; }
.tissot, .tissot-footer {
  background-color: #fff;
  color: #b4b4b4; }
.tissot-footer {
  padding-top: 0.3125rem; }
@media (max-width: 63.74em) {
  .tissot-footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }
.tissot-footer .tissot-form {
  display: table;
  width: 100%; }
.tissot-footer .tissot-form > * {
  display: table-row; }
.tissot-footer .tissot-form > * > * {
  display: table-cell;
  vertical-align: middle; }
.tissot-footer .tissot-form > * > *:first-child {
  padding-right: 0.3125rem; }
.tissot-footer .tissot-form input {
  width: 100%;
  font-size: 0.6875rem;
  height: 1.875rem; }
.tissot-footer .tissot-form button {
  font-size: 0.6875rem; }
.tissot-footer .tissot-form label {
  display: block; }
.tissot-footer a {
  color: currentColor; }
.tissot-footer ul {
  font-size: 0.75rem;
  list-style-type: none;
  padding: 0;
  margin-top: 0 !important; }
.tissot-footer li {
  padding: 0.5rem 0; }
.tissot-footer_cols {
  zoom: 1;
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
.tissot-footer_cols:before, .tissot-footer_cols:after {
  content: ' ';
  display: table; }
.tissot-footer_cols:after {
  clear: both; }
.tissot-footer_cols > * {
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%; }
@media (min-width: 28.125em) {
  .tissot-footer_cols > * {
    width: 50%; }
  .tissot-footer_cols > *:nth-child(1), .tissot-footer_cols > *:nth-child(2) {
    margin-bottom: 1.25rem; } }
@media (min-width: 56.25em) {
  .tissot-footer_cols > * {
    width: 25%;
    margin-bottom: 0 !important; } }
.tissot-footer_table {
  display: table;
  width: 100%;
  table-layout: fixed; }
.tissot-footer_table > * {
  display: table-row; }
.tissot-footer_table > * > * {
  display: table-cell;
  vertical-align: top;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
.tissot-footer_table-adjust {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
.tissot-footer_list.tissot-footer_list {
  padding: 0.3125rem 0; }
.tissot-footer_list.tissot-footer_list > * {
  padding: 0; }
.tissot-footer_title {
  font-size: 1.125rem;
  color: #787878;
  font-weight: normal;
  margin-bottom: 0.3125rem;
  margin-bottom: 0;
  margin-top: 0.83em;
  display: block; }
.tissot-footer a {
  text-decoration: none; }
.tissot-footer a:hover, .tissot-footer a:focus {
  text-decoration: underline; }
.tissot-footer address {
  font-style: normal;
  margin: 1.25rem 0;
  padding: 0.3125rem 0;
  margin-top: 0; }
.tissot-footer address span {
  text-transform: uppercase; }
.tissot-footer address .fa {
  transform: rotate(45deg);
  width: auto; }
.tissot-footer_espace, .tissot-footer_programme {
  padding-left: 1.875rem;
  position: relative; }
.tissot-footer_espace::before, .tissot-footer_programme::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.9375rem;
  width: 1.875rem;
  height: 1.875rem; }
.tissot-footer_espace::before {
  background-image: url(../../bundles/webactufront/img/espace.png); }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tissot-footer_espace::before {
    background-image: url(../../bundles/webactufront/img/espace@2x.png);
    background-size: 30px 30px; } }
.tissot-footer_programme::before {
  background-image: url(../../bundles/webactufront/img/programme.png); }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tissot-footer_programme::before {
    background-image: url(../../bundles/webactufront/img/programme@2x.png);
    background-size: 30px 30px; } }
.tissot-footer .fa {
  display: inline-block;
  margin-right: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 1rem;
  text-align: center;
  color: #0394e7;
  vertical-align: middle; }
.tissot-footer .fa[style] {
  font-size: 0.875rem;
  border-radius: 50%;
  color: #fff; }
.tissot-footer .fa.tissot-annecy {
  background-image: url(../../bundles/webactufront/img/annecy.png); }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tissot-footer .fa.tissot-annecy {
    background-image: url(../../bundles/webactufront/img/annecy@2x.png);
    background-size: 20px 20px; } }
.tissot-footer .fa.tissot-abeilles {
  background-image: url(../../bundles/webactufront/img/abeilles.png); }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tissot-footer .fa.tissot-abeilles {
    background-image: url(../../bundles/webactufront/img/abeilles@2x.png);
    background-size: 20px 20px; } }
.tissot-footer .fa.tissot-facebook {
  background-image: url(../../bundles/webactufront/img/facebook.png); }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tissot-footer .fa.tissot-facebook {
    background-image: url(../../bundles/webactufront/img/facebook@2x.png);
    background-size: 20px 20px; } }
.tissot-footer .fa.tissot-twitter {
  background-image: url(../../bundles/webactufront/img/twitter.png); }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tissot-footer .fa.tissot-twitter {
    background-image: url(../../bundles/webactufront/img/twitter@2x.png);
    background-size: 20px 20px; } }
.tissot-formation {
  background-color: #2a2a2a;
  zoom: 1;
  margin-bottom: 0.625rem; }
.tissot-formation:before, .tissot-formation:after {
  content: ' ';
  display: table; }
.tissot-formation:after {
  clear: both; }
@media (max-width: 63.74em) {
  .tissot-formation {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }
.tissot-formation a {
  display: block;
  padding: 1.25rem 0.625rem;
  color: #f0ffdc;
  font-style: italic;
  font-size: 0.75rem; }
.tissot-formation a, .tissot-formation a:hover, .tissot-formation a:focus {
  text-decoration: none; }
.tissot-formation_title {
  padding-left: 2.5rem;
  position: relative;
  font-weight: bold; }
.tissot-formation_title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.9375rem;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url(../../bundles/webactufront/img/formation.png); }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tissot-formation_title::before {
    background-image: url(../../bundles/webactufront/img/formation@2x.png);
    background-size: 30px 30px; } }
.tissot-formation .fa {
  font-size: 0.75rem;
  margin-right: 0; }
.tissot-formation_title, .tissot-formation ul {
  font-style: normal; }
.tissot-formation_title, .tissot-formation p, .tissot-formation ul {
  margin: 0;
  display: inline-block;
  vertical-align: middle; }
.tissot-formation ul {
  float: right;
  color: #0096e6;
  border: 2px solid #3c3c3c;
  padding: 0 0.3125rem 0 0.625rem;
  font-size: 0.6875rem; }
@media (max-width: 63.74em) {
  .tissot-formation ul {
    margin: 0.625rem; } }
.tissot-formation li {
  padding: 0; }
.tissot .tissot-footer--hubmenu {
  width: 50%;
  text-align: left;
  font-size: 0.875rem; }
.tissot .tissot-footer--hubmenu ul {
  font-size: 0.75rem;
  line-height: 1.25rem; }
.tissot .tissot-footer--hubmenu li {
  display: inline-block; }
.tissot .tissot-footer--hubmenu li + li {
  margin-left: 1.25rem; }
.tissot .tissot-footer--hubcopyright {
  width: 50%;
  text-align: right;
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding: 0.5rem 0; }
.tissot .tissot-footer--hubcopyright p {
  margin-top: 0; }
@media (max-width: 63.74em) {
  .tissot-form-inline > * {
    padding: 0.3125rem 1.25rem; }
  .tissot-form-inline > * label {
    display: block !important; }
  .tissot-form-inline > * [type=text], .tissot-form-inline > * [type=search], .tissot-form-inline > * select {
    width: 100%; } }
@media (min-width: 63.75em) {
  .tissot-form-inline > * {
    display: inline-block;
    vertical-align: middle; } }
.tissot-form label {
  display: inline-block;
  vertical-align: middle; }
.tissot-form [type=text], .tissot-form [type=search], .tissot-form select, .tissot-form_button {
  line-height: 1.5625rem;
  height: 1.5625rem;
  padding: 0 0.625rem;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: #fff; }
@supports (-webkit-appearance: none) {
  .tissot-form select {
    background-image: url(../../bundles/webactufront/img/gdsSelect-icon.png);
    padding-right: 1.875rem;
    background-position: right 10px center; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .tissot-form select {
      background-image: url(../../bundles/webactufront/img/gdsSelect-icon@2x.png);
      background-size: 8px 10px; } } }
.tissot-form select, .tissot-form [type=text], .tissot-form [type=search] {
  border: 1px solid #cccccc; }
.tissot-form .form-button .gdsBtn {
  margin-top: 0.5rem; }
.tissot-form_button {
  background-color: #f36523;
  border-radius: 2px;
  color: #fff;
  border: 0;
  border-bottom: 2px solid #bf440a;
  transition: background-color 200ms; }
.tissot-form_button:hover, .tissot-form_button:focus {
  background-color: #bf440a; }
@media (min-width: 63.75em) {
  .tissot-form_table-adjust {
    margin: 0 3.75rem; } }
@media (max-width: 63.74em) {
  .tissot-form_table.tissot-form_table {
    padding: 0.3125rem; } }
@media (min-width: 63.75em) {
  .tissot-form_table.tissot-form_table {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .tissot-form_table.tissot-form_table > * {
    display: table-row; }
  .tissot-form_table.tissot-form_table > * > * {
    display: table-cell;
    vertical-align: top;
    padding: 0.3125rem; }
  .tissot-form_table.tissot-form_table > * > *:first-child {
    width: 12.5rem; }
  .tissot-form_table.tissot-form_table > * > *:nth-child(3) {
    width: 12.5rem; } }
.tissot-form_table.tissot-form_table select {
  width: 100%; }
.tissot-form_table.tissot-form_table [type=radio], .tissot-form_table.tissot-form_table [type=checkbox] {
  vertical-align: middle;
  position: relative;
  bottom: 0.125rem; }
.tissot-form_table.tissot-form_table [type=text], .tissot-form_table.tissot-form_table [type=search] {
  width: 100%; }
.tissot-form.has-qr {
  text-align: center;
  margin-bottom: 2.5rem; }
.tissot-form.has-qr .gdsBtn {
  margin-top: 1.25rem; }
.tissot-form .form-label {
  padding: 0.25rem 0; }
.tissot-form .has-errors input[type=text], .tissot-form .has-errors select {
  border-color: #d60000; }
.tissot-form .form-errors {
  margin-top: 0 !important; }
.tissot-form .form-errors li {
  color: #d60000;
  list-style-type: disc; }
.tissot-form .form-errors li:before {
  display: none; }
.tissot .eNews_title {
  margin: 0.625rem 0;
  font-size: 36px;
  line-height: 2.5rem;
  font-weight: bold;
  color: #574541; }
.tissot .eNews_desc {
  color: #505050;
  font-size: 20px;
  margin-top: 0; }
.tissot .eNews_select {
  font-weight: bold; }
.tissot .eNews_item {
  float: left;
  padding: 20px 0;
  padding-bottom: 40px;
  width: 100%; }
.tissot .eNews_item + .eNews_item {
  border-top: 1px solid #ccc;
  padding-top: 40px; }
.tissot .eNews_item_illu {
  float: left;
  margin-right: 60px; }
.tissot .eNews_item_illu img {
  margin-bottom: 10px; }
.tissot .eNews_item_content {
  float: left; }
.tissot .eNews_item_title {
  margin: 0;
  margin-bottom: 20px; }
.tissot .gdsTable.has-eNews a {
  font-weight: bold;
  color: #0096e6; }
.tissot .gdsTable.has-eNews tbody tr:nth-child(even) {
  background-color: #f0f0f0; }
.tissot .gdsTable.has-eNews tbody td:first-child {
  padding: 10px; }
.tissot .gdsTable.has-eNews tbody td:last-child {
  text-align: center; }
.tissot .eNews-form_title {
  font-weight: bold;
  margin: 5px 0;
  display: inline-block; }
.tissot .eNews-form_input {
  width: 100%;
  margin-bottom: 20px;
  height: 30px; }
.tissot .eNews-form_list {
  margin-top: 0; }
.tissot .tissot-premium_info {
  clear: both;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0 30px 0;
  padding: 10px 0 30px 0;
  background-image: linear-gradient(to bottom, #5898e3, #1f5696); }
.tissot .tissot-premium_info .tissot-premium_info_img {
  height: 85px; }
.tissot .tissot-premium_info .tissot-premium_info_title {
  width: 75%;
  text-align: center;
  line-height: 35px;
  margin-top: 20px;
  font-size: 24px;
  color: white; }
.tissot .tissot-premium_info .tissot-premium_info_separator {
  border: none;
  border-top: 2px solid white;
  overflow: visible;
  text-align: center;
  width: 75px;
  height: 5px;
  margin: 20px 0 30px 0; }
.tissot .tissot-premium_info .tissot-premium_info_description {
  width: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: white; }
.tissot .tissot-premium_info .tissot-premium_info_try_btn {
  display: flex;
  justify-content: center;
  padding: 20px 0 30px 0; }
.tissot .tissot-premium_info .tissot-premium_info_try_btn .gdsBtn {
  padding: 10px 40px 7px 40px;
  background-color: #eb5936;
  border-bottom: 3px solid #c13513; }
.tissot .tissot-premium_info .tissot-premium_info_try_btn .gdsBtn:hover, .tissot .tissot-premium_info .tissot-premium_info_try_btn .gdsBtn:focus {
  background-color: #c13513; }
.tissot .tissot-premium_info .tissot-premium_info_connect_link {
  text-align: center;
  font-size: 14px;
  color: white; }
.tissot .tissot-premium_info .tissot-premium_info_connect_link i {
  font-size: 20px;
  margin-right: 5px; }
.tissot #zuora_payment {
  width: 100%; }
.tissot-subscription_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black; }
.tissot-subscription_form .tissot-subscription_form_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 45px;
  font-weight: 500; }
.tissot-subscription_form .tissot-subscription_form_header .crown_img {
  height: 60px;
  margin-bottom: 25px; }
.tissot-subscription_form .tissot-subscription_form_header > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 50px 0 25px 0; }
.tissot-subscription_form .tissot-subscription_form_header > div ul {
  list-style-type: none;
  padding-top: 30px;
  font-size: 1rem; }
.tissot-subscription_form .tissot-subscription_form_header > div ul li {
  padding-bottom: 10px; }
.tissot-subscription_form .tissot-subscription_form_header > div ul li:before {
  font-family: 'Phosphor';
  content: '';
  color: #39b54a;
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px; }
.tissot-subscription_form .tissot-subscription_form_header > div .devices_img {
  height: 175px; }
@media screen and (max-width: 875px) {
  .tissot-subscription_form .tissot-subscription_form_header > div {
    flex-direction: column; }
  .tissot-subscription_form .tissot-subscription_form_header > div .devices_img {
    height: auto;
    width: 90%; } }
@media screen and (max-width: 875px) {
  .tissot-subscription_form .tissot-subscription_form_header > span {
    min-width: 250px;
    font-size: 40px; } }
@media screen and (max-width: 500px) {
  .tissot-subscription_form .tissot-subscription_form_header > span {
    font-size: 30px; } }
.tissot-subscription_form .tissot-subscription_form_separator {
  border: none;
  border-top: 1px solid #dcdcdc;
  overflow: visible;
  text-align: center;
  height: 5px;
  width: 95%;
  margin: 50px 0; }
.tissot-subscription_form .tissot-subscription_form_separator:after {
  content: '';
  background: #fff;
  font-size: 24px;
  padding: 0 15px;
  position: relative;
  top: -13px; }
.tissot-subscription_form .tissot-subscription_form_separator.duration:after {
  content: "Durée et tarif de l’abonnement"; }
.tissot-subscription_form .tissot-subscription_form_separator.information:after {
  content: "Informations de facturation"; }
.tissot-subscription_form .tissot-subscription_form_separator.payment:after {
  content: "Moyen de paiement"; }
.tissot-subscription_form .tissot-subscription_form_duration_toggle {
  width: 75%;
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  justify-content: space-around; }
.tissot-subscription_form .tissot-subscription_form_duration_toggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px; }
.tissot-subscription_form .tissot-subscription_form_duration_toggle input + label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 300px;
  min-height: 115px;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
  border: solid 1px #155fee;
  background-color: #FFF;
  font-size: 26px;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out; }
.tissot-subscription_form .tissot-subscription_form_duration_toggle input + label span {
  font-size: 14px; }
@media screen and (max-width: 875px) {
  .tissot-subscription_form .tissot-subscription_form_duration_toggle input + label {
    margin-bottom: 20px; } }
.tissot-subscription_form .tissot-subscription_form_duration_toggle input:hover + label {
  border-color: #5c90f3; }
.tissot-subscription_form .tissot-subscription_form_duration_toggle input:checked + label {
  background-color: #155fee;
  color: #FFF;
  box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
  border-color: #155fee;
  z-index: 1; }
@media screen and (max-width: 875px) {
  .tissot-subscription_form .tissot-subscription_form_duration_toggle {
    flex-direction: column;
    justify-content: center;
    align-items: center; } }
.tissot-subscription_form .tissot-subscription_form_billing_information {
  display: flex;
  justify-content: space-between;
  width: 50%; }
.tissot-subscription_form .tissot-subscription_form_billing_information > div {
  display: flex;
  flex-direction: column; }
.tissot-subscription_form .tissot-subscription_form_billing_information > div .edit_information {
  margin-top: 20px; }
.tissot-subscription_form .tissot-subscription_form_billing_information > div .edit_information i {
  font-family: 'Phosphor';
  font-size: 18px;
  margin-right: 5px; }
.tissot-subscription_form .tissot-subscription_form_billing_information > div .edit_information span {
  color: #67b4ec; }
.tissot-subscription_form .tissot-subscription_form_billing_information > div .second_edit {
  display: none; }
@media screen and (max-width: 875px) {
  .tissot-subscription_form .tissot-subscription_form_billing_information {
    flex-direction: column;
    justify-content: center; }
  .tissot-subscription_form .tissot-subscription_form_billing_information .billing_information_left_container {
    margin-bottom: 20px; }
  .tissot-subscription_form .tissot-subscription_form_billing_information .first_edit {
    display: none; }
  .tissot-subscription_form .tissot-subscription_form_billing_information .second_edit {
    display: block !important; } }
.tissot-subscription_form .tissot-subscription_form_payment_method_toggle {
  width: 60%;
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  justify-content: space-around; }
.tissot-subscription_form .tissot-subscription_form_payment_method_toggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px; }
.tissot-subscription_form .tissot-subscription_form_payment_method_toggle input + label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 300px;
  min-height: 115px;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
  border: solid 1px #155fee;
  background-color: #FFF;
  font-size: 26px;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out; }
.tissot-subscription_form .tissot-subscription_form_payment_method_toggle input + label span {
  font-size: 14px; }
@media screen and (max-width: 875px) {
  .tissot-subscription_form .tissot-subscription_form_payment_method_toggle input + label {
    margin-bottom: 20px; } }
.tissot-subscription_form .tissot-subscription_form_payment_method_toggle input:hover + label {
  border-color: #5c90f3; }
.tissot-subscription_form .tissot-subscription_form_payment_method_toggle input:checked + label {
  background-color: #155fee;
  color: #FFF;
  box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
  border-color: #155fee;
  z-index: 1; }
.tissot-subscription_form .tissot-subscription_form_payment_method_toggle input + label {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 250px; }
.tissot-subscription_form .tissot-subscription_form_payment_method_toggle input + label i {
  font-family: 'Phosphor';
  font-size: 50px; }
@media screen and (max-width: 875px) {
  .tissot-subscription_form .tissot-subscription_form_payment_method_toggle {
    flex-direction: column;
    justify-content: center;
    align-items: center; } }
.tissot-subscription_form .tissot-subscription_form_payment_method_btn {
  margin-top: 20px; }
.tissot-subscription_form .tissot-subscription_form_payment_method_btn .gdsBtn {
  padding: 10px 60px 7px 60px;
  background-color: #eb5936;
  border-bottom: 3px solid #c13513; }
.tissot-subscription_form .tissot-subscription_form_payment_method_btn .gdsBtn:hover, .tissot-subscription_form .tissot-subscription_form_payment_method_btn .gdsBtn:focus {
  background-color: #c13513; }
.tissot-subscription_form .tissot-subscription_form_cgv {
  width: 55%;
  margin: 1rem 0 1.5rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  padding: 0 1rem; }
.tissot-payment_result {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
  padding: 30px; }
.tissot-payment_result i {
  font-size: 80px; }
.tissot-payment_result .fa-check-circle {
  color: #39b54a; }
.tissot-payment_result .fa-times-circle {
  color: #fd404c; }
.tissot-payment_result h1 {
  font-size: 40px;
  margin: 30px 0; }
.tissot-payment_result span {
  text-align: center; }
.tissot-payment_result .gdsBtn {
  margin-top: 40px;
  padding: 10px 60px 7px 60px;
  background-color: #eb5936;
  border-bottom: 3px solid #c13513;
  text-decoration: none; }
.tissot-payment_result .gdsBtn:hover, .tissot-payment_result .gdsBtn:focus {
  background-color: #c13513; }
.tissot .blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }
.tissot .blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }
.tissot .blocker.behind {
  background-color: transparent; }
.tissot .blocker .modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left; }
.tissot .blocker .modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../../bundles/webactufront/img/close-btn.png); }
.tissot .blocker .modal .modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px; }
.tissot .blocker .modal .modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }
.tissot .blocker .modal .modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }
.tissot .blocker .modal .modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }
.tissot .blocker .modal .modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }
.tissot .blocker .modal-payment_result {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
  padding: 30px; }
.tissot .blocker .modal-payment_result i {
  font-size: 80px; }
.tissot .blocker .modal-payment_result .fa-check-circle {
  color: #39b54a; }
.tissot .blocker .modal-payment_result .fa-times-circle {
  color: #fd404c; }
.tissot .blocker .modal-payment_result h1 {
  font-size: 40px;
  margin: 30px 0; }
.tissot .blocker .modal-payment_result span {
  text-align: center; }
.tissot .blocker .modal-payment_result .gdsBtn {
  margin-top: 40px;
  padding: 10px 60px 7px 60px;
  background-color: #eb5936;
  border-bottom: 3px solid #c13513; }
.tissot .blocker .modal-payment_result .gdsBtn:hover, .tissot .blocker .modal-payment_result .gdsBtn:focus {
  background-color: #c13513; }
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5); }
  20% {
    -webkit-transform: scaleY(1); } }
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }
.tissot-premium_account {
  height: 100vh;
  background-color: white; }
.tissot-premium_account h3 {
  margin-top: 50px;
  border-bottom: 5px solid black;
  padding-bottom: 10px; }
.tissot-premium_account .no_premium_warning {
  display: flex;
  align-items: center;
  color: #fd404c;
  margin-bottom: 50px; }
.tissot-premium_account .no_premium_warning i {
  font-size: 22px;
  margin-right: 10px; }
.tissot-premium_account .try_premium {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #0096e6; }
.tissot-premium_account .try_premium i {
  margin-right: 10px;
  font-size: 20px; }
.tissot .ThemeListing {
  padding: 57px 0; }
.tissot .ThemeListing h3 {
  line-height: normal; }
.tissot .ThemeListing .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; }
.tissot .ThemeListing .titreCategory::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  width: 150px;
  height: 2px;
  background: #dcdcdc; }
.tissot .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) {
  .tissot .ThemeListing-theme {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
    border-bottom: none; } }
.tissot .ThemeListing-theme.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.tissot .ThemeListing-theme:last-child {
  border-bottom: none; }
.tissot .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) {
  .tissot .ThemeListing-gauche {
    width: 50%;
    margin-right: 25px; } }
@media (max-width: 768px) {
  .tissot .ThemeListing-gauche {
    width: 100%;
    margin-right: 0;
    min-height: inherit;
    margin-bottom: 20px; } }
.tissot .ThemeListing-theme--rouge .ThemeListing-gauche {
  border-top: 5px solid #a8292f; }
.tissot .ThemeListing-theme--violet .ThemeListing-gauche {
  border-top: 5px solid #6e79bb; }
.tissot .ThemeListing-theme--vert .ThemeListing-gauche {
  border-top: 5px solid #65b401; }
.tissot .ThemeListing-gauche:hover .ThemeListing-gaucheTitre, .tissot .ThemeListing-gauche:focus .ThemeListing-gaucheTitre {
  color: #2795e8; }
.tissot .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) {
  .tissot .ThemeListing-gaucheCont {
    padding: 20px; } }
.tissot .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; }
.tissot .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); }
.tissot .ThemeListing-gaucheCat > svg {
  fill: #ffffff;
  margin-right: 10px; }
.tissot .ThemeListing-gauchePict {
  width: 100%; }
.tissot .ThemeListing-gaucheImg {
  width: 100%;
  height: auto; }
.tissot .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%; }
.tissot .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; }
.tissot .ThemeListing-InfoPub > svg {
  margin-right: 7px;
  fill: #8c8c8c;
  -webkit-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out; }
.tissot .ThemeListing-bigTitre {
  font-size: 42px; }
.tissot .ThemeListing-bigTitreLink {
  text-decoration: none;
  color: #000000;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out; }
.tissot .ThemeListing-titre {
  font-size: 36px;
  font-weight: bold;
  margin-top: 0; }
@media (max-width: 768px) {
  .tissot .ThemeListing-titre {
    display: none; } }
@media (max-width: 480px) {
  .tissot .ThemeListing-titre {
    font-size: 28px; } }
.tissot .ThemeListing-theme--rouge .ThemeListing-titre {
  color: #a8292f; }
.tissot .ThemeListing-theme--violet .ThemeListing-titre {
  color: #6e79bb; }
.tissot .ThemeListing-theme--vert .ThemeListing-titre {
  color: #65b401; }
.tissot .ThemeListing-titreLink {
  text-decoration: none;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out; }
.tissot .ThemeListing-theme--rouge .ThemeListing-titreLink {
  color: #a8292f; }
.tissot .ThemeListing-theme--violet .ThemeListing-titreLink {
  color: #6e79bb; }
.tissot .ThemeListing-theme--vert .ThemeListing-titreLink {
  color: #65b401; }
.tissot .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) {
  .tissot .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) {
  .tissot .ThemeListing-ongletsliste {
    margin-top: 16px; } }
.tissot .ThemeListing-ongletslistItem {
  display: inline-block;
  margin-right: 85px; }
@media (max-width: 992px) {
  .tissot .ThemeListing-ongletslistItem {
    margin-right: 14px; } }
.tissot .ThemeListing-ongletslistItem:last-child {
  margin-right: 0; }
.tissot .ThemeListing-ongletslistItem.active .ThemeListing-ongletsButton, .tissot .ThemeListing-ongletslistItem:hover .ThemeListing-ongletsButton, .tissot .ThemeListing-ongletslistItem:focus .ThemeListing-ongletsButton {
  border-bottom: 3px solid #0096e6;
  color: #000000; }
.tissot .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; }
.tissot .ThemeListing-droite {
  width: calc(100% - 526px); }
@media (max-width: 992px) {
  .tissot .ThemeListing-droite {
    width: calc(50% - 25px); } }
@media (max-width: 768px) {
  .tissot .ThemeListing-droite {
    width: 100%; } }
.tissot .ThemeListing-infosWrap {
  width: 100%; }
.tissot .ThemeListing-infos {
  display: none; }
.tissot .ThemeListing-infos.active {
  display: block; }
.tissot .ThemeListing-listeItemArt {
  margin-bottom: 25px; }
.tissot .ThemeListing-listeArt {
  list-style-type: none;
  padding-left: 0; }
.tissot .ThemeListing-listeItemLinkArt {
  text-decoration: none; }
.tissot .ThemeListing-listeItemLinkArt:hover .ThemeListing-listeItemLinkArtTitle, .tissot .ThemeListing-listeItemLinkArt:focus .ThemeListing-listeItemLinkArtTitle {
  color: #2795e8; }
.tissot .ThemeListing-listeItemLinkArtTitle {
  font-size: 16px;
  color: #000000;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  font-weight: 700; }
.tissot .ThemeListing-listeItemInfoPub {
  margin-top: 10px; }
.tissot .ThemeListing-motclees {
  width: 100%; }
.tissot .ThemeListing-listMotclees {
  display: none;
  margin: 5.0rem 0 2.0rem;
  padding: 0; }
@media (max-width: 480px) {
  .tissot .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%; } }
.tissot .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; }
.tissot .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; }
.tissot .ThemeListing-linkMotclee:hover, .tissot .ThemeListing-linkMotclee:focus {
  color: #2795e8;
  border: 2px solid #2795e8; }
.tissot .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; }
.tissot .ThemeListing-summaryThemes::-webkit-details-marker {
  display: none; }
.tissot .ThemeListing-summaryThemes::before {
  display: none; }
.tissot .ThemeListing-details {
  margin-top: 2.0rem; }
.tissot .ThemeListing-details[open] .ThemeListing-buttonWrapSvg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
.tissot .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; }
.tissot .ThemeListing-buttonWrapSvg > svg {
  padding-top: 2px;
  fill: #2795e8; }
.tissot .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; }
.tissot .ThemeListing-prenium > svg {
  fill: #000000; }
.tissot .OngletMob {
  display: none; }
.tissot-premium_account {
  height: 100vh;
  background-color: white; }
.tissot-premium_account h3 {
  margin-top: 50px;
  border-bottom: 5px solid black;
  padding-bottom: 10px; }
.tissot-premium_account .trial_info {
  display: flex;
  align-items: center;
  color: #b4b4b4;
  margin: 20px 0; }
.tissot-premium_account .trial_info i {
  font-size: 22px;
  margin-right: 10px; }
.tissot-premium_account .go_premium {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #0096e6; }
.tissot-premium_account .go_premium i {
  margin-right: 10px;
  font-size: 20px; }
.tissot .ph-green {
  color: #39b54a; }
.tissot-premium_account {
  height: auto;
  background-color: white; }
.tissot-premium_account h3 {
  margin-top: 50px;
  border-bottom: 5px solid black;
  padding-bottom: 10px; }
.tissot-premium_account .premium_status {
  padding: 10px 0; }
.tissot-premium_account .premium_status > div {
  margin-bottom: 8px; }
.tissot-premium_account .premium_status > div .payment_update {
  cursor: pointer;
  color: #0096e6; }
.tissot-premium_account .premium_status .premium_status_remove {
  cursor: pointer; }
.tissot-premium_account .payment_method {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6; }
.tissot-premium_account .payment_method .payment_method_header {
  display: flex;
  align-items: center; }
.tissot-premium_account .payment_method .payment_method_header > span:first-child {
  flex-basis: 25%; }
.tissot-premium_account .payment_method .payment_method_header .default_payment_method {
  background-color: #ffffcd;
  margin-left: -5px;
  padding: 5px; }
.tissot-premium_account .payment_method .payment_method_header > div {
  display: flex;
  align-items: center; }
.tissot-premium_account .payment_method .payment_method_header > div > i {
  margin-right: 5px;
  color: #0096e6; }
.tissot-premium_account .payment_method .payment_method_content {
  position: relative;
  margin-top: 20px; }
.tissot-premium_account .payment_method .payment_method_content > div {
  display: flex;
  align-items: flex-end; }
.tissot-premium_account .payment_method .payment_method_content > div > span {
  line-height: 22.5px;
  flex-basis: 75%; }
.tissot-premium_account .payment_method .payment_method_content > div > span:first-child {
  flex-basis: 25%; }
.tissot-premium_account .payment_method .payment_method_content .payment_method_update {
  display: none; }
.tissot-premium_account .payment_method:hover .payment_method_content .payment_method_update {
  position: absolute;
  right: 20px;
  bottom: 0;
  display: flex !important;
  flex-direction: row; }
.tissot-premium_account .payment_method:hover .payment_method_content .payment_method_update > i {
  cursor: pointer;
  margin-left: 10px;
  font-size: 22px;
  transition: opacity .3s; }
.tissot-premium_account .payment_method:hover .payment_method_content .payment_method_update > i:hover {
  opacity: .7; }
.tissot-premium_account .add_payment_btn {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  padding: 15px; }
.tissot-premium_account .bills {
  margin-top: 20px; }
.tissot-premium_account .bills .bill_header {
  font-weight: bold; }
.tissot-premium_account .bills .bill {
  display: flex;
  flex: 1;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0; }
.tissot-premium_account .bills .bill .bill_name {
  flex-basis: 25%; }
.tissot-premium_account .bills .bill .bill_date {
  flex-basis: 50%; }
.tissot-premium_account .bills .bill .bill_download {
  cursor: pointer;
  flex-basis: 25%;
  display: flex;
  align-items: center;
  color: #0096e6; }
.tissot-premium_account .bills .bill .bill_download > i {
  font-size: 22px;
  margin-right: 10px; }
.tissot.tissot-user-space {
  background: white;
  font-family: Lato, sans-serif; }
.tissot.tissot-user-space body {
  background: white; }
.tissot.tissot-user-space h2 {
  font-size: 24px;
  color: #000; }
.tissot.tissot-user-space h3 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  color: #000;
  padding: 0;
  margin-top: 22px; }
.tissot.tissot-user-space .tissot-premium_account {
  padding-top: 15px; }

@charset "UTF-8";
/* # Styles dédiés pour les navigateurs modernes */
/*
 - Support de IE<=8 désactivé.
 - Support de l’unité `rem` activé.
 - Support des _medias-queries_ activé.
 - Support de _flexbox_ activé. // IE10+

Note : Il est possible de ne changer que la première des valeurs, les autres sont répercutées automatiquement.
*/
/* # Typographie */
/*
 - `$bfs` : _font-size_ navigateur ;
 - `$fs0` : _font-size_ projet.
*/
/* # Suppresion de l’unité */
/*
 - `$number` : variable (avec ou sans unité) passée en paramètre ;
 - `@return` : variable sans unité retournée.
*/
/*
 - `$px` : variable en pixels passée en paramètre ;
 - `$fs0` : contexte de travail égal à la taille de texte du projet ;
 - Pour les navigateurs modernes. `@return` : équivalence en `rems` retournée.
 - Pour IE 8 et inférieurs. `@return` : équivalence en pixels retournée.
*/
/*! jQuery UI - v1.12.1 - 2017-07-04
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }
.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }
.ui-datepicker .ui-datepicker-prev:before {
  transform: rotateZ(-135deg);
  left: 50%;
  margin-left: -8px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }
.ui-datepicker .ui-datepicker-next:before {
  transform: rotateZ(45deg);
  right: 50%;
  margin-right: -8px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

.gdsContainer_full, .gdsContent {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.gdsContainer_half {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.gdsContainer_third {
  width: 33.3%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.gdsContainer_2third {
  width: 66.6%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.gdsUpdate-list_desc a, .gdsSommaire_backLink {
  color: #0c0c6e; }
.gdsUpdate-list_desc a:hover, .gdsSommaire_backLink:hover {
  color: #0c0c6e;
  text-decoration: underline; }

.btn, .gdsSubmit, .gdsForm input[type="submit"], .gdsBlock-search_submit, .gdsBtn, .gdsWidget_btn, .gdsIndex-alphabet_letter.is-selected a, .gdsIndex-alphabet_letter:hover a, .gdsPagehead_nav_lk, .gdsPagehead_search_submit {
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color; }
.btn:hover, .gdsSubmit:hover, .gdsForm input[type="submit"]:hover, .gdsBlock-search_submit:hover, .gdsBtn:hover, .gdsWidget_btn:hover, .gdsIndex-alphabet_letter.is-selected a:hover, .gdsIndex-alphabet_letter:hover a:hover, .gdsPagehead_nav_lk:hover, .gdsPagehead_search_submit:hover {
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s; }

.gdsTooltip {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
.gdsTooltip:hover {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.gdsForm [type="checkbox"]:not(:checked) + label, .gdsForm .gdsFormCheckbox:not(:checked) + label, .gdsForm [type="checkbox"]:checked + label, .gdsForm .gdsFormCheckbox:checked + label, .gdsFormCheckbox-item [type="checkbox"]:not(:checked) + label, .gdsFormCheckbox-item .gdsFormCheckbox:not(:checked) + label, .gdsFormCheckbox-item [type="checkbox"]:checked + label, .gdsFormCheckbox-item .gdsFormCheckbox:checked + label, .gdsForm input[type="text"], .gdsForm .gdsInputText, .gdsForm .gdsForm_inputText, .gdsForm input[type="email"], .gdsForm .gdsInputEmail, .gdsForm .gdsForm_inputEmail, .gdsInputText, .gdsForm_inputText, .gdsInputEmail, .gdsForm_inputEmail, .gdsForm select, .gdsForm .gdsForm_select, .gdsContent, .gdsContent p, .gdsPageDetail, .btn, .gdsSubmit, .gdsForm input[type="submit"], .gdsBlock-search_submit, .gdsBtn, .gdsWidget_btn, .gdsBlock-search_input, .gdsDropdown_list_item, .gdsDropdown_list_item a, .gdsLightbox_content, .gdsPopover, .gdsPopover_title, .gdsPopover_content, .gdsTable tbody, .gdsTable table tbody, .gdsTooltip_content, #cont_sommaire_off, #cont_sommaire_thematique, .gdsSommaire, #cont_sommaire_off a.sommaire_thematique_vide, #cont_sommaire_thematique a.sommaire_thematique_vide, .gdsSommaire a.sommaire_thematique_vide, #cont_sommaire_off table[id^=niv3_] td, #cont_sommaire_off table[id^=niv3_] td a, #cont_sommaire_thematique table[id^=niv3_] td, #cont_sommaire_thematique table[id^=niv3_] td a, .gdsSommaire table[id^=niv3_] td, .gdsSommaire table[id^=niv3_] td a {
  font-family: "Lato", Helvetica, Arial, "Trebuchet MS", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.gdsForm label, .gdsForm .gdsFormLabel, .gdsFormLabel, .gdsTitle, .gdsTitle-1, .gdsTitle-2, .gdsTitle-3, .gdsSommaire_backLink, .gdsTitle-4, .gdsTitle-5, .gdsTitle-6, .gdsList.is-ordered .gdsList_item, .gdsLink-more, .gdsContent strong, .gdsContent .is-bold, .btn, .gdsSubmit, .gdsForm input[type="submit"], .gdsBlock-search_submit, .gdsBtn, .eNewsletter_step:before, .eNewsletter_step_title, .eNewsletter_category_title, .eNewsletter_category_item_title, .eNewsletter_category_example, .eNewsletter_widget_message, .gdsUpdateBlock_title, .gdsUpdateBlock_title_lk, .gdsUpdate-list_date, .gdsUpdate-list_title a, .gdsWidget_title, .gdsWidget_heading, .gdsWidget_content ul li a, .gdsWidget_content ol a, .gdsWidget_content .gdsWidget_content_title, .gdsWidget_btn, .gdsBlock-search_filters_item, .gdsFeaturedBlock_title, .gdsDropdown_title, .gdsIndex-alphabet_letter, .gdsIndex_lk, .gdsPagehead_nav_lk, .gdsPagination_next, .gdsPagination_previous, .gdsPricingTables_title, .gdsPricingTables_desc, .gdsPricingTables_prices .price, .gdsTable thead, .gdsTable table thead, .gdsTable tbody th, .gdsTable table tbody th, #cont_sommaire_off a.sommaireOff, #cont_sommaire_off a.sommaire_thematique, #cont_sommaire_thematique a.sommaireOff, #cont_sommaire_thematique a.sommaire_thematique, .gdsSommaire a.sommaireOff, .gdsSommaire a.sommaire_thematique, .gdsAlertSubscribe_form tr.liste_cn_titres td a {
  font-family: "Lato", Helvetica, Arial, "Trebuchet MS", sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../../bundles/webactufront/fonts/fontawesome-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../../bundles/webactufront/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../../bundles/webactufront/fonts/fontawesome-webfont.woff2") format("woff2"), url("../../bundles/webactufront/fonts/fontawesome-webfont.woff") format("woff"), url("../../bundles/webactufront/fonts/fontawesome-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
.fa, .gds-icon, .gdsForm [type="checkbox"]:not(:checked) + label:after, .gdsForm .gdsFormCheckbox:not(:checked) + label:after, .gdsForm [type="checkbox"]:checked + label:after, .gdsForm .gdsFormCheckbox:checked + label:after, .gdsFormCheckbox-item [type="checkbox"]:not(:checked) + label:after, .gdsFormCheckbox-item .gdsFormCheckbox:not(:checked) + label:after, .gdsFormCheckbox-item [type="checkbox"]:checked + label:after, .gdsFormCheckbox-item .gdsFormCheckbox:checked + label:after, .gdsLink-more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.ph-5x {
  font-size: 5em; }

.ph-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.txt-align-right {
  text-align: right !important; }

.txt-align-left {
  text-align: left !important; }

.txt-align-center {
  text-align: center !important; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.sc-clearfix {
  clear: both; }

.nowrap {
  white-space: nowrap; }

.imgFull {
  display: block;
  width: 100%; }

.gdsAuthor_aside_social, .tissot .gdsAuthor_aside_social, .gdsFilters_links_list, .gdsIndex-alphabet, .gdsPagehead_nav, .gdsPagination {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px; }

.has-noMargin {
  margin: 0 !important; }

.has-noPadding {
  padding: 0 !important; }

.gdsForm [type="checkbox"]:not(:checked), .gdsForm .gdsFormCheckbox:not(:checked), .gdsForm [type="checkbox"]:checked, .gdsForm .gdsFormCheckbox:checked, .gdsFormCheckbox-item [type="checkbox"]:not(:checked), .gdsFormCheckbox-item .gdsFormCheckbox:not(:checked), .gdsFormCheckbox-item [type="checkbox"]:checked, .gdsFormCheckbox-item .gdsFormCheckbox:checked {
  position: absolute;
  left: -9999px; }
.gdsForm [type="checkbox"]:not(:checked) + label, .gdsForm .gdsFormCheckbox:not(:checked) + label, .gdsForm [type="checkbox"]:checked + label, .gdsForm .gdsFormCheckbox:checked + label, .gdsFormCheckbox-item [type="checkbox"]:not(:checked) + label, .gdsFormCheckbox-item .gdsFormCheckbox:not(:checked) + label, .gdsFormCheckbox-item [type="checkbox"]:checked + label, .gdsFormCheckbox-item .gdsFormCheckbox:checked + label {
  display: inline-block;
  margin-left: 1em;
  position: relative;
  padding: 0.2em 0.2em 0.2em 2em;
  cursor: pointer;
  line-height: 22px;
  font-weight: normal; }
.gdsForm [type="checkbox"]:not(:checked) + label:before, .gdsForm .gdsFormCheckbox:not(:checked) + label:before, .gdsForm [type="checkbox"]:checked + label:before, .gdsForm .gdsFormCheckbox:checked + label:before, .gdsFormCheckbox-item [type="checkbox"]:not(:checked) + label:before, .gdsFormCheckbox-item .gdsFormCheckbox:not(:checked) + label:before, .gdsFormCheckbox-item [type="checkbox"]:checked + label:before, .gdsFormCheckbox-item .gdsFormCheckbox:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 19px;
  height: 19px;
  border: 1px solid #cccccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff; }
.gdsForm [type="checkbox"]:not(:checked) + label:after, .gdsForm .gdsFormCheckbox:not(:checked) + label:after, .gdsForm [type="checkbox"]:checked + label:after, .gdsForm .gdsFormCheckbox:checked + label:after, .gdsFormCheckbox-item [type="checkbox"]:not(:checked) + label:after, .gdsFormCheckbox-item .gdsFormCheckbox:not(:checked) + label:after, .gdsFormCheckbox-item [type="checkbox"]:checked + label:after, .gdsFormCheckbox-item .gdsFormCheckbox:checked + label:after {
  content: "\f00d";
  position: absolute;
  top: 3px;
  left: 2px;
  font-size: 22px;
  color: #0096e6;
  display: inline-block;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
.gdsForm [type="checkbox"]:not(:checked) + label:after, .gdsForm .gdsFormCheckbox:not(:checked) + label:after, .gdsFormCheckbox-item [type="checkbox"]:not(:checked) + label:after, .gdsFormCheckbox-item .gdsFormCheckbox:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }
.gdsForm [type="checkbox"]:disabled:not(:checked) + label:before, .gdsForm .gdsFormCheckbox:disabled:not(:checked) + label:before, .gdsForm [type="checkbox"]:disabled:checked + label:before, .gdsForm .gdsFormCheckbox:disabled:checked + label:before, .gdsFormCheckbox-item [type="checkbox"]:disabled:not(:checked) + label:before, .gdsFormCheckbox-item .gdsFormCheckbox:disabled:not(:checked) + label:before, .gdsFormCheckbox-item [type="checkbox"]:disabled:checked + label:before, .gdsFormCheckbox-item .gdsFormCheckbox:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }
.gdsForm [type="checkbox"]:disabled:checked + label:after, .gdsForm .gdsFormCheckbox:disabled:checked + label:after, .gdsFormCheckbox-item [type="checkbox"]:disabled:checked + label:after, .gdsFormCheckbox-item .gdsFormCheckbox:disabled:checked + label:after {
  color: #999; }
.gdsForm [type="checkbox"]:disabled + label, .gdsForm .gdsFormCheckbox:disabled + label, .gdsFormCheckbox-item [type="checkbox"]:disabled + label, .gdsFormCheckbox-item .gdsFormCheckbox:disabled + label {
  color: #aaa; }

.gdsForm-item {
  width: 100%;
  float: left; }
.gdsForm-item.has-searchItems .gdsInputText {
  width: 13rem;
  float: left; }
.gdsForm-item.has-searchItems .gdsSubmit {
  padding-top: 8px;
  padding-left: 14px;
  padding-right: 14px;
  margin-left: 10px;
  float: left; }
.gdsForm-item.has-searchFilters {
  font-size: 12px; }
.gdsForm-item.has-searchFilters i {
  margin-left: 5px; }
.gdsForm-item + .gdsForm-item {
  margin-top: 10px; }

.gdsInputRadio {
  margin: 0; }

.gdsForm label, .gdsForm .gdsFormLabel, .gdsFormLabel {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px; }

.gdsForm input[type="text"], .gdsForm .gdsInputText, .gdsForm .gdsForm_inputText, .gdsForm input[type="email"], .gdsForm .gdsInputEmail, .gdsForm .gdsForm_inputEmail, .gdsInputText, .gdsForm_inputText, .gdsInputEmail, .gdsForm_inputEmail {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #787878;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 35px;
  padding: 5px 10px;
  font-size: 14px;
  width: 100%; }

.gdsForm textarea, .gdsTextarea, .gdsContent textarea {
  background-color: #fff;
  border: 1px solid #787878;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  min-height: 60px;
  padding: 5px 10px;
  min-width: 255px; }

.gdsSubmit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0 0 3px 0;
  height: 35px; }

.gdsForm .fnsinvisibleman {
  display: none; }
.gdsForm fieldset, .gdsForm .gdsFieldset {
  border: 0; }
.gdsForm input[type="text"], .gdsForm .gdsInputText, .gdsForm .gdsForm_inputText, .gdsForm input[type="email"], .gdsForm .gdsInputEmail, .gdsForm .gdsForm_inputEmail {
  min-width: 255px; }
.gdsForm input[type="radio"], .gdsForm .gdsInputRadio, .gdsForm .gdsForm_inputRadio {
  margin: 0;
  margin-left: 10px;
  margin-right: 5px; }
.gdsForm input[type="checkbox"], .gdsForm .gdsInputCheckbox, .gdsForm .gdsForm_inputCheckbox {
  margin: 0; }
.gdsForm select, .gdsForm .gdsForm_select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border: 1px solid #787878;
  padding: 5px 10px;
  padding-right: 20px;
  height: 35px !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #fff;
  font-size: 14px;
  -webkit-appearance: none;
  background-image: url(../../bundles/webactufront/img/gdsSelect-icon.png) !important;
  background-position: right 5px center;
  background-repeat: no-repeat;
  width: 255px; }
.gdsForm input[type="submit"] {
  background-image: none; }

.gdsFormRadio-container {
  margin-bottom: 5px; }
.gdsFormRadio-container [type="radio"]:not(:checked), .gdsFormRadio-container .gdsFormRadio:not(:checked), .gdsFormRadio-container [type="radio"]:checked, .gdsFormRadio-container .gdsFormRadio:checked {
  position: absolute;
  left: -9999px; }
.gdsFormRadio-container [type="radio"]:not(:checked) + label, .gdsFormRadio-container .gdsFormRadio:not(:checked) + label, .gdsFormRadio-container [type="radio"]:checked + label, .gdsFormRadio-container .gdsFormRadio:checked + label {
  display: inline-block;
  position: relative;
  padding: 0.2em 0.2em 0.2em 2em;
  cursor: pointer; }
.gdsFormRadio-container [type="radio"]:not(:checked) + label:before, .gdsFormRadio-container .gdsFormRadio:not(:checked) + label:before, .gdsFormRadio-container [type="radio"]:checked + label:before, .gdsFormRadio-container .gdsFormRadio:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 19px;
  height: 19px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #cccccc;
  background: #fff; }
.gdsFormRadio-container [type="radio"]:checked + label:before, .gdsFormRadio-container .gdsFormRadio:checked + label:before {
  border: 1px solid #cccccc; }
.gdsFormRadio-container [type="radio"]:not(:checked) + label:after, .gdsFormRadio-container .gdsFormRadio:not(:checked) + label:after, .gdsFormRadio-container [type="radio"]:checked + label:after, .gdsFormRadio-container .gdsFormRadio:checked + label:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  width: 11px;
  height: 11px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #666666;
  background-color: #0096e6;
  color: #666666;
  color: #0096e6;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
.gdsFormRadio-container [type="radio"]:not(:checked) + label:after, .gdsFormRadio-container .gdsFormRadio:not(:checked) + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transform: scale(0); }
.gdsFormRadio-container [type="radio"]:checked + label:after, .gdsFormRadio-container .gdsFormRadio:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  transform: scale(1); }
.gdsFormRadio-container [type="radio"]:disabled:not(:checked) + label:before, .gdsFormRadio-container .gdsFormRadio:disabled:not(:checked) + label:before, .gdsFormRadio-container [type="radio"]:disabled:checked + label:before, .gdsFormRadio-container .gdsFormRadio:disabled:checked + label:before {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }
.gdsFormRadio-container [type="radio"]:disabled:checked + label:after, .gdsFormRadio-container .gdsFormRadio:disabled:checked + label:after {
  color: #999; }
.gdsFormRadio-container [type="radio"]:disabled + label, .gdsFormRadio-container .gdsFormRadio:disabled + label {
  color: #aaa; }

.has-gutters.gdsContainer_full, .has-gutters.gdsContainer_half, .has-gutters.gdsContainer_third, .has-gutters.gdsContainer_2third {
  padding: 0 30px; }
.has-halfgutters.gdsContainer_full, .has-halfgutters.gdsContainer_half, .has-halfgutters.gdsContainer_third, .has-halfgutters.gdsContainer_2third {
  padding: 0 30px; }
.has-left-gutter.gdsContainer_full, .has-left-gutter.gdsContainer_half, .has-left-gutter.gdsContainer_third, .has-left-gutter.gdsContainer_2third {
  padding-left: 30px; }
.has-right-gutter.gdsContainer_full, .has-right-gutter.gdsContainer_half, .has-right-gutter.gdsContainer_third, .has-right-gutter.gdsContainer_2third {
  padding-right: 30px; }
.has-left-halfgutter.gdsContainer_full, .has-left-halfgutter.gdsContainer_half, .has-left-halfgutter.gdsContainer_third, .has-left-halfgutter.gdsContainer_2third {
  padding-left: 15px; }
.has-right-halfgutter.gdsContainer_full, .has-right-halfgutter.gdsContainer_half, .has-right-halfgutter.gdsContainer_third, .has-right-halfgutter.gdsContainer_2third {
  padding-right: 15px; }
.is-center.gdsContainer_full, .is-center.gdsContainer_half, .is-center.gdsContainer_third, .is-center.gdsContainer_2third {
  float: none;
  margin: 0 auto;
  clear: right; }
.has-gdsPageToolbox.gdsContainer_full, .has-gdsPageToolbox.gdsContainer_half, .has-gdsPageToolbox.gdsContainer_third, .has-gdsPageToolbox.gdsContainer_2third {
  padding-left: 100px;
  position: relative; }
.has-bottomMargin.gdsContainer_full, .has-bottomMargin.gdsContainer_half, .has-bottomMargin.gdsContainer_third, .has-bottomMargin.gdsContainer_2third {
  margin-bottom: 30px; }
.has-whiteBg.gdsContainer_full, .has-whiteBg.gdsContainer_half, .has-whiteBg.gdsContainer_third, .has-whiteBg.gdsContainer_2third {
  background-color: #fff; }

.gdsContainer_full {
  float: left; }

.gdsContainer_half {
  float: left; }

.gdsContainer_third {
  float: left; }

.gdsContainer_2third {
  float: left; }

.gdsInner {
  float: left; }

.gdsTitle, .gdsTitle-1, .gdsTitle-2, .gdsTitle-3, .gdsSommaire_backLink, .gdsTitle-4, .gdsTitle-5, .gdsTitle-6 {
  margin: 1.414em 0 0.5em;
  line-height: 1.2; }
.is-page-title.gdsTitle, .is-page-title.gdsTitle-1, .is-page-title.gdsTitle-2, .is-page-title.gdsTitle-3, .is-page-title.gdsSommaire_backLink, .is-page-title.gdsTitle-4, .is-page-title.gdsTitle-5, .is-page-title.gdsTitle-6 {
  margin: 30px 0;
  display: block; }
.has-noTopMargin.gdsTitle, .has-noTopMargin.gdsTitle-1, .has-noTopMargin.gdsTitle-2, .has-noTopMargin.gdsTitle-3, .has-noTopMargin.gdsSommaire_backLink, .has-noTopMargin.gdsTitle-4, .has-noTopMargin.gdsTitle-5, .has-noTopMargin.gdsTitle-6 {
  margin-top: 0; }

.gdsTitle, .gdsTitle-1 {
  font-size: 28px;
  color: #574541;
  margin-top: 0; }

.gdsTitle-2 {
  font-size: 24px;
  line-height: 30px;
  color: #574541;
  margin-top: 0; }

.gdsTitle-3, .gdsSommaire_backLink {
  font-size: 20px;
  color: #574541; }

.gdsTitle-4 {
  font-size: 18px;
  color: #574541; }

.gdsTitle-5 {
  font-size: 16px;
  color: #574541; }

.gdsTitle-6 {
  font-size: 12px;
  color: #a3a0a0;
  text-transform: uppercase; }

.gdsList {
  list-style-type: none; }
.gdsList.is-ordered {
  list-style-type: decimal; }
.gdsList.is-ordered .gdsList_item {
  color: #9d0b0e;
  text-indent: initial; }
.gdsList.is-ordered .gdsList_item:before {
  content: ""; }

.gdsList_item {
  padding-left: 1em;
  text-indent: -.7em;
  position: relative;
  line-height: 18px; }
.gdsList_item + .gdsList_item {
  margin-top: 15px; }
.gdsList_item:before {
  content: "\002022";
  color: #9d0b0e;
  position: relative;
  left: -10px; }

.gdsList_content {
  color: #505050;
  font-weight: normal; }

.gdsLink, a.gdsLink {
  text-decoration: underline !important;
  color: #505050; }

.gdsLink-more {
  color: #0c0c6e;
  text-decoration: underline !important;
  position: relative; }
.gdsLink-more:hover {
  color: #0c0c6e; }
.gdsLink-more:before {
  font-size: 12px;
  content: "\f105";
  position: absolute;
  left: -7px;
  top: 10%; }

.gdsContent {
  color: #505050;
  float: left;
  background-color: #fff;
  font-size: 14px;
  padding: 30px 0; }
.gdsContent.is-transparent {
  background-color: transparent; }
.gdsContent p {
  font-size: 14px;
  color: #505050;
  line-height: 18px;
  margin: 0;
  margin-bottom: 14px; }

.gdsImg-left {
  float: left;
  display: block;
  margin-right: 30px;
  margin-top: 30px;
  margin-bottom: 30px; }

.gdsImg-right {
  float: right;
  display: block;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px; }

.gdsImg-center {
  display: block;
  margin: 30px auto; }

.gdsCenter {
  text-align: center; }

.gdsSeparator, .gdsContent hr {
  border-style: solid;
  border-color: #dcdcdc;
  border-width: 1px 0 0 0; }

.gdsPageDetail {
  font-size: 16px;
  margin-bottom: 45px;
  float: left;
  width: 100%; }

.gdsAuteur {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 30px 0;
  color: #8b8b8b;
  font-size: 16px;
  width: 100%;
  overflow: hidden;
  *zoom: 1; }
@media (min-width: 63.75em) {
  .gdsAuteur {
    padding: 0 20px; } }
.gdsAuteur img {
  margin: 20px 0;
  float: left;
  max-width: 25%;
  height: auto;
  margin-right: 20px; }
@media (min-width: 43.75em) {
  .gdsAuteur img {
    margin-right: 60px; } }
.gdsAuteur img + * {
  overflow: hidden; }
.gdsAuteur p:first-child {
  text-transform: uppercase;
  font-style: italic; }
.gdsAuteur p:first-child a {
  text-transform: none;
  font-style: normal;
  font-weight: bold; }

.gdsCTA {
  padding: 30px 0; }

.gdsMsg {
  border-radius: 2px;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
  background-color: #f5f5f5; }
.gdsMsg_content {
  color: inherit;
  display: block;
  padding: 10px 20px; }
.gdsMsg .fa {
  font-size: 1rem; }
.gdsMsg p {
  margin: 0; }
.gdsMsg_link {
  color: #0c0c6e;
  text-decoration: underline;
  white-space: nowrap; }
.gdsMsg button {
  display: block;
  line-height: 20px;
  padding: 10px;
  margin: 0;
  border: 0;
  float: right;
  background-color: transparent;
  color: inherit; }
.gdsMsg.is-alert {
  background-color: #f5caca; }

p.mt05 {
  margin-top: 0.5rem; }

.has-catColor {
  color: #9d0b0e !important; }

.has-catBgColor {
  background-color: #9d0b0e !important; }

.has-catBorderColor {
  border-color: #9d0b0e !important; }

.pme .has-catColor {
  color: #9d0b0e !important; }
.pme .has-catBgColor {
  background-color: #9d0b0e !important; }
.pme .has-catBorderColor {
  border-color: #9d0b0e !important; }

.rp .has-catColor {
  color: #6E79BB !important; }
.rp .has-catBgColor {
  background-color: #6E79BB !important; }
.rp .has-catBorderColor {
  border-color: #6E79BB !important; }

.st .has-catColor {
  color: #65B401 !important; }
.st .has-catBgColor {
  background-color: #65B401 !important; }
.st .has-catBorderColor {
  border-color: #65B401 !important; }

.cfp .has-catColor {
  color: #9D3E9A !important; }
.cfp .has-catBgColor {
  background-color: #9D3E9A !important; }
.cfp .has-catBorderColor {
  border-color: #9D3E9A !important; }

.btp .has-catColor {
  color: #F36523 !important; }
.btp .has-catBgColor {
  background-color: #F36523 !important; }
.btp .has-catBorderColor {
  border-color: #F36523 !important; }

.btn, .gdsSubmit, .gdsForm input[type="submit"], .gdsBlock-search_submit, .gdsBtn {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  background-color: #0096e6;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 0;
  border-bottom: 3px solid #0076b4;
  color: #fff;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 7px;
  transition: color 200ms, background-color 200ms;
  cursor: pointer; }
.btn:hover, .btn:focus, .gdsSubmit:hover, .gdsForm input[type="submit"]:hover, .gdsBlock-search_submit:hover, .gdsSubmit:focus, .gdsForm input[type="submit"]:focus, .gdsBlock-search_submit:focus, .gdsBtn:hover, .gdsBtn:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0076b4; }
.btn.has-reversedColor, .has-reversedColor.gdsSubmit, .gdsForm input.has-reversedColor[type="submit"], .has-reversedColor.gdsBlock-search_submit, .gdsBtn.has-reversedColor {
  background-color: #fff;
  border: 2px solid #dbdbdb;
  color: #0d9de3;
  padding: 8px 20px;
  -moz-box-shadow: 0px 3px 0px 0px whitesmoke;
  -webkit-box-shadow: 0px 3px 0px 0px whitesmoke;
  box-shadow: 0px 3px 0px 0px whitesmoke; }
.btn.has-reversedColor:hover, .btn.has-reversedColor:focus, .has-reversedColor.gdsSubmit:hover, .gdsForm input.has-reversedColor[type="submit"]:hover, .has-reversedColor.gdsBlock-search_submit:hover, .has-reversedColor.gdsSubmit:focus, .gdsForm input.has-reversedColor[type="submit"]:focus, .has-reversedColor.gdsBlock-search_submit:focus, .gdsBtn.has-reversedColor:hover, .gdsBtn.has-reversedColor:focus {
  background-color: #0d9de3;
  color: #fff; }
.btn.has-altColor, .has-altColor.gdsSubmit, .gdsForm input.has-altColor[type="submit"], .has-altColor.gdsBlock-search_submit, .gdsBtn.has-altColor {
  background-color: #f36523;
  border-color: #b54c1d; }
.btn.has-altColor:hover, .btn.has-altColor:focus, .has-altColor.gdsSubmit:hover, .gdsForm input.has-altColor[type="submit"]:hover, .has-altColor.gdsBlock-search_submit:hover, .has-altColor.gdsSubmit:focus, .gdsForm input.has-altColor[type="submit"]:focus, .has-altColor.gdsBlock-search_submit:focus, .gdsBtn.has-altColor:hover, .gdsBtn.has-altColor:focus {
  background-color: #b54c1d; }

.eNewsletter {
  margin: 3.125rem 0;
  counter-reset: step; }

.eNewsletter_step {
  position: relative;
  border-left: 2px solid #0096e6;
  margin-left: 0.9375rem;
  padding-left: 1.5625rem;
  counter-increment: step; }
.eNewsletter_step:before {
  display: block;
  position: absolute;
  right: 100%;
  margin-right: -14px;
  height: 1.875rem;
  width: 1.875rem;
  line-height: 1.875rem;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  background-color: #0096e6;
  font-size: 1.125rem;
  content: counter(step); }
.eNewsletter_step:first-child .eNewsletter_step_title {
  margin-bottom: 1.875rem; }
.eNewsletter_step:last-child {
  border-left-color: transparent; }

.eNewsletter_step_title {
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-bottom: 0.9375rem; }

.eNewsletter_category {
  padding-bottom: 1.375rem; }

.eNewsletter_category_title {
  font-size: 0.875rem;
  background-color: #f5f5f5;
  padding: 0.625rem 0.625rem; }

.eNewsletter_category_item {
  display: flex;
  flex-direction: row;
  padding: 0.9375rem;
  cursor: pointer; }
.eNewsletter_category_item + .eNewsletter_category_item {
  border-top: 1px solid #c8c8c8; }
.eNewsletter_category_item:hover {
  background-color: #f5f5f5;
  transition: all .3s; }

.eNewsletter_category_item_icon {
  position: relative;
  width: 52px;
  margin-right: 1.25rem;
  background-image: url("../../bundles/webactufront/img/enewsletter-icon-back.png") !important; }
.eNewsletter_category_item_icon .paper-sheet {
  position: absolute;
  left: 7px;
  top: 9px;
  display: block;
  width: 2.375rem;
  height: 1.75rem;
  background: #43add2;
  box-shadow: 0px -8px 12px -3px rgba(0, 0, 0, 0.15) inset; }
.eNewsletter_category_item_icon:after {
  content: "";
  display: block;
  width: 52px;
  height: 53px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../bundles/webactufront/img/enewsletter-icon-front.png") !important; }

.eNewsletter_category_item_content {
  flex-grow: 1; }

.eNewsletter_category_item_title {
  margin: 0;
  font-size: 1.25rem;
  display: block; }

.eNewsletter_category_desc {
  display: block;
  min-height: 1.875rem;
  padding: 0.3125rem 0;
  font-size: 0.875rem;
  color: #787878; }
.eNewsletter_category_desc p {
  margin: 0.5rem 0; }

.eNewsletter_category_example {
  color: #0096e6;
  font-size: 0.75rem; }
.eNewsletter_category_example .fa {
  font-size: 0.875rem; }
.eNewsletter_category_example:hover {
  text-decoration: underline; }

.eNewsletter_category_item_check {
  margin-right: 1.25rem;
  align-self: auto; }
.eNewsletter_category_item_check [type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.1875rem; }

.eNewsletter_mentions {
  line-height: 0.9375rem;
  margin-bottom: 0.3125rem; }
.eNewsletter_mentions label {
  font-size: 0.75rem;
  color: #8b8b8b; }

.eNewsletter_formEmail {
  margin-top: 0.9375rem;
  width: 100%; }
.eNewsletter_formEmail .gdsBtn {
  height: 2.1875rem; }

.eNewsletter_formEmail_input {
  float: left;
  width: 45%;
  margin-right: 0.625rem; }
.eNewsletter_formEmail_input input {
  width: 100%;
  height: 2.1875rem;
  line-height: 2.1875rem; }

.eNewsletter_legal {
  font-size: 0.625rem;
  line-height: 1em;
  color: #787878; }

.eNewsletter_widget_pic {
  display: inline-block;
  margin-top: 0.9375rem; }

.eNewsletter_widget_message {
  display: inline-block;
  width: 75%;
  font-size: 1rem;
  color: #000; }

.eNewsletter_widget_label {
  display: inline-block;
  width: 66%;
  font-size: 0.75rem;
  color: #787878;
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: 1px solid #c8c8c8; }

.gdsUpdateBlock {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  background-color: #f5f5f5;
  padding: 15px 20px 20px 20px;
  border: 1px solid #dcdcdc;
  width: 100%;
  margin-bottom: 30px; }
.gdsUpdateBlock.has-topBorder {
  background-color: #fff;
  border: 0;
  border-top: 5px solid #070707;
  padding: 0px 0px 20px 0px; }
.gdsUpdateBlock.has-topBorder .gdsUpdateBlock_title {
  padding: 11px 10px;
  border-bottom: 1px solid #dcdcdc; }
.gdsUpdateBlock.has-topBorder .gdsUpdateBlock_content {
  margin: 20px 20px 20px 20px;
  padding-top: 0; }
.gdsUpdateBlock.has-topBorder .gdsUpdate-list_item:last-child {
  margin-bottom: 0; }
.gdsUpdateBlock.has-topBorder .gdsUpdateBlock_action {
  padding-left: 20px;
  padding-right: 20px; }

.gdsUpdateBlock_title {
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 18px;
  color: #574541; }
.gdsUpdateBlock_title .fa {
  margin-right: 10px; }

.gdsUpdateBlock_title_lk {
  float: right;
  font-size: 14px;
  color: #0c0c6e; }
.gdsUpdateBlock_title_lk:hover {
  color: #0c0c6e;
  text-decoration: underline; }

.gdsUpdateBlock_content {
  padding: 20px 0;
  height: 190px;
  overflow-y: scroll; }

.gdsUpdate-list {
  width: 100%; }
.gdsUpdate-list.is-full-page {
  margin-top: 40px; }

.gdsUpdate-list_item {
  width: 100%;
  position: relative;
  margin-bottom: 15px; }

.gdsUpdate-list_date {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 11px;
  line-height: 12px;
  padding: 5px;
  color: #fff;
  background-color: #787878;
  max-width: 95px; }

.gdsUpdate-list_content {
  padding-left: 100px; }

.gdsUpdate-list_title a {
  color: #0c0c6e; }

.gdsUpdate-list_desc {
  font-size: 12px;
  line-height: 16px; }

.gdsUpdateBlock_action {
  border-top: 1px solid #dcdcdc;
  padding-top: 20px; }

.gdsWidget {
  display: block;
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px; }
.gdsWidget.has-centered-txt {
  text-align: center; }
.gdsWidget.has-darkBg {
  background-color: #f5f5f5; }
.gdsWidget.has-darkBg.has-arrowTop::after {
  border-bottom-color: #f5f5f5; }
.gdsWidget.has-corners {
  border-radius: 2px; }
.gdsWidget.has-corners::before {
  display: none; }
.gdsWidget.is-form .form-field {
  display: block;
  margin-bottom: 1.25rem; }
.gdsWidget.is-form .form-field label {
  display: block; }
.gdsWidget.is-form [type=text], .gdsWidget.is-form .widget-form_input-txt, .gdsWidget.is-form select {
  width: 18.75rem;
  font-size: 1rem;
  padding: 0.625rem;
  height: 2.5rem;
  line-height: 2.5rem;
  max-width: 100%; }
.gdsWidget.is-form select {
  line-height: 1.25rem; }
.gdsWidget.is-form .widget-form_radio-q {
  display: inline-block;
  width: 9.375rem;
  line-height: 2.5rem; }
.gdsWidget.is-form .widget-form_radio-r {
  display: inline-block;
  width: 9.375rem;
  line-height: 2.5rem; }
.gdsWidget.is-form .widget-form_radio-r label {
  display: inline;
  margin-right: 0.3125rem;
  margin-left: 0.9375rem; }
.gdsWidget.is-form .widget-form_validation {
  font-weight: bold; }
.gdsWidget.is-form .widget-form_validation .fa-close {
  color: #c8283d; }
.gdsWidget.is-form .widget-form_validation .fa-check {
  color: #72BB6F; }
.gdsWidget.is-newsletter {
  margin-top: 200px;
  border-top: 0;
  position: relative; }
.gdsWidget.is-newsletter form {
  display: table;
  width: 100%; }
.gdsWidget.is-newsletter form > * {
  display: table-row; }
.gdsWidget.is-newsletter form > * > * {
  display: table-cell;
  vertical-align: middle; }
.gdsWidget.is-newsletter form > * > *:first-child {
  width: 100%;
  padding-right: 10px; }
.gdsWidget.is-newsletter::before {
  content: '';
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 100%;
  height: 160px;
  background-image: url(../../bundles/webactufront/img/newsletter.png); }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .gdsWidget.is-newsletter::before {
    background-image: url(../../bundles/webactufront/img/newsletter@2x.png);
    background-size: 1000px 160px; } }
.gdsWidget.is-newsletter .gdsWidget_title {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 100%;
  font-size: 36px; }
.gdsWidget.is-newsletter p {
  font-size: 12px; }
.gdsWidget.is-newsletter label {
  display: block; }
.gdsWidget.is-newsletter input {
  width: 100%;
  height: 33px;
  line-height: 33px;
  font-style: italic;
  border: 1px solid #ccc; }
.gdsWidget.is-newsletter button {
  float: right; }
.gdsWidget.is-premium-actu .gdsWidget_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  color: initial;
  font-size: 28px;
  background: #fffa34; }
.gdsWidget.is-premium-actu .gdsWidget_title .gdsWidget_premium_actu_img {
  height: 60px;
  margin-bottom: 5px; }
.gdsWidget.is-premium-actu .gdsWidget_content .gdsWidget_content_title {
  padding: 25px 0 0; }
.gdsWidget.is-premium-actu .gdsWidget_content p {
  margin-top: 1rem;
  margin-bottom: 1rem; }
.gdsWidget.is-premium-actu .gdsWidget_content ul {
  padding-left: 30px; }
.gdsWidget.is-premium-actu .gdsWidget_content ul li {
  padding-bottom: 5px; }
.gdsWidget.is-premium-actu .gdsWidget_content ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  color: #000; }
.gdsWidget.is-premium-actu .gdsWidget_try_btn {
  display: flex;
  justify-content: center;
  padding-top: 20px; }
.gdsWidget.is-premium-actu .gdsWidget_try_btn .gdsBtn {
  background-color: #eb5936;
  border-bottom: 3px solid #c13513; }
.gdsWidget.is-premium-actu .gdsWidget_try_btn .gdsBtn:hover, .gdsWidget.is-premium-actu .gdsWidget_try_btn .gdsBtn:focus {
  background-color: #c13513; }
.gdsWidget.is-compact .gdsWidget_title {
  padding-bottom: 0;
  font-size: 14px; }
.gdsWidget.is-compact .gdsWidget_content > *:first-child {
  margin-top: 0; }
.gdsWidget.is-compact .gdsWidget_content > *:last-child {
  margin-bottom: 0; }
.gdsWidget.has-noBorder {
  border: 0; }
.gdsWidget.has-noTitle {
  padding-top: 20px; }
.gdsWidget.has-arrowTop {
  position: relative; }
.gdsWidget.has-arrowTop::before, .gdsWidget.has-arrowTop::after {
  content: '';
  position: absolute;
  left: 90px;
  bottom: 100%;
  border: 10px solid transparent;
  border-bottom-color: #dcdcdc; }
.gdsWidget.has-arrowTop::after {
  margin-bottom: -1px; }
.gdsWidget.has-noPadding {
  padding: 0; }
.gdsWidget.has-altColorBtn .gdsWidget_btn {
  background-color: #f36523;
  border-color: #b54c1d; }
.gdsWidget.has-altColorBtn .gdsWidget_btn:hover {
  background-color: #b54c1d; }
.gdsWidget.has-reversedBtn .gdsWidget_btn {
  background-color: #fff;
  border: 2px solid #dbdbdb;
  color: #0d9de3;
  padding: 8px 20px;
  -moz-box-shadow: 0px 3px 0px 0px whitesmoke;
  -webkit-box-shadow: 0px 3px 0px 0px whitesmoke;
  box-shadow: 0px 3px 0px 0px whitesmoke; }
.gdsWidget.has-reversedBtn .gdsWidget_btn:hover {
  background-color: #0d9de3;
  color: #fff; }
.gdsWidget.has-darkTitle {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-color: #787878; }
.gdsWidget.has-darkTitle .gdsWidget_title {
  background-color: #787878;
  margin-bottom: 20px; }
.gdsWidget.has-darkTitle .gdsWidget_title, .gdsWidget.has-darkTitle .gdsWidget_title .gds-icon, .gdsWidget.has-darkTitle .gdsWidget_title .fa {
  color: #fff; }
.gdsWidget.has-darkTitle .gdsWidget_btn {
  background-color: #f36523;
  border-color: #b54c1d; }
.gdsWidget.has-darkTitle .gdsWidget_btn:hover {
  background-color: #b54c1d; }
.gdsWidget.has-sideImg .gdsWidget_content, .gdsWidget.has-sideImg .gdsWidget_action {
  width: 70%;
  float: right;
  padding-left: 10px; }
.gdsWidget.has-sideImg .gdsWidget_content {
  padding-top: 0; }
.gdsWidget.has-sideImg .gdsWidget_action {
  text-align: left; }
.gdsWidget.has-sideImg img {
  max-width: 100%;
  height: auto; }
.gdsWidget.has-topBorder {
  border: 0;
  border-top: 5px solid #070707; }
.gdsWidget.has-topBorder .gdsWidget_title {
  padding: 11px 10px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20px; }
.gdsWidget.is-sticky {
  width: 315px;
  position: fixed;
  left: 50%;
  bottom: 3%;
  margin-left: -157px;
  -moz-box-shadow: 0px 12px 21.7px 13.3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 12px 21.7px 13.3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 21.7px 13.3px rgba(0, 0, 0, 0.1); }
.gdsWidget.is-sticky.is-hidden {
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: transform 0.5s, visibility 0.5s;
  visibility: hidden; }
.gdsWidget.is-sticky.is-visible {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: transform 0.5s, visibility 0.5s;
  visibility: visible; }

.gdsWidget_title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  color: #574541;
  padding: 20px;
  margin: 0; }
.gdsWidget_title .gds-icon, .gdsWidget_title .fa {
  margin-right: 4px; }

.gdsWidget_heading {
  width: 100%;
  padding: 15px 20px 10px 20px;
  padding-top: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #574541; }

.gdsWidget_premium {
  display: inline-block;
  padding: 0.1875rem 0.5rem;
  background: #fffa34;
  margin: 0 0 10px 10px; }
.gdsWidget_premium > div {
  display: flex;
  align-items: center;
  font-size: initial;
  font-weight: bolder;
  line-height: initial; }
.gdsWidget_premium > div .gdsWidget_premium_img {
  height: 22.5px !important;
  margin-right: 0.3125rem; }

.gdsWidget_content {
  padding: 15px 20px 20px 20px;
  padding-bottom: 0;
  padding-top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.gdsWidget_content ul {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  padding-left: 10px; }
.gdsWidget_content ul li {
  list-style-type: none;
  position: relative; }
.gdsWidget_content ul li:before {
  content: "\002022";
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 5px; }
.gdsWidget_content ul li a {
  color: #0c0c6e; }
.gdsWidget_content ol {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  padding-left: 10px; }
.gdsWidget_content ol a {
  color: #0c0c6e; }
.gdsWidget_content ol li {
  margin-bottom: 5px; }
.gdsWidget_content h2 {
  margin-top: 0; }
.gdsWidget_content .gdsWidget_content_title {
  width: 100%;
  padding: 20px 0;
  text-align: center; }

.gdsWidget_action {
  margin-top: 20px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.gdsWidget_action.has-border {
  border-top: 1px solid #dcdcdc;
  padding-top: 20px; }
.gdsWidget_action.has-3col {
  padding: 20px 20px 0 20px; }

.gdsWidget_action_wpr {
  display: table;
  float: left;
  width: 100%;
  table-layout: fixed; }

.gdsWidget_action_icon {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  width: 55px;
  text-align: left;
  padding-left: 10px;
  font-size: 25px;
  color: #574541; }

.gdsWidget_action_content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  width: 270px;
  line-height: 18px;
  text-align: left; }

.gdsWidget_action_btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  text-align: right; }

.gdsWidget_btn {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  background-color: #0096e6;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-bottom: 3px solid #0076b4;
  color: #fff;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 7px; }
.gdsWidget_btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0076b4; }

.gdsWidget_img {
  float: left;
  width: 30%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px; }
.gdsWidget_img img {
  display: block; }

.gdsWidget_close {
  background-color: #f36523;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  text-align: center;
  display: inline-block;
  line-height: 27px;
  color: #fff;
  line-height: 25px;
  position: absolute;
  right: -12px;
  top: -12px; }
.gdsWidget_close i {
  line-height: 24px; }
.gdsWidget_close:hover {
  cursor: pointer; }

.gdsWidget_label {
  font-weight: bold;
  margin: 5px 0;
  display: inline-block; }

.gdsWidget_form-alert {
  font-weight: bold;
  display: block;
  width: 100%;
  font-size: 0.875rem;
  margin: 0.625rem 0; }
.gdsWidget_form-alert .fa {
  margin-right: 0.3125rem; }
.gdsWidget_form-alert .fa-close {
  color: #c8283d; }
.gdsWidget_form-alert .fa-check {
  color: #72BB6F; }

.gdsAuthor_full {
  width: 100%;
  float: left;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #ccc; }

.gdsAuthor_name {
  font-size: 2.25rem; }

.gdsAuthor_content {
  width: 100%; }

.gdsAuthor_aside {
  float: left;
  width: 21%;
  box-sizing: border-box; }
@media (max-width: 640px) {
  .gdsAuthor_aside {
    width: 40%; } }

.gdsAuthor_aside_pic {
  margin-bottom: 0.625rem;
  width: 100%;
  height: auto; }

.gdsAuthor_aside_social, .tissot .gdsAuthor_aside_social {
  width: 100%;
  margin: 0; }

.gdsAuthor_aside_social_item {
  list-style-type: none;
  display: inline-block; }
.gdsAuthor_aside_social_item + .gdsAuthor_aside_social_item {
  margin-top: 0.625rem; }

.gdsAuthor_desc {
  float: left;
  width: 79%;
  box-sizing: border-box;
  padding-left: 1.5625rem;
  font-size: 16px; }
@media (max-width: 640px) {
  .gdsAuthor_desc {
    width: 60%; } }

.gdsAuthor_desc_title {
  font-weight: bold;
  margin-top: 0; }

.gdsAuthor_list, .tissot .gdsAuthor_list {
  margin-top: 0;
  font-size: 1.875rem; }

.gdsBlock-search {
  width: 100%;
  float: left;
  margin-bottom: 50px; }

.gdsBlock-search_title {
  text-align: center;
  width: 100%;
  margin-bottom: 30px; }

.gdsBlock-search_wrapper {
  width: 575px;
  padding: 0;
  margin: auto; }

.gdsBlock-search_row {
  float: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%; }

.gdsBlock-search_input {
  float: left;
  width: 515px;
  height: 35px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #787878;
  font-size: 16px; }

.gdsBlock-search_submit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 35px;
  display: inline-block;
  margin-left: 10px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  white-space: nowrap;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px; }

.gdsBlock-search_filters {
  text-align: left;
  width: 100%; }
.gdsBlock-search_filters ul {
  margin: 0;
  padding: 0; }

.gdsBlock-search_filters_item {
  list-style-type: none;
  display: inline-block;
  font-size: 12px;
  line-height: 15px; }
.gdsBlock-search_filters_item + .gdsBlock-search_filters_item {
  margin-left: 10px; }
.gdsBlock-search_filters_item label {
  margin-left: 5px; }
.gdsBlock-search_filters_item i {
  margin-left: 2px;
  color: #787878; }
.gdsBlock-search_filters_item .gdsBlock-search_filters_link {
  text-decoration: underline;
  color: #0c0c6e; }

.gdsBlocks.has-3col .gdsBlock {
  width: 30%; }
.gdsBlocks.has-3col .gdsBlock + .gdsBlock {
  margin-left: 5%; }
.gdsBlocks.has-bottomMargin {
  margin-bottom: 30px;
  float: left; }

.gdsBlock {
  float: left;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.gdsBlock.has-bigParagraph .gdsBlock_content {
  font-size: 16px; }
.gdsBlock.has-sideImg .gdsBlock_content_img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 23%; }
.gdsBlock.has-sideImg .gdsBlock_content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 25px;
  width: 77%; }

.gdsBlock_title {
  width: 100%;
  margin-bottom: 20px; }

.gdsBlock_content_action {
  margin-top: 25px; }

.gdsFeaturedBlock-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 30px; }

.gdsFeaturedBlock {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  background-color: #f5f5f5;
  padding: 15px 20px 20px 20px;
  border: 1px solid #dcdcdc;
  width: 47%; }
.gdsFeaturedBlock + .gdsFeaturedBlock {
  margin-left: 5%; }

.gdsFeaturedBlock_title {
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 18px;
  color: #574541; }

.gdsFeaturedBlock_content {
  text-align: left;
  padding-top: 25px;
  padding-bottom: 25px; }

.gdsDropdown {
  display: none;
  line-height: 1.5em;
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  padding: 17px 17px 15px 17px;
  z-index: 100;
  -moz-box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.25);
  background-color: #FFF; }
.gdsDropdown.is-visible {
  display: block; }

.gdsDropdown_title {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  color: #787878; }

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

.gdsDropdown_list.gdsDropdown_list {
  margin-top: 0.3125rem; }

.gdsDropdown_list_item, .gdsDropdown_list_item a {
  font-size: 13px;
  color: #787878; }

.gdsDropdown_list_lk.gdsDropdown_list_lk:hover, .gdsDropdown_list_lk.gdsDropdown_list_lk:focus {
  text-decoration: underline; }

.gdsDropdown_row {
  float: left;
  width: 100%;
  color: #787878;
  line-height: 1.5em;
  font-size: 13px;
  margin-bottom: 15px; }
.gdsDropdown_row img {
  float: left;
  margin-right: 10px; }
.gdsDropdown_row p {
  float: left;
  width: 165px;
  margin: 0;
  padding: 0; }

.gdsFilters {
  margin-bottom: 1.25rem; }
.gdsFilters .help-block {
  color: #b14243; }

.gdsFilters_actions {
  clear: both;
  padding-top: 1.25rem;
  text-align: center; }

.gdsFilters_label {
  font-size: 1rem; }

.gdsFilters_links_item {
  list-style-type: none; }
.gdsFilters_links_item:before {
  display: none; }
.gdsFilters_links_item label:hover {
  text-decoration: black underline;
  cursor: pointer; }

.gdsFilters_links-more {
  margin-top: 0 !important; }

.gdsFilters_customDate {
  width: 100%;
  margin-top: 0.625rem;
  padding-left: 0.625rem; }

.gdsFilters_customDate_title {
  margin-bottom: 0.3125rem;
  display: inline-block; }

.gdsFilters_customDate_row {
  margin-bottom: 0.3125rem;
  line-height: 33px;
  float: left;
  width: 100%; }
.gdsFilters_customDate_row.has-action {
  text-align: center; }

.gdsFilters_customDate_label {
  font-size: 0.75rem;
  display: inline-block;
  width: 29%;
  box-sizing: border-box;
  float: left;
  height: 33px; }

.gdsFilters_customDate_input {
  display: inline-block;
  width: 71%;
  height: 33px;
  float: left; }

.gdsFilters_collapsed {
  max-height: 12em;
  overflow: hidden;
  position: relative; }
.gdsFilters_collapsed .gdsFilters_collapse_action {
  display: inline; }
.gdsFilters_collapsed .gdsFilters_uncollapse_action {
  display: none; }
.gdsFilters_collapsed .gdsFilters_collapse_action_container {
  position: absolute;
  bottom: 0;
  box-shadow: white 0px -3px 4px 0px; }

.gdsFilters_collapse_action_container {
  background: white;
  width: 100%;
  padding: 4px;
  text-align: center;
  cursor: pointer; }

.gdsFilters_collapse_action {
  display: none; }

.gdsIndex-alphabet {
  float: left;
  width: 100%;
  margin-bottom: 20px; }

.gdsIndex-alphabet_letter {
  list-style-type: none;
  text-transform: uppercase;
  display: inline-block;
  width: 20px; }
.gdsIndex-alphabet_letter a {
  display: block;
  text-align: center;
  width: 20px;
  padding: 4px 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #f5f5f5;
  line-height: 1em;
  color: #0096e6;
  font-size: 14px; }
.gdsIndex-alphabet_letter.is-selected a, .gdsIndex-alphabet_letter:hover a {
  background-color: #0096e6;
  color: #fff;
  text-decoration: none; }

.gdsIndex_content {
  width: 100%;
  float: left;
  margin-bottom: 20px; }

.gdsIndex_item {
  float: left;
  width: 100%;
  display: table;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.gdsIndex_item:nth-child(even) {
  background-color: #f5f5f5; }

.gdsIndex_checkbox {
  display: table-cell;
  width: 20px;
  padding-right: 10px; }

.gdsIndex_cat {
  display: table-cell;
  width: 150px; }

.gdsIndex_title {
  display: table-cell; }

.gdsIndex_lk {
  color: #0c0c6e; }
.gdsIndex_lk:hover {
  color: #0c0c6e; }

.gdsLightbox {
  display: none;
  background: #fff;
  width: 700px;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
@media (max-width: 768px) {
  .gdsLightbox {
    width: 80%; } }
.gdsLightbox.has-defaultTemplate {
  padding: 30px; }
.gdsLightbox .b-close {
  position: absolute;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-color: #f26522;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  text-align: center;
  display: inline-block;
  line-height: 27px;
  line-height: 25px;
  color: #fff;
  top: -12px;
  right: -12px; }
.gdsLightbox .b-close i, .gdsLightbox .b-close .fa {
  line-height: 25px; }
.gdsLightbox .b-close:hover {
  cursor: pointer; }

.b-modal {
  background-color: rgba(0, 0, 0, 0.2) !important; }

.gdsLightbox_title {
  margin-bottom: 35px; }

.gdsLightbox_content {
  font-size: 14px; }

.gdsLightbox_action {
  margin-top: 25px; }

.gdsPageToolbox {
  width: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  margin-left: -70px;
  top: 0;
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
.gdsPageToolbox .btn {
  width: 40px;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  padding-top: 12px;
  line-height: 40px;
  font-size: 16px;
  transition: none; }
.tissot-aside .gdsPageToolbox .btn {
  padding-top: 0; }
.gdsPageToolbox.is-fixed {
  position: fixed;
  top: 5%;
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.gdsPageToolbox_list.gdsPageToolbox_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 40px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.gdsPageToolbox_item {
  margin-bottom: 7px; }
.gdsPageToolbox_item.has-separator {
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #dcdcdc; }

.gdsPagehead {
  background-color: #787878;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-right: 10px;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0; }
@media (max-width: 63.74em) {
  .gdsPagehead {
    display: none; } }

.gdsPagehead_nav.gdsPagehead_nav {
  float: left;
  padding: 0;
  margin: 0;
  line-height: 40px; }

.gdsPagehead_nav_item {
  display: inline-block;
  vertical-align: middle; }
.gdsPagehead_nav_item + .gdsPagehead_nav_item {
  margin-left: 0; }
.gdsPagehead_nav_item:first-child .gdsPagehead_nav_lk {
  -moz-border-radius: 3px 0 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 0; }

.gdsPagehead_nav_lk {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  display: block;
  padding: 0 10px;
  margin: 0;
  border: 0;
  background-color: transparent;
  vertical-align: middle; }
.gdsPagehead_nav_lk:hover, .gdsPagehead_nav_lk.is-active {
  text-decoration: none;
  color: #fff;
  background-color: #0096e6; }

.gdsPagehead_search {
  float: right;
  line-height: 40px;
  text-align: right; }
@media (min-width: 63.75em) {
  .gdsPagehead_search form {
    float: left;
    margin-left: 10px; } }

.gdsPagehead_search_input {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  padding: 0 13px;
  height: 30px;
  width: 100%;
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-style: italic; }
.gdsPagehead_search_input:-moz-placeholder {
  font-family: "Lato", Helvetica, Arial, "Trebuchet MS", sans-serif; }
.gdsPagehead_search_input::-moz-placeholder {
  font-family: "Lato", Helvetica, Arial, "Trebuchet MS", sans-serif; }
.gdsPagehead_search_input:-ms-input-placeholder {
  font-family: "Lato", Helvetica, Arial, "Trebuchet MS", sans-serif; }
.gdsPagehead_search_input::-webkit-input-placeholder {
  font-family: "Lato", Helvetica, Arial, "Trebuchet MS", sans-serif; }
@media (min-width: 63.75em) {
  .gdsPagehead_search_input {
    width: 280px; } }

.gdsPagehead_search_submit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 6px 3px 6px;
  margin-left: 10px;
  height: 30px;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 3px solid #b54c1d;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #f36523;
  color: #fff;
  font-size: 18px; }
.gdsPagehead_search_submit i {
  display: block;
  color: #fff; }
.gdsPagehead_search_submit:hover, .gdsPagehead_search_submit:focus {
  cursor: pointer;
  background-color: #b54c1d;
  text-decoration: none;
  color: #fff; }

.gdsPagination {
  float: left;
  width: 100%;
  text-align: center;
  padding: 40px 0;
  display: block;
  margin: auto;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.gdsPagination li {
  display: inline-block;
  list-style-type: none;
  line-height: 30px; }
.gdsPagination .fa {
  font-size: 1.125rem; }

.gdsPagination_next, .gdsPagination_previous {
  font-size: 14px; }
.gdsPagination_next, .gdsPagination_next a, .gdsPagination_previous, .gdsPagination_previous a {
  color: #0096e6; }
.gdsPagination_next.is-disabled, .gdsPagination_previous.is-disabled {
  color: #dcdcdc;
  visibility: hidden; }

.gdsPagination_previous {
  margin-right: 20px; }
.gdsPagination_previous i {
  margin-right: 5px; }
@media (max-width: 43.74em) {
  .gdsPagination_previous {
    position: absolute;
    left: 0;
    bottom: 50px; } }

.gdsPagination_next {
  margin-left: 20px; }
.gdsPagination_next i {
  margin-left: 5px; }
@media (max-width: 43.74em) {
  .gdsPagination_next {
    display: block !important;
    margin: 10px 0 !important;
    text-align: right; } }

.gdsPagination_item {
  width: 30px;
  height: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #787878;
  margin-bottom: 0.3125rem; }
.gdsPagination_item a {
  color: #0096e6;
  display: block; }
.gdsPagination_item + .gdsPagination_item {
  margin-left: 5px; }
@media (max-width: 43.74em) {
  .gdsPagination_item + .gdsPagination_item {
    margin-left: -2px; } }
.gdsPagination_item.is-current, .gdsPagination_item.is-current a {
  color: #fff;
  background-color: #787878; }
.gdsPagination_item.is-current:hover {
  background-color: #787878; }
.gdsPagination_item:hover {
  background-color: #0096e6; }
.gdsPagination_item:hover, .gdsPagination_item:hover a {
  color: #fff; }
.gdsPagination_item.has-ellipsis {
  border: 0;
  background-color: transparent;
  color: #0096e6; }
.gdsPagination_item.has-ellipsis:after {
  content: '\2026'; }
.gdsPagination_item.has-ellipsis:hover {
  background-color: transparent; }

.has-gdsPopover {
  position: relative;
  display: inline-block; }
.has-gdsPopover:hover {
  cursor: pointer; }
.has-gdsPopover.is-bottomPopover .gdsPopover {
  top: 100%;
  margin-top: 10px;
  left: 50%;
  margin-left: -175px; }
.has-gdsPopover.is-bottomPopover .gdsPopover:before {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  border-bottom-color: #787878;
  bottom: 100%;
  left: 50%;
  margin-left: -10px; }
.has-gdsPopover.is-topPopover .gdsPopover {
  bottom: 100%;
  margin-bottom: 10px;
  left: 50%;
  margin-left: -175px; }
.has-gdsPopover.is-topPopover .gdsPopover:before {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  border-top-color: #787878;
  top: 100%;
  left: 50%;
  margin-left: -10px; }
.has-gdsPopover.is-leftPopover .gdsPopover {
  right: 100%;
  margin-right: 10px;
  top: -10px; }
.has-gdsPopover.is-leftPopover .gdsPopover:before {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  border-left-color: #787878;
  top: 5px;
  left: 100%; }
.has-gdsPopover.is-rightPopover .gdsPopover {
  left: 100%;
  margin-left: 10px;
  top: -10px; }
.has-gdsPopover.is-rightPopover .gdsPopover:before {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  border-right-color: #787878;
  right: 100%;
  top: 5px; }

.gdsPopover {
  display: none;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-weight: normal;
  border: 1px solid #787878;
  width: 350px;
  position: absolute;
  z-index: 100;
  /*  left: 50%;
    margin-left: -255px;*/ }
.gdsPopover:before {
  content: "";
  position: absolute; }
.gdsPopover.is-visible {
  display: block; }

.gdsPopover_title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  background-color: #787878;
  color: #fff;
  text-align: center; }

.gdsPopover_content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  padding: 10px 30px;
  color: #505050;
  width: 100%;
  font-size: 14px;
  text-align: center;
  background-color: #fff; }

.gdsPricingTables {
  width: 100%;
  float: left;
  margin-bottom: 35px; }
.gdsPricingTables.is-smaller .gdsPricingTables_prices {
  min-height: 95px; }
.gdsPricingTables.is-smaller .gdsPricingTables_prices .price {
  font-size: 13px;
  line-height: 20px; }
.gdsPricingTables.is-smaller .gdsPricingTables_prices .amount, .gdsPricingTables.is-smaller .gdsPricingTables_prices .is-bigger, .gdsPricingTables.is-smaller .gdsPricingTables_prices.is-bigger {
  font-size: 20px; }
.gdsPricingTables.is-smaller .gdsPricingTables_prices .decimals {
  font-size: 16px; }
.gdsPricingTables.is-smaller .gdsPricingTables_prices .currency {
  font-size: 16px; }
.gdsPricingTables.is-smaller .gdsPricingTables_details {
  padding-left: 0;
  padding-right: 0; }
.gdsPricingTables.is-smaller .gdsBlock_content_action {
  width: 100%;
  margin-top: 25px;
  text-align: left; }
.gdsPricingTables.is-smaller .gdsBlock.has-sideImg .gdsBlock_content {
  width: 77%; }
.gdsPricingTables.is-smaller .gdsPricingTables_col_inner {
  min-height: 200px; }

.gdsPricingTables_row {
  width: 100%;
  float: left;
  display: table; }
.gdsPricingTables_row.has-topPadding {
  padding-top: 50px; }

.gdsPricingTables_col_inner {
  padding-top: 20px;
  padding-bottom: 65px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 260px; }

.gdsPricingTables_col {
  padding-top: 10px;
  padding-bottom: 10px;
  display: table-cell;
  position: relative;
  vertical-align: top;
  width: 25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center; }
.gdsPricingTables_col.is-recommended {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative; }
.gdsPricingTables_col.is-recommended .gdsPricingTables_col_inner {
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 30px;
  padding-bottom: 75px;
  z-index: 5; }
.gdsPricingTables_col.is-recommended .gdsPricingTables_action {
  bottom: 30px; }
.gdsPricingTables_col.is-blue .gdsPricingTables_col_inner {
  background-color: #0096e6;
  color: #fff; }
.gdsPricingTables_col.is-blue:hover .gdsPricingTables_col_inner {
  background-color: #008fdc; }
.gdsPricingTables_col.is-grey .gdsPricingTables_col_inner {
  background-color: #dcdcdc;
  color: #505050; }
.gdsPricingTables_col.is-grey:hover .gdsPricingTables_col_inner {
  background-color: #d7d7d7; }
.gdsPricingTables_col.is-lightGrey .gdsPricingTables_col_inner {
  background-color: #f0f0f0;
  color: #26a5e8; }
.gdsPricingTables_col.is-lightGrey:hover .gdsPricingTables_col_inner {
  background-color: #ebebeb; }
.gdsPricingTables_col.is-darkGrey .gdsPricingTables_col_inner {
  background-color: #787878;
  color: #fff; }
.gdsPricingTables_col.is-darkGrey:hover .gdsPricingTables_col_inner {
  background-color: #737373; }

.gdsPricingTables_icon {
  margin-bottom: 15px;
  min-height: 60px; }
.gdsPricingTables_icon img {
  display: inline-block; }

.gdsPricingTables_title {
  font-size: 18px;
  margin-bottom: 15px; }

.gdsPricingTables_desc {
  font-size: 14px;
  margin-bottom: 20px;
  min-height: 40px; }

.gdsPricingTables_prices {
  width: 100%;
  text-align: center;
  min-height: 80px; }
.gdsPricingTables_prices .price {
  font-size: 18px;
  line-height: 34px;
  width: 100%;
  display: inline-block; }
.gdsPricingTables_prices .amount, .gdsPricingTables_prices .is-bigger, .gdsPricingTables_prices.is-bigger {
  font-size: 26px; }

.gdsPricingTables_action {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0; }

.gdsPricingTables_details {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fff;
  float: left;
  width: 100%;
  margin-top: -10px; }
.gdsPricingTables_details .gdsBlock {
  width: 100%; }
.gdsPricingTables_details .gdsBlock.has-sideImg .gdsBlock_content_img {
  width: 90px; }
.gdsPricingTables_details .gdsBlock.has-sideImg .gdsBlock_content {
  width: 60%; }
.gdsPricingTables_details .gdsBlock_content_action {
  float: right;
  text-align: right;
  width: 30%; }
.gdsPricingTables_details .gdsBlock_content_action .btn {
  display: inline-block; }

.gdsTable thead, .gdsTable table thead, .gdsTable tbody th, .gdsTable table tbody th {
  color: #fff;
  background: #787878;
  border: 1px solid #787878;
  font-size: 14px; }

.gdsTable, .gdsTable table {
  float: left;
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0; }
.gdsTable thead, .gdsTable table thead {
  border: 1px solid #787878; }
.gdsTable thead th, .gdsTable table thead th {
  padding: 10px; }
.gdsTable thead td, .gdsTable table thead td {
  padding: 10px; }
.gdsTable tbody, .gdsTable table tbody {
  background-color: #fff;
  color: #000000;
  font-size: 12px;
  border: 1px solid #d1cccb; }
.gdsTable tbody th, .gdsTable table tbody th {
  padding: 10px; }
.gdsTable tbody td, .gdsTable table tbody td {
  padding: 20px 5px; }
.gdsTable tbody td + td, .gdsTable table tbody td + td {
  border-left: 1px solid #d1cccb; }

.has-gdsTooltip, .has-right-gdsTooltip, .has-left-gdsTooltip, .has-top-gdsTooltip, .has-bottom-gdsTooltip {
  position: relative;
  display: inline-block; }
.has-gdsTooltip .gdsTooltip, .has-right-gdsTooltip .gdsTooltip, .has-left-gdsTooltip .gdsTooltip, .has-top-gdsTooltip .gdsTooltip, .has-bottom-gdsTooltip .gdsTooltip {
  z-index: 100; }
.has-gdsTooltip .gdsTooltip_content, .has-right-gdsTooltip .gdsTooltip_content, .has-left-gdsTooltip .gdsTooltip_content, .has-top-gdsTooltip .gdsTooltip_content, .has-bottom-gdsTooltip .gdsTooltip_content {
  z-index: 100; }
.has-gdsTooltip:hover, .has-right-gdsTooltip:hover, .has-left-gdsTooltip:hover, .has-top-gdsTooltip:hover, .has-bottom-gdsTooltip:hover {
  z-index: 150; }
.has-gdsTooltip:hover .gdsTooltip, .has-right-gdsTooltip:hover .gdsTooltip, .has-left-gdsTooltip:hover .gdsTooltip, .has-top-gdsTooltip:hover .gdsTooltip, .has-bottom-gdsTooltip:hover .gdsTooltip {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }
.has-gdsTooltip a .gdsTooltip, .has-right-gdsTooltip a .gdsTooltip, .has-left-gdsTooltip a .gdsTooltip, .has-top-gdsTooltip a .gdsTooltip, .has-bottom-gdsTooltip a .gdsTooltip {
  display: none;
  min-width: 0;
  opacity: 1;
  visibility: visible;
  white-space: nowrap;
  margin-top: -20px; }
.has-gdsTooltip a:hover .gdsTooltip, .has-right-gdsTooltip a:hover .gdsTooltip, .has-left-gdsTooltip a:hover .gdsTooltip, .has-top-gdsTooltip a:hover .gdsTooltip, .has-bottom-gdsTooltip a:hover .gdsTooltip, .has-gdsTooltip a:focus .gdsTooltip, .has-right-gdsTooltip a:focus .gdsTooltip, .has-left-gdsTooltip a:focus .gdsTooltip, .has-top-gdsTooltip a:focus .gdsTooltip, .has-bottom-gdsTooltip a:focus .gdsTooltip {
  display: block; }

.has-gdsTooltip .gdsTooltip, .has-right-gdsTooltip .gdsTooltip {
  left: 100%;
  top: 50%;
  margin-top: -10px;
  text-align: left; }
.has-gdsTooltip .gdsTooltip_content, .has-right-gdsTooltip .gdsTooltip_content {
  margin-left: 8px; }
.has-gdsTooltip .gdsTooltip_content:before, .has-right-gdsTooltip .gdsTooltip_content:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-right-color: #505050;
  right: 100%; }

.has-left-gdsTooltip .gdsTooltip {
  right: 100%;
  top: 50%;
  margin-top: -10px;
  text-align: right; }
.has-left-gdsTooltip .gdsTooltip_content {
  margin-right: 8px; }
.has-left-gdsTooltip .gdsTooltip_content:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-left-color: #505050;
  left: 100%; }

.has-top-gdsTooltip .gdsTooltip {
  text-align: left;
  bottom: 100%;
  margin-left: -18px; }
.has-top-gdsTooltip .gdsTooltip_content {
  margin-bottom: 8px; }
.has-top-gdsTooltip .gdsTooltip_content:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-top-color: #505050;
  top: 100%; }

.has-bottom-gdsTooltip .gdsTooltip {
  text-align: left;
  top: 100%; }
.has-bottom-gdsTooltip .gdsTooltip_content {
  margin-top: 8px; }
.has-bottom-gdsTooltip .gdsTooltip_content:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-bottom-color: #505050;
  bottom: 100%; }

.gdsTooltip {
  position: absolute;
  background: transparent;
  display: inline-block;
  min-width: 600px;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.gdsTooltip_content {
  position: relative;
  background-color: #505050;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 4px 8px;
  line-height: 1em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.gdsSommaire_head {
  margin: 1.414em 0 0.5em; }
.gdsSommaire_head .gdsTitle-3, .gdsSommaire_head .gdsSommaire_backLink, .gdsSommaire_head .gdsSommaire_backLink {
  margin: 0; }
.gdsSommaire_head .gdsSommaire_backLink {
  font-size: 16px;
  line-height: 24px; }

.gdsSommaire_backLink {
  font-weight: normal;
  color: #0c0c6e; }

#cont_sommaire_off, #cont_sommaire_thematique, .gdsSommaire {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #dcdcdc;
  background-color: #f0f0f0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px; }
#cont_sommaire_off table, #cont_sommaire_off td, #cont_sommaire_thematique table, #cont_sommaire_thematique td, .gdsSommaire table, .gdsSommaire td {
  background-color: transparent !important;
  border: 0 !important;
  position: relative; }
#cont_sommaire_off a.sommaireOff, #cont_sommaire_off a.sommaire_thematique, #cont_sommaire_thematique a.sommaireOff, #cont_sommaire_thematique a.sommaire_thematique, .gdsSommaire a.sommaireOff, .gdsSommaire a.sommaire_thematique {
  font-size: 14px;
  color: #0c0c6e; }
#cont_sommaire_off a.sommaire_thematique_vide, #cont_sommaire_thematique a.sommaire_thematique_vide, .gdsSommaire a.sommaire_thematique_vide {
  font-size: 14px;
  color: #0c0c6e;
  font-style: italic; }
#cont_sommaire_off table[width="760"], #cont_sommaire_off td[width="730"], #cont_sommaire_thematique table[width="760"], #cont_sommaire_thematique td[width="730"], .gdsSommaire table[width="760"], .gdsSommaire td[width="730"] {
  width: 100% !important; }
#cont_sommaire_off img[src$="cadenas_ferme.gif"], #cont_sommaire_off img[src$="cadenas_ouvert.gif"], #cont_sommaire_thematique img[src$="cadenas_ferme.gif"], #cont_sommaire_thematique img[src$="cadenas_ouvert.gif"], .gdsSommaire img[src$="cadenas_ferme.gif"], .gdsSommaire img[src$="cadenas_ouvert.gif"] {
  margin-right: 0 !important; }
#cont_sommaire_off img[src$="picto_plus.gif"], #cont_sommaire_off img[src$="picto_moins.gif"], #cont_sommaire_off img[src$="dot.gif"], #cont_sommaire_thematique img[src$="picto_plus.gif"], #cont_sommaire_thematique img[src$="picto_moins.gif"], #cont_sommaire_thematique img[src$="dot.gif"], .gdsSommaire img[src$="picto_plus.gif"], .gdsSommaire img[src$="picto_moins.gif"], .gdsSommaire img[src$="dot.gif"] {
  margin-top: 0 !important;
  padding-left: 0 !important; }
#cont_sommaire_off a[href^="javascript:show"], #cont_sommaire_thematique a[href^="javascript:show"], .gdsSommaire a[href^="javascript:show"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 30px;
  height: 11px;
  overflow: hidden;
  text-align: right;
  position: absolute;
  left: -14px;
  top: 5px; }
#cont_sommaire_off a[href^="javascript:show"] img, #cont_sommaire_thematique a[href^="javascript:show"] img, .gdsSommaire a[href^="javascript:show"] img {
  display: inline-block;
  margin: 0 !important; }
#cont_sommaire_off table[id^=niv3_], #cont_sommaire_thematique table[id^=niv3_], .gdsSommaire table[id^=niv3_] {
  background-color: transparent !important; }
#cont_sommaire_off table[id^=niv3_] td, #cont_sommaire_off table[id^=niv3_] td a, #cont_sommaire_thematique table[id^=niv3_] td, #cont_sommaire_thematique table[id^=niv3_] td a, .gdsSommaire table[id^=niv3_] td, .gdsSommaire table[id^=niv3_] td a {
  background-color: transparent !important;
  color: #0c0c6e !important;
  font-size: 14px !important; }
#cont_sommaire_off .sommaireOff img[src$="picto-salaires2.gif"], #cont_sommaire_thematique .sommaireOff img[src$="picto-salaires2.gif"], .gdsSommaire .sommaireOff img[src$="picto-salaires2.gif"] {
  position: relative;
  top: -5px; }

.gdsAlertSubscribe_intro, p.gdsAlertSubscribe_intro {
  font-size: 16px; }

.gdsAlertSubscribe_action {
  width: 100%;
  text-align: center;
  margin-top: 25px; }

.gdsAlertSubscribe_imgHeader {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px; }

.gdsAlertSubscribe_form table {
  width: 100% !important;
  list-style: none;
  margin-bottom: 20px; }
.gdsAlertSubscribe_form table div[align="center"] table table {
  border: 0;
  margin-left: 0 !important;
  margin-bottom: 0; }
.gdsAlertSubscribe_form table table {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  border-top: 4px solid #000000;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px; }
.gdsAlertSubscribe_form table table td > table {
  border: 0;
  background-color: none; }
.gdsAlertSubscribe_form .gdsIndex-alphabet_letter-wrapper {
  float: left;
  width: 20px !important;
  margin-right: 5px; }
.gdsAlertSubscribe_form .gdsIndex-alphabet_letter img {
  display: none; }
.gdsAlertSubscribe_form img[src^="../Images/imagesv2/convention-collective/cadreliste"] {
  display: none; }
.gdsAlertSubscribe_form .hiddencol {
  display: none; }
.gdsAlertSubscribe_form tr.liste_cn_titres:nth-child(even) {
  background-color: #f5f5f5 !important; }
.gdsAlertSubscribe_form tr.liste_cn_titres td {
  border: 0;
  color: #0c0c6e;
  font-size: 14px; }
.gdsAlertSubscribe_form tr.liste_cn_titres td a {
  color: #0c0c6e; }
.gdsAlertSubscribe_form td.etape1 > table {
  padding: 0 20px !important; }

.zen-mode .tissot-header_top, .zen-mode .tissot-header_form, .zen-mode .tissot-header_mobile, .zen-mode .tissot-header_back, .zen-mode .tissot-header_search, .zen-mode .tissot-title-2, .zen-mode nav, .zen-mode .gdsPagehead, .zen-mode .gdsMsg, .zen-mode .tissot-title-1, .zen-mode .tissot-article_header.tissot-article_header.tissot-article_header > p:first-child, .zen-mode .tissot-sidebar, .zen-mode aside:not(.tissot-aside), .zen-mode .tissot-aside .gdsWidget, .zen-mode .tissot-aside .gdsPageToolbox_item, .zen-mode .tissot-contrib img {
  display: none; }

.zen-mode .tissot-container {
  width: 42.4rem; }
.zen-mode .tissot body {
  color: black !important; }
.zen-mode .tissot ul, .zen-mode .tissot p, .zen-mode .tissot table {
  margin-top: 1rem;
  margin-bottom: 1rem; }
.zen-mode .tissot-header_top_main {
  padding-top: 1rem; }
.zen-mode .tissot-article_header.tissot-article_header.tissot-article_header h1, .zen-mode .tissot-article_header.tissot-article_header.tissot-article_header h1 a, .zen-mode .tissot-article_header.tissot-article_header.tissot-article_header .tissot-article_header_title, .zen-mode .tissot-article_header.tissot-article_header.tissot-article_header .tissot-article_header_title a {
  color: black; }
.zen-mode .tissot-article_header {
  margin-left: 4.4rem; }
.zen-mode .tissot-main.has-compta-theme .tissot-article_header strong {
  color: black; }
.zen-mode .tissot-header_logo a {
  color: black; }
@media (max-width: 63.74em) {
  .zen-mode .tissot-header_logo span {
    display: inline-block; } }
@media (max-width: 63.74em) {
  .zen-mode .tissot-header_top_main {
    padding: 0; } }
.zen-mode .tissot-breadcrumb {
  padding: 1rem 1.875rem 1rem;
  margin: 0; }
@media (max-width: 63.74em) {
  .zen-mode .tissot-breadcrumb {
    display: block; } }
.zen-mode .tissot-breadcrumb ol {
  margin: 0; }
.zen-mode .tissot-article {
  position: relative; }
.zen-mode .gdsWidget_img img {
  display: block; }
.zen-mode .tissot-article_header.tissot-article_header.tissot-article_header {
  padding-top: 0; }
.zen-mode .tissot-aside {
  width: 4.4rem;
  position: static; }
.zen-mode .tissot-aside .gdsPageToolbox {
  position: absolute;
  top: 0; }
.zen-mode .tissot-aside .gdsPageToolbox.is-sticky-top {
  position: fixed; }
.zen-mode .tissot-aside .gdsPageToolbox_zen, .zen-mode .tissot-aside .gdsPageToolbox_print {
  display: inline-block; }
.zen-mode .tissot-aside .gdsPageToolbox.is-stickable.is-sticky-top {
  margin-right: 16.875rem; }
.zen-mode .tissot-contrib a:not([class]) {
  text-decoration: underline;
  color: black; }

.ETPhoneCodes-clear {
  clear: both; }

.ETPhoneCodes-col {
  float: left;
  margin: 0 10px 0 0; }

.ETPhoneCodes-alternative label, .ETPhoneCodes-label {
  display: block;
  padding: 0;
  margin: 0 0 5px; }

.ETPhoneCodes-alternative label {
  cursor: pointer; }

.etphonecodes-container {
  position: relative; }
.gdsWidget.is-form .etphonecodes-container [type="text"] {
  padding-left: 6.875rem; }

.etphonecodes-container .etphonecodes-hide {
  display: none; }

.etphonecodes-container .etphonecodes-flag-dropdown {
  cursor: pointer;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  display: flex;
  align-items: center;
  padding: 0 5px;
  width: 6.25rem;
  background-color: #f0f0f0;
  z-index: 1; }

.etphonecodes-container .etphonecodes-flag-dropdown .etphonecodes-selected-flag:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.etphonecodes-container .etphonecodes-flag-dropdown .etphonecodes-selected-flag .etphonecodes-down-arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  left: 10px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-top: 6px;
  float: left; }

.etphonecodes-container .etphonecodes-flag-dropdown .etphonecodes-countries-list {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  list-style: none;
  margin: 0;
  max-height: 250px;
  overflow-y: scroll;
  padding: 0;
  position: absolute;
  top: 29px;
  width: 330px;
  z-index: 99; }

.etphonecodes-container .etphonecodes-flag-dropdown .etphonecodes-countries-list > li:hover {
  background-color: #E6E6E6; }

.etphonecodes-container .etphonecodes-flag-dropdown .etphonecodes-countries-list .divider {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px; }

.etphonecodes-container .etphonecodes-flag-dropdown .etphonecodes-countries-list .country {
  line-height: 16px;
  padding: 4px 10px;
  font-size: 14px; }

.etphonecodes-container .etphonecodes-flag-dropdown .etphonecodes-countries-list .country .dial-code {
  color: #999; }

.etphonecodes-container .etphonecodes-flag-dropdown .etphonecodes-countries-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05); }

.etphonecodes-container .etphonecodes-flag-dropdown .etphonecodes-countries-list .flag {
  display: inline-block;
  vertical-align: bottom; }

.etphonecodes-container .etphonecodes-flag-dropdown .etphonecodes-countries-list .country-name, .etphonecodes-container .etphonecodes-flag-dropdown .etphonecodes-countries-list .flag {
  margin-right: 6px; }

.etphonecodes-container input {
  box-sizing: border-box;
  height: 30px;
  padding-left: 100px;
  position: relative;
  z-index: 0;
  border: 1px solid #ccc;
  border-radius: 2px; }

.etphonecodes-callcode, .etphonecodes-txtlabel {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  float: left;
  font-size: 14px;
  width: 40px; }

.etphonecodes-txtlabel {
  width: 198px !important; }

.etphonecodes-container .etphonecodes-search-zone {
  margin: 5px 10px;
  padding-left: 28px;
  background: url(../../bundles/webactufront/img/lens.png) 3px 5px no-repeat #f0f0f0;
  font-size: 14px;
  width: 93%; }

.etphonecodes-container .etphonecodes-suppr-search-zone {
  position: absolute;
  right: 0;
  margin-right: 25px;
  top: 12px;
  border: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

.etphonecodes-countries-list .hidden {
  display: none; }

.f16 .flag {
  background: url(../../bundles/webactufront/img/flags16.png) no-repeat transparent;
  height: 16px;
  width: 16px;
  display: inline-block;
  float: left;
  position: relative; }

.f16 ._African_Union {
  background-position: 0 -16px; }

.f16 ._Arab_League {
  background-position: 0 -32px; }

.f16 ._ASEAN {
  background-position: 0 -48px; }

.f16 ._CARICOM {
  background-position: 0 -64px; }

.f16 ._CIS {
  background-position: 0 -80px; }

.f16 ._Commonwealth {
  background-position: 0 -96px; }

.f16 ._England {
  background-position: 0 -112px; }

.f16 ._European_Union {
  background-position: 0 -128px; }

.f16 ._Islamic_Conference {
  background-position: 0 -144px; }

.f16 ._Kosovo {
  background-position: 0 -160px; }

.f16 ._NATO {
  background-position: 0 -176px; }

.f16 ._Northern_Cyprus {
  background-position: 0 -192px; }

.f16 ._Northern_Ireland {
  background-position: 0 -208px; }

.f16 ._Olimpic_Movement {
  background-position: 0 -224px; }

.f16 ._OPEC {
  background-position: 0 -240px; }

.f16 ._Red_Cross {
  background-position: 0 -256px; }

.f16 ._Scotland {
  background-position: 0 -272px; }

.f16 ._Somaliland {
  background-position: 0 -288px; }

.f16 ._Tibet {
  background-position: 0 -304px; }

.f16 ._United_Nations {
  background-position: 0 -320px; }

.f16 ._Wales {
  background-position: 0 -336px; }

.f16 .ad {
  background-position: 0 -352px; }

.f16 .ae {
  background-position: 0 -368px; }

.f16 .af {
  background-position: 0 -384px; }

.f16 .ag {
  background-position: 0 -400px; }

.f16 .ai {
  background-position: 0 -416px; }

.f16 .al {
  background-position: 0 -432px; }

.f16 .am {
  background-position: 0 -448px; }

.f16 .an {
  background-position: 0 -464px; }

.f16 .ao {
  background-position: 0 -480px; }

.f16 .aq {
  background-position: 0 -496px; }

.f16 .ar {
  background-position: 0 -512px; }

.f16 .as {
  background-position: 0 -528px; }

.f16 .at {
  background-position: 0 -544px; }

.f16 .au {
  background-position: 0 -560px; }

.f16 .aw {
  background-position: 0 -576px; }

.f16 .az {
  background-position: 0 -592px; }

.f16 .ba {
  background-position: 0 -608px; }

.f16 .bb {
  background-position: 0 -624px; }

.f16 .bd {
  background-position: 0 -640px; }

.f16 .be {
  background-position: 0 -656px; }

.f16 .bf {
  background-position: 0 -672px; }

.f16 .bg {
  background-position: 0 -688px; }

.f16 .bh {
  background-position: 0 -704px; }

.f16 .bi {
  background-position: 0 -720px; }

.f16 .bj {
  background-position: 0 -736px; }

.f16 .bm {
  background-position: 0 -752px; }

.f16 .bn {
  background-position: 0 -768px; }

.f16 .bo {
  background-position: 0 -784px; }

.f16 .br {
  background-position: 0 -800px; }

.f16 .bs {
  background-position: 0 -816px; }

.f16 .bt {
  background-position: 0 -832px; }

.f16 .bw {
  background-position: 0 -848px; }

.f16 .by {
  background-position: 0 -864px; }

.f16 .bz {
  background-position: 0 -880px; }

.f16 .ca {
  background-position: 0 -896px; }

.f16 .cg {
  background-position: 0 -912px; }

.f16 .cf {
  background-position: 0 -928px; }

.f16 .cd {
  background-position: 0 -944px; }

.f16 .ch {
  background-position: 0 -960px; }

.f16 .ci {
  background-position: 0 -976px; }

.f16 .ck {
  background-position: 0 -992px; }

.f16 .cl {
  background-position: 0 -1008px; }

.f16 .cm {
  background-position: 0 -1024px; }

.f16 .cn {
  background-position: 0 -1040px; }

.f16 .co {
  background-position: 0 -1056px; }

.f16 .cr {
  background-position: 0 -1072px; }

.f16 .cu {
  background-position: 0 -1088px; }

.f16 .cv {
  background-position: 0 -1104px; }

.f16 .cy {
  background-position: 0 -1120px; }

.f16 .cz {
  background-position: 0 -1136px; }

.f16 .de {
  background-position: 0 -1152px; }

.f16 .dj {
  background-position: 0 -1168px; }

.f16 .dk {
  background-position: 0 -1184px; }

.f16 .dm {
  background-position: 0 -1200px; }

.f16 .do {
  background-position: 0 -1216px; }

.f16 .dz {
  background-position: 0 -1232px; }

.f16 .ec {
  background-position: 0 -1248px; }

.f16 .ee {
  background-position: 0 -1264px; }

.f16 .eg {
  background-position: 0 -1280px; }

.f16 .eh {
  background-position: 0 -1296px; }

.f16 .er {
  background-position: 0 -1312px; }

.f16 .es {
  background-position: 0 -1328px; }

.f16 .et {
  background-position: 0 -1344px; }

.f16 .fi {
  background-position: 0 -1360px; }

.f16 .fj {
  background-position: 0 -1376px; }

.f16 .fm {
  background-position: 0 -1392px; }

.f16 .fo {
  background-position: 0 -1408px; }

.f16 .fr {
  background-position: 0 -1424px; }

.f16 .wf {
  background-position: 0 -1424px; }

.f16 .ga {
  background-position: 0 -1440px; }

.f16 .gb {
  background-position: 0 -1456px; }

.f16 .gd {
  background-position: 0 -1472px; }

.f16 .ge {
  background-position: 0 -1488px; }

.f16 .gg {
  background-position: 0 -1504px; }

.f16 .gh {
  background-position: 0 -1520px; }

.f16 .gi {
  background-position: 0 -1536px; }

.f16 .gl {
  background-position: 0 -1552px; }

.f16 .gm {
  background-position: 0 -1568px; }

.f16 .gn {
  background-position: 0 -1584px; }

.f16 .gp {
  background-position: 0 -1600px; }

.f16 .gq {
  background-position: 0 -1616px; }

.f16 .gr {
  background-position: 0 -1632px; }

.f16 .gt {
  background-position: 0 -1648px; }

.f16 .gu {
  background-position: 0 -1664px; }

.f16 .gw {
  background-position: 0 -1680px; }

.f16 .gf {
  background-position: 0 -1424px; }

.f16 .hk {
  background-position: 0 -1712px; }

.f16 .hn {
  background-position: 0 -1728px; }

.f16 .hr {
  background-position: 0 -1744px; }

.f16 .ht {
  background-position: 0 -1760px; }

.f16 .hu {
  background-position: 0 -1776px; }

.f16 .id, .f16 .mc {
  background-position: 0 -1792px; }

.f16 .ie {
  background-position: 0 -1808px; }

.f16 .il {
  background-position: 0 -1824px; }

.f16 .im {
  background-position: 0 -1840px; }

.f16 .in {
  background-position: 0 -1856px; }

.f16 .iq {
  background-position: 0 -1872px; }

.f16 .ir {
  background-position: 0 -1888px; }

.f16 .is {
  background-position: 0 -1904px; }

.f16 .it {
  background-position: 0 -1920px; }

.f16 .je {
  background-position: 0 -1936px; }

.f16 .jm {
  background-position: 0 -1952px; }

.f16 .jo {
  background-position: 0 -1968px; }

.f16 .jp {
  background-position: 0 -1984px; }

.f16 .ke {
  background-position: 0 -2000px; }

.f16 .kg {
  background-position: 0 -2016px; }

.f16 .kh {
  background-position: 0 -2032px; }

.f16 .ki {
  background-position: 0 -2048px; }

.f16 .km {
  background-position: 0 -2064px; }

.f16 .kn {
  background-position: 0 -2080px; }

.f16 .kp {
  background-position: 0 -2096px; }

.f16 .kr {
  background-position: 0 -2112px; }

.f16 .kw {
  background-position: 0 -2128px; }

.f16 .ky {
  background-position: 0 -2144px; }

.f16 .kz {
  background-position: 0 -2160px; }

.f16 .la {
  background-position: 0 -2176px; }

.f16 .lb {
  background-position: 0 -2192px; }

.f16 .lc {
  background-position: 0 -2208px; }

.f16 .li {
  background-position: 0 -2224px; }

.f16 .lk {
  background-position: 0 -2240px; }

.f16 .lr {
  background-position: 0 -2256px; }

.f16 .ls {
  background-position: 0 -2272px; }

.f16 .lt {
  background-position: 0 -2288px; }

.f16 .lu {
  background-position: 0 -2304px; }

.f16 .lv {
  background-position: 0 -2320px; }

.f16 .ly {
  background-position: 0 -2336px; }

.f16 .ma {
  background-position: 0 -2352px; }

.f16 .md {
  background-position: 0 -2368px; }

.f16 .me {
  background-position: 0 -2384px; }

.f16 .mg {
  background-position: 0 -2400px; }

.f16 .mh {
  background-position: 0 -2416px; }

.f16 .mk {
  background-position: 0 -2432px; }

.f16 .ml {
  background-position: 0 -2448px; }

.f16 .mm {
  background-position: 0 -2464px; }

.f16 .mn {
  background-position: 0 -2480px; }

.f16 .mo {
  background-position: 0 -2496px; }

.f16 .mq {
  background-position: 0 -2512px; }

.f16 .mr {
  background-position: 0 -2528px; }

.f16 .ms {
  background-position: 0 -2544px; }

.f16 .mt {
  background-position: 0 -2560px; }

.f16 .mu {
  background-position: 0 -2576px; }

.f16 .mv {
  background-position: 0 -2592px; }

.f16 .mw {
  background-position: 0 -2608px; }

.f16 .mx {
  background-position: 0 -2624px; }

.f16 .my {
  background-position: 0 -2640px; }

.f16 .mz {
  background-position: 0 -2656px; }

.f16 .na {
  background-position: 0 -2672px; }

.f16 .nc {
  background-position: 0 -2688px; }

.f16 .ne {
  background-position: 0 -2704px; }

.f16 .ng {
  background-position: 0 -2720px; }

.f16 .ni {
  background-position: 0 -2736px; }

.f16 .nl {
  background-position: 0 -2752px; }

.f16 .no {
  background-position: 0 -2768px; }

.f16 .np {
  background-position: 0 -2784px; }

.f16 .nr {
  background-position: 0 -2800px; }

.f16 .nz {
  background-position: 0 -2816px; }

.f16 .om {
  background-position: 0 -2832px; }

.f16 .pa {
  background-position: 0 -2848px; }

.f16 .pe {
  background-position: 0 -2864px; }

.f16 .pf {
  background-position: 0 -2880px; }

.f16 .pg {
  background-position: 0 -2896px; }

.f16 .ph {
  background-position: 0 -2912px; }

.f16 .pk {
  background-position: 0 -2928px; }

.f16 .pl {
  background-position: 0 -2944px; }

.f16 .pm {
  background-position: 0 -1424px; }

.f16 .pr {
  background-position: 0 -2960px; }

.f16 .ps {
  background-position: 0 -2976px; }

.f16 .pt {
  background-position: 0 -2992px; }

.f16 .pw {
  background-position: 0 -3008px; }

.f16 .py {
  background-position: 0 -3024px; }

.f16 .qa {
  background-position: 0 -3040px; }

.f16 .re {
  background-position: 0 -3056px; }

.f16 .ro {
  background-position: 0 -3072px; }

.f16 .rs {
  background-position: 0 -3088px; }

.f16 .ru {
  background-position: 0 -3104px; }

.f16 .rw {
  background-position: 0 -3120px; }

.f16 .sa {
  background-position: 0 -3136px; }

.f16 .sb {
  background-position: 0 -3152px; }

.f16 .sc {
  background-position: 0 -3168px; }

.f16 .sd {
  background-position: 0 -3184px; }

.f16 .se {
  background-position: 0 -3200px; }

.f16 .sg {
  background-position: 0 -3216px; }

.f16 .si {
  background-position: 0 -3232px; }

.f16 .sk {
  background-position: 0 -3248px; }

.f16 .sl {
  background-position: 0 -3264px; }

.f16 .sm {
  background-position: 0 -3280px; }

.f16 .sn {
  background-position: 0 -3296px; }

.f16 .so {
  background-position: 0 -3312px; }

.f16 .sr {
  background-position: 0 -3328px; }

.f16 .st {
  background-position: 0 -3344px; }

.f16 .sv {
  background-position: 0 -3360px; }

.f16 .sy {
  background-position: 0 -3376px; }

.f16 .sz {
  background-position: 0 -3392px; }

.f16 .tc {
  background-position: 0 -3408px; }

.f16 .td {
  background-position: 0 -3424px; }

.f16 .tg {
  background-position: 0 -3440px; }

.f16 .th {
  background-position: 0 -3456px; }

.f16 .tj {
  background-position: 0 -3472px; }

.f16 .tl {
  background-position: 0 -3488px; }

.f16 .tm {
  background-position: 0 -3504px; }

.f16 .tn {
  background-position: 0 -3520px; }

.f16 .to {
  background-position: 0 -3536px; }

.f16 .tr {
  background-position: 0 -3552px; }

.f16 .tt {
  background-position: 0 -3568px; }

.f16 .tv {
  background-position: 0 -3584px; }

.f16 .tw {
  background-position: 0 -3600px; }

.f16 .tz {
  background-position: 0 -3616px; }

.f16 .ua {
  background-position: 0 -3632px; }

.f16 .ug {
  background-position: 0 -3648px; }

.f16 .us {
  background-position: 0 -3664px; }

.f16 .uy {
  background-position: 0 -3680px; }

.f16 .uz {
  background-position: 0 -3696px; }

.f16 .va {
  background-position: 0 -3712px; }

.f16 .vc {
  background-position: 0 -3728px; }

.f16 .ve {
  background-position: 0 -3744px; }

.f16 .vg {
  background-position: 0 -3760px; }

.f16 .vi {
  background-position: 0 -3776px; }

.f16 .vn {
  background-position: 0 -3792px; }

.f16 .vu {
  background-position: 0 -3808px; }

.f16 .ws {
  background-position: 0 -3824px; }

.f16 .ye {
  background-position: 0 -3840px; }

.f16 .za {
  background-position: 0 -3856px; }

.f16 .yt {
  background-position: 0 -1424px; }

.f16 .zm {
  background-position: 0 -3872px; }

.f16 .zw {
  background-position: 0 -3888px; }
