@charset "UTF-8";
/* ==========================================================================
   FILES
   ========================================================================== */
/**
 * @desc         Configuration LESS & import de fichiers
 * @name         config.less
 * @author       KB, MM
 */
/* ==========================================================================
   VARIABLES
   ========================================================================== */
/* ==========================================================================
   TABLE
   ========================================================================== */
/* ==========================================================================
   BTN
   ========================================================================== */
/* ==========================================================================
   INPUT
   ========================================================================== */
/* ==========================================================================
   LIST ITEM
   ========================================================================== */
/* ==========================================================================
   FONTS
   ========================================================================== */
/* ==========================================================================
   NOTICE
   ========================================================================== */
/* ==========================================================================
   LABEL
   ========================================================================== */
/* ==========================================================================
   TABS
   ========================================================================== */
/* ==========================================================================
   HEADER
   ========================================================================== */
/* ==========================================================================
   SUBMENU
   ========================================================================== */
/* ==========================================================================
   TOGGLEMENU
   ========================================================================== */
/* ==========================================================================
   DEBUG
   ========================================================================== */
/* ==========================================================================
   PATHS
   ========================================================================== */
/**
 * Styleguide Mixins
 * @desc      Fonctions LESS
 * @name      mixins.less
 * @author    KB, MM
 */
/*
Cacher le texte de son conteneur

Styleguide Mixins - 10. Cacher le texte
*/
/* ==========================================================================
   VISIBILITY
   ========================================================================== */
/*
 * Only display content to screen readers
 */
/*
 * Use in conjunction with .sr-only to only display content when it's focused.
 */
/*
Dégradé vertical

@start-color              - Couleur de départ (default = #555)
@end-color                - Couleur de fin (default = #333) : couleur également utilisée en fallback
@start-percent            - Niveau de départ de la couleur top en pourcentage (default = 0%)
@end-percent              - Niveau de fin de la couleur bottom en pourcentage (default = 100%)

Styleguide Mixins - 70. Dégradé vertical
*/
/*
Dégradé horizontal

@start-color              - Couleur de départ (default = #555)
@end-color                - Couleur de fin (default = #333) : couleur également utilisée en fallback
@start-percent            - Niveau de départ de la couleur top en pourcentage (default = 0%)
@end-percent              - Niveau de fin de la couleur bottom en pourcentage (default = 100%)

Styleguide Mixins - 80. Dégradé horizontal
*/
/*
Dégradé radial

@start-color              - Couleur de départ
@end-color                - Couleur de fin : couleur également utilisée en fallback

Styleguide Mixins - 90. Dégradé radial
*/
/*
Filter

@type        - Type de filtre (greyscale, blur, sepia, contrast, etc)
@value       - Pourcentage d'opacité du filtre (defaut = 100%)

Styleguide Mixins - 110. Filter
 */
/*
Font

@name        - Nom de la font : primary, secondary
@weight      - light, normal, bold

Styleguide Mixins - 120. Font
 */
/*
Font size

@require @base-fontsize
@size (int) - Taille du texte référence (pixel) sans unité

Styleguide Mixins - 125. Pixel to em
 */
/*
clearfix

Styleguide Mixins - 130. Clearfix
 */
/*
column-wrapper

@gutter - Largeur entre chaque colonne

Styleguide Mixins - 140. Mixins de grille
 */
/*
column-item

@float - Valeur du float

Styleguide Mixins - 141. Mixins de grille
 */
/*
column-screen pour tous les écrans

@columns - Nombre de colonne
@gutter-left - Marge intérieur à gauche
@gutter-right - Marge intérieur à droite
@margin-bottom - Marge externe basse
@is-list-item - Indique s'il s'agit d'un élément de liste ou indépendant, forçant ou non un retour à la ligne en CSS

Styleguide Mixins - 142. Mixins de grille
 */
/*
column-tablet

@columns - Nombre de colonne
@gutter-left - Marge intérieur à gauche
@gutter-right - Marge intérieur à droite
@margin-bottom - Marge externe basse

Styleguide Mixins - 143. Mixins de grille
 */
/*
column-smartphone

@columns - Nombre de colonne
@gutter-left - Marge intérieur à gauche
@gutter-right - Marge intérieur à droite
@margin-bottom - Marge externe basse

Styleguide Mixins - 144. Mixins de grille
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
sub,
sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
  font-size: 75%;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@-webkit-keyframes sliderAnimation {
  0% {
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
  }
}
@keyframes sliderAnimation {
  0% {
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
  }
}
/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
  font-family: vinci_sanslight;
  src: url("/wp-content/themes/nuviatech/dist/fonts/vinci_sans_light.woff2") format("woff2"), url("/wp-content/themes/nuviatech/dist/fonts/vinci_sans_light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: vinci_sansregular;
  src: url("/wp-content/themes/nuviatech/dist/fonts/vinci_sans_regular.woff2") format("woff2"), url("/wp-content/themes/nuviatech/dist/fonts/vinci_sans_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: vinci_sansmedium;
  src: url("/wp-content/themes/nuviatech/dist/fonts/vinci_sans_medium.woff2") format("woff2"), url("/wp-content/themes/nuviatech/dist/fonts/vinci_sans_medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: vinci_sansbold;
  src: url("/wp-content/themes/nuviatech/dist/fonts/vinci_sans_bold.woff2") format("woff2"), url("/wp-content/themes/nuviatech/dist/fonts/vinci_sans_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/**
 * @desc         Styles des balises HTML
 * @name         base.less
 * @author       KB, FT
 * @tested       Firefox
 * @requires     config.less
 */
/* ==========================================================================
   GLOBAL
   ========================================================================== */
html {
  font-size: 18px;
}
html[lang="cs-CZ"] {
  font-size: 16px;
}
body {
  line-height: 1.6;
  color: #333;
  font-weight: normal;
  font-family: "vinci_sansregular", Arial, Verdana, sans-serif;
  font-size: 1.125em;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html[lang="cs-CZ"] body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 1rem;
}
/* ==========================================================================
   INLINE
   ========================================================================== */
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #004489;
}
.single-body a:hover {
  text-decoration: underline;
}
strong,
b {
  font-weight: normal;
  font-family: "vinci_sansbold", Arial, Verdana, sans-serif;
}
html[lang="cs-CZ"] strong,
html[lang="cs-CZ"] b {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
}
mark {
  background-color: #ee2e24;
  color: #ffffff;
}
/* ==========================================================================
   BLOCK
   ========================================================================== */
p {
  margin: 0 0 10px;
}
.single-body p {
  margin-bottom: 20px;
}
ul,
ol,
blockquote,
table,
iframe,
video,
audio,
address {
  margin: 0;
}
.single-body ul,
.single-body ol,
.single-body blockquote,
.single-body table,
.single-body iframe,
.single-body video,
.single-body audio,
.single-body address {
  margin-bottom: 20px;
}
.single-body ul + h2,
.single-body ol + h2,
.single-body blockquote + h2,
.single-body table + h2,
.single-body iframe + h2,
.single-body video + h2,
.single-body audio + h2,
.single-body address + h2,
.single-body ul + h3,
.single-body ol + h3,
.single-body blockquote + h3,
.single-body table + h3,
.single-body iframe + h3,
.single-body video + h3,
.single-body audio + h3,
.single-body address + h3,
.single-body ul + h4,
.single-body ol + h4,
.single-body blockquote + h4,
.single-body table + h4,
.single-body iframe + h4,
.single-body video + h4,
.single-body audio + h4,
.single-body address + h4,
.single-body ul + .title--h2,
.single-body ol + .title--h2,
.single-body blockquote + .title--h2,
.single-body table + .title--h2,
.single-body iframe + .title--h2,
.single-body video + .title--h2,
.single-body audio + .title--h2,
.single-body address + .title--h2,
.single-body ul + .title--h3,
.single-body ol + .title--h3,
.single-body blockquote + .title--h3,
.single-body table + .title--h3,
.single-body iframe + .title--h3,
.single-body video + .title--h3,
.single-body audio + .title--h3,
.single-body address + .title--h3,
.single-body ul + .title--h4,
.single-body ol + .title--h4,
.single-body blockquote + .title--h4,
.single-body table + .title--h4,
.single-body iframe + .title--h4,
.single-body video + .title--h4,
.single-body audio + .title--h4,
.single-body address + .title--h4 {
  margin-top: 40px;
}
/* ==========================================================================
   LISTS
   ========================================================================== */
ul,
ol {
  padding: 0;
  list-style: none;
}
.single-body ul {
  list-style: disc inside;
}
.single-body ul li {
  position: relative;
  padding-left: 1em;
  list-style: none;
}
.single-body ul li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.8em;
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border-radius: 50%;
  background-color: #333;
}
.single-body ol {
  margin-left: 2.5em;
  list-style: none;
  counter-reset: item;
}
.single-body ol li:before {
  content: counter(item);
  counter-increment: item;
  margin-right: 10px;
  color: #333;
  font-weight: normal;
  font-family: "vinci_sansbold", Arial, Verdana, sans-serif;
  font-size: 1.33333333em;
}
.single-body li {
  margin-bottom: 0.45em;
}
.single-body ul ul,
.single-body ol ul,
.single-body ul ol,
.single-body ol ol {
  margin-top: 1em;
  margin-left: 1em;
}
dl dt {
  font-weight: normal;
  font-family: "vinci_sansbold", Arial, Verdana, sans-serif;
}
dl dd {
  color: #7b7b7b;
  margin-bottom: 20px;
}
/* ==========================================================================
   OTHERS
   ========================================================================== */
.single-body blockquote {
  position: relative;
  margin: 40px 0;
  padding: 10px 30px;
  border-left: 3px solid #ee2e24;
  font-style: italic;
}
.single-body blockquote p {
  margin: 0;
}
.clear {
  clear: both;
}
/* ==========================================================================
   OTHERS
   ========================================================================== */
img,
iframe {
  max-width: 100%;
}
img {
  height: auto !important;
}
iframe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* ==========================================================================
   TABLE
   ========================================================================== */
table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #c6c2c0;
}
table thead td,
table thead th {
  background-color: #ee2e24;
  color: #ffffff;
  text-align: left;
}
table thead td a,
table thead th a {
  color: inherit;
}
table tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
table th,
table td {
  padding: 10px 22px;
  border: none;
}
/* ==========================================================================
   HELPERS
   ========================================================================== */
.text-primary {
  color: #ee2e24;
}
.text-secondary {
  color: #004489;
}
/**
 * @desc         Styles généraux d'agencement des modules CSS
 * @name         layout.less
 * @author       KB, MM
 * @tested       Firefox
 * @requires     config.less
 */
/* ==========================================================================
   Structure globale
   ========================================================================== */
.row,
.nav--breadcrumb .nav-list {
  position: relative;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.row--full {
  max-width: none;
}
.row--small {
  max-width: 1023px;
}
.row--tiny {
  max-width: 767px;
}
/* ==========================================================================
   Layouts
   ========================================================================== */
.l-wrapper {
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
}
.l-half {
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .l-half {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 50%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .l-half {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 50%;
  }
  .l-half:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .l-half {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 100%;
  }
  .l-half:nth-child(1n + 1) {
    clear: left;
  }
}
.l-third {
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .l-third {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 33.33333333%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .l-third {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 50%;
  }
  .l-third:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .l-third {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 100%;
  }
  .l-third:nth-child(1n + 1) {
    clear: left;
  }
}
.l-quarter {
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .l-quarter {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 25%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .l-quarter {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 50%;
  }
  .l-quarter:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .l-quarter {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 100%;
  }
  .l-quarter:nth-child(1n + 1) {
    clear: left;
  }
}
.l-full {
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .l-full {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .l-full {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 100%;
  }
  .l-full:nth-child(1n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .l-full {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 100%;
  }
  .l-full:nth-child(1n + 1) {
    clear: left;
  }
}
.l-overlay {
  cursor: pointer;
}
.l-table {
  display: table;
  width: 100%;
  height: 100%;
}
.l-tableCell {
  display: table-cell;
  vertical-align: middle;
}
.l-twoColumns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media screen and (max-width: 767px) {
  .l-twoColumns {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  overflow-x: hidden;
}
.l-bgGray .page-wrapper {
  background-color: #f8f8f8;
}
.l-container {
  position: relative;
}
/* ==========================================================================
   Header
   ========================================================================== */
.mainHeader {
  z-index: 1001;
  background: #ffffff;
  -webkit-box-shadow: 0 -5px 5px 5px rgba(0, 0, 0, 0.32);
          box-shadow: 0 -5px 5px 5px rgba(0, 0, 0, 0.32);
}
.l-banner .mainHeader {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.logged-in .l-banner .mainHeader {
  top: 62px;
}
@media screen and (max-width: 782px) {
  .logged-in .l-banner .mainHeader {
    top: 76px;
  }
}
.mainHeader-inner {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .mainHeader-inner {
    height: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .mainHeader-inner .togglemenu-toggle {
    display: none;
  }
  .mainHeader-inner .nav--main {
    display: block;
  }
}
@media screen and (max-width: 1279px) {
  .mainHeader-inner .logo--primary img {
    display: block;
  }
  .mainHeader-inner .nav--main {
    display: none;
  }
  .mainHeader-inner .togglemenu-toggle {
    display: block;
  }
}
/* ==========================================================================
   Content
   ========================================================================== */
.content-header {
  margin-bottom: 40px;
}
.content-header .title-container {
  text-align: center;
}
.content-header .content-title {
  color: #004489;
}
.content-header.l-center {
  text-align: center;
}
.content-header.l-illustration {
  background-color: #c3e1f6;
  padding-top: 40px;
  padding-bottom: 20px;
}
.content-header.l-illustration .content-title {
  color: #004489;
  font-weight: normal;
  font-family: "vinci_sansmedium", Arial, Verdana, sans-serif;
  font-size: 1.66666667em;
  line-height: 1.2;
  margin-bottom: 20px;
}
html[lang="cs-CZ"] .content-header.l-illustration .content-title {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 1236px) {
  .content-header.l-illustration {
    padding-bottom: 0;
  }
}
/* ==========================================================================
   Footer
   ========================================================================== */
.mainFooter {
  background: #ffffff;
}
/* ==========================================================================
   CONTENT
   ========================================================================== */
.content-header img {
  display: block;
  max-width: none;
}
.content-header .content-text {
  position: absolute;
  top: 15%;
  left: 50%;
  height: 70%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@font-face {
  font-family: "iconfont";
  src: url('../../../nuviatech/dist/fonts/icons/iconfont.woff2') format('woff2'), url('../../../nuviatech/dist/fonts/icons/iconfont.woff') format('woff'), url('../../../nuviatech/dist/fonts/icons/iconfont.svg#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon,
.font-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.icon:before,
.btn--file:after,
.btn--arrow:after,
.list--events .item-title:before,
.notice:not(.notice--cookie):before,
[data-accordion-toggle]:before,
.customform-selectLabel:after,
.wpcf7-response-output:not(.notice--cookie):before {
  display: block;
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon--lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.icon--2x {
  font-size: 2em;
}
.icon--3x {
  font-size: 3em;
}
.icon--4x {
  font-size: 4em;
}
.icon--5x {
  font-size: 5em;
}
.icon--fw {
  width: 1.28571429em;
  text-align: center;
}
.icon--angle-down:before,
[data-accordion-toggle]:before,
.customform-selectLabel:after {
  content: "\EA01";
}
.icon--angle-left:before {
  content: "\EA02";
}
.icon--angle-right:before {
  content: "\EA03";
}
.icon--angle-up:before {
  content: "\EA04";
}
.icon--arrow-2:before,
.btn--arrow:after {
  content: "\EA05";
}
.icon--arrow-top-right:before,
.list--events .item-title:before {
  content: "\EA06";
}
.icon--automation-for-radiopharmacy:before {
  content: "\EA07";
}
.icon--barrel:before {
  content: "\EA08";
}
.icon--bin:before {
  content: "\EA09";
}
.icon--bottle:before {
  content: "\EA0A";
}
.icon--calendar:before {
  content: "\EA0B";
}
.icon--cart:before {
  content: "\EA0C";
}
.icon--combinaison:before {
  content: "\EA0D";
}
.icon--compass:before {
  content: "\EA0E";
}
.icon--components:before {
  content: "\EA0F";
}
.icon--contact:before {
  content: "\EA10";
}
.icon--door:before {
  content: "\EA11";
}
.icon--download:before,
.btn--file:after {
  content: "\EA12";
}
.icon--environmental-monitoring:before {
  content: "\EA13";
}
.icon--error:before {
  content: "\EA14";
}
.icon--geophysics-2:before {
  content: "\EA15";
}
.icon--geophysics:before {
  content: "\EA16";
}
.icon--hands:before {
  content: "\EA17";
}
.icon--helmet:before {
  content: "\EA18";
}
.icon--home:before {
  content: "\EA19";
}
.icon--homeland-security:before {
  content: "\EA1A";
}
.icon--industry:before {
  content: "\EA1B";
}
.icon--information:before {
  content: "\EA1C";
}
.icon--laboratory:before {
  content: "\EA1D";
}
.icon--leaf:before {
  content: "\EA1E";
}
.icon--linkedin:before {
  content: "\EA1F";
}
.icon--load:before {
  content: "\EA20";
}
.icon--magnifying-glass:before {
  content: "\EA21";
}
.icon--magnifying-more:before {
  content: "\EA22";
}
.icon--man:before {
  content: "\EA23";
}
.icon--marker-solid:before {
  content: "\EA24";
}
.icon--marker:before {
  content: "\EA25";
}
.icon--mechanism:before {
  content: "\EA26";
}
.icon--medecine:before {
  content: "\EA27";
}
.icon--microscope:before {
  content: "\EA28";
}
.icon--network:before {
  content: "\EA29";
}
.icon--newspaper:before {
  content: "\EA2A";
}
.icon--nuclear-medecine:before {
  content: "\EA2B";
}
.icon--nuclear:before {
  content: "\EA2C";
}
.icon--people-2:before {
  content: "\EA2D";
}
.icon--people:before {
  content: "\EA2E";
}
.icon--quality:before {
  content: "\EA2F";
}
.icon--radiation-monitoring:before {
  content: "\EA30";
}
.icon--radiation-protection-alt:before {
  content: "\EA31";
}
.icon--radiation-protection:before {
  content: "\EA32";
}
.icon--sanitation:before {
  content: "\EA33";
}
.icon--shield:before {
  content: "\EA34";
}
.icon--shielding-constructions:before {
  content: "\EA35";
}
.icon--software-solutions:before {
  content: "\EA36";
}
.icon--speed:before {
  content: "\EA37";
}
.icon--success:before {
  content: "\EA38";
}
.icon--tiles:before {
  content: "\EA39";
}
.icon--tools:before {
  content: "\EA3A";
}
.icon--warning:before {
  content: "\EA3B";
}
.icon--waste-management:before {
  content: "\EA3C";
}
/**
 * Styleguide Site
 * @desc         Module site
 * @name         site.less
 * @author       KB, MM
 * @tested       Firefox
 * @requires     config.less
 */
.logo--primary {
  position: relative;
  width: 227px;
  padding: 16px 45px 16px 0;
  margin: 0;
  background-color: #ffffff;
  border-radius: 0 45px 45px 0;
  -webkit-transform: none;
          transform: none;
}
.logo--primary:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  width: 50vw;
  background-color: #ffffff;
}
.logo--primary a {
  display: block;
}
.logo--primary img {
  display: block;
  height: 100% !important;
}
.mainHeader-inner .logo--primary {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .logo--primary {
    width: 149px;
  }
}
.logo--404 {
  max-width: 220px;
}
.grecaptcha-badge {
  z-index: 100;
}
/**
 * Styleguide Médias
 * @desc         Module media images, vidéos, iframe, embed code...)
 * @name         media.less
 * @author       KB, MM
 * @tested       Firefox
 * @requires     config.less
 */
/*
Mise en forme des médias de mon site : image, google map iframe, video iframe, video html5

Markup: <img class="$modifierClass" src="http://dummyimage.com/200/eee/333.png" />
<iframe class="$modifierClass" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2764.1101286657017!2d-1.1538914000000382!3d46.1485531!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x480153b9b2783c67%3A0xa9af234627f14aa9!2s18+Avenue+Albert+Einstein%2C+17000+La+Rochelle!5e0!3m2!1sfr!2sfr!4v1425916622933" width="200" height="200" frameborder="0"></iframe>
<iframe class="$modifierClass" src="https://player.vimeo.com/video/17404191?portrait=0" width="200" height="200" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<video class="$modifierClass" width="200" height="200" src="http://playground.html5rocks.com/samples/html5_misc/chrome_japan.mp4" controls autobuffer></video>

.media-rounded            - Image avec coins arrondis
.media-circle             - Image circulaire (fonctionne si image carrée : largeur = hauteur)
.media-shadowed           - Image avec ombre portée
.media-bordered           - Image avec mise en forme thumbnail
.media-spaceBordered      - Image avec bordure et espacement interne (mise en forme thumbnail)
 
Styleguide Médias - 1. Apparence des médias
*/
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .alignleft {
    float: none;
    margin: 0 0 20px 0;
  }
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .alignright {
    float: none;
    margin: 0 0 20px 0;
  }
}
.aligncenter {
  display: block;
  margin: 20px auto;
}
.alignnone {
  margin: 20px 0;
}
.wp-caption {
  position: relative;
  width: auto !important;
  line-height: 0;
}
.wp-caption .wp-caption-text {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 6px 10px;
  line-height: 1.1;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}
/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
  /* we set the opacity to 0 */
  opacity: 0;
}
/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
  /* prepare the future animation */
  -webkit-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  /* we set the opacity to 1 to do the magic */
  opacity: 1;
}
/* ==========================================================================
   ILLUSTRATION
   ========================================================================== */
.illustration-container {
  position: relative;
}
.illustration-container .block-item {
  position: absolute;
  z-index: 1;
  -webkit-transition: z-index 0.3s step-end;
  transition: z-index 0.3s step-end;
}
.illustration-container .block-item.is-active {
  z-index: 20;
  -webkit-transition: z-index 0.3s step-start;
  transition: z-index 0.3s step-start;
}
.illustration-container .block-item .item-more {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  background-color: #004489;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.illustration-container .block-item .item-more .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-size: 1.66666667em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.illustration-container .block-item .item-more .icon:before {
  display: block;
}
.illustration-container .block-item .item-more:hover ~ .item-content {
  opacity: 1;
  visibility: visible;
}
.illustration-container .block-item .item-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 68, 137, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.illustration-container .block-item .item-content:hover {
  opacity: 1;
  visibility: visible;
}
.illustration-container .block-item .item-content .item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  color: #ffffff;
  font-weight: normal;
  font-family: "vinci_sansmedium", Arial, Verdana, sans-serif;
  font-size: 1.33333333em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.illustration-container .block-item .item-content .icon {
  position: absolute;
  top: 50%;
  left: -45px;
  font-size: 1.25em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.illustration-container .block-item .item-content .icon:before {
  display: block;
}
.illustration-container .block-item.item-nuclear_medecine {
  position: absolute;
  top: 19.8%;
  left: 12.15%;
  height: 17.25%;
  width: 76.22%;
}
.illustration-container .block-item.item-radiotherapy {
  position: absolute;
  top: 39.3%;
  left: 12.15%;
  height: 16%;
  width: 39.6%;
}
.illustration-container .block-item.item-radiodiagnostic {
  position: absolute;
  top: 39.3%;
  left: 51.8%;
  height: 16%;
  width: 36.62%;
}
.illustration-container .block-item.item-pharmaceuticals {
  position: absolute;
  top: 57.5%;
  left: 12.15%;
  height: 34.4%;
  width: 76.22%;
}
.illustration-container .link-item {
  position: absolute;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.illustration-container .link-item .item-btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  z-index: 10;
}
.illustration-container .link-item .item-btn:before,
.illustration-container .link-item .item-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.illustration-container .link-item .item-btn:before {
  width: 2px;
  height: 10px;
}
.illustration-container .link-item .item-btn:after {
  width: 10px;
  height: 2px;
}
.illustration-container .link-item .title-wrapper {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 17px;
  height: 34px;
  max-width: 0;
  color: #ffffff;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
  font-weight: normal;
  font-family: "vinci_sansregular", Arial, Verdana, sans-serif;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.illustration-container .link-item .item-title {
  line-height: 32px;
  padding: 0 15px 2px 30px;
  white-space: nowrap;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}
.illustration-container .link-item:hover {
  z-index: 20;
}
.illustration-container .link-item:hover .title-wrapper {
  max-width: 410px;
}
.illustration-container .link-item.item-medicine {
  top: 26%;
  left: 41%;
}
.illustration-container .link-item.item-medicine .item-btn,
.illustration-container .link-item.item-medicine .title-wrapper {
  background-color: #f6c645;
}
.illustration-container .link-item.item-equipment {
  top: 26%;
  left: 15.5%;
}
.illustration-container .link-item.item-equipment .item-btn,
.illustration-container .link-item.item-equipment .title-wrapper {
  background-color: #31bacf;
}
.illustration-container .link-item.item-radiopharmacy {
  top: 63%;
  left: 41.5%;
}
.illustration-container .link-item.item-radiopharmacy .item-btn,
.illustration-container .link-item.item-radiopharmacy .title-wrapper {
  background-color: #508a32;
}
.illustration-container .link-item.item-protection {
  top: 65%;
  left: 72.25%;
}
.illustration-container .link-item.item-protection .item-btn,
.illustration-container .link-item.item-protection .title-wrapper {
  background-color: #1ba3a2;
}
.illustration-container .link-item.item-systems {
  top: 60%;
  left: 25%;
}
.illustration-container .link-item.item-systems .item-btn,
.illustration-container .link-item.item-systems .title-wrapper {
  background-color: #84a4ba;
}
.illustration-container .link-item.item-management {
  top: 80%;
  left: 36.5%;
}
.illustration-container .link-item.item-management .item-btn,
.illustration-container .link-item.item-management .title-wrapper {
  background-color: #495b95;
}
.illustration-container .link-item.item-constructions {
  top: 43%;
  left: 20.5%;
}
.illustration-container .link-item.item-constructions .item-btn,
.illustration-container .link-item.item-constructions .title-wrapper {
  background-color: #e09c5e;
}
.illustration-container .link-item.item-software {
  top: 81.5%;
  left: 72.5%;
}
.illustration-container .link-item.item-software .item-btn,
.illustration-container .link-item.item-software .title-wrapper {
  background-color: #924a8e;
}
@media screen and (max-width: 767px) {
  .illustration-container .interactions-container {
    display: none;
  }
}
/**
 * Styleguide Messages
 * @desc         Module title
 * @name         title.less
 * @author       KB, MM
 * @tested       Firefox
 * @requires     config.less
 */
/* ==========================================================================
   TITRES
   ========================================================================== */
h1,
h2,
h3,
h4,
.title--h1,
.title--h2,
.title--h3,
.title--h4 {
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: normal;
  font-family: "vinci_sansmedium", Arial, Verdana, sans-serif;
  text-transform: uppercase;
}
h1 span,
h2 span,
h3 span,
h4 span,
.title--h1 span,
.title--h2 span,
.title--h3 span,
.title--h4 span {
  display: block;
}
html[lang="cs-CZ"] h1,
html[lang="cs-CZ"] h2,
html[lang="cs-CZ"] h3,
html[lang="cs-CZ"] h4,
html[lang="cs-CZ"] .title--h1,
html[lang="cs-CZ"] .title--h2,
html[lang="cs-CZ"] .title--h3,
html[lang="cs-CZ"] .title--h4 {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
}
h1,
.title--h1 {
  color: #ffffff;
  font-size: 2.33333333em;
}
h2,
.title--h2 {
  color: #004489;
  font-size: 2em;
}
.single-body h2,
.single-body .title--h2 {
  font-size: 1.16666667em;
}
h3,
.title--h3 {
  color: #333;
  font-weight: normal;
  font-family: "vinci_sansmedium", Arial, Verdana, sans-serif;
  font-size: 1.55555556em;
  text-transform: none;
}
.single-body h3,
.single-body .title--h3 {
  font-size: 1em;
}
html[lang="cs-CZ"] h3,
html[lang="cs-CZ"] .title--h3 {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
}
h4,
.title--h4 {
  color: #004489;
  font-size: 1.11111111em;
  text-transform: none;
}
.single-body h4,
.single-body .title--h4 {
  font-size: 0.88888889em;
}
/**
 * Styleguide Boutons
 * @desc         Module boutons
 * @name         btn.less
 * @author       KB, MM
 * @tested       Firefox
 * @requires     config.less
 */
/*
Style générique des boutons de mon site

Markup: <button class="btn $modifierClass">Bouton</button>

:hover, :focus, :active - Bouton au survol
:disabled               - Bouton désactivé
 
Styleguide Boutons - 1. Bouton standard
*/
.btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 10px 22px 12px;
  line-height: 1;
  font-weight: normal;
  font-family: "vinci_sansmedium", Arial, Verdana, sans-serif;
  font-size: 1em;
  color: #333;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #c6c2c0;
  border-radius: 25px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* Sizes
       ========================================================================== */
}
.btn.is-active,
.btn:hover,
a:hover .btn,
.l-overlay:hover .btn {
  color: #ffffff;
  background: #ee2e24;
  border-color: #ee2e24;
}
.btn:focus {
  outline: 0;
}
.btn[disabled],
.btn:disabled {
  opacity: 0.5;
  cursor: default;
}
.btn + .btn {
  margin-left: 22px;
}
.single-body .btn:hover {
  text-decoration: none;
}
.btn.l-stack {
  min-width: auto;
  width: 100%;
}
.btn .icon {
  margin-right: 10px;
}
html[lang="cs-CZ"] .btn {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
}
/* ==========================================================================
   PRIMARY
   ========================================================================== */
.btn--primary {
  min-width: 200px;
  padding: 15px;
  border-color: #333;
  color: #333;
  z-index: 100;
}
.btn--primary:before {
  content: "";
  position: absolute;
  top: -5%;
  left: -110%;
  height: 110%;
  width: 110%;
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.btn--primary.is-active,
.btn--primary:hover,
a:hover .btn--primary,
.l-overlay:hover .btn--primary {
  color: #ffffff;
  background-color: transparent;
  border-color: #333;
}
.btn--primary.is-active:before,
.btn--primary:hover:before,
a:hover .btn--primary:before,
.l-overlay:hover .btn--primary:before {
  left: -5%;
}
/* ==========================================================================
   SECONDARY
   ========================================================================== */
.btn--secondary {
  min-width: 200px;
  padding: 15px;
  color: #ffffff;
  border-color: #ffffff;
  z-index: 100;
}
.btn--secondary:before {
  content: "";
  position: absolute;
  top: -5%;
  left: -110%;
  height: 110%;
  width: 110%;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.btn--secondary.is-active,
.btn--secondary:hover,
a:hover .btn--secondary,
.l-overlay:hover .btn--secondary {
  color: #333;
  background-color: transparent;
  border-color: #ffffff;
}
.btn--secondary.is-active:before,
.btn--secondary:hover:before,
a:hover .btn--secondary:before,
.l-overlay:hover .btn--secondary:before {
  left: -5%;
}
/* ==========================================================================
   TERTIARY
   ========================================================================== */
.btn--tertiary {
  min-width: 200px;
  padding: 15px;
  color: #ffffff;
  background-color: #2b2f5b;
  border: none;
  z-index: 100;
}
.btn--tertiary.is-active,
.btn--tertiary:hover,
a:hover .btn--tertiary,
.l-overlay:hover .btn--tertiary {
  color: #ffffff;
  background-color: #004489;
}
/* ==========================================================================
   MORE
   ========================================================================== */
.btn--more {
  padding: 0 30px 0 0;
  color: #ffffff;
  border: none;
  text-decoration: underline;
}
.btn--more:before,
.btn--more:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  background-color: #ffffff;
}
.btn--more:before {
  right: 15px;
  width: 2px;
  height: 10px;
}
.btn--more:after {
  right: 11px;
  width: 10px;
  height: 2px;
  margin-top: -1px;
}
.btn--more.is-active,
.btn--more:hover,
a:hover .btn--more,
.l-overlay:hover .btn--more {
  background: transparent;
}
/* ==========================================================================
   CLOSE
   ========================================================================== */
.btn--close {
  height: 20px;
  width: 20px;
  padding: 0;
  border: none;
}
.btn--close:before,
.btn--close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 20px;
  background-color: #2b2f5b;
}
.btn--close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn--close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn--close.is-active,
.btn--close:hover,
a:hover .btn--close,
.l-overlay:hover .btn--close {
  background: transparent;
  -webkit-transform: scale(1.2) translate(-10%, -5%);
          transform: scale(1.2) translate(-10%, -5%);
}
/* ==========================================================================
   FILE
   ========================================================================== */
.btn--file {
  padding-left: 60px;
  border: none;
  background: transparent;
}
.btn--file:before,
.btn--file:after {
  position: absolute;
}
.btn--file:before {
  content: "";
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background-color: #004489;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn--file:after {
  left: 2px;
  bottom: 20px;
  color: #ffffff;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.btn--file.is-active,
.btn--file:hover,
a:hover .btn--file,
.l-overlay:hover .btn--file {
  color: #333;
  background: transparent;
}
.btn--file.is-active:before,
.btn--file:hover:before,
a:hover .btn--file:before,
.l-overlay:hover .btn--file:before {
  background-color: #0079BE;
}
/*
Bouton avec une flèche (prev/next)

Markup: url()->find(.btn--arrow)

Styleguide Buttons - 7.btn--arrow
*/
.btn--arrow {
  border: 0;
  /* Layouts
       ========================================================================== */
}
.btn--arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  background-color: #004489;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn--arrow:after {
  position: absolute;
  top: 50%;
  color: #ffffff;
}
.btn--arrow.is-active,
.btn--arrow:hover,
a:hover .btn--arrow {
  color: #333;
  background: transparent;
}
.btn--arrow.is-active:before,
.btn--arrow:hover:before,
a:hover .btn--arrow:before {
  background-color: #0079BE;
}
.l-prev .btn--arrow {
  padding-left: 51px;
}
.l-prev .btn--arrow:before {
  left: 0;
  border-radius: 20px 0 0 20px;
}
.l-prev .btn--arrow:after {
  left: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-next .btn--arrow {
  padding-right: 51px;
}
.l-next .btn--arrow:before {
  right: 0;
  border-radius: 0 20px 20px 0;
}
.l-next .btn--arrow:after {
  right: 20px;
  -webkit-transform: translate(50%, -50%) scaleX(-1);
          transform: translate(50%, -50%) scaleX(-1);
}
/* ==========================================================================
   PLAY PAUSE
   ========================================================================== */
.btn--play {
  background-color: transparent;
  height: 88px;
  width: 88px;
  padding: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.btn--play:before,
.btn--play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 28px;
  border-style: solid;
  border-width: 0 0 0 10px;
  border-color: transparent transparent transparent #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn--play:before {
  margin-left: -10%;
}
.btn--play:after {
  margin-left: 10%;
}
.btn--play.is-active,
.btn--play:hover,
a:hover .btn--play {
  background-color: transparent;
  border-color: #ffffff;
}
.btn--play.is-paused:before,
.btn--play.is-paused:after {
  left: 50%;
  height: 0;
  margin-left: 5%;
  border-width: 14px 0 14px 22px;
}
/**
 * Styleguide Formulaire
 * @desc         Module formulaire
 * @name         form.less
 * @author       KB, MM
 * @tested       Firefox
 * @requires     config.less
 */
/*
Champs de base d'un formulaire

Styleguide Formulaire - 1. Champs de base
*/
form {
  position: relative;
  margin-bottom: 20px;
  font-size: 1em;
}
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"] {
  display: block;
  padding: 0 11px;
  line-height: 38px;
  width: 100%;
  min-height: 40px;
  background-color: #ffffff;
  border: 1px solid #333;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="url"][disabled],
input[type="number"][disabled],
textarea:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="url"]:disabled,
input[type="number"]:disabled {
  opacity: 0.5;
  cursor: default;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus {
  border-color: #0079BE;
  outline: 0;
}
textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: normal;
}
select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 2px solid #333;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
label {
  display: block;
  margin-bottom: 8px;
  font-weight: normal;
  font-family: "vinci_sansbold", Arial, Verdana, sans-serif;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}
/* ==========================================================================
   WPCF7
   ========================================================================== */
.wpcf7 .screen-reader-response {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}
.wpcf7 .form-item {
  position: relative;
  margin-bottom: 40px;
}
.wpcf7 .form-item.form-mention-required,
.wpcf7 .form-item.form-response {
  margin-bottom: 0;
}
.wpcf7 .form-item .wpcf7-not-valid-tip {
  position: absolute;
  right: 30px;
  top: 100%;
  text-align: right;
  font-size: 0.85em;
  font-style: italic;
  color: #d9534f;
}
.wpcf7 .form-item .wpcf7-form-control-wrap {
  position: static;
}
.wpcf7 label {
  font-weight: normal;
  font-family: "vinci_sansmedium", Arial, Verdana, sans-serif;
  font-size: 0.88888889em;
  text-transform: uppercase;
}
html[lang="cs-CZ"] .wpcf7 label {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
}
.wpcf7 textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"] {
  border: none;
  border-bottom: 2px solid #333;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.wpcf7 textarea:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 textarea:active,
.wpcf7 input[type="text"]:active,
.wpcf7 input[type="password"]:active,
.wpcf7 input[type="email"]:active,
.wpcf7 input[type="search"]:active,
.wpcf7 input[type="tel"]:active,
.wpcf7 input[type="url"]:active,
.wpcf7 input[type="number"]:active {
  border-color: #004489;
}
.wpcf7 textarea {
  border: 2px solid #333;
}
.wpcf7 .form-submit {
  text-align: center;
}
.wpcf7 .form-submit .ajax-loader {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  background: rgba(0, 0, 0, 0.8) url('../../../nuviatech/dist/img/spinners/tail-spin.svg') center no-repeat;
  background-size: 75% auto;
  border-radius: 100%;
  visibility: hidden;
}
.wpcf7 .form-submit .ajax-loader.is-active {
  visibility: visible;
}
.wpcf7-form.init .wpcf7-response-output {
  display: none;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .wpcf7-acceptance label {
  position: relative;
}
.wpcf7-form .wpcf7-acceptance input {
  position: absolute;
  top: 4px;
  left: 0;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
  display: block;
  padding-left: 25px;
  font-size: 14px;
  color: #999;
  text-transform: none;
}
.wpcf7-form .required {
  color: #E20025;
}
.wpcf7-form .mention-required {
  font-weight: normal;
  font-family: "vinci_sansmedium", Arial, Verdana, sans-serif;
  font-size: 0.72222222em;
  color: #E20025;
}
.wpcf7-form {
  margin-top: 60px;
  margin-bottom: 40px;
}
.wpcf7-form .is-focusable label {
  position: absolute;
  top: 10px;
  margin-bottom: 0;
  cursor: text;
  z-index: 10;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
.wpcf7-form .is-focusable.is-focused input,
.wpcf7-form .is-focusable.is-filled input,
.wpcf7-form .is-focusable.is-focused textarea,
.wpcf7-form .is-focusable.is-filled textarea,
.wpcf7-form .is-focusable.is-focused select,
.wpcf7-form .is-focusable.is-filled select {
  color: #004489;
  border-color: #004489;
}
.wpcf7-form .is-focusable.is-focused label,
.wpcf7-form .is-focusable.is-filled label {
  color: #004489;
  top: -20px;
}
/* ==========================================================================
   FORM CONTACT (Formulaire de contact)
   ========================================================================== */
.form--contact .form-item {
  margin-bottom: 60px;
}
/* ==========================================================================
   FORM REQUEST QUOTE (Demande de devis)
   ========================================================================== */
/* ==========================================================================
   SEARCH
   ========================================================================== */
.form--search .form-text {
  height: 62px;
  border-radius: 31px;
  padding: 0 62px 0 31px;
}
.form--search .form-submit {
  position: absolute;
  top: 11px;
  right: 11px;
  min-width: auto;
  width: 40px;
  height: 40px;
  /* padding: 8px 9px; */
  border: none;
  color: #ffffff;
  background-color: #022169;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.form--search .form-submit:focus,
.form--search .form-submit:active,
.form--search .form-submit:hover,
.l-overlay:hover .form--search .form-submit {
  background-color: #0079BE;
}
/* ==========================================================================
   FILTERS
   ========================================================================== */
.form--filters {
  clear: both;
  margin-left: -30px;
  margin-right: -30px;
}
.form--filters .form-item {
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .form--filters .form-item {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    width: 25%;
  }
}
.form--filters select {
  font-size: 0.88888889em;
}
.form--filters .item-content {
  width: 100%;
  font-weight: normal;
  font-family: "vinci_sansmedium", Arial, Verdana, sans-serif;
  text-transform: uppercase;
}
.form--filters .form-message {
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1024px) {
  .form--filters .form-message {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0;
    width: 100%;
  }
}
.form--filters .btn:active,
.form--filters .btn:focus {
  color: #333;
}
.form--filters .btn:active:before,
.form--filters .btn:focus:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.form--filters .btn:hover {
  color: #ffffff;
}
.form--filters .btn:hover:before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.form--filters.no-result .form-message {
  opacity: 1;
  visibility: visible;
}
/* Filters secondary
   ========================================================================== */
.form--filters-secondary {
  margin-left: -15px;
  margin-right: -15px;
}
.form--filters-secondary .form-item {
  text-align: center;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .form--filters-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form--filters-secondary .form-item {
    text-align: center;
  }
}
/**
 * Styleguide Liste d'items
 * @desc         Module de liste
 * @name         list.less
 * @author       KB, MM
 * @tested       Firefox
 * @requires     config.less
 */
.list-item {
  position: relative;
}
.list-item > a {
  display: block;
}
.list-item .item-wrapper {
  position: relative;
}
.list-item .item-image {
  position: relative;
  margin-bottom: 10px;
}
.list-item .item-image img {
  display: block;
}
.list-item .item-title {
  margin-bottom: 10px;
  color: #333;
  font-size: 1.55555556em;
}
.list-item .item-title a {
  color: inherit;
}
.list-item .item-body {
  font-size: 1em;
  line-height: normal;
}
/* ==========================================================================
   PRIMARY
   ========================================================================== */
.list--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list--primary .list-item {
  max-width: 450px;
  min-height: 200px;
}
.list--primary .list-item > a,
.list--primary .list-item .item-wrapper,
.list--primary .list-item .item-media {
  display: block;
  height: 100%;
}
.list--primary .list-item.l-media .item-wrapper {
  background: #d8d8d8;
}
.list--primary .list-item.l-media a:hover .item-wrapper {
  background: #ffffff;
}
.list--primary a:hover .item-wrapper {
  background: #004489;
}
.list--primary a:hover .item-media:before {
  height: 100%;
}
.list--primary a:hover .item-desc {
  opacity: 1;
  max-height: 150px;
}
.list--primary .item-wrapper {
  background: #022169;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.list--primary .item-wrapper:hover .item-footer {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.list--primary .item-media img {
  display: block;
  margin: 0 auto;
}
.list--primary .item-media:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 33, 105, 0.9)), to(transparent));
  background: linear-gradient(to top, rgba(2, 33, 105, 0.9), transparent);
  z-index: 5;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.list--primary .item-media .item-image {
  display: block;
  margin: 0 auto;
}
.list--primary .item-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 30px;
  z-index: 25;
}
.list--primary .item-title {
  margin: 0;
  font-weight: normal;
  font-family: "vinci_sansmedium", Arial, Verdana, sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.2;
}
.list--primary .item-desc {
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list--primary .item-footer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 68, 137, 0.9)), to(rgba(0, 121, 190, 0.9)));
  background: linear-gradient(to top, rgba(0, 68, 137, 0.9), rgba(0, 121, 190, 0.9));
  padding: 30px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.list--primary .item-actions {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.list--primary .item-actions .btn {
  display: block;
  margin: 8px 0 0;
}
html[lang="cs-CZ"] .list--primary .item-title {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .list--primary {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
/* ==========================================================================
   TERTIARY
   ========================================================================== */
.list--tertiary {
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px;
}
.list--tertiary .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .list--tertiary .list-item {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0;
    width: 33.33333333%;
  }
}
.list--tertiary .list-item .item-title {
  color: #ffffff;
  font-size: 1.77777778em;
}
.list--tertiary .list-item p {
  margin-bottom: 0;
}
.list--tertiary .list-item:before {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  background-color: #004489;
  z-index: -1;
}
.list--tertiary .list-item:nth-child(1),
.list--tertiary .list-item:nth-child(3) {
  min-height: 220px;
  margin-top: 40px;
}
.list--tertiary .list-item:nth-child(1) {
  z-index: 10;
}
.list--tertiary .list-item:nth-child(2) {
  min-height: 250px;
  z-index: 5;
}
.list--tertiary .list-item:nth-child(2):before {
  background-color: #2b2f5b;
}
.list--tertiary .list-item:nth-child(3):before {
  background-color: #68594F;
}
.list--tertiary .item-wrapper {
  width: 100%;
}
.list--tertiary .item-title {
  margin-bottom: 15px;
  font-weight: normal;
  font-family: "vinci_sansbold", Arial, Verdana, sans-serif;
  font-size: 2.33333333em;
  text-transform: uppercase;
  line-height: 1;
}
.list--tertiary .item-text {
  font-weight: normal;
  font-family: "vinci_sansmedium", Arial, Verdana, sans-serif;
  font-size: 1.44444444em;
  line-height: 1;
}
html[lang="cs-CZ"] .list--tertiary .item-title,
html[lang="cs-CZ"] .list--tertiary .item-number {
  font-family: Arial, Verdana, sans-serif;
}
html[lang="cs-CZ"] .list--tertiary .item-number {
  font-weight: bold;
}
/* ==========================================================================
   EVENTS
   ========================================================================== */
.list--events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 40px;
}
.list--events .list-item {
  margin-bottom: 20px;
}
.list--events .item-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list--events .item-title {
  position: relative;
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 18px;
  text-transform: uppercase;
}
.list--events .item-title:before {
  position: absolute;
  z-index: 5;
  top: 5px;
  left: -30px;
  color: #0079BE;
  font-size: 16px;
}
.list--events .item-infos {
  margin: 0;
  font-size: 16px;
}
.list--events .item-link {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list--events.theme-white .item-title:before {
  color: #ffffff;
}
.list--events.theme-white .item-wrapper {
  border-color: rgba(255, 255, 255, 0.3);
}
.block--news .list--events .list-item:last-child .item-wrapper {
  border: none;
}
/* ==========================================================================
   IMPLANTATIONS
   ========================================================================== */
.list--implantations .list-item.is-opened {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.list--implantations {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 415px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 25;
}
.list--implantations .list-item {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 30px 40px;
  color: #ffffff;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list--implantations .list-item a:not(.btn) {
  color: #ffffff;
  text-decoration: underline;
}
.list--implantations .list-item.is-head {
  background-color: rgba(238, 46, 36, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee2e24), to(#f25b53));
  background-image: linear-gradient(to bottom, #ee2e24, #f25b53);
}
.list--implantations .list-item.is-implantation {
  background-color: rgba(0, 68, 137, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004489), to(#0079BE));
  background-image: linear-gradient(to bottom, #004489, #0079BE);
}
.list--implantations .list-item.is-opened {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.list--implantations .item-content {
  margin-bottom: 30px;
}
.list--implantations .item-content p,
.list--implantations .item-content a {
  display: block;
  margin-bottom: 0;
}
.list--implantations .name-container {
  margin: 15px 0;
}
.list--implantations .item-name {
  font-weight: normal;
  font-family: "vinci_sansbold", Arial, Verdana, sans-serif;
}
.list--implantations .item-title {
  color: #ffffff;
  font-weight: normal;
  font-family: "vinci_sansmedium", Arial, Verdana, sans-serif;
  font-size: 1.33333333em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.list--implantations .item-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 165px;
  height: 80px;
  background-color: #ffffff;
  padding: 10px;
  margin: 10px 0;
}
.list--implantations .item-text {
  margin-top: 10px;
}
.list--implantations .item-close {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.list--implantations .item-close:before,
.list--implantations .item-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 20px;
  width: 2px;
  background-color: #ffffff;
}
.list--implantations .item-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.list--implantations .item-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
html[lang="cs-CZ"] .list--implantations .item-name {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
}
/* ==========================================================================
   SEARCH
   ========================================================================== */
.list--results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 40px;
}
.list--results .list-item {
  margin-bottom: 0;
}
.list--results a {
  color: #999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list--results a:hover .item-url {
  color: #004489;
}
.list--results .item-wrapper {
  padding: 10px 0;
  border-bottom: 1px solid #d8d8d8;
}
.list--results .item-header {
  position: relative;
  padding-top: 30px;
}
.list--results .item-title {
  text-transform: none;
  font-size: 28px;
  margin: 0;
}
.list--results .item-type {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 2px 9px 4px;
  display: inline-block;
  background-color: #004489;
  color: #ffffff;
  border-radius: 0.35em;
  line-height: 1.2;
}
.list--results .item-desc,
.list--results .item-url {
  margin: 0;
}
.list--results .item-desc {
  font-size: 16px;
}
.list--results .item-url {
  font-style: italic;
  font-size: 16px;
  color: #999;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
/* ==========================================================================
   FILES
   ========================================================================== */
.list--files {
  clear: both;
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 40px;
  padding: 30px 0;
  border-top: 1px solid #c6c2c0;
  border-bottom: 1px solid #c6c2c0;
}
.list--files .list-item {
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .list--files .list-item {
    padding-left: 0;
    padding-right: 40px;
    margin-bottom: 0;
    width: 33.33333333%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .list--files .list-item {
    padding-left: 0;
    padding-right: 40px;
    margin-bottom: 0;
    width: 33.33333333%;
  }
  .list--files .list-item:nth-child(3n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .list--files .list-item {
    padding-left: 0;
    padding-right: 40px;
    margin-bottom: 30px;
    width: 100%;
  }
  .list--files .list-item:nth-child(1n + 1) {
    clear: left;
  }
}
.list--files .list-item:before {
  content: none;
}
.list--files .list-item:nth-child(2n) .btn--file:before {
  background-color: #0079BE;
}
.list--files .list-item:nth-child(2n) .btn--file:active:before,
.list--files .list-item:nth-child(2n) .btn--file:hover:before {
  background-color: #0079BE;
}
.list--files .list-item:nth-child(2n+1) .btn--file:before {
  background-color: #004489;
}
.list--files .list-item:nth-child(2n+1) .btn--file:active:before,
.list--files .list-item:nth-child(2n+1) .btn--file:hover:before {
  background-color: #004489;
}
.list--files .item-wrapper {
  position: relative;
}
.list--files .item-link:hover .btn:after {
  margin-top: 3px;
}
.list--files .item-title {
  float: left;
  margin: 0;
  padding-left: 60px;
  font-weight: normal;
  font-family: "vinci_sansregular", Arial, Verdana, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  text-transform: uppercase;
}
.list--files .btn {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  padding: 0;
  height: 40px;
  width: 40px;
}
.list--files .btn:before {
  background-color: #004489;
}
.list--files .btn:after {
  left: 50%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
@media screen and (max-width: 767px) {
  .list--files .list-item:last-child {
    margin-bottom: 0;
  }
  .list--files .item-wrapper {
    margin: 0;
  }
}
/* ==========================================================================
   KEYNUMBERS
   ========================================================================== */
.list--keynumbers {
  position: relative;
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
}
.list--keynumbers .list-item {
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .list--keynumbers .list-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    width: 33.33333333%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .list--keynumbers .list-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .list--keynumbers .list-item:nth-child(3n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .list--keynumbers .list-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
    width: 100%;
  }
  .list--keynumbers .list-item:nth-child(1n + 1) {
    clear: left;
  }
}
.list--keynumbers .item-wrapper {
  margin: 0 auto;
  max-width: 200px;
  line-height: 1.2;
}
.list--keynumbers .item-number {
  font-weight: normal;
  font-family: "vinci_sansbold", Arial, Verdana, sans-serif;
  font-size: 3.33333333em;
  line-height: 1;
}
.list--keynumbers .item-text {
  margin-bottom: 0;
  font-weight: normal;
  font-family: "vinci_sanslight", Arial, Verdana, sans-serif;
  font-size: 1.11111111em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .list--keynumbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.list--icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
.list--icons .list-item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list--icons .item-wrapper {
  display: block;
  position: relative;
}
.list--icons .item-wrapper:hover .item-icon .icon {
  color: #ffffff;
}
.list--icons .item-wrapper:hover .item-icon:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.list--icons .item-wrapper:hover .item-title {
  color: #004489;
}
.list--icons .item-title {
  font-weight: normal;
  font-family: "vinci_sansmedium", Arial, Verdana, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.list--icons .item-icon {
  position: relative;
  display: block;
  width: 76px;
  height: 76px;
  margin: 0 auto 10px;
  border: 1px solid;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list--icons .item-icon .icon,
.list--icons .item-icon:after {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list--icons .item-icon .icon {
  font-size: 40px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.list--icons .item-icon:after {
  content: '';
  width: 76px;
  height: 76px;
  top: -1px;
  left: -1px;
  background: #004489;
  border-radius: 50%;
  z-index: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media screen and (max-width: 1023px) {
  .list--icons .list-item {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 767px) {
  .list--icons .list-item {
    width: 100%;
    text-align: left;
  }
  .list--icons .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list--icons .item-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 76px;
            flex: 0 0 76px;
    margin: 0 30px 0 0;
  }
}
html[lang="cs-CZ"] .list--icons .item-title {
  font-family: Arial, Verdana, sans-serif;
}
.list--languages {
  background-color: #004489;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list--languages .lang-item {
  float: none;
}
.list--languages:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 9px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #004489;
}
.list--languages a {
  display: block;
  color: #ffffff;
  padding: 5px 30px;
}
.list--languages a:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
/**
 * Styleguide Navigation
 * @desc         Module navigation (menu principal, secondaire)
 * @name         nav.less
 * @author       KB, MM
 * @tested       Firefox
 * @requires     config.less
 */
/*
Eléments de navigation de mon site

.nav-main           - Menu principal

Styleguide Navigation - 1. Menus de navigation
*/
.nav li {
  float: left;
  list-style: none;
}
.nav li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* ==========================================================================
   MAIN MENU
   ========================================================================== */
.mainHeader-inner .nav--main {
  display: none;
}
.nav--main .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav--main .nav-item {
  position: relative;
}
.nav--main a {
  display: block;
  padding: 13px 20px;
  font-weight: normal;
  font-family: "vinci_sansmedium", Arial, Verdana, sans-serif;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav--main .sub-menu a {
  font-weight: normal;
  font-family: "vinci_sansregular", Arial, Verdana, sans-serif;
  text-transform: uppercase;
}
html[lang="cs-CZ"] .nav--main a {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
}
html[lang="cs-CZ"] .nav--main .sub-menu a {
  font-weight: normal;
}
/* ==========================================================================
   Fil d'ariane
   ========================================================================== */
/*
<div class="nav-breadcrumb">
    <ol>
        <li><a href="">Accueil</a><span class="breadcrumb-separator"><span class="icon icon-arrow-right"></span></span></li>
        <li> <a href="">Parent</a><span class="breadcrumb-separator"><span class="icon icon-arrow-right"></span></span></li>
        <li class="current-item"> Current</li>
    </ol>
</div>

Styleguide Navigation - 2. Fil d'ariane
*/
.nav--breadcrumb {
  margin: 20px 0 20px;
}
.nav--breadcrumb li {
  float: none;
  display: inline;
}
.nav--breadcrumb li a {
  display: inline;
  color: #18223B;
}
.nav--breadcrumb li a:hover {
  color: #004489;
}
.nav--breadcrumb .is-current,
.nav--breadcrumb .nav-breadcrumbItemLast {
  font-weight: normal;
  font-family: "vinci_sansmedium", Arial, Verdana, sans-serif;
}
.nav--breadcrumb .is-current span,
.nav--breadcrumb .nav-breadcrumbItemLast span {
  font-weight: normal;
  font-family: "vinci_sansregular", Arial, Verdana, sans-serif;
}
html[lang="cs-CZ"] .nav--breadcrumb .is-current,
html[lang="cs-CZ"] .nav--breadcrumb .nav-breadcrumbItemLast {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
}
html[lang="cs-CZ"] .nav--breadcrumb .is-current span,
html[lang="cs-CZ"] .nav--breadcrumb .nav-breadcrumbItemLast span {
  font-family: Arial, Verdana, sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .nav--breadcrumb li a:hover {
    color: #333;
    border-bottom: solid 1px #333;
  }
}
/* ==========================================================================
   Nav footer
   ========================================================================== */
.nav--footer {
  text-align: center;
}
.nav--footer ul {
  display: inline-block;
}
.nav--footer li {
  font-size: 0.88888889em;
  text-transform: uppercase;
  padding: 15px;
  float: none;
  display: inline-block;
}
.nav--footer li + li {
  position: relative;
}
.nav--footer li + li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  height: 1px;
  width: 4px;
  background-color: #333;
}
/* ==========================================================================
   TOOLBARS
   ========================================================================== */
.nav--toolbars {
  position: fixed;
  top: 50%;
  right: 0;
  min-height: 128px;
  background-color: #ffffff;
  border: 1px solid #333;
  padding-top: 1px;
  border-right: 0;
  z-index: 9999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav--toolbars .nav-item {
  position: relative;
  float: none;
  display: block;
}
.nav--toolbars .nav-item > a {
  width: 64px;
  height: 62px;
  background-color: #ffffff;
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 62px;
  text-transform: uppercase;
}
.nav--toolbars .nav-item > a:hover {
  background-color: #ffffff;
  color: #004489;
}
.nav--toolbars .nav-item p {
  margin: 0;
  font-weight: normal;
  font-family: "vinci_sansmedium", Arial, Verdana, sans-serif;
  line-height: 1.2;
}
.nav--toolbars .nav-item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  line-height: 1;
  font-size: 1.33333333em;
}
.nav--toolbars .nav-item.is-active .item-content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.nav--toolbars .nav-item + .nav-item {
  border-top: 1px solid #333;
}
.nav--toolbars .nav-item:hover:not(.is-active) .item-info {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%) translateX(-10px);
          transform: translateY(-50%) translateX(-10px);
}
.nav--toolbars .item-content {
  position: absolute;
  top: 0;
  right: 100%;
  height: 63px;
  margin-top: -2px;
  border: 1px solid #333;
  border-right: 0;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.nav--toolbars .item-info {
  line-height: 1.6;
  text-transform: none;
  position: absolute;
  top: 50%;
  right: 110%;
  padding: 0 10px;
  color: #ffffff;
  background-color: #004489;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav--toolbars .item-info:after {
  content: "";
  position: absolute;
  right: -14px;
  bottom: 6px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left-color: #004489;
}
.nav--toolbars .item-language .list--languages {
  position: absolute;
  top: 16px;
  right: 75px;
  opacity: 0;
  visibility: hidden;
}
.nav--toolbars .item-language.is-active .list--languages {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.nav--toolbars .item-search {
  position: relative;
}
.nav--toolbars .item-search .icon {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav--toolbars .item-search.is-active .search-close {
  opacity: 1;
}
.nav--toolbars .item-search.is-active .icon {
  opacity: 0;
}
.nav--toolbars .item-search .form--search {
  width: 250px;
  height: 100%;
}
.nav--toolbars .item-search .form--search .form-text {
  height: 100%;
  padding: 0 62px 0 11px;
  border: none;
  border-radius: 0;
}
.nav--toolbars .item-search .search-close {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 22px;
  width: 22px;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav--toolbars .item-search .search-close:before,
.nav--toolbars .item-search .search-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
  width: 20px;
  background: #333;
}
.nav--toolbars .item-search .search-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.nav--toolbars .item-search .search-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 1200px) {
  .nav--toolbars .nav-item > a {
    width: 54px;
    height: 52px;
    line-height: 52px;
  }
  .nav--toolbars .item-language .list--languages {
    top: 9px;
    right: 64px;
  }
  .nav--toolbars .item-content {
    height: 53px;
  }
  .nav--toolbars .form--search .form-submit {
    top: 6px;
  }
}
@media screen and (max-width: 1023px) {
  .nav--toolbars {
    min-height: 0;
  }
  .nav--toolbars .item-info {
    display: none;
  }
}
/*
Navigation de liens frères

Markup: url()->find(.nav--siblings)

Styleguide Navigation - 60.nav--siblings
*/
.nav--siblings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.nav--siblings .nav-item {
  float: none;
  margin-bottom: 20px;
}
.nav--siblings .l-prev {
  margin-right: auto;
}
.nav--siblings .l-next {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .nav--siblings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* ==========================================================================
   Navigation push
   ========================================================================== */
.nav--togglemenuPush {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.85);
  overflow: auto;
  overflow-x: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.logged-in .nav--togglemenuPush {
  top: 32px;
  height: calc(100vh - 32px);
}
.nav--togglemenuPush .togglemenu-menu {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 25%;
}
.nav--togglemenuPush .togglemenu-menu .nav {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  left: 0;
  width: 100%;
  padding-left: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav--togglemenuPush .togglemenu-menu .nav-item,
.nav--togglemenuPush .togglemenu-menu .list-item {
  display: block;
  float: none;
}
.nav--togglemenuPush .togglemenu-menu .nav-item a,
.nav--togglemenuPush .togglemenu-menu .list-item a {
  display: inline-block;
  padding: 15px 20px;
}
.nav--togglemenuPush .submenu-item {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  left: -100vw;
  width: 100%;
  padding-left: 0;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000;
  height: 100vh;
}
.logged-in .nav--togglemenuPush .submenu-item {
  height: calc(100vh - 32px);
}
.nav--togglemenuPush .submenu-item .row {
  padding: 0;
}
.nav--togglemenuPush .submenu-content {
  position: absolute;
  top: 50%;
}
.is-togglemenuOpen .nav--togglemenuPush {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 1280px) {
  .nav--togglemenuPush .togglemenu-menu .nav-item {
    text-align: left;
  }
  .nav--togglemenuPush .togglemenu-menu .item-label {
    color: #333;
    cursor: pointer;
  }
}
@media screen and (max-width: 1200px) {
  .nav--togglemenuPush .togglemenu-menu .list-item {
    margin-bottom: 0;
  }
  .nav--togglemenuPush .togglemenu-menu .list-item a {
    padding: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .nav--togglemenuPush .togglemenu-menu .list-item a {
    font-size: 0.83333333em;
  }
}
/* ==========================================================================
   TogglemenuPush
   ========================================================================== */
.togglemenu-push {
  overflow-x: hidden;
}
.togglemenu-close {
  padding: 10px;
  background: #68594F;
  overflow: hidden;
}
.togglemenu-close button {
  position: relative;
  display: inline-block;
  float: right;
  padding: 0;
  width: 50px;
  height: 50px;
  color: #ffffff;
  text-indent: -9999px;
  background: #68594F;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.togglemenu-close button:before,
.togglemenu-close button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin-left: -5px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.togglemenu-close button:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* ==========================================================================
   PAGER
   ========================================================================== */
.nav--pager .wp-pagenavi {
  text-align: center;
  margin: 30px 0;
}
.nav--pager .wp-pagenavi a,
.nav--pager .wp-pagenavi span {
  display: inline-block;
  text-align: center;
  line-height: 28px;
  min-width: 40px;
  border-color: #333;
  border-radius: 20px;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav--pager .wp-pagenavi span.current {
  color: #ffffff;
  background-color: #004489;
  border-color: #004489;
}
.nav--pager .wp-pagenavi a:hover {
  color: #ffffff;
  background-color: #004489;
  border-color: #004489;
}
/* ==========================================================================
   SITEMAP
   ========================================================================== */
.nav--sitemap ul {
  margin-bottom: 0;
}
.nav--sitemap li {
  float: none;
}
.nav--sitemap li a {
  display: inline;
}
/*
Markup: <div class="messages $modifierClass">Ce texte est mon message mis en forme selon le niveau de notice.</div>

.notice - Message de base
.notice--success   -   Message de succès
.notice--warning   -   Message de mise en garde
.notice--error    -   Message d'erreur
.notice--info      -   Message d'information

Styleguide Notices - 1.notice
*/
.notice,
.wpcf7-response-output,
.wpcf7-form .wpcf7-response-output {
  position: relative;
  margin: 20px 0;
  padding: 20px 30px 20px;
  color: #333;
  font-size: 16px;
  border-width: 1px 1px 1px 4px;
  border-style: solid;
  border-color: #ee2e24;
  background: #f5f5f5;
  border-radius: 0;
}
.notice p,
.wpcf7-response-output p {
  margin-bottom: 10px;
}
.notice p:last-of-type,
.wpcf7-response-output p:last-of-type {
  margin-bottom: 0;
}
.notice a,
.wpcf7-response-output a {
  font-weight: normal;
  font-family: "vinci_sansbold", Arial, Verdana, sans-serif;
  text-decoration: none;
  color: #ffffff;
}
.notice a:hover,
.wpcf7-response-output a:hover {
  text-decoration: underline;
}
.notice:not(.notice--cookie):before,
.wpcf7-response-output:not(.notice--cookie):before {
  position: absolute;
  top: 20px;
  left: 18px;
  font-size: 25px;
  line-height: 25px;
}
.notice .notice-title,
.wpcf7-response-output .notice-title {
  font-weight: normal;
  font-family: "vinci_sansbold", Arial, Verdana, sans-serif;
  font-size: 20px;
}
.notice .close,
.wpcf7-response-output .close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  font-family: "vinci_sansbold", Arial, Verdana, sans-serif;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
  color: inherit;
  background-color: transparent;
}
.notice .close span,
.wpcf7-response-output .close span {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.notice .close:hover span,
.wpcf7-response-output .close:hover span {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.notice--error,
.wpcf7-form.aborted .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form .wpcf7-validation-errors {
  color: #a02622;
  border-color: #d9534f;
  background-color: #f4cecd;
}
.notice--error a,
.wpcf7-form.aborted .wpcf7-response-output a,
.wpcf7-form.failed .wpcf7-response-output a,
.wpcf7-form.invalid .wpcf7-response-output a {
  color: #761c19;
}
.notice--error a:hover,
.wpcf7-form.aborted .wpcf7-response-output a:hover,
.wpcf7-form.failed .wpcf7-response-output a:hover,
.wpcf7-form.invalid .wpcf7-response-output a:hover {
  color: #4c1210;
}
.notice--warning,
.wpcf7-form.unaccepted .wpcf7-response-output,
.wpcf7-form.spam .wpcf7-response-output,
.wpcf7-form .wpcf7-spam-blocked {
  color: #c77c11;
  border-color: #f0ad4e;
  background-color: #fceedb;
}
.notice--warning a,
.wpcf7-form.unaccepted .wpcf7-response-output a,
.wpcf7-form.spam .wpcf7-response-output a {
  color: #985f0d;
}
.notice--warning a:hover,
.wpcf7-form.unaccepted .wpcf7-response-output a:hover,
.wpcf7-form.spam .wpcf7-response-output a:hover {
  color: #694109;
}
.notice--info,
.wpcf7-form .wpcf7-mail-sent-ng {
  color: #2390b0;
  border-color: #5bc0de;
  background-color: #daf1f8;
}
.notice--info a {
  color: #1b6d85;
}
.notice--info a:hover {
  color: #124a5b;
}
.notice--success,
.wpcf7-form .wpcf7-mail-sent-ok {
  color: #357935;
  border-color: #5cb85c;
  background-color: #c7e6c7;
}
.notice--success a {
  color: #255625;
}
.notice--success a:hover {
  color: #163216;
}
/*
Message pour les navigateurs non optimisés

Markup: url()->find(.notice--browser)

Styleguide Notices - 10.notice--browser
*/
.notice--browser {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 350px 15%;
  margin: 0;
  border: none;
  font-weight: normal;
  font-family: "vinci_sansbold", Arial, Verdana, sans-serif;
  text-align: center;
  background: #ffffff url("../img/logos/logo.png") no-repeat center 200px;
  background-size: 250px auto;
}
/* ==========================================================================
   Notice des cookies : bandeau
   ========================================================================== */
.notice--cookie {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 100%;
  max-width: 800px;
  max-height: 80vh;
  padding: 40px 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1rem;
  color: #000;
  background: #ffffff;
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.is-cookienotice-notice-open .notice--cookie {
  z-index: 1010;
  opacity: 1;
  visibility: visible;
}
.notice--cookie p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}
.notice--cookie a {
  color: inherit;
}
.notice--cookie a:hover {
  color: inherit;
  text-decoration: underline;
}
.cookienotice-notice-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  /* Responsive
  ========================================================================== */
}
@media screen and (max-width: 767px) {
  .cookienotice-notice-actions {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cookienotice-btn {
  margin-top: 10px;
  padding: 10px 15px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  background: none;
  border: 2px solid transparent;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  /* Responsive
  ========================================================================== */
}
.cookienotice-btn:hover,
.cookienotice-btn:focus {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .cookienotice-btn + .cookienotice-btn {
    margin-right: 15px;
  }
  .cookienotice-btn.cookienotice-customize {
    margin-right: auto;
  }
}
.cookienotice-btn--primary {
  background: #004489;
  text-transform: uppercase;
}
.cookienotice-btn--secondary {
  color: #004489;
  border-color: #004489;
}
.cookienotice-btn--tertiary {
  padding-left: 0;
  padding-right: 0;
  color: #004489;
  text-decoration: underline;
}
/* ==========================================================================
   Modal des cookies
   ========================================================================== */
.modal--cookie {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 100%;
  max-width: 800px;
  max-height: 80vh;
  padding: 40px 2.5%;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  /* Responsive
     ========================================================================== */
}
.modal--cookie:focus {
  border: 1px dotted inherit;
}
.modal--cookie p {
  margin: 0 0 20px;
}
.modal--cookie a {
  text-decoration: none;
}
.is-cookienotice-modal-open .modal--cookie {
  z-index: 1015;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .modal--cookie {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    height: 100vh;
    max-height: none;
    border-radius: 0;
  }
  .is-cookienotice-modal-open .modal--cookie {
    -webkit-transform: none;
            transform: none;
  }
}
/* Overlay
   ========================================================================== */
.cookienotice-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.is-cookienotice-notice-open .cookienotice-modal-overlay,
.is-cookienotice-modal-open .cookienotice-modal-overlay {
  z-index: 1002;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
/* Close btn
========================================================================== */
.cookienotice-modal-close {
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 5;
  padding: 0;
  width: 40px;
  height: 40px;
  background: none;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cookienotice-modal-close:hover,
.cookienotice-modal-close:focus {
  background-color: #004489;
}
.cookienotice-modal-close:hover:before,
.cookienotice-modal-close:focus:before,
.cookienotice-modal-close:hover:after,
.cookienotice-modal-close:focus:after {
  background-color: #ffffff;
}
.cookienotice-modal-close:before,
.cookienotice-modal-close:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 12px;
  z-index: 5;
  width: 16px;
  height: 2px;
  background: #004489;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cookienotice-modal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* Header
   ========================================================================== */
.cookienotice-modal-header {
  position: relative;
  padding-right: 50px;
}
.cookienotice-modal-label {
  display: block;
  margin: 0 20px 20px 0;
  color: #004489;
  font-size: 1.7rem;
  font-weight: bold;
  text-transform: uppercase;
}
.cookienotice-modal-description {
  margin: 20px 0;
  padding-bottom: 20px;
}
/* Groupes
   ========================================================================== */
.cookienotice-group {
  padding: 20px 0;
}
.cookienotice-group:after {
  height: 1px;
}
.cookienotice-group:last-child:after {
  display: none;
}
.cookienotice-modal-header,
.cookienotice-service--all,
.cookienotice-group {
  position: relative;
  margin-bottom: 40px;
}
.cookienotice-modal-header:after,
.cookienotice-service--all:after,
.cookienotice-group:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 150px;
  height: 2px;
  background: #004489;
}
.cookienotice-group--label {
  color: #004489;
  font-size: 1.1em;
  font-weight: bold;
}
/* Services
   ========================================================================== */
.cookienotice-services ul {
  margin: 0;
  padding: 0;
}
.cookienotice-services li {
  list-style: none;
}
.cookienotice-services .cookienotice-group:before,
.cookienotice-services .cookienotice-service:before {
  content: none;
}
.cookienotice-services .cookienotice-group,
.cookienotice-services .cookienotice-service {
  padding-left: 0;
  margin: 0;
}
.cookienotice-services .cookienotice-group {
  margin-bottom: 40px;
}
.cookienotice-services .cookienotice-group ul {
  margin: 0;
}
.cookienotice-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cookienotice-service .cookienotice-service-description {
  margin: 6px 0 0;
  color: #888;
  font-size: 0.8em;
}
.cookienotice-group .cookienotice-service:last-of-type {
  border-bottom: 0;
}
a.cookienotice-service-label:focus {
  outline: 1px dotted #000;
}
.cookienotice-service-action {
  cursor: pointer;
}
.cookienotice-service-action.is-disagreed .cookienotice-service-action-input {
  grid-template-columns: 0fr 1fr 1fr;
}
.cookienotice-service-action.is-disagreed .cookienotice-service-action-input:before {
  background-color: #d9534f;
}
.cookienotice-service-action.is-agreed .cookienotice-service-action-input {
  grid-template-columns: 1fr 1fr 0fr;
}
.cookienotice-service-action.is-agreed .cookienotice-service-action-input:before {
  background-color: #5cb85c;
}
.cookienotice-service-action-input {
  display: grid;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  padding: 4px;
  width: 52px;
  height: 30px;
  background: #555;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cookienotice-service-action-input:before {
  content: "";
  grid-column: 2;
  background: #ccc;
  border-radius: 50%;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.cookienotice-service-action-input--checkbox,
.cookienotice-service-action-label {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.cookienotice-service--all {
  border-bottom: 0;
}
.cookienotice-service--all ~ .cookienotice-service--all:after {
  bottom: auto;
  top: -20px;
}
.cookienotice-service-all-label {
  margin-bottom: 0;
  color: #004489;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
}
/* ==========================================================================
   Service handler
   ========================================================================== */
.cookienotice-service-handler-container {
  position: relative;
}
.cookienotice-service-handler-container.is-agreed .cookienotice-service-handler {
  display: none;
}
.cookienotice-service-handler {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: auto;
}
.cookienotice-service-handler:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.cookienotice-service-handler > * {
  position: relative;
  z-index: 10;
}
.cookienotice-service-handler-label {
  color: #ffffff;
  text-align: center;
}
.cookienotice-service-handler-btn {
  cursor: pointer;
  color: #ffffff;
  border-color: #ffffff;
}
.cookienotice-service-handler-btn:hover,
.cookienotice-service-handler-btn:focus {
  color: #000;
  background-color: #ffffff;
}
/* ==========================================================================
   GENERAL
   ========================================================================== */
.single {
  position: relative;
}
.single .content-header {
  margin-bottom: 60px;
}
.single .highlight,
.single .keynumber {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  max-width: 450px;
  padding: 40px;
  margin-bottom: 30px;
  color: #ffffff;
  text-align: center !important;
}
.single .highlight:before,
.single .keynumber:before,
.single .highlight:after,
.single .keynumber:after {
  position: absolute;
  content: '';
  display: block;
  width: 291px;
  height: 274px;
  background: url('../../../nuviatech/dist/img/patterns/pattern-bubbles-primary.svg') no-repeat;
  z-index: 5;
}
.single .highlight:before,
.single .keynumber:before {
  top: -43px;
  left: -67px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.single .highlight:after,
.single .keynumber:after {
  bottom: -43px;
  right: -67px;
}
.single .keynumber {
  background-color: #004489;
  font-size: 1.33333333em;
  line-height: 1;
  text-transform: uppercase;
}
.single .keynumber strong {
  font-weight: normal;
  font-family: "vinci_sansbold", Arial, Verdana, sans-serif;
  font-size: 2.77777778em;
}
.single .highlight {
  background-color: #0079BE;
  font-weight: normal;
  font-family: "vinci_sansmedium", Arial, Verdana, sans-serif;
  font-size: 1.55555556em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .single .highlight,
  .single .keynumber {
    max-width: 490px;
    padding: 80px;
  }
  .single[style*="text-align: left;"] {
    float: left;
    margin-right: 30px;
  }
  .single[style*="text-align: right;"] {
    float: right;
    margin-left: 30px;
  }
}
.single-header {
  position: relative;
  z-index: 5;
  background: #ffffff url('../../../nuviatech/dist/img/backgrounds/default-banner.jpg') center no-repeat;
  background-size: cover;
}
.single-header:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.25);
}
.single-header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 130px;
  padding-bottom: 20px;
  min-height: 295px;
  z-index: 25;
}
.single-header.l-icon .icon {
  display: block;
  width: 70px;
  height: 70px;
  background: #004489;
  border-radius: 35px;
  text-align: center;
  margin-bottom: 10px;
}
.single-header.l-icon .icon:before {
  display: block;
  font-size: 2.22222222em;
  color: #ffffff;
  line-height: 70px;
}
@media screen and (min-width: 767px) {
  .single-header.l-icon .title-wrapper {
    position: relative;
    padding-left: 85px;
  }
  .single-header.l-icon .icon {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
}
.single-title {
  color: #004489;
  line-height: 1;
}
.title-wrapper .single-title {
  margin-bottom: 0;
}
.l-banner .single-title {
  color: #ffffff;
}
.l-center .single-title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single-title {
    font-size: 2.22222222em;
    line-height: 1;
  }
}
.single-subtitle {
  font-weight: normal;
  font-family: "vinci_sanslight", Arial, Verdana, sans-serif;
  font-size: 1.55555556em;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: initial;
}
.l-banner .single-subtitle {
  color: #ffffff;
}
.single-intro {
  font-size: 1.16666667em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
.single-intro a {
  text-decoration: underline;
}
.single-body {
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 60px;
}
.single-body a:not(.btn) {
  font-weight: normal;
  font-family: "vinci_sansmedium", Arial, Verdana, sans-serif;
  text-decoration: underline;
}
.single-body img.alignleft {
  margin-right: 40px;
}
.single-body img.alignleft + ul {
  float: left;
}
.single-body img.alignleft + ul + * {
  clear: both;
}
.single-body img.alignright {
  margin-left: 40px;
}
.single-body img.size-medium {
  max-width: calc(50% - 20px);
}
.single-body ul {
  overflow: hidden;
}
html[lang="cs-CZ"] .single-body a:not(.btn) {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .single-body img.alignright,
  .single-body img.alignleft {
    display: block;
    margin: 0 auto 20px;
  }
}
.single-content {
  position: relative;
  z-index: 10;
}
/* ==========================================================================
   NEWS
   ========================================================================== */
.single--post .post-infos {
  margin: 0 auto;
  padding: 15px;
  max-width: 310px;
  color: #7b7b7b;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 0.88888889em;
  text-transform: uppercase;
}
.single--post .post-infos p {
  margin-bottom: 0;
}
.single--post .single-body.no-image {
  max-width: 900px;
}
.single--post .single-footer {
  margin-top: 60px;
}
/* ==========================================================================
   Archive
   ========================================================================== */
.single--archive .archive-content-title {
  margin-bottom: 27px;
  text-align: center;
}
.single--archive .archive-content {
  margin-bottom: 40px;
}
/* ==========================================================================
   PRODUCTS
   ========================================================================== */
.single--product .item-intro {
  margin-bottom: 20px;
}
.single--product .item-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.single--product .item-shop .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.single--product .body-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.single--product .product-content iframe,
.single--product .product-content .l-half {
  margin-bottom: 0;
}
.single--product .product-video {
  display: block;
}
.single--product .product-video iframe {
  display: block;
}
@media screen and (max-width: 767px) {
  .single--product .product-content iframe {
    margin-bottom: 20px;
  }
  .single--product .item-key-features .list-item {
    display: block;
    float: none;
    width: 100%;
  }
  .single--product .item-key-features .list-item:nth-child(even) {
    margin-left: 0;
  }
  .single--product .item-shop {
    display: block;
    text-align: center;
  }
  .single--product .item-shop .btn {
    width: 100%;
    margin-left: 0;
  }
}
/**
 * Styleguide Block
 * @desc         Module block
 * @name         block.less
 * @author       KB, MM
 * @tested       Chrome
 * @requires     config.less
 */
/*
Style générique des blocks de mon site

Markup: <div class="block $modifierClass"></div>
 
Styleguide Blocks - 1. Block standard
*/
.block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
.block .block-title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 2em;
}
html[lang="cs-CZ"] .block .block-title {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
}
.block .block-description {
  margin-bottom: 20px;
}
.block .block-baseline {
  margin-bottom: 30px;
  font-size: 1.16666667em;
  line-height: 1.2;
  text-align: center;
}
/* ==========================================================================
   BLOCK BANNER
   ========================================================================== */
.block--banner {
  padding: 0;
  background: #004489 center no-repeat;
  background-size: cover;
}
.block--banner:before,
.block--banner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.block--banner:before {
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
}
.block--banner:after {
  height: 180px;
  background: -webkit-gradient(linear, left top, left bottom, from(#004489), to(transparent));
  background: linear-gradient(to bottom, #004489, transparent);
  z-index: 25;
}
.block--banner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 530px;
  z-index: 100;
}
/* ==========================================================================
   BLOCK TEXT
   ========================================================================== */
.block--text {
  text-align: center;
  padding: 0;
  margin: 40px 0;
}
.block--text .block-title {
  margin-bottom: 30px;
  color: #004489;
}
.block--text p {
  margin-bottom: 15px;
}
/* ==========================================================================
   BLOCK INTRO
   ========================================================================== */
/* ==========================================================================
   BLOCK TEXT HP
   ========================================================================== */
/* ==========================================================================
   PRODUCT FAMILIES
   ========================================================================== */
.block--products-families {
  padding-top: 0;
  padding-bottom: 0;
}
.block--products-families .block-title {
  margin-bottom: 30px;
}
/* ==========================================================================
   NEWS
   ========================================================================== */
.block--news {
  padding: 60px 0;
  background: #004489 -webkit-gradient(linear, left bottom, left top, from(#004489), to(#0079BE));
  background: #004489 linear-gradient(to top, #004489, #0079BE);
}
.block--news .part {
  float: left;
  padding: 45px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.block--news .part .part-title {
  margin-bottom: 30px;
  color: #333;
  font-weight: normal;
  font-family: "vinci_sansmedium", Arial, Verdana, sans-serif;
  line-height: 1;
  font-size: 2em;
}
.block--news .part .part-content {
  position: relative;
  margin: 0 0 20px;
}
.block--news .part .part-list {
  max-width: 450px;
}
.block--news .part-news {
  position: relative;
  width: 54%;
  color: #333;
  background-color: #ffffff;
  z-index: 25;
}
.block--news .news-image {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.block--news .news-content {
  position: relative;
}
.block--news .news-content.no-image {
  margin-left: 0;
  min-height: 0;
}
.block--news .news-title {
  color: #333;
  font-weight: normal;
  font-family: "vinci_sansregular", Arial, Verdana, sans-serif;
}
.block--news .news-excerpt {
  margin-bottom: 15px;
}
.block--news .news-link {
  color: #333;
  text-decoration: underline;
}
.block--news .part-events {
  padding: 45px 30px 0;
  width: 46%;
  z-index: 5;
}
.block--news .part-events .part-wrapper {
  position: relative;
  z-index: 25;
}
.block--news .part-events:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 110%;
  height: 2000px;
  background: -webkit-gradient(linear, left top, right top, from(#0459AF), to(rgba(0, 68, 137, 0.5)));
  background: linear-gradient(to right, #0459AF, rgba(0, 68, 137, 0.5));
  -webkit-transform: translate(-100px, -50%) rotate(30deg);
          transform: translate(-100px, -50%) rotate(30deg);
  z-index: 5;
}
.block--news .part-events .part-title {
  color: #ffffff;
}
.block--news .part-events .list {
  margin-bottom: 15px;
}
.block--news .part-events .item-title,
.block--news .part-events .item-infos,
.block--news .part-events .item-link {
  color: #ffffff;
}
html[lang="cs-CZ"] .block--news .part-events .part-title,
html[lang="cs-CZ"] .block--news .part-events .news-title {
  font-family: Arial, Verdana, sans-serif;
}
html[lang="cs-CZ"] .block--news .part-events .part-title {
  font-weight: bold;
}
html[lang="cs-CZ"] .block--news .part-events .news-title {
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .block--news {
    padding: 0;
  }
  .block--news .part .part-content {
    margin: 0 auto 20px;
  }
  .block--news .part-events {
    padding: 45px 30px;
  }
  .block--news .news-image {
    display: none;
  }
  .block--news .news-content {
    min-height: auto;
  }
  .block--news .row {
    padding: 0;
  }
  .block--news .part {
    float: none;
    width: 100%;
  }
  .block--news .part-title {
    text-align: center;
  }
  .block--news .part-footer {
    text-align: center;
  }
  .block--news .part-events {
    max-width: none;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
  }
  .block--news .news-image {
    display: none;
  }
  .block--news .news-content {
    margin: 0;
    margin-bottom: 40px;
  }
}
/* ==========================================================================
   IMPLANTATIONS
   ========================================================================== */
.block--implantations {
  padding: 0;
}
.block--implantations .block-header {
  text-align: center;
}
.block--implantations .block-title {
  margin-bottom: 30px;
  color: #000;
}
.block--implantations .block-body {
  position: relative;
}
.block--implantations .block-legend {
  z-index: 5;
  background: #ffffff;
  padding: 20px 15px 0;
  overflow: hidden;
}
.block--implantations .block-legend .legend {
  margin-bottom: 20px;
  padding: 0 15px;
}
.block--implantations .block-legend .marker {
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}
@media screen and (min-width: 768px) {
  .block--implantations .block-legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* ==========================================================================
   EVENTS
   ========================================================================== */
.block--events {
  padding: 0;
}
/* ==========================================================================
   PUSH
   ========================================================================== */
/*
Markup: url()->find(.block--push)

Styleguide Blocs - 1.block--push
*/
.block--push {
  display: block;
  background: #333;
  color: #ffffff;
  text-align: center;
  background-size: cover;
  padding: 80px 0;
}
.block--push .item-image {
  display: block;
  background: #004489 top center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.block--push:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 25;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block--push .item-wrapper {
  position: relative;
  z-index: 100;
}
.block--push .block-title {
  color: #ffffff;
}
.block--push:hover {
  color: #ffffff;
}
.block--push:hover:before {
  background: rgba(0, 0, 0, 0.3);
}
/* ==========================================================================
   Bloc "Need help?" pleine largeur
   ========================================================================== */
/* ==========================================================================
   ADDRESS
   ========================================================================== */
.widget--address {
  padding: 40px;
  color: #ffffff;
  background-color: #004489;
  text-align: center;
}
.widget--address p {
  font-weight: normal;
  font-family: "vinci_sansmedium", Arial, Verdana, sans-serif;
  font-size: 1.55555556em;
  line-height: 1.2;
}
.widget--address .address-name {
  margin-bottom: 30px;
  font-weight: normal;
  font-family: "vinci_sansbold", Arial, Verdana, sans-serif;
  font-size: 2.33333333em;
  text-transform: uppercase;
}
.widget--address .address-mail {
  margin-top: 30px;
  font-weight: normal;
  font-family: "vinci_sansregular", Arial, Verdana, sans-serif;
  font-size: 1em;
}
.widget--address .icon {
  position: relative;
  top: 0.15em;
  margin-right: 10px;
}
/* ==========================================================================
   ILLUsTRATIONS
   ========================================================================== */
.block--illustrations {
  display: none;
  padding: 0;
}
.block--illustrations .block-title {
  position: relative;
  font-weight: normal;
  font-family: "vinci_sansmedium", Arial, Verdana, sans-serif;
  font-size: 1.11111111em;
  text-transform: uppercase;
  color: #333;
}
.block--illustrations .block-title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #333 transparent transparent transparent;
}
.block--illustrations .illustration-background {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 1236px) {
  .block--illustrations {
    display: block;
  }
}
/* ==========================================================================
   FILES
   ========================================================================== */
.block--files {
  padding: 0;
}
.block--files .block-title {
  margin-bottom: 40px;
  color: #004489;
}
/* ==========================================================================
   VIDEO
   ========================================================================== */
.block--video {
  background: #004489 -webkit-gradient(linear, left bottom, left top, from(#022169), to(#004489)) no-repeat center;
  background: #004489 linear-gradient(to top, #022169, #004489) no-repeat center;
  padding: 0;
}
.block--video .wrapper-video,
.block--video .wrapper-keynumbers {
  position: relative;
  z-index: 25;
}
.block--video .wrapper-video {
  padding: 120px 30px 80px;
}
.block--video .wrapper-video:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../../../nuviatech/dist/img/background-video.svg') no-repeat center;
  z-index: 5;
  opacity: 0.1;
}
.block--video .wrapper-keynumbers {
  background-color: rgba(0, 0, 0, 0.3);
}
.block--video .item-video {
  display: block;
  position: relative;
  width: 830px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 25;
}
.block--video .item-video .item-title {
  margin: 0;
  margin-top: 20px;
  font-weight: normal;
  font-family: "vinci_sansmedium", Arial, Verdana, sans-serif;
  font-size: 1em;
  color: #ffffff;
  text-transform: none;
  text-align: center;
}
.block--video .item-video .btn--play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block--video .item-video img {
  display: block;
}
.block--video .item-video iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.block--video .video-loader {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block--video .video-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.block--video .video-loader:hover .btn--play {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
html[lang="cs-CZ"] .block--video .item-video .item-title {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .block--video .wrapper-video {
    padding: 40px 30px 40px;
  }
  .block--video .wrapper-video:before {
    background-size: 150% auto;
  }
}
/* ==========================================================================
   KEYNUMBERS
   ========================================================================== */
/*
Markup: url()->find(.block--keynumbers)

Styleguide Blocs - 1.block--keynumbers
*/
.block--keynumbers {
  background: #004489;
  background: linear-gradient(45deg, #004489, #0079BE);
  padding: 60px 0;
  margin-bottom: 40px;
}
.block--keynumbers .row {
  z-index: 25;
}
.block--keynumbers:before,
.block--keynumbers:after {
  position: absolute;
  content: '';
  display: block;
  width: 291px;
  height: 274px;
  background: url('../../../nuviatech/dist/img/patterns/pattern-bubbles-primary.svg') no-repeat;
  z-index: 5;
}
.block--keynumbers:before {
  top: -43px;
  left: -67px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.block--keynumbers:after {
  bottom: -43px;
  right: -67px;
}
/* ==========================================================================
   RELATED PRODUCTS
   ========================================================================== */
/*
Markup: url()->find(.block--related-products)

Styleguide Blocs - 1.block--related-products
*/
.block--related-products .block-title {
  margin-bottom: 40px;
}
.slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.slider .owl-prev,
.slider .owl-next {
  position: absolute;
  top: 50%;
  height: 20px;
  width: 20px;
  padding: 10px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider .owl-prev:before,
.slider .owl-next:before,
.slider .owl-prev:after,
.slider .owl-next:after {
  content: "";
  position: absolute;
  top: 45%;
  left: 35%;
  height: 2px;
  width: 18px;
  background-color: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slider .owl-prev:before,
.slider .owl-next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -6px;
}
.slider .owl-prev:after,
.slider .owl-next:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 6px;
}
.slider .owl-prev {
  left: 5px;
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}
.slider .owl-prev:hover {
  -webkit-transform: translateX(-3px) scaleX(-1) translateY(-50%);
          transform: translateX(-3px) scaleX(-1) translateY(-50%);
}
.slider .owl-next {
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slider .owl-next:hover {
  -webkit-transform: translateX(3px) translateY(-50%);
          transform: translateX(3px) translateY(-50%);
}
.slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
.slider .owl-dots .owl-dot {
  float: left;
  height: 12px;
  width: 12px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  outline: none;
}
.slider .owl-dots .owl-dot.active,
.slider .owl-dots .owl-dot:hover {
  background-color: #022169;
}
@media screen and (max-width: 767px) {
  .slider .owl-dots .owl-dot {
    width: 24px;
    height: 24px;
    border-width: 4px;
  }
}
/* ==========================================================================
   SLIDER PRIMARY
   ========================================================================== */
.slider--primary img {
  width: auto !important;
  max-width: none;
}
.slider--primary .owl-stage-outer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 180px;
  background: -webkit-gradient(linear, left top, left bottom, from(#004489), to(transparent));
  background: linear-gradient(to bottom, #004489, transparent);
  z-index: 5;
}
.slider--primary .owl-item,
.slider--primary .slider-item {
  height: 530px;
}
.slider--primary .owl-item {
  position: relative;
  overflow: hidden;
}
.slider--primary a.slider-item {
  cursor: pointer;
}
.slider--primary .slider-item {
  display: block;
  background: #004489 -webkit-gradient(linear, left bottom, left top, from(#262C58), to(#17548F));
  background: #004489 linear-gradient(to top, #262C58, #17548F);
}
.slider--primary .slider-item:before,
.slider--primary .slider-item:after {
  content: '';
  display: block;
  position: absolute;
}
.slider--primary .slider-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 25;
}
.slider--primary .slider-item:after {
  width: 500px;
  height: 1087px;
  top: -370px;
  right: 500px;
  background: url('../img/slider-bubbles.svg');
  z-index: 25;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.slider--primary .slider-container {
  z-index: 100;
  height: 100%;
}
.slider--primary .slider-image {
  position: absolute;
  top: 0;
  right: 0;
}
.slider--primary .slider-baseline {
  position: absolute;
  bottom: 80px;
  left: 30px;
  right: 30px;
  font-weight: normal;
  font-family: "vinci_sanslight", Arial, Verdana, sans-serif;
  font-size: 1.33333333em;
  line-height: 1.25;
  color: #ffffff;
  text-align: left;
  letter-spacing: 1px;
  max-width: 450px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .slider--primary .slider-item:before {
    top: 0;
    left: -50vw;
    right: 500px;
    bottom: 0;
    background: #004489 -webkit-gradient(linear, left bottom, left top, from(#262C58), to(#17548F));
    background: #004489 linear-gradient(to top, #262C58, #17548F);
    z-index: 5;
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);
  }
  .slider--primary .slider-baseline {
    bottom: 140px;
  }
}
html[lang="cs-CZ"] .slider--primary .slider-baseline {
  font-family: Arial, Verdana, sans-serif;
  font-weight: 300;
}
.accordion {
  margin-bottom: 40px;
}
.l-sidebar .accordion .accordion-toggle {
  font-size: 16px;
}
.accordion.l-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}
.accordion-item {
  margin-bottom: 2px;
  -webkit-transition: margin-bottom 0.3s;
  transition: margin-bottom 0.3s;
}
.accordion-item.is-opened {
  margin-bottom: 7px;
}
.l-rounded > .accordion-item {
  margin-bottom: 12px;
}
.l-rounded > .accordion-item .accordion-toggle {
  border-radius: 30px;
}
[data-accordion-toggle] {
  position: relative;
  cursor: pointer;
  padding-right: 22px;
}
[data-accordion-toggle]:before {
  display: block;
  position: absolute;
  line-height: 1;
  top: 6px;
  right: 0;
  z-index: 5;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.is-opened > [data-accordion-toggle]:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.accordion-toggle {
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
  font-family: "vinci_sansmedium", Arial, Verdana, sans-serif;
  background-color: #004489;
  padding: 10px 22px;
  padding-right: 60px;
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion-toggle:before {
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion-body {
  padding: 20px 22px;
  font-size: 16px;
  overflow: hidden;
}
/*
Markup: url()->find(.accordion--keyfeatures)

Styleguide Blocs - 1.accordion--keyfeatures
*/
.accordion--keyfeatures .accordion-body .list {
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
}
.accordion--keyfeatures .accordion-body .list-item {
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .accordion--keyfeatures .accordion-body .list-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .accordion--keyfeatures .accordion-body .list-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
    width: 100%;
  }
  .accordion--keyfeatures .accordion-body .list-item:nth-child(1n + 1) {
    clear: left;
  }
}
/* ==========================================================================
   MAP
   ========================================================================== */
.map {
  position: relative;
  min-height: 485px;
  z-index: 5;
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.15);
}
.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  background: #004489;
}
.marker-cluster span {
  font-weight: normal;
  font-family: "vinci_sansbold", Arial, Verdana, sans-serif;
  color: #ffffff;
  line-height: 30px;
  font-size: 16px;
}
html[lang="cs-CZ"] .marker-cluster span {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
}
/* ==========================================================================
   MARKERS
   ========================================================================== */
.marker {
  position: relative;
  z-index: 10;
  display: block;
  width: 20px;
  height: 20px;
  background: #000;
  border: solid 2px #ffffff;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.marker.marker--head {
  background: #ee2e24;
}
.marker.marker--implantation {
  background: #0079BE;
}
.marker.is-active,
.marker.is-open {
  z-index: 20;
}
.scroller-item {
  /* ==========================================================================
       BLOCK
       ========================================================================== */
}
.scroller-item.single-body,
.scroller-item .block-title,
.scroller-item .block-description,
.scroller-item .block-body,
.scroller-item .block-footer {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.scroller-item .block-description {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.scroller-item .block-footer {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.scroller-item .accordion .accordion-item {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.scroller-item .accordion .accordion-item:nth-child(12) {
  -webkit-transition-delay: 4.8s;
          transition-delay: 4.8s;
}
.scroller-item .accordion .accordion-item:nth-child(11) {
  -webkit-transition-delay: 4.4s;
          transition-delay: 4.4s;
}
.scroller-item .accordion .accordion-item:nth-child(10) {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
.scroller-item .accordion .accordion-item:nth-child(9) {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}
.scroller-item .accordion .accordion-item:nth-child(8) {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}
.scroller-item .accordion .accordion-item:nth-child(7) {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.scroller-item .accordion .accordion-item:nth-child(6) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.scroller-item .accordion .accordion-item:nth-child(5) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.scroller-item .accordion .accordion-item:nth-child(4) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.scroller-item .accordion .accordion-item:nth-child(3) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.scroller-item .accordion .accordion-item:nth-child(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.scroller-item .accordion .accordion-item:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.scroller-item.is-hidden .accordion .accordion-item {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}
.scroller-item .list--icons .list-item,
.scroller-item .list--keynumbers .list-item {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.scroller-item .list--icons .list-item:nth-child(12),
.scroller-item .list--keynumbers .list-item:nth-child(12) {
  -webkit-transition-delay: 4.8s;
          transition-delay: 4.8s;
}
.scroller-item .list--icons .list-item:nth-child(11),
.scroller-item .list--keynumbers .list-item:nth-child(11) {
  -webkit-transition-delay: 4.4s;
          transition-delay: 4.4s;
}
.scroller-item .list--icons .list-item:nth-child(10),
.scroller-item .list--keynumbers .list-item:nth-child(10) {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
.scroller-item .list--icons .list-item:nth-child(9),
.scroller-item .list--keynumbers .list-item:nth-child(9) {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}
.scroller-item .list--icons .list-item:nth-child(8),
.scroller-item .list--keynumbers .list-item:nth-child(8) {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}
.scroller-item .list--icons .list-item:nth-child(7),
.scroller-item .list--keynumbers .list-item:nth-child(7) {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.scroller-item .list--icons .list-item:nth-child(6),
.scroller-item .list--keynumbers .list-item:nth-child(6) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.scroller-item .list--icons .list-item:nth-child(5),
.scroller-item .list--keynumbers .list-item:nth-child(5) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.scroller-item .list--icons .list-item:nth-child(4),
.scroller-item .list--keynumbers .list-item:nth-child(4) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.scroller-item .list--icons .list-item:nth-child(3),
.scroller-item .list--keynumbers .list-item:nth-child(3) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.scroller-item .list--icons .list-item:nth-child(2),
.scroller-item .list--keynumbers .list-item:nth-child(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.scroller-item .list--icons .list-item:nth-child(1),
.scroller-item .list--keynumbers .list-item:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.scroller-item.is-hidden .list--icons .list-item,
.scroller-item.is-hidden .list--keynumbers .list-item {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}
.scroller-item.is-hidden.single-body,
.scroller-item.is-hidden .block-title,
.scroller-item.is-hidden .block-description,
.scroller-item.is-hidden .block-body,
.scroller-item.is-hidden .block-footer {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}
.scroller-item.block--pushes .block-link {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.scroller-item.block--pushes.is-hidden .block-link {
  opacity: 0;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}
.scroller-item.block--video .video-title {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.scroller-item.block--video.is-hidden .video-link,
.scroller-item.block--video.is-hidden .video-title {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}
.scroller-item.block--news .list-item {
  -webkit-transition: none;
  transition: none;
}
.scroller-item.block--news .part,
.scroller-item.block--news .part-header,
.scroller-item.block--news .part-content,
.scroller-item.block--news .part-footer {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.scroller-item.block--news .part-header {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.scroller-item.block--news .part-content {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.scroller-item.block--news .part-footer {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.scroller-item.block--news.is-hidden .part,
.scroller-item.block--news.is-hidden .part-header,
.scroller-item.block--news.is-hidden .part-content,
.scroller-item.block--news.is-hidden .part-footer {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}
.scroller-item.block--news.is-hidden .part-news {
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
}
.scroller-item.block--news.is-hidden .part-events {
  -webkit-transform: translate(25px);
          transform: translate(25px);
}
/* ==========================================================================
   Spinner
   ========================================================================== */
.spinner--overlay {
  position: relative;
}
.spinner-wrapper {
  display: none;
}
.is-loading .spinner-wrapper {
  display: inline-block;
}
/* ==========================================================================
   Overlay
   ========================================================================== */
.spinner--overlay .spinner-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.spinner--overlay .spinner-wrapper-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  padding: 15px;
  margin: -30px;
  width: 44px;
  height: 44px;
}
.spinner--overlay .spinner-text {
  position: absolute;
  bottom: -60px;
  left: 50%;
  z-index: 5;
  width: 300px;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.spinner--overlay.l-spinner .spinner-wrapper-inner {
  background: no-repeat center #004489;
  border-radius: 50%;
}
.spinner--overlay.l-spinner.is-loading .spinner-wrapper-inner {
  background-image: url("../../../nuviatech/dist/img/spinners/tail-spin.svg");
}
/* ==========================================================================
   Toggle
   ========================================================================== */
.togglemenu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  color: #004489;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99999;
  outline: none;
}
.togglemenu-toggle span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.togglemenu-toggle span:before,
.togglemenu-toggle span:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.togglemenu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  text-indent: -9999px;
  font-size: 0;
  background: #004489;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.togglemenu-toggle span:before,
.togglemenu-toggle span:after {
  content: "";
  display: block;
  position: relative;
  top: -8px;
  left: 0;
  width: 25px;
  height: 2px;
  background: #004489;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.togglemenu-toggle span:after {
  left: 0;
  top: 6px;
}
.togglemenu-toggle:hover span {
  width: 20px;
}
.l-banner .togglemenu-toggle {
  color: #ffffff;
}
.l-banner .togglemenu-toggle span,
.l-banner .togglemenu-toggle span:before,
.l-banner .togglemenu-toggle span:after {
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .togglemenu-toggle {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .togglemenu-toggle {
    display: none;
  }
}
/* ==========================================================================
   Togglemenu
   ========================================================================== */
.togglemenu-copy {
  display: none;
}
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   TogglemenuHover
   ========================================================================== */
@media screen and (min-width: 1280px) {
  .nav--main .nav-item {
    float: none;
  }
  .mainHeader-inner .nav--main {
    display: block;
  }
  .l-banner .nav--main a {
    color: #ffffff;
  }
  .l-banner .nav--main a:hover {
    color: #ffffff;
  }
  .l-banner .nav--main .depth-1 > .is-active > a,
  .l-banner .nav--main .depth-1 > .nav-item > a:hover {
    color: #ffffff;
  }
  .l-banner .nav--main .depth-1 > .is-active > a:before,
  .l-banner .nav--main .depth-1 > .nav-item > a:hover:before {
    background-color: #ffffff;
  }
  .nav--main a {
    text-transform: uppercase;
    color: #000;
  }
  .nav--main a:hover {
    color: #ee2e24;
  }
  .nav--main .nav-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .nav--main .sub-menu {
    background: #004489 -webkit-gradient(linear, left bottom, left top, from(#004489), to(#0079BE));
    background: #004489 linear-gradient(to top, #004489, #0079BE);
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav--main .sub-menu .nav-item {
    width: 100%;
  }
  .nav--main .sub-menu a {
    color: #ffffff;
  }
  .nav--main .is-parent > .item-depth {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: -1;
    width: 280px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .nav--main .is-parent > .item-depth.depth-3 {
    top: -10px;
    width: 340px;
    left: 280px;
  }
  .nav--main .is-parent.is-active > .item-depth {
    z-index: 50;
    max-height: 1000px;
    overflow: visible;
    padding: 10px 0;
  }
  .nav--main .is-active > a {
    color: #ffffff;
  }
  .nav--main .depth-1 > .is-parent:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 11px);
            transform: translate(-50%, 11px);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 0px 10px;
    border-color: transparent;
    -webkit-transition: border-color 0.5s, border-width 0.5s, -webkit-transform 0.5s;
    transition: border-color 0.5s, border-width 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, border-color 0.5s, border-width 0.5s;
    transition: transform 0.5s, border-color 0.5s, border-width 0.5s, -webkit-transform 0.5s;
  }
  .nav--main .depth-1 > .is-parent.is-active:before {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border-width: 0 10px 11px 10px;
    border-color: transparent transparent #0079BE transparent;
  }
  .nav--main .depth-1 > .nav-item {
    display: inline-block;
  }
  .nav--main .depth-1 > .nav-item > a {
    position: relative;
    font-size: 18px;
    padding: 0 15px;
    line-height: 90px;
  }
  .nav--main .depth-1 > .nav-item > a:before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    right: 50%;
    height: 1px;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav--main .depth-1 > .is-active > a,
  .nav--main .depth-1 > .nav-item > a:hover {
    color: #004489;
  }
  .nav--main .depth-1 > .is-active > a:before,
  .nav--main .depth-1 > .nav-item > a:hover:before {
    content: "";
    left: 15px;
    right: 15px;
    background-color: #004489;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .nav--main .depth-2 .is-parent > a {
    position: relative;
  }
  .nav--main .depth-2 .nav-item {
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav--main .depth-2 a {
    display: inline-block;
    padding: 0;
  }
  .nav--main .depth-2 a:after {
    content: "";
    position: relative;
    display: block;
    width: 0;
    left: 0;
    bottom: 4px;
    background-color: #ffffff;
    height: 1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .nav--main .depth-2 a:hover:after {
    width: 100%;
  }
}
/* ==========================================================================
   Togglemenu overlay
   ========================================================================== */
/* Toggle
   ========================================================================== */
.is-togglemenu-open .togglemenu-toggle span {
  width: 0;
  background-color: #ffffff;
}
.is-togglemenu-open .togglemenu-toggle span:before,
.is-togglemenu-open .togglemenu-toggle span:after {
  top: 0;
  left: -12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #ffffff;
}
.is-togglemenu-open .togglemenu-toggle span:after {
  top: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-togglemenu-open .mainHeader-inner .togglemenu-toggle {
  opacity: 1;
}
.togglemenu--overlay .togglemenu-toggle {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
.is-togglemenu-open .togglemenu--overlay .togglemenu-toggle {
  opacity: 1;
}
/* Menu
   ========================================================================== */
.togglemenu--overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  visibility: hidden;
  overflow: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.logged-in .togglemenu--overlay {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .logged-in .togglemenu--overlay {
    top: 46px;
  }
}
.togglemenu--overlay:before {
  content: "";
  position: fixed;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 125%;
  background: -webkit-gradient(linear, left bottom, left top, from(#004489), to(#0079BE));
  background: linear-gradient(to top, #004489, #0079BE);
  -webkit-transform: translateY(-50%) skewY(-8deg);
          transform: translateY(-50%) skewY(-8deg);
}
.is-togglemenu-open .togglemenu--overlay {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  overflow: visible;
  visibility: visible;
}
.togglemenu--overlay .togglemenu-menu {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-right: 55px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.togglemenu--overlay .togglemenu-menu .nav--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.togglemenu--overlay .togglemenu-menu .item-depth {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.togglemenu--overlay .togglemenu-menu .item-depth .item-depth {
  max-height: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.togglemenu--overlay .togglemenu-menu .item-depth .is-active > .item-depth {
  max-height: 80vh;
  z-index: 5;
  opacity: 1;
}
.togglemenu--overlay .togglemenu-menu .nav-item {
  list-style: none;
}
.togglemenu--overlay .togglemenu-menu .nav-item + .nav-item > a {
  border: 0;
}
.togglemenu--overlay .togglemenu-menu .nav-item a {
  position: relative;
  display: block;
  padding: 6px 30px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.togglemenu--overlay .togglemenu-menu .nav-item a:hover,
.togglemenu--overlay .togglemenu-menu .nav-item.is-active > a {
  color: #ffffff;
}
.togglemenu--overlay .togglemenu-menu .depth-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.togglemenu--overlay .togglemenu-menu .depth-2 .nav-item a {
  font-weight: normal;
  font-family: "vinci_sansregular", Arial, Verdana, sans-serif;
  text-transform: none;
}
.togglemenu--overlay .togglemenu-menu .depth-2 .nav-item a:before {
  display: inline-block;
  content: "\276F";
  font-size: 12px;
  margin-right: 10px;
}
.togglemenu--overlay .togglemenu-menu .depth-3 {
  left: 100%;
  width: 100%;
}
.togglemenu--overlay .togglemenu-menu .depth-3 .nav-item {
  float: none;
}
.togglemenu--overlay .togglemenu-menu .is-parent > a {
  position: relative;
}
.togglemenu--overlay .togglemenu-menu .is-parent > a:after {
  display: inline-block;
  content: "\276E";
  top: 2px;
  font-size: 16px;
  margin-left: 10px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.togglemenu--overlay .togglemenu-menu .is-parent.is-active > a:after,
.togglemenu--overlay .togglemenu-menu .is-parent > a:hover:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
/* ==========================================================================
   CustomForm
   ========================================================================== */
.customform {
  cursor: pointer;
}
.customform.is-disabled,
.customform.is-disabled label,
.customform .is-disabled {
  opacity: 0.5;
  cursor: default;
}
.customform-input {
  display: block;
  position: relative;
}
.customform-input > input,
.customform-input > select {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
/* ==========================================================================
   CustomFormSelect
   ========================================================================== */
.customform--select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.customform-selectLabel {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 50px 0 11px;
  text-overflow: ellipsis;
  font-size: 18;
  line-height: 36px;
  color: #333;
  border: 2px solid #333;
  border-radius: 0;
  background: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.customform-selectLabel:focus {
  border-color: #004489;
  outline: 0;
}
.customform-selectLabel:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.customform-selectOptions {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  border: 2px solid #004489;
  border-top: 0;
  border-radius: 0 0 0 0;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.customform-selectOptionGroupLabel,
.customform-selectOptionGroup,
.customform-selectOption {
  display: block;
}
.customform-selectOption {
  padding: 10px 11px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.customform-selectOption:not(.is-disabled):not(.is-selected):hover {
  color: #004489;
  background-color: #f2f2f2;
}
.customform-selectOption.is-selected {
  color: #ffffff;
  background-color: #004489;
}
.customform-selectOptionGroupLabel {
  padding: 10px 11px;
  font-style: italic;
  background-color: #f2f2f2;
  cursor: default;
}
.customform-selectOptionGroup .customform-selectOption {
  padding-left: 14px;
}
/* Main states
   ========================================================================== */
.customform--select.is-open .customform-selectLabel,
.customform--select:not(.is-disabled):hover .customform-selectLabel {
  border-color: #004489;
}
.customform--select.is-open .customform-selectLabel:after,
.customform--select:not(.is-disabled):hover .customform-selectLabel:after {
  color: #004489;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.customform--select.is-open .customform-selectOptions {
  z-index: 50;
  max-height: 280px;
  opacity: 1;
  overflow-y: auto;
}
.customform--select.is-multiple .customform-selectOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 11px;
  padding-right: 11px;
}
.customform--select.is-multiple .customform-selectOption:before {
  content: "\2714";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10px;
  height: 10px;
  line-height: 10px;
  margin-right: 7px;
  border: 1px solid #333;
  color: transparent;
}
.customform--select.is-multiple .customform-selectOption.is-selected {
  color: #333;
  background: transparent;
}
.customform--select.is-multiple .customform-selectOption.is-selected:before {
  color: #004489;
}
.customform--select.is-multiple .customform-selectOption.is-preselected {
  color: #004489;
}
.customform--select.is-multiple .customform-selectOption.is-first {
  display: none;
}
.customform--select.is-disabled .customform-selectLabel:hover {
  border-color: #333;
}
.theme--white,
.theme--white .item-title {
  color: #ffffff;
}
.theme--bg-secondary {
  background-color: #1e2528;
}
/**
 * @desc         Styles des états généraux
 * @name         states.less
 * @author       KB, MM
 * @tested       Firefox
 * @requires     config.less
 */
.is-visuallyHidden,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}
.is-mobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .is-mobile {
    display: block !important;
  }
}
.fixer-header {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.is-fixed.l-banner .fixer-header .togglemenu-toggle span,
.is-fixed .fixer-header .togglemenu-toggle span,
.is-fixed.l-banner .fixer-header .togglemenu-toggle span:before,
.is-fixed .fixer-header .togglemenu-toggle span:before,
.is-fixed.l-banner .fixer-header .togglemenu-toggle span:after,
.is-fixed .fixer-header .togglemenu-toggle span:after {
  background-color: #004489;
}
.is-fixed .fixer-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 5px #999;
          box-shadow: 0 1px 5px #999;
}
.is-fixed .fixer-header .nav--main a {
  color: #000;
}
.is-fixed .fixer-header .nav--main .depth-1 > .is-active > a,
.is-fixed .fixer-header .nav--main .depth-1 > .nav-item > a:hover {
  color: #004489;
}
.is-fixed .fixer-header .nav--main .depth-1 > .is-active > a:before,
.is-fixed .fixer-header .nav--main .depth-1 > .nav-item > a:hover:before {
  background-color: #004489;
}
.is-fixed .fixer-header .nav--main .sub-menu a {
  color: #ffffff;
}
.is-fixed .fixer-header .nav--main .sub-menu a:hover {
  color: #ffffff;
}
.badge-new {
  position: absolute;
  top: -24px;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: white;
  padding: 0 6px;
  color: #004487;
  font-weight: 500;
  font-family: 'vinci_sansmedium';
}
.badge-new.small {
  top: -24px;
  font-size: 14px;
  height: 19px;
}
/* ==========================================================================
   Illustration
   ========================================================================== */
.block--illustrations {
  margin: 1% auto 0;
  width: 1236px;
  overflow: visible;
  /* Familles
       ========================================================================== */
  /* Produits
       ========================================================================== */
}
@media screen and (min-width: 1500px) {
  .block--illustrations .illustration-container {
    left: 128px;
  }
}
.block--illustrations .family-item {
  position: absolute;
  z-index: 5;
  display: block;
  width: 10.2%;
  height: 42px;
  font-weight: normal;
  font-family: "vinci_sansmedium", Arial, Verdana, sans-serif;
  font-size: 1.16666667em;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 0.8;
  letter-spacing: -0.075em;
  -webkit-transform: skewY(-30deg);
          transform: skewY(-30deg);
  background: #ffffff;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block--illustrations .family-item .item-title {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block--illustrations .family-item:before {
  position: absolute;
  bottom: -13px;
  right: 15px;
  z-index: 5;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 11px 0 0;
  border-color: #ffffff transparent transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.block--illustrations .family-item:hover {
  color: #ffffff;
  background-color: #59595b;
}
.block--illustrations .family-item:hover:before {
  border-top-color: #59595b;
}
.block--illustrations .item-radiation-monitoring {
  top: 5%;
  left: 30.55%;
  height: 9.6%;
  color: #7080a0;
}
.block--illustrations .item-radiation-protection {
  top: 33.4%;
  left: 19.6%;
  padding-right: 0;
  padding-left: 0;
  color: #1e9492;
}
.block--illustrations .item-environmental-monitoring {
  top: 33.5%;
  left: 41.7%;
  height: 57px;
  color: #3b67a7;
}
.block--illustrations .item-geophysics {
  top: 41%;
  left: 68%;
  color: #1f8129;
}
.block--illustrations .item-waste-management {
  top: 59.5%;
  left: 8.65%;
  height: 57px;
  color: #3A4582;
}
.block--illustrations .item-laboratories {
  top: 59.9%;
  left: 30.8%;
  color: #19aec9;
}
.block--illustrations .item-homeland-security {
  top: 59.5%;
  left: 52.7%;
  height: 57px;
  color: #21bfb8;
}
.block--illustrations .family-radiation-monitoring .item-btn,
.block--illustrations .family-radiation-monitoring .title-wrapper {
  background-color: #7080a0;
}
.block--illustrations .item-291 {
  top: 21%;
  left: 36%;
}
.block--illustrations .item-1609 {
  top: 27%;
  left: 46%;
}
.block--illustrations .item-1624 {
  top: 23%;
  left: 31%;
}
.block--illustrations .family-radiation-protection .item-btn,
.block--illustrations .family-radiation-protection .title-wrapper {
  background-color: #1e9492;
}
.block--illustrations .item-282 {
  top: 51%;
  left: 38%;
}
.block--illustrations .item-1563 {
  top: 57%;
  left: 27%;
}
.block--illustrations .item-1550 {
  top: 48%;
  left: 23%;
}
.block--illustrations .item-284 {
  top: 38%;
  left: 31%;
}
.block--illustrations .item-2111 {
  top: 45%;
  left: 34%;
}
.block--illustrations .family-environmental-monitoring .item-btn,
.block--illustrations .family-environmental-monitoring .title-wrapper {
  background-color: #3b67a7;
}
.block--illustrations .item-1686 {
  top: 11.5%;
  left: 24.5%;
}
.block--illustrations .item-1684 {
  top: 42%;
  left: 55%;
}
.block--illustrations .item-1682 {
  top: 50%;
  left: 66%;
}
.block--illustrations .item-1697 {
  top: 65%;
  left: 86%;
}
.block--illustrations .family-waste-management .item-btn,
.block--illustrations .family-waste-management .title-wrapper {
  background-color: #3A4582;
}
.block--illustrations .item-345 {
  top: 80%;
  left: 26%;
}
.block--illustrations .item-1467 {
  top: 91%;
  left: 15%;
}
.block--illustrations .item-1453 {
  top: 78%;
  left: 18%;
}
.block--illustrations .family-laboratories .item-btn,
.block--illustrations .family-laboratories .title-wrapper {
  background-color: #19aec9;
}
.block--illustrations .item-1588 {
  top: 76%;
  left: 33%;
}
.block--illustrations .item-1600 {
  top: 94%;
  left: 40%;
}
.block--illustrations .item-1596 {
  top: 77%;
  left: 45%;
}
.block--illustrations .item-1535 {
  top: 64%;
  left: 44%;
}
.block--illustrations .family-homeland-security .item-btn,
.block--illustrations .family-homeland-security .title-wrapper {
  background-color: #21bfb8;
}
.block--illustrations .item-1504 {
  top: 80%;
  left: 60%;
}
.block--illustrations .item-1523 {
  top: 94%;
  left: 72%;
}
.block--illustrations .item-1477 {
  top: 51%;
  left: 82%;
}
.block--illustrations .item-1487 {
  top: 84%;
  left: 79%;
}
.block--illustrations .item-1496 {
  top: 72%;
  left: 67%;
}
.block--illustrations .family-components .item-btn,
.block--illustrations .family-components .title-wrapper {
  background-color: #924a8e;
}
.block--illustrations .item-1383 {
  top: 68%;
  left: 77%;
}
.block--illustrations .item-1405 {
  top: 50%;
  left: 44%;
}
html[lang="fr-FR"] .block--illustrations .family-item.item-radiation-protection {
  font-size: 1.05555556em;
}
html[lang="fr-FR"] .block--illustrations .family-item.item-environmental-monitoring {
  font-size: 1em;
}
