/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/*  -- Remove Margin and Padding -- */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/* --- Variables for fonction --- */
/*
Theme Name: multicolore
*/
/*  --- MEDIA QUERIES ---  */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

@font-face {
  font-family: 'GloberBlack';
  src: url("../fonts/webfonts/2D05A7_0_0.eot");
  src: url("../fonts/webfonts/2D05A7_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2D05A7_0_0.woff2") format("woff2"), url("../fonts/webfonts/2D05A7_0_0.woff") format("woff"), url("../fonts/webfonts/2D05A7_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'GloberBook';
  src: url("../fonts/webfonts/2D05A7_1_0.eot");
  src: url("../fonts/webfonts/2D05A7_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2D05A7_1_0.woff2") format("woff2"), url("../fonts/webfonts/2D05A7_1_0.woff") format("woff"), url("../fonts/webfonts/2D05A7_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'GloberBold';
  src: url("../fonts/webfonts/2D05A7_2_0.eot");
  src: url("../fonts/webfonts/2D05A7_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2D05A7_2_0.woff2") format("woff2"), url("../fonts/webfonts/2D05A7_2_0.woff") format("woff"), url("../fonts/webfonts/2D05A7_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'GloberBoldItalic';
  src: url("../fonts/webfonts/2D05A7_3_0.eot");
  src: url("../fonts/webfonts/2D05A7_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2D05A7_3_0.woff2") format("woff2"), url("../fonts/webfonts/2D05A7_3_0.woff") format("woff"), url("../fonts/webfonts/2D05A7_3_0.ttf") format("truetype"); }

@font-face {
  font-family: 'GloberBlackItalic';
  src: url("../fonts/webfonts/2D05A7_4_0.eot");
  src: url("../fonts/webfonts/2D05A7_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2D05A7_4_0.woff2") format("woff2"), url("../fonts/webfonts/2D05A7_4_0.woff") format("woff"), url("../fonts/webfonts/2D05A7_4_0.ttf") format("truetype"); }

@font-face {
  font-family: 'GloberBookItalic';
  src: url("../fonts/webfonts/2D05A7_5_0.eot");
  src: url("../fonts/webfonts/2D05A7_5_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2D05A7_5_0.woff2") format("woff2"), url("../fonts/webfonts/2D05A7_5_0.woff") format("woff"), url("../fonts/webfonts/2D05A7_5_0.ttf") format("truetype"); }

@font-face {
  font-family: 'GloberHeavy';
  src: url("../fonts/webfonts/2D05A7_6_0.eot");
  src: url("../fonts/webfonts/2D05A7_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2D05A7_6_0.woff2") format("woff2"), url("../fonts/webfonts/2D05A7_6_0.woff") format("woff"), url("../fonts/webfonts/2D05A7_6_0.ttf") format("truetype"); }

@font-face {
  font-family: 'GloberHeavyItalic';
  src: url("../fonts/webfonts/2D05A7_7_0.eot");
  src: url("../fonts/webfonts/2D05A7_7_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2D05A7_7_0.woff2") format("woff2"), url("../fonts/webfonts/2D05A7_7_0.woff") format("woff"), url("../fonts/webfonts/2D05A7_7_0.ttf") format("truetype"); }

@font-face {
  font-family: 'GloberLight';
  src: url("../fonts/webfonts/2D05A7_8_0.eot");
  src: url("../fonts/webfonts/2D05A7_8_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2D05A7_8_0.woff2") format("woff2"), url("../fonts/webfonts/2D05A7_8_0.woff") format("woff"), url("../fonts/webfonts/2D05A7_8_0.ttf") format("truetype"); }

@font-face {
  font-family: 'GloberRegular';
  src: url("../fonts/webfonts/2D05A7_9_0.eot");
  src: url("../fonts/webfonts/2D05A7_9_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2D05A7_9_0.woff2") format("woff2"), url("../fonts/webfonts/2D05A7_9_0.woff") format("woff"), url("../fonts/webfonts/2D05A7_9_0.ttf") format("truetype"); }

@font-face {
  font-family: 'GloberLightItalic';
  src: url("../fonts/webfonts/2D05A7_A_0.eot");
  src: url("../fonts/webfonts/2D05A7_A_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2D05A7_A_0.woff2") format("woff2"), url("../fonts/webfonts/2D05A7_A_0.woff") format("woff"), url("../fonts/webfonts/2D05A7_A_0.ttf") format("truetype"); }

@font-face {
  font-family: 'GloberRegularItalic';
  src: url("../fonts/webfonts/2D05A7_B_0.eot");
  src: url("../fonts/webfonts/2D05A7_B_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2D05A7_B_0.woff2") format("woff2"), url("../fonts/webfonts/2D05A7_B_0.woff") format("woff"), url("../fonts/webfonts/2D05A7_B_0.ttf") format("truetype"); }

@font-face {
  font-family: 'GloberSemiBold';
  src: url("../fonts/webfonts/2D05A7_C_0.eot");
  src: url("../fonts/webfonts/2D05A7_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2D05A7_C_0.woff2") format("woff2"), url("../fonts/webfonts/2D05A7_C_0.woff") format("woff"), url("../fonts/webfonts/2D05A7_C_0.ttf") format("truetype"); }

@font-face {
  font-family: 'GloberSemiBoldItalic';
  src: url("../fonts/webfonts/2D05A7_D_0.eot");
  src: url("../fonts/webfonts/2D05A7_D_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2D05A7_D_0.woff2") format("woff2"), url("../fonts/webfonts/2D05A7_D_0.woff") format("woff"), url("../fonts/webfonts/2D05A7_D_0.ttf") format("truetype"); }

@font-face {
  font-family: 'GloberThin';
  src: url("../fonts/webfonts/2D05A7_E_0.eot");
  src: url("../fonts/webfonts/2D05A7_E_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2D05A7_E_0.woff2") format("woff2"), url("../fonts/webfonts/2D05A7_E_0.woff") format("woff"), url("../fonts/webfonts/2D05A7_E_0.ttf") format("truetype"); }

@font-face {
  font-family: 'GloberThinItalic';
  src: url("../fonts/webfonts/2D05A7_F_0.eot");
  src: url("../fonts/webfonts/2D05A7_F_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2D05A7_F_0.woff2") format("woff2"), url("../fonts/webfonts/2D05A7_F_0.woff") format("woff"), url("../fonts/webfonts/2D05A7_F_0.ttf") format("truetype"); }

@font-face {
  font-family: 'GloberxBoldItalic';
  src: url("../fonts/webfonts/2D05A7_10_0.eot");
  src: url("../fonts/webfonts/2D05A7_10_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2D05A7_10_0.woff2") format("woff2"), url("../fonts/webfonts/2D05A7_10_0.woff") format("woff"), url("../fonts/webfonts/2D05A7_10_0.ttf") format("truetype"); }

@font-face {
  font-family: 'GloberxBold';
  src: url("../fonts/webfonts/2D05A7_11_0.eot");
  src: url("../fonts/webfonts/2D05A7_11_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2D05A7_11_0.woff2") format("woff2"), url("../fonts/webfonts/2D05A7_11_0.woff") format("woff"), url("../fonts/webfonts/2D05A7_11_0.ttf") format("truetype"); }

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 30px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 999;
  border-bottom: 1px solid #ffffff;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    header {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  header .logo {
    width: 200px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .logo {
        width: 150px; } }
  header .nav {
    padding-right: 20px;
    text-align: right;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .nav {
        display: none;
        opacity: 0;
        position: fixed;
        height: calc(100vh - 82px);
        width: 100vw;
        background-color: #fff;
        top: 82px;
        padding: 20% 40px;
        left: 0;
        z-index: 998;
        text-align: center; }
        header .nav ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          height: 100%; }
        header .nav .menu-primary-navigation-container {
          height: 100%; } }
    header .nav li {
      display: inline-block;
      margin-left: 50px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1215px) {
        header .nav li {
          margin-left: 40px; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .nav li {
          margin-left: 0px; } }
      header .nav li:first-of-type {
        margin-left: 0px; }
      header .nav li a {
        text-decoration: none;
        color: #004A97;
        font-family: 'GloberRegular', arial, sans-serif;
        font-weight: normal;
        font-size: 0.9em;
        -webkit-transition: color 0.4s;
        -o-transition: color 0.4s;
        transition: color 0.4s;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          header .nav li a {
            font-size: 1.1em; } }
        header .nav li a:hover {
          color: #008AAB; }
      header .nav li.current-menu-item a {
        font-family: 'GloberBlack', arial, sans-serif;
        font-weight: 900;
        color: #008AAB;
        pointer-events: none; }
  header .nav_mobile {
    position: relative; }
    header .nav_mobile .burger {
      height: 26px;
      width: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      header .nav_mobile .burger div {
        background-color: #004A97;
        width: 100%;
        height: 2px; }
    header .nav_mobile .close {
      opacity: 0;
      position: absolute;
      top: -10px;
      left: 7px;
      font-size: 35px; }

footer {
  padding: 30px 100px;
  background-color: #F2F2F2; }
  footer .footer {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.7em;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    footer .footer > div {
      width: 22%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .footer > div {
          width: 100%;
          margin-bottom: 40px; } }
      footer .footer > div.flex_foot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          footer .footer > div.flex_foot {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            text-align: center; } }
        footer .footer > div.flex_foot > div:first-of-type {
          width: 25px; }
        footer .footer > div.flex_foot > div:last-of-type {
          width: calc(100% - 40px);
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            footer .footer > div.flex_foot > div:last-of-type {
              width: auto; } }
        footer .footer > div.flex_foot a {
          color: #004A97;
          display: block; }
      footer .footer > div.social {
        width: 20%;
        text-align: center;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          footer .footer > div.social {
            width: 100%; } }
        footer .footer > div.social a {
          display: inline-block; }
      footer .footer > div img {
        width: 25px;
        height: auto; }
      footer .footer > div.logo_footer {
        text-align: right;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          footer .footer > div.logo_footer {
            text-align: center;
            margin-bottom: 0px; } }
        footer .footer > div.logo_footer a {
          display: inline-block; }
        footer .footer > div.logo_footer img {
          width: 150px; }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #ffffff;
  color: #000000;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none; }
  html.overflow {
    overflow: hidden; }
  html::-webkit-scrollbar {
    width: 0 !important; }

body {
  opacity: 0;
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
  background-color: #ffffff;
  color: #004A97;
  font-size: 18px;
  padding-top: 125px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  font-family: 'GloberRegular', arial, sans-serif;
  font-weight: normal;
  font-style: normal; }
  body.overflow {
    overflow: hidden; }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    body {
      padding-top: 82px; } }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 16px;
      overflow-x: hidden;
      overflow-y: scroll; } }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 9999;
  background-color: #ffffff;
  text-align: center; }
  .loader .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-57px, -50%);
        -ms-transform: translate(-57px, -50%);
            transform: translate(-57px, -50%);
    width: 350px;
    height: 114px; }
    .loader .content .logo1 {
      position: absolute;
      left: 0;
      top: 0;
      height: 114px;
      width: 114px;
      z-index: 2;
      opacity: 0;
      border-radius: 50%;
      overflow: hidden; }
      .loader .content .logo1 img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 2; }
      .loader .content .logo1 .round {
        overflow: hidden;
        position: absolute;
        left: 2px;
        top: 2px;
        display: block;
        width: 110px;
        height: 110px;
        background-color: #ffffff;
        border-radius: 50%;
        z-index: 1;
        -webkit-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
                transform: rotate(20deg); }
      .loader .content .logo1 .blue {
        position: absolute;
        left: 2px;
        top: 0;
        display: block;
        width: 200px;
        height: 200px;
        background-color: #004A97;
        -webkit-box-shadow: -100px -42px 59px #004A97;
                box-shadow: -100px -42px 59px #004A97; }
    .loader .content img.logo2 {
      position: absolute;
      top: 0;
      left: 114px;
      width: 145px;
      z-index: 2;
      opacity: 0; }
    .loader .content img.logo3 {
      right: 2px;
      position: absolute;
      top: 40px;
      width: 89px;
      z-index: 2;
      opacity: 0; }
    .loader .content img.logo4 {
      right: 7px;
      position: absolute;
      top: 57px;
      width: 84px;
      z-index: 2;
      opacity: 0; }
    .loader .content img.logo5 {
      right: 19px;
      position: absolute;
      top: 74px;
      width: 72px;
      z-index: 2;
      opacity: 0; }

h1 {
  margin-bottom: 0; }

strong {
  font-family: 'GloberBold', arial, sans-serif;
  font-weight: bold; }

small {
  font-size: 0.75em;
  color: #008AAB; }

.container {
  max-width: 1540px;
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

.tablet {
  display: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .tablet {
      display: block; } }

.mobile {
  display: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .mobile {
      display: block; } }

.desktop {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .desktop {
      display: none; } }

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0; }
  99% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0; }
  99% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@-webkit-keyframes loaderAnim {
  0% {
    background-position: 0% 100%; }
  100% {
    background-position: 200% 100%; } }

@keyframes loaderAnim {
  0% {
    background-position: 0% 100%; }
  100% {
    background-position: 200% 100%; } }

.home .not_visible {
  opacity: 0; }

.block_col1-img, .block_col1-text, .block_col1-btn, .block_col2-block_top, .block_col2-block_back, .gradient_bar {
  opacity: 0; }

.result_block .block_col1-img, .result_block .block_col1-text, .result_block .block_col1-btn, .result_block .block_col2-block_top, .result_block .block_col2-block_back, .result_block .gradient_bar {
  opacity: 1; }

.oxo-view.template-home .sec1_slider {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 47%;
  overflow: hidden;
  min-height: 400px; }

.oxo-view.template-home .slide_wrapper {
  width: 100%;
  height: 100%;
  position: absolute; }
  .oxo-view.template-home .slide_wrapper .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1em;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .slide_wrapper .slide {
        font-size: 14px; } }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-home .slide_wrapper .slide {
        font-size: 0.6em; } }
    .oxo-view.template-home .slide_wrapper .slide:first-of-type {
      opacity: 1; }
    .oxo-view.template-home .slide_wrapper .slide h2 {
      font-family: 'GloberBlack', arial, sans-serif;
      font-weight: 900;
      font-size: 2.75em;
      text-transform: uppercase; }
    .oxo-view.template-home .slide_wrapper .slide h3 {
      padding-top: 0px;
      font-family: 'GloberBold', arial, sans-serif;
      font-weight: bold;
      font-size: 1.4em; }

