@charset "UTF-8";
/*
Theme Name:Site AT Internet
Theme URI:..
Description:Theme AT internet, site privé wordpress
Author:Philippe BARTOLESCHI
Author URI:http://www.smart-seven.fr/
Version:1.00
Tags:html5, css3, normalize, scss
*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300italic,400italic,700italic,300,400,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 8/9.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/**
* Correct `inline-block` display not defined in IE 8/9.
*/
audio,
canvas,
video {
  display: inline-block; }

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/**
* Address styling not present in IE 8/9.
*/
[hidden] {
  display: none; }

/* ==========================================================================
Base
========================================================================== */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
* Remove default margin.
*/
body {
  margin: 0; }

/* ==========================================================================
Links
========================================================================== */
/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted; }

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
Typography
========================================================================== */
/**
* Address variable `h1` font size within `section` and `article` contexts in
* Firefox 4+, Safari 5, and Chrome.
*/
h1 {
  font-size: 2em; }

/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted; }

/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b,
strong {
  font-weight: bold; }

/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
  font-style: italic; }

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000; }

/**
* Correct font family set oddly in Safari 5 and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
* Set consistent quote types.
*/
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9.
*/
img {
  border: 0; }

/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
figure {
  margin: 0; }

/* ==========================================================================
Forms
========================================================================== */
/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
  line-height: normal; }

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default; }

/**
* 1. Address box sizing set to `content-box` in IE 8/9.
* 2. Remove excess padding in IE 8/9.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    clear: both; }
  .clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }

/* Vars ================================================================================= */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clear {
  clear: both; }

:focus {
  outline: 0; }

html, body {
  height: 100%;
  /* Site is as tall as device. */ }