.oxo-view.template-home .bullet_wrapper {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .oxo-view.template-home .bullet_wrapper .bullet {
    background-color: #ffffff;
    height: 11px;
    width: 11px;
    border-radius: 11px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    position: relative; }
    .oxo-view.template-home .bullet_wrapper .bullet:after {
      content: " ";
      height: 17px;
      width: 17px;
      border-radius: 17px;
      border: 1px solid #ffffff;
      position: absolute;
      top: -3px;
      left: -3px;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      -o-transition: transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s; }
    .oxo-view.template-home .bullet_wrapper .bullet:hover:after, .oxo-view.template-home .bullet_wrapper .bullet.active:after {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }

.oxo-view.template-home .sec1_text {
  padding-top: 185px;
  padding-bottom: 185px;
  position: relative;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .oxo-view.template-home .sec1_text {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .oxo-view.template-home .sec1_text img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-40%, -20%);
        -ms-transform: translate(-40%, -20%);
            transform: translate(-40%, -20%);
    width: auto;
    height: 37%;
    min-height: 175px; }

.oxo-view.template-home .sec2 {
  padding-bottom: 130px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .oxo-view.template-home .sec2 {
      padding-bottom: 50px; } }
  .oxo-view.template-home .sec2 .flex {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-home .sec2 .flex {
        margin-top: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .oxo-view.template-home .sec2 .flex h3 {
      font-family: 'GloberSemiBold', arial, sans-serif;
      font-weight: 500;
      font-size: 1em;
      text-transform: uppercase;
      text-align: center;
      padding-bottom: 50px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-home .sec2 .flex h3 {
          padding-bottom: 20px; } }
    .oxo-view.template-home .sec2 .flex .col {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-home .sec2 .flex .col {
          margin-bottom: 70px; } }
      .oxo-view.template-home .sec2 .flex .col img {
        height: 220px;
        width: auto; }

.oxo-view.template-home .sec3 {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .oxo-view.template-home .sec3 {
      padding-top: 0px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .oxo-view.template-home .sec3 .text {
    width: 40%;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-home .sec3 .text {
        width: 100%; } }
    .oxo-view.template-home .sec3 .text small {
      padding-top: 50px;
      display: inline-block; }
    .oxo-view.template-home .sec3 .text img {
      position: absolute;
      top: -225px;
      left: -62px;
      width: auto;
      height: 150%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-home .sec3 .text img {
          top: -93px;
          left: -29px;
          width: auto;
          height: 134%; } }
  .oxo-view.template-home .sec3 .img {
    width: 55%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-home .sec3 .img {
        width: 100%; } }

.oxo-view.template-home .sec4 {
  padding-top: 180px;
  padding-bottom: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .oxo-view.template-home .sec4 {
      padding-top: 140px;
      padding-bottom: 120px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .oxo-view.template-home .sec4 .text {
    width: 47%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-home .sec4 .text {
        width: 100%;
        margin-top: 50px; } }
  .oxo-view.template-home .sec4 .img {
    width: 47%;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-home .sec4 .img {
        width: 100%; } }
    .oxo-view.template-home .sec4 .img h3 {
      position: absolute;
      background-color: #008AAB;
      top: 0;
      left: 0;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%);
      color: #ffffff;
      padding: 4px 35px;
      font-size: 1.125em;
      font-family: 'GloberRegular', arial, sans-serif;
      font-weight: normal; }

.oxo-view.template-philosophie .sec1 {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 47%;
  overflow: hidden;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .oxo-view.template-philosophie .sec1 {
      font-size: 14px; } }
  @media only screen and (max-width: 768px) {
    .oxo-view.template-philosophie .sec1 {
      font-size: 0.6em; } }
  .oxo-view.template-philosophie .sec1 .wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1em; }
  .oxo-view.template-philosophie .sec1 h1 {
    font-family: 'GloberBlack', arial, sans-serif;
    font-weight: 900;
    font-size: 2.75em;
    text-transform: uppercase; }
  .oxo-view.template-philosophie .sec1 h2 {
    padding-top: 0px;
    font-family: 'GloberBold', arial, sans-serif;
    font-weight: bold;
    font-size: 1.4em; }

.oxo-view.template-philosophie .sec2 {
  padding-top: 85px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .oxo-view.template-philosophie .sec2 {
      padding-top: 30px; } }
  .oxo-view.template-philosophie .sec2 .text {
    max-width: 1000px;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    font-family: 'GloberBold', arial, sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-philosophie .sec2 .text {
        font-size: 1.1em;
        padding-top: 50px;
        padding-bottom: 50px; } }
    .oxo-view.template-philosophie .sec2 .text img.bg {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(-30%, -30%);
          -ms-transform: translate(-30%, -30%);
              transform: translate(-30%, -30%);
      width: auto;
      height: 37%;
      min-height: 175px; }
  .oxo-view.template-philosophie .sec2 .graph {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 60%;
    max-width: 450px; }

.oxo-view.template-philosophie .sec3 {
  padding-top: 185px;
  padding-bottom: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .oxo-view.template-philosophie .sec3 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 80px;
      padding-bottom: 80px; } }
  .oxo-view.template-philosophie .sec3 .col {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-philosophie .sec3 .col {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center; } }
    .oxo-view.template-philosophie .sec3 .col .icon {
      width: 40px; }
      .oxo-view.template-philosophie .sec3 .col .icon img {
        width: 100%;
        height: auto;
        margin-top: -10px; }
    .oxo-view.template-philosophie .sec3 .col .content {
      width: calc(100% - 60px);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-philosophie .sec3 .col .content {
          width: 100%;
          margin-top: 20px; } }
      .oxo-view.template-philosophie .sec3 .col .content h4 {
        font-family: 'GloberBold', arial, sans-serif;
        font-weight: bold;
        font-size: 1.3em;
        padding-bottom: 40px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .oxo-view.template-philosophie .sec3 .col .content h4 {
            padding-bottom: 20px; } }

.oxo-view.template-services .sec1 {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 47%;
  overflow: hidden;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .oxo-view.template-services .sec1 {
      font-size: 14px; } }
  @media only screen and (max-width: 768px) {
    .oxo-view.template-services .sec1 {
      font-size: 0.6em; } }
  .oxo-view.template-services .sec1 .wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1em; }
  .oxo-view.template-services .sec1 h1 {
    font-family: 'GloberBlack', arial, sans-serif;
    font-weight: 900;
    font-size: 2.75em;
    text-transform: uppercase; }
  .oxo-view.template-services .sec1 h2 {
    padding-top: 0px;
    font-family: 'GloberBold', arial, sans-serif;
    font-weight: bold;
    font-size: 1.4em; }

.oxo-view.template-services .sec2 {
  padding-top: 85px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .oxo-view.template-services .sec2 {
      padding-top: 30px; } }
  .oxo-view.template-services .sec2 .graph {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 90%;
    max-width: 450px; }

.oxo-view.template-services .sec3 {
  padding-top: 185px;
  padding-bottom: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .oxo-view.template-services .sec3 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 80px;
      padding-bottom: 80px; } }
  .oxo-view.template-services .sec3 .col {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-services .sec3 .col {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center; } }
    .oxo-view.template-services .sec3 .col .icon {
      width: 60px; }
      .oxo-view.template-services .sec3 .col .icon img {
        width: 100%;
        height: auto;
        margin-top: -10px; }
    .oxo-view.template-services .sec3 .col .content {
      width: calc(100% - 80px);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-services .sec3 .col .content {
          width: 100%;
          margin-top: 20px; } }
      .oxo-view.template-services .sec3 .col .content h4 {
        font-family: 'GloberBold', arial, sans-serif;
        font-weight: bold;
        font-size: 1.3em;
        padding-bottom: 40px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .oxo-view.template-services .sec3 .col .content h4 {
            padding-bottom: 20px; } }
  .oxo-view.template-services .sec3 .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 250px;
    height: auto;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-services .sec3 .bg {
        display: none; } }

.oxo-view.template-equipes .sec1 {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 47%;
  overflow: hidden;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .oxo-view.template-equipes .sec1 {
      font-size: 14px; } }
  @media only screen and (max-width: 768px) {
    .oxo-view.template-equipes .sec1 {
      font-size: 0.6em; } }
  .oxo-view.template-equipes .sec1 .wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1em; }
  .oxo-view.template-equipes .sec1 h1 {
    font-family: 'GloberBlack', arial, sans-serif;
    font-weight: 900;
    font-size: 2.75em;
    text-transform: uppercase; }
  .oxo-view.template-equipes .sec1 h2 {
    padding-top: 0px;
    font-family: 'GloberBold', arial, sans-serif;
    font-weight: bold;
    font-size: 1.4em; }

.oxo-view.template-equipes .sec2, .oxo-view.template-equipes .sec3 {
  padding-top: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .oxo-view.template-equipes .sec2, .oxo-view.template-equipes .sec3 {
      padding-top: 80px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .oxo-view.template-equipes .sec2 > div, .oxo-view.template-equipes .sec3 > div {
    width: 47%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-equipes .sec2 > div, .oxo-view.template-equipes .sec3 > div {
        width: 100%; } }
  .oxo-view.template-equipes .sec2 .content, .oxo-view.template-equipes .sec3 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .oxo-view.template-equipes .sec2 .content .icon, .oxo-view.template-equipes .sec3 .content .icon {
      width: 80px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-equipes .sec2 .content .icon, .oxo-view.template-equipes .sec3 .content .icon {
          display: none; } }
    .oxo-view.template-equipes .sec2 .content .text, .oxo-view.template-equipes .sec3 .content .text {
      position: relative;
      width: calc(100% - 100px);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-equipes .sec2 .content .text, .oxo-view.template-equipes .sec3 .content .text {
          margin-top: 60px;
          width: 100%; } }
      .oxo-view.template-equipes .sec2 .content .text h3, .oxo-view.template-equipes .sec3 .content .text h3 {
        font-family: 'GloberBold', arial, sans-serif;
        font-weight: bold;
        font-size: 1.3em;
        padding-bottom: 20px; }
      .oxo-view.template-equipes .sec2 .content .text > div, .oxo-view.template-equipes .sec3 .content .text > div {
        padding-bottom: 40px; }
        .oxo-view.template-equipes .sec2 .content .text > div:last-of-type, .oxo-view.template-equipes .sec3 .content .text > div:last-of-type {
          padding-bottom: 0px; }
      .oxo-view.template-equipes .sec2 .content .text .bg, .oxo-view.template-equipes .sec3 .content .text .bg {
        position: absolute;
        left: 50%;
        width: 150%;
        height: auto;
        top: 0;
        -webkit-transform: translate(-50%, -40%) scale(1.2);
            -ms-transform: translate(-50%, -40%) scale(1.2);
                transform: translate(-50%, -40%) scale(1.2);
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .oxo-view.template-equipes .sec2 .content .text .bg, .oxo-view.template-equipes .sec3 .content .text .bg {
            display: none; } }

.oxo-view.template-equipes .sec3 {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .oxo-view.template-equipes .sec3 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .oxo-view.template-equipes .sec3 .content .text > div {
    line-height: 1.8em;
    padding-bottom: 0; }
  .oxo-view.template-equipes .sec3 .content .text .bg {
    left: auto;
    right: 40%;
    width: 35%;
    height: auto;
    top: -50px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.oxo-view.template-equipes .sec4 {
  padding-top: 185px;
  padding-bottom: 185px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .oxo-view.template-equipes .sec4 {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .oxo-view.template-equipes .sec4 img {
    width: 100%;
    height: auto; }

.oxo-view.template-actualites .sec1 {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 47%;
  overflow: hidden;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .oxo-view.template-actualites .sec1 {
      font-size: 14px; } }
  @media only screen and (max-width: 768px) {
    .oxo-view.template-actualites .sec1 {
      font-size: 0.6em; } }
  .oxo-view.template-actualites .sec1 .wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1em; }
  .oxo-view.template-actualites .sec1 h1 {
    font-family: 'GloberBlack', arial, sans-serif;
    font-weight: 900;
    font-size: 2.75em;
    text-transform: uppercase; }
  .oxo-view.template-actualites .sec1 h2 {
    padding-top: 0px;
    font-family: 'GloberBold', arial, sans-serif;
    font-weight: bold;
    font-size: 1.4em; }

.oxo-view.template-actualites .sec2 {
  padding-top: 185px;
  padding-bottom: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .oxo-view.template-actualites .sec2 {
      padding-top: 80px;
      padding-bottom: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .oxo-view.template-actualites .sec2 .box {
    width: 47%;
    min-height: 540px;
    margin-bottom: 100px;
    position: relative;
    border: 1px solid #004A97;
    padding: 30px;
    overflow: hidden;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-actualites .sec2 .box {
        width: 100%;
        margin-bottom: 60px;
        padding: 20px; } }
    .oxo-view.template-actualites .sec2 .box .img {
      width: 100%;
      padding-bottom: 28%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin-bottom: 30px; }
    .oxo-view.template-actualites .sec2 .box .content {
      padding-left: 30px;
      padding-right: 30px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-actualites .sec2 .box .content {
          padding-left: 0px;
          padding-right: 0px; } }
      .oxo-view.template-actualites .sec2 .box .content h4 {
        font-family: 'GloberBold', arial, sans-serif;
        font-weight: bold;
        font-size: 1.3em;
        padding-bottom: 20px; }
      .oxo-view.template-actualites .sec2 .box .content .lien_page {
        margin-top: 15px;
        display: block;
        font-size: 14px;
        color: #004A97; }
    .oxo-view.template-actualites .sec2 .box .IN-widget {
      display: block !important;
      position: absolute !important;
      bottom: 15px !important;
      right: 15px !important;
      margin: 0px !important; }

span.IN-widget {
  margin-bottom: 30px !important;
  display: block !important;
  text-align: left !important;
  margin-left: 10% !important; }

.oxo-view.template-iaa .sec1 {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 47%;
  overflow: hidden;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .oxo-view.template-iaa .sec1 {
      font-size: 14px; } }
  @media only screen and (max-width: 768px) {
    .oxo-view.template-iaa .sec1 {
      font-size: 0.6em; } }
  .oxo-view.template-iaa .sec1 .wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1em; }
  .oxo-view.template-iaa .sec1 h1 {
    font-family: 'GloberBlack', arial, sans-serif;
    font-weight: 900;
    font-size: 2.75em;
    text-transform: uppercase; }
  .oxo-view.template-iaa .sec1 h2 {
    padding-top: 0px;
    font-family: 'GloberBold', arial, sans-serif;
    font-weight: bold;
    font-size: 1.4em; }

.oxo-view.template-iaa .sec2 {
  margin-top: 185px;
  margin-bottom: 185px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .oxo-view.template-iaa .sec2 {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .oxo-view.template-iaa .sec2 h3 {
    background-color: #008AAB;
    color: #ffffff;
    display: inline-block;
    font-family: 'GloberRegular', arial, sans-serif;
    font-weight: normal;
    padding: 5px 20px;
    margin-bottom: -1px; }
  .oxo-view.template-iaa .sec2 .wrap {
    border: 1px solid #004A97;
    width: 100%;
    padding: 50px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-iaa .sec2 .wrap {
        padding: 30px 40px; } }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-iaa .sec2 .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .oxo-view.template-iaa .sec2 .wrap .col {
      width: 100px;
      text-align: center;
      height: 150px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative;
      font-size: 1.25em;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-iaa .sec2 .wrap .col {
          height: auto; } }
      .oxo-view.template-iaa .sec2 .wrap .col img {
        width: 50%; }
      .oxo-view.template-iaa .sec2 .wrap .col:first-of-type img {
        width: 20%; }
      .oxo-view.template-iaa .sec2 .wrap .col:nth-of-type(7) img {
        width: 100%;
        margin-top: -10px; }
      .oxo-view.template-iaa .sec2 .wrap .col h4 {
        font-family: 'GloberRegular', arial, sans-serif;
        font-weight: normal;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .oxo-view.template-iaa .sec2 .wrap .col h4 {
            padding-top: 20px; } }
    .oxo-view.template-iaa .sec2 .wrap .plus {
      font-family: 'GloberRegular', arial, sans-serif;
      font-weight: normal;
      font-size: 1.4em;
      height: 150px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-iaa .sec2 .wrap .plus {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          height: 100px; } }
      .oxo-view.template-iaa .sec2 .wrap .plus:last-of-type {
        display: none; }
  .oxo-view.template-iaa .sec2 .bottom {
    width: 100%;
    height: auto;
    margin-top: -1px; }

.oxo-view.template-iaa .sec3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 185px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .oxo-view.template-iaa .sec3 {
      margin-bottom: 80px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .oxo-view.template-iaa .sec3 .img {
    width: 30%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-iaa .sec3 .img {
        width: 100%; } }
  .oxo-view.template-iaa .sec3 .content {
    position: relative;
    width: 60%;
    font-family: 'GloberBold', arial, sans-serif;
    font-weight: bold;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-iaa .sec3 .content {
        width: 100%;
        padding-top: 40px; } }
    .oxo-view.template-iaa .sec3 .content .bg {
      position: absolute;
      height: 150%;
      top: 50%;
      left: 0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-iaa .sec3 .content .bg {
          height: 100%; } }

.oxo-view.template-iaa .sec4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 185px;
  max-width: 1000px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .oxo-view.template-iaa .sec4 {
      margin-bottom: 100px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .oxo-view.template-iaa .sec4 .col {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-iaa .sec4 .col {
        width: 45%; } }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-iaa .sec4 .col {
        width: 100%;
        margin-bottom: 60px; } }
    .oxo-view.template-iaa .sec4 .col .text a {
      text-decoration: underline; }
    .oxo-view.template-iaa .sec4 .col img {
      height: 100px;
      width: auto;
      max-width: 10000px;
      margin-bottom: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-iaa .sec4 .col img {
          height: 70px; } }
    .oxo-view.template-iaa .sec4 .col .contact {
      margin-top: 40px;
      background-color: #008AAB;
      color: #ffffff;
      display: inline-block;
      padding: 8px 10px 2px 10px;
      line-height: 1em;
      margin-bottom: 10px;
      width: 217px; }
    .oxo-view.template-iaa .sec4 .col a {
      color: #004A97;
      text-decoration: none; }

.oxo-view.template-contact .sec1 {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 47%;
  overflow: hidden;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .oxo-view.template-contact .sec1 {
      font-size: 14px; } }
  @media only screen and (max-width: 768px) {
    .oxo-view.template-contact .sec1 {
      font-size: 0.6em; } }
  .oxo-view.template-contact .sec1 .wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1em; }
  .oxo-view.template-contact .sec1 h1 {
    font-family: 'GloberBlack', arial, sans-serif;
    font-weight: 900;
    font-size: 2.75em;
    text-transform: uppercase; }
  .oxo-view.template-contact .sec1 h2 {
    padding-top: 0px;
    font-family: 'GloberBold', arial, sans-serif;
    font-weight: bold;
    font-size: 1.4em; }

.oxo-view.template-contact .sec2 {
  padding-top: 85px;
  padding-bottom: 85px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .oxo-view.template-contact .sec2 {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .oxo-view.template-contact .sec2 iframe {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    height: 450px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-contact .sec2 iframe {
        margin-top: 30px;
        margin-bottom: 30px; } }
  .oxo-view.template-contact .sec2 .info > p {
    padding-bottom: 30px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-contact .sec2 .info > p {
        padding-bottom: 10px; } }
    .oxo-view.template-contact .sec2 .info > p a {
      color: #004A97; }

.quatre-cent-quatre .container {
  width: 90%;
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 185px);
  text-align: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.quatre-cent-quatre h1 {
  font-size: 10em;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.3em; }

.quatre-cent-quatre h2 {
  font-size: 2.5em; }

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