body {
  outline: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 14px;
  color: #8a8a8a; }
  body a {
    text-decoration: none;
    outline: 0 !important; }
    body a:focus, body a:hover {
      color: inherit;
      text-decoration: none; }

/* Styles ================================================================================= */
i, em {
  font-style: italic; }

.aleft {
  text-align: left; }

.aright {
  text-align: left; }

.acenter {
  text-align: center; }

.fright {
  float: right; }

.iconn {
  width: 45px;
  height: 45px; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  *zoom: 1; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

#breadcrumbs {
  margin: 15px 0 40px;
  font-style: italic; }
  #breadcrumbs a {
    color: #83b2df; }

.cross {
  margin-right: 0;
  width: 84px;
  height: 70px;
  cursor: pointer; }
  .cross span,
  .cross span:before,
  .cross span:after {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all 0.5s 0.2s;
    backface-visibility: hidden; }
  .cross span {
    position: relative;
    margin: 30px 0 0;
    transform: rotate(45deg); }
  .cross span:before,
  .cross span:after {
    position: absolute;
    content: ""; }
  .cross span:before {
    top: -14px;
    transform: translate(0px, 14px) rotate(-90deg); }
  .cross span:after {
    top: 14px;
    transform: translate(0px, -14px) rotate(-90deg); }

.main-header {
  width: 100%;
  height: 750px;
  position: relative; }
  .main-header.is_single {
    height: 300px; }
    .main-header.is_single .main-slider .text-area {
      display: none; }
    .main-header.is_single .main-slider .text-bg {
      display: none; }
  .main-header .quick-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 101;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .main-header .quick-menu:after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #fff;
      display: none; }
    .main-header .quick-menu.deployed {
      height: 131px; }
      .main-header .quick-menu.deployed:after {
        display: block; }
    .main-header .quick-menu.scrolled {
      background: rgba(8, 34, 54, 0.6); }
    .main-header .quick-menu.smaller ul.items li.item.at-home {
      display: block; }
    .main-header .quick-menu.smaller ul.items li.item.toggle-menu {
      display: block; }
    .main-header .quick-menu.smaller ul.items li.item .cta-content {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      padding: 0;
      width: 50px; }
      .main-header .quick-menu.smaller ul.items li.item .cta-content i {
        margin-right: 0;
        left: 18px; }
      .main-header .quick-menu.smaller ul.items li.item .cta-content .cta_button a span {
        display: none !important; }
    .main-header .quick-menu .container {
      overflow: visible;
      padding: 0; }
    .main-header .quick-menu .boot {
      padding-right: 0; }
    .main-header .quick-menu ul.items {
      left: 0;
      width: 100%; }
      .main-header .quick-menu ul.items li.item {
        float: left;
        height: 50px;
        vertical-align: middle; }
        .main-header .quick-menu ul.items li.item.cta {
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .main-header .quick-menu ul.items li.item:hover a.hb {
          background: #22adf5; }
        .main-header .quick-menu ul.items li.item .cta-content {
          text-align: center; }
          .main-header .quick-menu ul.items li.item .cta-content.on-search {
            padding: 0;
            width: 50px; }
            .main-header .quick-menu ul.items li.item .cta-content.on-search i {
              margin-right: 0; }
            .main-header .quick-menu ul.items li.item .cta-content.on-search .ntext {
              width: 0; }
        .main-header .quick-menu ul.items li.item#request-demo .cta-content:before {
          background: #fff; }
        .main-header .quick-menu ul.items li.item#request-demo .cta-content:hover a {
          color: #378fca; }
        .main-header .quick-menu ul.items li.item#request-demo .cta-content:hover .at-icon-White-lecture {
          background: url("/plugins/at-icons/images/icons/Bleu-cyan.lecture.svg") center center no-repeat;
          background-size: cover; }
        .main-header .quick-menu ul.items li.item#request-call-back .cta-content {
          background-color: #388fcb; }
        .main-header .quick-menu ul.items li.item#request-call-back .cta-content:before {
          background: #fff; }
        .main-header .quick-menu ul.items li.item#request-call-back .cta-content:hover a {
          color: #378fca; }
        .main-header .quick-menu ul.items li.item#request-call-back .cta-content:hover .at-icon-White-phone-cta {
          background: url("/plugins/at-icons/images/icons/Bleu-cyan-phone-cta.svg") center center no-repeat;
          background-size: cover; }
        .main-header .quick-menu ul.items li.item a.hb {
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
          -webkit-font-smoothing: antialiased;
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          text-transform: uppercase;
          font-size: 12px;
          line-height: 12px;
          height: 50px;
          line-height: 50px;
          display: block;
          color: #fff; }
        .main-header .quick-menu ul.items li.item i {
          font-size: 20px; }
        .main-header .quick-menu ul.items li.item.at-home {
          display: none;
          border-right: solid 1px #e1e1e1; }
          .main-header .quick-menu ul.items li.item.at-home a {
            margin-top: 8px;
            display: block;
            text-indent: -10000px;
            height: 32px;
            width: 34px;
            background-image: url('images/sprites/elements-s8e57bba125.png');
            background-position: 0 0;
            background-repeat: no-repeat;
            background-position: 0 0;
            padding: 0 30px 0 20px;
            height: 50px;
            line-height: 50px; }
            @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
              .main-header .quick-menu ul.items li.item.at-home a {
                background-image: url('images/sprites-retina/elements-s9dfac5b768.png');
                background-position: 0 0;
                -moz-background-size: 219px auto;
                -o-background-size: 219px auto;
                -webkit-background-size: 219px auto;
                background-size: 219px auto; } }
          .main-header .quick-menu ul.items li.item.at-home:hover a {
            background-color: transparent !important; }
        .main-header .quick-menu ul.items li.item.toggle-menu {
          display: none;
          border-right: solid 1px #e1e1e1; }
          .main-header .quick-menu ul.items li.item.toggle-menu span {
            display: block;
            text-indent: -9999px; }
          .main-header .quick-menu ul.items li.item.toggle-menu a {
            padding: 0 20px; }
        .main-header .quick-menu ul.items li.item.account {
          border-right: solid 1px #e1e1e1; }
          .main-header .quick-menu ul.items li.item.account a {
            padding: 0 15px 0 14px; }
            .main-header .quick-menu ul.items li.item.account a i {
              margin-right: 14px; }
        .main-header .quick-menu ul.items li.item.twitter {
          border-right: solid 1px #e1e1e1; }
          .main-header .quick-menu ul.items li.item.twitter span {
            display: block;
            text-indent: -9999px; }
          .main-header .quick-menu ul.items li.item.twitter a {
            padding: 0 20px; }
        .main-header .quick-menu ul.items li.item.linkedin {
          border-right: solid 1px #e1e1e1; }
          .main-header .quick-menu ul.items li.item.linkedin span {
            display: block;
            text-indent: -9999px; }
          .main-header .quick-menu ul.items li.item.linkedin a {
            padding: 0 20px; }
        .main-header .quick-menu ul.items li.item.blog {
          border-right: solid 1px #e1e1e1; }
          .main-header .quick-menu ul.items li.item.blog span {
            display: block; }
          .main-header .quick-menu ul.items li.item.blog a {
            padding: 0 10px; }
        .main-header .quick-menu ul.items li.item.langs {
          float: right;
          border-right: solid 1px #e1e1e1;
          position: relative; }
          .main-header .quick-menu ul.items li.item.langs a#trig_langs {
            padding: 0 13px 0 79px; }
            .main-header .quick-menu ul.items li.item.langs a#trig_langs i {
              margin-left: 10px; }
          .main-header .quick-menu ul.items li.item.langs:hover #langs_selector_list a {
            background: none; }
          .main-header .quick-menu ul.items li.item.langs.open a {
            background: #22adf5; }
          .main-header .quick-menu ul.items li.item.langs.open #langs_selector_list a {
            background: none; }
          .main-header .quick-menu ul.items li.item.langs #langs_selector_list {
            display: none;
            position: absolute;
            width: 100%;
            left: 0;
            background: #e1e1e1;
            border: solid 1px #e1e1e1;
            border-top: 0;
            overflow: hidden; }
            .main-header .quick-menu ul.items li.item.langs #langs_selector_list li {
              padding-left: 30px; }
              .main-header .quick-menu ul.items li.item.langs #langs_selector_list li.current-lang a, .main-header .quick-menu ul.items li.item.langs #langs_selector_list li.current-lang a:hover {
                color: #082236; }
            .main-header .quick-menu ul.items li.item.langs #langs_selector_list a {
              color: #8a8a8a;
              height: 30px;
              line-height: 30px; }
              .main-header .quick-menu ul.items li.item.langs #langs_selector_list a:hover {
                background: none;
                color: #83b2df; }
        .main-header .quick-menu ul.items li.item.search {
          float: right; }
          .main-header .quick-menu ul.items li.item.search i {
            font-size: 15px; }
          .main-header .quick-menu ul.items li.item.search span {
            display: block; }
          .main-header .quick-menu ul.items li.item.search a {
            padding: 0 22px;
            display: inline-block; }
          .main-header .quick-menu ul.items li.item.search .input-group {
            width: 0px;
            float: right;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            .main-header .quick-menu ul.items li.item.search .input-group input {
              width: 0;
              background-color: transparent;
              border: none;
              color: #fff;
              padding-left: 0;
              padding-right: 0;
              -moz-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease; }
              .main-header .quick-menu ul.items li.item.search .input-group input:-moz-placeholder {
                color: rgba(255, 255, 255, 0.8); }
              .main-header .quick-menu ul.items li.item.search .input-group input::-moz-placeholder {
                color: rgba(255, 255, 255, 0.8); }
              .main-header .quick-menu ul.items li.item.search .input-group input:-ms-input-placeholder {
                color: rgba(255, 255, 255, 0.8); }
              .main-header .quick-menu ul.items li.item.search .input-group input::-webkit-input-placeholder {
                color: rgba(255, 255, 255, 0.8); }
              .main-header .quick-menu ul.items li.item.search .input-group input:focus {
                box-shadow: none; }
            .main-header .quick-menu ul.items li.item.search .input-group .input-group-btn {
              display: none; }
              .main-header .quick-menu ul.items li.item.search .input-group .input-group-btn .btn {
                color: #fff;
                background-color: transparent;
                border: none;
                border-left: 1px solid #fff; }
                .main-header .quick-menu ul.items li.item.search .input-group .input-group-btn .btn:hover {
                  color: #22adf5; }
          .main-header .quick-menu ul.items li.item.search .closer {
            display: none; }
          .main-header .quick-menu ul.items li.item.search.on-search .input-group {
            width: 240px; }
            .main-header .quick-menu ul.items li.item.search.on-search .input-group input {
              width: 165px;
              padding: 6px 12px; }
            .main-header .quick-menu ul.items li.item.search.on-search .input-group .input-group-btn {
              display: table-cell; }
        .main-header .quick-menu ul.items li.item.cta {
          float: right; }
  .main-header .rich-container {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 100;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .main-header .rich-container.disapear {
      top: 15px;
      opacity: 0;
      filter: alpha(opacity=0); }
      .main-header .rich-container.disapear .container {
        text-align: center; }
      .main-header .rich-container.disapear .logo {
        top: 15px;
        opacity: 0;
        filter: alpha(opacity=0); }
      .main-header .rich-container.disapear #at_rich_menu {
        display: inline-block; }
    .main-header .rich-container.rscrolled {
      position: fixed;
      top: 70px;
      z-index: 110; }
      .main-header .rich-container.rscrolled .container {
        text-align: center; }
        .main-header .rich-container.rscrolled .container .rich-s-menu li a {
          text-align: left; }
      .main-header .rich-container.rscrolled .logo {
        display: none; }
      .main-header .rich-container.rscrolled #at_rich_menu {
        display: inline-block;
        float: none;
        margin-left: 0;
        margin-top: 0; }
        .main-header .rich-container.rscrolled #at_rich_menu .rich-content {
          top: 61px; }
    .main-header .rich-container .logo {
      display: block;
      text-indent: -10000px;
      height: 80px;
      width: 132px;
      background-image: url('images/sprites/elements-s8e57bba125.png');
      background-position: 0 -144px;
      background-repeat: no-repeat;
      background-position: 0 -144px;
      float: left;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      opacity: 1;
      filter: alpha(opacity=100); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .main-header .rich-container .logo {
          background-image: url('images/sprites-retina/elements-s9dfac5b768.png');
          background-position: 0 -104px;
          -moz-background-size: 219px auto;
          -o-background-size: 219px auto;
          -webkit-background-size: 219px auto;
          background-size: 219px auto; } }
    .main-header .rich-container #at_rich_menu {
      float: left;
      margin-top: 35px;
      margin-left: 88px; }
      .main-header .rich-container #at_rich_menu li {
        float: left;
        padding: 0 22px; }
        .main-header .rich-container #at_rich_menu li a {
          display: block;
          -webkit-font-smoothing: antialiased;
          font-family: 'Montserrat', sans-serif;
          font-weight: 700;
          text-transform: uppercase;
          font-size: 14px;
          line-height: 14px;
          height: 21px;
          color: #fff; }
          .main-header .rich-container #at_rich_menu li a.is_parent:before {
            left: 0;
            right: 0; }
          .main-header .rich-container #at_rich_menu li a:before {
            background: #fff; }
          .main-header .rich-container #at_rich_menu li a.rich-main-item {
            text-shadow: rgba(0, 0, 0, 0.35) 0 0 10px;
            overflow: visible; }
            .main-header .rich-container #at_rich_menu li a.rich-main-item .hvr-underline-from-center:before {
              left: 51%; }
          .main-header .rich-container #at_rich_menu li a.active:before {
            background: #fff;
            bottom: 0;
            content: "";
            height: 4px;
            left: 0;
            position: absolute;
            right: 0;
            z-index: -1; }
        .main-header .rich-container #at_rich_menu li .rich-content {
          display: none;
          position: absolute;
          left: 0;
          right: 0;
          top: 100px;
          width: 100%;
          background: #23adf6;
          border-top: solid 1px #fff;
          -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px;
          -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px;
          overflow: hidden; }
          .main-header .rich-container #at_rich_menu li .rich-content .container {
            position: relative;
            overflow: visible; }
          .main-header .rich-container #at_rich_menu li .rich-content .rich-desc {
            padding: 20px 0;
            color: #fff;
            text-align: left; }
            .main-header .rich-container #at_rich_menu li .rich-content .rich-desc a {
              -webkit-font-smoothing: antialiased;
              font-family: 'Montserrat', sans-serif;
              font-weight: 400;
              text-transform: uppercase;
              font-size: 26px;
              line-height: 26px;
              margin-bottom: 30px;
              display: block; }
            .main-header .rich-container #at_rich_menu li .rich-content .rich-desc p {
              font-family: Arial, Helvetica, sans-serif;
              font-weight: 400;
              text-transform: none;
              font-size: 14px;
              line-height: 14px;
              width: 90%;
              line-height: 20px; }
          .main-header .rich-container #at_rich_menu li .rich-content .col-h {
            background: #49c1fe; }
          .main-header .rich-container #at_rich_menu li .rich-content .list-links {
            padding: 75px 0; }
            .main-header .rich-container #at_rich_menu li .rich-content .list-links ul {
              margin-left: 15px; }
              .main-header .rich-container #at_rich_menu li .rich-content .list-links ul li {
                float: none;
                display: table;
                padding: 0 0 0 10px;
                margin-bottom: 14px;
                position: relative; }
                .main-header .rich-container #at_rich_menu li .rich-content .list-links ul li:before {
                  content: "- ";
                  color: #fff;
                  position: absolute;
                  left: 0px; }
                .main-header .rich-container #at_rich_menu li .rich-content .list-links ul li a {
                  height: auto;
                  display: inline-block;
                  -webkit-font-smoothing: antialiased;
                  font-family: 'Montserrat', sans-serif;
                  font-weight: 500;
                  text-transform: uppercase;
                  font-size: 14px;
                  line-height: 14px;
                  line-height: 16px; }
                .main-header .rich-container #at_rich_menu li .rich-content .list-links ul li:hover a {
                  color: #398fcc; }
                .main-header .rich-container #at_rich_menu li .rich-content .list-links ul li:hover:before {
                  color: #398fcc; }
          .main-header .rich-container #at_rich_menu li .rich-content .rich-image {
            position: absolute;
            width: 490px;
            right: -182px;
            background-position: center;
            background-repeat: no-repeat; }
          .main-header .rich-container #at_rich_menu li .rich-content .close-menu {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 20;
            width: 55px;
            height: 55px;
            background: rgba(6, 17, 27, 0.5);
            display: block;
            color: #fff;
            text-align: center;
            -webkit-font-smoothing: antialiased;
            font-family: 'Open Sans', sans-serif;
            font-weight: 100;
            text-transform: uppercase;
            font-size: 40px;
            line-height: 40px;
            line-height: 50px; }
  .main-header #overlay_dark {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .main-header #overlay_dark.active {
      position: fixed;
      width: 100%;
      height: 100%;
      background-color: rgba(68, 85, 102, 0.8);
      z-index: 1005;
      top: 0; }
  .main-header #at-one-click {
    position: absolute;
    top: 175px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 5; }
    .main-header #at-one-click #toggle-one-click {
      display: block;
      padding: 10px 0;
      color: #fff; }
    .main-header #at-one-click.active {
      z-index: 1005; }
    .main-header #at-one-click #overlay {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      padding: 20px 0;
      text-align: left;
      position: absolute;
      left: 0;
      width: 100%;
      top: 35px;
      visibility: hidden;
      opacity: 0;
      z-index: 1005; }
      .main-header #at-one-click #overlay.active {
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        visibility: visible;
        opacity: 1; }
  .main-header .main-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 750px;
    z-index: 2;
    overflow: hidden; }
    .main-header .main-slider.is_single {
      height: 300px; }
    .main-header .main-slider .default-head {
      background: url(images/at-internet-header-default.jpg) center no-repeat;
      background-size: cover;
      height: 100%; }
    .main-header .main-slider .flexslider-head {
      opacity: 0;
      -webkit-transition: opacity 0.5s ease-in;
      -moz-transition: opacity 0.5s ease-in;
      -ms-transition: opacity 0.5s ease-in;
      -o-transition: opacity 0.5s ease-in;
      transition: opacity 0.5s ease-in;
      height: 100%; }
      .main-header .main-slider .flexslider-head p {
        line-height: 25px; }
      .main-header .main-slider .flexslider-head .cta-content p {
        line-height: 50px; }
    .main-header .main-slider .slides {
      height: 100%; }
      .main-header .main-slider .slides li {
        background-size: cover;
        background-position: center center;
        height: 100% !important; }
    .main-header .main-slider .head-nav {
      position: absolute;
      width: 100%;
      bottom: 80px;
      z-index: 5; }
    .main-header .main-slider .flex-control-nav {
      z-index: 10;
      text-align: left;
      bottom: 40px; }
      .main-header .main-slider .flex-control-nav.flex-control-paging li a {
        background-color: #fff; }
        .main-header .main-slider .flex-control-nav.flex-control-paging li a.flex-active {
          background-color: #22adf5; }
    .main-header .main-slider .text-bg {
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 3;
      width: 60%;
      height: 470px;
      background: rgba(9, 34, 55, 0.6); }
    .main-header .main-slider .text-area {
      position: absolute;
      width: 100%;
      top: 365px;
      z-index: 5;
      color: #fff; }
      .main-header .main-slider .text-area .container {
        overflow: visible; }
      .main-header .main-slider .text-area h1, .main-header .main-slider .text-area h3 {
        -webkit-font-smoothing: antialiased;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 30px; }

.old-browser-window {
  margin-left: -375px;
  width: 780px;
  padding: 10px 10px 0px 0px !important; }
  .old-browser-window fieldset {
    padding: 0; }
  .old-browser-window .img-old-browser {
    float: left;
    width: 360px;
    height: 270px;
    background-image: url("./images/oldbrowser.jpg");
    background-position: center center;
    background-size: cover; }
  .old-browser-window .old-nav-title {
    color: #000;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 35px;
    padding-top: 80px; }
  .old-browser-window .old-nav-text {
    color: #8a8a8a;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: none;
    font-size: 14px;
    line-height: 14px;
    padding-top: 20px; }
  .old-browser-window .cross {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 15px;
    width: 50px;
    height: 55px; }
    .old-browser-window .cross span {
      background: #000; }
      .old-browser-window .cross span:after {
        background-color: #000; }

body.admin-bar .main-header .quick-menu {
  top: 32px; }

.btn-type-2 {
  background-color: #06111b;
  color: #fff;
  border: none;
  width: 100%;
  height: 50px;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  line-height: 50px;
  display: inline-block;
  text-align: center; }

.search form input {
  box-shadow: none;
  border-radius: 0;
  border: none;
  background-color: #ededed;
  display: inline-block;
  width: 250px;
  float: right; }
.search form button {
  border: 0px none;
  background-color: #ededed;
  border-radius: 0px;
  height: 46px;
  display: inline-block;
  float: right;
  color: #8a8a8a; }
.search .term-search {
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  line-height: 46px;
  margin-bottom: 40px;
  color: #06111b; }
  .search .term-search span {
    color: #22adf5; }
    .search .term-search span i {
      margin-right: 10px; }
.search article {
  padding-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #d0d1d3; }
  .search article .title {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    color: #8a8a8a;
    margin-bottom: 15px; }
  .search article .excerpt {
    line-height: 20px; }
  .search article a.more {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    color: #83b2df; }

.search-form .tall-input {
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  background-color: #f6f6f6; }
.search-form .checkbox {
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  margin-right: 35px;
  display: inline-block; }
  .search-form .checkbox .at-icon {
    width: 14px;
    height: 14px;
    display: inline-block; }
  .search-form .checkbox input {
    margin-top: 0; }

.no-result {
  font-size: 15px;
  margin-bottom: 40px; }

.screen-title {
  max-width: 100%;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 40px;
  margin-top: 60px;
  overflow: hidden; }
  .screen-title .main-title {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 17px;
    color: #83b2df !important;
    margin-bottom: 3px;
    letter-spacing: 1px; }
  .screen-title .sub-title {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 28px;
    color: #082236; }
  .screen-title .step-num {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 72px;
    line-height: 72px;
    color: #082236;
    margin-bottom: 30px; }
  .screen-title .scrollme {
    border-bottom: solid 2px #d0d1d3;
    padding-bottom: 20px; }
  .screen-title .step {
    height: 6px;
    background: #22adf5;
    position: absolute;
    bottom: 18px; }

.screen-content {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: uppercase;
  text-transform: none;
  font-size: 15px;
  line-height: 15px;
  color: #8a8a8a;
  line-height: 25px;
  margin-bottom: 60px; }

.screen-image {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .screen-image .custom-controls-container .container {
    position: static; }
  .screen-image .screen {
    z-index: 15;
    padding: 0px 0 205px 0; }
    .screen-image .screen .screen-content a {
      color: #83b2df; }
      .screen-image .screen .screen-content a:hover {
        color: #fff; }
  .screen-image .flex-container .flex-control-nav {
    position: absolute;
    z-index: 9999 !important;
    bottom: 90px;
    left: 0;
    text-align: left;
    padding-left: 15px; }
    .screen-image .flex-container .flex-control-nav li {
      float: left;
      margin: 0 5px; }
      .screen-image .flex-container .flex-control-nav li:first-child {
        margin-left: 15px; }
      .screen-image .flex-container .flex-control-nav li a {
        display: block;
        width: 10px;
        height: 10px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #fff; }
        .screen-image .flex-container .flex-control-nav li a.flex-active {
          background: #388fcb; }
  .screen-image .screen-slides .flex-control-nav {
    text-align: left;
    bottom: 40px;
    z-index: 10; }
    .screen-image .screen-slides .flex-control-nav li a {
      background-color: #fff; }
      .screen-image .screen-slides .flex-control-nav li a.flex-active {
        background-color: #22ADF5; }
  .screen-image .screen-slides, .screen-image .fullscreen-image {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9; }
    .screen-image .screen-slides .slides:before, .screen-image .fullscreen-image .slides:before {
      display: block;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 10;
      background: rgba(61, 84, 96, 0.7); }
  .screen-image .fullscreen-image {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-animation: imageZoom 30s 1 linear;
    -webkit-animation: imageZoom 30s 1 linear;
    animation: imageZoom 30s 1 linear;
    z-index: 9;
    position: absolute; }
    .screen-image .fullscreen-image:before {
      display: block;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 10;
      background: rgba(61, 84, 96, 0.7); }
  .screen-image .container {
    z-index: 10;
    position: relative; }
  .screen-image .screen-title .main-title {
    color: #d0d1d3; }
  .screen-image .screen-title .sub-title {
    color: #fff; }
  .screen-image .screen-title .step-num {
    color: #fff; }
  .screen-image .screen-content {
    color: #fff;
    text-align: justify; }

.cta-content {
  position: relative;
  height: 50px;
  overflow: hidden;
  color: #fff;
  background: #22adf5;
  display: inline-block; }
  .cta-content.cta-align-right {
    float: right; }
  .cta-content.cta-align-left {
    float: left; }
  .cta-content a {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    height: 50px;
    line-height: 52px;
    padding: 0 35px;
    display: inline-block; }
  .cta-content .hs-cta-node {
    width: 100%;
    height: 50px;
    right: 0;
    color: #fff;
    overflow: hidden; }
    .cta-content .hs-cta-node a {
      width: 100%;
      height: 50px;
      padding: 0 35px 0 52px;
      display: block; }
  .cta-content i.fa {
    display: inline-block;
    margin-right: 5px;
    top: 3px;
    position: relative; }
  .cta-content i.at-icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    float: left;
    margin-right: 5px;
    left: 30px;
    position: relative;
    top: 18px; }

a.request-button-old {
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  background: #22adf5;
  height: 50px;
  line-height: 52px;
  padding: 0 35px;
  display: inline-block; }
  a.request-button-old.less-marg {
    margin-top: -25px; }

.wh-button {
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  color: #378fca;
  border: solid 1px #378fca;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  display: inline-block;
  background: #fff; }

.more-link {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  color: #83b2df;
  display: inline-block; }
  .more-link:hover {
    color: #83b2df !important; }
  .more-link:before {
    background: #83b2df; }

.tour-link .wh-button {
  margin-top: 15px;
  float: right; }

.bullet-anim {
  z-index: 99;
  opacity: 0;
  filter: alpha(opacity=0); }

.continfos {
  overflow: hidden;
  position: relative; }

.abs-wire {
  position: absolute;
  top: 58px;
  left: 0;
  overflow: hidden;
  text-align: center; }
  .abs-wire .abs-wh {
    display: inline-block;
    margin: 0px auto; }

.wires {
  transform-origin: 0 0;
  width: 0;
  overflow: hidden; }
  .wires img {
    width: 908px; }

.bullet-box {
  position: relative;
  width: 92%;
  border: solid 9px #0CACF8;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 21px;
  background: #6fcefb; }

.bullet-box:before {
  content: "";
  display: block;
  padding-top: 100%; }

.bullet-box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17px 0 17px;
  border-color: #0CACF8 transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  bottom: -19px; }

.bullet-content {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  background: #06111b;
  overflow: hidden;
  z-index: 1;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

.bullet-content div {
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25% 0 0 -25%;
  text-align: center; }

.bullet-content i {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff; }
  .bullet-content i.fa {
    color: #fff;
    font-size: 48px; }

.bullet-title {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  color: #388fcb;
  text-align: center;
  margin-bottom: 16px;
  word-break: break-word; }

.active .toggle .off {
  display: none; }

.toggle {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: solid 1px #378fca;
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 20px; }
  .toggle span {
    font-weight: 700;
    display: block;
    width: 100%;
    height: 19px;
    line-height: 19px; }

.bullet-link {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 54px;
  display: block;
  clear: both;
  text-align: center; }
  .bullet-link:hover .bullet-title, .bullet-link.active .bullet-title {
    color: #06111b; }
  .bullet-link:hover .bullet-content, .bullet-link.active .bullet-content {
    background: #19466e; }
    .bullet-link:hover .bullet-content div, .bullet-link.active .bullet-content div {
      -moz-animation: toTopFromBottom 0.3s forwards;
      -webkit-animation: toTopFromBottom 0.3s forwards;
      animation: toTopFromBottom 0.3s forwards; }
  .bullet-link:hover .toggle, .bullet-link.active .toggle {
    background: #378fca;
    color: #fff; }

.bullet-inner, .small-content-bullet {
  clear: both;
  overflow: hidden; }
  .bullet-inner .main-content-bullet, .small-content-bullet .main-content-bullet {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    filter: alpha(opacity=0); }
  .bullet-inner.active .main-content-bullet, .small-content-bullet.active .main-content-bullet {
    opacity: 1;
    filter: alpha(opacity=100); }
  .bullet-inner .bullet-label, .small-content-bullet .bullet-label {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    color: #388fcb;
    margin-right: 5px; }
  .bullet-inner p, .small-content-bullet p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    text-transform: none;
    font-size: 14px;
    line-height: 14px;
    line-height: 25px;
    color: #8a8a8a;
    letter-spacing: 1px;
    margin-bottom: 18px; }
  .bullet-inner .more-link, .small-content-bullet .more-link {
    clear: both; }

.green .bullet-box {
  border: solid 9px #98cfd7;
  background: #e1f1f4; }
.green .bullet-content {
  background: #158083; }
.green .bullet-box:after {
  border-color: #98cfd7 transparent transparent; }
.green .bullet-title {
  color: #158083; }
.green .toggle {
  border: solid 1px #158083;
  color: #158083; }
.green .bullet-label {
  color: #1c9194; }
.green .bullet-link:hover .bullet-title, .green .bullet-link.active .bullet-title {
  color: #116b6d; }
.green .bullet-link:hover .bullet-content, .green .bullet-link.active .bullet-content {
  background: #116b6d; }
.green .bullet-link:hover .toggle, .green .bullet-link.active .toggle {
  border-color: #98cfd7;
  background: #98cfd7;
  color: #fff; }
.green a.more-link, .green a.more-link:hover {
  color: #158083;
  border-color: #158083; }
  .green a.more-link:before, .green a.more-link:hover:before {
    background: #158083; }

.icono-home {
  padding-bottom: 70px; }
  .icono-home.iconographie {
    padding-bottom: 0; }

.map.screen-image .screen .screen-content a.global-map-link {
  color: #83b2df; }
  .map.screen-image .screen .screen-content a.global-map-link:hover {
    color: #06111b; }
.map .screen {
  padding: 0px 0 205px 0; }
.map .screen-title .main-title {
  color: #83b2df; }
.map .at-icon {
  display: block;
  text-indent: -10000px;
  height: 32px;
  width: 34px;
  background-image: url('images/sprites/elements-s8e57bba125.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: 0 0; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .map .at-icon {
      background-image: url('images/sprites-retina/elements-s9dfac5b768.png');
      background-position: 0 0;
      -moz-background-size: 219px auto;
      -o-background-size: 219px auto;
      -webkit-background-size: 219px auto;
      background-size: 219px auto; } }
  .map .at-icon:hover, .map .at-icon.active {
    display: block;
    text-indent: -10000px;
    height: 32px;
    width: 34px;
    background-image: url('images/sprites/elements-s8e57bba125.png');
    background-position: 0 -72px;
    background-repeat: no-repeat;
    background-position: 0 -72px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .map .at-icon:hover, .map .at-icon.active {
        background-image: url('images/sprites-retina/elements-s9dfac5b768.png');
        background-position: 0 -52px;
        -moz-background-size: 219px auto;
        -o-background-size: 219px auto;
        -webkit-background-size: 219px auto;
        background-size: 219px auto; } }
.map .global-map-link {
  margin: 30px 0;
  background-color: #fff;
  color: #06111b; }
.map .fullscreen-map {
  background-color: #4984a4;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 9; }
.map .container {
  background-image: url(images/map.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat; }
.map .list-form {
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px; }
  .map .list-form li {
    list-style: none !important; }
  .map .list-form a {
    color: #fff; }
  .map .list-form .fa-map-marker {
    font-size: 22px;
    margin-right: 10px;
    margin-bottom: 15px; }
  .map .list-form .fa-sort-desc {
    margin-left: 10px; }
.map .offices .at-icon {
  margin-bottom: 15px; }
.map .offices .zone-office {
  position: absolute; }
.map .offices .office_fr {
  left: 47%;
  top: 38%; }
.map .offices .office_en {
  left: 46%;
  top: 29%; }
.map .offices .office_de {
  top: 33%;
  left: 49.5%; }
.map .offices .office_ru {
  left: 56%;
  top: 23%; }
.map .offices .office_br {
  left: 33%;
  top: 90%; }
.map .offices .office_si {
  left: 76%;
  top: 70%; }
.map .offices .panel-office {
  position: absolute;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
  color: #8a8a8a;
  height: 0;
  width: 0;
  padding: 0;
  overflow: hidden;
  text-align: left;
  line-height: 22px; }
  .map .offices .panel-office.active {
    padding: 25px;
    height: auto;
    width: 250px; }
.map .offices .close-panel i {
  cursor: pointer; }
.map .offices .office {
  border-bottom: 1px dashed #06111b;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .map .offices .office:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .map .offices .office .title {
    color: #06111b;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: none;
    font-size: 14px;
    line-height: 14px; }
  .map .offices .office a {
    text-decoration: underline; }
    .map .offices .office a:hover {
      color: #06111b; }

.list-resources {
  padding-bottom: 90px; }
  .list-resources .sub-title .at-icon {
    height: 40px;
    width: 40px;
    display: inline-block;
    vertical-align: middle; }
  .list-resources .more {
    margin-top: 20px; }
  .list-resources .tax-title {
    margin-top: 40px; }
  .list-resources .bloc-resource {
    margin-top: 20px;
    position: relative;
    padding-bottom: 25px;
    height: 300px; }
    .list-resources .bloc-resource .thumb {
      position: relative;
      text-align: left;
      height: 215px;
      background-size: cover;
      margin-bottom: 15px; }
      .list-resources .bloc-resource .thumb i {
        -moz-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        -webkit-transition: all 0.15s ease;
        transition: all 0.15s ease;
        position: absolute;
        height: 80px;
        width: 80px;
        font-size: 60px;
        left: 10px;
        top: 10px;
        opacity: 0.7;
        filter: alpha(opacity=70); }
    .list-resources .bloc-resource .resources-title {
      -webkit-font-smoothing: antialiased;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 13px; }
    .list-resources .bloc-resource .see-more-resource {
      position: absolute;
      right: 0px;
      bottom: 0px;
      padding: 5px;
      z-index: 10;
      color: #FFF; }

.atvalue .container {
  overflow: visible; }
.atvalue .all-values {
  display: inline-block;
  width: 518px;
  height: 518px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 100px; }
.atvalue .our-values {
  display: inline-block;
  position: absolute;
  display: block; }
  .atvalue .our-values:hover span {
    color: #0f2235; }
  .atvalue .our-values i {
    position: absolute;
    z-index: 14;
    width: 42px;
    height: 42px;
    top: 50%;
    left: 50%;
    margin: -21px 0 0 -21px; }
  .atvalue .our-values span {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    margin-top: -4px;
    line-height: 20px;
    position: absolute;
    color: #388fcb;
    display: inline-block;
    z-index: 12;
    text-align: center; }
  .atvalue .our-values.item-0 {
    width: 251px;
    height: 202px;
    left: 12px;
    top: 0; }
    .atvalue .our-values.item-0 i {
      margin: -42px 0 0 -30px; }
    .atvalue .our-values.item-0 span {
      width: 100%;
      height: 100%;
      left: -47px;
      top: 19px; }
    .atvalue .our-values.item-0:after {
      display: block;
      text-indent: -10000px;
      height: 202px;
      width: 251px;
      background-image: url('images/sprites/elements-s8e57bba125.png');
      background-position: 0 -4062px;
      background-repeat: no-repeat;
      background-position: 0 -4062px;
      position: absolute;
      content: "";
      z-index: 11; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .atvalue .our-values.item-0:after {
          background-image: url('images/sprites-retina/elements-s9dfac5b768.png');
          background-position: 0 -3558px;
          -moz-background-size: 219px auto;
          -o-background-size: 219px auto;
          -webkit-background-size: 219px auto;
          background-size: 219px auto; } }
    .atvalue .our-values.item-0:hover:after {
      display: block;
      text-indent: -10000px;
      height: 202px;
      width: 251px;
      background-image: url('images/sprites/elements-s8e57bba125.png');
      background-position: 0 -4304px;
      background-repeat: no-repeat;
      background-position: 0 -4304px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .atvalue .our-values.item-0:hover:after {
          background-image: url('images/sprites-retina/elements-s9dfac5b768.png');
          background-position: 0 -3679px;
          -moz-background-size: 219px auto;
          -o-background-size: 219px auto;
          -webkit-background-size: 219px auto;
          background-size: 219px auto; } }
    .atvalue .our-values.item-0:hover .at-leaf {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      opacity: 1;
      filter: alpha(opacity=100); }
    .atvalue .our-values.item-0:hover + .value-text {
      display: block; }
  .atvalue .our-values.item-1 {
    width: 229px;
    height: 203px;
    right: 12px;
    top: 0px; }
    .atvalue .our-values.item-1 i {
      margin: -42px 0 0 -26px; }
    .atvalue .our-values.item-1 span {
      right: -51px;
      top: 16px;
      padding: 20px 0; }
    .atvalue .our-values.item-1:after {
      display: block;
      text-indent: -10000px;
      height: 203px;
      width: 229px;
      background-image: url('images/sprites/elements-s8e57bba125.png');
      background-position: 0 -4546px;
      background-repeat: no-repeat;
      background-position: 0 -4546px;
      position: absolute;
      content: ""; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .atvalue .our-values.item-1:after {
          background-image: url('images/sprites-retina/elements-s9dfac5b768.png');
          background-position: 0 -3800px;
          -moz-background-size: 219px auto;
          -o-background-size: 219px auto;
          -webkit-background-size: 219px auto;
          background-size: 219px auto; } }
    .atvalue .our-values.item-1:hover:after {
      display: block;
      text-indent: -10000px;
      height: 203px;
      width: 229px;
      background-image: url('images/sprites/elements-s8e57bba125.png');
      background-position: 0 -4789px;
      background-repeat: no-repeat;
      background-position: 0 -4789px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .atvalue .our-values.item-1:hover:after {
          background-image: url('images/sprites-retina/elements-s9dfac5b768.png');
          background-position: 0 -3921.5px;
          -moz-background-size: 219px auto;
          -o-background-size: 219px auto;
          -webkit-background-size: 219px auto;
          background-size: 219px auto; } }
    .atvalue .our-values.item-1:hover .at-leaf {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      opacity: 1;
      filter: alpha(opacity=100); }
    .atvalue .our-values.item-1:hover + .value-text {
      display: block; }
  .atvalue .our-values.item-2 {
    width: 146px;
    height: 261px;
    right: 1px;
    top: 200px; }
    .atvalue .our-values.item-2 i {
      margin: -27px 0 0 0px; }
    .atvalue .our-values.item-2 span {
      right: -119px;
      top: 108px;
      padding: 20px 0; }
    .atvalue .our-values.item-2:after {
      display: block;
      text-indent: -10000px;
      height: 261px;
      width: 146px;
      background-image: url('images/sprites/elements-s8e57bba125.png');
      background-position: 0 -5032px;
      background-repeat: no-repeat;
      background-position: 0 -5032px;
      position: absolute;
      content: ""; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .atvalue .our-values.item-2:after {
          background-image: url('images/sprites-retina/elements-s9dfac5b768.png');
          background-position: 0 -4043px;
          -moz-background-size: 219px auto;
          -o-background-size: 219px auto;
          -webkit-background-size: 219px auto;
          background-size: 219px auto; } }
    .atvalue .our-values.item-2:hover:after {
      display: block;
      text-indent: -10000px;
      height: 261px;
      width: 146px;
      background-image: url('images/sprites/elements-s8e57bba125.png');
      background-position: 0 -5333px;
      background-repeat: no-repeat;
      background-position: 0 -5333px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .atvalue .our-values.item-2:hover:after {
          background-image: url('images/sprites-retina/elements-s9dfac5b768.png');
          background-position: 0 -4193.5px;
          -moz-background-size: 219px auto;
          -o-background-size: 219px auto;
          -webkit-background-size: 219px auto;
          background-size: 219px auto; } }
    .atvalue .our-values.item-2:hover .at-leaf {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      opacity: 1;
      filter: alpha(opacity=100); }
    .atvalue .our-values.item-2:hover + .value-text {
      display: block; }
  .atvalue .our-values.item-3 {
    width: 290px;
    height: 110px;
    right: 116px;
    bottom: 4px; }
    .atvalue .our-values.item-3 i {
      margin: -9px 0 0 -21px; }
    .atvalue .our-values.item-3 span {
      width: 100%;
      padding: 20px 0;
      left: 0;
      bottom: -55px; }
    .atvalue .our-values.item-3:after {
      z-index: 9;
      display: block;
      text-indent: -10000px;
      height: 110px;
      width: 290px;
      background-image: url('images/sprites/elements-s8e57bba125.png');
      background-position: 0 -5634px;
      background-repeat: no-repeat;
      background-position: 0 -5634px;
      position: absolute;
      content: ""; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .atvalue .our-values.item-3:after {
          background-image: url('images/sprites-retina/elements-s9dfac5b768.png');
          background-position: 0 -4344px;
          -moz-background-size: 219px auto;
          -o-background-size: 219px auto;
          -webkit-background-size: 219px auto;
          background-size: 219px auto; } }
    .atvalue .our-values.item-3:hover:after {
      display: block;
      text-indent: -10000px;
      height: 110px;
      width: 290px;
      background-image: url('images/sprites/elements-s8e57bba125.png');
      background-position: 0 -5784px;
      background-repeat: no-repeat;
      background-position: 0 -5784px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .atvalue .our-values.item-3:hover:after {
          background-image: url('images/sprites-retina/elements-s9dfac5b768.png');
          background-position: 0 -4419px;
          -moz-background-size: 219px auto;
          -o-background-size: 219px auto;
          -webkit-background-size: 219px auto;
          background-size: 219px auto; } }
    .atvalue .our-values.item-3:hover .at-leaf {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      opacity: 1;
      filter: alpha(opacity=100); }
    .atvalue .our-values.item-3:hover + .value-text {
      display: block; }
    .atvalue .our-values.item-3 .at-leaf {
      -moz-transition: all 0s ease;
      -o-transition: all 0s ease;
      -webkit-transition: all 0s ease;
      transition: all 0s ease;
      opacity: 0;
      filter: alpha(opacity=0);
      display: block;
      text-indent: -10000px;
      height: 237px;
      width: 132px;
      background-image: url('images/sprites/elements-s8e57bba125.png');
      background-position: 0 -1383px;
      background-repeat: no-repeat;
      background-position: 0 -1383px;
      position: absolute;
      z-index: 10;
      right: 50%;
      margin-right: -66px;
      bottom: 57px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .atvalue .our-values.item-3 .at-leaf {
          background-image: url('images/sprites-retina/elements-s9dfac5b768.png');
          background-position: 0 -1180.5px;
          -moz-background-size: 219px auto;
          -o-background-size: 219px auto;
          -webkit-background-size: 219px auto;
          background-size: 219px auto; } }
  .atvalue .our-values.item-4 {
    width: 147px;
    height: 263px;
    left: 1px;
    top: 196px; }
    .atvalue .our-values.item-4 i {
      margin: -27px 0 0 -42px; }
    .atvalue .our-values.item-4 span {
      width: 100%;
      padding: 20px 0;
      left: -157px;
      top: 98px; }
    .atvalue .our-values.item-4:after {
      display: block;
      text-indent: -10000px;
      height: 263px;
      width: 147px;
      background-image: url('images/sprites/elements-s8e57bba125.png');
      background-position: 0 -5934px;
      background-repeat: no-repeat;
      background-position: 0 -5934px;
      position: absolute;
      content: ""; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .atvalue .our-values.item-4:after {
          background-image: url('images/sprites-retina/elements-s9dfac5b768.png');
          background-position: 0 -4494px;
          -moz-background-size: 219px auto;
          -o-background-size: 219px auto;
          -webkit-background-size: 219px auto;
          background-size: 219px auto; } }
    .atvalue .our-values.item-4:hover:after {
      display: block;
      text-indent: -10000px;
      height: 263px;
      width: 147px;
      background-image: url('images/sprites/elements-s8e57bba125.png');
      background-position: 0 -6237px;
      background-repeat: no-repeat;
      background-position: 0 -6237px; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .atvalue .our-values.item-4:hover:after {
          background-image: url('images/sprites-retina/elements-s9dfac5b768.png');
          background-position: 0 -4645.5px;
          -moz-background-size: 219px auto;
          -o-background-size: 219px auto;
          -webkit-background-size: 219px auto;
          background-size: 219px auto; } }
    .atvalue .our-values.item-4:hover .at-leaf {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      opacity: 1;
      filter: alpha(opacity=100); }
    .atvalue .our-values.item-4:hover + .value-text {
      display: block; }
    .atvalue .our-values.item-4 .at-leaf {
      -moz-transition: all 0s ease;
      -o-transition: all 0s ease;
      -webkit-transition: all 0s ease;
      transition: all 0s ease;
      opacity: 0;
      filter: alpha(opacity=0);
      display: block;
      text-indent: -10000px;
      height: 132px;
      width: 218px;
      background-image: url('images/sprites/elements-s8e57bba125.png');
      background-position: 0 -1660px;
      background-repeat: no-repeat;
      background-position: 0 -1660px;
      position: absolute;
      z-index: 10;
      left: 70px;
      margin-top: -125px;
      top: 50%; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .atvalue .our-values.item-4 .at-leaf {
          background-image: url('images/sprites-retina/elements-s9dfac5b768.png');
          background-position: 0 -1437.5px;
          -moz-background-size: 219px auto;
          -o-background-size: 219px auto;
          -webkit-background-size: 219px auto;
          background-size: 219px auto; } }
.atvalue .value-text {
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  margin-top: -4px;
  line-height: 20px;
  position: absolute;
  color: #0f2235;
  display: inline-block;
  z-index: 12;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  top: 43%;
  left: 0;
  right: 0;
  display: none; }

.module_tag .bullet-link {
  margin-bottom: 40px; }
.module_tag .zone-module {
  padding: 75px 0 90px 0;
  border-bottom: 1px solid #d0d1d3; }
.module_tag .zone-tags {
  margin-top: 30px; }
.module_tag .title {
  color: #0CACF8;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px; }
.module_tag .subtitle {
  color: #0CACF8;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
  line-height: 14px; }
.module_tag .more {
  margin-top: 25px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px; }
  .module_tag .more i {
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; }
  .module_tag .more:hover {
    color: #0CACF8; }
    .module_tag .more:hover i {
      padding-right: 10px; }
.module_tag .tag {
  margin-top: 10px; }
  .module_tag .tag .thumb {
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    width: 45px;
    height: 45px;
    margin: 0 auto; }
    .module_tag .tag .thumb i {
      display: block;
      width: 100%;
      height: 100%;
      color: #1c9194;
      font-size: 40px; }
  .module_tag .tag a {
    display: block;
    width: 130px;
    margin: 0 auto; }
    .module_tag .tag a:hover .thumb {
      margin-top: -10px;
      margin-bottom: 10px; }
  .module_tag .tag span {
    margin-top: 10px;
    display: inline-block;
    color: #06111b;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px; }
.module_tag .green .title {
  color: #1c9194; }
.module_tag .green .subtitle {
  color: #1c9194; }

iframe {
  max-width: 100%; }

.iconographie .icon {
  height: 70px;
  width: 100%; }
  .iconographie .icon i {
    display: inline-block;
    width: 70px;
    height: 70px;
    font-size: 48px; }
.iconographie .global-icono-item {
  position: relative;
  overflow: hidden; }
  .iconographie .global-icono-item .icono-item {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 30px 0px;
    background-color: #22adf5; }
    .iconographie .global-icono-item .icono-item .icono-item-bullet-box {
      padding: 0 50px; }
    .iconographie .global-icono-item .icono-item .bullet-link {
      margin-bottom: 0; }
    .iconographie .global-icono-item .icono-item .bullet-box {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      border-color: #fff; }
      .iconographie .global-icono-item .icono-item .bullet-box::after {
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        border-color: #fff transparent transparent; }
    .iconographie .global-icono-item .icono-item .bullet-title {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      color: #fff;
      padding: 0 10px; }
  .iconographie .global-icono-item:hover .icono-item .bullet-box {
    -moz-transform: translateY(-50px) scale(0.5);
    -ms-transform: translateY(-50px) scale(0.5);
    -webkit-transform: translateY(-50px) scale(0.5);
    transform: translateY(-50px) scale(0.5);
    border-color: transparent; }
    .iconographie .global-icono-item:hover .icono-item .bullet-box::after {
      -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
      opacity: 0;
      filter: alpha(opacity=0); }
  .iconographie .global-icono-item:hover .icono-item .bullet-title {
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    color: #06111b; }
  .iconographie .global-icono-item:hover .content {
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    color: #fff; }
.iconographie .content {
  color: #8a8a8a;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 14px;
  line-height: 20px;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 20px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  -webkit-transform: translateY(300%);
  transform: translateY(300%);
  text-align: center; }
.iconographie .link {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 5px;
  background-color: #388fcb;
  z-index: 10;
  color: #fff; }

.page_item:first-letter, .sitemap_item:first-letter {
  text-transform: capitalize; }

.cta-content.cta-callback-background {
  background-color: #388fcb !important; }

.events form {
  color: #388fcb;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px; }
  .events form .text {
    height: 28px;
    line-height: 45px;
    text-align: right; }
  .events form .select2-selection--single {
    height: 48px;
    border-radius: 0px;
    border: 0;
    background: #ededed;
    color: #8a8a8a;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px; }
  .events form .select2-selection__rendered {
    line-height: 45px !important; }
  .events form .select2-selection__arrow {
    top: 12px !important; }
.events .zone-events {
  padding: 90px 0; }
.events .new-event {
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  position: absolute;
  background-color: #22adf5;
  color: #fff;
  top: -50px;
  left: -75px;
  padding: 80px 60px 10px 60px; }
.events .super-bloc-event {
  padding: 60px;
  overflow: hidden;
  height: 480px; }
  .events .super-bloc-event.even {
    background-color: #f6f6f6; }
.events .bloc-event {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .events .bloc-event img {
    max-width: 150px;
    height: auto; }
  .events .bloc-event .content {
    margin: 20px 0;
    color: #8a8a8a;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    line-height: 14px; }
    .events .bloc-event .content .title {
      color: #06111b;
      -webkit-font-smoothing: antialiased;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 21px;
      line-height: 21px; }
    .events .bloc-event .content .subtitle {
      color: #388fcb;
      -webkit-font-smoothing: antialiased;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      text-transform: none;
      font-size: 14px;
      line-height: 14px; }
  .events .bloc-event .more {
    margin-top: 15px; }

.screen-offers {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .screen-offers .hide-contract {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none; }
  .screen-offers .hide-typeoffer {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none; }
  .screen-offers .list-type-offer {
    margin: 40px 0; }
    .screen-offers .list-type-offer .block-type-offer {
      background-color: #818181;
      padding: 15px;
      color: #fff;
      display: inline-block;
      width: 100%;
      -webkit-font-smoothing: antialiased;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 14px;
      min-height: 80px;
      position: relative; }
      .screen-offers .list-type-offer .block-type-offer .at-icon {
        height: 25px;
        width: 25px;
        display: inline-block;
        float: left;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .screen-offers .list-type-offer .block-type-offer .offer-name {
        line-height: 25px;
        display: block;
        padding-left: 30px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .screen-offers .list-type-offer .block-type-offer:hover {
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background-color: #22adf5; }
      .screen-offers .list-type-offer .block-type-offer.active {
        background-color: #22adf5; }
      .screen-offers .list-type-offer .block-type-offer:after {
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-top-color: transparent;
        border-width: 14px;
        margin-left: -14px; }
      .screen-offers .list-type-offer .block-type-offer.active::after {
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        border-top-color: #22adf5; }
  .screen-offers .last-offer-title {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d0d1d3; }
  .screen-offers .item-offer {
    padding: 30px 0;
    border-bottom: 1px solid #d0d1d3;
    color: #06111b;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px; }
    .screen-offers .item-offer .location {
      color: #22adf5;
      -webkit-font-smoothing: antialiased;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 14px;
      font-style: italic; }
    .screen-offers .item-offer .core-offer {
      margin-left: 30px; }
      .screen-offers .item-offer .core-offer .core-offer-link {
        color: inherit; }
    .screen-offers .item-offer .more-offer {
      padding-top: 15px;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 14px; }
    .screen-offers .item-offer .at-icon {
      height: 20px;
      width: 20px;
      float: left; }
  .screen-offers .filter-contract {
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px dashed #d0d1d3;
    border-bottom: 1px dashed #d0d1d3; }
    .screen-offers .filter-contract select {
      width: 100%;
      line-height: 50px; }
    .screen-offers .filter-contract .select2-selection--single {
      height: 48px;
      border-radius: 0px;
      border: 0;
      background: #ededed;
      color: #8a8a8a;
      -webkit-font-smoothing: antialiased;
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 14px; }
    .screen-offers .filter-contract .select2-selection__rendered {
      line-height: 48px; }
    .screen-offers .filter-contract .select2-selection__arrow {
      top: 12px; }
    .screen-offers .filter-contract .spont-ask {
      -webkit-font-smoothing: antialiased;
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 14px;
      color: #818181;
      border: 1px solid #818181;
      width: 100%;
      display: inline-block;
      text-align: center;
      padding: 15px 0; }

.screen-glossary .letter {
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 10px;
  position: relative; }
  .screen-glossary .letter a {
    width: 100%;
    display: inline-block;
    color: #313131;
    padding: 25px 0; }
  .screen-glossary .letter .sort-desc {
    position: absolute;
    right: 30px;
    top: 30%; }
  .screen-glossary .letter .inactive {
    color: #8a8a8a;
    cursor: default; }
  .screen-glossary .letter .items-glossary {
    position: absolute;
    z-index: 10;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #8a8a8a;
    padding: 0 10px; }
    .screen-glossary .letter .items-glossary a {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-font-smoothing: antialiased;
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      text-transform: false;
      font-size: 14px;
      line-height: 14px;
      color: #8a8a8a;
      padding: 8px 0; }
      .screen-glossary .letter .items-glossary a:hover {
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        color: #22adf5; }

.list-ref-partner .zone-bloc-item {
  position: relative; }
  .list-ref-partner .zone-bloc-item .bloc-item {
    background-color: #fff;
    border: 1px solid #d0d1d3;
    height: 135px;
    margin-bottom: 30px; }
    .list-ref-partner .zone-bloc-item .bloc-item img {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      max-height: 130px;
      width: auto;
      margin: auto;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .list-ref-partner .zone-bloc-item .bloc-item.active img:hover {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
  .list-ref-partner .zone-bloc-item .excerpt {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    position: absolute;
    height: 135px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    line-height: 25px; }
    .list-ref-partner .zone-bloc-item .excerpt.bottom {
      top: 165px; }
    .list-ref-partner .zone-bloc-item .excerpt.active {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      visibility: visible;
      opacity: 1; }
    .list-ref-partner .zone-bloc-item .excerpt .img-content img {
      max-height: 136px;
      width: 100%;
      object-fit: cover;
      margin-top: -0.5px; }
    .list-ref-partner .zone-bloc-item .excerpt .content-border .text {
      color: #22adf5; }
      .list-ref-partner .zone-bloc-item .excerpt .content-border .text .business {
        color: #06111b;
        -webkit-font-smoothing: antialiased;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px; }
      .list-ref-partner .zone-bloc-item .excerpt .content-border .text .name {
        -webkit-font-smoothing: antialiased;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 5px; }
      .list-ref-partner .zone-bloc-item .excerpt .content-border .text .function {
        font-style: italic;
        line-height: 16px; }
    .list-ref-partner .zone-bloc-item .excerpt .link {
      position: absolute;
      right: 16px;
      bottom: 0px;
      padding: 5px;
      background-color: #388fcb;
      z-index: 10;
      color: #fff; }
    .list-ref-partner .zone-bloc-item .excerpt .excerpt-content {
      line-height: 20px; }

.content-border {
  width: 75%;
  border: 1px solid #d0d1d3;
  padding-top: 20px;
  padding-bottom: 10px;
  display: block;
  height: 135.5px;
  margin-left: -15.5px; }

.consulting-page .title {
  position: relative;
  color: #0CACF8;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px; }
  .consulting-page .title .text-title {
    display: inline;
    margin-left: 9px;
    clear: both;
    font-size: 20px; }
.consulting-page .subtitle {
  color: #0CACF8;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: normal;
  font-size: 14px;
  line-height: 14px; }
.consulting-page .item-consulting {
  line-height: 20px;
  margin-bottom: 80px; }
  .consulting-page .item-consulting .title {
    margin-bottom: 10px; }
    .consulting-page .item-consulting .title .at-icon {
      height: 30px;
      width: 30px;
      display: inline-block;
      float: left; }
  .consulting-page .item-consulting p {
    line-height: 2; }
  .consulting-page .item-consulting .bloc-image.pull-left {
    padding-right: 80px; }
  .consulting-page .item-consulting .bloc-image.pull-right {
    padding-left: 80px; }
.consulting-page.green .title {
  color: #158083; }
.consulting-page.green .subtitle {
  color: #158083; }

.press-page {
  padding-bottom: 80px; }
  .press-page .screen-title {
    margin-bottom: 30px; }
  .press-page .screen-content {
    margin-bottom: 30px; }
  .press-page .encart {
    background-color: #f6f6f6;
    padding: 35px;
    font-style: italic; }
    .press-page .encart .title {
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 18px;
      color: #8a8a8a;
      margin-bottom: 15px; }
    .press-page .encart p {
      margin-bottom: 10px; }
      .press-page .encart p.email {
        text-decoration: underline; }
  .press-page .last-press {
    color: #22adf5;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    margin: 80px 0; }
  .press-page .title {
    color: #3890c2;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px; }
  .press-page .subtitle {
    color: #3890c2;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px; }
  .press-page .blog-excerpt {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 25px; }
  .press-page .item-consulting .title {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px; }
    .press-page .item-consulting .title a {
      color: inherit; }
    .press-page .item-consulting .title .at-icon {
      height: 14px;
      width: 14px;
      display: inline-block; }

.single-references .business {
  color: #22adf5;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px; }

.single-ressources .img-responsive {
  object-fit: cover;
  width: 100%;
  height: 600px; }
.single-ressources .cms .container {
  width: auto; }
  .single-ressources .cms .container .screen-title:first-child {
    margin-bottom: 30px;
    margin-top: 0px; }
.single-ressources .discover {
  margin-top: 60px; }

.ressource-zoom {
  margin-bottom: 30px; }

.partner .filters, .references .filters {
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  margin-bottom: 85px; }
  .partner .filters li, .references .filters li {
    margin-bottom: 20px;
    background-color: #818181;
    display: inline-block; }
    .partner .filters li a, .references .filters li a {
      display: block;
      padding: 15px 60px;
      color: #fff; }
      .partner .filters li a.active, .references .filters li a.active {
        background-color: #22adf5; }
      .partner .filters li a.parent-filter::after, .references .filters li a.parent-filter::after {
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-top-color: transparent;
        border-width: 14px;
        margin-left: -14px; }
      .partner .filters li a.active.parent-filter::after, .partner .filters li a:hover.parent-filter::after, .references .filters li a.active.parent-filter::after, .references .filters li a:hover.parent-filter::after {
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        border-top-color: #22adf5; }
  .partner .filters .child-filter-zone li, .references .filters .child-filter-zone li {
    background-color: #cdcdcd; }
  .partner .filters .parent-filter, .references .filters .parent-filter {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative; }
.partner .child-filter-zone, .references .child-filter-zone {
  margin: 30px;
  display: none; }
  .partner .child-filter-zone li, .references .child-filter-zone li {
    margin-bottom: 10px; }
  .partner .child-filter-zone.active, .references .child-filter-zone.active {
    display: block; }
.partner .bloc-filtrable, .references .bloc-filtrable {
  height: 135px;
  margin-bottom: 20px; }
  .partner .bloc-filtrable:hover .certified, .references .bloc-filtrable:hover .certified {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .partner .bloc-filtrable .ref-item-ie, .references .bloc-filtrable .ref-item-ie {
    width: 130px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    display: block; }
  .partner .bloc-filtrable img, .references .bloc-filtrable img {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-height: 100px;
    margin: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto; }
    .partner .bloc-filtrable img:hover, .references .bloc-filtrable img:hover {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
  .partner .bloc-filtrable .bloc-ref, .references .bloc-filtrable .bloc-ref {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #d0d1d3;
    height: 100%;
    overflow: hidden;
    position: relative; }
    .partner .bloc-filtrable .bloc-ref a, .references .bloc-filtrable .bloc-ref a {
      width: 100%;
      height: 100%;
      display: inline-block; }
      .partner .bloc-filtrable .bloc-ref a.no-link, .references .bloc-filtrable .bloc-ref a.no-link {
        cursor: default; }
  .partner .bloc-filtrable.inactive, .references .bloc-filtrable.inactive {
    display: none; }

.history {
  margin-bottom: 60px; }
  .history .bloc_vertical .history-content {
    margin-top: 30px; }
  .history .block-history {
    height: 280px;
    padding: 40px 25px;
    background-size: cover !important; }
    .history .block-history p {
      line-height: 1.5; }
  .history .block-history-long {
    height: 560px;
    background-color: #398fcc;
    padding: 30px 35px;
    color: #fff; }
    .history .block-history-long p {
      line-height: 1.5; }
  .history .bloc_tree_quarters .color-content {
    background-color: #9fc7eb;
    color: #fff;
    font-size: 14px; }
  .history .bloc_tree_quarters .color-date {
    background-color: #83b2de;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px; }
    .history .bloc_tree_quarters .color-date p {
      -webkit-font-smoothing: antialiased;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 18px; }
  .history .bloc_full .color-dark {
    background-color: #082336;
    color: #fff;
    padding-top: 40px; }
  .history .bloc_full .color-grey {
    background-color: #eeeeee; }
  .history .date {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px; }
    .history .date p {
      -webkit-font-smoothing: antialiased;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 18px; }

.sitemap {
  margin-bottom: 60px; }
  .sitemap .pagenav {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px;
    color: #22ADF5;
    list-style: none;
    margin-top: 20px; }
    .sitemap .pagenav ul:first-child {
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 500;
      text-transform: lowercase;
      font-size: 14px;
      line-height: 14px;
      border-top: 1px solid #22ADF5;
      margin: 10px 0;
      padding-top: 10px; }
      .sitemap .pagenav ul:first-child a {
        line-height: 20px;
        color: #8A8A8A; }
        .sitemap .pagenav ul:first-child a:hover {
          color: #22ADF5; }
    .sitemap .pagenav .sitemap_item {
      color: #8A8A8A; }
    .sitemap .pagenav .page_item:first-letter, .sitemap .pagenav .sitemap_item:first-letter {
      text-transform: capitalize; }
    .sitemap .pagenav .children {
      padding-left: 10px; }
      .sitemap .pagenav .children li:before {
        content: "- "; }

#form_relative_wrap {
  position: relative; }

.form-type input[type="checkbox"] {
  margin-left: 0; }
.form-type input[type="text"] {
  background: #fff;
  border: solid 1px #d9d9d9;
  -moz-box-shadow: 0px 0px 0px 1px black inset;
  -webkit-box-shadow: 0px 0px 0px 1px black inset;
  box-shadow: 0px 0px 0px 1px black inset;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  height: 46px;
  line-height: 23px;
  padding: 0 8px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
.form-type textarea {
  background: #fff;
  border: solid 1px #d9d9d9;
  -moz-box-shadow: 0px 0px 0px 1px black inset;
  -webkit-box-shadow: 0px 0px 0px 1px black inset;
  box-shadow: 0px 0px 0px 1px black inset;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 14px;
  font-style: italic; }
.form-type #submitFormBtn {
  background: #052238;
  border: none;
  padding: 0;
  margin: 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  height: 50px;
  line-height: 50px;
  display: block; }
  .form-type #submitFormBtn:disabled {
    background: rgba(5, 34, 56, 0.5); }
    .form-type #submitFormBtn:disabled:before {
      display: none; }
  .form-type #submitFormBtn.thx-button-form {
    display: block;
    background: #83b2de;
    text-align: center; }
.form-type .errors {
  color: red;
  margin-bottom: 5px;
  display: block;
  font-weight: 700; }
.form-type .form-group.has-error ::-webkit-input-placeholder {
  color: #fc0f1d; }
.form-type .form-group.has-error :-moz-placeholder {
  /* Firefox 18- */
  color: #fc0f1d; }
.form-type .form-group.has-error ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fc0f1d; }
.form-type .form-group.has-error :-ms-input-placeholder {
  color: #fc0f1d; }
.form-type .form-group.has-error input, .form-type .form-group.has-error select {
  color: #fc0f1d;
  border-color: #fc0f1d;
  -moz-box-shadow: 0px 0px 0px 1px #fc0f1d inset;
  -webkit-box-shadow: 0px 0px 0px 1px #fc0f1d inset;
  box-shadow: 0px 0px 0px 1px #fc0f1d inset; }
.form-type .form-group.has-error .select2-container .select2-selection {
  color: #fc0f1d;
  border-color: #fc0f1d;
  -moz-box-shadow: 0px 0px 0px 1px #fc0f1d inset;
  -webkit-box-shadow: 0px 0px 0px 1px #fc0f1d inset;
  box-shadow: 0px 0px 0px 1px #fc0f1d inset; }
  .form-type .form-group.has-error .select2-container .select2-selection .select2-selection__rendered {
    color: #fc0f1d; }
.form-type label.error {
  display: none !important; }
.form-type .select2-container .select2-selection {
  height: 46px;
  line-height: 46px;
  -moz-box-shadow: 0px 0px 0px 1px black inset;
  -webkit-box-shadow: 0px 0px 0px 1px black inset;
  box-shadow: 0px 0px 0px 1px black inset; }
  .form-type .select2-container .select2-selection .select2-selection__rendered {
    line-height: 46px; }
  .form-type .select2-container .select2-selection .select2-selection__arrow {
    height: 46px; }
.form-type .popover {
  padding: 0;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background: none; }
  .form-type .popover.fade.in {
    -moz-transition: opacity ease;
    -o-transition: opacity ease;
    -webkit-transition: opacity ease;
    transition: opacity ease; }
  .form-type .popover .popover-inner {
    background: rgba(49, 49, 49, 0.9);
    color: #fff;
    padding: 8px 15px;
    font-size: 12px; }
    .form-type .popover .popover-inner .popover-content {
      padding: 0; }
  .form-type .popover.left > .arrow {
    border-left-color: rgba(49, 49, 49, 0.9);
    border-width: 7px;
    right: -14px;
    margin-top: -7px; }
    .form-type .popover.left > .arrow:after {
      border-left-color: transparent; }
  .form-type .popover.top > .arrow {
    border-top-color: rgba(49, 49, 49, 0.95);
    border-width: -7px;
    bottom: -11px;
    margin-top: 7px; }
    .form-type .popover.top > .arrow:after {
      border-top-color: transparent; }

.screen-form .screen-title {
  margin-bottom: 50px; }
.screen-form p {
  color: #8a8a8a;
  text-align: justify; }
.screen-form .form-type .rich-form {
  line-height: 15px;
  margin-bottom: 15px; }
.screen-form .form-type .form-large input[type="text"] {
  -moz-box-shadow: 0px 0px 0px 1px white inset;
  -webkit-box-shadow: 0px 0px 0px 1px white inset;
  box-shadow: 0px 0px 0px 1px white inset; }
.screen-form .form-type .form-large textarea {
  -moz-box-shadow: 0px 0px 0px 1px white inset;
  -webkit-box-shadow: 0px 0px 0px 1px white inset;
  box-shadow: 0px 0px 0px 1px white inset; }
.screen-form .form-type .form-large .select2-container .select2-selection {
  -moz-box-shadow: 0px 0px 0px 1px white inset;
  -webkit-box-shadow: 0px 0px 0px 1px white inset;
  box-shadow: 0px 0px 0px 1px white inset; }
.screen-form .form-type .form-large .popover-inner {
  background: rgba(49, 49, 49, 0.95); }
.screen-form .form-type .form-large .popover {
  left: 0 !important;
  right: 14px !important;
  margin-top: -14px; }
.screen-form .form-type .form-large #submitFormBtn {
  padding: 0 70px; }
.screen-form .form-type .form-small input[type="text"] {
  margin-top: 2px; }
.screen-form .form-type .form-small form .form-fields {
  width: 55%;
  float: left; }
.screen-form .form-type .form-small form .inline-label {
  padding-left: 25px;
  line-height: 24px; }
.screen-form .form-type .form-small form .checkbox {
  line-height: 24px;
  margin: 0 0 -15px 0; }
  .screen-form .form-type .form-small form .checkbox input[type="checkbox"] {
    margin-left: 0;
    line-height: 24px; }
.screen-form .form-type .form-small form #submitFormBtn {
  width: 40%;
  float: right; }

.discover .block-resource {
  position: relative;
  background-color: #fff; }
  .discover .block-resource .thumb-container {
    height: 200px;
    overflow: hidden;
    width: 100%; }
  .discover .block-resource .thumb {
    width: 100%;
    height: 100%;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-size: cover;
    background-position: center; }
  .discover .block-resource span {
    z-index: 10;
    position: absolute;
    top: -30px;
    background-color: #fff;
    width: 170px;
    text-align: right;
    color: #06111b;
    padding: 15px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    line-height: 14px; }
  .discover .block-resource .txt-zone {
    padding: 25px 35px;
    text-align: left; }
  .discover .block-resource .title {
    color: #313131;
    margin-bottom: 20px;
    min-height: 50px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px; }
  .discover .block-resource p {
    color: #8a8a8a;
    height: 100px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    text-transform: none;
    font-size: 14px;
    line-height: 14px;
    line-height: 25px;
    letter-spacing: 1px; }
  .discover .block-resource a {
    margin-top: 25px; }
  .discover .block-resource:hover .thumb {
    -moz-transform: scale(1.24);
    -ms-transform: scale(1.24);
    -webkit-transform: scale(1.24);
    transform: scale(1.24); }

.alternatelogo {
  padding-bottom: 60px; }
  .alternatelogo .alternatelogo_background {
    background-color: #ededed;
    min-height: 308px; }
  .alternatelogo .block-logo {
    padding: 40px 20px;
    margin-bottom: 60px; }
    .alternatelogo .block-logo .title {
      margin-top: 20px;
      color: #06111b;
      -webkit-font-smoothing: antialiased;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 30px;
      line-height: 30px;
      min-height: 60px; }
    .alternatelogo .block-logo .subtitle {
      margin-top: 15px;
      color: #388fcb;
      -webkit-font-smoothing: antialiased;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      text-transform: none;
      font-size: 14px;
      line-height: 14px; }
    .alternatelogo .block-logo .excerpt {
      margin: 20px 0 15px 0; }
    .alternatelogo .block-logo .more {
      margin-top: 20px; }
    .alternatelogo .block-logo img {
      max-width: 150px;
      height: auto; }
    .alternatelogo .block-logo:hover.block-animate img {
      -moz-animation: backFlip 1s linear;
      -webkit-animation: backFlip 1s linear;
      animation: backFlip 1s linear; }

.management .management-content {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
  height: 400px;
  position: relative;
  overflow: hidden; }
  .management .management-content .overlay {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    bottom: 0px;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    height: 150px;
    background-color: rgba(20, 20, 20, 0.5); }
  .management .management-content .thumb-management a {
    color: #fff; }
  .management .management-content .thumb-management .thumb {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .management .management-content:hover {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .management .management-content:hover .txt-zone {
      bottom: 50%; }
    .management .management-content:hover .overlay {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      height: 100%; }
    .management .management-content:hover .thumb-management a {
      color: #fff; }
    .management .management-content:hover .thumb-management .thumb {
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -webkit-transform: scale(1.5);
      transform: scale(1.5); }
.management .txt-zone {
  position: absolute;
  bottom: 30px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .management .txt-zone .function {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px; }
  .management .txt-zone .name {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px; }
  .management .txt-zone a {
    color: #fff; }
.management .zone-management {
  margin-bottom: 90px; }

.management-zoom .zone-text {
  background-color: #ededed; }
  .management-zoom .zone-text .img-responsive {
    object-fit: cover;
    width: 100%;
    height: 500px; }
.management-zoom .quote {
  font-style: italic;
  font-size: 20px;
  line-height: 23px;
  max-width: 460px;
  margin: 90px auto; }
  .management-zoom .quote p {
    display: inline; }
.management-zoom .social {
  margin-top: 90px; }
  .management-zoom .social a {
    color: #22ADF5; }
.management-zoom .desc-management .content {
  line-height: 22px; }
.management-zoom .desc-management .screen-title {
  margin-bottom: 30px;
  margin-top: 70px; }

.types-ressources, .types-references, .types-partenaires, .types-offres {
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
  color: #22ADF5;
  list-style: none; }
  .types-ressources ul:first-child, .types-references ul:first-child, .types-partenaires ul:first-child, .types-offres ul:first-child {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: lowercase;
    font-size: 12px;
    line-height: 12px;
    border-top: 1px solid #22ADF5;
    margin: 10px 0;
    padding-top: 10px; }
    .types-ressources ul:first-child li a, .types-references ul:first-child li a, .types-partenaires ul:first-child li a, .types-offres ul:first-child li a {
      color: #8A8A8A; }

.social .follow {
  color: #22adf5;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px; }
.social a {
  display: inline-block;
  margin: 20px 10px; }
.social .circle-border {
  width: 130px;
  background: none;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: solid 2px #22adf5;
  position: relative;
  overflow: hidden;
  margin-bottom: 18px; }
  .social .circle-border:before {
    content: "";
    display: block;
    padding-top: 100%; }
.social i.ico {
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  display: block;
  text-align: center;
  font-size: 35px; }
  .social i.ico span {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 32px;
    line-height: 40px; }

.footer {
  background-color: #313131;
  padding: 65px 0 0 0; }
  .footer .footer-title {
    display: block;
    margin-bottom: 25px;
    border-bottom: solid 1px #424242;
    padding-bottom: 15px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    color: #6d6d6d; }
  .footer .footer-text {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    line-height: 14px;
    line-height: 24px;
    color: #8a8a8a;
    text-align: justify; }
  .footer .social-links {
    margin-top: 65px;
    display: block; }
    .footer .social-links a {
      display: block;
      width: 100%;
      height: 100%;
      min-height: 100%;
      color: #fff; }
      .footer .social-links a .circle-border {
        width: 100%;
        background: none;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        border: solid 2px #fff;
        position: relative;
        overflow: hidden;
        margin-bottom: 18px;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .footer .social-links a .circle-border:before {
          content: "";
          display: block;
          padding-top: 100%; }
      .footer .social-links a .txt {
        width: 100%;
        display: block;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 16px;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .footer .social-links a i.ico {
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: 40px;
        height: 40px;
        top: 50%;
        left: 50%;
        margin: -20px 0 0 -20px;
        position: absolute;
        display: block;
        text-align: center; }
        .footer .social-links a i.ico.blog {
          width: 100%;
          margin-left: 0;
          left: 0; }
        .footer .social-links a i.ico:before, .footer .social-links a i.ico span {
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
          width: 40px;
          height: 40px;
          font-size: 45px;
          line-height: 40px;
          text-align: center;
          color: #fff; }
        .footer .social-links a i.ico span {
          -webkit-font-smoothing: antialiased;
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          text-transform: uppercase;
          font-size: 32px;
          line-height: 32px;
          line-height: 40px; }
      .footer .social-links a:hover .txt {
        color: #22adf5; }
      .footer .social-links a:hover .circle-border {
        border-color: #22adf5; }
      .footer .social-links a:hover i.ico:before, .footer .social-links a:hover i.ico span {
        color: #22adf5; }
  .footer .subfooter {
    margin-top: 65px;
    padding: 30px 0;
    background-color: #252525; }
    .footer .subfooter ul li {
      display: inline-block;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 400;
      text-transform: none;
      font-size: 13px;
      line-height: 13px;
      color: #767676;
      margin-right: 10px; }
      .footer .subfooter ul li:last-child {
        margin-right: 0; }
      .footer .subfooter ul li span {
        display: inline-block;
        margin-right: 10px; }
      .footer .subfooter ul li a {
        color: #767676; }
        .footer .subfooter ul li a:hover {
          text-decoration: underline; }

.screen-content article.text-aleft {
  float: left;
  width: 66%;
  margin-right: 4%; }
.screen-content article.img-aleft {
  float: left;
  width: 30%; }
  .screen-content article.img-aleft img {
    max-width: 100%; }
.screen-content article.text-aright {
  float: right;
  width: 66%;
  margin-left: 4%; }
.screen-content article.img-aright {
  float: right;
  width: 30%; }
  .screen-content article.img-aright img {
    max-width: 100%; }

.map .p1 {
  margin-bottom: 20px;
  margin-top: -20px; }

.ancor-position {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden; }

.screen-content .zone-module {
  margin-top: 30px; }
  .screen-content .zone-module:last-child {
    border-bottom: 0px;
    padding: 75px 0 0 0; }

.screen-image_limit {
  max-height: 820px !important; }

.testimonial {
  height: 600px; }
  .testimonial .screen-content {
    max-width: 60%; }
    .testimonial .screen-content .testimonial-text {
      font-family: 'Open Sans', sans-serif;
      font-style: italic;
      font-weight: 100;
      font-size: 28px;
      line-height: 40px; }
    .testimonial .screen-content .author {
      font-family: 'Open Sans', sans-serif;
      font-style: italic;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 40px; }

.intro-text {
  margin-top: 30px;
  text-align: justify;
  line-height: 25px; }
  .intro-text p {
    line-height: 25px; }

.cms .screen-content {
  margin-bottom: 30px; }
  .cms .screen-content p {
    margin-bottom: 10px; }
  .cms .screen-content ul {
    margin-left: 15px;
    margin-bottom: 10px; }
    .cms .screen-content ul li {
      list-style: initial; }
  .cms .screen-content h1 {
    font-size: 36px; }
  .cms .screen-content h2 {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    color: #22adf5;
    margin-bottom: 10px; }
  .cms .screen-content h3 {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    color: #388fcb;
    margin-bottom: 10px; }
  .cms .screen-content h4 {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: normal;
    font-size: 30px;
    line-height: 30px;
    color: #22adf5; }
  .cms .screen-content h5 {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: normal;
    font-size: 24px;
    line-height: 24px;
    color: #22adf5; }
  .cms .screen-content h6 {
    font-size: 24px; }
  .cms .screen-content .tvdiagram-margin-small {
    margin-top: -20px;
    margin-bottom: -20px; }
  .cms .screen-content .cta-content {
    margin-top: 25px;
    margin-bottom: 30px; }

.paginate-links {
  margin-bottom: 40px;
  margin-top: 40px; }

.social-share-button .social-share-circle {
  width: 40px;
  height: 40px;
  line-height: 35px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: solid 2px #d0d1d3;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  position: relative; }
  .social-share-button .social-share-circle .ico {
    font-size: 20px;
    vertical-align: middle;
    color: #d0d1d3;
    position: absolute; }
    .social-share-button .social-share-circle .ico.fa-facebook {
      top: 8px;
      left: 12px; }
    .social-share-button .social-share-circle .ico.fa-twitter {
      top: 8px;
      left: 9px; }
    .social-share-button .social-share-circle .ico.fa-linkedin {
      top: 8px;
      left: 10px; }
    .social-share-button .social-share-circle .ico.fa-google-plus {
      top: 8px;
      left: 10px; }
    .social-share-button .social-share-circle .ico.fa-xing {
      top: 8px;
      left: 10px; }
    .social-share-button .social-share-circle .ico.fa-envelope-o {
      top: 8px;
      left: 8px; }
    .social-share-button .social-share-circle .ico.fa-calendar {
      top: 8px;
      left: 9px; }

.share-buttons {
  width: 250px;
  max-width: 100%;
  float: right;
  padding: 10px 20px; }
  .share-buttons .share-text {
    font-size: 12px; }

.viadeo {
  display: block;
  text-indent: -10000px;
  height: 27px;
  width: 27px;
  background-image: url('images/sprites/elements-s8e57bba125.png');
  background-position: 0 -6540px;
  background-repeat: no-repeat;
  background-position: 0 -6540px;
  padding-bottom: 38px !important;
  padding-right: 45px !important;
  top: 4% !important;
  position: absolute !important;
  left: 17% !important; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .viadeo {
      background-image: url('images/sprites-retina/elements-s9dfac5b768.png');
      background-position: 0 -4797px;
      -moz-background-size: 219px auto;
      -o-background-size: 219px auto;
      -webkit-background-size: 219px auto;
      background-size: 219px auto; } }
  .viadeo:hover, .viadeo.active {
    display: block;
    text-indent: -10000px;
    height: 27px;
    width: 27px;
    background-image: url('images/sprites/elements-s8e57bba125.png');
    background-position: 0 -6607px;
    background-repeat: no-repeat;
    background-position: 0 -6607px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .viadeo:hover, .viadeo.active {
        background-image: url('images/sprites-retina/elements-s9dfac5b768.png');
        background-position: 0 -4846px;
        -moz-background-size: 219px auto;
        -o-background-size: 219px auto;
        -webkit-background-size: 219px auto;
        background-size: 219px auto; } }

.social-share-button:hover .ico {
  color: #337ab7; }

.clearfix {
  clear: both; }

.default-head {
  background: url(images/at-internet-header-default.jpg) center no-repeat;
  background-size: cover; }

/* RESETS */
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* BASE STYLES */
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  height: auto !important;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  opacity: 0.99; }

.flexslider .slides > li.flex-active-slide {
  opacity: 1; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* DEFAULT THEME */
.flexslider {
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }
  .flexslider .slides li {
    height: 100% !important;
    display: block; }

.flexslider .slides img {
  height: auto; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  min-height: 100%; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav .flex-prev {
  left: -65px;
  background-image: url(images/arrow-l.png);
  opacity: 1;
  width: 65px;
  height: 65px; }

.flex-direction-nav .flex-next {
  right: -65px;
  text-align: right;
  background-image: url(images/arrow-r.png);
  opacity: 1;
  width: 65px;
  height: 65px; }

.flexslider-head:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
  transform: translate(-10px, 0); }

.flexslider-head:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
  transform: translate(10px, 0); }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
  transform: translate(-10px, 0); }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
  transform: translate(10px, 0); }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a .flex-play:before {
  content: '\f003'; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

.flexslider-area {
  padding-bottom: 60px; }
  .flexslider-area .flex-control-nav {
    position: relative; }

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-100 {
  width: 100%; }

.flex-vcenter {
  align-items: center;
  justify-content: center; }

.flex .block-ressource {
  width: 100%; }

.video-js {
  min-width: 100%;
  height: auto;
  min-height: 750px; }

.contact-information {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed; }
  .contact-information:last-child {
    border-bottom: 1px solid; }
  .contact-information .contact-name {
    color: #06111b;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px; }
  .contact-information .contact-address {
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 15px; }
  .contact-information .contact-description {
    line-height: 22px;
    font-size: 15px;
    width: 80%;
    margin: 0 auto; }
  .contact-information .contact-image {
    width: 100%; }

.partenaire-zoom .business {
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #22adf5;
  margin-bottom: 40px; }

.certified {
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 9px;
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  background-color: #22adf5;
  color: #fff;
  top: -50px;
  left: -85px;
  padding: 80px 60px 10px 60px;
  z-index: 1; }

.back-link {
  margin-bottom: 10px; }
  .back-link a {
    color: #83b2df;
    font-size: 14px;
    margin-bottom: 20px;
    font-style: italic; }
    .back-link a:hover, .back-link a:active, .back-link a:visited {
      color: #83b2df; }

.event-row {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
  opacity: 0; }
  .event-row.active {
    display: block;
    opacity: 1; }
  .event-row .see-more {
    display: none;
    margin: 30px 0; }
    .event-row .see-more.active {
      display: inline-block; }

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(138, 138, 138, 0.8) url(images/cd-top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 20; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  opacity: .5; }

.no-touch .cd-top:hover {
  background-color: #8a8a8a;
  opacity: 1; }

.custom-subtitle {
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  color: #388fcb; }

input.hvr-rectangle-out {
  background: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  input.hvr-rectangle-out:hover {
    background: #2098d1;
    -webkit-transform: scale(1);
    transform: scale(1); }

#twitter-widget-0 {
  display: none; }

.cursor-default {
  cursor: default; }

@media (min-width: 750px) and (max-width: 970px) {
  .map .offices .zone-office.office_fr {
    left: 46%;
    top: 35%; }
  .map .offices .zone-office.office_en {
    left: 44%;
    top: 23%; }
  .map .offices .zone-office.office_de {
    top: 27%;
    left: 50%; }
  .map .offices .zone-office.office_ru {
    left: 57%;
    top: 20%; }
  .map .offices .zone-office.office_br {
    left: 33%;
    top: 75%; }
  .map .offices .zone-office.office_si {
    left: 75%;
    top: 60%; } }
@media (max-width: 749px) {
  .discover .block-resource span {
    top: 10px; } }
/* ADMIN TRICK */
@media screen and (max-width: 782px) {
  body.admin-bar .main-header .quick-menu {
    top: 46px; } }
@media (min-width: 1200px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px; } }
@media (max-width: 768px) {
  /* REMOVE IMAGE ZOOM ANIMATION */
  .screen-image .fullscreen-image {
    background-position: center;
    -moz-animation: none;
    -webkit-animation: none;
    animation: none; }

  .screen-image_limit {
    max-height: none !important; } }
@media (max-width: 1200px) {
  .main-header .rich-container #at_rich_menu {
    margin-left: 77px; }

  .main-header .rich-container #at_rich_menu li .rich-content .rich-image {
    right: -122px;
    width: 300px; }

  .main-header .rich-container #at_rich_menu li .rich-content .rich-s-menu {
    padding-right: 97px; }

  .footer .social-links a i.ico:before {
    font-size: 35px; }
  .footer .social-links a i.ico.blog span {
    font-size: 22px; }

  .icono-home .abs-wire {
    top: 50px; }
  .icono-home .wires img {
    width: 742px; } }
@media (max-width: 992px) {
  .main-header .rich-container.disapear #at_rich_menu {
    display: none; }

  .main-header .rich-container #at_rich_menu {
    display: none; }
  .main-header .rich-container .logo {
    float: none;
    margin: 0 auto; }
  .main-header .main-slider .text-bg {
    width: 70%; }
  .main-header .ntext {
    display: none; }
  .main-header .quick-menu .cta-content {
    padding: 0px;
    width: 50px; }
    .main-header .quick-menu .cta-content i {
      margin-right: 0px;
      left: 18px; }
  .main-header .quick-menu ul.items li.item.toggle-menu {
    display: block; }
  .main-header .quick-menu ul.items li.item a.request-button {
    padding: 0;
    width: 50px; }
    .main-header .quick-menu ul.items li.item a.request-button i {
      margin-right: 0; }
    .main-header .quick-menu ul.items li.item a.request-button .ntext {
      display: none !important; }

  .content-border {
    width: auto;
    margin-left: 15px;
    margin-right: 15px; }

  .flex-next {
    display: none !important; }

  .flex-prev {
    display: none !important; }

  .icono-home .abs-wire {
    top: 34px; }
  .icono-home .wires img {
    width: 540px; }
  .icono-home .screen-image_limit {
    max-height: none; }
    .icono-home .screen-image_limit .txt-zone {
      height: 325px; }
      .icono-home .screen-image_limit .txt-zone .wh-button {
        height: 100%; }

  .block-history-long {
    float: none !important;
    max-height: 350px !important; }

  .block-history {
    background-position: center; }

  .screen-content {
    max-height: none !important; }

  .item-consulting .bloc-image {
    float: none;
    width: 100%; }
    .item-consulting .bloc-image img {
      margin: 0 auto; }
    .item-consulting .bloc-image.pull-left {
      padding-right: 0px !important; }
    .item-consulting .bloc-image.pull-right {
      padding-left: 0px !important; } }
@media (min-width: 767px) {
  .cd-top {
    right: 20px;
    bottom: 20px; } }
@media (max-width: 767px) {
  .flex-viewport {
    max-height: none !important; }

  .flexslider .slides {
    height: auto !important; }
    .flexslider .slides li {
      height: inherit !important; }

  .atvalue .all-values {
    display: none; }

  .consulting-page {
    padding-top: 50px; }
    .consulting-page .item-consulting {
      margin-bottom: 40px; }
    .consulting-page .text-title {
      font-size: 20px;
      position: static !important; }
    .consulting-page .img-responsive {
      margin-bottom: 10%; }

  .testimonial {
    height: initial !important; }
    .testimonial .testimonial-text {
      font-size: 20px !important;
      line-height: 30px !important; }

  .partner, .list-resources, .references, .press-page, .events {
    padding-top: 50px; }

  .screen-content article.text-aleft {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    clear: both !important;
    margin-bottom: 12px !important; }
  .screen-content article.img-aleft {
    float: none !important;
    width: 100% !important;
    text-align: center !important; }
    .screen-content article.img-aleft img {
      margin: 0 auto !important;
      max-width: 100% !important; }
  .screen-content article.text-aright {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    clear: both !important;
    margin-bottom: 12px !important; }
  .screen-content article.img-aright {
    float: none !important;
    width: 100% !important;
    text-align: center !important; }
    .screen-content article.img-aright img {
      margin: 0 auto !important;
      max-width: 100% !important; }

  header {
    height: 480px; }

  .main-header .main-slider .text-bg {
    width: 100%; }
  .main-header .main-slider .text-area {
    text-align: center; }

  .main-header .quick-menu {
    height: 60px; }
    .main-header .quick-menu .container {
      padding: 0 15px; }
    .main-header .quick-menu ul.items {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      width: 100%;
      position: absolute; }
      .main-header .quick-menu ul.items li.item {
        width: 25%;
        height: 60px; }
        .main-header .quick-menu ul.items li.item > a {
          padding: 0 40% !important;
          line-height: 60px !important;
          height: 60px !important;
          background-color: #22adf5; }
        .main-header .quick-menu ul.items li.item.search .loupe {
          width: 100%; }
        .main-header .quick-menu ul.items li.item.search #searchform {
          position: absolute;
          right: -55%;
          top: 0px;
          width: 55%;
          height: 60px;
          background-color: #fff;
          color: #999; }
          .main-header .quick-menu ul.items li.item.search #searchform input {
            width: 100%;
            height: 100%;
            box-shadow: none;
            color: #22adf5; }
            .main-header .quick-menu ul.items li.item.search #searchform input:-moz-placeholder {
              color: #999; }
            .main-header .quick-menu ul.items li.item.search #searchform input::-moz-placeholder {
              color: #999; }
            .main-header .quick-menu ul.items li.item.search #searchform input:-ms-input-placeholder {
              color: #999; }
            .main-header .quick-menu ul.items li.item.search #searchform input::-webkit-input-placeholder {
              color: #999; }
        .main-header .quick-menu ul.items li.item.search .closer {
          display: inline-block;
          position: absolute;
          top: 0;
          right: -75%;
          height: 100%;
          width: 70px;
          padding: 0 25px !important;
          background-color: #22adf5; }
        .main-header .quick-menu ul.items li.item.langs {
          position: initial; }
          .main-header .quick-menu ul.items li.item.langs > a {
            padding: 0 30% !important; }
            .main-header .quick-menu ul.items li.item.langs > a i {
              font-size: 13px;
              margin-left: 0 !important; }
          .main-header .quick-menu ul.items li.item.langs #langs_selector_list {
            line-height: 40px;
            text-align: center; }
            .main-header .quick-menu ul.items li.item.langs #langs_selector_list li {
              padding-left: 0; }
        .main-header .quick-menu ul.items li.item.account span {
          display: none; }
        .main-header .quick-menu ul.items li.item.closemenu-m {
          position: absolute;
          right: 0px;
          top: -60px;
          width: 60px; }
          .main-header .quick-menu ul.items li.item.closemenu-m.visible-slide {
            top: 0px; }
          .main-header .quick-menu ul.items li.item.closemenu-m .closer {
            display: inline-block;
            width: 100%;
            height: 100%;
            padding: 0 20px !important; }
        .main-header .quick-menu ul.items li.item.closemenu-responsive {
          position: absolute;
          top: 0;
          left: 260px;
          opacity: 0;
          display: none !important;
          -webkit-transition: all 0.5s ease-in;
          -moz-transition: all 0.5s ease-in;
          -ms-transition: all 0.5s ease-in;
          -o-transition: all 0.5s ease-in;
          transition: all 0.5s ease-in;
          width: 60px; }
          .main-header .quick-menu ul.items li.item.closemenu-responsive.mopen {
            opacity: 1;
            display: inline-block !important; }
          .main-header .quick-menu ul.items li.item.closemenu-responsive .closer {
            display: inline-block;
            width: 100%;
            height: 100%;
            padding: 0 20px !important; }
    .main-header .quick-menu.smaller .at-home {
      display: none !important; }
    .main-header .quick-menu .boot {
      padding: 0; }
    .main-header .quick-menu.on-search-m ul.items {
      position: absolute;
      left: -75%;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .main-header .quick-menu.on-search-m ul.items li.item.search .loupe {
        background: #fff; }
        .main-header .quick-menu.on-search-m ul.items li.item.search .loupe .fa {
          color: #999; }
      .main-header .quick-menu.on-search-m ul.items li.item.search #searchform {
        background-color: #fff; }

  .rich-container {
    display: none; }

  .screen-image .screen,
  .screen-image,
  .screen {
    padding: 50px 0 30px 0; }
    .screen-image .screen .block-ressources,
    .screen-image .block-ressources,
    .screen .block-ressources {
      margin-top: 20px; }

  .form-type .form-fields {
    width: 100%;
    margin-top: 20px; }
  .form-type #submitFormBtn {
    margin-top: 20px; }

  .flexslider-area .icono-item {
    margin-top: 20px; }

  .flex-control-nav {
    display: none; }

  .flex-next {
    right: 0 !important;
    transition: none !important; }

  .flex-prev {
    left: 0 !important;
    transition: none !important; }

  .flexslider-head:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0 !important;
    transform: none; }

  .flexslider-head:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0 !important;
    transform: none; }

  .flexslider-head .flex-direction-nav a {
    bottom: 0 !important;
    top: initial !important; }

  .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0 !important;
    transform: none; }

  .flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1; }

  .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0 !important;
    transform: none; }

  .screen-image .cta-content.cta-align-right {
    float: none; }
  .screen-image .control-containers-slider {
    display: none; }
  .screen-image .screen-content {
    text-align: left; }

  .tour-link {
    text-align: center; }
    .tour-link .wh-button {
      float: none; }

  .bullet-link {
    margin-top: 60px;
    margin-bottom: 20px; }

  .main-header {
    height: 100%; }
    .main-header .main-slider {
      height: 100%; }
      .main-header .main-slider .text-area {
        top: 200px; }
        .main-header .main-slider .text-area h3 {
          font-size: 36px;
          line-height: 38px; }
    .main-header #at-one-click {
      top: 80px; }
    .main-header .head-nav {
      display: none; }

  .page .main-header {
    height: 200px; }

  .breadcrumb-row {
    display: none; }

  .footer .social-links a .circle-border {
    border: none; }
    .footer .social-links a .circle-border .blog span {
      font-size: 12px !important; }
    .footer .social-links a .circle-border .ico:before {
      font-size: 22px; }
  .footer .social-links a .txt {
    display: none; }
  .footer .subfooter {
    margin-top: 0; }
    .footer .subfooter ul li {
      display: block;
      line-height: 30px; }

  .share-buttons {
    width: 100%;
    float: none;
    margin-bottom: 20px; }

  .events form .text {
    text-align: center; } }
.zone-module {
  padding: 0px 0 60px 0 !important; }

/* SIRD */
#sidr-main {
  background: #fff;
  box-shadow: none; }
  #sidr-main .sidr-class-rich-content .sidr-class-rich-texte,
  #sidr-main .sidr-class-rich-content .sidr-class-close-menu,
  #sidr-main .sidr-class-rich-content .sidr-class-rich-image {
    display: none; }
  #sidr-main .sidr-class-rich-content .sidr-class-rich-s-menu {
    overflow: hidden;
    max-height: 0;
    background-color: #22adf5;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #sidr-main .sidr-class-rich-content .sidr-class-rich-s-menu.open-smenu {
      max-height: 500px; }
  #sidr-main ul {
    border: none; }
    #sidr-main ul li {
      border: none;
      border-bottom: 1px solid #dfdfdf; }
      #sidr-main ul li:hover, #sidr-main ul li:focus, #sidr-main ul li:active,
      #sidr-main ul li a.open-smenu {
        color: #22adf5; }
      #sidr-main ul li ul li {
        border: none; }
        #sidr-main ul li ul li a {
          color: #fff; }
  #sidr-main .sidr-class-fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #sidr-main .sidr-class-rich-main-item {
    position: relative;
    color: #777; }
    #sidr-main .sidr-class-rich-main-item .sidr-class-fa-angle-right {
      position: absolute;
      font-size: 25px;
      right: 20px;
      top: 10px;
      color: #777;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #sidr-main .sidr-class-rich-main-item .sidr-class-fa-angle-right:before {
        content: "\f105"; }
      #sidr-main .sidr-class-rich-main-item .sidr-class-fa-angle-right.open-smenu {
        -moz-transform: rotateZ(90deg);
        -ms-transform: rotateZ(90deg);
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
        color: #22adf5; }
  #sidr-main .sidr-inner:first-child {
    background-color: #ddd;
    padding: 15px; }
    #sidr-main .sidr-inner:first-child form {
      margin: 0; }
      #sidr-main .sidr-inner:first-child form input {
        margin: 0;
        padding: 15px;
        background-color: #fff;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #22adf5; }
    #sidr-main .sidr-inner:first-child a, #sidr-main .sidr-inner:first-child button {
      display: none; }

@-moz-keyframes imageZoom {
  0% {
    -moz-transform: scale(1.24);
    transform: scale(1.24); }
  100% {
    -moz-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes imageZoom {
  0% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes imageZoom {
  0% {
    -moz-transform: scale(1.24);
    -ms-transform: scale(1.24);
    -webkit-transform: scale(1.24);
    transform: scale(1.24); }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes socialButton {
  0% {
    margin-top: -20px; }
  40% {
    margin-top: -200%;
    margin-left: -20px; }
  50% {
    margin-top: -100%;
    margin-left: 100%; }
  60% {
    margin-top: 200%;
    margin-left: -20px; }
  100% {
    margin-top: -20px; } }
@-webkit-keyframes socialButton {
  0% {
    margin-top: -20px; }
  40% {
    margin-top: -200%;
    margin-left: -20px; }
  50% {
    margin-top: -100%;
    margin-left: 100%; }
  60% {
    margin-top: 200%;
    margin-left: -20px; }
  100% {
    margin-top: -20px; } }
@keyframes socialButton {
  0% {
    margin-top: -20px; }
  40% {
    margin-top: -200%;
    margin-left: -20px; }
  50% {
    margin-top: -100%;
    margin-left: 100%; }
  60% {
    margin-top: 200%;
    margin-left: -20px; }
  100% {
    margin-top: -20px; } }
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%); }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translateY(100%);
    transform: translateY(100%); }
  51% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  51% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  51% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-moz-keyframes backFlip {
  50% {
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg); } }
@-webkit-keyframes backFlip {
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }
@keyframes backFlip {
  50% {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  100% {
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }
