@charset "UTF-8";

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

audio,
canvas,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

html[lang=pt-BR] .zopim {
  display: none !important
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0 !important;
  background-color: #fff
}

html.active body {
  overflow: hidden
}

body {
  font-family: Raleway, Arial, Helvetica, sans-serif;
  line-height: 31px;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px transparent;
  letter-spacing: .5px;
  font-weight: 400;
  font-size: 18px;
  margin: 0
}

body.search {
  padding-top: 90px
}

body.block {
  overflow: hidden
}

a {
  color: #009bde;
  text-decoration: none;
  background: 0 0
}

a:focus {
  outline: thin dotted
}

a:focus,
a:hover {
  color: #1c91c4;
  text-decoration: none;
  outline: 0
}

a:active,
a:hover {
  outline: 0
}

a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, .3)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizelegibility;
  font-weight: 600;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 1;
  margin: 0
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none
}

.h1,
h1 {
  font-size: 2em;
  margin: .67em 0;
  font-size: 36px;
  line-height: 44px;
  color: #000;
  position: relative;
  font-weight: 400;
  margin-bottom: 50px;
  letter-spacing: 1px
}

.h2,
h2 {
  font-size: 37px;
  line-height: 44px;
  color: #000;
  position: relative;
  font-weight: 400;
  margin-bottom: 50px;
  letter-spacing: 1px
}

.h3,
h3 {
  font-size: 25px;
  letter-spacing: .9px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 24px
}

.h4,
h4 {
  font-size: 18px;
  margin-bottom: 10px
}

.h5,
h5 {
  font-size: 15px;
  line-height: 1;
  font-weight: 700
}

.h6,
h6 {
  font-size: 14px
}

abbr[title] {
  border-bottom: 1px dotted
}

.strong,
b,
strong {
  font-weight: 700
}

.em,
dfn,
em {
  font-style: italic
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

p {
  margin: 0 0 20px;
  word-break: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3
}

span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
  font-style: italic
}

pre {
  margin: 0;
  white-space: pre-wrap
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em
}

q {
  quotes: "\201C""\201D""\2018""\2019"
}

q:after,
q:before {
  content: '';
  content: none
}

.small,
small {
  font-size: 75%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

.header-title {
  position: absolute !important;
  color: #fff;
  font-size: 40px;
  width: 100%;
  margin-left: 65px;
  opacity: 0
}

.header-title strong {
  font-size: 52px
}

.header-title.active {
  opacity: 1;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  font-weight: 600
}

.main-title {
  font-size: 31px;
  line-height: 37px;
  color: #009bde;
  position: relative;
  top: -7px;
  font-weight: 700
}

.list-title {
  font-size: 24px;
  color: #000;
  margin-bottom: 13px
}

dl,
menu,
ol,
ul {
  margin: 1em 0
}

dd {
  margin: 0
}

menu {
  padding: 0 0 0 40px
}

ol,
ul {
  padding: 0;
  list-style-type: none
}

nav ol,
nav ul {
  list-style: none;
  list-style-image: none
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 0
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}

button,
input {
  line-height: normal
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto;
  vertical-align: top
}

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

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden
}

.cf,
.clearfix {
  zoom: 1
}

.cf:after,
.cf:before,
.clearfix:after,
.clearfix:before {
  content: "";
  display: table
}

.cf:after,
.clearfix:after {
  clear: both
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-2,
.col-20,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-ml-i,
.col-mp-i,
.col-sl-i,
.col-tl-i,
.col-tp-i {
  float: left;
  min-height: 1px;
  padding: 0 10px
}

.row {
  overflow: hidden
}

.row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.hide {
  display: none
}

.show {
  display: block
}

.col-center {
  margin-right: auto !important;
  margin-left: auto !important;
  float: none;
  overflow: hidden;
  clear: both
}

.col-1 {
  width: 5%
}

.col-2 {
  width: 10%
}

.col-3 {
  width: 15%
}

.col-4 {
  width: 20%
}

.col-5 {
  width: 25%
}

.col-6 {
  width: 30%
}

.col-7 {
  width: 35%
}

.col-8 {
  width: 40%
}

.col-9 {
  width: 45%
}

.col-10 {
  width: 50%
}

.col-11 {
  width: 55%
}

.col-12 {
  width: 60%
}

.col-13 {
  width: 65%
}

.col-14 {
  width: 70%
}

.col-15 {
  width: 75%
}

.col-16 {
  width: 80%
}

.col-17 {
  width: 85%
}

.col-18 {
  width: 90%
}

.col-19 {
  width: 95%
}

.col-20 {
  width: 100%
}

@media only screen and (max-width:1240px) {
  .col-sl-1 {
    width: 5%
  }

  .col-sl-2 {
    width: 10%
  }

  .col-sl-3 {
    width: 15%
  }

  .col-sl-4 {
    width: 20%
  }

  .col-sl-5 {
    width: 25%
  }

  .col-sl-6 {
    width: 30%
  }

  .col-sl-7 {
    width: 35%
  }

  .col-sl-8 {
    width: 40%
  }

  .col-sl-9 {
    width: 45%
  }

  .col-sl-10 {
    width: 50%
  }

  .col-sl-11 {
    width: 55%
  }

  .col-sl-12 {
    width: 60%
  }

  .col-sl-13 {
    width: 65%
  }

  .col-sl-14 {
    width: 70%
  }

  .col-sl-15 {
    width: 75%
  }

  .col-sl-16 {
    width: 80%
  }

  .col-sl-17 {
    width: 85%
  }

  .col-sl-18 {
    width: 90%
  }

  .col-sl-19 {
    width: 95%
  }

  .col-sl-20 {
    width: 100%
  }

  .col-sl-hide {
    display: none
  }

  .col-sl-show {
    display: block
  }

  .col-sl-center {
    margin-right: auto !important;
    margin-left: auto !important;
    float: none;
    overflow: hidden;
    clear: both
  }
}

@media only screen and (max-width:1024px) {
  .col-tl-1 {
    width: 5%
  }

  .col-tl-2 {
    width: 10%
  }

  .col-tl-3 {
    width: 15%
  }

  .col-tl-4 {
    width: 20%
  }

  .col-tl-5 {
    width: 25%
  }

  .col-tl-6 {
    width: 30%
  }

  .col-tl-7 {
    width: 35%
  }

  .col-tl-8 {
    width: 40%
  }

  .col-tl-9 {
    width: 45%
  }

  .col-tl-10 {
    width: 50%
  }

  .col-tl-11 {
    width: 55%
  }

  .col-tl-12 {
    width: 60%
  }

  .col-tl-13 {
    width: 65%
  }

  .col-tl-14 {
    width: 70%
  }

  .col-tl-15 {
    width: 75%
  }

  .col-tl-16 {
    width: 80%
  }

  .col-tl-17 {
    width: 85%
  }

  .col-tl-18 {
    width: 90%
  }

  .col-tl-19 {
    width: 95%
  }

  .col-tl-20 {
    width: 100%
  }

  .col-tl-hide {
    display: none
  }

  .col-tl-show {
    display: block
  }

  .col-tl-center {
    margin-right: auto !important;
    margin-left: auto !important;
    float: none;
    overflow: hidden;
    clear: both
  }
}

@media only screen and (max-width:920px) {
  .col-tp-1 {
    width: 5%
  }

  .col-tp-2 {
    width: 10%
  }

  .col-tp-3 {
    width: 15%
  }

  .col-tp-4 {
    width: 20%
  }

  .col-tp-5 {
    width: 25%
  }

  .col-tp-6 {
    width: 30%
  }


  .col-tp-7 {
    width: 38%
  }

  .col-tp-8 {
    width: 40%
  }

  .col-tp-9 {
    width: 45%
  }

  .col-tp-10 {
    width: 50%
  }

  .col-tp-11 {
    width: 55%
  }

  .col-tp-12 {
    width: 60%
  }

  .col-tp-13 {
    width: 65%
  }

  .col-tp-14 {
    width: 70%
  }

  .col-tp-15 {
    width: 75%
  }

  .col-tp-16 {
    width: 80%
  }

  .col-tp-17 {
    width: 85%
  }

  .col-tp-18 {
    width: 90%
  }

  .col-tp-19 {
    width: 95%
  }

  .col-tp-20 {
    width: 100%
  }

  .col-tp-hide {
    display: none
  }

  .col-tp-show {
    display: block
  }

  .col-tp-center {
    margin-right: auto !important;
    margin-left: auto !important;
    float: none;
    overflow: hidden;
    clear: both
  }
}

@media only screen and (max-width:600px) {
  .col-lm-1 {
    width: 5%
  }

  .col-lm-2 {
    width: 10%
  }

  .col-lm-3 {
    width: 15%
  }

  .col-lm-4 {
    width: 20%
  }

  .col-lm-5 {
    width: 25%
  }

  .col-lm-6 {
    width: 30%
  }

  .col-lm-7 {
    width: 35%
  }

  .col-lm-8 {
    width: 40%
  }

  .col-lm-9 {
    width: 45%
  }

  .col-lm-10 {
    width: 50%
  }

  .col-lm-11 {
    width: 55%
  }

  .col-lm-12 {
    width: 60%
  }

  .col-lm-13 {
    width: 65%
  }

  .col-lm-14 {
    width: 70%
  }

  .col-lm-15 {
    width: 75%
  }

  .col-lm-16 {
    width: 80%
  }

  .col-lm-17 {
    width: 85%
  }

  .col-lm-18 {
    width: 90%
  }

  .col-lm-19 {
    width: 95%
  }

  .col-lm-20 {
    width: 100%
  }

  .col-lm-hide {
    display: none
  }

  .col-lm-show {
    display: block
  }

  .col-lm-center {
    margin-right: auto !important;
    margin-left: auto !important;
    float: none;
    overflow: hidden;
    clear: both
  }
}

@media only screen and (max-width:480px) {
  .col-ml-1 {
    width: 5%
  }

  .col-ml-2 {
    width: 10%
  }

  .col-ml-3 {
    width: 15%
  }

  .col-ml-4 {
    width: 20%
  }

  .col-ml-5 {
    width: 25%
  }

  .col-ml-6 {
    width: 30%
  }

  .col-ml-7 {
    width: 35%
  }

  .col-ml-8 {
    width: 40%
  }

  .col-ml-9 {
    width: 45%
  }

  .col-ml-10 {
    width: 50%
  }

  .col-ml-11 {
    width: 55%
  }

  .col-ml-12 {
    width: 60%
  }

  .col-ml-13 {
    width: 65%
  }

  .col-ml-14 {
    width: 70%
  }

  .col-ml-15 {
    width: 75%
  }

  .col-ml-16 {
    width: 80%
  }

  .col-ml-17 {
    width: 85%
  }

  .col-ml-18 {
    width: 90%
  }

  .col-ml-19 {
    width: 95%
  }

  .col-ml-20 {
    width: 100%
  }

  .col-ml-hide {
    display: none
  }

  .col-ml-show {
    display: block
  }

  .col-ml-center {
    margin-right: auto !important;
    margin-left: auto !important;
    float: none;
    overflow: hidden;
    clear: both
  }
}

.wpcf7 {
  margin: 0 0 20px 0
}

.alert-error,
.alert-help,
.alert-info,
.alert-success,
div.div.wpcf7-response-output,
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip {
  padding: 5px 18px;
  border: none;
  background: #fff;
  font-size: 12px
}

span.wpcf7-form-control-wrap {
  display: block !important
}

.alert-help {
  box-shadow: inset 4px 0 0 #f6cd11;
  color: #f6cd11
}

.alert-info {
  box-shadow: inset 4px 0 0 #017b90;
  color: #017b90
}

.alert-error,
div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip {
  box-shadow: inset 4px 0 0 #dd4e30;
  color: #dd4e30 !important
}

.alert-success,
div.wpcf7-mail-sent-ok {
  box-shadow: inset 4px 0 0 #017b90;
  color: #017b90
}

#noty {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: #fff
}

#noty.noty-success {
  background: #017b90
}

#noty.noty-error {
  background: #dd4e30
}

#submit,
.blue-btn,
.dark-btn,
.ghost-btn,
.gold-btn,
.gray-btn,
.green-btn,
.pink-btn,
.primary-btn,
.purple-btn,
.red-btn,
.secondary-btn,
input[type=submit] {
  display: inline-block;
  position: relative;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  padding: 14px 15px;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0;
  text-transform: uppercase
}

#submit:focus,
#submit:hover,
.blue-btn:focus,
.blue-btn:hover,
.dark-btn:focus,
.dark-btn:hover,
.ghost-btn:focus,
.ghost-btn:hover,
.gold-btn:focus,
.gold-btn:hover,
.gray-btn:focus,
.gray-btn:hover,
.green-btn:focus,
.green-btn:hover,
.pink-btn:focus,
.pink-btn:hover,
.primary-btn:focus,
.primary-btn:hover,
.purple-btn:focus,
.purple-btn:hover,
.red-btn:focus,
.red-btn:hover,
.secondary-btn:focus,
.secondary-btn:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  color: #fff;
  background: #2c2c2c;
  text-decoration: none
}

.blue-btn {
  background-color: #009bde
}

.blue-btn:focus,
.blue-btn:hover {
  background-color: #1fa1da
}

.blue-btn:active {
  background-color: #1f9ed6
}

.dark-btn {
  background-color: #2c2c2c;
  color: #fff
}

.dark-btn:focus,
.dark-btn:hover {
  background: #009bde;
  color: #2c2c2c
}

.dark-btn:active {
  background-color: #1f1f1f
}

.btn {
  display: inline-block;
  width: auto;
  border: 3px solid;
  border-color: #009bde;
  color: #009bde;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  cursor: pointer;
  transition: .3s ease all;
  text-transform: uppercase
}

.btn:hover {
  color: #fff;
  background: #009bde
}

.btn-white {
  background: #fff;
  color: #009bde;
  border: 1px solid #009bde
}

.btn-white:hover {
  color: #007db3;
  border-color: #007db3;
  background: #fff
}

.btn-solution {
  border-color: #fdbc3d;
  color: #fdbc3d
}

.btn-solution:hover {
  color: #fff;
  background: #fdbc3d
}

.btn-gray {
  border-color: #747474;
  color: #747474
}

.btn-gray:hover {
  background: #4e4e4e
}

.btn-dark {
  border-color: #0b1f2c;
  color: #0b1f2c
}

.btn-dark:hover {
  background: #0b1f2c
}

.btn-corp {
  border-color: #119bd1;
  color: #119bd1
}

.btn-corp:hover {
  background: #119bd1
}

.btn-darkblue {
  border-color: #0b1f2c;
  color: #0b1f2c
}

.btn-darkblue:hover {
  background: #0b1f2c
}

.btn-library {
  border-color: #3b5cad;
  color: #3b5cad
}

.btn-library:hover {
  background: #3b5cad
}

.btn-acdaemy {
  border-color: #ef483d;
  color: #ef483d
}

.btn-acdaemy:hover {
  background: #ef483d
}

.btn-green {
  border-color: #d7da28;
  color: #d7da28
}

.btn-green:hover {
  background: #d7da28
}

.btn-darkpurple {
  border-color: #77226c;
  color: #77226c
}

.btn-darkpurple:hover {
  background: #77226c
}

.btn-purple {
  border-color: #a12481;
  color: #a12481
}

.btn-purple:hover {
  background: #a12481
}

.btn-oceanblue {
  border-color: #74ceea;
  color: #74ceea
}

.btn-oceanblue:hover {
  background: #74ceea
}

.btn-oceangreen {
  border-color: #90d2c9;
  color: #90d2c9
}

.btn-oceangreen:hover {
  background: #90d2c9
}

.btn-lemongreen {
  border-color: #dfe228;
  color: #dfe228
}

.btn-lemongreen:hover {
  background: #dfe228
}

.btn-lighter {
  border-color: #e7e9ea;
  color: #e7e9ea
}

.btn-lighter:hover {
  background: #e7e9ea
}

.btn-light {
  border-color: #bac0c0;
  color: #bac0c0
}

.btn-light:hover {
  background: #bac0c0
}

.btn-darkgray {
  border-color: #909c9b;
  color: #909c9b
}

.btn-darkgray:hover {
  background: #909c9b
}

.btn-darkergray {
  border-color: #5e6770;
  color: #5e6770
}

.btn-darkergray:hover {
  background: #5e6770
}

.btn-academy {
  border-color: #ef483d;
  color: #ef483d
}

.btn-academy:hover {
  background: #ef483d
}

.btn i {
  margin-right: 5px
}

body #content .wpcf7-form p {
  font-size: 15px
}

.input50 {
  width: 50%;
  float: left
}

.wpcf7-form span.wpcf7-form-control-wrap {
  width: 100%
}

.wpcf7-form span.required {
  width: 1%;
  display: inline-block !important;
  color: #000;
  font-size: 15px;
  padding: 19px 0 0 2%
}

.wpcf7-form .validate-form {
  text-align: center;
  width: 100%;
  float: left;
  margin-top: 20px
}

.wpcf7-form .validate-form .reset-form {
  font-size: 18px;
  color: #000;
  cursor: pointer
}

.wpcf7-form .input100 {
  width: 100%;
  float: left
}

.wpcf7-form .input100 span.label {
  width: 17.2%
}

.wpcf7-form .input100 span.required {
  padding-left: 1%;
  float: left
}

.indexel-contact-form-wrapper {
  display: none
}

.indexel-contact-form-wrapper .indexel-contact-form {
  float: left;
  width: 100%;
  margin-bottom: 40px
}

div.wpcf7-response-output {
  position: relative;
  float: left;
  margin-top: 7px !important
}

.alert-error,
.alert-help,
.alert-info,
.alert-success,
div.div.wpcf7-response-output,
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip {
  margin: -20px 0 30px 0
}

.field,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  display: inline-block;
  height: 58px;
  line-height: 50px;
  padding: 0 18px;
  font-size: 16px;
  border-radius: 0;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  font-weight: 600;
  word-break: initial;
  margin: 0 1%;
  position: relative;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  border-width: 3px;
  border-style: solid;
  border-color: #a9a9a9;
  color: #fff;
  background-color: #747474;
  -webkit-transition: all .24s ease-in-out;
  transition: all .24s ease-in-out;
  display: inline-block !important;
  width: 100%;
  margin: 15px 0;
  vertical-align: top
}

.field:active,
.field:focus,
input[type=color]:active,
input[type=color]:focus,
input[type=date]:active,
input[type=date]:focus,
input[type=datetime-local]:active,
input[type=datetime-local]:focus,
input[type=datetime]:active,
input[type=datetime]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=month]:active,
input[type=month]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=text]:active,
input[type=text]:focus,
input[type=time]:active,
input[type=time]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=week]:active,
input[type=week]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  outline: 0
}

.field.error,
.field.is-invalid,
input[type=color].error,
input[type=color].is-invalid,
input[type=date].error,
input[type=date].is-invalid,
input[type=datetime-local].error,
input[type=datetime-local].is-invalid,
input[type=datetime].error,
input[type=datetime].is-invalid,
input[type=email].error,
input[type=email].is-invalid,
input[type=month].error,
input[type=month].is-invalid,
input[type=number].error,
input[type=number].is-invalid,
input[type=password].error,
input[type=password].is-invalid,
input[type=search].error,
input[type=search].is-invalid,
input[type=tel].error,
input[type=tel].is-invalid,
input[type=text].error,
input[type=text].is-invalid,
input[type=time].error,
input[type=time].is-invalid,
input[type=url].error,
input[type=url].is-invalid,
input[type=week].error,
input[type=week].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid {
  color: #dd4e30;
  border-color: #dd4e30;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #dd4e30
}

.field.is-valid,
.field.success,
input[type=color].is-valid,
input[type=color].success,
input[type=date].is-valid,
input[type=date].success,
input[type=datetime-local].is-valid,
input[type=datetime-local].success,
input[type=datetime].is-valid,
input[type=datetime].success,
input[type=email].is-valid,
input[type=email].success,
input[type=month].is-valid,
input[type=month].success,
input[type=number].is-valid,
input[type=number].success,
input[type=password].is-valid,
input[type=password].success,
input[type=search].is-valid,
input[type=search].success,
input[type=tel].is-valid,
input[type=tel].success,
input[type=text].is-valid,
input[type=text].success,
input[type=time].is-valid,
input[type=time].success,
input[type=url].is-valid,
input[type=url].success,
input[type=week].is-valid,
input[type=week].success,
select.is-valid,
select.success,
textarea.is-valid,
textarea.success {
  color: #017b90;
  border-color: #017b90;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #017b90
}

.field.is-disabled,
.field[disabled],
input[type=color].is-disabled,
input[type=color][disabled],
input[type=date].is-disabled,
input[type=date][disabled],
input[type=datetime-local].is-disabled,
input[type=datetime-local][disabled],
input[type=datetime].is-disabled,
input[type=datetime][disabled],
input[type=email].is-disabled,
input[type=email][disabled],
input[type=month].is-disabled,
input[type=month][disabled],
input[type=number].is-disabled,
input[type=number][disabled],
input[type=password].is-disabled,
input[type=password][disabled],
input[type=search].is-disabled,
input[type=search][disabled],
input[type=tel].is-disabled,
input[type=tel][disabled],
input[type=text].is-disabled,
input[type=text][disabled],
input[type=time].is-disabled,
input[type=time][disabled],
input[type=url].is-disabled,
input[type=url][disabled],
input[type=week].is-disabled,
input[type=week][disabled],
select.is-disabled,
select[disabled],
textarea.is-disabled,
textarea[disabled] {
  cursor: not-allowed;
  border-color: #b6b6b6;
  opacity: .6
}

.field.is-disabled:active,
.field.is-disabled:focus,
.field[disabled]:active,
.field[disabled]:focus,
input[type=color].is-disabled:active,
input[type=color].is-disabled:focus,
input[type=color][disabled]:active,
input[type=color][disabled]:focus,
input[type=date].is-disabled:active,
input[type=date].is-disabled:focus,
input[type=date][disabled]:active,
input[type=date][disabled]:focus,
input[type=datetime-local].is-disabled:active,
input[type=datetime-local].is-disabled:focus,
input[type=datetime-local][disabled]:active,
input[type=datetime-local][disabled]:focus,
input[type=datetime].is-disabled:active,
input[type=datetime].is-disabled:focus,
input[type=datetime][disabled]:active,
input[type=datetime][disabled]:focus,
input[type=email].is-disabled:active,
input[type=email].is-disabled:focus,
input[type=email][disabled]:active,
input[type=email][disabled]:focus,
input[type=month].is-disabled:active,
input[type=month].is-disabled:focus,
input[type=month][disabled]:active,
input[type=month][disabled]:focus,
input[type=number].is-disabled:active,
input[type=number].is-disabled:focus,
input[type=number][disabled]:active,
input[type=number][disabled]:focus,
input[type=password].is-disabled:active,
input[type=password].is-disabled:focus,
input[type=password][disabled]:active,
input[type=password][disabled]:focus,
input[type=search].is-disabled:active,
input[type=search].is-disabled:focus,
input[type=search][disabled]:active,
input[type=search][disabled]:focus,
input[type=tel].is-disabled:active,
input[type=tel].is-disabled:focus,
input[type=tel][disabled]:active,
input[type=tel][disabled]:focus,
input[type=text].is-disabled:active,
input[type=text].is-disabled:focus,
input[type=text][disabled]:active,
input[type=text][disabled]:focus,
input[type=time].is-disabled:active,
input[type=time].is-disabled:focus,
input[type=time][disabled]:active,
input[type=time][disabled]:focus,
input[type=url].is-disabled:active,
input[type=url].is-disabled:focus,
input[type=url][disabled]:active,
input[type=url][disabled]:focus,
input[type=week].is-disabled:active,
input[type=week].is-disabled:focus,
input[type=week][disabled]:active,
input[type=week][disabled]:focus,
select.is-disabled:active,
select.is-disabled:focus,
select[disabled]:active,
select[disabled]:focus,
textarea.is-disabled:active,
textarea.is-disabled:focus,
textarea[disabled]:active,
textarea[disabled]:focus {
  background-color: #0e3862
}

input[type=password] {
  letter-spacing: .3em
}

textarea {
  max-width: 100%;
  min-height: 190px;
  line-height: 1.5em;
  padding: 20px
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/arrow-select.png);
  background-repeat: no-repeat;
  background-position: 98.5% 54%
}

select.select-primary {
  background-color: #009bde;
  margin-bottom: 15px
}

body ::-webkit-input-placeholder {
  opacity: 1;
  color: #909c9b
}

body ::-moz-placeholder {
  opacity: 1;
  color: #909c9b
}

body :-ms-input-placeholder {
  opacity: 1;
  color: #909c9b
}

body input:-moz-placeholder {
  opacity: 1;
  color: #909c9b
}

.indexel-icon {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  position: relative;
  z-index: 5;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  width: 42px;
  height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 14px
}

.indexel-icon,
.indexel-icon:after,
.indexel-icon:before {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}

footer .indexel-icon {
  margin-left: 14px
}

.indexel-icon:before {
  content: '';
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  color: #fff
}

.linkedin-item:before {
  content: '\f0e1';
  background: #2286c5;
  border: 2px solid #2286c5
}

.facebook-item:before {
  content: '\f09a';
  background: #557dbb;
  border: 2px solid #557dbb
}

.rss-item:before {
  content: '\f09e';
  background: #f1911f;
  border: 2px solid #f1911f
}

.youtube-item:before {
  content: '\f167';
  background: #e76550;
  border: 2px solid #e76550
}

.twitter-item:before {
  content: '\f099';
  background: #7bcdee;
  border: 2px solid #7bcdee
}

.google_plus-item:before {
  content: '\f0d5';
  background: #911214;
  border: 2px solid #911214
}

.instagram-item:before {
  content: '\f16d';
  background: #517fa4;
  border: 2px solid #517fa4
}

.viadeo-item:before {
  content: '\e00f';
  font-family: Flaticon;
  background: #f1911f;
  border: 2px solid #f1911f
}

.pinterest-item:before {
  content: '\f0d2';
  background: #cb2027;
  border: 2px solid #cb2027
}

.mail-item:before {
  content: '\f003';
  background: #dc4436;
  border: 2px solid #dc4436
}

.tumblr-item:before {
  content: '\f173';
  background: #32506d;
  border: 2px solid #32506d
}

.bookmark-item:before {
  content: '\f097';
  background: #444;
  border: 2px solid #444
}

.linkedin-item:after {
  background: #2286c5
}

.facebook-item:after {
  background: #557dbb
}

.rss-item:after {
  background: #f1911f
}

.youtube-item:after {
  background: #e76550
}

.twitter-item:after {
  background: #7bcdee
}

.google_plus-item:after {
  background: #911214
}

.instagram-item:after {
  background: #517fa4
}

.viadeo-item:after {
  background: #f1911f
}

.pinterest-item:after {
  background: #cb2027
}

.mail-item:after {
  background: #dc4436
}

.tumblr-item:after {
  background: #32506d
}

.bookmark-item:after {
  background: #32506d
}

.linkedin-item:hover:before {
  background: 0 0;
  border: 2px solid #2286c5;
  color: #2286c5
}

.facebook-item:hover:before {
  background: 0 0;
  border: 2px solid #557dbb;
  color: #557dbb
}

.rss-item:hover:before {
  background: 0 0;
  border: 2px solid #f1911f;
  color: #f1911f
}

.youtube-item:hover:before {
  background: 0 0;
  border: 2px solid #e76550;
  color: #e76550
}

.twitter-item:hover:before {
  background: 0 0;
  border: 2px solid #7bcdee;
  color: #7bcdee
}

.google_plus-item:hover:before {
  background: 0 0;
  border: 2px solid #911214;
  color: #911214
}

.instagram-item:hover:before {
  background: 0 0;
  border: 2px solid #517fa4;
  color: #517fa4
}

.viadeo-item:hover:before {
  background: 0 0;
  border: 2px solid #f1911f;
  color: #f1911f
}

.mail-item:hover:before {
  background: 0 0;
  border: 2px solid #dc4436;
  color: #dc4436
}

.tumblr-item:hover:before {
  background: 0 0;
  border: 2px solid #32506d;
  color: #32506d
}

.bookmark-item:hover:before {
  background: 0 0;
  border: 2px solid #444;
  color: #444
}

footer .indexel-icon:before {
  content: '';
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 42px;
  color: #fff;
  font-size: 23px
}

footer .linkedin-item:before {
  content: '\f0e1';
  background: 0 0;
  border: 1px solid #fff
}

footer .facebook-item:before {
  content: '\f09a';
  background: 0 0;
  border: 1px solid #fff
}

footer .rss-item:before {
  content: '\f09e';
  background: 0 0;
  border: 1px solid #fff
}

footer .youtube-item:before {
  content: '\f167';
  background: 0 0;
  border: 1px solid #fff
}

footer .twitter-item:before {
  content: '\f099';
  background: 0 0;
  border: 1px solid #fff
}

footer .google_plus-item:before {
  content: '\f0d5';
  background: 0 0;
  border: 1px solid #fff
}

footer .instagram-item:before {
  content: '\f16d';
  background: 0 0;
  border: 1px solid transparent
}

footer .viadeo-item {
  top: 1px
}

footer .viadeo-item:before {
  content: '\e00f';
  font-family: Flaticon;
  background: 0 0;
  border: 1px solid transparent
}

footer .indexel-icon:after {
  content: '';
  z-index: -1;
  position: absolute;
  display: block;
  width: 42px;
  height: 42px;
  background: red;
  border-radius: 42px;
  top: 2px;
  left: 2px;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1
}

footer .linkedin-item:after {
  background: 0 0
}

footer .facebook-item:after {
  background: 0 0
}

footer .rss-item:after {
  background: 0 0
}

footer .youtube-item:after {
  background: 0 0
}

footer .twitter-item:after {
  background: 0 0
}

footer .google_plus-item:after {
  background: 0 0
}

footer .viadeo-item:after {
  background: 0 0
}

footer .linkedin-item:hover:before {
  content: '\f0e1';
  background: #fff;
  border: 1px solid #fff;
  color: #009bde
}

footer .facebook-item:hover:before {
  content: '\f09a';
  background: #fff;
  border: 1px solid #fff;
  color: #009bde
}

footer .rss-item:hover:before {
  content: '\f09e';
  background: #fff;
  border: 1px solid #fff;
  color: #009bde
}

footer .youtube-item:hover:before {
  content: '\f167';
  background: #fff;
  border: 1px solid #fff;
  color: #009bde
}

footer .twitter-item:hover:before {
  content: '\f099';
  background: #fff;
  border: 1px solid #fff;
  color: #009bde
}

footer .google_plus-item:hover:before {
  content: '\f0d5';
  background: #fff;
  border: 1px solid #fff;
  color: #009bde
}

footer .viadeo-item:hover:before {
  content: '\e00f';
  font-family: Flaticon;
  border: 1px solid #fff;
  color: #009bde
}

.indexel-icon:hover:after {
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  opacity: 0
}

.cta {
  padding: 16px 20px;
  width: 280px;
  height: 280px;
  margin: 10px;
  position: relative !important;
  float: left;
  overflow: hidden;
  color: #fff
}

.cta.corp {
  background: #009bde;
  color: #fff
}

.cta.solution {
  background: #fdbc3d;
  color: #fff
}

.cta.solution-white {
  border: 1px solid #d5d5d5;
  background: #fff;
  color: #009bde
}

.cta.CTA_simple.solution-white a,
.cta.CTA_simple.solution-white h5 {
  color: #009bde
}

.cta.CTA_simple.solution-white h5 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 80px;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px
}

.cta.library {
  background: #3b5cad;
  color: #fff
}

.cta.gray {
  background: #747474;
  color: #fff
}

.cta a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%
}

.cta a:focus,
.cta a:hover {
  color: #fff
}

.cta .mask {
  content: "";
  display: block;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .3s ease all
}

.cta img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .3s ease all
}

.cta h3 {
  color: #fff;
  position: relative;
  font-size: 21px;
  font-weight: 600;
  line-height: 26px !important;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  transition: .3s ease all
}

.cta h4 {
  font-weight: 700;
  font-size: 21px;
  position: relative;
  line-height: 24px;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  color: #fff;
  transition: .3s ease all
}

.cta .bottom {
  position: absolute;
  bottom: 14px;
  border-top: 1px solid #fff;
  right: 20px;
  left: 20px;
  padding-top: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  transition: .3s ease all
}

.cta .bottom .date {
  float: right
}

.cta .contentHover {
  position: absolute;
  color: #0b1f2c;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 21px;
  font-weight: 700;
  opacity: 0;
  transition: .3s ease all
}

.cta .contentHover svg {
  margin: 0 auto 5px;
  width: 80px;
  display: block
}

.cta .contentHover i {
  font-size: 65px;
  display: block;
  color: #0b1f2c
}

.cta .border {
  display: block;
  position: absolute;
  background: #009bde;
  transition: .3s ease all;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -moz-transition-duration: .1s;
  -o-transition-duration: .1s;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  z-index: 2
}

.cta .border.border-1 {
  width: 100%;
  height: 5px;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  transition: .3s ease all
}

.cta .border.border-2 {
  width: 5px;
  height: 100%;
  right: 0;
  top: 5px;
  opacity: 0;
  transition: .3s ease all
}

.cta .border.border-3 {
  height: 5px;
  right: 5px;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: .3s ease all
}

.cta .border.border-4 {
  width: 5px;
  left: 0;
  top: 5px;
  bottom: 5px;
  opacity: 0;
  transition: .3s ease all
}

.cta.CTA_home {
  position: relative;
  height: 334px;
  text-align: center
}

.cta.CTA_home .mask {
  background: rgba(119, 34, 103, .55)
}

.cta.CTA_home a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.cta.CTA_home .content {
  position: relative;
  width: 100%
}

.cta.CTA_home .content .titre {
  position: relative;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px !important;
  font-weight: 600;
  letter-spacing: .5px
}

.cta.CTA_home .text_cta_home {
  position: relative;
  max-width: 90%;
  margin: 0 auto
}

.cta.CTA_home .text_cta_home p {
  margin-bottom: 30px
}

.cta.CTA_home .picto_cta_home {
  display: inline-block
}

.cta.CTA_home .picto_cta_home img {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto
}

.cta.CTA_home .contentHover {
  top: 280px;
  height: 280px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.cta.CTA_home .contentHover .btn {
  border-color: #fff;
  color: #fff
}

.cta.CTA_home .contentHover .btn:hover {
  background-color: #fff;
  color: #0b1f2c
}

.cta.CTA_home .contentHover .title_number {
  font-size: 74px;
  line-height: 60px;
  margin-bottom: 20px
}

.cta.CTA_home .contentHover .text_number p {
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 35px
}

.cta h4,
.cta.corporate h4,
.cta.corporate-es h4 {
  color: rgba(255, 255, 255, .6)
}

.cta.corporate .border {
  background: #009bde
}

.cta.soluciones h4,
.cta.solution h4 {
  color: #fdbc3d
}

.cta.solution .border {
  background: #fdbc3d
}

.cta.large {
  width: 580px;
  height: 280px;
  padding: 16px 20px
}

.cta.large h3 {
  font-size: 30px;
  line-height: 36px !important;
  font-weight: 600;
  letter-spacing: .5px
}

.cta.publication-type h4 {
  color: rgba(255, 255, 255, .6);
  border-bottom: none;
  position: relative;
  font-weight: 700;
  font-size: 21px;
  margin: 4px 0
}

.cta.publication-type .bottom {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  font-size: 14px
}

.cta.event-type h4 {
  color: #009bde
}

.cta.event-type .border {
  background: #009bde
}

.cta.CTA_discover .mask {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(255, 255, 255, .5);
  opacity: 0;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all
}

.cta.CTA_discover .center-element-container {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0
}

.cta.CTA_discover .center-element-container h5 {
  margin: 0
}

.cta.CTA_discover h5 {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  width: 80%;
  line-height: 40px;
  letter-spacing: 1px;
  position: relative;
  margin-top: 20px;
  word-break: break-all;
  -webkit-hyphens: none;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto
}

.cta.CTA_discover h5:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 100px;
  float: right;
  position: absolute;
  right: -55px;
  top: calc(50% - 23px)
}

html[lang=de-DE] .cta.CTA_discover h6,
html[lang=es-ES] .cta.CTA_discover h6,
html[lang=pt-BR] .cta.CTA_discover h6 {
  font-size: 16px
}

html[lang=de-DE] .cta.CTA_discover h5,
html[lang=es-ES] .cta.CTA_discover h5,
html[lang=pt-BR] .cta.CTA_discover h5 {
  font-size: 19px;
  line-height: 30px
}

.cta.CTA_discover h6 {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: .7px;
  line-height: 24px;
  color: #fff;
  position: relative
}

.cta.CTA_discover .border {
  background: #857c77
}

.cta.CTA_newsletter_large {
  width: 580px;
  background: #0b1f2c;
  margin: 0;
  padding: 50px 120px
}

.cta.CTA_newsletter {
  background: #0b1f2c;
  padding: 45px 20px
}

.cta.CTA_newsletter .border,
.cta.CTA_newsletter_large .border {
  display: none
}

.cta.CTA_newsletter h5,
.cta.CTA_newsletter_large h5 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 34px;
  letter-spacing: .7px;
  line-height: 35px
}

.cta.CTA_newsletter_large .newsletter:after {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  display: block;
  color: #a7a9ac;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 22px;
  top: 34px;
  z-index: 999;
  font-size: 21px
}

.cta.CTA_newsletter_large .newsletter:hover:after {
  color: #fff
}

.cta.CTA_newsletter_large a {
  background: rgba(255, 255, 255, .5);
  border: 3px solid #fff;
  text-align: center;
  padding: 18px;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  height: auto;
  display: table
}

.cta.CTA_newsletter a {
  background: rgba(255, 255, 255, .5);
  border: 3px solid #fff;
  text-align: center;
  padding: 18px;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  height: auto;
  display: table;
  line-height: 23px;
  text-transform: uppercase
}

.cta.CTA_newsletter_large a:hover {
  background: rgba(255, 255, 255, .2)
}

.cta.temoignage {
  padding: 16px 20px
}

.cta.temoignage h4 {
  color: rgba(255, 255, 255, .5)
}

.cta.CTA_enjeux {
  background: #fff;
  border: 1px solid #d5d5d5;
  color: #000
}

.cta.CTA_enjeux .mask {
  display: none
}

.cta.CTA_enjeux a {
  color: #000
}

.cta.CTA_enjeux a:hover {
  color: #000
}

.cta.CTA_enjeux .border {
  background: #d5d5d5
}

.cta.CTA_enjeux h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 7px;
  color: #000
}

.cta.CTA_enjeux p {
  font-size: 14px
}

.cta.CTA_enjeux .link {
  padding: 13px 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  font-size: 17px;
  font-weight: 700;
  height: auto;
  width: auto;
  margin-right: 0;
  text-transform: uppercase
}

.cta.CTA_enjeux:hover .link.corp {
  background: #009bde;
  color: #fff
}

.cta.CTA_enjeux:hover .link.solution {
  background: #bf6002;
  color: #fff
}

.cta.CTA_enjeux:hover .link.library {
  background: #3b5cad;
  color: #fff
}

.cta.CTA_enjeux:hover .link.gray {
  background: #5b5b5b;
  color: #fff
}

.cta.CTA_enjeux h4 {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.media-center .cta.CTA_simple .content {
  width: 92%
}

.cta.CTA_simple .content {
  left: 10px;
  right: 10px;
  width: 92% !important
}

.cta.CTA_simple {
  text-align: center
}

.cta.CTA_simple h6 {
  color: rgba(255, 255, 255, .6);
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 5px
}

.cta.CTA_simple h5 {
  color: #fff;
  font-weight: 600;
  font-size: 27px;
  line-height: 31px;
  letter-spacing: .7px;
  margin-bottom: 25px
}

.cta.CTA_simple .link {
  background: #2c2c2c;
  color: #fff;
  width: auto;
  display: inline-block;
  padding: 13px 32px;
  font-size: 17px;
  font-weight: 700;
  margin-right: 0
}

.cta.CTA_simple .link:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  margin-left: 8px
}

.cta.CTA_simple .link.corp {
  background: #009bde;
  color: #fff
}

.cta.CTA_simple .link.solution {
  background: #fdbc3d;
  color: #fff
}

.cta.CTA_simple .link.library {
  background: #3b5cad;
  color: #fff
}

.cta.CTA_simple .link.gray {
  background: #747474;
  color: #fff
}

.cta.CTA_simple .border {
  background: #7f7c7c
}

.cta.CTA_simple.bgImg {
  background: #2c2c2c
}

.cta.CTA_simple.bgImg .border {
  background: #2c2c2c
}

.cta.CTA_simple:hover .link.corp {
  background: #1b8dc0
}

.cta.CTA_simple:hover .link.solution {
  background: #bf6002
}

.cta.CTA_simple:hover .link.library {
  background: #3b5cad
}

.cta.CTA_simple:hover .link.gray {
  background: #5b5b5b
}

.cta.CTA_group {
  padding-bottom: 48px
}

.cta.CTA_group .border {
  display: none
}

.cta.CTA_group h4 {
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
  line-height: 33px;
  letter-spacing: .7px;
  color: #fff;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.cta.CTA_group .contenthover {
  text-align: center;
  font-size: 100px;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.cta.CTA_group .contenthover .center-element-content.active {
  -moz-transition-duration: .6s;
  -o-transition-duration: .6s;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.cta.CTA_group .contenthover .center-element-content.active i {
  -moz-transition-duration: .6s;
  -o-transition-duration: .6s;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 8px
}

.cta.CTA_group .contenthover .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .4)
}

.cta.CTA_group .bottom {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border: 0;
  font-weight: 700;
  font-size: 17px;
  padding: 14px;
  -moz-transition-duration: .6s;
  -o-transition-duration: .6s;
  -webkit-transition-duration: .6s;
  transition-duration: .6s
}

.cta.CTA_group .bottom:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  margin-left: 4px
}

.cta.CTA_group .bottom.corp {
  background: #009bde;
  color: #fff
}

.cta.CTA_group .bottom.solution {
  background: #fdbc3d;
  color: #fff
}

.cta.CTA_group .bottom.library {
  background: #3b5cad;
  color: #fff
}

.cta.CTA_group .bottom.gray {
  background: #747474;
  color: #fff
}

.cta.CTA_image .border {
  display: none
}

.cta.CTA_image .fluide {
  display: none
}

.cta.CTA_image .contenthover {
  text-align: center;
  font-size: 100px;
  visibility: hidden;
  opacity: 0;
  -moz-transition-duration: .6s;
  -o-transition-duration: .6s;
  -webkit-transition-duration: .6s;
  transition-duration: .6s
}

.cta.CTA_image .contenthover .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .4)
}

.cta.CTA_image .contenthover .center-element-content.active {
  -moz-transition-duration: .6s;
  -o-transition-duration: .6s;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.cta.CTA_image .contenthover .center-element-content.active i {
  -moz-transition-duration: .6s;
  -o-transition-duration: .6s;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 8px
}

.cta.faculty-type {
  border: 3px solid #7f7c7c;
  position: relative;
  text-align: center;
  padding: 40px 20px;
  background: #fff
}

.cta.faculty-type .name {
  color: #009bde;
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 0;
  margin-top: 19px;
  position: relative
}

.darkblue .cta.faculty-type .contenthover,
.darkblue .cta.faculty-type .name {
  color: #3b5cad
}

.cta.faculty-type p {
  color: #000
}

.cta.faculty-type img {
  position: relative
}

.cta.faculty-type .ecole {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  margin-top: 3px;
  display: block;
  line-height: 18px
}

.cta.faculty-type .bottom {
  padding-top: 7px;
  bottom: 17px;
  border-color: transparent
}

.cta.faculty-type .contenthover {
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  top: 30px;
  font-weight: 600;
  font-size: 15px;
  color: #009bde
}

.cta.faculty-type .author {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 60%
}

.cta.faculty-type .author img {
  display: inline-block;
  border-radius: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  vertical-align: middle;
  z-index: 99;
  width: 100%
}

.cta.faculty-type .author:after {
  content: "";
  background: #dadada;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  position: absolute;
  display: block;
  z-index: 0;
  border-radius: 100%;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.cta.faculty-type.large {
  padding: 20px 20px;
  text-align: left;
  overflow: hidden
}

.cta.faculty-type.large .name {
  font-size: 23px;
  margin-top: 10px;
  margin-bottom: 20px
}

.cta.faculty-type.large p {
  font-size: 17px
}

.cta.faculty-type.large .left {
  float: left
}

.cta.faculty-type.large .left .author {
  width: 225px
}

.cta.faculty-type.large .left .author img {
  position: relative
}

.cta.faculty-type.large .right {
  float: right;
  position: relative;
  z-index: 10;
  width: 270px;
  display: block
}

.cta.faculty-type.large .bottom {
  float: right;
  position: absolute;
  z-index: 10;
  width: 270px;
  display: block;
  right: 20px;
  bottom: 20px;
  height: 110px;
  left: auto;
  border-color: #dadada;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.cta.faculty-type.large .bottom .center-element-content.active {
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.cta.faculty-type.large .contenthover {
  position: absolute;
  font-size: 21px;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.cta.CTA_telechargement {
  height: auto
}

.cta.CTA_telechargement a {
  padding-bottom: 200px
}

.cta.CTA_telechargement .border {
  display: none
}

.cta.CTA_telechargement .bg {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 30px
}

.cta.CTA_telechargement a {
  position: relative
}

.cta.CTA_telechargement h4,
.cta.CTA_telechargement h6,
.cta.CTA_telechargement p {
  position: relative
}

.cta.CTA_telechargement h6 {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
  margin-bottom: 10px;
  font-size: 15px
}

.cta.CTA_telechargement h6 i {
  float: right
}

.cta.CTA_telechargement h4 {
  font-size: 24px;
  line-height: 32px
}

.cta.CTA_telechargement .bottom {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border: 0;
  font-weight: 700;
  font-size: 17px;
  padding: 14px
}

.cta.CTA_telechargement .bottom:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  margin-left: 8px
}

.cta.CTA_telechargement .bottom.corp {
  background: #009bde;
  color: #fff
}

.cta.CTA_telechargement .bottom.solution {
  background: #fdbc3d;
  color: #fff
}

.cta.CTA_telechargement .bottom.library {
  background: #3b5cad;
  color: #fff
}

.cta.CTA_telechargement .bottom.gray {
  background: #747474;
  color: #fff
}

.cta.CTA_office {
  background: #1b1b1b
}

.cta.CTA_office .mask {
  background: rgba(0, 0, 0, .7)
}

.cta.CTA_office h4 {
  position: relative;
  min-height: 50px
}

.cta.CTA_office p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  position: relative
}

.cta.CTA_office p.tel {
  margin-top: 10px;
  display: block
}

.cta.CTA_office p.tel a {
  display: inline
}

.cta.CTA_office .border {
  background: #7f7c7c
}

.cta.CTA_office .fluide {
  display: none
}

.cta.CTA_office .contenthover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden
}

.cta.CTA_office .contenthover .center-element-content.active {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.cta.CTA_office .contenthover span {
  display: block;
  margin-top: -12px
}

.cta.CTA_office .contenthover i {
  display: block;
  font-size: 100px;
  margin-top: 8px
}

.cta.CTA_text.library .mask {
  background: rgba(0, 44, 82, .5)
}

.cta.CTA_text .border {
  background: #7f7c7c
}

.cta.CTA_text h6 {
  color: rgba(255, 255, 255, .7);
  font-weight: 700;
  font-size: 21px;
  position: relative
}

.cta.CTA_text p {
  font-size: 21px;
  line-height: 24px;
  position: relative;
  margin-top: 5px
}

.cta.CTA_text .contenthover {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden
}

.cta.CTA_text .contenthover .center-element-content.active {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.cta.CTA_text .contenthover span {
  display: block
}

.cta.CTA_text .contenthover i {
  display: block;
  font-size: 100px;
  margin-top: 8px
}

.cta.CTA_big.library .mask {
  background: rgba(0, 44, 82, .7)
}

.cta.CTA_big .border {
  background: #7f7c7c
}

.cta.CTA_big h6 {
  color: rgba(255, 255, 255, .7);
  font-weight: 700;
  font-size: 21px;
  position: relative
}

.cta.CTA_big p {
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  position: relative;
  margin-top: 5px
}

.cta.CTA_big .contenthover {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden
}

.cta.CTA_big .contenthover .center-element-content.active {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.cta.CTA_big .contenthover span {
  display: block
}

.cta.CTA_big .contenthover i {
  display: block;
  font-size: 100px;
  margin-top: 8px
}

.cta.partner-type {
  border: 3px solid #7f7c7c;
  padding: 16px 26px;
  color: #009bde
}

.cta.partner-type a {
  color: #009bde
}

.cta.partner-type .bottom {
  color: #009bde;
  font-weight: 400;
  border-color: #bfbdbd;
  left: 16px;
  right: 16px;
  padding-top: 10px
}

.cta.partner-type .top {
  position: absolute;
  border-bottom: 1px solid #bfbdbd;
  left: 16px;
  right: 16px;
  font-size: 23px;
  font-weight: 700;
  padding-bottom: 8px
}

.cta.partner-type img {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  margin: 0 auto;
  width: auto
}

.cta.partner-type .contenthover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  text-align: center;
  color: #fff;
  font-size: 80px
}

.cta.partner-type .contenthover i {
  margin-top: 20px
}

.cta.partner-type .contenthover .center-element-content.active {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.cta.cta-lw {
  position: relative
}

.cta.cta-lw .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.cta.cta-lw .primary {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 2
}

.cta.cta-lw.theme-solution .overtitle {
  color: #fdbc3d
}

.cta.cta-lw.theme-dark .overtitle {
  color: #0b1f2c
}

.cta.cta-lw.theme-library .overtitle {
  color: #3b5cad
}

.cta.cta-lw.theme-gray .overtitle {
  color: #747474
}

.cta.cta-lw.theme-corp .overtitle {
  color: #009bde
}

.cta.cta-lw.theme-color_77226C .overtitle {
  color: #77226c
}

.cta.cta-lw.theme-color_A12481 .overtitle {
  color: #a12481
}

.cta.cta-lw.theme-color_EF483D .overtitle {
  color: #ef483d
}

.cta.cta-lw.theme-color_3B5CAD .overtitle {
  color: #3b5cad
}

.cta.cta-lw.theme-color_74CEEA .overtitle {
  color: #74ceea
}

.cta.cta-lw.theme-color_90D2C9 .overtitle {
  color: #90d2c9
}

.cta.cta-lw.theme-color_DFE228 .overtitle {
  color: #dfe228
}

.cta.cta-lw.theme-color_FDBC3D .overtitle {
  color: #fdbc3d
}

.cta.cta-lw .overtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px
}

.cta.cta-lw .title {
  color: #fff;
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  transition: .3s ease all
}

.cta.cta-lw:hover .bg {
  opacity: 1
}

.cta.cta-lw:hover .title {
  opacity: .75
}

.theme-white {
  background: #fff
}

.theme-color_A12481 {
  background: #a12481;
  color: #fff
}

.theme-dark {
  background: #0b1f2c
}

.theme-gray {
  background: #747474
}

.theme-light_gray {
  background: #efefef
}

.theme-corp {
  background: #009bde;
  color: #fff
}

.theme-solution {
  background: #fdbc3d;
  color: #fff
}

.theme-library {
  background: #3b5cad;
  color: #fff
}

.theme-color_77226C {
  background: #77226c;
  color: #fff
}

.theme-color_A12481 {
  background: #a12481;
  color: #fff
}

.theme-color_EF483D {
  background: #ef483d;
  color: #fff
}

.theme-color_3B5CAD {
  background: #3b5cad;
  color: #fff
}

.theme-color_74CEEA {
  background: #74ceea;
  color: #fff
}

.theme-color_90D2C9 {
  background: #90d2c9;
  color: #fff
}

.theme-color_DFE228 {
  background: #dfe228;
  color: #fff
}

.theme-color_FDBC3D {
  background: #fdbc3d;
  color: #fff
}

.ui-state-focus {
  outline: 0
}

.flexible-layout {
  margin: 0 0 20px 0;
  overflow: hidden
}

.flexible-title {
  font-size: 30px;
  margin: 20px 0;
  color: #2c2c2c
}

.cycle-nav {
  height: 73px;
  display: block;
  cursor: pointer;
  top: 50%;
  position: relative
}

.cycle-prev {
  background: url(../images/slide-left-black.png) center no-repeat
}

.cycle-next {
  background: url(../images/slide-right-black.png) center no-repeat
}

.block-1.bloc_combo_box,
.block-1.bloc_cta,
.block-1.bloc_cta_multi,
.block-1.bloc_graphic,
.block-1.bloc_html,
.block-1.bloc_html_cta,
.block-1.block_tabs,
.block-1.breadcrumbs,
.block-1.menu_inter {
  margin-top: 120px
}

.breadcrumbs {
  background: #0b1f2c
}

.filter-on .bg_img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background: rgba(0, 0, 0, .5)
}

.filter-on.filter-light .bg_img:before {
  background: rgba(0, 0, 0, .25)
}

.filter-on.filter-medium .bg_img:before {
  background: rgba(11, 31, 44, .5)
}

.filter-on.filter-strong .bg_img:before {
  background: rgba(0, 0, 0, .5)
}

.filter-on.filter-dark .bg_img:before {
  background: rgba(0, 0, 0, .75)
}

.filter-on .bg:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 10
}

.filter-on.filter-light .bg:before {
  background: rgba(0, 0, 0, .25)
}

.filter-on.filter-medium .bg:before {
  background: rgba(11, 31, 44, .5)
}

.filter-on.filter-strong .bg:before {
  background: rgba(0, 0, 0, .5)
}

.filter-on.filter-dark .bg:before {
  background: rgba(0, 0, 0, .75)
}

.hero-slider {
  position: relative;
  margin: 0;
  height: 650px
}

.hero-slider .pager {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99999;
  display: none
}

.hero-slider .next,
.hero-slider .prev {
  position: absolute;
  top: 50%;
  z-index: 99999;
  margin-top: 0;
  cursor: pointer;
  height: 50px;
  width: 50px
}

.hero-slider .next:after,
.hero-slider .next:before,
.hero-slider .prev:after,
.hero-slider .prev:before {
  content: "";
  display: block;
  background: #5e6770;
  height: 5px;
  width: 35px;
  position: absolute
}

.hero-slider .color-white.next:after,
.hero-slider .color-white.next:before,
.hero-slider .color-white.prev:after,
.hero-slider .color-white.prev:before {
  background: #fff
}

.hero-slider .color-gray.next:after,
.hero-slider .color-gray.next:before,
.hero-slider .color-gray.prev:after,
.hero-slider .color-gray.prev:before {
  background: #747474
}

.hero-slider .color-dark.next:after,
.hero-slider .color-dark.next:before,
.hero-slider .color-dark.prev:after,
.hero-slider .color-dark.prev:before {
  background: #0b1f2c
}

.hero-slider .prev {
  left: 50px
}

.hero-slider .prev:before {
  transform: rotate(-40deg);
  top: 9px
}

.hero-slider .prev:after {
  transform: rotate(40deg);
  top: 29px
}

.hero-slider .next {
  right: 50px
}

.hero-slider .next:before {
  transform: rotate(-40deg);
  top: 29px
}

.hero-slider .next:after {
  transform: rotate(40deg);
  top: 9px
}

.hero-slider .hero {
  height: 650px;
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 60px;
  margin: 0;
  z-index: inherit !important
}

.hero-slider.animate-on .hero .svg {
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  z-index: 8;
  -webkit-transform: translate3d(320%, 40%, 0) rotate(-180deg) scale(1.2);
  transform: translate3d(320%, 40%, 0) rotate(-180deg) scale(1.2);
  transform-style: preserve-3d;
  -webkit-transition: all 1.5s;
  transition: all 1.5s
}

.hero-slider.animate-on .hero.launch .svg {
  position: absolute;
  opacity: .6;
  z-index: 8;
  -webkit-transform: translate3d(-30%, 0, 0) rotate(0) scale(1);
  transform: translate3d(-30%, 0, 0) rotate(0) scale(1);
  transition-delay: .4s
}

.hero-slider.animate-off .hero.launch .svg {
  position: absolute;
  opacity: .6;
  z-index: 8;
  -webkit-transform: translate3d(-30%, 0, 0) rotate(0) scale(1);
  transform: translate3d(-30%, 0, 0) rotate(0) scale(1);
  transition-delay: .4s
}

.hero-slider .hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.hero-slider .hero .bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  -moz-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  -webkit-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
  height: auto;
  min-height: 100%;
  min-width: 100%
}

.hero-slider .hero .overtitle {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 10px
}

.hero-slider .hero .title {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  margin: 0 0 20px
}

.hero-slider .hero .wrapper {
  z-index: 11
}

.hero-slider .hero .wrapper.white,
.hero-slider .hero .wrapper.white .title {
  color: #fff
}

.hero-slider .hero .wrapper.light_gray,
.hero-slider .hero .wrapper.light_gray .title {
  color: #e7e9ea
}

.hero-slider .hero .wrapper.gray,
.hero-slider .hero .wrapper.gray .title {
  color: #bac0c0
}

.hero-slider .hero .wrapper.dark,
.hero-slider .hero .wrapper.dark .title {
  color: #5e6770
}

.hero-slider .hero .wrapper.solution,
.hero-slider .hero .wrapper.solution .title {
  color: #fdbc3d
}

.hero-slider .hero .wrapper.corp,
.hero-slider .hero .wrapper.corp .title {
  color: #119bd1
}

.hero-slider .hero .wrapper.library,
.hero-slider .hero .wrapper.library .title {
  color: #3b5cad
}

.hero-slider .hero .wrapper.darkblue,
.hero-slider .hero .wrapper.darkblue .title {
  color: #0b1f2c
}

.hero-slider .hero .wrapper.acdaemy,
.hero-slider .hero .wrapper.acdaemy .title {
  color: #ef483d
}

.hero-slider .hero .wrapper.darkpurple,
.hero-slider .hero .wrapper.darkpurple .title {
  color: #77226c
}

.hero-slider .hero .wrapper.purple,
.hero-slider .hero .wrapper.purple .title {
  color: #a12481
}

.hero-slider .hero .wrapper.oceanblue,
.hero-slider .hero .wrapper.oceanblue .title {
  color: #74ceea
}

.hero-slider .hero .wrapper.oceangreen,
.hero-slider .hero .wrapper.oceangreen .title {
  color: #90d2c9
}

.hero-slider .hero .wrapper.lemongreen,
.hero-slider .hero .wrapper.lemongreen .title {
  color: #dfe228
}

.hero-slider .hero .wrapper.yellow,
.hero-slider .hero .wrapper.yellow .title {
  color: #fdbc3d
}

.hero-slider .hero .text {
  font-size: 30px;
  line-height: 33px;
  font-weight: 400
}

.hero-slider .hero .buttons {
  margin-top: 40px
}

.hero-slider .hero .buttons .btn {
  margin: 0 20px
}

.hero-slider .hero-video.filter-on:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .5);
  z-index: 10
}

.hero-slider .hero-video.filter-on.filter-light:before {
  background: rgba(255, 255, 255, .25)
}

.hero-slider .hero-video.filter-on.filter-strong:before {
  background: rgba(255, 255, 255, .75)
}

.hero-slider .hero-video.filter-on.filter-gray:before {
  background: rgba(11, 31, 44, .5)
}

.hero-slider .hero-video.filter-on.filter-dark_light:before {
  background: rgba(0, 0, 0, .2)
}

.hero-slider .hero-video.filter-on.filter-dark_medium:before {
  background: rgba(0, 0, 0, .5)
}

.hero-slider .hero-video.filter-on.filter-dark_strong:before {
  background: rgba(0, 0, 0, .9)
}

.hero-slider .hero-video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.hero-slider .hero-parttern .pattern {
  position: absolute;
  left: 0;
  width: 20%;
  margin-top: 60px;
  z-index: 11
}

.hero-video {
  width: 100%;
  height: auto
}

.bloc_html {
  position: relative;
  overflow: hidden
}

.bloc_html.pattern {
  background-attachment: fixed
}

.bloc_html.fixed {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.bloc_html .bg-img {
  color: #fff
}

.bloc_html .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.bloc_html .bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100vw;
  width: auto;
  height: auto
}

.bloc_html.light_gray {
  background: #efefef
}

.bloc_html_cta.white {
  background: #fff
}

.bloc_html_cta.white hr {
  border-color: #ccc
}

.bloc_html.dark,
.bloc_html_cta.dark {
  background: #0b1f2c
}

.bloc_html_cta.dark hr {
  border-color: #fff
}

.bloc_html_cta.gray {
  background: #747474
}

.bloc_html_cta.gray hr {
  border-color: #fff
}

.bloc_html_cta.light_gray {
  background: #efefef
}

.bloc_html_cta.light_gray hr {
  border-color: #000
}

.bloc_html_cta.solution {
  background: #fdbc3d
}

.bloc_html_cta.solution hr {
  border-color: #000
}

.bloc_html_cta .content {
  float: left;
  width: 860px
}

.bloc_html_cta.left .content {
  float: right;
  margin-left: 40px
}

.bloc_html_cta.right .content {
  float: left;
  margin-right: 40px
}

.bloc_html_cta.right .cta {
  float: right
}

.bloc_html_cta .cta {
  margin: 0
}

.bloc_html table {
  width: 100%;
  max-width: 100%
}

.bloc_html table img {
  width: 100%;
  height: auto
}

.bloc_hr {
  background: #fff
}

.bloc_hr.white {
  background: #fff
}

.bloc_hr.white hr {
  border-color: #ccc
}

.bloc_hr.dark {
  background: #0b1f2c
}

.bloc_hr.dark hr {
  border-color: #fff
}

.bloc_hr.gray {
  background: #747474
}

.bloc_hr.gray hr {
  border-color: #fff
}

.bloc_hr.light_gray {
  background: #efefef
}

.bloc_hr.light_gray hr {
  border-color: #000
}

.bloc_hr.solution {
  background: #fdbc3d
}

.bloc_hr.solution hr {
  border-color: #000
}

.bloc_hr.corp {
  background: #009bde
}

.bloc_hr.corp hr {
  border-color: #fff
}

.bloc_hr hr {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #ccc
}

.block_tabs {
  padding: 20px 0
}

.block_tabs.white {
  background: #fff
}

.block_tabs.dark {
  background: #0b1f2c
}

.block_tabs.gray {
  background: #747474
}

.block_tabs.light_gray {
  background: #efefef;
  color: #000
}

.block_tabs h3 {
  text-align: center;
  font-size: 31px;
  font-weight: 400;
  width: 690px;
  margin: 0 auto 28px
}

.block_tabs p {
  width: 690px;
  text-align: center;
  margin: 0 auto 27px
}

.block_tabs .tabs {
  position: relative
}

.block_tabs .cycle-slideshow {
  width: 700px;
  margin: 0 auto;
  border: 5px solid #ededed;
  overflow: hidden;
  height: 388px
}

.block_tabs .navigslide {
  width: 700px;
  margin: 20px auto 14px
}

.block_tabs .navigslide a {
  display: table-cell;
  width: 25%;
  text-align: center;
  border: 1px solid #0b1f2c;
  padding: 4px 0;
  color: #000;
  font-weight: 600;
  font-size: 15px;
  vertical-align: middle
}

.block_tabs .navigslide a.cycle-pager-active {
  background: #0b1f2c;
  color: #fff
}

.block_tabs .navigslide a:hover {
  background: #747474;
  color: #fff
}

.block_tabs .next,
.block_tabs .prev {
  position: absolute !important
}

.block_tabs .next:hover,
.block_tabs .prev:hover {
  opacity: .5
}

.block_tabs .next {
  right: 0
}

.block_tabs .video {
  position: relative;
  padding-bottom: 52.9%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 690px
}

.block_tabs .video embed,
.block_tabs .video iframe,
.block_tabs .video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.bloc_cta {
  padding: 55px 0 40px
}

.bloc_cta.white {
  background: #fff
}

.bloc_cta.dark {
  background: #0b1f2c
}

.bloc_cta.dark h3 {
  color: #b0b0b0
}

.bloc_cta.gray {
  background: #747474
}

.bloc_cta.light_gray {
  background: #efefef;
  color: #000
}

.bloc_cta.Center h3 {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 1px
}

.bloc_cta h3 {
  line-height: 45px;
  max-width: 800px;
  margin: 0 auto
}

.bloc_cta.Right_underline h3 {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  font-size: 24px;
  margin: 0 10px 20px;
  max-width: none
}

.bloc_cta.Right_underline .cta h3 {
  border-bottom: 0;
  margin: 0
}

.bloc_cta .wrapper {
  width: 1200px
}

.bloc_cta .wrapper h2 {
  color: #747474;
  font-size: 28px;
  font-weight: 400;
  border-bottom: 1px solid #747474;
  padding-bottom: 8px;
  margin-bottom: 10px;
  margin-top: 30px
}

.bloc_cta .wrapper h2 a {
  float: right;
  color: #747474;
  font-size: 18px
}

.bloc_cta_multi {
  padding: 55px 0 40px
}

.bloc_cta_multi.white {
  background: #fff
}

.bloc_cta_multi.dark {
  background: #0b1f2c
}

.bloc_cta_multi.dark h3 {
  color: #b0b0b0
}

.bloc_cta_multi.gray {
  background: #747474
}

.bloc_cta_multi.light_gray {
  background: #efefef;
  color: #000
}

.bloc_cta_multi.Center h3 {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 1px
}

.bloc_cta_multi h3 {
  line-height: 45px;
  max-width: 800px;
  margin: 0 auto
}

.bloc_cta_multi.Right_underline h3 {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  font-size: 24px;
  margin: 0 10px 20px;
  max-width: 100%
}

.bloc_cta_multi.Right_underline .cta h3 {
  border-bottom: none;
  margin: 0
}

.bloc_cta_multi .wrapper {
  width: 1200px
}

.bloc_cta_multi .wrapper h2 {
  color: #747474;
  font-size: 28px;
  font-weight: 400;
  border-bottom: 1px solid #747474;
  padding-bottom: 8px;
  margin-bottom: 10px;
  margin-top: 30px
}

.bloc_cta_multi .wrapper h2 a {
  float: right;
  color: #747474;
  font-size: 18px
}

.bloc_citation.gray {
  background: #5a5a5a;
  color: #fff
}

.bloc_citation.corp {
  background: #009bde;
  color: #fff
}

.bloc_citation.dark {
  background: #0b1f2c;
  color: #fff
}

.bloc_citation.white {
  background: #fff;
  color: #000
}

.bloc_citation.solution {
  background: #fdbc3d
}

.bloc_citation.light_gray {
  background: #efefef;
  color: #000
}

.bloc_citation .wrapper {
  padding: 20px 0
}

.bloc_citation .photo {
  max-width: 280px;
  max-height: 280px;
  width: auto;
  float: left;
  vertical-align: middle;
  padding: 0 20px 0 0
}

.bloc_citation .content {
  width: 580px;
  float: left;
  vertical-align: middle;
  font-weight: 400;
  padding: 0 20px 0 0
}

.bloc_citation .content p {
  margin-bottom: 1px;
  font-size: 19px;
  letter-spacing: 1px
}

.bloc_citation .content p.citation {
  font-style: italic;
  letter-spacing: .7px;
  line-height: 30px;
  margin: 0 0 25px;
  font-size: 25px
}

.bloc_citation .content p.citation:before {
  content: "\""
}

.bloc_citation .content p.citation:after {
  content: "\""
}

.bloc_citation .content p.nom {
  font-weight: 700
}

.bloc_citation .cta {
  float: right;
  margin: 0
}

.block-1.header_small {
  padding-top: 109px
}

.header_small {
  height: 350px;
  position: relative;
  overflow: hidden
}

.header_small .wrapper {
  overflow: visible
}

.header_small.solution {
  background: #fdbc3d;
  color: #fff
}

.header_small.dark {
  background: #0b1f2c;
  color: #fff
}

.header_small.library {
  background: #3b5cad;
  color: #fff
}

.header_small.gray {
  background: #747474;
  color: #fff
}

.header_small.corp {
  background: #009bde;
  color: #fff
}

.header_small.color_77226C {
  background: #77226c;
  color: #fff
}

.header_small.color_A12481 {
  background: #a12481;
  color: #fff
}

.header_small.color_EF483D {
  background: #ef483d;
  color: #fff
}

.header_small.color_3B5CAD {
  background: #3b5cad;
  color: #fff
}

.header_small.color_74CEEA {
  background: #74ceea;
  color: #fff
}

.header_small.color_90D2C9 {
  background: #90d2c9;
  color: #fff
}

.header_small.color_DFE228 {
  background: #dfe228;
  color: #fff
}

.header_small.color_FDBC3D {
  background: #fdbc3d;
  color: #fff
}

.header_big .popin,
.header_small .popin {
  cursor: pointer
}

.header_big .btn,
.header_small .btn {
  margin: 0 20px
}

.header_small .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1)
}

.header_small .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5)
}

.header_small h1,
.header_small h2,
.header_small h3 {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  line-height: 54px
}

.header_small h1.white,
.header_small h2.white,
.header_small h3.white {
  color: #fff
}

.header_small h1.corp,
.header_small h2.corp,
.header_small h3.corp {
  color: #009bde
}

.header_small h1.library,
.header_small h2.library,
.header_small h3.library {
  color: #3b5cad
}

.header_small h1.gray,
.header_small h2.gray,
.header_small h3.gray {
  color: #747474
}

.header_small h1.solution,
.header_small h2.solution,
.header_small h3.solution {
  color: #fdbc3d
}

.header_small h1.academy,
.header_small h2.academy,
.header_small h3.academy {
  color: #ef483d
}

.header_small.center {
  text-align: center
}

.header_small.center .logo {
  display: inline-block;
  text-align: center;
  width: auto;
  margin: 0 auto 25px
}

.block-1.header_big {
  padding-top: 120px
}

.header_big {
  height: 550px;
  position: relative;
  overflow: hidden;
  text-align: left
}

.header_big.solution {
  background: #fdbc3d;
  color: #fff
}

.header_big.dark {
  background: #0b1f2c;
  color: #fff
}

.header_big.library {
  background: #3b5cad;
  color: #fff
}

.header_big.gray {
  background: #747474;
  color: #fff
}

.header_big.corp {
  background: #009bde;
  color: #fff
}

.header_big.color_77226C {
  background: #77226c;
  color: #fff
}

.header_big.color_A12481 {
  background: #a12481;
  color: #fff
}

.header_big.color_EF483D {
  background: #ef483d;
  color: #fff
}

.header_big.color_3B5CAD {
  background: #3b5cad;
  color: #fff
}

.header_big.color_74CEEA {
  background: #74ceea;
  color: #fff
}

.header_big.color_90D2C9 {
  background: #90d2c9;
  color: #fff
}

.header_big.color_DFE228 {
  background: #dfe228;
  color: #fff
}

.header_big.color_FDBC3D {
  background: #fdbc3d;
  color: #fff
}

.header_big.right .content {
  float: right
}

.header_big .content {
  width: 100%;
  max-width: 75%;
  margin: 0 auto;
  text-align: center
}

.header_big .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1)
}

.header_big .bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  -moz-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  -webkit-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
  height: auto;
  min-height: 100%;
  min-width: 100%
}

.header_big .logo {
  margin: 0 auto
}

.header_big .flexible-title {
  font-size: 55px;
  font-weight: 600;
  color: #fff;
  line-height: 70px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 9px
}

.header_big .flexible-title.title-big {
  font-size: 70px;
  line-height: 75px
}

.header_big .flexible-title.fat {
  font-size: 42px;
  font-weight: 700
}

.header_big .flexible-title.white {
  color: #fff
}

.header_big .flexible-title.corp {
  color: #009bde
}

.header_big .flexible-title.library {
  color: #3b5cad
}

.header_big .flexible-title.gray {
  color: #747474
}

.header_big .flexible-title.solution {
  color: #fdbc3d
}

.header_big .flexible-title.academy {
  color: #ef483d
}

.header_big p {
  font-size: 30px;
  font-weight: 600;
  line-height: 39px;
  margin-bottom: 25px;
  margin-right: 10px;
  vertical-align: middle
}

.header_big p.corp {
  border: 3px solid #009bde;
  margin-bottom: 0
}

.header_big p.library {
  background: #3b5cad;
  margin-bottom: 0;
  padding: 17px
}

.header_big p.solution {
  background: #fdbc3d;
  margin-bottom: 0;
  padding: 17px
}

.header_big p.dark {
  background: #0b1f2c;
  margin-bottom: 0;
  padding: 17px
}

.header_big p.gray {
  background: #747474;
  margin-bottom: 0;
  padding: 17px
}

.header_big p.academy {
  background: #ef483d;
  margin-bottom: 0;
  padding: 17px
}

.bloc_team.gray {
  background: #5a5a5a;
  color: #fff
}

.bloc_team.corp {
  background: #009bde;
  color: #fff
}

.bloc_team.dark {
  background: #0b1f2c;
  color: #fff
}

.bloc_team.white {
  background: #fff;
  color: #000
}

.bloc_team.solution {
  background: #fdbc3d
}

.bloc_team.light_gray {
  background: #efefef;
  color: #000
}

.bloc_team .team {
  width: 580px;
  float: left;
  margin-right: 10px;
  margin-bottom: 40px
}

.bloc_team .team img {
  float: left;
  margin-right: 20px
}

.bloc_team .team h3 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 6px
}

.bloc_team .team .fonction {
  color: #009bde;
  font-size: 18px;
  margin-bottom: 30px
}

.bloc_team.corp .team .fonction,
.bloc_team.corp .team h3,
.bloc_team.dark .team .fonction,
.bloc_team.dark .team h3 {
  color: #fff
}

.bloc_team .team p {
  font-size: 14px;
  margin-bottom: 0
}

.bloc_graphic.dark {
  background: #0b1f2c;
  color: #fff
}

.bloc_graphic.white {
  background: #fff;
  color: #000
}

.bloc_graphic.light_gray {
  background: #efefef;
  color: #000
}

.bloc_graphic h3 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 27px;
  line-height: 34px
}

.bloc_graphic h3.white {
  color: #fff
}

.bloc_graphic h3.corp {
  color: #009bde
}

.bloc_graphic h3.library {
  color: #3b5cad
}

.bloc_graphic h3.gray {
  color: #747474
}

.bloc_graphic h3.solution {
  color: #fdbc3d
}

.bloc_graphic h3.black {
  color: #000
}

.bloc_graphic h3.academy {
  color: #ef483d
}

.bloc_graphic p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px
}

.bloc_graphic .left {
  width: 620px
}

.bloc_graphic .right {
  width: 520px
}

.bloc_graphic .right img {
  width: auto;
  margin: 0 auto;
  max-width: 100%
}

.bloc_graphic.left .left {
  float: right
}

.bloc_graphic.left .right {
  float: left;
  margin-top: 10px
}

.bloc_graphic.left .right.visible {
  opacity: 1
}

.bloc_graphic.right .left {
  float: left
}

.bloc_graphic.right .right {
  float: right;
  margin-top: 10px
}

.bloc_graphic.right .right.visible {
  opacity: 1
}

.bloc_graphic .caption {
  background: #0b1f2c;
  color: #fff;
  width: 100%;
  margin: -4px 0 10px;
  padding: 4px 10px;
  font-size: 12px;
  font-family: Arial, sans-serif
}

.bloc_graphic .link {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 15px 20px;
  margin-right: 16px;
  width: auto;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -.1px
}

.bloc_graphic .link:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  margin-left: 18px
}

.bloc_graphic .link.corp {
  background: #009bde
}

.bloc_graphic .link.corp:hover {
  background: #1b8dc0
}

.bloc_graphic .link.library {
  background: #3b5cad
}

.bloc_graphic .link.library:hover {
  background: #3b5cad
}

.bloc_graphic .link.solution {
  background: #fdbc3d
}

.bloc_graphic .link.solution:hover {
  background: #bf6002
}

.bloc_graphic .link.gray {
  background: #747474
}

.bloc_graphic .link.gray:hover {
  background: #5b5b5b
}

.bloc_graphic .link.dark {
  background: #0b1f2c
}

.bloc_graphic .link.dark:hover {
  background: #212121
}

.bloc_graphic .link.orange {
  background: #fdbc3d
}

.bloc_graphic .link.orange:hover {
  background: #bf6002
}

.bloc_graphic .link.academy {
  background: #ef483d
}

.bloc_graphic .link.academy:hover {
  background: #9c1414;
  color: #fff
}

.bloc_graphic .video {
  position: relative;
  padding-bottom: 52.9%;
  padding-top: 30px;
  height: 0;
  overflow: hidden
}

.bloc_graphic .video embed,
.bloc_graphic .video iframe,
.bloc_graphic .video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.flexible-graphic.theme-solution .flexible-title {
  color: #fdbc3d
}

.flexible-graphic.theme-light_gray .flexible-title {
  color: #747474
}

.flexible-graphic.theme-dark .flexible-title {
  color: #0b1f2c
}

.flexible-graphic.theme-corp .flexible-title {
  color: #009bde
}

.flexible-graphic.theme-darkblue .flexible-title {
  color: #0b1f2c
}

.flexible-graphic.theme-library .flexible-title {
  color: #3b5cad
}

.flexible-graphic.theme-acdaemy .flexible-title {
  color: #ef483d
}

.flexible-graphic.theme-white .flexible-title {
  color: #009bde
}

.flexible-graphic.theme-solution .foo .btn {
  background: #fdbc3d
}

.flexible-graphic.theme-solution .foo .btn:hover {
  color: #fff;
  background: #c7942f
}

.flexible-graphic.theme-light_gray .foo .btn {
  background: #747474
}

.flexible-graphic.theme-light_gray .foo .btn:hover {
  background: #4e4e4e
}

.flexible-graphic.theme-dark .foo .btn {
  background: #0b1f2c
}

.flexible-graphic.theme-dark .foo .btn:hover {
  background: #171717
}

.flexible-graphic.theme-corp .foo .btn {
  background: #009bde
}

.flexible-graphic.theme-corp .foo .btn:hover {
  background: #007db3
}

.flexible-graphic.theme-darkblue .foo .btn {
  background: #0b1f2c
}

.flexible-graphic.theme-darkblue .foo .btn:hover {
  background: #040c10
}

.flexible-graphic.theme-library .foo .btn {
  background: #3b5cad
}

.flexible-graphic.theme-library .foo .btn:hover {
  background: #22376d
}

.flexible-graphic.theme-acdaemy .foo .btn {
  background: #ef483d
}

.flexible-graphic.theme-acdaemy .foo .btn:hover {
  background: #bb372e
}

.flexible-graphic .next,
.flexible-graphic .prev {
  font-size: 30px;
  top: -50px
}

.flexible-graphic .prev {
  left: auto;
  right: 40px
}

.flexible-graphic .next {
  right: 20px
}

.flexible-graphic .content {
  width: 100%;
  overflow: hidden
}

.flexible-graphic .content .content-wrapper {
  width: 60%;
  float: right
}

.flexible-graphic .content .img,
.flexible-graphic .content .youtube {
  width: 38%;
  float: left
}

.flexible-graphic .content.img-right .content-wrapper {
  float: left
}

.flexible-graphic .content.img-right .img,
.flexible-graphic .content.img-right .youtube {
  float: right
}

.flexible-graphic .content .foo {
  width: 100%;
  float: left;
  margin: 20px 0
}

.flexible-graphic .content .foo .btn {
  margin: auto
}

.flexible-graphic .content.no-text {
  text-align: center
}

.flexible-graphic .content.no-text .content-wrapper {
  width: 100%
}

.flexible-graphic .content.no-text .img,
.flexible-graphic .content.no-text .youtube {
  float: none;
  margin: auto
}

.flexible-graphic .content.no-image {
  text-align: center
}

.flexible-graphic .content.no-image .content-wrapper {
  width: 100%
}

.flexible-graphic .pager {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999
}

.flexible-graphic .pager span {
  font-size: 24px;
  background-color: rgba(0, 0, 0, .5);
  color: transparent;
  border-radius: 150%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px;
  cursor: pointer
}

.flexible-graphic .pager span.cycle-pager-active {
  background: #000
}

.flexible-text .title {
  margin-bottom: 10px
}

.flexible-picto.theme-solution {
  background: #fdbc3d;
  color: #fff
}

.flexible-picto.theme-light_gray {
  background: #747474;
  color: #fff
}

.flexible-picto.theme-dark {
  background: #0b1f2c;
  color: #fff
}

.flexible-picto.theme-corp {
  background: #009bde;
  color: #fff
}

.flexible-picto.theme-darkblue {
  background: #0b1f2c;
  color: #fff
}

.flexible-picto.theme-library {
  background: #3b5cad;
  color: #fff
}

.flexible-picto.theme-acdaemy {
  background: #ef483d;
  color: #fff
}

.flexible-picto .bg_img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0
}

.flexible-picto .bg_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  -moz-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  -webkit-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
  height: auto;
  min-height: 100%;
  min-width: 100%
}

.flexible-picto {
  position: relative;
  margin: auto;
  text-align: center;
  overflow: hidden;
  padding: 40px 0
}

.flexible-picto .large-wrapper {
  padding: 0
}

.flexible-picto .title {
  width: 100%;
  text-align: center
}

.flexible-picto .bg {
  margin: 0 auto
}

.flexible-picto .center-target {
  width: 100%;
  z-index: 100
}

.flexible-picto .content {
  width: 100%
}

.flexible-picto .content .item {
  margin: 0 20px;
  width: 21%;
  display: inline-block;
  vertical-align: top
}

.flexible-picto .content .item img {
  margin: 0 auto 15px;
  width: auto;
  display: block
}

.flexible-picto .content .item .icon {
  margin: 10px auto
}

.flexible-picto .content .item .number {
  font-size: 30px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 30px
}

.flexible-picto .content .item .number:after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  left: 10px;
  right: 10px;
  bottom: 0;
  background: #ccc
}

.flexible-picto .content .item .text {
  font-size: 20px;
  font-style: italic;
  width: 80%;
  margin: 10px auto
}

.theme-light_gray {
  background: #efefef
}

.flexible-logo-client {
  padding: 0 125px;
  margin-bottom: 0
}

.flexible-logo-client .wrapper {
  width: 100%;
  position: relative;
  padding: 40px 0
}

.flexible-logo-client a {
  margin: 0 19px;
  display: block;
  width: 200px;
  height: 100px
}

@media only screen and (max-width:1200px) {
  .flexible-logo-client a {
    margin: 0 14px
  }
}

@media only screen and (max-width:920px) {
  .flexible-logo-client a {
    margin: 0 10px
  }
}

@media only screen and (max-width:500px) {
  .flexible-logo-client {
    padding: 0 50px;
    margin-bottom: 0
  }
}

@media only screen and (max-width:420px) {
  .cycle-slideshow {
    left: 30px
  }
}

@media only screen and (max-width:320px) {
  .cycle-slideshow {
    left: 0
  }
}

.flexible-logo-client .next,
.flexible-logo-client .prev {
  position: absolute;
  top: 20px;
  right: 0
}

.flexible-logo-client .prev {
  right: 20px
}

.flexible-logo-client a img {
  max-height: 80%;
  width: 100%;
  margin: 0 auto
}

.flexible-html-bg-img {
  position: relative;
  overflow: hidden;
  margin: 0
}

.flexible-html-bg-img figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.flexible-html-bg-img figure .bg-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100vw;
  min-height: 100vh;
  width: auto;
  height: auto
}

.flexible-html-bg-img figure:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  background: rgba(0, 0, 0, .4)
}

.flexible-html-bg-img .content {
  position: relative;
  z-index: 11;
  color: #fff;
  font-size: 16px
}

.flexible-html-bg-img .content .title {
  position: relative;
  z-index: 11;
  color: #fff;
  margin-bottom: 20px;
  font-size: 28px
}

.flexible-html-bg-img .content .subtitle {
  position: relative;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px
}

.flexible-html-bg-img.anim-parallax {
  z-index: 1
}

.flexible-html-bg-img.anim-parallax figure .bg-img {
  position: fixed;
  z-index: 0
}

.flexible-html-full-width {
  position: relative
}

.flexible-html-full-width.theme-white .col-txt .title:after {
  background: #009bde
}

.flexible .flexible-html-full-width.theme-white ul li:before {
  background: #009bde
}

.flexible-html-full-width .mask {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6)
}

.flexible-html-full-width .col-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start
}

.flexible-html-full-width .col-container.full-width .col {
  width: 100%;
  padding: 60px 0
}

.flexible-html-full-width .dir-left .col-img {
  order: 1
}

.flexible-html-full-width .dir-left .col-txt {
  order: 2
}

.flexible-html-full-width .dir-right .col-img {
  order: 2
}

.flexible-html-full-width .dir-right .col-txt {
  order: 1
}

.flexible-html-full-width .col-img {
  width: 55%
}

.flexible-html-full-width .col-img img {
  object-fit: cover;
  width: 100%
}

.flexible-html-full-width .col-txt {
  width: 45%
}

.flexible-html-full-width .col-container.full-width .col-txt {
  padding: 60px
}

.flexible-html-full-width .dir-right .col-txt .title {
  max-width: 100%;
  transform: translateX(60px);
  padding-top: 25px
}

.flexible-html-full-width .col-txt .title h1,
.flexible-html-full-width .col-txt .title h2,
.flexible-html-full-width .col-txt .title h3,
.flexible-html-full-width .col-txt .title h4,
.flexible-html-full-width .col-txt .title h5,
.flexible-html-full-width .col-txt .title h6,
.flexible-html-full-width .col-txt .title p {
  font-weight: initial;
  line-height: initial;
  color: inherit
}

.flexible-html-full-width .col-txt .title {
  position: relative;
  display: block;
  max-width: 90%;
  margin-bottom: 20px;
  font-size: 42px;
  transform: translateX(-10%)
}

.flexible-html-full-width .col-container.full-width .col-txt .title {
  transform: none
}

.flexible-html-full-width .col-txt .title .hyphen {
  position: absolute;
  bottom: -25px;
  display: block;
  margin-top: 10px
}

.flexible-html-full-width .col-container.full-width .col-txt .texte {
  padding: 0
}

.flexible-html-full-width .col-txt .texte {
  padding: 0 60px
}

.flexible .flexible-html-full-width ul li:before {
  background-color: #fff
}

@media only screen and (max-width:1024px) {
  .flexible-html-full-width .col-txt .title {
    font-size: 32px
  }

  .flexible-html-full-width .col-txt .texte {
    line-height: 130%
  }
}

@media only screen and (max-width:990px) {
  .flexible-html-full-width .col-container {
    flex-direction: column
  }

  .flexible-html-full-width .col-img {
    order: 1;
    width: 100%
  }

  .flexible-html-full-width .dir-right .col-img {
    order: 1
  }

  .flexible-html-full-width .col-txt {
    order: 2;
    width: 100%;
    padding: 60px
  }

  .flexible-html-full-width .dir-right .col-txt {
    order: 2
  }

  .flexible-html-full-width .col-txt .title,
  .flexible-html-full-width .dir-right .col-txt .title {
    max-width: 100%;
    transform: none
  }

  .flexible-html-full-width .col-txt .texte {
    padding: 0
  }
}

@media only screen and (max-width:720px) {
  .flexible-html-full-width .col-txt {
    padding: 40px
  }

  .flexible-html-full-width .col-container.full-width .col-txt {
    padding: 40px
  }
}

.bloc_combo_box.gray {
  background: #5a5a5a;
  color: #fff
}

.bloc_combo_box.corp {
  background: #009bde;
  color: #fff
}

.bloc_combo_box.white {
  background: #fff;
  color: #000
}

.bloc_combo_box.solution {
  background: #fdbc3d
}

.bloc_combo_box.light_gray {
  background: #efefef;
  color: #000
}

.bloc_combo_box.dark {
  background: #0b1f2c;
  color: #fff
}

.bloc_combo_box.dark .accordion .accordion-title.open-tab {
  background: #ccc
}

.bloc_combo_box .accordion .accordion-content {
  background: #fff;
  color: #000
}

.bloc_combo_box .accordion .accordion-content .slider,
.bloc_combo_box .accordion .accordion-content .youtube {
  float: right
}

.menu_inter {
  background: #fff;
  width: 100%
}

.menu_inter .intermobile {
  display: none
}

.menu_inter .contenu {
  background: #edeff4;
  color: #0b1f2c;
  padding: 15px 0;
  font-size: 14px;
  text-align: center;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.menu_inter .contenu ul {
  width: auto;
  margin: 0 auto;
  list-style: none
}

.menu_inter .contenu ul li {
  display: inline-block;
  margin: 0 12px;
  list-style: none
}

.menu_inter .contenu ul li:before {
  display: none
}

.menu_inter .contenu ul li a {
  color: #272727
}

.menu_inter .contenu ul li a:hover {
  color: #cdcdcd
}

.menu_inter .contenu.sticky {
  position: fixed;
  top: 56px;
  width: 100%;
  z-index: 999999;
  background: rgba(237, 239, 244, .8)
}

.flexible-tab-h .tabs_onglet .youtube,
.tabs-ui .tabs_container>div .cycle-slideshow {
  float: right
}

.flexible-tab-h.theme-light_gray,
.flexible-tab-v.theme-light_gray {
  background: #747474
}

.flexible-tab-h.theme-dark,
.flexible-tab-v.theme-dark {
  background: #0b1f2c
}

.flexible-tab-h.theme-dark .flexible-title,
.flexible-tab-h.theme-dark .flexible-title+p,
.flexible-tab-v.theme-dark .flexible-title,
.flexible-tab-v.theme-dark .flexible-title+p {
  color: #fff
}

.flexible-tab-h.theme-solution .btn,
.flexible-tab-v.theme-solution .btn {
  background: #fdbc3d
}

.flexible-tab-h.theme-solution .btn:hover,
.flexible-tab-v.theme-solution .btn:hover {
  color: #fff;
  background: #c7942f
}

.flexible-tab-h.theme-light_gray .btn,
.flexible-tab-v.theme-light_gray .btn {
  background: #747474
}

.flexible-tab-h.theme-light_gray .btn:hover,
.flexible-tab-v.theme-light_gray .btn:hover {
  background: #4e4e4e
}

.flexible-tab-h.theme-dark .btn,
.flexible-tab-v.theme-dark .btn {
  background: #0b1f2c
}

.flexible-tab-h.theme-dark .btn:hover,
.flexible-tab-v.theme-dark .btn:hover {
  background: #171717
}

.flexible-tab-h.theme-corp .btn,
.flexible-tab-v.theme-corp .btn {
  background: #009bde
}

.flexible-tab-h.theme-corp .btn:hover,
.flexible-tab-v.theme-corp .btn:hover {
  background: #007db3
}

.flexible-tab-h.theme-darkblue .btn,
.flexible-tab-v.theme-darkblue .btn {
  background: #0b1f2c
}

.flexible-tab-h.theme-darkblue .btn:hover,
.flexible-tab-v.theme-darkblue .btn:hover {
  background: #040c10
}

.flexible-tab-h.theme-library .btn,
.flexible-tab-v.theme-library .btn {
  background: #3b5cad
}

.flexible-tab-h.theme-library .btn:hover,
.flexible-tab-v.theme-library .btn:hover {
  background: #22376d
}

.flexible-tab-h.theme-acdaemy .btn,
.flexible-tab-v.theme-acdaemy .btn {
  background: #ef483d
}

.flexible-tab-h.theme-acdaemy .btn:hover,
.flexible-tab-v.theme-acdaemy .btn:hover {
  background: #bb372e
}

.flexible-tab-h.theme-solution .onglet-title,
.flexible-tab-v.theme-solution .onglet-title {
  color: #fdbc3d
}

.flexible-tab-h.theme-light_gray .onglet-title,
.flexible-tab-v.theme-light_gray .onglet-title {
  color: #747474
}

.flexible-tab-h.theme-dark .onglet-title,
.flexible-tab-v.theme-dark .onglet-title {
  color: #0b1f2c
}

.flexible-tab-h.theme-corp .onglet-title,
.flexible-tab-v.theme-corp .onglet-title {
  color: #009bde
}

.flexible-tab-h.theme-darkblue .onglet-title,
.flexible-tab-v.theme-darkblue .onglet-title {
  color: #0b1f2c
}

.flexible-tab-h.theme-library .onglet-title,
.flexible-tab-v.theme-library .onglet-title {
  color: #3b5cad
}

.flexible-tab-h.theme-acdaemy .onglet-title,
.flexible-tab-v.theme-acdaemy .onglet-title {
  color: #ef483d
}

.formulaire {
  position: fixed;
  right: 0;
  top: 20%;
  width: 130px;
  color: #fff;
  padding: 15px;
  text-align: center;
  z-index: 99999999999
}

.formulaire.gray {
  background: #5a5a5a;
  color: #fff
}

.formulaire.corp {
  background: #009bde;
  color: #fff
}

.formulaire.white {
  background: #fff;
  color: #000
}

.formulaire.white a {
  color: #000
}

.formulaire.solution {
  background: #fdbc3d
}

.formulaire.light_gray {
  background: #efefef;
  color: #000
}

.formulaire.light_gray a {
  color: #000
}

.formulaire.dark {
  background: #0b1f2c;
  color: #fff
}

.formulaire.library {
  background: #3b5cad;
  color: #fff
}

.formulaire a {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 15px
}

.formulaire a:focus,
.formulaire a:hover {
  color: #fff
}

.formulaire:hover.gray {
  background: #414141
}

.formulaire:hover.corpo {
  background: #1b8dc0
}

.formulaire:hover.white {
  background: #e6e6e6
}

.formulaire:hover.solution {
  background: #bf6002
}

.formulaire:hover.light_gray {
  background: #c3c3c3
}

.formulaire:hover.dark {
  background: #212121
}

.bloc_galerie {
  padding: 20px 0;
  min-height: 700px
}

.bloc_galerie .top {
  position: relative;
  border-bottom: 1px solid #959595
}

.bloc_galerie .top h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0
}

.bloc_galerie .top .cat {
  position: absolute;
  right: 0;
  bottom: 2px
}

.bloc_galerie .dropdown {
  color: #000;
  padding: 14px 10px;
  position: relative;
  font-size: 16px;
  z-index: 999;
  background: #a0a0a0;
  opacity: 1;
  margin: 30px 0
}

.bloc_galerie .dropdown:hover {
  cursor: pointer
}

.bloc_galerie .dropdown>li {
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding-left: 10px
}

.bloc_galerie .dropdown>li:before {
  display: none
}

.bloc_galerie .dropdown>li:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #0b1f2c;
  height: 100%;
  line-height: 59px;
  padding: 0 19px
}

.bloc_galerie .dropdown ul {
  position: absolute;
  border-width: 0;
  opacity: 1;
  z-index: 999;
  padding: 0 10px 5px;
  border: 0;
  left: 0;
  display: none;
  height: auto;
  top: 48px;
  margin: 0;
  overflow: hidden;
  width: calc(100% - 48px);
  background: #a0a0a0
}

.bloc_galerie .dropdown ul li {
  margin: 5px 0
}

.bloc_galerie .dropdown ul li:before {
  display: none
}

.bloc_galerie .dropdown ul li:hover {
  color: #fff
}

.bloc_galerie .descript {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 5px
}

.bloc_galerie .slider {
  background: #efefef;
  padding: 20px 120px;
  position: relative
}

.bloc_galerie .cycle-slide {
  width: 100%
}

.bloc_galerie .cycle-slide img {
  width: 100%
}

.bloc_galerie .entete {
  min-height: 65px
}

.bloc_galerie .cycle-slideshow {
  width: 100%
}

.bloc_galerie .meta.visible {
  display: block
}

.bloc_galerie #slideshow-1 .pager {
  position: absolute;
  top: 21px;
  color: #4f4f4f;
  font-size: 65px
}

.bloc_galerie #slideshow-1 .pager:hover {
  cursor: pointer
}

.bloc_galerie #slideshow-1 .pager.cycle-prev {
  left: 40px;
  background: 0 0
}

.bloc_galerie #slideshow-1 .pager.cycle-next {
  right: 40px;
  background: 0 0
}

.bloc_galerie #slideshow-2 {
  background: #fff;
  position: relative;
  padding: 20px 65px
}

.bloc_galerie #slideshow-2 .pager {
  position: absolute;
  top: calc(50% - 20px);
  color: #4f4f4f;
  font-size: 42px
}

.bloc_galerie #slideshow-2 .pager:hover {
  cursor: pointer
}

.bloc_galerie #slideshow-2 .pager.cycle-prev {
  left: 25px;
  background: 0 0
}

.bloc_galerie #slideshow-2 .pager.cycle-next {
  right: 25px;
  background: 0 0
}

.bloc_galerie #cycle-2 .cycle-slide {
  width: 70px;
  height: auto;
  overflow: hidden;
  margin: 0 5px;
  border: 1px solid #d5d5d5
}

.bloc_galerie .yt-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%
}

.bloc_galerie .yt-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.flexible-petite-galerie {
  margin-top: 20px
}

.flexible-petite-galerie iframe {
  display: block
}

.flexible-petite-galerie .title {
  margin-bottom: 40px
}

.flexible-petite-galerie .big-bloc,
.flexible-petite-galerie .small-bloc {
  position: relative;
  overflow: hidden
}

.flexible-petite-galerie .legende {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 25px;
  color: #000;
  background-color: rgba(255, 255, 255, .8);
  transform: translate3d(0, 100%, 0);
  transition: transform .3s ease-in-out
}

.flexible-petite-galerie .big-bloc:hover .legende,
.flexible-petite-galerie .small-bloc:hover .legende {
  transform: translate3d(0, 0, 0)
}

.flexible-petite-galerie img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate3d(-50%, -50%, 0)
}

.flexible-petite-galerie .bigsmall,
.flexible-petite-galerie .smallbig {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  min-height: 450px;
  margin-bottom: 20px
}

.flexible-petite-galerie .bigsmall:last-of-type,
.flexible-petite-galerie .smallbig:last-of-type {
  margin-bottom: 0
}

.flexible-petite-galerie .bigsmall .small-bloc,
.flexible-petite-galerie .smallbig .small-bloc {
  width: 100%;
  max-width: 500px
}

.flexible-petite-galerie .bigsmall .big-bloc,
.flexible-petite-galerie .smallbig .big-bloc {
  width: 100%;
  max-width: 660px;
  overflow: hidden
}

.flexible-petite-galerie .bigsmall .text,
.flexible-petite-galerie .smallbig .text {
  height: 100%;
  padding: 40px
}

.flexible-petite-galerie .bigsmall .video,
.flexible-petite-galerie .smallbig .video {
  position: relative;
  overflow: hidden
}

.flexible-petite-galerie .bigsmall .video .player,
.flexible-petite-galerie .smallbig .video .player {
  position: absolute;
  left: 0;
  top: calc(50% - 60px);
  right: 0;
  width: 111px;
  height: 111px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2
}

.flexible-petite-galerie .bigsmall .video figure img,
.flexible-petite-galerie .smallbig .video figure img {
  transition: all .5s ease-in-out
}

.flexible-petite-galerie .bigsmall .video:hover figure img,
.flexible-petite-galerie .smallbig .video:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 1.2s ease-in-out
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden
}

.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

dl,
menu,
ol,
ul {
  margin: 0
}

img {
  display: block;
  height: auto
}

code,
q {
  white-space: normal
}

::-moz-selection {
  background-color: rgba(120, 120, 120, .2)
}

::selection {
  background-color: rgba(120, 120, 120, .2)
}

.flexible-petite-galerie.flexible-mosaique-fullwidth {
  padding: 0 125px
}

.flexible-petite-galerie.flexible-mosaique-fullwidth .wrapper {
  width: 100%
}

.flexible-petite-galerie.flexible-mosaique-fullwidth .legende {
  transform: translate3d(0, 0, 0)
}

.flexible-petite-galerie .bigsmall .small-bloc,
.flexible-petite-galerie.flexible-mosaique-fullwidth .smallbig .small-bloc {
  width: 100%;
  max-width: 35%
}

.flexible-petite-galerie .bigsmall .big-bloc,
.flexible-petite-galerie.flexible-mosaique-fullwidth .smallbig .big-bloc {
  width: 100%;
  max-width: 63%;
  overflow: hidden
}

.flexible-petite-galerie.flexible-mosaique-fullwidth .title {
  text-align: center
}

.tac {
  text-align: center
}

.alignleft {
  float: left;
  margin-right: 10px
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.alignright {
  float: right;
  margin-left: 10px
}

.lazy {
  display: none
}

.sepa {
  width: 100%;
  height: 1px;
  background: #b6b6b6;
  display: block;
  margin: 20px auto
}

.lighter {
  font-weight: lighter
}

.mt20 {
  margin-top: 20px
}

.center-element-content.active {
  opacity: 1;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.link {
  display: inline-block;
  background: 0 0;
  color: #fff;
  padding: 20px;
  margin-right: 16px;
  width: auto;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  transition: .3s ease all;
  border: 3px solid
}

.link.corp {
  border-color: #009bde;
  color: #009bde
}

.link.corp:hover {
  background: #009bde;
  color: #fff
}

.link.library {
  border-color: #3b5cad;
  color: #3b5cad
}

.link.library:hover {
  background: #3b5cad;
  color: #fff
}

.link.solution {
  border-color: #fdbc3d;
  color: #fdbc3d
}

.link.solution:hover {
  background: #fdbc3d;
  color: #fff
}

.link.gray {
  border-color: #747474;
  color: #747474
}

.link.gray:hover {
  background: #747474;
  color: #fff
}

.link.dark {
  border-color: #0b1f2c;
  color: #0b1f2c
}

.link.dark:hover {
  background: #0b1f2c;
  color: #fff
}

.link.academy {
  border-color: #ef483d;
  color: #ef483d
}

.link.academy:hover {
  background: #ef483d;
  color: #fff
}

.v-align {
  position: absolute;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -ms-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%)
}

.flex-justify {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap
}

.flex-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap
}

.wrapper {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  overflow: hidden
}

#content {
  overflow: hidden
}

.page-chapo {
  font-size: 24px;
  line-height: 36px;
  color: #5e6770;
  margin-bottom: 38px
}

.button {
  display: inline-block;
  width: auto;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 20px
}

.button:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  margin-left: 10px
}

.button.button-corp {
  background: #009bde;
  color: #fff
}

.button.button-library {
  background: #3b5cad;
  color: #fff
}

.button.button-gray {
  background: #747474;
  color: #fff
}

.button.button-solution {
  background: #fdbc3d;
  color: #fff
}

.button.button-corp:hover {
  background: #2897c7;
  color: #fff
}

.button.button-library:hover {
  background: #001e38;
  color: #fff
}

.button.button-gray:hover {
  background: #595959;
  color: #fff
}

.button.button-solution:hover {
  background: #d96d02;
  color: #fff
}

.col-row:after {
  content: "";
  display: block;
  clear: both;
  margin: 0;
  padding: 0
}

.col-row .col-third {
  float: left;
  width: calc((100% / 3) - 40px);
  margin: 0 20px
}

.col-row .col-third:first-of-type {
  margin: 0 20px 0 0
}

.col-row .col-third:last-of-type {
  margin: 0 0 0 20px
}

.col-row .col-quart {
  float: left;
  width: calc((100% / 4) - 40px);
  margin: 0 20px
}

.col-row .col-quart:first-of-type {
  margin: 0 20px 0 0
}

.col-row .col-quart:last-of-type {
  margin: 0 0 0 20px
}

.col-row .col-five {
  float: left;
  width: calc((100% / 5) - 40px);
  margin: 0 20px
}

.col-row .col-five:first-of-type {
  margin: 0 20px 0 0
}

.col-row .col-five:last-of-type {
  margin: 0 0 0 20px
}

.col-row .col-half {
  float: left;
  width: calc(50% - 20px);
  margin: 0 20px
}

.col-row .col-half:first-of-type {
  margin: 0 20px 0 0
}

.col-row .col-half:last-of-type {
  margin: 0 0 0 20px
}

.number-row {
  display: flex
}

.chapo {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700
}

.number-row .number-key-wrapper {
  width: calc(25% - 10px);
  margin-right: 20px;
  text-align: center;
  margin-bottom: 10px
}

.number-row .number-key-wrapper .number-key {
  padding: 20px 0
}

.number-row .theme-dark {
  background: #0b1f2c;
  color: #fff
}

.number-row .theme-solution {
  background: #fdbc3d;
  color: #fff
}

.number-row .theme-library {
  background: #3b5cad;
  color: #fff
}

.number-row .theme-gray {
  background: #747474;
  color: #fff
}

.number-row .theme-corp {
  background: #009bde;
  color: #fff
}

.number-row .theme-darkblue {
  background: #0b1f2c;
  color: #fff
}

.number-row .theme-acdaemy {
  background: #ef483d;
  color: #fff
}

.number-row img {
  margin: 0 auto 10px
}

.number-row .number-key-item {
  font-size: 30px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px
}

.number-row .number-key-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #fff
}

.number-row .number-key-text {
  font-size: 20px;
  font-style: italic;
  width: 80%;
  margin: 10px auto
}

.tabs-ui .tabs-navigation li {
  list-style: none;
  background: #ccc;
  margin: 0 1px 0 0;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 20px 25px
}

.tabs-ui .tabs-navigation li a {
  color: #fff;
  font-size: 21px;
  display: block
}

.tabs-ui .tabs-navigation li.ui-state-active {
  background: #fff;
  border-bottom: 1px solid #fff
}

.tabs-ui .tabs-navigation li.ui-state-active a {
  color: #000
}

.tabs-ui .tabs_container {
  margin-top: -1px
}

.tabs-ui .tabs_container>div {
  border: 1px solid #ccc;
  padding: 25px 30px;
  background: #fff
}

.tabs-ui.tabs-h .tabs_container>div {
  min-height: 100%
}

.tabs-ui .tabs-navigation li:before {
  display: none
}

.tabs-ui.tabs-h {
  display: flex
}

.tabs-ui.tabs-h .tabs-navigation {
  width: 300px;
  margin-top: -1px
}

.tabs-ui.tabs-h .tabs-navigation li {
  display: block
}

.tabs-ui.tabs-h .tabs_container {
  width: calc(100% - 300px)
}

.tabs-ui.tabs-h .tabs-navigation li {
  background: 0 0;
  color: #000;
  border: none;
  position: relative;
  margin-right: -1px;
  background: #fff;
  border-right: 1px solid #ccc
}

.tabs-ui.tabs-h .tabs-navigation li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 40px;
  height: 1px;
  background: #ccc;
  content: "";
  display: block
}

.tabs-ui.tabs-h .tabs-navigation li.ui-state-active {
  border-width: 1px;
  border-color: #ccc #fff #ccc #ccc;
  border-style: solid;
  background: #fff
}

.tabs-ui.tabs-h .tabs-navigation li.ui-state-active:after {
  display: none
}

.tabs-ui.tabs-h .tabs-navigation li.ui-state-active a {
  color: #000
}

.tabs-ui.tabs-h .tabs-navigation li a {
  color: #000;
  display: block
}

.accordion .accordion-bloc {
  border: 1px solid #ccc;
  margin-bottom: 20px
}

.accordion .accordion-title {
  margin: 0 !important;
  padding: 19px 30px 20px;
  position: relative;
  color: #000;
  background: #ccc;
  cursor: pointer;
  font-size: 21px
}

.accordion .accordion-title.open-tab {
  background: #fff
}

.accordion .accordion-title:after,
.accordion .accordion-title:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  background: #fff;
  height: 5px;
  width: 22px;
  transition: .3s ease all
}

.accordion .accordion-title:after {
  transform: rotate(270deg)
}

.accordion .accordion-title.open-tab:after,
.accordion .accordion-title.open-tab:before {
  background: #ccc
}

.accordion .accordion-title.open-tab:after {
  transform: rotate(0)
}

.accordion .accordion-content {
  transition: none;
  padding: 25px 30px;
  position: relative;
  background: #fff
}

.accordion .accordion-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #ccc
}

.contenu ul li,
.flexible ul li {
  margin-bottom: 10px
}

.content ul li:before,
.flexible ul li:before {
  content: "";
  background: #009bde;
  margin-right: 5px;
  font-size: 7px;
  line-height: 11px;
  position: relative;
  bottom: 2px;
  height: 7px;
  width: 7px;
  display: inline-block
}

.content ul li.solution:before,
.flexible ul li.solution:before {
  background: #fdbc3d
}

.content ul li.library:before,
.flexible ul li.library:before {
  background: #3b5cad
}

.content ul li.gray:before,
.flexible ul li.gray:before {
  background: #747474
}

.content ul li.darkpurple:before,
.flexible ul li.darkpurple:before {
  background: #7772226C
}

.content ul li.redacademy:before,
.flexible ul li.redacademy:before {
  background: #ef483d
}

.icon-list-item .fa {
  margin-right: 10px
}

.tooltip {
  position: relative;
  border-width: 0 0 1px 0;
  border-style: dotted;
  display: inline-block;
  pointer-events: fill
}

.tooltip:hover {
  cursor: pointer
}

.contentTooltip {
  position: absolute;
  z-index: 999;
  padding: 5px;
  max-width: 500px;
  width: auto;
  background: #747474;
  color: #fff
}

.site-header {
  z-index: 9999999;
  background-color: rgba(255, 255, 255, .9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #5e6770;
  width: 100%;
  transition: .3s ease all
}

.site-header .row,
.site-header .wrapper {
  overflow: visible
}

.site-header .site-header-wrapper {
  margin: 0 auto;
  height: 120px;
  border: 1px solid #dadada
}

.site-header .site-header-wrapper .main-logo {
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  width: 280px;
  height: 74px;
  margin-left: -10px;
  transition: .3s ease all
}

.site-header .main-navigation {
  text-align: right;
  margin-top: 30px;
  margin-right: -20px;
  font-size: 18px;
  line-height: 18px
}

.site-header .main-navigation li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  transition: .3s ease all
}

#menu-item-24521 a,
#menu-item-24522 a {
  cursor: default
}

.site-header .main-navigation li:after,
.site-header .main-navigation li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  height: 2px;
  background: #119bd1;
  bottom: -10px;
  transition: .3s ease all
}

.site-header .main-navigation li:before {
  left: 50%;
  right: 50%
}

.site-header .main-navigation li:after {
  left: 50%;
  right: 50%
}

.site-header .main-navigation .current-menu-ancestor a,
.site-header .main-navigation li:hover>a {
  color: #119bd1;
  transition: .3s ease all
}

.site-header .main-navigation li:hover:before {
  left: 0
}

.site-header .main-navigation li:hover:after {
  right: 0
}

.site-header .main-navigation li.current-menu-item a {
  color: #119bd1;
  font-weight: 700
}

.site-header .main-navigation li.current-menu-item .sub-menu a {
  color: #5e6770
}

.site-header .main-navigation li.current-menu-item .sub-menu a:hover {
  color: #5e6770
}

.site-header .main-navigation li .sub-menu {
  position: absolute;
  left: 0;
  top: 25px;
  width: 197px;
  text-align: left;
  opacity: 0;
  height: 0;
  visibility: hidden;
  padding: 13px 0 10px 0;
  z-index: 1000;
  transition: .3s ease all
}

.site-header .main-navigation li .sub-menu li {
  width: 100%;
  margin: 0;
  padding: 6px 10px;
  height: auto;
  background: rgba(255, 255, 255, .9);
  text-transform: none
}

.site-header .main-navigation li .sub-menu li a {
  font-size: 16px;
  transition: .3s ease all
}

.site-header .main-navigation li .sub-menu li:after,
.site-header .main-navigation li .sub-menu li:before {
  display: none
}

.site-header .main-navigation li:hover .sub-menu {
  opacity: 1;
  height: auto;
  visibility: visible
}

.site-header .main-navigation li a {
  color: #5e6770;
  transition: .3s ease all
}

.site-header .main-navigation li a:hover {
  color: #119bd1
}

.modal-menu-on {
  overflow: hidden
}

.modal-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-face-color: #404040;
  scrollbar-shadow-color: #404040;
  scrollbar-highlight-color: #404040;
  scrollbar-3dlight-color: #404040;
  scrollbar-darkshadow-color: #404040;
  scrollbar-track-color: #404040;
  scrollbar-arrow-color: #404040;
  background: #0b1f2c
}

.modal-menu .close {
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  z-index: 20
}

.modal-menu .close:after,
.modal-menu .close:before {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  width: 35px;
  height: 2px;
  transform: rotate(-45deg);
  top: 50%
}

.modal-menu .close:after {
  transform: rotate(45deg)
}

.modal-menu::-webkit-scrollbar {
  width: 0;
  background: 0 0
}

.modal-menu.active {
  visibility: visible;
  opacity: 1;
  z-index: 99999999;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .3s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-duration: .3s;
  animation-fill-mode: both
}

.modal-menu.active .wrapper .bottom:before {
  left: 0;
  right: 0
}

.modal-menu.active .wrapper .bottom ul li {
  top: 0;
  opacity: 1
}

.modal-menu-on .header {
  background: #404040
}

.modal-menu .wrapper {
  padding-top: 80px
}

.modal-menu .wrapper .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.modal-menu .wrapper .main-nav {
  width: 100%
}

.modal-menu .wrapper .main-nav li.sep {
  display: none
}

.modal-menu .wrapper .main-nav li {
  margin-bottom: 35px;
  -moz-transition: ease .4s all;
  -o-transition: ease .4s all;
  -webkit-transition: ease .4s all;
  transition: ease .4s all;
  opacity: 0;
  top: 50px;
  position: relative
}

.modal-menu .wrapper .main-nav li.active {
  opacity: 1;
  top: 0
}

.modal-menu .wrapper .main-nav li a {
  color: #fff;
  font-weight: 700;
  font-size: 23px
}

.modal-menu .wrapper .main-nav li a:hover {
  color: #bb2280
}

.modal-menu .wrapper .main-nav li ul li {
  margin-bottom: 0
}

.modal-menu .wrapper .main-nav li ul li a {
  font-weight: 400;
  font-size: 19px;
  line-height: 28px
}

.modal-menu .wrapper .main-nav li ul li a:hover {
  font-weight: 700;
  color: #fff
}

.modal-menu .wrapper .main-nav li ul li a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #009bde;
  margin-right: 5px
}

.site-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.site-header .site-branding a {
  display: table;
  margin: 0 auto
}

.site-header .btn-hamburger {
  position: absolute;
  right: 20px;
  display: block;
  top: calc(50% - 10px);
  display: none
}

.site-header .btn-hamburger .bar {
  position: relative;
  width: 40px;
  height: 5px;
  background: #0b1f2c;
  display: block;
  margin-bottom: 5px
}

.site-header .top-navigation {
  text-align: right;
  margin: 0 -10px 0;
  opacity: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.site-header .top-navigation ul {
  display: flex;
  justify-content: flex-end
}

.site-header .top-navigation ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  margin-right: 8px;
  color: #5e6770;
  transition: .3s ease all
}

.site-header .top-navigation ul li.current-menu-item a {
  color: #119bd1;
  font-weight: 700;
  transition: .3s ease all
}

.site-header .top-navigation ul:nth-of-type(2) li:first-of-type a {
  font-weight: 700
}

.site-header .top-navigation ul li a {
  color: #5e6770;
  transition: .3s ease all
}

.site-header .top-navigation ul li a:hover {
  color: #119bd1
}

.site-header .top-navigation ul:first-of-type li a {
  font-weight: 700
}

.site-header .top-navigation .popin {
  cursor: pointer;
  transition: .3s ease all
}

.site-header .top-navigation .popin:hover {
  color: #119bd1
}

.site-header .top-navigation .btn-search {
  margin-right: 10px
}

.site-header .top-navigation .btn-search:hover {
  cursor: pointer
}

i.fa.fa-search.btn-search {
  color: #119bd1;
  font-size: 26px;
  margin: 0 20px
}

@media only screen and (max-width:920px) {
  i.fa.fa-search.btn-search {
    position: absolute;
    top: 25px;
    margin: 0;
    right: 75px
  }

  #searchform {
    padding: 0 20px
  }

  #searchform .close {
    top: 32px;
    width: 25px
  }

  #site-top-navigation .selectLang {
    display: none
  }

  #searchform input[type=text] {
    font-size: 21px;
    text-align: left
  }
}

#searchform input[type=text] {
  width: 80%;
  text-align: center
}

@media only screen and (max-width:920px) {
  .site-header .top-navigation {
    display: inline-block
  }
}

.site-header.sticky {
  filter: none;
  position: fixed;
  width: 100%;
  top: -30px
}

.site-header.sticky .site-header-wrapper {
  height: 86px
}

.site-header.sticky .site-header-wrapper .large-wrapper,
.site-header.sticky .site-header-wrapper .wrapper {
  height: 86px
}

.site-header.sticky .site-branding a {
  width: 160px
}

.site-header.sticky .main-logo {
  margin: 30px -10px 0;
  width: 160px !important;
  height: auto;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.site-header.sticky .main-navigation {
  margin-top: 98px
}

.site-header.sticky .main-navigation li .sub-menu {
  top: 24px
}

.site-header.sticky .top-navigation {
  opacity: 0;
  margin-top: -100px
}

.site-header.sticky .menu-button {
  top: 0
}

.site-header.header-landing {
  background: #fff;
  position: relative
}

.header-landing.sticky .site-header-wrapper {
  height: 120px
}

.header-publication.site-header .wrapper {
  height: 100%
}

.header-publication.site-header .wrapper .v-align {
  left: 0;
  right: 0
}

.header-publication.site-header .site-header-wrapper .main-logo {
  margin: 0 auto;
  width: 354px
}

.header-publication.sticky {
  top: 0
}

.header-publication.sticky .site-header-wrapper {
  height: 80px
}

.header-publication.sticky .site-header-wrapper .wrapper {
  height: 100%
}

.header-publication.sticky .site-header-wrapper .main-logo {
  width: 200px
}

.menu-button {
  position: absolute;
  height: 30px;
  width: 30px;
  top: calc(50% - 15px);
  right: 0
}

.menu-button .menu-bar {
  position: relative;
  opacity: 1;
  margin: 0;
  padding: 0;
  background: #0b1f2c;
  width: 100%;
  height: 5px;
  display: block;
  margin-bottom: 5px
}

.menu-button::before {
  content: "menu";
  color: #0b1f2c;
  position: absolute;
  left: -70px;
  font-weight: 500;
  font-size: 22px;
  top: -4px;
  line-height: 30px
}

#menu-mobile-menu .fa {
  font-size: 20px
}

.mm-menu {
  width: 310px;
  z-index: 9999999
}

.mm-menu .mm-list>li:after {
  border-color: #7c7c7c !important
}

html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-bottom,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-page {
  left: 297px
}

.mm-ismenu,
.mm-menu>.mm-panel {
  background: #2c2c2c
}

.mm-menu>.mm-list {
  width: 100%
}

.mm-list>li {
  float: left;
  text-align: left;
  width: 89%;
  padding: 0 !important
}

.mm-list>li .mm-fullsubopen a,
.mm-list>li a {
  color: #fff !important
}

.mm-list>li .mm-fullsubopen a:hover,
.mm-list>li a:hover {
  color: #fff !important
}

.mm-list>li:after {
  border-color: #7c7c7c
}

.mm-list>li a.mm-subopen:before {
  border-color: #7c7c7c
}

.mm-list>li.mm-subtitle {
  margin: 0 0 0 15px
}

.mm-panel .menu-item:hover a {
  color: #fff
}

.mm-list .menu-item:hover a.mm-subopen:after {
  border-color: #7c7c7c
}

.mm-list>li:hover:after {
  border-color: #7c7c7c
}

.mm-menu .mm-list>li>a.mm-subclose:before,
.mm-menu .mm-list>li>a.mm-subopen:after {
  border-color: #7c7c7c
}

.mm-menu .mm-list>li>a.mm-subclose {
  background: 0 0;
  color: #009bde
}

.mm-menu .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu .mm-list>li.mm-selected>span,
.mm-menu.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened>ul {
  background: 0 0
}

.mm-list a.mm-subclose {
  text-indent: 0
}

.mm-list a.mm-subclose:before {
  margin-bottom: 0;
  left: 7px;
  top: 16px
}

.mm-list a.mm-subopen {
  background: 0 0;
  display: block;
  padding: 10px 20px
}

.gn-menu-wrapper {
  bottom: inherit
}

.selectLang {
  color: #5e6770;
  display: inline-block;
  cursor: pointer;
  font-weight: 300;
  font-size: 16px
}

.selectLang:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  margin-left: 5px
}

.selectLang:before {
  content: "\f0ac";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px
}

.language_selector {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  float: none;
  text-align: center;
  font-size: 21px;
  z-index: 9999999;
  color: #fff;
  opacity: 0;
  visibility: hidden
}

.language_selector .title {
  color: #fff;
  margin: 0 0 75px 0;
  font-size: 40px;
  font-weight: 300;
  margin-top: 75px;
  line-height: 45px;
  position: relative
}

.language_selector .title .close {
  position: absolute;
  right: 0;
  top: 0;
  height: 70px;
  width: 70px;
  cursor: pointer
}

.language_selector .title .close:after,
.language_selector .title .close:before {
  position: absolute;
  right: 0;
  top: 22px;
  content: "";
  display: block;
  height: 2px;
  background: #fff;
  width: 70px;
  transform: rotate(45deg)
}

.language_selector .title .close:after {
  transform: rotate(-45deg)
}

.language_selector img {
  position: absolute;
  top: 75px;
  right: 210px;
  font-size: 50px;
  font-weight: 100
}

.language_selector img:hover {
  cursor: pointer
}

.language_selector .lang-item {
  font-size: 21px;
  list-style: none
}

.language_selector .lang-item a {
  margin: 0 0 20px 0;
  display: block;
  color: #fff
}

.language_selector.open {
  opacity: 1;
  visibility: visible
}

.FrontPage .slider {
  position: relative
}

.FrontPage .slider .cycle-slideshow>div {
  width: 100%
}

.FrontPage .slider .cycle-slideshow>div img {
  margin: 0 auto
}

.FrontPage .slider .cycle-slideshow>div .wrapper {
  position: absolute !important;
  left: 0;
  right: 0;
  padding-top: 60px
}

.FrontPage .slider .cycle-slideshow>div .wrapper .content {
  width: 580px
}

.FrontPage .slider .cycle-slideshow>div .wrapper .content h2 {
  font-size: 25px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1px
}

.FrontPage .slider .cycle-slideshow>div .wrapper .white.content h2,
.FrontPage .slider .cycle-slideshow>div .wrapper .white.content p {
  color: #fff
}

.FrontPage .slider .cycle-slideshow>div .wrapper .content p {
  font-size: 19px;
  line-height: 27px;
  margin-bottom: 32px;
  letter-spacing: .67px
}

.FrontPage .slider .cycle-slideshow>div .wrapper .content .link,
.FrontPage .slider .cycle-slideshow>div .wrapper .content a {
  display: inline-block;
  background: 0 0;
  padding: 18px 40px;
  margin-right: 16px;
  width: auto;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  border: 3px solid;
  text-transform: uppercase;
  cursor: pointer
}

.FrontPage .slider .cycle-slideshow>div .wrapper .content .link:after,
.FrontPage .slider .cycle-slideshow>div .wrapper .content a:after {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-left: 5px
}

.FrontPage .slider .cycle-slideshow>div .wrapper .content a.gauche,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.gauche {
  vertical-align: baseline;
  line-height: 20px
}

.FrontPage .slider .cycle-slideshow>div .wrapper .content a.droite,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.droite {
  vertical-align: baseline;
  line-height: 20px
}

.FrontPage .slider .cycle-slideshow>div .wrapper .content a.droite.theme-solution,
.FrontPage .slider .cycle-slideshow>div .wrapper .content a.gauche.theme-solution,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.droite.theme-solution,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.gauche.theme-solution {
  border-color: #fdbc3d;
  color: #fdbc3d
}

.FrontPage .slider .cycle-slideshow>div .wrapper .content a.droite.theme-dark,
.FrontPage .slider .cycle-slideshow>div .wrapper .content a.gauche.theme-dark,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.droite.theme-dark,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.gauche.theme-dark {
  border-color: #0b1f2c;
  color: #0b1f2c
}

.FrontPage .slider .cycle-slideshow>div .wrapper .content a.droite.theme-library,
.FrontPage .slider .cycle-slideshow>div .wrapper .content a.gauche.theme-library,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.droite.theme-library,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.gauche.theme-library {
  border-color: #3b5cad;
  color: #3b5cad
}

.FrontPage .slider .cycle-slideshow>div .wrapper .content a.droite.theme-gray,
.FrontPage .slider .cycle-slideshow>div .wrapper .content a.gauche.theme-gray,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.droite.theme-gray,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.gauche.theme-gray {
  border-color: #747474;
  color: #747474
}

.FrontPage .slider .cycle-slideshow>div .wrapper .content a.droite.theme-,
.FrontPage .slider .cycle-slideshow>div .wrapper .content a.droite.theme-corp,
.FrontPage .slider .cycle-slideshow>div .wrapper .content a.gauche.theme-,
.FrontPage .slider .cycle-slideshow>div .wrapper .content a.gauche.theme-corp,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.droite.theme-,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.droite.theme-corp,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.gauche.theme-,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.gauche.theme-corp {
  border-color: #009bde;
  color: #009bde
}

.FrontPage .slider .cycle-slideshow>div .wrapper .content a.droite.theme-color_77226C,
.FrontPage .slider .cycle-slideshow>div .wrapper .content a.gauche.theme-color_77226C,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.droite.theme-color_77226C,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.gauche.theme-color_77226C {
  border-color: #77226c;
  color: #77226c
}

.FrontPage .slider .cycle-slideshow>div .wrapper .content a.droite.theme-color_A12481,
.FrontPage .slider .cycle-slideshow>div .wrapper .content a.gauche.theme-color_A12481,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.droite.theme-color_A12481,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.gauche.theme-color_A12481 {
  border-color: #a12481;
  color: #a12481
}

.FrontPage .slider .cycle-slideshow>div .wrapper .content a.droite.theme-color_EF483D,
.FrontPage .slider .cycle-slideshow>div .wrapper .content a.gauche.theme-color_EF483D,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.droite.theme-color_EF483D,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.gauche.theme-color_EF483D {
  border-color: #ef483d;
  color: #ef483d
}

.FrontPage .slider .cycle-slideshow>div .wrapper .content a.droite.theme-color_3B5CAD,
.FrontPage .slider .cycle-slideshow>div .wrapper .content a.gauche.theme-color_3B5CAD,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.droite.theme-color_3B5CAD,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.gauche.theme-color_3B5CAD {
  border-color: #3b5cad;
  color: #3b5cad
}

.FrontPage .slider .cycle-slideshow>div .wrapper .content a.droite.theme-color_74CEEA,
.FrontPage .slider .cycle-slideshow>div .wrapper .content a.gauche.theme-color_74CEEA,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.droite.theme-color_74CEEA,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.gauche.theme-color_74CEEA {
  border-color: #74ceea;
  color: #74ceea
}

.FrontPage .slider .cycle-slideshow>div .wrapper .content a.droite.theme-color_90D2C9,
.FrontPage .slider .cycle-slideshow>div .wrapper .content a.gauche.theme-color_90D2C9,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.droite.theme-color_90D2C9,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.gauche.theme-color_90D2C9 {
  border-color: #90d2c9;
  color: #90d2c9
}

.FrontPage .slider .cycle-slideshow>div .wrapper .content a.droite.theme-color_DFE228,
.FrontPage .slider .cycle-slideshow>div .wrapper .content a.gauche.theme-color_DFE228,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.droite.theme-color_DFE228,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.gauche.theme-color_DFE228 {
  border-color: #dfe228;
  color: #dfe228
}

.FrontPage .slider .cycle-slideshow>div .wrapper .content a.droite.theme-color_FDBC3D,
.FrontPage .slider .cycle-slideshow>div .wrapper .content a.gauche.theme-color_FDBC3D,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.droite.theme-color_FDBC3D,
.FrontPage .slider .cycle-slideshow>div .wrapper .content p.gauche.theme-color_FDBC3D {
  border-color: #fdbc3d;
  color: #fdbc3d
}

.FrontPage .slider .cycle-slideshow>div .wrapper .content.right {
  float: right
}

.FrontPage .slider .cycle-slideshow .popin-content .wrapper {
  padding-top: 0
}

.FrontPage .slider .cycle-slideshow .popin-content .wrapper .content {
  width: 100%
}

.FrontPage .slider .pager {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999
}

.FrontPage .slider .pager span {
  font-size: 24px;
  background-color: rgba(0, 0, 0, .5);
  color: transparent;
  border-radius: 150%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px
}

.FrontPage .slider .pager span:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, .75)
}

.FrontPage .slider .pager span.cycle-pager-active {
  background: #000
}

.FrontPage .sucess-stories {
  color: #5e6770;
  background: #fff
}

.FrontPage .sucess-stories .wrapper {
  width: 1200px;
  padding-bottom: 30px
}

.FrontPage .sucess-stories .wrapper h2 {
  color: #5e6770;
  text-align: center;
  margin: 56px 0 46px;
  font-size: 36px;
  font-weight: 400
}

.FrontPage .sucess-stories .temoignage {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.FrontPage .news {
  padding: 30px 0;
  background-color: #e7e9ea
}

.FrontPage .news .wrapper {
  width: 1200px
}

.FrontPage .news .wrapper h2 {
  color: #5e6770;
  text-align: center;
  margin: 56px 0 46px;
  font-size: 36px;
  font-weight: 400
}

.FrontPage .block-1 {
  margin-top: 0 !important
}

.FrontPage .news .cta:nth-child(3),
.FrontPage .news .cta:nth-child(4) {
  display: none
}

.page-home-us-2 .bloc_html.block-4 .col-row h3 span {
  display: block
}

.page-home-us-2 .bloc_html.block-4 .col-row h3 span::first-letter {
  font-size: 120%;
  font-weight: 900;
  color: #119bd1
}

.page-home-us-2 .block-2.bloc_html h2 {
  margin-bottom: 20px
}

.page-home-us-2 .col-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.page-home-us-2 .col-row .col-third {
  float: none
}

.page-id-29652 .block-2.bloc_html h2 {
  margin-bottom: 20px
}

.page-id-29652 .col-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.page-id-29652 .col-row .col-third {
  float: none
}

.page-id-30657 .block-2.bloc_html h2 {
  margin-bottom: 20px
}

.page-id-30657 .col-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.page-id-30657 .col-row .col-third {
  float: none
}

.page-id-11066 .block-2.bloc_html h2 {
  margin-bottom: 20px
}

.page-id-11066 .col-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.page-id-11066 .col-row .col-third {
  float: none
}

.FrontPage .col-row .col-third h3 img {
  margin-bottom: 10px
}

.page-home-us-2 .col-row .col-third {
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
  -webkit-transition: all .6s;
  transition: all .6s
}

.page-home-us-2 .col-row .col-third.fade-in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.page-home-us-2 .col-row .col-third.fade-in:nth-of-type(2) {
  transition-delay: .2s
}

.page-home-us-2 .col-row .col-third.fade-in:nth-of-type(3) {
  transition-delay: .4s
}

.page-home-us-2 .col-row .col-third.fade-in:nth-of-type(4) {
  transition-delay: .6s
}

.page-home-us-2 .col-row .col-third.fade-in:nth-of-type(5) {
  transition-delay: .8s
}

.page-home-us-2 .col-row .col-third h3 img {
  margin-bottom: 20px
}

.page-id-42366 .col-row .col-quart,
.page-id-42366 .col-row .col-third {
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
  -webkit-transition: all .6s;
  transition: all .6s
}

.page-id-42366 .col-row .col-quart.fade-in,
.page-id-42366 .col-row .col-third.fade-in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.page-id-42366 .col-row .col-quart.fade-in:nth-of-type(2),
.page-id-42366 .col-row .col-third.fade-in:nth-of-type(2) {
  transition-delay: .2s
}

.page-id-42366 .col-row .col-quart.fade-in:nth-of-type(3),
.page-id-42366 .col-row .col-third.fade-in:nth-of-type(3) {
  transition-delay: .4s
}

.page-id-42366 .col-row .col-quart.fade-in:nth-of-type(4),
.page-id-42366 .col-row .col-third.fade-in:nth-of-type(4) {
  transition-delay: .6s
}

.page-id-42366 .col-row .col-quart.fade-in:nth-of-type(5),
.page-id-42366 .col-row .col-third.fade-in:nth-of-type(5) {
  transition-delay: .8s
}

.page-id-42366 .col-row .col-quart h3 img,
.page-id-42366 .col-row .col-third h3 img {
  margin-bottom: 20px
}

.page-id-29652 .col-row .col-third {
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
  -webkit-transition: all .6s;
  transition: all .6s
}

.page-id-29652 .col-row .col-third.fade-in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.page-id-29652 .col-row .col-third.fade-in:nth-of-type(2) {
  transition-delay: .2s
}

.page-id-29652 .col-row .col-third.fade-in:nth-of-type(3) {
  transition-delay: .4s
}

.page-id-29652 .col-row .col-third.fade-in:nth-of-type(4) {
  transition-delay: .6s
}

.page-id-29652 .col-row .col-third.fade-in:nth-of-type(5) {
  transition-delay: .8s
}

.page-id-29652 .col-row .col-third h3 img {
  margin-bottom: 20px
}

.page-id-45002 .col-row .col-quart,
.page-id-45002 .col-row .col-third {
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
  -webkit-transition: all .6s;
  transition: all .6s
}

.page-id-45002 .col-row .col-quart.fade-in,
.page-id-45002 .col-row .col-third.fade-in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.page-id-45002 .col-row .col-quart.fade-in:nth-of-type(2),
.page-id-45002 .col-row .col-third.fade-in:nth-of-type(2) {
  transition-delay: .2s
}

.page-id-45002 .col-row .col-quart.fade-in:nth-of-type(3),
.page-id-45002 .col-row .col-third.fade-in:nth-of-type(3) {
  transition-delay: .4s
}

.page-id-45002 .col-row .col-quart.fade-in:nth-of-type(4),
.page-id-45002 .col-row .col-third.fade-in:nth-of-type(4) {
  transition-delay: .6s
}

.page-id-45002 .col-row .col-quart.fade-in:nth-of-type(5),
.page-id-45002 .col-row .col-third.fade-in:nth-of-type(5) {
  transition-delay: .8s
}

.page-id-45002 .col-row .col-quart h3 img,
.page-id-45002 .col-row .col-third h3 img {
  margin-bottom: 20px
}

.page-id-30657 .col-row .col-third {
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
  -webkit-transition: all .6s;
  transition: all .6s
}

.page-id-30657 .col-row .col-third.fade-in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.page-id-30657 .col-row .col-third.fade-in:nth-of-type(2) {
  transition-delay: .2s
}

.page-id-30657 .col-row .col-third.fade-in:nth-of-type(3) {
  transition-delay: .4s
}

.page-id-30657 .col-row .col-third.fade-in:nth-of-type(4) {
  transition-delay: .6s
}

.page-id-30657 .col-row .col-third.fade-in:nth-of-type(5) {
  transition-delay: .8s
}

.page-id-30657 .col-row .col-third h3 img {
  margin-bottom: 20px
}

.page-id-45209 .col-row .col-quart,
.page-id-45209 .col-row .col-third {
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
  -webkit-transition: all .6s;
  transition: all .6s
}

.page-id-45209 .col-row .col-quart.fade-in,
.page-id-45209 .col-row .col-third.fade-in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.page-id-45209 .col-row .col-quart.fade-in:nth-of-type(2),
.page-id-45209 .col-row .col-third.fade-in:nth-of-type(2) {
  transition-delay: .2s
}

.page-id-45209 .col-row .col-quart.fade-in:nth-of-type(3),
.page-id-45209 .col-row .col-third.fade-in:nth-of-type(3) {
  transition-delay: .4s
}

.page-id-45209 .col-row .col-quart.fade-in:nth-of-type(4),
.page-id-45209 .col-row .col-third.fade-in:nth-of-type(4) {
  transition-delay: .6s
}

.page-id-45209 .col-row .col-quart.fade-in:nth-of-type(5),
.page-id-45209 .col-row .col-third.fade-in:nth-of-type(5) {
  transition-delay: .8s
}

.page-id-45209 .col-row .col-quart h3 img,
.page-id-45209 .col-row .col-third h3 img {
  margin-bottom: 20px
}

.page-id-11066 .col-row .col-third {
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
  -webkit-transition: all .6s;
  transition: all .6s
}

.page-id-11066 .col-row .col-third.fade-in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.page-id-11066 .col-row .col-third.fade-in:nth-of-type(2) {
  transition-delay: .2s
}

.page-id-11066 .col-row .col-third.fade-in:nth-of-type(3) {
  transition-delay: .4s
}

.page-id-11066 .col-row .col-third.fade-in:nth-of-type(4) {
  transition-delay: .6s
}

.page-id-11066 .col-row .col-third.fade-in:nth-of-type(5) {
  transition-delay: .8s
}

.page-id-11066 .col-row .col-third h3 img {
  margin-bottom: 20px
}

.page-id-45303 .col-row .col-quart,
.page-id-45303 .col-row .col-third {
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
  -webkit-transition: all .6s;
  transition: all .6s
}

.page-id-45303 .col-row .col-quart.fade-in,
.page-id-45303 .col-row .col-third.fade-in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.page-id-45303 .col-row .col-quart.fade-in:nth-of-type(2),
.page-id-45303 .col-row .col-third.fade-in:nth-of-type(2) {
  transition-delay: .2s
}

.page-id-45303 .col-row .col-quart.fade-in:nth-of-type(3),
.page-id-45303 .col-row .col-third.fade-in:nth-of-type(3) {
  transition-delay: .4s
}

.page-id-45303 .col-row .col-quart.fade-in:nth-of-type(4),
.page-id-45303 .col-row .col-third.fade-in:nth-of-type(4) {
  transition-delay: .6s
}

.page-id-45303 .col-row .col-quart.fade-in:nth-of-type(5),
.page-id-45303 .col-row .col-third.fade-in:nth-of-type(5) {
  transition-delay: .8s
}

.page-id-45303 .col-row .col-quart h3 img,
.page-id-45303 .col-row .col-third h3 img {
  margin-bottom: 20px
}

.page-id-45579 .col-row .col-quart,
.page-id-45579 .col-row .col-third {
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
  -webkit-transition: all .6s;
  transition: all .6s
}

.page-id-45579 .col-row .col-quart.fade-in,
.page-id-45579 .col-row .col-third.fade-in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.page-id-45579 .col-row .col-quart.fade-in:nth-of-type(2),
.page-id-45579 .col-row .col-third.fade-in:nth-of-type(2) {
  transition-delay: .2s
}

.page-id-45579 .col-row .col-quart.fade-in:nth-of-type(3),
.page-id-45579 .col-row .col-third.fade-in:nth-of-type(3) {
  transition-delay: .4s
}

.page-id-45579 .col-row .col-quart.fade-in:nth-of-type(4),
.page-id-45579 .col-row .col-third.fade-in:nth-of-type(4) {
  transition-delay: .6s
}

.page-id-45579 .col-row .col-quart.fade-in:nth-of-type(5),
.page-id-45579 .col-row .col-third.fade-in:nth-of-type(5) {
  transition-delay: .8s
}

.page-id-45579 .col-row .col-quart h3 img,
.page-id-45579 .col-row .col-third h3 img {
  margin-bottom: 20px
}

.subheader {
  padding: 9px 0
}

.subheader .breadcrumbs li {
  display: inline-block;
  color: gray;
  font-size: 13px;
  margin-bottom: 0
}

.subheader .breadcrumbs li:before {
  display: none
}

.subheader .breadcrumbs li a {
  color: #cdcdcd;
  font-size: 13px
}

.subheader .breadcrumbs li a:hover {
  color: gray
}

.subheader .breadcrumbs li a:hover:after {
  color: #cdcdcd
}

.subheader .breadcrumbs li a:after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  margin: 0 6px;
  color: #cdcdcd
}

.subheader br {
  display: none
}

.simple .entete {
  background: #1b1b1b !important;
  position: relative
}

.simple .fil.decal {
  margin-top: 120px
}

.simple .mask {
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.simple .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  background-size: cover;
  background-position: top center
}

.simple .content {
  padding-top: 55px;
  padding-bottom: 40px
}

.simple .content .contenu {
  width: 860px;
  margin-top: -9px
}

.simple .content .contenu h2 {
  font-size: 22px;
  letter-spacing: .8px;
  margin: 20px 0 15px;
  line-height: 28px
}

.simple .content .contenu h3,
.simple .content .contenu h4,
.simple .content .contenu h5,
.simple .content .contenu h6 {
  font-size: 18px;
  letter-spacing: .8px;
  margin: 15px 0 10px;
  line-height: 24px
}

.simple .content .side {
  float: right;
  width: 280px
}

.simple .content .side .cta {
  margin: 0 0 20px
}

.simple .entete .title {
  color: #fff
}

body.single .cta {
  margin: 0 0 10px
}

.cycle-carousel-wrap {
  white-space: normal !important
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 1600px;
  margin: 0 auto
}

.slider-wrapper .slide-content {
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  width: 1180px;
  margin: 0 auto;
  position: absolute;
  z-index: 20000;
  top: 30%;
  left: 200px
}

.slider-wrapper .slide-content h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700
}

.slider-wrapper .slide-content h6:before {
  content: "";
  display: block;
  width: 460px;
  height: 2px;
  margin: 7px 0 20px;
  background: #fff
}

.slider-wrapper .slide-content h2 {
  color: #fff;
  font-size: 37px;
  font-weight: 700;
  width: 30%;
  margin-top: 10px
}

.slider-wrapper .slide-content .slide-label {
  color: #fff;
  font-weight: 700;
  margin-top: 10px;
  display: inline-block
}

.slider-wrapper .slide-content .slide-label::after {
  content: "\f101";
  font-family: "Font Awesome 5 Free"
}

.slider-wrapper #custom-pager {
  position: absolute;
  top: 26%;
  left: 200px;
  z-index: 1000
}

.slider-wrapper #custom-pager span {
  text-align: center;
  display: inline-block;
  background: gray;
  padding: 0 7px;
  margin-right: 6px
}

.slider-wrapper #custom-pager span a {
  color: #fff
}

.slider-wrapper #custom-pager span.cycle-pager-active {
  background: #fff
}

.slider-wrapper #custom-pager span.cycle-pager-active a {
  color: #000
}

.client {
  background-color: #fff;
  color: #5e6770;
  padding-top: 125px;
  padding-bottom: 40px
}

.client .wrapper {
  width: 1200px;
  overflow: visible
}

.client .contenu h1 {
  font-size: 37px;
  font-weight: 700 !important;
  text-align: center;
  color: #5e6770;
  font-weight: 400;
  margin-top: 50px;
  letter-spacing: 1.1px
}

.client .contenu p {
  text-align: center;
  width: 870px;
  margin: 50px auto 36px;
  font-size: 18px;
  line-height: 26px
}

.client .selector {
  margin-bottom: 21px
}

.client .selector .select ul {
  max-height: 322px;
  overflow: hidden;
  overflow-y: scroll
}

.client .selector .select ul::-webkit-scrollbar {
  width: 10px;
  height: 10px
}

.client .selector .select ul::-webkit-scrollbar-track {
  background-color: none
}

.client .selector .select ul::-webkit-scrollbar-thumb {
  background-color: #747474
}

.client .selector .select ul::-webkit-scrollbar-button {
  background-color: #747474
}

.client .selector .select ul::-webkit-scrollbar-corner {
  background-color: #2c2c2c
}

.client .selector .select li {
  width: 260px
}

.client .selector .dropdown.open .active {
  color: #fff
}

.client .selector .dropdown.open .active:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  color: #fff
}

.client .selector .dropdown.sector {
  z-index: 4
}

.client .selector .dropdown.issue {
  z-index: 3
}

.client .selector .dropdown.pop {
  z-index: 2
}

.client .selector .dropdown.select {
  z-index: 1
}

.client .selector .dropdown.select a {
  color: #7c7c7c
}

.client .selector .dropdown.select a:hover {
  color: #fff
}

.client .selector .dropdown .active:hover {
  color: #2c2c2c
}

.client .selector .dropdown .active:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  position: absolute;
  right: 4%;
  top: 29%
}

.client .selector .dropdown .active.on {
  color: #7c7c7c
}

.client .selector .dropdown:before {
  position: absolute;
  content: "";
  right: -5px;
  top: 0;
  display: block;
  width: 100px;
  height: 45px
}

.client .selector ul {
  width: 280px;
  display: inline-block;
  margin: 10px;
  float: left;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #464646;
  color: #7c7c7c;
  padding: 14px 10px;
  position: relative;
  font-size: 16px;
  z-index: 999
}

.client .selector ul li {
  width: 290px
}

.client .selector ul:hover {
  cursor: pointer
}

.client .selector ul.open {
  visibility: visible;
  z-index: 99999999
}

.client .selector ul ul {
  position: absolute;
  border-width: 0;
  opacity: 1;
  z-index: 999;
  padding: 0 10px 5px;
  border: 0;
  color: #2c2c2c;
  background: #fff;
  left: 0;
  border-bottom: 1px solid #464646;
  display: none;
  height: auto;
  top: 48px;
  margin: 0;
  overflow: hidden
}

.client .selector ul ul li {
  margin: 5px 0;
  width: 100%
}

.client .selector ul ul li.all {
  display: none
}

.client .selector ul ul li:hover {
  color: #2c2c2c
}

.client .testi {
  min-height: 300px
}

.client .loadMore {
  color: #3b5cad;
  border: 3px solid #3b5cad
}

.client .loadMore:hover {
  border: 3px solid #001e38;
  background-color: #001e38
}

.loadMore {
  width: auto;
  color: #4f4f4f;
  border: 3px solid #4f4f4f;
  text-align: center;
  padding: 20px 40px;
  font-size: 18px;
  cursor: pointer;
  text-transform: uppercase;
  margin: 30px auto 0;
  display: table;
  font-weight: 700;
  background: 0 0;
  transition: .3s ease all
}

.loadMore:focus {
  outline: 0;
  box-shadow: none;
  border: none
}

.loadMore:hover {
  background: #4f4f4f;
  color: #fff
}

.dropdown {
  opacity: 0
}

.temoignage {
  width: 280px;
  height: 280px;
  margin: 10px;
  padding: 20px 10px;
  float: left;
  overflow: hidden;
  -moz-transform: translateX(-2000px);
  -ms-transform: translateX(-2000px);
  -webkit-transform: translateX(-2000px);
  transform: translateX(-2000px);
  position: relative !important
}

.temoignage a {
  color: #fff;
  display: block
}

.temoignage a .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  transform-origin: 50% 50%;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.temoignage .top {
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 10px;
  font-size: 14px;
  line-height: 20px
}

.temoignage .top .picto {
  display: inline-block;
  float: right;
  margin-top: 3px
}

.temoignage .contenuTemoignage {
  height: 170px;
  width: 245px;
  position: absolute;
  transition: .3s ease all
}

.temoignage .contenuTemoignage .logo {
  display: block;
  margin: 0 auto;
  width: auto;
  transition: .3s ease all;
  left: 0;
  right: 0
}

.temoignage h3 {
  display: none;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  line-height: 28px;
  position: absolute;
  width: 240px;
  left: -280px;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  transition: .3s ease all
}

.temoignage h4 {
  margin-bottom: 0
}

.temoignage .bottom {
  border-top: 1px solid #fff;
  padding-top: 8px;
  position: absolute;
  bottom: -30px;
  display: block;
  margin: 0 15px;
  left: 5px;
  right: 5px;
  font-size: 14px;
  line-height: 20px;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  transition: .3s ease all
}

.temoignage .border {
  display: block;
  position: absolute;
  background: #747474;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -moz-transition-duration: .1s;
  -o-transition-duration: .1s;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  z-index: 2
}

.temoignage .border.border-1 {
  width: 100%;
  height: 5px;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%
}

.temoignage .border.border-2 {
  width: 5px;
  height: 100%;
  right: 0;
  top: 5px;
  opacity: 0
}

.temoignage .border.border-3 {
  height: 5px;
  right: 5px;
  left: 0;
  bottom: 0;
  opacity: 0
}

.temoignage .border.border-4 {
  width: 5px;
  left: 0;
  top: 5px;
  bottom: 5px;
  opacity: 0
}

.testimonial {
  position: relative;
  padding-bottom: 550px
}

.testimonial .center-element-content.active {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.testimonial .entete {
  height: 550px;
  position: fixed;
  width: 100%;
  background-size: 100%
}

.testimonial .entete img {
  min-width: 1400px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: 50% 50%
}

.testimonial .entete .mask {
  content: "";
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0
}

.testimonial .entete .content {
  padding-top: 120px;
  text-align: center;
  color: #fff;
  height: 550px
}

.testimonial .entete .content.withVideo {
  height: 430px
}

.testimonial .entete .content.withVideo .citation {
  width: 80%
}

.testimonial .entete .content .citation {
  text-align: center;
  font-size: 35px;
  font-style: italic;
  width: 60%;
  margin: 0 auto 30px;
  line-height: 39px;
  letter-spacing: .68px
}

.testimonial .entete .content .nom,
.testimonial .entete .content .poste {
  font-size: 20px;
  margin: 7px;
  font-weight: 500
}

.testimonial .entete .video {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  display: block;
  top: 390px;
  text-align: center
}

.testimonial .entete .video a {
  font-size: 18px;
  margin-top: 65px;
  position: relative;
  padding-bottom: 40px;
  width: auto;
  display: inline-block;
  color: #fff
}

.testimonial .entete .video a .play {
  border: 3px solid #fff;
  padding: 25px;
  float: left;
  background: rgba(0, 0, 0, .2);
  border-radius: 100%;
  margin-top: -28px;
  margin-right: 10px
}

.testimonial .entete .video a .play .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 19px;
  border-color: transparent transparent transparent #fff
}

.testimonial .entete .video:hover .play {
  background-color: rgba(0, 0, 0, .5)
}

.testimonial .VideoBox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0
}

.testimonial .VideoBox:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .8);
  content: "";
  display: block
}

.testimonial .VideoBox .inside {
  width: 930px;
  margin: 0 auto;
  margin-top: 125px;
  padding: 15px;
  background: #2c2c2c;
  z-index: 99999;
  position: relative;
  border: 1px solid #747474
}

.testimonial .VideoBox .inside .close {
  float: right
}

.testimonial .VideoBox .inside .close:hover {
  cursor: pointer;
  opacity: .5
}

.testimonial .VideoBox .inside .video {
  position: relative;
  padding-bottom: 52.9%;
  padding-top: 30px;
  height: 0;
  overflow: hidden
}

.testimonial .VideoBox .inside .video embed,
.testimonial .VideoBox .inside .video iframe,
.testimonial .VideoBox .inside .video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.testimonial .VideoBox .inside h4 {
  float: left;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 24px
}

.testimonial .VideoBox.open {
  opacity: 1;
  visibility: visible
}

.testimonial .contenu {
  top: 550px;
  background-color: #fff;
  position: relative;
  z-index: 9999
}

.testimonial .contenu .back .wrapper {
  background-color: #0b1f2c;
  font-size: 16px;
  padding: 4px;
  position: relative
}

.testimonial .contenu .back .wrapper a {
  color: #a7a9ac;
  font-size: 14px;
  transition: .3s ease all
}

.testimonial .contenu .back .wrapper a i {
  background-color: #5d5d5d;
  display: block;
  position: absolute;
  color: #fff;
  top: 0;
  padding: 0 14px;
  line-height: 40px;
  transition: .3s ease all
}

.testimonial .contenu .back .wrapper a:hover {
  color: #fff
}

.testimonial .contenu .back .wrapper a:hover i {
  background: #767676
}

.testimonial .contenu .back .wrapper .list {
  margin-left: 50px
}

.testimonial .contenu .back .wrapper .list i {
  left: 0;
  font-size: 16px
}

.testimonial .contenu .back .wrapper .share {
  float: right;
  margin-right: 45px;
  font-size: 15px;
  letter-spacing: 0;
  color: #fff
}

.testimonial .contenu .back .wrapper .share .more {
  overflow: hidden;
  float: left;
  background: #767676;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 10px;
  padding-top: 6px
}

.testimonial .contenu .back .wrapper .share .more i {
  right: 0;
  font-size: 16px;
  width: 40px;
  background: 0 0
}

.testimonial .contenu .back .wrapper .share .more a {
  display: none;
  transition-delay: .5s
}

.testimonial .contenu .back .wrapper .share:hover {
  color: #a7a9ac
}

.testimonial .contenu .back .wrapper .share.open .more i {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.testimonial .contenu .back .wrapper .share.open .more a {
  display: inline-block;
  transition-delay: 0s
}

.testimonial .contenu h1 {
  font-size: 37px;
  line-height: 49px;
  margin-bottom: 43px;
  font-weight: 400;
  margin-top: 50px;
  float: left;
  width: 830px
}

.testimonial .contenu .content {
  float: left;
  width: 830px;
  margin-bottom: 60px
}

.testimonial .contenu .content .h2,
.testimonial .contenu .content .h3,
.testimonial .contenu .content .h4,
.testimonial .contenu .content .h5,
.testimonial .contenu .content .h6,
.testimonial .contenu .content h2,
.testimonial .contenu .content h3,
.testimonial .contenu .content h4,
.testimonial .contenu .content h5,
.testimonial .contenu .content h6 {
  font-weight: 700;
  letter-spacing: 1px
}

.testimonial .contenu .content .h2,
.testimonial .contenu .content h2 {
  font-size: 25px;
  margin-bottom: 10px;
  padding-bottom: 0;
  line-height: 25px;
  margin-top: 40px
}

.testimonial .contenu .side {
  margin-top: 60px;
  float: right;
  width: 280px
}

.testimonial .contenu .side .side {
  margin-top: 0
}

.testimonial .contenu .side img {
  display: block;
  margin: 0 auto 30px
}

.testimonial .contenu .side .sidebar .cta {
  margin: 10px 0
}

.testimonial .contenu .side .meta {
  background-color: #7d7d7d;
  margin: 15px 0 10px;
  padding: 1px 19px 12px
}

.testimonial .contenu .side .meta h4 {
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px solid #a7a9ac;
  padding-bottom: 3px;
  margin-top: 16px;
  color: #fff
}

.testimonial .contenu .side .meta p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
  line-height: 18px
}

.also {
  background: #2c2c2c;
  z-index: 99;
  padding: 36px 0 30px;
  position: relative
}

.also .wrapper {
  width: 1200px
}

.also .wrapper .entete {
  border-bottom: 1px solid #a7a9ac;
  font-size: 29px;
  color: #a7a9ac;
  padding-bottom: 19px;
  margin: 0 10px 10px
}

.also .wrapper .entete .nav {
  float: right;
  font-size: 25px
}

.also .wrapper .entete .nav a {
  color: #747474
}

.also .wrapper .entete .nav a img {
  display: inline-block;
  opacity: .4;
  padding-bottom: 1px
}

.also .wrapper .entete .nav a img:hover {
  opacity: 1
}

.also .wrapper .entete .nav a.back {
  font-size: 17px;
  margin: 0 4px
}

.also .wrapper .entete .nav a:hover {
  color: #fff
}

.also .wrapper .content {
  left: 0;
  right: 0;
  position: relative
}

.page-template-template-mediaCenter .entete .title {
  color: #fff
}

.page-template-template-mediaCenter .top-media {
  padding-top: 40px
}

.page-template-template-mediaCenter .loop .wrapper .left,
.page-template-template-mediaCenter .loop .wrapper .right,
.page-template-template-mediaCenter .top-media .wrapper .left,
.page-template-template-mediaCenter .top-media .wrapper .right {
  width: 580px
}

.page-template-template-mediaCenter .top-media .wrapper .left .highlighted {
  width: 100%;
  position: relative;
  padding-bottom: 5px;
  height: 580px
}

.page-template-template-mediaCenter .top-media .wrapper .left .highlighted .header figure {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative
}

.page-template-template-mediaCenter .top-media .wrapper .left .highlighted .header figure img {
  position: relative;
  max-width: 100%
}

.page-template-template-mediaCenter .top-media .wrapper .left .highlighted .content {
  float: none;
  width: auto;
  margin: 0 5px;
  background: #fff;
  padding: 20px 15px;
  position: absolute;
  bottom: 5px;
  height: 295px
}

.page-template-template-mediaCenter .top-media .wrapper .left .highlighted .content .title {
  margin: 0;
  font-size: 29px;
  margin-bottom: 10px;
  font-size: 29px;
  line-height: 41px;
  padding-bottom: 0;
  border-bottom: 0
}

.page-template-template-mediaCenter .top-media .wrapper .left .highlighted .content p {
  font-size: 16px;
  line-height: 24px
}

.page-template-template-mediaCenter .top-media .wrapper .right .cta {
  margin: 0 0 20px
}

.page-template-template-mediaCenter .loop article h3 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 31px;
  margin-top: 0
}

.page-template-template-mediaCenter .loop article p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 18px
}

.page-template-template-mediaCenter .title-media {
  border-bottom: 1px solid #000;
  font-size: 36px;
  line-height: 42px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 40px
}

.page-template-template-mediaCenter .title-media a {
  color: #000;
  display: block;
  position: relative
}

.page-template-template-mediaCenter .title-media a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  right: 40px;
  top: 5px;
  font-size: 50px;
  line-height: 40px;
  opacity: 0;
  transition: .2s ease all .15s
}

.page-template-template-mediaCenter .title-media a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 40px;
  margin-left: 20px;
  top: 5px;
  left: 0;
  transition: .2s ease all .15s
}

.page-template-template-mediaCenter .title-media a:hover:before {
  opacity: 1;
  right: 0;
  transition: .2s ease all 0
}

.page-template-template-mediaCenter .title-media a:hover:after {
  left: 20px;
  opacity: 0;
  transition: .2s ease all .15s
}

.page-template-template-mediaCenter .case .temoignage,
.page-template-template-mediaCenter .publication .cta,
.page-template-template-mediaCenter .webinar .cta {
  margin: 0 20px 0 0
}

.page-template-template-mediaCenter .case .temoignage h3 {
  display: none
}

.page-template-template-mediaCenter .case .temoignage:last-of-type,
.page-template-template-mediaCenter .publication .cta:last-of-type,
.page-template-template-mediaCenter .webinar .cta:last-of-type {
  margin: 0
}

.page-template-template-mediaCenter .webinar {
  margin-bottom: 40px
}

.page-template-template-mediaCenter .search-form {
  display: block;
  width: 100%;
  background: #2c2c2c;
  height: 120px
}

.page-template-template-mediaCenter .search-form form {
  position: relative
}

.page-template-template-mediaCenter .search-form input[type=text]::-webkit-input-placeholder {
  color: #fff
}

.page-template-template-mediaCenter .search-form input[type=text]::-moz-placeholder {
  color: #fff
}

.page-template-template-mediaCenter .search-form input[type=text]:-ms-input-placeholder {
  color: #fff
}

.page-template-template-mediaCenter .search-form input[type=text]:-moz-placeholder {
  color: #fff
}

.page-template-template-mediaCenter .search-form input[type=text] {
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 120px;
  font-size: 43px;
  font-weight: 100;
  height: 120px
}

.page-template-template-mediaCenter .search-form form label {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 120px;
  height: 120px
}

.page-template-template-mediaCenter .search-form form label input[type=submit] {
  background: 0 0;
  display: block;
  border: none;
  color: #fff;
  font-size: 43px;
  padding: 0;
  margin: 0;
  line-height: 120px;
  font-family: "Font Awesome 5 Free"
}

.media-center.home>.content>div:nth-child(odd) {
  background: #fff
}

.media-center.home>.content>div:nth-child(even) {
  background: #bababa
}

.media-center.home .events,
.media-center.home .news,
.media-center.home .publication {
  position: relative;
  padding-bottom: 30px
}

.media-center.home .events .wrapper,
.media-center.home .news .wrapper,
.media-center.home .publication .wrapper {
  width: 1200px
}

.media-center.home h2 {
  text-align: center;
  font-weight: 400;
  font-size: 36px;
  margin: 50px 0;
  line-height: 40px;
  letter-spacing: 1.1px
}

.media-center.sommaire .contenu {
  padding-top: 30px;
  padding-bottom: 30px
}

.media-center.sommaire .contenu .last {
  margin-bottom: 40px
}

.media-center.sommaire .contenu .last .wrapper {
  width: 1200px;
  overflow: visible
}

.media-center.sommaire .contenu .older h2 {
  border-bottom: 1px solid #a7a9ac;
  font-size: 28px;
  color: #000;
  padding-bottom: 10px;
  margin: 40px 0 10px;
  height: auto;
  position: relative;
  font-weight: 400
}

.media-center.sommaire .contenu article {
  margin: 20px 0
}

.media-center.sommaire .contenu article p {
  margin: 0;
  color: #009bde;
  font-size: 14px;
  line-height: 27px
}

.media-center.sommaire .contenu article h3 {
  font-size: 22px;
  line-height: 31px;
  margin-bottom: 38px;
  margin-top: 0
}

.media-center.sommaire .contenu article:hover h3 {
  color: rgba(0, 0, 0, .6)
}

.media-center.sommaire .contenu .imgLoad {
  width: auto;
  margin: 0 auto;
  display: block
}

.media-center.sommaire.publication .contenu {
  padding-top: 40px
}

.media-center.sommaire.publication .top .left {
  width: 580px;
  float: left;
  margin-bottom: 16px
}

.media-center.sommaire.publication .top .left h3 {
  font-size: 29px;
  font-weight: 100
}

.media-center.sommaire.publication .top .left li {
  border-bottom: 1px solid #2c2c2c;
  margin: 0 0 15px;
  padding-bottom: 12px;
  position: relative
}

.media-center.sommaire.publication .top .left li a {
  color: #2c2c2c
}

.media-center.sommaire.publication .top .left li h4 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .7px;
  margin-bottom: 0;
  transition: .3s ease all
}

.media-center.sommaire.publication .top .left li a.active h4 {
  color: #009bde
}

.media-center.sommaire.publication .top .left li h4:before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  color: #009bde;
  margin-right: 2px
}

.media-center.sommaire.publication .top .left li p {
  margin: 0;
  color: #2c2c2c;
  font-size: 14px;
  margin-left: 15px;
  margin-top: 2px;
  letter-spacing: .4px;
  transition: .3s ease all;
  line-height: 21px
}

.media-center.sommaire.publication .top .left li.active {
  color: #747474;
  border-bottom: 1px solid #747474
}

.media-center.sommaire.publication .top .left li.active h4,
.media-center.sommaire.publication .top .left li.active p {
  color: #747474
}

.media-center.sommaire.publication .top .left li.active h4:before,
.media-center.sommaire.publication .top .left li.active p:before {
  color: #747474
}

.media-center.sommaire.publication .top .right {
  float: right;
  width: 580px;
  margin-bottom: 10px
}

.media-center.sommaire.publication .loadMoreNew,
.page-template-template-webinar .loadMoreNew {
  display: inline-block;
  width: auto;
  color: #4f4f4f;
  border: 3px solid #4f4f4f;
  text-align: center;
  padding: 20px 40px;
  font-size: 18px;
  cursor: pointer;
  text-transform: uppercase;
  margin: 30px auto 0;
  display: table;
  font-weight: 700
}

.media-center.sommaire.publication .loadMoreNew:hover,
.page-template-template-webinar .loadMoreNew:hover {
  background: #4f4f4f;
  color: #fff
}

.media-center .fil {
  position: relative;
  background: #0b1f2c
}

.media-center .contenu {
  position: relative;
  background: #fff;
  padding-top: 40px
}

.media-center .contenu h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 53px;
  letter-spacing: 1.1px;
  margin-bottom: 38px
}

.media-center .contenu .side {
  width: 280px;
  float: right
}

.media-center .contenu.full .wrapper {
  overflow: visible
}

.media-center .contenu.full .content {
  width: 100%
}

.media-center .contenu .side .cta {
  margin: 10px 0
}

.media-center .contenu .content {
  float: left;
  width: calc(100% - 320px);
  margin-left: 20px
}

.media-center .contenu .content.full {
  float: none;
  width: 100%;
  margin: 0 auto
}

.media-center .contenu .content .page-chapo {
	font-size: 1.3em; 
	line-height: 1.4em; 
	letter-spacing: 2px;
	margin-top: 8px
}

.media-center .contenu .content .h2,
.media-center .contenu .content h2 {
  margin-top: 45px;
  font-size: 22px;
  letter-spacing: .8px;
  margin-bottom: 15px;
  line-height: 28px
}

.media-center .contenu .content h3,
.media-center .contenu .content h4,
.media-center .contenu .content h5,
.media-center .contenu .content h6 {
  font-size: 18px;
  letter-spacing: .8px;
  margin: 15px 0 10px
}

.media-center .contenu .content img {
  display: inline-block
}

.media-center .contenu .content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.media-center .contenu .content .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 50px 0 60px
}

.media-center .contenu .content .video embed,
.media-center .contenu .content .video iframe,
.media-center .contenu .content .video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.media-center .contenu .content .form {
  margin: 30px auto 0
}

.media-center .nav .pagination {
  background: #2c2c2c;
  color: #fff;
  height: 40px;
  padding-top: 8px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0
}

.media-center .nav .pagination a {
  color: #fff;
  font-size: 14px
}

.media-center .nav .pagination a i {
  background-color: #5d5d5d;
  position: absolute;
  color: #fff;
  top: 0;
  padding: 12px 14px;
  width: 40px
}

.media-center .nav .pagination a.next {
  padding-right: 50px;
  color: gray
}

.media-center .nav .pagination a.next i {
  right: 0;
  top: -8px
}

.media-center .nav .pagination a.prev {
  padding-left: 50px;
  color: gray
}

.media-center .nav .pagination a.prev i {
  left: 0;
  top: -8px
}

.media-center .nav .pagination a:hover {
  color: #fff
}

.media-center .related {
  background: #fff;
  z-index: 99;
  padding: 53px 0 30px;
  position: relative
}

.media-center .related .wrapper {
  width: 1200px
}

.media-center .related .wrapper .top {
  border-bottom: 1px solid #a7a9ac;
  font-size: 29px;
  color: #000;
  padding-bottom: 19px;
  margin: 0 0 10px;
  height: auto;
  position: relative;
  line-height: 40px;
  max-width: 1180px
}

.media-center .related .wrapper .top .nav {
  float: right;
  font-size: 25px
}

.media-center .related .wrapper .top .nav a {
  color: #000
}

.media-center .related .wrapper .top .nav a img {
  display: inline-block;
  opacity: 1;
  padding-bottom: 1px
}

.media-center .related .wrapper .top .nav a img:hover {
  opacity: .4
}

.media-center .related .wrapper .top .nav a.back {
  font-size: 17px;
  margin: 0 4px
}

.media-center .related .wrapper .top .nav a:hover {
  opacity: .4
}

.media-center .related .wrapper .content {
  left: 0;
  right: 0;
  position: relative;
  width: 3000px
}

.media-center .related .cta {
  margin-right: 20px
}

.media-center .LoadMoreArticle {
  width: auto;
  color: #4f4f4f;
  border: 3px solid #4f4f4f;
  text-align: center;
  padding: 20px 40px;
  font-size: 18px;
  cursor: pointer;
  text-transform: uppercase;
  margin: 30px auto 0;
  display: table;
  font-weight: 700;
  transition: .3s ease all;
  background: 0 0
}

.media-center .LoadMoreArticle:focus {
  outline: 0;
  box-shadow: none;
  border: none
}

.media-center .LoadMoreArticle:hover {
  background: #4f4f4f;
  color: #fff
}

.single-webinar-type .header_big {
  text-align: center;
  padding-top: 120px;
  color: #fff
}

.single-webinar-type .header_big .content {
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: relative
}

.single-event-type .header_big .date,
.single-webinar-type .header_big .content .date {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px
}

.single-webinar-type .header_big .content .timezone {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  display: inline-block
}

.single-event-type .header_big .location,
.single-webinar-type .header_big .content .timezone {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  display: inline-block
}

.single-webinar-type .header_big .content .title {
  font-weight: 500;
  font-size: 45px;
  line-height: 57px
}

.single-event-type .header_big .location {
  border-bottom-color: #fff
}

.single-event-type,
.single-news-type,
.single-publication-type,
.single-webinar-type {
  color: #5e6770
}

.single-temoignage-type #content .indexel-icon,
.single-temoignage-type #content .indexel-icon:after,
.single-temoignage-type #content .indexel-icon:before {
  width: 20px;
  height: 20px;
  border-radius: 0;
  font-size: 18px;
  line-height: 20px;
  margin-right: 10px
}

.single-temoignage-type .share {
  text-align: right
}

.single-temoignage-type .share .more {
  display: inline-block
}

.side .indexel-icon,
.side .indexel-icon:after,
.side .indexel-icon:before {
  border-radius: 0
}

.single-publication-type .entete .bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  -moz-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  -webkit-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
  height: auto;
  min-height: 100%;
  min-width: 100%
}

.single-publication-type .entete .content {
  left: 0;
  right: 0;
  z-index: 11
}

.single-publication-type .contenu .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap
}

.single-publication-type .contenu .title {
  text-align: center;
  display: block;
  width: 100%
}

.single-publication-type .btn-mobile {
  display: none
}

.single-publication-type .btn-mobile.visible {
  display: table;
  margin: 0 auto 20px;
  width: auto
}

.single-publication-type .contenu .content,
.single-publication-type .contenu .form-content {
  width: calc(50% - 20px);
  margin-bottom: 75px
}

.single-publication-type .contenu .content.full-text {
  margin: 0 auto
}

.single-publication-type .contenu .form-content {
  background: #d9d9d9;
  border: 5px solid #ededed;
  padding: 15px
}

.single-publication-type .contenu .form-content .mktoForm * {
  width: 100% !important
}

.single-publication-type .contenu .form-content .mktoForm input[type=checkbox] {
  width: auto !important
}

.single-publication-type .contenu .form-content .mktoForm {
  width: 100% !important
}

.single-publication-type .contenu .form-content .mktoForm .mktoFormRow {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.single-publication-type .contenu .form-content .mktoForm .mktoFormCol {
  width: 100% !important;
  margin-left: 0 !important;
  float: none
}

.single-publication-type .contenu .form-content .mktoForm .mktoOffset {
  display: none
}

.img-resp {
  width: 100%;
  height: auto
}

.post-type-archive-event-type .select-events,
.tax-event-category-taxo .select-events {
  border-bottom: 3px solid #9ca5ae;
  padding-bottom: 0 !important
}

.post-type-archive-event-type .select-events .selectTab,
.tax-event-category-taxo .select-events .selectTab {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 20px
}

.btn-select-event {
  width: auto;
  min-width: 155px;
  height: 48px;
  margin: 0 10px;
  background-color: #119bd1;
  color: #fff;
  text-align: center;
  border: 3px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-self: center;
  padding: 0 15px
}

.post-type-archive-event-type .btn-select-event:nth-child(1),
.term-europe .btn-select-event:nth-child(2),
.term-us .btn-select-event:nth-child(3) {
  background-color: #fff;
  color: #119bd1;
  border-top: 3px solid #9ca5ae;
  border-right: 3px solid #9ca5ae;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #9ca5ae;
  transition: all .5s ease-in-out 0s
}

.post-type-archive-event-type .cta-highlith .wrapper .event,
.tax-event-category-taxo .cta-highlith .wrapper .event {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 40px
}

.post-type-archive-event-type .cta-highlith .wrapper .event .content,
.tax-event-category-taxo .cta-highlith .wrapper .event .content {
  align-self: flex-start
}

.post-type-archive-event-type .cta-highlith .wrapper .event .content h1,
.tax-event-category-taxo .cta-highlith .wrapper .event .content h1 {
  color: #119bd1;
  font-weight: 600
}

.post-type-archive-event-type .cta-highlith .wrapper .event .content h2,
.tax-event-category-taxo .cta-highlith .wrapper .event .content h2 {
  color: #119bd1;
  margin-top: 0
}

.post-type-archive-event-type .cta-highlith .wrapper .event .text,
.tax-event-category-taxo .cta-highlith .wrapper .event .text {
  color: #5e6770
}

.post-type-archive-event-type .highlith2Col,
.tax-event-category-taxo .highlith2Col {
  padding: 40px 0;
  border-bottom: 3px solid #5e6770
}

.post-type-archive-event-type .highlith2Col .wrapper,
.tax-event-category-taxo .highlith2Col .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

.post-type-archive-event-type .highlith2Col .wrapper .event,
.tax-event-category-taxo .highlith2Col .wrapper .event {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 49%;
  height: 695px;
  padding: 0;
  background-color: #fff;
  border: 3px solid #5e6770
}

.post-type-archive-event-type .highlith2Col .wrapper .event .image,
.tax-event-category-taxo .highlith2Col .wrapper .event .image {
  position: relative;
  width: 100%
}

.post-type-archive-event-type .highlith2Col .wrapper .event span,
.tax-event-category-taxo .highlith2Col .wrapper .event span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 42px;
  font-weight: 800
}

.post-type-archive-event-type .highlith2Col .wrapper .event .content,
.tax-event-category-taxo .highlith2Col .wrapper .event .content {
  padding: 50px 0 0 50px;
  width: 100%
}

.post-type-archive-event-type .highlith2Col .wrapper .event .content h1,
.tax-event-category-taxo .highlith2Col .wrapper .event .content h1 {
  font-size: 24px;
  font-weight: 600;
  margin: 0
}

.post-type-archive-event-type .highlith2Col .wrapper .event.event-col1 .content h1,
.tax-event-category-taxo .highlith2Col .wrapper .event.event-col1 .content h1 {
  color: #da0057
}

.post-type-archive-event-type .highlith2Col .wrapper .event.event-col2 .content h1,
.tax-event-category-taxo .highlith2Col .wrapper .event.event-col2 .content h1 {
  color: #ff9600
}

.post-type-archive-event-type .highlith2Col .wrapper .event .content h2,
.tax-event-category-taxo .highlith2Col .wrapper .event .content h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  margin: 0;
  margin-bottom: 20px
}

.post-type-archive-event-type .highlith2Col .wrapper .event.event-col1 .content h2,
.tax-event-category-taxo .highlith2Col .wrapper .event.event-col1 .content h2 {
  color: #da0057
}

.post-type-archive-event-type .highlith2Col .wrapper .event.event-col2 .content h2,
.tax-event-category-taxo .highlith2Col .wrapper .event.event-col2 .content h2 {
  color: #ff9600
}

.post-type-archive-event-type .highlith2Col .wrapper .event .content p,
.tax-event-category-taxo highlith2Col .wrapper .event .content p {
  font-size: 18px;
  font-weight: 400;
  color: #5e6770;
  padding-right: 50px
}

.post-type-archive-event-type .highlith2Col .wrapper .event .content pre,
.tax-event-category-taxo .highlith2Col .wrapper .event .content pre {
  font-size: 18px;
  font-weight: 600;
  color: #5e6770
}

.post-type-archive-event-type .highlith2Col .wrapper .event.event-col1 .content ul li,
.tax-event-category-taxo .highlith2Col .wrapper .event.event-col1 .content ul li {
  color: #da0057
}

.post-type-archive-event-type .highlith2Col .wrapper .event.event-col2 .content ul li,
.tax-event-category-taxo .highlith2Col .wrapper .event.event-col2 .content ul li {
  color: #ff9600
}

.post-type-archive-event-type .highlith2Col .wrapper .event .content ul li::before,
.tax-event-category-taxo .highlith2Col .wrapper .event .content ul li::before {
  content: "\279E";
  width: 30px;
  height: 20px;
  top: 5px;
  background-color: transparent;
  font-size: 30px;
  font-weight: 800
}

.post-type-archive-event-type .highlith2Col .wrapper .event.event-col1 .content ul li::before,
.tax-event-category-taxo .highlith2Col .wrapper .event.event-col1 .content ul li::before {
  color: #da0057
}

.post-type-archive-event-type .highlith2Col .wrapper .event.event-col-2 .content ul li::before,
.tax-event-category-taxo .highlith2Col .wrapper .event.event-col-2 .content ul li::before {
  color: #ff9600
}

.post-type-archive-event-type .highlith,
.tax-event-category-taxo .highlith {
  padding: 40px 0 !important
}

@media only screen and (max-width:1180px) {

  .post-type-archive-event-type .cta-highlith .wrapper .event,
  .tax-event-category-taxo .cta-highlith .wrapper .event {
    flex-wrap: wrap
  }
}

@media only screen and (max-width:1240px) {

  .post-type-archive-event-type .cta-highlith .wrapper .event .content,
  .post-type-archive-event-type .cta-highlith .wrapper .event .image,
  .tax-event-category-taxo .cta-highlith .wrapper .event .content,
  .tax-event-category-taxo .cta-highlith .wrapper .event .image {
    flex-grow: 2
  }
}

@media only screen and (max-width:1024px) {

  .post-type-archive-event-type .highlith2Col .wrapper .event,
  .tax-event-category-taxo .highlith2Col .wrapper .event {
    height: 730px
  }
}

@media only screen and (max-width:990px) {

  .post-type-archive-event-type .select-events .selectTab,
  .tax-event-category-taxo .select-events .selectTab {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly
  }

  .post-type-archive-event-type .select-events .selectTab .btn-select-event,
  .tax-event-category-taxo .select-events .selectTab .btn-select-event {
    width: 100%;
    height: auto;
    margin: 5px 0
  }

  .post-type-archive-event-type .highlith2Col .wrapper,
  .tax-event-category-taxo .highlith2Col .wrapper {
    display: flex;
    flex-direction: column
  }

  .post-type-archive-event-type .highlith2Col .wrapper .event span,
  .tax-event-category-taxo .highlith2Col .wrapper .event span {
    font-size: 35px
  }

  .post-type-archive-event-type .highlith2Col .wrapper .event,
  .tax-event-category-taxo .highlith2Col .wrapper .event {
    width: 100%;
    height: auto
  }

  .post-type-archive-event-type .highlith2Col .wrapper .event .content,
  .tax-event-category-taxo .highlith2Col .wrapper .event .content {
    padding: 10px
  }

  .post-type-archive-event-type .highlith2Col .wrapper .event .content p,
  .tax-event-category-taxo .highlith2Col .wrapper .event .content p {
    padding-right: 0
  }
}

@media only screen and (max-width:600px) {

  .post-type-archive-event-type .highlith2Col .wrapper .event span,
  .tax-event-category-taxo .highlith2Col .wrapper .event span {
    font-size: 25px
  }
}

.post-type-archive-event-type .highlith {
  padding: 40px 0
}

.post-type-archive-event-type .highlith .event {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px
}

.post-type-archive-event-type .highlith .event:last-child {
  margin-bottom: 0
}

.post-type-archive-event-type .highlith .event figure {
  width: calc(50% - 20px)
}

.post-type-archive-event-type .highlith .event .content {
  width: calc(50% - 20px)
}

.post-type-archive-event-type .highlith .event .content .top {
  border-bottom: 1px solid #8f9d9d;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 15px;
  padding-bottom: 3px
}

.post-type-archive-event-type .highlith .event .content .top .date {
  color: #119bd1;
  font-size: 18px
}

.post-type-archive-event-type .highlith .event .content .title {
  font-size: 27px;
  line-height: 35px;
  margin-bottom: 15px
}

.post-type-archive-event-type .highlith .event .content .excerpt {
  font-size: 17px;
  line-height: 25px
}

.post-type-archive-event-type .contenu .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between
}

.post-type-archive-event-type .contenu .wrapper .last {
  width: 880px;
  float: none
}

.post-type-archive-event-type .contenu .wrapper .last article footer,
.tax-event-category-taxo .contenu .last .wrapper article footer {
  font-size: 14px;
  line-height: 20px;
  color: #119bd1
}

.post-type-archive-event-type .contenu .wrapper .last article .title,
.tax-event-category-taxo .contenu .last .wrapper article .title {
  font-size: 22px;
  line-height: 31px
}

.post-type-archive-event-type .contenu .wrapper .last article a .title,
.tax-event-category-taxo .contenu .last .wrapper article a .title {
  color: #000
}

.post-type-archive-event-type .contenu .wrapper .last article a:hover .title {
  color: rgba(0, 0, 0, .6)
}

.post-type-archive-event-type .contenu .wrapper .loadMoreNew {
  display: inline-block;
  width: auto;
  color: #4f4f4f;
  border: 3px solid #4f4f4f;
  text-align: center;
  padding: 20px 40px;
  font-size: 18px;
  cursor: pointer;
  text-transform: uppercase;
  margin: 30px auto 0;
  display: table;
  font-weight: 700;
  transition: .3s ease all
}

.post-type-archive-event-type .contenu .wrapper .loadMoreNew:hover {
  background: #4f4f4f;
  color: #fff
}

.post-type-archive-event-type .contenu .wrapper .side {
  width: 280px;
  float: none
}

.page-template-template-new-partners {
  color: #5e6770
}

.page-template-template-new-partners .header_small img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  max-width: inherit;
  height: auto;
  -moz-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  -webkit-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
  height: auto;
  min-height: 100%;
  min-width: 100%
}

.page-template-template-new-partners .header_small h1 {
  margin-top: 45px;
  margin-bottom: 0;
  font-size: 45px;
  color: #fff
}

.page-template-template-new-partners .content-html,
.page-template-template-new-partners .partners {
  padding: 60px 0
}

.page-template-template-new-partners .intro {
  font-size: 24px;
  line-height: 36px
}

.page-template-template-new-partners h1 {
  color: #5e6770
}

.page-template-template-new-partners select {
  display: block !important;
  max-width: 580px;
  height: 78px;
  margin: 50px auto 0;
  border: 3px solid #5e6770;
  padding: 0 25px;
  font-size: 24px;
  color: #5e6770;
  background-color: #d1d1d1
}

.page-template-template-new-partners .blue {
  color: #009bde
}

.page-template-template-new-partners .bg-gray {
  background-color: #efefef
}

.tax-partner-country-taxo .entete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  height: 350px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  overflow: hidden
}

.tax-partner-country-taxo .entete .wrapper {
  overflow: visible
}

.tax-partner-country-taxo .entete .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  background-size: cover;
  background-position: top center
}

.tax-partner-country-taxo .entete .bg img {
  width: 100%;
  height: auto
}

.tax-partner-country-taxo .entete h1 {
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  color: #fff
}

.tax-partner-country-taxo .info {
  padding: 60px 0;
  font-size: 24px;
  line-height: 36px;
  color: #5e6770
}

.partner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center
}

.cta-partner {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  border: 5px solid #eaeaea;
  padding: 30px
}

.cta-partner:nth-of-type(odd) {
  margin-right: 20px
}

.cta-partner .logo {
  margin: 0 auto 30px
}

.cta-partner .description {
  font-size: 16px;
  color: #5e6770
}

.flexible-partners {
  padding: 60px 0;
  background-color: #efefef
}

.flexible-partners select {
  display: block !important;
  max-width: 580px;
  height: 78px;
  margin: 50px auto 0;
  border: 3px solid #5e6770;
  padding: 0 25px;
  font-size: 24px;
  color: #5e6770;
  background-color: #d1d1d1
}

.flexible-partners .blue {
  color: #009bde
}

#cookie-notice {
  z-index: 10000000
}

@media only screen and (max-width:1180px) {
  .page-template-template-new-partners .content-html br {
    display: none
  }
}

@media only screen and (max-width:990px) {
  .page-template-template-new-partners .col-row .col-third {
    float: none;
    width: 100%;
    margin: 0 auto 40px
  }

  .flexible-html-full-width .col-row .col-third {
    width: 100%;
    margin: 0 auto 10px
  }

  .flexible-html-full-width .col-row img {
    width: 40%
  }

  .tax-partner-country-taxo .entete {
    height: auto;
    padding: 60px 0 20px;
    background-color: transparent
  }

  .tax-partner-country-taxo .entete .bg {
    display: none
  }

  .tax-partner-country-taxo .entete h1 {
    color: #5e6770
  }

  .partner-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .cta-partner {
    width: 100%
  }

  .cta-partner:nth-of-type(odd) {
    margin-right: 0
  }
}

@media only screen and (max-width:600px) {
  .page-template-template-new-partners .intro {
    font-size: 20px;
    line-height: 32px
  }

  .tax-partner-country-taxo .entete {
    padding: 120px 0 20px
  }

  .tax-partner-country-taxo .entete h1 {
    font-size: 35px
  }

  .tax-partner-country-taxo .info {
    padding: 30px 0;
    font-size: 16px;
    line-height: 30px
  }

  .cta-partner .bottom,
  .cta-partner .description {
    display: none
  }
}

.page-template-template-awards .header_small img {
  width: 100%;
  height: auto
}

.page-template-template-awards .header_small .wrapper {
  margin-top: 60px
}

.page-template-template-awards .flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page-template-template-awards .content-area {
  padding: 60px 0
}

.award {
  position: relative;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: calc((100% / 3) - 27px);
  margin-right: 40px;
  margin-bottom: 40px;
  padding: 36px;
  text-align: center;
  overflow: hidden
}

.award:nth-of-type(3n) {
  margin-right: 0
}

.award.bg-gray {
  background-color: #ebebeb
}

.award .h1 {
  margin: 46px auto 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #009bde
}

.award .organisme,
.award .year {
  font-size: 17px;
  line-height: 31px;
  color: #5e6770
}

.award .violet {
  font-weight: 700;
  color: #77226c
}

.award .hover-award {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: .3s ease all;
  -ms-transition: .3s ease all;
  transition: .3s ease all;
  z-index: 2
}

.award:hover .hover-award {
  opacity: 1
}

.award .hover-award svg {
  display: block;
  max-width: 80px;
  margin: 0 auto 20px
}

.award .hover-award .text {
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 700
}

.hover-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #009bde;
  background-color: rgba(255, 255, 255, .7);
  opacity: 0;
  -webkit-transition: .3s ease all;
  -ms-transition: .3s ease all;
  transition: .3s ease all
}

.award:hover .hover-box {
  opacity: 1
}

.moreAwards {
  width: auto;
  color: #4f4f4f;
  border: 3px solid #4f4f4f;
  text-align: center;
  padding: 20px 40px;
  font-size: 18px;
  cursor: pointer;
  text-transform: uppercase;
  margin: 30px auto 15px;
  display: table;
  font-weight: 700;
  background: 0 0;
  transition: .3s ease all
}

.moreAwards:focus {
  outline: 0;
  box-shadow: none;
  border: none
}

.moreAwards:hover {
  background: #4f4f4f;
  color: #fff
}

@media only screen and (max-width:1180px) {
  .page-template-template-awards .header_small br {
    display: none
  }
}

@media only screen and (max-width:990px) {
  .page-template-template-awards .header_small {
    margin-top: 120px
  }

  .page-template-template-awards .header_small img {
    width: auto;
    max-width: inherit;
    height: 100%;
    transform: translateX(-50%)
  }

  .page-template-template-awards .header_small .wrapper {
    width: calc(100% - 40px);
    margin-top: 0
  }

  .page-template-template-awards .flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .award {
    width: 100%
  }

  .award:last-child {
    margin-bottom: 0
  }
}

@media only screen and (max-width:600px) {
  .page-template-template-awards .header_small {
    margin-top: 80px
  }

  .page-template-template-awards .header_small h1 {
    font-size: 36px;
    line-height: 120%
  }

  .page-template-template-awards .content-area {
    padding: 20px 0
  }
}

.flex-justify {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start
}

.page-template-template-lw .content {
  padding-top: 95px
}

.page-template-template-lw article {
  margin-bottom: 50px
}

.page-template-template-lw article figure {
  width: 130px
}

.page-template-template-lw article figure img {
  width: 100%;
  height: auto
}

.page-template-template-lw article a {
  width: calc(100% - 150px);
  margin-left: 20px;
  color: #5e6770;
  font-size: 18px;
  line-height: 31px
}

.page-template-template-lw article a .cat {
  color: #119bd1;
  font-size: 19px;
  margin-bottom: 0;
  display: block
}

.page-template-template-lw article a .title {
  color: #000;
  font-size: 29px;
  line-height: 36px;
  margin-bottom: 0
}

.LoadMoreLW {
  width: auto;
  color: #4f4f4f;
  border: 3px solid #4f4f4f;
  text-align: center;
  padding: 20px 40px;
  font-size: 18px;
  cursor: pointer;
  text-transform: uppercase;
  margin: 30px auto 40px;
  display: table;
  font-weight: 700;
  background: 0 0;
  transition: .3s ease all
}

.LoadMoreLW:focus {
  outline: 0;
  box-shadow: none;
  border: none
}

.LoadMoreLW:hover {
  background: #4f4f4f;
  color: #fff
}

.no-animation {
  height: 350px;
  background: #0b1f2c;
  padding-top: 120px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  position: relative
}

.no-animation .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 1;
  background-size: cover;
  background-position: top center
}

.no-animation .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5)
}

.no-animation .date {
  font-size: 22px;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  width: auto;
  display: inline-block;
  color: #fff
}

.no-animation h1,
.no-animation h2 {
  color: #000;
  font-size: 45px;
  font-weight: 600;
  margin-top: 19px;
  line-height: 57px;
  letter-spacing: 1.38px;
  margin-bottom: 0
}

.no-animation .fil {
  position: relative;
  top: 0 !important;
  background: #0b1f2c;
  padding-bottom: 0 !important
}

.animation {
  padding-top: 120px;
  height: 550px;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, .5)
}

.animation h3 {
  color: #fff
}

.animation .mask {
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.animation .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  background-size: cover;
  background-position: top center
}

.animation .bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  -moz-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  -webkit-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
  height: auto;
  min-height: 100%;
  min-width: 100%
}

.animation .title {
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 0
}

.animation.petit {
  height: 350px
}

.animation.petit .content {
  height: 350px;
  text-align: center;
  padding-top: 109px
}

.fil {
  position: relative;
  background: #0b1f2c
}

.page-template-template-publication .right .highlighted,
.tax-publication-category-taxo .right .highlighted {
  width: 100%;
  position: relative;
  padding-bottom: 5px
}

.page-template-template-publication .right .highlighted .header figure,
.tax-publication-category-taxo .right .highlighted .header figure {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative
}

.page-template-template-publication .right .highlighted .header figure img,
.tax-publication-category-taxo .right .highlighted .header figure img {
  position: relative;
  max-width: 100%
}

.page-template-template-publication .right .highlighted .content,
.tax-publication-category-taxo .right .highlighted .content {
  float: none;
  width: auto;
  margin: 0 5px;
  background: #fff;
  padding: 20px 15px
}

.page-template-template-publication .right .highlighted .content .title,
.tax-publication-category-taxo .right .highlighted .content .title {
  margin: 0;
  font-size: 29px;
  margin-bottom: 10px
}

.page-template-template-publication .right .highlighted .content p,
.tax-publication-category-taxo .right .highlighted .content p {
  font-size: 16px;
  line-height: 24px
}

.page-template-template-webinar .highlith {
  padding: 45px 0
}

.page-template-template-webinar .cta.large {
  float: left;
  width: 570px
}

.page-template-template-publication .media-center.sommaire.publication .top .left li:hover h4,
.page-template-template-publication .media-center.sommaire.publication .top .left li:hover p {
  color: #009bde
}

.page-template-template-reference .secteur-choix {
  text-align: center
}

.page-template-template-reference .secteur-choix .select-secteur {
  border: 3px solid #747474;
  width: 280px;
  color: #000;
  display: inline;
  height: 58px;
  padding: 0 20px
}

.page-template-template-reference .reference-gallery {
  border: none
}

.page-template-template-reference .reference-gallery .bloc {
  display: inline-block;
  width: 183px !important
}

.blog-content .SelectCat {
  background-color: #747474;
  color: #000;
  border: none;
  width: 100%;
  margin: 0 0 40px;
  font-size: 14px;
  line-height: 43px;
  padding: 0 20px;
  border-radius: 0
}

.blog-content .SelectCat:active,
.blog-content .SelectCat:focus {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  outline: 0;
  border-color: rgba(255, 255, 255, .6)
}

.blog-content article {
  border-bottom: 1px solid #747474;
  display: table;
  min-height: 250px;
  padding-bottom: 30px
}

.blog-content article:last-of-type {
  border-bottom: none;
  margin-bottom: 0
}

.blog-content article .thumb {
  display: table-cell;
  width: 300px;
  vertical-align: top
}

.blog-content article .thumb img {
  width: 278px;
  height: auto
}

.blog-content article .blog-post-wrapper {
  display: table-cell;
  vertical-align: top;
  width: calc(100%-300px);
  position: relative
}

.blog-content article .blog-post-wrapper .permalink {
  position: absolute;
  bottom: 0
}

.blog-post {
  overflow: hidden;
  margin-bottom: 30px
}

.blog-post h2 {
  font-size: 28px;
  margin-bottom: 20px
}

.blog-post .info-article {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
  line-height: 1
}

.blog-post .info-article a {
  text-decoration: none;
  color: #5a5a5a;
  display: inline-block;
  font-weight: 600
}

.blog-post .info-article .time {
  color: #000;
  margin-left: 10px
}

.blog-post .blog-post-content {
  margin-bottom: 10px;
  line-height: 20px
}

.blog-post .secondary-btn {
  font-size: 16px;
  width: 174px;
  height: 52px;
  margin-top: 20px
}

.single-post .blog-post .main-title {
  font-weight: 600;
  color: #000;
  font-size: 32px;
  margin: 0 0 15px
}

.single-post .blog-post .info-article {
  margin: 5px 0;
  font-size: 14px;
  font-weight: 600
}

.single-post .more-post {
  float: left
}

.single-post .more-post .more-post-title {
  font-size: 18px;
  padding-bottom: 10px;
  color: #009bde;
  margin-bottom: 30px;
  border-bottom: 1px solid #747474
}

.single-post .more-post .item {
  width: 31.33%;
  margin-right: 2%;
  float: left;
  border: none
}

.single-post .more-post .item .info-article {
  margin-bottom: 0;
  border: none
}

.blog-content .category {
  background: #747474;
  width: 100%;
  padding: 0 40px;
  margin: 0 0 30px;
  line-height: 43px
}

.blog-content .category a {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  display: block
}

.blog-content .attachment-post-thumbnail {
  width: 100%
}

.blog-content .addthis_sharing_toolbox {
  margin-top: 5px
}

.post-content {
  line-height: 22px
}

.post-content h1,
.post-content h2 {
  margin-bottom: 15px
}

.post-content a {
  text-decoration: underline
}

.post-content ul {
  margin: 10px 0
}

.post-content ul li {
  padding-left: 8px;
  margin-bottom: 5px
}

.post-content ul li::before {
  content: "\f178";
  font-family: "Font Awesome 5 Free";
  color: #000;
  margin: 0 5px 0 -8px;
  font-size: 16px;
  position: relative;
  top: 2px
}

.search-info {
  font-size: 25px;
  padding-bottom: 20px
}

.search-info .text-color {
  color: #009bde
}

.search-post {
  border-bottom: 1px solid #b6b6b6;
  padding: 27px 0
}

#searchform {
  z-index: 999;
  position: absolute;
  width: 100%;
  top: 0;
  background: #009bde;
  color: #fff;
  padding: 20px;
  -moz-transform: translateY(-140px);
  -ms-transform: translateY(-140px);
  -webkit-transform: translateY(-140px);
  transform: translateY(-140px)
}

#searchform.open {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

#searchform .submit-label {
  position: absolute;
  background: 0 0;
  width: 50px;
  height: 50px;
  margin-top: 20px
}

#searchform .submit-label:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  position: absolute;
  line-height: 50px;
  margin-left: 14px
}

#searchform .submit-label input[type=submit] {
  background: 0 0;
  width: 50px;
  height: 50px
}

#searchform .submit-label:hover:before {
  color: rgba(255, 255, 255, .7)
}

#searchform input[type=text] {
  border: none;
  font-size: 48px;
  font-weight: 100;
  color: #fff;
  padding: 11px 0 10px;
  float: left;
  line-height: 1;
  background: 0 0;
  width: 550px
}

#searchform input[type=text]::-webkit-input-placeholder {
  opacity: 1;
  color: #fff
}

#searchform input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #fff
}

#searchform input[type=text]:-ms-input-placeholder {
  opacity: 1;
  color: #fff
}

#searchform input[type=text]:-moz-placeholder {
  opacity: 1;
  color: #fff
}

#searchform .close {
  position: absolute;
  right: 20px;
  top: 40px
}

#searchform .close:hover {
  cursor: pointer
}

.search-page h1 {
  margin-bottom: 30px
}

.search-page .query {
  margin-bottom: 30px;
  font-size: 22px
}

.search-page .query .term {
  color: #009bde
}

.search-page .fil {
  margin-top: 120px
}

.search-page .side {
  float: right;
  width: 280px;
  padding-top: 56px
}

.search-page .side .cta {
  margin: 0
}

.search-page .content {
  width: 880px;
  padding-top: 47px
}

.search-page .content .resultats {
  margin-bottom: 20px
}

.search-page .content h3 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  line-height: 24px
}

.search-page .content p {
  margin-bottom: 0
}

.search-page .content p a {
  color: #009bde;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif
}

.search-page .nav .pagination {
  background: #2c2c2c;
  color: #fff;
  height: 40px;
  padding-top: 8px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0
}

.search-page .nav .pagination a {
  color: #fff;
  font-size: 14px
}

.search-page .nav .pagination a i {
  background-color: #5d5d5d;
  position: absolute;
  color: #fff;
  top: 0;
  padding: 12px 14px;
  width: 40px
}

.search-page .nav .pagination a.next {
  padding-right: 50px;
  color: gray
}

.search-page .nav .pagination a.next i {
  right: 0;
  top: -8px
}

.search-page .nav .pagination a.prev {
  padding-left: 50px;
  color: gray
}

.search-page .nav .pagination a.prev i {
  top: -8px;
  left: 0
}

.search-page .nav .pagination a:hover {
  color: #fff
}

.pagination,
.wp-prev-next {
  margin: 15px 0 30px
}

.pagination {
  text-align: center;
  position: relative;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #747474;
  padding: 10px 0;
  margin-top: 30px
}

.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px
}

.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden
}

.pagination li:before {
  content: ""
}

.pagination a,
.pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 15px;
  font-weight: 600;
  padding: 0 10px 0 0;
  display: inline-block
}

.pagination a:focus,
.pagination a:hover,
.pagination span:focus,
.pagination span:hover {
  color: #747474
}

.pagination .next,
.pagination .prev {
  position: absolute;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  border: none;
  padding: 0;
  line-height: 24px
}

.pagination .next {
  right: 0
}

.pagination .next i {
  margin-left: 4px
}

.pagination .prev {
  left: 0
}

.pagination .prev i {
  margin-right: 4px
}

.pagination .current {
  cursor: default;
  color: #5a5a5a
}

.pagination .current:focus,
.pagination .current:hover {
  color: #747474
}

.pagination.last-page .prev {
  right: 0
}

.wp-prev-next .prev-link {
  float: left
}

.wp-prev-next .next-link {
  float: right
}

.widget-area .widget_archive,
.widget-area .widget_categories {
  background: #747474;
  padding: 15px 15px 5px;
  margin-bottom: 20px
}

.widget-area .widget_archive .widgettitle,
.widget-area .widget_categories .widgettitle {
  color: #5a5a5a;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 20px;
  text-align: right
}

.widget-area .widget_archive ul li,
.widget-area .widget_categories ul li {
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #b6b6b6
}

.widget-area .widget_archive ul li a,
.widget-area .widget_categories ul li a {
  color: #000;
  font-weight: 700
}

.bloc_form .mktoForm {
  width: 880px !important;
  margin: 0 auto;
  position: relative;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  line-height: 20px !important;
  overflow-y: auto
}

.form,
.marketoForm {
  border: 1px solid #909c9b;
  background: #fff;
  padding: 15px;
  margin-top: 40px;
  width: 880px;
  margin: 150px auto;
  max-width: 100%
}

.form .mktoForm,
.marketoForm .mktoForm,
.popin-content .mktoForm {
  width: 100% !important;
  position: relative;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  line-height: 20px !important;
  overflow-y: auto
}

.mktoForm .mktoFormCol {
  width: 48%
}

.mktoForm .mktoFormCol:nth-child(even) {
  margin-left: 20px
}

.mktoForm .mktoFieldDescriptor {
  min-height: 4em
}

.bloc_form .mktoForm,
.form .mktoFormRow,
.form .mktoHtmlText,
.marketoForm .mktoFormRow,
.marketoForm .mktoHtmlText {
  position: relative
}

.mktoForm .mktoButtonRow {
  display: block !important
}

.form .mktoFormCol,
.marketoForm .mktoFormCol {
  margin-bottom: 0 !important;
  margin-left: 20px
}

.form .mktoFormCol:first-of-type,
.marketoForm .mktoFormCol:first-of-type {
  margin-left: 10px
}

.form .mktoLabel,
.form .mktoOffset,
.marketoForm .mktoLabel,
.marketoForm .mktoOffset,
.mktoForm .mktoGutter,
.mktoForm .mktoLabel,
.mktoForm .mktoRequiredField .mktoAsterix,
.popin-content .mktoForm .mktoOffset {
  display: none !important
}

.bloc_form .mktoForm h4,
.form .mktoForm h4,
.marketoForm .mktoForm h4 {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 400;
  font-size: 22px;
  text-align: left !important
}

.bloc_form .mktoForm p,
.form .mktoForm p,
.marketoForm .mktoForm p {
  margin: 0 0 20px;
  padding: 0;
  font-size: 16px
}

.bloc_form .mktoForm input[type=date],
.bloc_form .mktoForm input[type=email],
.bloc_form .mktoForm input[type=number],
.bloc_form .mktoForm input[type=tel],
.bloc_form .mktoForm input[type=text],
.bloc_form .mktoForm input[type=url],
.bloc_form .mktoForm select,
.bloc_form .mktoForm select.mktoField,
.bloc_form .mktoForm textarea.mktoField,
.form .mktoForm input[type=date],
.form .mktoForm input[type=email],
.form .mktoForm input[type=number],
.form .mktoForm input[type=tel],
.form .mktoForm input[type=text],
.form .mktoForm input[type=url],
.form .mktoForm select,
.form .mktoForm select.mktoField,
.form .mktoForm textarea.mktoField,
.marketoForm .mktoForm input[type=date],
.marketoForm .mktoForm input[type=email],
.marketoForm .mktoForm input[type=number],
.marketoForm .mktoForm input[type=tel],
.marketoForm .mktoForm input[type=text],
.marketoForm .mktoForm input[type=url],
.marketoForm .mktoForm select,
.marketoForm .mktoForm select.mktoField,
.marketoForm .mktoForm textarea.mktoField,
.popin-content .mktoForm input[type=date],
.popin-content .mktoForm input[type=email],
.popin-content .mktoForm input[type=number],
.popin-content .mktoForm input[type=tel],
.popin-content .mktoForm input[type=text],
.popin-content .mktoForm input[type=url],
.popin-content .mktoForm select,
.popin-content .mktoForm select.mktoField,
.popin-content .mktoForm textarea.mktoField {
  width: 100%;
  margin: 10px 0;
  border: none;
  border-radius: 0;
  background: 0 0;
  border: 1px solid #909c9b;
  padding: 5px 10px !important;
  font-size: 16px;
  height: 40px;
  box-sizing: border-box;
  box-shadow: none;
  color: #909c9b
}

.form .mktoForm input:focus,
.form .mktoForm select:focus,
.form .mktoForm textarea:focus,
.marketoForm .mktoForm input:focus,
.marketoForm .mktoForm select:focus,
.marketoForm .mktoForm textarea:focus {
  outline: 0
}

.form .mktoButtonWrap,
.marketoForm .mktoButtonWrap {
  margin-left: 0 !important
}

.form .mktoForm textarea.mktoField,
.marketoForm .mktoForm textarea.mktoField {
  resize: none;
  height: 160px;
  width: 820px !important
}

.form .mktoForm select,
.marketoForm .mktoForm select {
  padding: 0 10px !important;
  -webkit-appearance: none;
  -moz-appearance: none
}

.form .mktoForm select option:first-of-type,
.marketoForm .mktoForm select option:first-of-type {
  color: #a7a9ac !important
}

.form .mktoForm .mktoButtonWrap.mktoInset .mktoButton,
.marketoForm .mktoForm .mktoButtonWrap.mktoInset .mktoButton,
.mktoForm .mktoButtonWrap.mktoRound .mktoButton,
.popin-content .mktoForm .mktoButtonWrap.mktoInset .mktoButton {
  background: #009bde;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 5px 40px 5px 15px;
  display: block;
  width: 120px;
  letter-spacing: 1px;
  height: 48px;
  border: none;
  box-shadow: none;
  position: relative;
  display: block;
  margin: 0 auto;
  background-image: none;
  border-radius: none
}

.form .mktoGutter,
.marketoForm .mktoGutter {
  display: none
}

.form .mktoForm label,
.marketoForm .mktoForm label {
  font-size: 14px
}

.form .mktoForm input[type=checkbox]+label:before,
.form .mktoForm input[type=radio]+label:before,
.marketoForm .mktoForm input[type=checkbox]+label:before,
.marketoForm .mktoForm input[type=radio]+label:before {
  font-size: 20px
}

.form .mktoForm .mktoCheckboxList,
.marketoForm .mktoForm .mktoCheckboxList {
  width: auto;
  float: left;
  height: 20px;
  margin-right: 10px
}

.form .mktoForm .country,
.form .mktoForm .submit,
.marketoForm .mktoForm .country,
.marketoForm .mktoForm .submit {
  position: relative;
  width: auto
}

.form .mktoForm .country:after,
.marketoForm .mktoForm .country:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 10px;
  top: 22px
}

.form .mktoForm .mktoButtonWrap.mktoInset .mktoButton:after,
.marketoForm .mktoForm .mktoButtonWrap.mktoInset .mktoButton:after,
.popin-content .mktoForm .mktoButtonWrap.mktoInset .mktoButton:after {
  display: none
}

.form .mktoButtonRow,
.marketoForm .mktoButtonRow {
  width: 100%
}

.form .mktoForm .mktoLogicalField.mktoInvalid,
.form .mktoForm input.mktoField.mktoInvalid,
.form .mktoForm select.mktoField.mktoInvalid,
.form .mktoForm textarea.mktoField.mktoInvalid,
.marketoForm .mktoForm .mktoLogicalField.mktoInvalid,
.marketoForm .mktoForm input.mktoField.mktoInvalid,
.marketoForm .mktoForm select.mktoField.mktoInvalid,
.marketoForm .mktoForm textarea.mktoField.mktoInvalid {
  border-color: #2c2c2c
}

.faculty.single .contenu .wrapper {
  max-width: 700px;
  text-align: center
}

.faculty.single .contenu .wrapper img {
  width: auto;
  margin: 0 auto
}

.faculty.single .contenu .wrapper .info {
  margin: 60px auto 40px
}

.faculty.single .contenu .wrapper .info .data {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-left: 20px
}

.faculty.single .contenu .wrapper .info .data h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 78px;
  margin-bottom: 0
}

.faculty.single .contenu .wrapper .info .data span {
  color: #009bde;
  font-size: 17px;
  font-weight: 400
}

.faculty.single .contenu .wrapper .info .author {
  display: inline-block;
  border-radius: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  vertical-align: middle;
  border: 5px solid #dadada;
  width: 156px
}

.faculty.single .contenu .wrapper .school {
  margin-bottom: 40px
}

.faculty.single .contenu .wrapper .link {
  display: inline-block;
  background: #009bde;
  color: #fff;
  padding: 20px;
  margin-right: 16px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 40px auto 60px
}

.faculty.single .contenu .wrapper .link:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px
}

.faculty.single .contenu .wrapper .link:after {
  content: ""
}

.faculty.single .contenu .wrapper iframe {
  margin-top: 40px
}

.faculty.sommaire .contenu {
  padding-bottom: 30px
}

.faculty.sommaire .contenu .wrapper {
  width: 1200px
}

.faculty.sommaire .contenu h2 {
  margin: 50px 10px 18px
}

.faculty.sommaire .contenu h3 {
  text-transform: capitalize;
  border-bottom: 1px solid #464646;
  padding-bottom: 9px;
  margin: 46px 10px 10px
}

.faculty .faculty_menu_inter {
  text-transform: uppercase;
  position: fixed;
  top: -50px;
  z-index: 99999;
  width: 100%
}

.faculty .faculty_menu_inter .contenu {
  padding-bottom: 15px;
  font-size: 21px
}

.faculty .faculty_menu_inter .contenu ul li {
  margin: 0 10px
}

.faculty .faculty_menu_inter .contenu ul li:before {
  display: none
}

.faculty .faculty_menu_inter {
  height: 50px;
  background: #fff
}

.faculty .faculty_menu_inter .intermobile {
  display: none
}

.faculty .faculty_menu_inter .contenu {
  background: #272727;
  color: #fff;
  padding: 15px 0;
  font-size: 14px;
  text-align: center;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.faculty .faculty_menu_inter .contenu ul {
  width: auto;
  margin: 0 auto;
  list-style: none
}

.faculty .faculty_menu_inter .contenu ul li {
  display: inline-block;
  margin: 0 12px;
  list-style: none
}

.faculty .faculty_menu_inter .contenu ul li a {
  color: #fff;
  text-transform: capitalize
}

.faculty .faculty_menu_inter .contenu ul li a:hover {
  color: #cdcdcd
}

.faculty .faculty_menu_inter .contenu.sticky {
  position: fixed;
  width: 100%;
  z-index: 999999;
  background: rgba(0, 0, 0, .8);
  -moz-transform: translateY(106px);
  -ms-transform: translateY(106px);
  -webkit-transform: translateY(106px);
  transform: translateY(106px)
}

.partners {
  padding-top: 120px
}

.partners .content .page-chapo,
.partners .content h1 {
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

.partners .content h1 {
  margin-top: 50px
}

.partners .content .page-chapo {
  margin-bottom: 90px
}

.partners .bloc {
  width: 580px;
  float: left;
  margin-right: 20px;
  margin-bottom: 52px
}

.partners .bloc.block-2,
.partners .bloc.block-4 {
  margin-right: 0
}

.partners .bloc h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 27px
}

.partners .bloc img {
  float: left;
  margin-right: 14px;
  margin-top: -6px
}

.partners .bloc .contenu {
  border: 3px solid #7f7c7c;
  padding: 6px 17px;
  width: 100%
}

.partners .bloc .contenu .country {
  position: relative
}

.partners .bloc .contenu .dropdown {
  background: #d9d9d9;
  color: #000;
  opacity: 1;
  position: relative;
  margin: 13px auto 34px;
  font-size: 16px;
  z-index: 98;
  height: 46px;
  font-size: 14px;
  border: none;
  line-height: 46px
}

.partners .bloc .contenu .text {
  max-height: 150px;
  overflow: hidden;
  letter-spacing: .38px
}

.partners .bloc .contenu h3 {
  font-size: 18px;
  font-weight: 400;
  color: #009bde;
  border-bottom: 1px solid #dadada;
  padding-bottom: 11px;
  letter-spacing: .5px;
  line-height: 24px;
  margin: 7px 0
}

.partners .bloc .contenu .button {
  width: auto;
  margin: 13px auto 34px;
  padding: 13px 15px;
  display: table
}

.partners.country .entete .wrapper img {
  display: inline-block
}

.partners.country .info {
  text-align: center;
  max-width: 700px;
  margin: 0 auto
}

.partners.country .info h2 {
  margin-top: 55px;
  text-transform: capitalize;
  margin-bottom: 20px
}

.partners.country .fil {
  margin-top: 0
}

.partners.country .content {
  padding-bottom: 30px
}

.partners.country .content .wrapper {
  width: 1200px
}

.ui-autocomplete li {
  background: #d9d9d9;
  color: #000;
  padding: 5px 18px;
  width: 540px
}

.site-footer .contact-bar {
  color: #fff;
  padding: 0;
  position: relative
}

.site-footer .contact-bar p {
  margin-top: -3px;
  line-height: 33px;
  margin-bottom: 30px;
  letter-spacing: .8px;
  display: block;
  text-align: center;
  font-size: 37px;
  font-weight: 300
}

.site-footer .contact-bar p br {
  display: none
}

.site-footer .contact-bar a,
.site-footer .main-menu ul li:first-child a {
  border: 3px solid #d7da28;
  text-align: center;
  padding: 20px 55px;
  color: #d7da28;
  font-size: 22px;
  font-weight: 700;
  display: table;
  margin: 0 auto;
  text-transform: uppercase;
  cursor: pointer;
  transition: .3s ease all
}

.site-footer .contact-bar a:hover,
.site-footer .main-menu ul li:first-child a:hover {
  text-decoration: none;
  color: #009bde;
  background: #d7da28
}

.site-footer .contact-bar .form {
  display: none
}

.site-footer .main-menu ul li:first-child {
  display: block;
  margin-bottom: 30px
}

.page-template-template-thx .bloc_html .wrapper,
.page-template-template-thx .block-2 .wrapper,
.page-thank-you-contact .block-2 .wrapper {
  overflow: visible
}

.page-template-template-thx .site-footer,
.page-thank-you-contact .site-footer {
  display: none
}

.page-template-template-thx .indexel-icon:before,
.page-thank-you-contact .indexel-icon:before {
  content: '';
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 42px;
  color: #fff;
  font-size: 23px
}

.page-template-template-thx .indexel-icon:hover:before,
.page-thank-you-contact .indexel-icon:hover:before {
  border: 1px solid #009bde;
  color: #009bde;
  background: #fff
}

.page-template-template-thx .linkedin-item:before,
.page-thank-you-contact .linkedin-item:before {
  content: '\f0e1';
  background: #009bde;
  border: 1px solid #fff
}

.page-template-template-thx .facebook-item:before,
.page-thank-you-contact .facebook-item:before {
  content: '\f09a';
  background: #009bde;
  border: 1px solid #fff
}

.page-template-template-thx .rss-item:before,
.page-thank-you-contact .rss-item:before {
  content: '\f09e';
  background: #009bde;
  border: 1px solid #fff
}

.page-template-template-thx .youtube-item:before,
.page-thank-you-contact .youtube-item:before {
  content: '\f167';
  background: #009bde;
  border: 1px solid #fff
}

.page-template-template-thx .twitter-item:before,
.page-thank-you-contact .twitter-item:before {
  content: '\f099';
  background: #009bde;
  border: 1px solid #fff
}

.page-template-template-thx .google_plus-item:before,
.page-thank-you-contact .google_plus-item:before {
  content: '\f0d5';
  background: #009bde;
  border: 1px solid #fff
}

.page-template-template-thx .instagram-item:before,
.page-thank-you-contact .instagram-item:before {
  content: '\f16d';
  background: #009bde;
  border: 1px solid #fff
}

.page-template-template-thx .viadeo-item,
.page-thank-you-contact .viadeo-item {
  top: 1px
}

.page-template-template-thx .viadeo-item:before,
.page-thank-you-contact .viadeo-item:before {
  content: '\e00f';
  font-family: Flaticon;
  background: #009bde;
  border: 1px solid #fff
}

.page-template-template-thx .indexel-icon:after,
.page-thank-you-contact .indexel-icon:after {
  content: '';
  z-index: -1;
  position: absolute;
  display: block;
  width: 42px;
  height: 42px;
  background: red;
  border-radius: 42px;
  top: 2px;
  left: 2px;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1
}

.page-template-template-thx .linkedin-item:after,
.page-thank-you-contact .linkedin-item:after {
  background: 0 0
}

.page-template-template-thx .facebook-item:after,
.page-thank-you-contact .facebook-item:after {
  background: 0 0
}

.page-template-template-thx .rss-item:after,
.page-thank-you-contact .rss-item:after {
  background: 0 0
}

.page-template-template-thx .youtube-item:after,
.page-thank-you-contact .youtube-item:after {
  background: 0 0
}

.page-template-template-thx .twitter-item:after,
.page-thank-you-contact .twitter-item:after {
  background: 0 0
}

.page-template-template-thx .google_plus-item:after,
.page-thank-you-contact .google_plus-item:after {
  background: 0 0
}

.page-template-template-thx .viadeo-item:after,
.page-thank-you-contact .viadeo-item:after {
  background: 0 0
}

.site-footer {
  background: url(../images/pattern.png) repeat #009bde fixed;
  color: #a7a9ac;
  padding: 60px 0 0;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 300
}

.site-footer .wrapper {
  overflow: visible
}

.site-footer .main-menu ul li {
  margin: 0;
  display: inline-block
}

.site-footer ul li:before {
  display: none !important
}

.site-footer .main-menu ul li a {
  margin-right: 10px;
  border-right: 1px solid #fff;
  padding-right: 10px;
  font-size: 16px;
  color: #fff
}

.site-footer .main-menu ul li:last-of-type a {
  margin-right: 0;
  border-right: 0;
  padding-right: 0
}

.site-footer .main-menu ul li ul li {
  margin: 0
}

.site-footer .main-menu ul li ul li a {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif
}

.site-footer .menu-footer {
  margin-bottom: 30px
}

.site-footer .menu-footer ul li {
  display: inline-block
}

.site-footer .menu-footer ul li a {
  margin-right: 10px;
  border-right: 1px solid #fff;
  padding-right: 10px;
  font-size: 16px;
  color: #fff
}

.site-footer .menu-footer ul li:last-of-type a {
  margin-right: 0;
  border-right: 0;
  padding-right: 0
}

.site-footer .menu-footer ul li a:hover {
  color: #fff
}

.site-footer .menu-footer ul li ul li {
  margin: 0
}

.site-footer .menu-footer ul li ul li a {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif
}

.site-footer .social .social-widget {
  margin: 4px 0 40px
}

.site-footer .social .widget_text_icl h4 {
  color: #a7a9ac;
  font-size: 16px;
  margin-bottom: 4px
}

.site-footer .social .widget_text_icl p {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  margin-bottom: 0
}

.site-footer .social .widget_text_icl .newsletter {
  position: relative
}

.site-footer .social .widget_text_icl .newsletter input {
  border: none;
  font-size: 13px;
  color: #a7a9ac;
  border-radius: 0;
  letter-spacing: -.4px;
  background: #626262
}

.site-footer .social .widget_text_icl .newsletter:after {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  display: block;
  color: #a7a9ac;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 17px;
  top: 31px;
  z-index: 999;
  font-size: 20px
}

.site-footer .social .widget_text_icl .newsletter:hover:after {
  color: #fff
}

.site-footer .social .willey {
  float: right;
  margin-top: 32px
}

.site-footer .social .willey:hover {
  opacity: .5
}

.site-footer .selectLang {
  display: none
}

.site-footer h5 {
  font-size: 16px;
  font-weight: 400;
  color: #a7a9ac;
  margin-bottom: 10px
}

.site-footer p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px
}

.site-footer .newsletter-wrapper {
  margin: 0
}

.site-footer .newsletter-wrapper input[type=text] {
  margin: 0;
  width: 279px;
  padding: 20px 15px;
  background: #626262;
  border: none;
  color: #a7a9ac;
  font-size: 13px
}

.site-footer .newsletter-wrapper input[type=text]:focus {
  background: #454545;
  font-weight: 100;
  border: none;
  outline: 0
}

.site-footer .newsletter-input-wrapper {
  position: relative
}

.site-footer .newsletter-input-wrapper .newsletter-button {
  position: absolute;
  cursor: pointer;
  top: 32px;
  right: 15px;
  height: 30px;
  width: 25px;
  background: 0 0;
  -webkit-appearance: none;
  border: none
}

.site-footer .newsletter-input-wrapper .newsletter-button:active,
.site-footer .newsletter-input-wrapper .newsletter-button:focus {
  background: 0 0;
  border: none;
  outline: 0
}

.site-footer .newsletter-wrapper .newsletter-label:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  float: right;
  font-size: 23px;
  top: 20px;
  right: 22px;
  cursor: pointer
}

.site-footer #back_to_top {
  position: absolute;
  top: -5px;
  right: -72px;
  background: #2c2c2c;
  padding: 11px 16px;
  font-size: 28px
}

.site-footer #back_to_top:hover {
  cursor: pointer
}

.copyright {
  background: #0b1f2c;
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 19px 0;
  position: relative
}

.copyright a img {
  position: absolute;
  right: 0;
  width: 110px
}

.copyright p {
  margin-bottom: 0
}

.copyright p br {
  display: none
}

.addthis-animated {
  -webkit-transition: animation-duration(0s);
  transition: animation-duration(0s)
}

.translation {
  position: fixed;
  background: #0b1f2c;
  color: #fff;
  font-size: 19px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  padding: 23px 0
}

.translation p:before {
  content: "i";
  background: #009bde;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 100%;
  height: 38px;
  width: 38px;
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  padding: 4px 16px;
  box-sizing: border-box;
  margin-right: 10px
}

.translation p {
  display: inline-block;
  margin-bottom: 0
}

.translation .disable-translate {
  display: inline-block;
  background: #848484;
  color: #fff;
  margin-left: 15px;
  padding: 0 10px;
  height: 32px;
  cursor: pointer
}

.translation .enbale-translate {
  text-transform: uppercase;
  background: #009bde;
  padding: 5px 10px;
  color: #fff;
  margin-left: 50px;
  height: 32px
}

iframe[name=google_conversion_frame] {
  display: none
}

#mm-blocker {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999
}

.Formbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 99999999;
  max-height: 100%;
  overflow-y: scroll;
  -moz-transition-property: none !important;
  -o-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important
}

.Formbox::-webkit-scrollbar {
  width: 10px;
  height: 10px
}

.Formbox::-webkit-scrollbar-track {
  background-color: none
}

.Formbox::-webkit-scrollbar-thumb {
  background-color: #747474
}

.Formbox::-webkit-scrollbar-button {
  background-color: #747474
}

.Formbox::-webkit-scrollbar-corner {
  background-color: #2c2c2c
}

.Formbox .marketoForm {
  width: 880px;
  margin: 0 auto;
  display: block;
  margin-top: 100px;
  position: relative;
  z-index: 99
}

.Formbox:before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, .5);
  z-index: -1
}

.Formbox .marketoForm .close {
  float: right;
  z-index: 10;
  display: block;
  position: relative
}

.Formbox .marketoForm .close:hover {
  cursor: pointer
}

.Formbox.open {
  display: block
}

.popin-content {
  position: fixed;
  z-index: 0;
  visibility: hidden;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.popin-content .v-align {
  position: absolute !important
}

.popin-content.active {
  z-index: 999999999;
  visibility: visible;
  opacity: 1;
  overflow: auto
}

.popin-content .mask {
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0
}

.popin-content .wrapper {
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
  width: 880px;
  margin: 0 auto;
  display: block;
  background: #d9d9d9;
  border: 5px solid #ededed;
  padding: 20px;
  padding-top: 50px;
  max-width: calc(100% - 32px)
}

.popin-content.active .mask {
  opacity: 1
}

.popin-content.active .wrapper {
  top: 0;
  margin: 20px auto;
  opacity: 1;
  -ms-transform: none;
  transform: none
}

.popin-content .mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, .5)
}

.popin-content .wrapper {
  left: 0;
  right: 0
}

.popin-content .wrapper .content .close {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 25px;
  width: 100px;
  cursor: pointer
}

.popin-content .wrapper .content .close:after,
.popin-content .wrapper .content .close:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background: #0b1f2c;
  transform: rotate(45deg);
  right: 0;
  transform-origin: 50% 0;
  top: 50%
}

.popin-content .wrapper .content .close:after {
  transform: rotate(-45deg)
}

.popin-content .wrapper .content .close i {
  display: none
}

.popin-content .wrapper iframe {
  width: 100%
}

.onglet-title.solution {
  color: #fdbc3d
}

.header-quizz {
  position: relative;
  height: 430px;
  padding-top: 125px;
  overflow: hidden
}

.header-quizz .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: #1f9bde
}

.header-quizz .bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: auto
}

.header-quizz .center-element-content {
  position: absolute !important;
  left: 0;
  right: 0
}

.header-quizz .quizz-title {
  position: relative;
  font-size: 58px;
  line-height: 60px;
  font-weight: 700;
  color: #fff
}

.quizz .bloc-intro {
  background: #385cae;
  padding: 70px 0 50px
}

.quizz .bloc-intro .chapo {
  color: #fff;
  font-size: 24px;
  line-height: 37px
}

.quizz .bloc-intro .btn {
  margin: 0 auto;
  display: table;
  padding: 20px 50px
}

.quizz .progress-bar {
  background: #5a6771;
  padding: 60px 0
}

.quizz .progress-bar.sticky-on {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999
}

.quizz .progress-bar .progress {
  height: 25px;
  width: 100%;
  position: relative;
  display: block;
  background: #fff
}

.quizz .progress-bar .progress .jauge {
  position: absolute;
  top: 0;
  right: 100%;
  left: 0;
  bottom: 0;
  background: #e1e71b
}

.quizz .question {
  padding: 90px 0 0;
  background: #f2f2f2
}

.quizz .question .wrapper {
  border-bottom: 1px solid #cecece;
  padding-bottom: 90px
}

.quizz .question:last-of-type .wrapper {
  border-bottom: 0
}

.question .header-question img {
  float: left
}

.question .header-question .right {
  float: right;
  width: 1000px
}

.question .header-question .number {
  color: #009bde;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px
}

.question .header-question .title-question {
  font-size: 36px;
  line-height: 50px
}

.question .answers .answer {
  float: left;
  width: 380px;
  margin-right: 20px;
  position: relative;
  height: 380px;
  background: #fff
}

.dn {
  display: none
}

.show-mobile {
  display: none
}

.question .answers .answer:last-of-type {
  margin-right: 0
}

.question .answers .answer .top {
  width: 100%;
  font-size: 30px;
  color: #fff;
  padding: 35px 0;
  text-align: center;
  font-weight: 700
}

.question .answers .answer.red .top {
  background: #ef493e
}

.question .answers .answer.yellow .top {
  background: #fdbc3d
}

.question .answers .answer.blue .top {
  background: #74ceea
}

.question .answers .answer .content {
  padding: 20px 25px;
  font-size: 18px;
  line-height: 33px
}

.question .answers .answer .check {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #f2f2f2;
  border: 1px solid #8f9d9d;
  display: block;
  text-align: center;
  margin: 0 auto
}

.question .answers .answer .check input {
  display: none
}

.question .answers .answer.checked .check:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 35px;
  line-height: 40px
}

.question .answers .answer.checked.red .check:after {
  color: #ef493e
}

.question .answers .answer.checked.yellow .check:after {
  color: #fdbc3d
}

.question .answers .answer.checked.blue .check:after {
  color: #74ceea
}

.question .btn {
  display: table;
  margin: 62px auto 0;
  padding: 20px 50px
}

.question input[type=submit] {
  width: auto;
  background: #fdbc3d;
  color: #fff;
  padding: 30px 60px;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  text-transform: none
}

.question .btn:after,
.question input[type=submit]:after {
  content: "\f105";
  display: inline-block;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-left: 5px
}

.question .btn:hover {
  color: #fff;
  background: #fca400
}

.question .dropdown {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #dfdfdf;
  font-size: 30px;
  font-weight: 700;
  color: #5c6670;
  height: 90px;
  line-height: 90px;
  position: relative;
  z-index: 99
}

.question .dropdown:after {
  position: absolute;
  right: 20px;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  color: #009bde;
  font-size: 60px;
  top: 0
}

.question .dropdown li {
  padding: 0 30px;
  cursor: pointer
}

.question .dropdown li:hover {
  color: #009bde
}

.question .dropdown ul {
  font-size: 18px;
  line-height: 39px;
  background: #fff;
  left: 0;
  right: 0;
  max-height: 180px;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 9999
}

.question .dropdown.visible {
  opacity: 1
}

.ghost-input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99
}

.ghost-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999
}

.clear {
  clear: both;
  margin: 0;
  padding: 0
}

.bg-light {
  background: #e9e8e8
}

.bg-dark {
  background: #8f9d9d
}

.entete-thx {
  height: 380px;
  background: #219cdc
}

.entete-thx .title-thx {
  color: #fff;
  font-size: 94px;
  font-weight: 100;
  line-height: 95px
}

.entete-thx .subtitle-thx {
  color: #fff;
  font-size: 35px;
  font-weight: 400
}

.entete-thx.no-header {
  margin-top: 120px
}

.thx .block {
  padding: 50px 0
}

.entete-landing {
  height: 380px;
  width: 100%;
  position: relative;
  overflow: hidden
}

.entete-landing .v-align {
  left: 0;
  right: 0;
  margin-top: 60px
}

.entete-landing img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: auto;
  min-height: 100%
}

.landing .title {
  background: #219cdc;
  padding: 50px 0
}

.landing .title.dark {
  background: #0b1f2c;
  color: #fff
}

.landing .title.library {
  background: #3b5cad;
  color: #fff
}

.landing .title.gray {
  background: #747474;
  color: #fff
}

.landing .title.corp {
  background: #009bde;
  color: #fff
}

.landing .title.color_77226C {
  background: #77226c;
  color: #fff
}

.landing .title.color_A12481 {
  background: #a12481;
  color: #fff
}

.landing .title.color_EF483D {
  background: #ef483d;
  color: #fff
}

.landing .title.color_3B5CAD {
  background: #3b5cad;
  color: #fff
}

.landing .title.color_74CEEA {
  background: #74ceea;
  color: #fff
}

.landing .title.color_90D2C9 {
  background: #90d2c9;
  color: #fff
}

.landing .title.color_DFE228 {
  background: #dfe228;
  color: #fff
}

.landing .title.color_FDBC3D {
  background: #fdbc3d;
  color: #fff
}

.landing .title .title-landing {
  color: #fff;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 48px;
  font-weight: 100
}

.landing .form-landing {
  float: right;
  background: #fff;
  padding: 40px 60px;
  width: 460px
}

.landing .content-landing {
  position: relative
}

.landing .wrapper-form {
  z-index: 99
}

.landing .form-landing img {
  margin: 0 auto;
  display: block
}

.landing .form-landing .mktoForm {
  width: 100% !important
}

.landing .form-landing .mktoForm .mktoFieldWrap,
.landing .form-landing .mktoForm .mktoFormCol {
  width: 100%;
  float: none
}

.landing .form-landing .mktoForm input[type=date],
.landing .form-landing .mktoForm input[type=email],
.landing .form-landing .mktoForm input[type=number],
.landing .form-landing .mktoForm input[type=tel],
.landing .form-landing .mktoForm input[type=text],
.landing .form-landing .mktoForm input[type=url],
.landing .form-landing .mktoForm select,
.landing .form-landing .mktoForm select .landing .form-landing .mktoField,
.landing .form-landing .mktoForm textarea {
  width: 100% !important;
  border: 1px solid #bebfc1;
  box-shadow: none;
  padding: 0 15px
}

.landing .form-landing .mktoForm div,
.landing .form-landing .mktoForm label,
.landing .form-landing .mktoForm p,
.landing .form-landing .mktoForm span {
  width: 100% !important;
  background: 0 0
}

.landing .form-landing .mktoForm .mktoOffset,
.landing .form-landing .mktoLabel {
  display: none
}

.landing .form-landing .mktoForm .mktoButtonWrap.mktoInset .mktoButton {
  background: #009bde;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 5px 15px 5px;
  display: block;
  width: 120px;
  letter-spacing: 1px;
  height: 48px;
  border: none;
  box-shadow: none;
  position: relative;
  display: block;
  margin: 0 auto;
  background-image: none;
  border-radius: none
}

.landing .content-bloc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #8f9d9d
}

.landing .content-bloc .block {
  padding: 50px 0;
  font-size: 18px;
  line-height: 32px
}

.landing .content-bloc .bg-white {
  background: #fff
}

.landing .content-bloc .bg-dark {
  background: #0b1f2c
}

.landing .content-bloc .bg-library {
  background: #3b5cad
}

.landing .content-bloc .bg-gray {
  background: #747474
}

.landing .content-bloc .bg-corp {
  background: #009bde
}

.landing .content-bloc .bg-color_77226C {
  background: #77226c
}

.landing .content-bloc .bg-color_A12481 {
  background: #a12481
}

.landing .content-bloc .bg-color_EF483D {
  background: #ef483d
}

.landing .content-bloc .bg-color_3B5CAD {
  background: #3b5cad
}

.landing .content-bloc .bg-color_74CEEA {
  background: #74ceea
}

.landing .content-bloc .bg-color_90D2C9 {
  background: #90d2c9
}

.landing .content-bloc .bg-color_DFE228 {
  background: #dfe228
}

.landing .content-bloc .bg-color_FDBC3D {
  background: #fdbc3d
}

.landing .content-bloc .content,
.landing .content-bloc .title-block {
  width: 100%;
  max-width: calc(100% - 500px)
}

.landing .content-bloc .title-block {
  color: #219cdc;
  font-size: 35px;
  font-weight: 500
}

.landing .bg-dark {
  color: #fff
}

.fail {
  margin-top: 180px
}

.fail .wrapper {
  max-width: 700px
}

.page-template-template-flexible .filter-on.filter-light .bg:before {
  background: rgba(11, 31, 44, .25)
}

.page-template-template-flexible .filter-on.filter-medium .bg:before {
  background: rgba(11, 31, 44, .5)
}

.page-template-template-flexible .filter-on.filter-strong .bg:before {
  background: rgba(11, 31, 44, .75)
}

.page-template-template-flexible .filter-on.filter-white .bg:before {
  background: rgba(255, 255, 255, .5)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
  .header #logo {
    background: transparent url(../images/logo@2x.jpg) left top no-repeat;
    background-size: 150px 41px
  }
}

@media only screen and (max-width:1240px) {
  .wrapper {
    width: 880px
  }

  .col-row .col-third {
    width: 266px
  }

  .col-row .col-half {
    width: 410px
  }

  .FrontPage .col-row .col-third {
    width: calc((100% / 3) - 40px)
  }

  .FrontPage .news .wrapper,
  .FrontPage .sucess-stories .wrapper {
    width: 900px
  }

  .FrontPage .news .cta:nth-child(3),
  .FrontPage .news .cta:nth-child(4) {
    display: block
  }

  .cta.CTA_home {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0
  }

  .cta.CTA_home:nth-last-child(2) {
    display: block !important
  }

  .cta.CTA_home:nth-child(even) {
    margin-right: 0
  }

  .sucess-stories .wrapper {
    width: 900px
  }

  .sucess-stories .wrapper .temoignage:nth-last-child(2) {
    display: none
  }

  .language_selector img {
    right: 0
  }

  .client .wrapper {
    width: 900px
  }

  .client .contenu {
    float: left;
    width: 580px;
    margin-left: 10px
  }

  .client .contenu h1 {
    text-align: left
  }

  .client .contenu p {
    text-align: left;
    width: 90%;
    font-size: 16px;
    line-height: 23px;
    margin: 36px 0 0
  }

  .client .contenu p br {
    display: none
  }

  .client .selector {
    float: right;
    width: 280px;
    margin: 65px 10px 0 0
  }

  .client .selector select,
  .client .selector ul {
    margin: -1px 0 0
  }

  .client .selector .dropdown.select:before {
    top: 0;
    right: -10px
  }

  .client .testi {
    margin-top: 36px
  }

  .dropdown {
    opacity: 1
  }

  .temoignage {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .temoignage .contenu {
    width: 245px;
    margin-left: 0
  }

  .loadMore {
    width: 880px
  }

  .testimonial .entete img {
    width: auto;
    margin: 0 auto
  }

  .testimonial .entete img.Right {
    right: 0;
    left: auto
  }

  .testimonial .entete img.Left {
    left: 0;
    right: auto
  }

  .testimonial .entete .content .citation,
  .testimonial .entete .content.withVideo .citation {
    width: 100%
  }

  .testimonial .contenu .content,
  .testimonial .contenu h1 {
    width: 560px
  }

  .testimonial .contenu h1 {
    margin-top: 53px
  }

  .also .wrapper {
    width: 900px
  }

  .media-center .contenu .content {
    width: 580px
  }

  .media-center .related .wrapper {
    width: 900px
  }

  .media-center.sommaire.publication .top .right {
    width: 280px
  }

  .media-center.sommaire .contenu .last .wrapper {
    width: 900px
  }

  .media-center.home .events .wrapper,
  .media-center.home .news .wrapper,
  .media-center.home .publication .wrapper {
    width: 900px
  }

  .media-center.home .events .wrapper .cta:nth-last-child(2),
  .media-center.home .news .wrapper .cta:nth-last-child(2),
  .media-center.home .publication .wrapper .cta:nth-last-child(2) {
    display: none;
    opacity: 0;
    visibility: hidden
  }

  .animation h1,
  .animation h2 {
    font-size: 38px;
    line-height: 50px
  }

  .no-animation h1,
  .no-animation h2 {
    font-size: 38px;
    line-height: 50px
  }

  .single-publication-type .contenu .content,
  .single-publication-type .contenu .form-content {
    width: calc(50% - 20px)
  }

  .faculty.sommaire .contenu .wrapper {
    width: 900px
  }

  .partners .bloc {
    width: 430px
  }

  .partners.country .content .wrapper {
    width: 900px
  }

  .ui-autocomplete li {
    width: 430px
  }

  .cta.CTA_newsletter_large {
    width: 280px;
    padding: 40px 20px
  }

  .cta.CTA_newsletter_large h5 {
    margin-bottom: 20px
  }

  .cta.faculty-type.large {
    width: 430px;
    padding: 20px
  }

  .cta.faculty-type.large .name {
    font-size: 17px
  }

  .cta.faculty-type.large p {
    font-size: 15px
  }

  .cta.faculty-type.large .left {
    top: auto !important;
    display: table-cell
  }

  .cta.faculty-type.large .left .author {
    width: 110px
  }

  .cta.faculty-type.large .right {
    width: 250px;
    display: table-cell
  }

  .cta.faculty-type.large .bottom {
    left: 20px;
    width: auto;
    text-align: center;
    height: 100px
  }

  .cta.faculty-type.large .bottom img {
    display: block;
    width: auto;
    margin: 0 auto;
    max-height: 80px
  }

  .cta.faculty-type.large .contenthover {
    left: 20px;
    right: 20px
  }

  .bloc_cta .wrapper {
    width: 900px
  }

  .bloc_cta .cta:nth-last-child(2) {
    display: none
  }

  .bloc_cta_multi .wrapper {
    width: 900px
  }

  .bloc_citation .photo {
    display: none
  }

  .header_big.right .content {
    float: none;
    margin: 0 auto;
    text-align: center
  }

  .header_big .logo {
    display: inline-block;
    text-align: center;
    width: auto;
    margin: 0 auto
  }

  .bloc_graphic .link {
    display: block;
    margin-top: 20px
  }

  .bloc_html_cta .content {
    width: 580px
  }

  .bloc_html_cta.left .content {
    margin-left: 20px
  }

  .bloc_html_cta.right .content {
    margin-right: 20px
  }

  .bloc_html iframe {
    max-width: 100%;
    height: auto;
    min-height: 360px
  }

  .bloc_team .team {
    width: 100%
  }

  .bloc_team .team .img {
    width: 200px
  }

  .bloc_graphic .left {
    width: 440px
  }

  .bloc_graphic .right {
    width: 400px
  }

  .bloc_galerie .slider {
    padding: 20px 60px
  }

  .bloc_galerie #slideshow-1 .pager.cycle-prev {
    left: 20px
  }

  .bloc_galerie #slideshow-1 .pager.cycle-next {
    right: 20px
  }

  .bloc_galerie #slideshow-2 {
    padding: 20px 50px
  }

  .form .mktoFormCol {
    width: 100% !important;
    margin: 0 !important
  }

  .form .mktoFieldWrap,
  .form .mktoForm input[type=date],
  .form .mktoForm input[type=email],
  .form .mktoForm input[type=number],
  .form .mktoForm input[type=tel],
  .form .mktoForm input[type=text],
  .form .mktoForm input[type=url],
  .form .mktoForm select,
  .form .mktoForm select.mktoField,
  .form .mktoForm textarea.mktoField {
    width: 100% !important
  }

  .site-footer {
    padding: 30px 0
  }

  .site-footer .social {
    float: none;
    margin: 0 auto
  }

  .site-footer .social .social-widget {
    margin: 4px 0 30px
  }

  .site-footer .social .widget_text_icl,
  .site-footer .social .willey {
    display: none
  }

  .site-footer .main-menu {
    width: 700px
  }

  .site-footer .menu-footer {
    width: 160px;
    float: right
  }

  .site-footer #back_to_top {
    top: -3px;
    right: -52px
  }

  .copyright p {
    float: left;
    text-align: left
  }

  .copyright .willey {
    display: block;
    float: right
  }

  .question .header-question .right {
    width: 760px
  }

  .question .answers .answer {
    width: 280px;
    height: 450px
  }

  .page-template-template-mediaCenter .case .temoignage:nth-child(4),
  .page-template-template-mediaCenter .publication .cta:nth-child(4),
  .page-template-template-mediaCenter .webinar .cta:nth-child(4) {
    margin-right: 0
  }

  .page-template-template-mediaCenter .case .temoignage:last-of-type,
  .page-template-template-mediaCenter .publication .cta:last-of-type,
  .page-template-template-mediaCenter .webinar .cta:last-of-type {
    display: none
  }
}

@media only screen and (min-width:1025px) {
  .client .selector .dropdown.visible {
    opacity: 1;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
  }

  .client .selector .dropdown.visible.time0 {
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }

  .client .selector .dropdown.visible.time1 {
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
  }

  .client .selector .dropdown.visible.time2 {
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
  }

  .client .selector .dropdown.visible.time3 {
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
  }

  .visible {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .visible.time0 {
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
  }

  .visible.time3 {
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
  }

  .visible.time2 {
    -moz-transition-duration: .7s;
    -o-transition-duration: .7s;
    -webkit-transition-duration: .7s;
    transition-duration: .7s
  }

  .visible.time1 {
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    transition-duration: .8s
  }

  .visible.line1 {
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
  }

  .visible.line2 {
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
  }

  .cta {
    overflow: hidden
  }

  .cta .center-element-content.active {
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }

  .cta:hover {
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
  }

  .cta:hover a {
    color: #fff
  }

  .cta:hover .bg {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transition-duration: 2.3s;
    -o-transition-duration: 2.3s;
    -webkit-transition-duration: 2.3s;
    transition-duration: 2.3s;
    opacity: .8
  }

  .cta:hover .bottom {
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
  }

  .cta:hover .meta,
  .cta:hover h3,
  .cta:hover h4 {
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
  }

  .cta:hover .contentHover {
    opacity: 1
  }

  .cta:hover .mask {
    background: rgba(255, 255, 255, .4)
  }

  .cta:hover .border {
    -moz-transition-duration: .1s;
    -o-transition-duration: .1s;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
  }

  .cta:hover .border-1 {
    opacity: 1
  }

  .cta:hover .border-2 {
    opacity: 1
  }

  .cta:hover .border-3 {
    opacity: 1
  }

  .cta:hover .border-4 {
    opacity: 1
  }

  .cta.CTA_home:hover .mask {
    background: rgba(119, 34, 103, .85)
  }

  .cta.CTA_home:hover .content {
    -moz-transform: translateY(-280px);
    -ms-transform: translateY(-280px);
    -webkit-transform: translateY(-280px);
    transform: translateY(-280px);
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
  }

  .cta.CTA_home:hover .contentHover {
    -moz-transform: translateY(-280px);
    -ms-transform: translateY(-280px);
    -webkit-transform: translateY(-280px);
    transform: translateY(-280px);
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
  }

  .cta.CTA_discover:hover .border-1,
  .cta.CTA_discover:hover .border-2,
  .cta.CTA_discover:hover .border-3,
  .cta.CTA_discover:hover .border-4 {
    opacity: 0
  }

  .cta.CTA_discover:hover {
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
  }

  .cta.CTA_discover:hover h5,
  .cta.CTA_discover:hover h6 {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .cta.CTA_discover:hover .mask {
    opacity: 1
  }

  .cta.temoignage:hover h4 {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .cta.temoignage:hover h3 {
    -moz-transform: translate3d(300px, -50%, 0);
    -ms-transform: translate3d(300px, -50%, 0);
    -webkit-transform: translate3d(300px, -50%, 0);
    transform: translate3d(300px, -50%, 0);
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
  }

  .cta.temoignage:hover .bottom {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
  }

  .cta.temoignage:hover .logo {
    opacity: 1;
    visibility: visible;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }

  .cta.CTA_enjeux:hover h4 {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .cta.CTA_image:hover .contenthover {
    visibility: visible;
    opacity: 1;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
  }

  .cta.CTA_group:hover h4 {
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }

  .cta.CTA_group:hover .contenthover {
    visibility: visible;
    opacity: 1;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
  }

  .cta.CTA_group:hover .bottom {
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
  }

  .cta.faculty-type:hover.large .bottom {
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
  }

  .cta.faculty-type:hover.large .contenthover {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .cta.faculty-type:hover .author:after {
    top: -500px;
    left: -500px;
    right: -500px;
    bottom: -500px;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    transition-duration: .8s
  }

  .cta.faculty-type:hover .bottom {
    border-color: #989898;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
  }

  .cta.faculty-type:hover .bottom .center-element-content.active {
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }

  .cta.faculty-type:hover .bottom .ecole,
  .cta.faculty-type:hover .bottom img {
    opacity: 0;
    visibility: hidden;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
  }

  .cta.faculty-type:hover .contenthover {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .cta.CTA_telechargement:hover .bg {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  .cta.CTA_telechargement:hover h4 {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
  }

  .cta.CTA_telechargement:hover .bottom {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
  }

  .cta.CTA_telechargement:hover .bottom.corp {
    background: #1b8dc0
  }

  .cta.CTA_telechargement:hover .bottom.solution {
    background: #bf6002
  }

  .cta.CTA_telechargement:hover .bottom.library {
    background: #3b5cad
  }

  .cta.CTA_telechargement:hover .bottom.gray {
    background: #5b5b5b
  }

  .cta.CTA_office:hover .mask {
    background: rgba(0, 0, 0, .5)
  }

  .cta.CTA_office:hover p {
    opacity: 0;
    visibility: hidden
  }

  .cta.CTA_office:hover .contenthover {
    opacity: 1;
    visibility: visible
  }

  .cta.CTA_text:hover .contenthover {
    opacity: 1;
    visibility: visible
  }

  .cta.CTA_text:hover h6,
  .cta.CTA_text:hover p {
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
  }

  .cta.CTA_big:hover h6,
  .cta.CTA_big:hover p {
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
  }

  .cta.partner-type:hover a {
    color: #009bde
  }

  .cta.partner-type:hover a .bottom {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .cta.partner-type:hover .contenthover {
    opacity: 1;
    visibility: visible;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
  }

  .cta.partner-type.no-link:hover .contenthover {
    opacity: 0
  }

  .cta.partner-type.no-link:hover .bottom {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .temoignage:hover h3 {
    -moz-transform: translate3d(300px, -50%, 0);
    -ms-transform: translate3d(300px, -50%, 0);
    -webkit-transform: translate3d(300px, -50%, 0);
    transform: translate3d(300px, -50%, 0);
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
  }

  .temoignage:hover .bg {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transition-duration: 2.3s;
    -o-transition-duration: 2.3s;
    -webkit-transition-duration: 2.3s;
    transition-duration: 2.3s;
    opacity: .8
  }

  .cta.temoignage:hover .logo,
  .temoignage:hover .logo {
    opacity: 0;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }

  .temoignage:hover .contenu {
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
  }

  .cta.temoignage:hover .bottom,
  .temoignage:hover .bottom {
    -moz-transform: translateY(-43px);
    -ms-transform: translateY(-43px);
    -webkit-transform: translateY(-43px);
    transform: translateY(-43px);
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
  }

  .temoignage:hover .border {
    -moz-transition-duration: .1s;
    -o-transition-duration: .1s;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
  }

  .temoignage:hover .border-1 {
    opacity: 1
  }

  .temoignage:hover .border-2 {
    opacity: 1
  }

  .temoignage:hover .border-3 {
    opacity: 1
  }

  .temoignage:hover .border-4 {
    opacity: 1
  }

  .post-type-archive-publication-type .cta.publication-type {
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }

  .post-type-archive-publication-type .cta.publication-type.visible {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@media only screen and (max-width:1025px) {
  .client .selector .dropdown.select:before {
    top: 187px;
    right: 0
  }

  .temoignage .contenuTemoignage {
    display: none
  }

  .temoignage h3 {
    left: 10px
  }

  .temoignage .bottom {
    bottom: 13px
  }
}

@media only screen and (max-width:920px) {
  .marketoForm .mktoFormCol {
    width: 100% !important;
    margin: 0 !important
  }

  .marketoForm .mktoFieldWrap,
  .marketoForm .mktoForm input[type=date],
  .marketoForm .mktoForm input[type=email],
  .marketoForm .mktoForm input[type=number],
  .marketoForm .mktoForm input[type=tel],
  .marketoForm .mktoForm input[type=text],
  .marketoForm .mktoForm input[type=url],
  .marketoForm .mktoForm select,
  .marketoForm .mktoForm select.mktoField,
  .marketoForm .mktoForm textarea.mktoField {
    width: 100% !important
  }

  .site-header {
    position: fixed;
    width: 100%
  }

  .wrapper {
    width: 580px
  }

  .col-row .col-third {
    width: 100%;
    margin: 0 0 10px
  }

  .col-row .col-five,
  .col-row .col-quart {
    width: 100%;
    margin: 0 0 10px
  }

  .col-row .col-five:last-of-type {
    margin-left: 0
  }

  .col-row .col-half {
    width: 100%;
    margin: 0 0 10px
  }

  .col-row .col-half:first-of-type,
  .col-row .col-half:last-of-type,
  .col-row .col-quart:first-of-type,
  .col-row .col-quart:last-of-type,
  .col-row .col-third:first-of-type,
  .col-row .col-third:last-of-type {
    margin: 0 0 10px
  }

  .flexible-picto .content .item {
    width: 100%;
    margin: 0 0 20px
  }

  .site-header.sticky {
    top: -90px;
    height: 83px
  }

  .language_selector i {
    right: 10px
  }

  .language_selector.open {
    display: block
  }

  .sucess-stories .wrapper {
    width: 600px
  }

  .subheader {
    padding: 9px 0
  }

  .simple .content .contenu {
    width: 100%
  }

  .simple .content .side {
    display: none
  }

  .cta.CTA_home {
    width: 580px;
    height: 280px;
    margin: 0 auto 20px auto !important;
    float: none
  }

  .cta.CTA_home img {
    width: 100%
  }

  .FrontPage .col-row .col-third {
    width: calc((100% / 2) - 40px)
  }

  .FrontPage .slider {
    position: relative
  }

  .FrontPage .slider .cycle-slideshow>div {
    width: 100%
  }

  .FrontPage .slider .cycle-slideshow>div .wrapper {
    text-align: center
  }

  .FrontPage .slider .cycle-slideshow>div .wrapper .content {
    width: 100%
  }

  .FrontPage .slider .cycle-slideshow>div .wrapper .content p {
    display: none
  }

  .FrontPage .slider .cycle-slideshow>div .wrapper .content a {
    display: block;
    margin: 20px auto
  }

  .FrontPage .slider .cycle-slideshow>div .wrapper .content a:after {
    content: "\f105";
    display: inline-block;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    margin-left: 5px
  }

  .FrontPage .slider .cycle-slideshow>div .wrapper .content a.gauche {
    background-color: #009bde
  }

  .FrontPage .slider .cycle-slideshow>div .wrapper .content a.droite {
    background-color: #727272
  }

  .FrontPage .slider .cycle-slideshow>div .wrapper .content.right {
    float: none
  }

  .FrontPage .slider .pager {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999
  }

  .FrontPage .slider .pager span {
    font-size: 24px;
    background-color: rgba(0, 0, 0, .5);
    color: transparent;
    border-radius: 150%;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 5px
  }

  .FrontPage .slider .pager span:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, .75)
  }

  .FrontPage .slider .pager span.cycle-pager-active {
    background: #000
  }

  .FrontPage .news .wrapper,
  .FrontPage .sucess-stories .wrapper {
    width: 600px
  }

  .client .wrapper {
    width: 600px
  }

  .client .contenu {
    float: none;
    width: 100%;
    margin-left: 0
  }

  .client .contenu h1 {
    width: 100%;
    text-align: center;
    margin: 49px 0 44px
  }

  .client .contenu p {
    display: none
  }

  .client .selector {
    float: none;
    width: 100%;
    margin-top: 43px
  }

  .client .selector select,
  .client .selector ul {
    float: left;
    width: 280px;
    margin: 10px 9px
  }

  .client .selector .dropdown.select:before {
    top: 165px;
    right: 0
  }

  .client .testi {
    margin-top: 10px
  }

  .loadMore {
    width: 580px
  }

  .entete br {
    display: none
  }

  .testimonial {
    padding-bottom: 0
  }

  .testimonial .entete {
    position: relative;
    overflow: hidden
  }

  .testimonial .entete .video {
    position: relative;
    top: 0;
    margin-top: -40px
  }

  .testimonial .entete .content {
    padding-top: 153px
  }

  .testimonial .entete .content .citation br {
    display: none
  }

  .testimonial .contenu {
    top: 0
  }

  .testimonial .contenu h1 {
    width: 100%
  }

  .testimonial .contenu .content {
    width: 100%;
    float: none
  }

  .testimonial .contenu .side {
    margin-top: 0;
    float: left;
    width: auto
  }

  .testimonial .contenu .side img {
    border: 1px solid #747474;
    padding: 12px 10px;
    margin: 6px 17px 5px 0;
    top: 200px
  }

  .testimonial .contenu .side .meta {
    display: none
  }

  .testimonial .contenu .side .sidebar {
    display: none;
    position: fixed;
    margin: 0 auto;
    width: 300px;
    z-index: 999;
    top: 150px;
    left: 0;
    right: 0
  }

  .testimonial .contenu .side .sidebar::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }

  .temoignage .contenu {
    display: none
  }

  .temoignage .title {
    left: 10px
  }

  .temoignage .bottom {
    bottom: 13px
  }

  .also .wrapper {
    width: 600px
  }

  .fil {
    display: none
  }

  .media-center.sommaire .entete {
    position: relative
  }

  .media-center.sommaire .fil {
    top: 0;
    padding-bottom: 0
  }

  .media-center.sommaire .contenu {
    padding-top: 30px
  }

  .media-center.sommaire.publication .top .right {
    width: 580px;
    margin-bottom: 30px
  }

  .media-center.sommaire.publication .top .left {
    margin-bottom: 8px
  }

  .media-center.sommaire.publication .top .left h3 {
    margin-top: 10px
  }

  .media-center .no-animation h1,
  .media-center .no-animation h2 {
    font-size: 30px;
    line-height: 40px
  }

  .media-center .animation h1,
  .media-center .animation h2 {
    font-size: 30px;
    line-height: 40px
  }

  .media-center .animation .entete {
    position: relative
  }

  .media-center .animation .fil {
    top: 0;
    padding-bottom: 0
  }

  .media-center .animation .contenu {
    padding-top: 30px
  }

  .media-center .animation .contenu .last {
    margin-bottom: 40px
  }

  .media-center .animation.home .entete {
    position: relative
  }

  .media-center .animation.home .entete .content h1 {
    margin-top: 0
  }

  .media-center .animation.home .fil {
    top: 0;
    padding-bottom: 0
  }

  .media-center .contenu .content {
    width: 100%;
    float: none
  }

  .single-publication-type .contenu .content,
  .single-publication-type .contenu .form-content {
    width: 100%;
    margin-bottom: 10px
  }

  .media-center .contenu {
    padding-top: 0
  }

  .media-center .contenu .side {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 20px
  }

  .media-center .contenu .side .sidebar {
    display: none
  }

  .media-center .related .wrapper {
    width: 600px
  }

  .media-center.sommaire .contenu .last .wrapper {
    width: 600px
  }

  .media-center.sommaire .contenu .side .sidebar {
    display: block
  }

  .media-center.home .events .wrapper,
  .media-center.home .news .wrapper,
  .media-center.home .publication .wrapper {
    width: 600px
  }

  .media-center.home .events .wrapper .cta:nth-last-child(2),
  .media-center.home .news .wrapper .cta:nth-last-child(2),
  .media-center.home .publication .wrapper .cta:nth-last-child(2) {
    display: block;
    opacity: 1;
    visibility: visible
  }

  .faculty.sommaire .contenu .wrapper {
    width: 600px
  }

  .faculty .faculty_menu_inter {
    display: none
  }

  .partners .content {
    margin-top: 120px
  }

  .partners .bloc {
    width: 580px;
    margin-right: 0
  }

  .partners.country .info br {
    display: none
  }

  .partners.country .content {
    margin-top: 0
  }

  .partners.country .content .wrapper {
    width: 600px
  }

  .ui-autocomplete li {
    width: 580px
  }

  .cta.CTA_newsletter_large {
    width: 580px;
    padding: 50px 120px
  }

  .cta.CTA_newsletter_large h5 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-bottom: 34px;
    letter-spacing: .7px;
    line-height: 35px
  }

  .cta.faculty-type.large {
    padding: 20px 20px;
    text-align: left;
    width: 580px
  }

  .cta.faculty-type.large .name {
    font-size: 23px;
    margin-top: 10px;
    margin-bottom: 20px
  }

  .cta.faculty-type.large p {
    font-size: 17px
  }

  .cta.faculty-type.large .left {
    float: left
  }

  .cta.faculty-type.large .left .author {
    width: 225px
  }

  .cta.faculty-type.large .left .author img {
    position: relative
  }

  .cta.faculty-type.large .right {
    float: right;
    position: relative;
    z-index: 10;
    width: 270px;
    display: block
  }

  .cta.faculty-type.large .bottom {
    float: right;
    position: absolute;
    z-index: 10;
    width: 270px;
    display: block;
    right: 20px;
    bottom: 20px;
    height: 110px;
    left: auto;
    border-color: #dadada;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
  }

  .cta.faculty-type.large .bottom .center-element-content.active {
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }

  .cta.faculty-type.large .contenthover {
    position: absolute;
    font-size: 21px;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
  }

  .bloc_cta .wrapper {
    width: 600px
  }

  .bloc_cta .cta:nth-last-child(2) {
    display: block
  }

  .bloc_cta_multi .wrapper {
    width: 600px
  }

  .bloc_citation .cta {
    display: none
  }

  .bloc_citation .content {
    padding: 0
  }

  .block_tabs .cycle-slideshow,
  .block_tabs .navigslide,
  .block_tabs h3,
  .block_tabs p {
    width: 100%;
    height: auto
  }

  .block_tabs .cycle-slideshow img,
  .block_tabs .navigslide img,
  .block_tabs h3 img,
  .block_tabs p img {
    width: 100%
  }

  .block_tabs .tabs .next,
  .block_tabs .tabs .prev {
    display: none
  }

  .bloc_graphic .left,
  .bloc_graphic .right {
    width: 100%;
    float: none !important;
    top: 0 !important
  }

  .bloc_html_cta.right .content {
    float: none;
    padding-right: 300px
  }

  .bloc_html_cta.left .content {
    float: none;
    padding-left: 300px
  }

  .bloc_html_cta .content {
    width: 100%
  }

  .menu_inter {
    height: auto;
    overflow: visible;
    width: 100%
  }

  .menu_inter .wrapper {
    overflow: visible
  }

  .menu_inter .inter {
    display: none
  }

  .menu_inter .contenu .intermobile {
    display: block;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    z-index: 999;
    -moz-transition-property: none;
    -o-transition-property: none;
    -webkit-transition-property: none;
    transition-property: none
  }

  .menu_inter .contenu .intermobile:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    position: absolute;
    right: 4%;
    top: 0;
    color: #747474
  }

  .menu_inter .contenu .intermobile li {
    display: block;
    list-style: none
  }

  .menu_inter .contenu .intermobile li a {
    color: #0b1f2c;
    font-size: 14px
  }

  .menu_inter .contenu .intermobile li a.active {
    color: #747474
  }

  .menu_inter .contenu .intermobile li a:hover {
    color: #009bde
  }

  .menu_inter .contenu .intermobile ul {
    position: absolute;
    border-width: 0;
    opacity: 1;
    z-index: 999;
    padding: 0 10px 5px;
    border: 0;
    background: #edeff4;
    left: 0;
    border-bottom: 1px solid #b0b0b0;
    height: auto;
    top: 34px;
    margin: 0;
    width: 100%;
    display: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    -webkit-transition-property: none;
    transition-property: none
  }

  .menu_inter .contenu .intermobile ul li {
    margin: 14px 8px
  }

  .bloc_galerie .slider {
    padding: 20px 30px
  }

  .bloc_galerie .top .cat {
    display: none
  }

  .bloc_galerie #slideshow-1 .pager {
    font-size: 30px;
    top: 20px
  }

  .bloc_galerie #slideshow-1 .pager.cycle-prev {
    left: 0;
    padding: 20px 10px
  }

  .bloc_galerie #slideshow-1 .pager.cycle-next {
    right: 0;
    padding: 20px 10px
  }

  .bloc_galerie #slideshow-2 {
    padding: 20px 50px
  }

  .contact-bar {
    padding: 29px 0
  }

  .contact-bar p {
    float: none;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 5px;
    top: 0 !important
  }

  .contact-bar a {
    float: none;
    margin: 0 auto;
    display: block
  }

  .site-footer {
    padding: 30px 0
  }

  .site-footer .wrapper {
    padding: 5px
  }

  .site-footer .menu-footer {
    display: none
  }

  .site-footer .social {
    margin-top: 20px
  }

  .site-footer .social .social-widget {
    margin: 0
  }

  .site-footer .selectLang {
    display: block;
    font-size: 21px;
    color: #fff;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto
  }

  .site-footer #back_to_top {
    display: none
  }

  .copyright {
    padding: 18px 0
  }

  .Formbox .marketoForm {
    width: 100%;
    margin: 110px 0 0
  }

  .landing .content-bloc {
    position: relative
  }

  .landing .content-bloc .content,
  .landing .content-bloc .title-block {
    max-width: 100%
  }

  .landing .form-landing {
    float: none;
    width: 100%
  }

  .entete-landing img {
    width: auto
  }

  .question .header-question img {
    float: none;
    width: auto;
    margin: 0 auto 10px
  }

  .question .header-question .right {
    width: 100%;
    display: block;
    float: none
  }

  .question .answers .answer {
    width: 100%;
    margin: 10px 0;
    height: auto;
    padding-bottom: 80px
  }

  .tabs-ui.tabs-h {
    display: block
  }

  .tabs-ui.tabs-h .tabs-navigation {
    width: 100%
  }

  .tabs-ui.tabs-h .tabs_container {
    width: 100%
  }

  .tabs-ui.tabs-h .tabs-navigation li.ui-state-active {
    border-width: 1px;
    border-color: #ccc #ccc #ccc #ccc;
    border-style: solid;
    background: #fff
  }

  .tabs-ui .tabs-navigation li {
    width: 100%
  }

  .flexible-graphic .cycle-slideshow {
    padding-bottom: 50px
  }

  .flexible-graphic .content .content-wrapper {
    width: 100%
  }

  .flexible-graphic .content .img,
  .flexible-graphic .content .youtube,
  .flexible-graphic .content.img-right .img,
  .flexible-graphic .content.img-right .youtube {
    width: 50%;
    float: none;
    margin: 0 auto
  }

  .flexible-graphic .content .foo {
    float: none;
    margin: 10px auto 0;
    width: auto;
    display: table
  }

  .translation {
    padding: 10px 0
  }

  .translation p:before {
    display: none
  }

  .translation p {
    display: block;
    text-align: center;
    margin-bottom: 10px
  }

  .translation .enbale-translate {
    display: table;
    width: auto;
    margin: 0 auto 10px
  }

  .translation .disable-translate {
    display: table;
    margin: 0 auto;
    width: auto
  }

  .popin-content .wrapper {
    padding: 15px;
    padding-top: 50px
  }

  .popin-content iframe {
    min-height: initial
  }

  .page-template-template-mediaCenter .case .temoignage,
  .page-template-template-mediaCenter .publication .cta,
  .page-template-template-mediaCenter .webinar .cta {
    margin-bottom: 20px
  }

  .page-template-template-mediaCenter .case .temoignage:nth-child(4),
  .page-template-template-mediaCenter .publication .cta:nth-child(4),
  .page-template-template-mediaCenter .webinar .cta:nth-child(4) {
    margin-right: 20px
  }

  .page-template-template-mediaCenter .case .temoignage:last-of-type,
  .page-template-template-mediaCenter .publication .cta:last-of-type,
  .page-template-template-mediaCenter .webinar .cta:last-of-type {
    display: block
  }

  .page-template-template-mediaCenter .case .temoignage:nth-child(3),
  .page-template-template-mediaCenter .publication .cta:nth-child(3),
  .page-template-template-mediaCenter .webinar .cta:nth-child(3) {
    margin-right: 0
  }

  .page-template-template-mediaCenter .loop .wrapper .left,
  .page-template-template-mediaCenter .loop .wrapper .right,
  .page-template-template-mediaCenter .top-media .wrapper .left,
  .page-template-template-mediaCenter .top-media .wrapper .right {
    width: 100%
  }

  .page-template-template-mediaCenter .top-media .wrapper .right {
    margin-top: 20px
  }

  .flexible-petite-galerie .bigsmall .big-bloc,
  .flexible-petite-galerie .bigsmall .small-bloc,
  .flexible-petite-galerie .smallbig .big-bloc,
  .flexible-petite-galerie .smallbig .small-bloc {
    max-height: 350px;
    overflow: hidden
  }

  .flexible-petite-galerie .bigsmall .big-bloc figure,
  .flexible-petite-galerie .bigsmall .small-bloc figure,
  .flexible-petite-galerie .smallbig .big-bloc figure,
  .flexible-petite-galerie .smallbig .small-bloc figure {
    height: 100%
  }

  .flexible-petite-galerie .bigsmall .big-bloc figure img,
  .flexible-petite-galerie .bigsmall .small-bloc figure img,
  .flexible-petite-galerie .smallbig .big-bloc figure img,
  .flexible-petite-galerie .smallbig .small-bloc figure img {
    width: auto;
    height: 100%
  }

  .flexible-petite-galerie .bigsmall .big-bloc .video,
  .flexible-petite-galerie .bigsmall .small-bloc .video,
  .flexible-petite-galerie .smallbig .big-bloc .video,
  .flexible-petite-galerie .smallbig .small-bloc .video {
    height: 100%
  }

  .flexible-petite-galerie .bigsmall .small-bloc,
  .flexible-petite-galerie .smallbig .small-bloc {
    max-width: 48%
  }

  .flexible-petite-galerie .bigsmall .big-bloc,
  .flexible-petite-galerie .smallbig .big-bloc {
    max-width: 48%
  }

  .landing .content-landing {
    height: inherit !important
  }

  .sucess-stories .wrapper .temoignage:nth-last-child(2) {
    display: block
  }
}

@media only screen and (max-width:767px) {
  body {
    font-size: 17px;
    line-height: 23px
  }

  .formulaire {
    display: none
  }

  .wrapper {
    width: 100%;
    padding: 0 20px
  }

  .site-header .site-header-wrapper {
    height: 83px
  }

  .site-header .site-header-wrapper .main-logo {
    width: 178px
  }

  .site-header.sticky {
    top: -90px;
    height: 83px
  }

  .menu-button {
    margin: -4px 15px
  }

  .menu-button:before {
    display: none
  }

  .language_selector img {
    right: 20px
  }

  .site-header .btn-hamburger {
    display: block
  }

  .mobile-menu-wrapper {
    position: relative;
    display: block;
    transition: .3s ease all
  }

  .mobile-menu-wrapper .main-mobile-menu {
    width: 100%;
    position: relative;
    z-index: 10000
  }

  .mobile-menu-wrapper .main-mobile-menu .my-menu-item {
    position: relative
  }

  .mobile-menu-wrapper .my-sub-menu {
    position: absolute;
    top: 0;
    width: 100%
  }

  .mobile-menu-wrapper .my-sub-menu.active {
    z-index: 100000000
  }

  .mobile-menu-wrapper .my-menu-link {
    color: #fff;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 25px
  }

  .mobile-menu-wrapper .point-wrapper {
    position: absolute;
    right: 30px
  }

  .mobile-menu-wrapper .point-wrapper .point {
    height: 10px;
    width: 10px;
    background: #009bde;
    display: block;
    border-radius: 100%;
    position: relative;
    margin-top: 9px
  }

  .mobile-menu-wrapper .point-wrapper .point:after,
  .mobile-menu-wrapper .point-wrapper .point:before {
    height: 10px;
    width: 10px;
    background: #009bde;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    content: "";
    position: absolute;
    left: 15px
  }

  .mobile-menu-wrapper .point-wrapper .point:after {
    left: 30px
  }

  .mobile-menu-wrapper i {
    color: #fff;
    margin-bottom: 7px;
    font-size: 24px
  }

  .modal-menu .wrapper .bottom {
    padding-top: 20px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .4)
  }

  .modal-menu .wrapper .bottom ul li {
    font-size: 19px;
    font-weight: 400;
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 20px
  }

  .modal-menu .wrapper .bottom ul li a {
    font-weight: 400;
    color: #fff
  }

  .modal-menu .wrapper .bottom li.sep {
    display: none
  }

  .FrontPage .news .wrapper,
  .FrontPage .sucess-stories .wrapper {
    width: 100%
  }

  .sucess-stories .wrapper {
    width: 100%
  }

  .sucess-stories .wrapper .temoignage::nth-last-child(5) {
    display: none
  }

  .simple .content .contenu {
    width: 100%
  }

  .simple .content .side {
    display: none
  }

  .client {
    padding-top: 92px;
    padding-bottom: 10px
  }

  .client .wrapper {
    width: 100%
  }

  .client .contenu h1 {
    margin: 5px 0 0;
    line-height: 120%
  }

  .client .selector {
    margin-top: 23px
  }

  .client .selector select,
  .client .selector ul {
    width: 100%;
    margin: -1px 0 0;
    padding: 12px 10px 13px
  }

  .client .selector .dropdown.select:before {
    top: 0;
    right: 0
  }

  .temoignage {
    width: 100%;
    margin: 10px 0;
    height: auto;
    padding: 10px
  }

  .temoignage .content {
    display: none
  }

  .temoignage .title {
    display: block;
    opacity: 1;
    font-size: 23px;
    line-height: 28px;
    top: 0 !important;
    margin: 15px 10px 20px;
    left: 0;
    width: 95%;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .temoignage .top {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 5px;
    margin: 0 10px
  }

  .temoignage .top .picto {
    margin-top: -3px
  }

  .temoignage .bottom {
    position: relative;
    opacity: 1;
    bottom: 0;
    padding-top: 7px;
    margin: 0 10px;
    left: 0;
    right: 0
  }

  .temoignage:hover {
    border-width: 0
  }

  .temoignage h4 {
    margin: 0 10px
  }

  .temoignage img {
    display: none !important
  }

  .loadMore {
    width: 100%;
    margin: 30px 0 40px
  }

  .testimonial .entete .content {
    padding-top: 92px
  }

  .testimonial .entete .content .nom {
    margin: 0
  }

  .testimonial .entete .content .poste {
    margin: 0
  }

  .testimonial .contenu .back .wrapper {
    padding: 6px 2px 5px
  }

  .testimonial .contenu .back .wrapper a i {
    font-size: 16px;
    padding: 14px;
    line-height: 12px
  }

  .testimonial .contenu .back .wrapper .share {
    margin-right: 55px;
    font-size: 18px;
    line-height: 29px
  }

  .testimonial .contenu .back .wrapper .list {
    font-size: 0
  }

  .testimonial .contenu h1 {
    width: 100%;
    margin-top: 45px
  }

  .testimonial .contenu .side img {
    margin-right: 9px
  }

  .testimonial .contenu .side .sidebar {
    display: none;
    position: fixed;
    margin: 0 auto;
    width: 300px;
    z-index: 999;
    top: 10px
  }

  .testimonial .contenu .side .sidebar .cta {
    width: 280px
  }

  .testimonial .contenu .side .sidebar::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }

  .loadMore {
    margin: 10px 0 20px
  }

  .also {
    display: none
  }

  .animation {
    padding-top: 83px
  }

  .media-center.sommaire .contenu {
    padding-top: 10px
  }

  .media-center.sommaire .contenu .last {
    margin-bottom: 20px
  }

  .media-center.sommaire.publication .top .right {
    width: 100%;
    margin-bottom: 16px
  }

  .media-center.sommaire.publication .top .left {
    margin-bottom: 0
  }

  .media-center .no-animation h1,
  .media-center .no-animation h2 {
    font-size: 24px;
    line-height: 30px
  }

  .media-center.sommaire .contenu .last .wrapper {
    width: 100%
  }

  .media-center.sommaire.publication .top .left {
    width: 100%;
    margin-bottom: 6px
  }

  .media-center.sommaire.publication .top .left h3 {
    font-size: 22px;
    margin-bottom: 17px
  }

  .media-center.sommaire.publication .top .left li h4 {
    font-size: 19px
  }

  .media-center.sommaire.publication .top .left li p {
    font-size: 17px;
    letter-spacing: 0
  }

  .media-center.sommaire.publication .top .right {
    margin-bottom: 12px
  }

  .media-center.home .events .wrapper,
  .media-center.home .news .wrapper,
  .media-center.home .publication .wrapper {
    width: 100%
  }

  .media-center .related {
    display: none
  }

  .faculty.sommaire .contenu h2 {
    margin: 50px 0 18px
  }

  .faculty.sommaire .contenu h3 {
    margin: 46px 0 10px
  }

  .faculty.sommaire .contenu .wrapper {
    width: 100%
  }

  .partners .content {
    margin-top: 80px
  }

  .partners .content .page-chapo {
    margin-bottom: 40px
  }

  .partners .bloc {
    width: 100%;
    text-align: center
  }

  .partners .bloc h2 {
    margin-bottom: 20px;
    margin-top: 10px
  }

  .partners .bloc img {
    float: none;
    display: block;
    width: auto;
    margin: 0 auto
  }

  .partners .bloc h2 {
    text-align: center
  }

  .partners .bloc .contenu .text {
    max-height: none
  }

  .partners .bloc .contenu h3 {
    font-size: 22px;
    line-height: 28px
  }

  .partners .bloc .contenu .button {
    margin: 5px auto 20px
  }

  .partners.country .content .wrapper {
    width: 100%
  }

  .ui-autocomplete li {
    width: 100%
  }

  .cta {
    width: 100%;
    margin: 10px 0
  }

  .cta br {
    display: none
  }

  .cta .mask {
    background: rgba(0, 0, 0, .3)
  }

  .cta h3 {
    font-size: 23px;
    margin: 15px 0 20px
  }

  .cta h4 {
    font-size: 17px;
    font-weight: 400
  }

  .cta .bottom {
    position: relative;
    left: auto;
    right: auto;
    bottom: 0
  }

  .cta.large {
    height: auto;
    width: 100%
  }

  .cta.large h3 {
    font-size: 21px;
    margin: 15px 0 20px;
    line-height: inherit
  }

  .cta.large h4 {
    font-size: 17px;
    font-weight: 400
  }

  .cta.CTA_discover br {
    display: none
  }

  .cta.CTA_discover h5 {
    top: 0 !important
  }

  .cta.CTA_discover h5:after {
    margin-top: -20px;
    right: -25%
  }

  .cta.CTA_enjeux p {
    margin-bottom: 15px;
    font-size: 14px
  }

  .cta.CTA_enjeux h4 {
    font-size: 28px
  }

  .cta.CTA_enjeux .link {
    position: relative;
    width: auto;
    bottom: 0;
    display: block;
    margin: 0 auto;
    left: auto;
    right: auto;
    text-align: center;
    min-width: 50%;
    max-width: 75%;
    line-height: 20px;
    font-size: 14px
  }

  .cta.CTA_simple br {
    display: none
  }

  .cta.CTA_simple h6 {
    font-size: 21px
  }

  .cta.CTA_simple h5 {
    font-size: 27px
  }

  .cta.CTA_newsletter_large {
    width: 100%;
    padding: 30px 15%
  }

  .cta.CTA_newsletter_large h5 {
    margin-bottom: 15px
  }

  .cta.CTA_group {
    padding-bottom: 0
  }

  .cta.CTA_group h4 {
    top: 0 !important;
    text-align: left;
    text-shadow: none;
    padding-bottom: 50px
  }

  .cta.CTA_group .bottom {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute
  }

  .cta.CTA_image .contenthover {
    display: none
  }

  .cta.CTA_image .fluide {
    display: block;
    text-align: center;
    height: auto
  }

  .cta.CTA_image .fluide img {
    width: auto;
    margin: 20px auto;
    position: relative;
    display: block !important
  }

  .cta.faculty-type {
    border: none;
    border-bottom: 1px solid #dadada;
    text-align: left;
    padding: 20px 0 30px;
    margin: 10px 0 -10px;
    width: 100%
  }

  .cta.faculty-type .name,
  .cta.faculty-type p {
    margin-bottom: 0
  }

  .cta.faculty-type.large {
    padding: 20px 0 30px;
    margin: 10px 0 -10px;
    width: 100%
  }

  .cta.faculty-type.large .bottom {
    display: none
  }

  .cta.faculty-type.large .right {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto
  }

  .cta.faculty-type.large .name,
  .cta.faculty-type.large p {
    margin-bottom: 0
  }

  .cta.faculty-type.large .name {
    font-size: 17px
  }

  .cta.faculty-type.large p {
    font-size: 15px
  }

  .cta.faculty-type .bottom,
  .cta.faculty-type .left {
    display: none
  }

  .cta.faculty-type .author {
    display: none
  }

  .cta.faculty-type:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 20px;
    color: #dadada;
    font-size: 55px;
    top: 40px
  }

  .cta.faculty-type:last-of-type {
    border-bottom: none
  }

  .cta.CTA_telechargement {
    height: auto
  }

  .cta.CTA_telechargement a {
    padding-bottom: 0
  }

  .cta.CTA_telechargement h4 br {
    display: none
  }

  .cta.CTA_office h4 {
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
    font-weight: 700
  }

  .cta.CTA_office h4:before {
    position: absolute;
    content: "\f041";
    font-family: "Font Awesome 5 Free";
    left: 0;
    font-size: 50px;
    line-height: 45px;
    top: 0
  }

  .cta.CTA_office p {
    position: relative
  }

  .cta.CTA_office p br {
    display: none
  }

  .cta.CTA_office .center-element-content {
    top: 0 !important
  }

  .cta.CTA_office .bottom {
    display: none
  }

  .cta.CTA_office .fluide {
    display: block;
    border-top: 1px solid #fff;
    padding-top: 4px;
    margin-top: 20px;
    color: #fff;
    position: relative
  }

  .cta.partner-type {
    padding: 16px 20px
  }

  .cta.partner-type .bottom,
  .cta.partner-type .top {
    position: relative;
    left: 0;
    right: 0
  }

  .cta.partner-type .center-element-content.active {
    top: 0 !important
  }

  .cta.partner-type img {
    width: auto;
    margin: 0 auto
  }

  .cta.CTA_home {
    height: 280px
  }

  .cta img {
    width: 100%;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .page-template-template-webinar .cta.large {
    float: inherit;
    width: inherit
  }

  .cta.large img {
    width: auto
  }

  .form {
    margin-bottom: 40px
  }

  .contact-bar {
    padding: 32px 0
  }

  .contact-bar p {
    display: none
  }

  .contact-bar a {
    width: 100%;
    background: 0 0;
    border: none;
    font-weight: 400;
    font-size: 30px
  }

  .contact-bar a:hover {
    background: 0 0
  }

  .site-footer .social {
    float: none;
    text-align: center;
    width: 100%
  }

  .site-footer .selectLang {
    float: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
  }

  .copyright p {
    line-height: 15px
  }

  .copyright span {
    display: none
  }

  .copyright br {
    display: block
  }

  .site-footer .wrapper {
    padding: 0 16px
  }

  .site-footer .contact-bar {
    padding-bottom: 0
  }

  .social-icons-wrapper {
    max-width: 200px;
    margin: 0 auto
  }

  footer .indexel-icon {
    margin: 10px
  }

  .block-1.bloc_combo_box,
  .block-1.bloc_cta,
  .block-1.bloc_cta_multi,
  .block-1.bloc_graphic,
  .block-1.bloc_html,
  .block-1.bloc_html_cta,
  .block-1.block_tabs,
  .block-1.breadcrumbs,
  .block-1.menu_inter {
    margin-top: 83px
  }

  .hero-slider .hero .title {
    font-size: 28px;
    line-height: 40px
  }

  .hero-slider .next,
  .hero-slider .prev {
    bottom: 20px;
    top: auto
  }

  .hero-slider .next {
    right: 25%
  }

  .hero-slider .prev {
    left: 25%
  }

  .hero-slider .hero .buttons .btn {
    margin: 10px 20px
  }

  .bloc_citation .content {
    padding: 0 20px;
    text-align: center;
    width: 100%
  }

  .bloc_cta .wrapper {
    width: 100%
  }

  .bloc_cta_multi .wrapper {
    width: 100%
  }

  .bloc_html_cta .content {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important
  }

  .bloc_html_cta .cta {
    margin: 10px 0
  }

  .bloc_html table td {
    display: block;
    width: auto;
    margin: 0 auto
  }

  .bloc_html table td img {
    width: auto;
    margin: 0 auto
  }

  .header_small img {
    max-width: 100%
  }

  .header_big .content {
    width: 100%
  }

  .header_big .content img {
    max-width: 100%
  }

  .header_big .content p {
    display: none
  }

  .header_big .content.right a {
    display: block;
    margin: 20px auto
  }

  .bloc_team .team img {
    width: 50%;
    max-width: 200px
  }

  .bloc_graphic .right img {
    width: 100%
  }

  .bloc_graphic .link {
    width: 100%;
    display: block;
    margin: 10px 0
  }

  .menu_inter {
    height: auto
  }

  .menu_inter .contenu ul li {
    display: block;
    text-align: center
  }

  .bloc_galerie .slider {
    padding: 15px 30px
  }

  .bloc_galerie .top {
    margin-bottom: 25px
  }

  .bloc_galerie .top .cat {
    display: none
  }

  .bloc_galerie .descript {
    display: none
  }

  .bloc_galerie #slideshow-1 .pager {
    font-size: 40px;
    top: -2px
  }

  .bloc_galerie #slideshow-1 .pager.cycle-prev {
    left: 0;
    padding: 20px 5px
  }

  .bloc_galerie #slideshow-1 .pager.cycle-next {
    right: 0;
    padding: 20px 5px
  }

  .bloc_galerie #slideshow-2 {
    padding: 20px
  }

  .bloc_galerie #slideshow-2 .pager {
    font-size: 20px;
    top: calc(50% - 10px)
  }

  .bloc_galerie #slideshow-2 .pager.cycle-prev {
    left: 5px
  }

  .bloc_galerie #slideshow-2 .pager.cycle-next {
    right: 5px
  }

  .single-publication-type .publication {
    padding-top: 85px
  }

  .testimonial .contenu .back .wrapper .share .more {
    width: 133px;
    padding-top: 6px
  }

  .testimonial .contenu .back .wrapper .share .more a {
    display: inline-block
  }

  .testimonial .contenu .back .wrapper .share .more i {
    display: none
  }

  .testimonial .contenu .back .wrapper .share {
    margin-right: 10px
  }

  .entete-landing {
    display: none
  }

  .entete-thx .title-thx {
    font-size: 64px
  }

  .entete-thx .subtitle-thx {
    font-size: 24px
  }

  .header-quizz .quizz-title {
    font-size: 30px;
    line-height: 40px
  }

  .page-template-template-mediaCenter .top-media .wrapper .left .highlighted {
    height: auto;
    padding-top: 5px
  }

  .page-template-template-mediaCenter .top-media .wrapper .left .highlighted .header {
    display: none
  }

  .page-template-template-mediaCenter .top-media .wrapper .left .highlighted .content {
    position: relative;
    bottom: auto;
    height: auto
  }
}

@media only screen and (max-width:620px) {
  .cta.CTA_home img {
    width: auto
  }

  .FrontPage .col-row .col-third {
    width: 100%
  }
}

@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important
  }

  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline
  }

  a:after,
  a:visited:after {
    content: " ("attr(href) ")"
  }

  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " ("attr(title) ")"
  }

  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  @page {
    margin: .5cm
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  #footer,
  .header-wrapper,
  .page-navigation,
  .respond-form,
  .sidebar,
  .wp-prev-next,
  nav {
    display: none
  }
}

.logged-in #wpadminbar {
  top: auto;
  bottom: 0;
  height: auto
}

.admin-bar {
  margin: 0;
  padding: 0
}

.page-id-16949 .header_small.center .logo {
  float: left;
  width: 300px;
  margin-top: 5px
}

.page-id-16949 .header_small.center h1 {
  float: right;
  text-align: left;
  width: 66%;
  font-size: 38px;
  line-height: 42px
}

.page-id-16949 .header_small.center .link {
  padding: 10px 20px;
  margin-left: -140px;
  margin-top: 10px
}

.bloc_html .col-6 {
  width: calc(100% / 6)
}

.bloc_html .col-6 img {
  width: auto;
  max-width: 100%;
  margin: 0 auto
}

@media only screen and (max-width:1240px) {

  .selectLang,
  .site-header .top-navigation ul li {
    font-size: 12px
  }

  .site-header .main-navigation li {
    font-size: 16px
  }

  .page-id-16949 .header_small.center .logo {
    width: 250px
  }

  .page-id-16949 .header_small.center .link {
    margin-left: -55px
  }

  .flexible-petite-galerie .bigsmall .big-bloc,
  .flexible-petite-galerie .bigsmall .small-bloc,
  .flexible-petite-galerie .smallbig .big-bloc,
  .flexible-petite-galerie .smallbig .small-bloc {
    overflow: hidden
  }

  .flexible-petite-galerie .bigsmall .big-bloc figure,
  .flexible-petite-galerie .bigsmall .small-bloc figure,
  .flexible-petite-galerie .smallbig .big-bloc figure,
  .flexible-petite-galerie .smallbig .small-bloc figure {
    height: 100%
  }

  .flexible-petite-galerie .bigsmall .big-bloc figure img,
  .flexible-petite-galerie .bigsmall .small-bloc figure img,
  .flexible-petite-galerie .smallbig .big-bloc figure img,
  .flexible-petite-galerie .smallbig .small-bloc figure img {
    width: auto;
    height: 100%
  }

  .flexible-petite-galerie .bigsmall .big-bloc .video,
  .flexible-petite-galerie .bigsmall .small-bloc .video,
  .flexible-petite-galerie .smallbig .big-bloc .video,
  .flexible-petite-galerie .smallbig .small-bloc .video {
    height: 100%
  }

  .flexible-petite-galerie .bigsmall .small-bloc,
  .flexible-petite-galerie .smallbig .small-bloc {
    max-width: 355px
  }

  .flexible-petite-galerie .bigsmall .big-bloc,
  .flexible-petite-galerie .smallbig .big-bloc {
    max-width: 506px
  }

  .flexible-petite-galerie.flexible-mosaique-fullwidth {
    padding: 0 5%
  }

  .flexible-petite-galerie.flexible-mosaique-fullwidth .bigsmall .big-bloc,
  .flexible-petite-galerie.flexible-mosaique-fullwidth .smallbig .big-bloc {
    max-width: 63%
  }

  .flexible-petite-galerie.flexible-mosaique-fullwidth .bigsmall .small-bloc,
  .flexible-petite-galerie.flexible-mosaique-fullwidth .smallbig .small-bloc {
    max-width: 35%
  }
}

@media only screen and (max-width:1024px) {
  .site-header .main-navigation li {
    padding: 0 12px
  }

  .site-header .top-navigation ul:first-of-type {
    display: none
  }

  .col-row .col-third {
    width: calc((100% / 3) - 40px)
  }

  .col-row .col-quart {
    width: calc((100% / 4) - 40px)
  }

  .flexible-petite-galerie .img .legende {
    font-size: 16px;
    line-height: 140%;
    transform: translate3D(0, 0, 0)
  }

  .post-type-archive-event-type .highlith .event figure {
    width: calc(100% - 20px)
  }

  .post-type-archive-event-type .highlith .event figure img {
    width: 100%;
    height: auto
  }

  .site-footer .contact-bar {
    padding-bottom: 27px
  }

  .site-footer .main-menu {
    width: 100%
  }

  .site-footer .menu-footer {
    float: none;
    width: 100%
  }
}

@media only screen and (max-width:990px) {
  .site-header .btn-hamburger {
    display: block
  }

  .hero-slider.animate-on .hero .svg {
    position: absolute;
    opacity: .6;
    z-index: 8;
    -webkit-transform: translate3d(-30%, 0, 0) rotate(0) scale(1);
    transform: translate3d(-30%, 0, 0) rotate(0) scale(1);
    transition-delay: .4s
  }

  .selectLang {
    margin-bottom: 20px;
    font-size: 22px;
    color: #fff
  }

  .language_selector.open {
    z-index: 999999999
  }

  .language_selector .title {
    margin: 20px 0 40px;
    font-size: 30px;
    text-align: left
  }

  .language_selector .title .close {
    top: 20px
  }

  .col-row img {
    width: 100%;
    height: auto
  }

  .FrontPage .col-row img {
    width: auto
  }

  .col-row .col-half img {
    width: initial
  }

  .col-row .col-third {
    width: calc(100% / 3);
    margin: 0;
    padding: 0 20px
  }

  .col-row .col-quart {
    width: calc(100% / 2);
    margin: 0 !important;
    padding: 0 20px
  }

  .col-row .col-quart img {
    width: initial
  }

  .flexible-petite-galerie .bigsmall,
  .flexible-petite-galerie .smallbig {
    min-height: inherit
  }

  .flexible-petite-galerie .bigsmall .big-bloc,
  .flexible-petite-galerie .bigsmall .small-bloc,
  .flexible-petite-galerie .smallbig .big-bloc,
  .flexible-petite-galerie .smallbig .small-bloc {
    max-width: 48%
  }

  .flexible-petite-galerie .bigsmall .text,
  .flexible-petite-galerie .smallbig .text {
    padding: 20px;
    font-size: 16px;
    line-height: 140%;
    overflow: scroll
  }

  .flexible-petite-galerie.flexible-mosaique-fullwidth .bigsmall,
  .flexible-petite-galerie.flexible-mosaique-fullwidth .smallbig {
    min-height: 450px
  }

  .flexible-petite-galerie .bigsmall .small-bloc,
  .flexible-petite-galerie.flexible-mosaique-fullwidth .bigsmall .big-bloc,
  .flexible-petite-galerie.flexible-mosaique-fullwidth .bigsmall .small-bloc,
  .flexible-petite-galerie.flexible-mosaique-fullwidth .smallbig .big-bloc,
  .flexible-petite-galerie.flexible-mosaique-fullwidth .smallbig .small-bloc {
    max-width: 48%
  }

  .post-type-archive-event-type .highlith .event {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .post-type-archive-event-type .highlith .event figure {
    width: 100%;
    margin-bottom: 20px
  }

  .post-type-archive-event-type .highlith .event figure img {
    width: 100%;
    height: auto
  }

  .post-type-archive-event-type .highlith .event .content {
    width: 100%
  }

  .post-type-archive-event-type .contenu .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .post-type-archive-event-type .contenu .wrapper .last,
  .post-type-archive-event-type .contenu .wrapper .side {
    width: 100%
  }

  .mktoForm .mktoFieldWrap {
    width: 100%
  }

  .mktoForm .mktoFieldWrap input,
  .mktoForm .mktoFieldWrap select {
    width: 100% !important
  }

  .mktoForm .mktoHtmlText {
    width: 100% !important;
    max-width: 696px !important
  }

  .mktoForm .mktoCheckboxList>input,
  .mktoForm .mktoRadioList>input {
    width: initial !important
  }

  .bloc_form .mktoForm {
    width: 100% !important
  }

  .alignleft {
    float: none
  }
}

@media only screen and (max-width:920px) {
  .page-id-16949 .header_small.center .logo {
    float: none;
    margin-bottom: 10px
  }

  .page-id-16949 .header_small.center h1 {
    float: none;
    text-align: center;
    width: 100%;
    font-size: 32px;
    line-height: 36px
  }

  .page-id-16949 .header_small.center h1 br {
    display: none
  }

  .page-id-16949 .header_small.center .link {
    margin-left: 0
  }

  .bloc_html .col-6 {
    width: calc(100% / 2)
  }

  .col-row .col-quart {
    width: 100%
  }

  .flexible-petite-galerie.flexible-mosaique-fullwidth .bigsmall,
  .flexible-petite-galerie.flexible-mosaique-fullwidth .smallbig {
    min-height: 360px
  }
}

@media only screen and (max-width:920px) {
  .page-id-16949 .header_small.center .logo {
    width: 190px
  }

  .page-id-16949 .header_small.center h1 {
    font-size: 24px;
    line-height: 30px
  }
}

@media only screen and (max-width:600px) {

  .h2,
  h2 {
    font-size: 32px;
    line-height: 38px
  }

  .animation .title,
  .animation h1,
  .animation h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 120%
  }

  .animation .bg img {
    min-width: inherit;
    width: auto;
    max-width: inherit
  }

  .header_big .content {
    max-width: 85%
  }

  .header_big .flexible-title {
    font-size: 35px;
    line-height: 40px
  }

  .block-1.header_big {
    padding-top: 82px
  }

  .bloc_html .wrapper div {
    width: 100%;
    max-width: 100%
  }

  .bloc_html .wrapper img {
    width: auto;
    max-width: inherit;
    height: auto
  }

  .bloc_html.fixed {
    background-attachment: initial
  }

  .bloc_galerie {
    min-height: inherit
  }

  .page-template-template-lw article {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .page-template-template-lw article figure {
    width: 100%;
    margin-bottom: 20px
  }

  .page-template-template-lw article a {
    width: 100%
  }

  .landing .title {
    padding: 110px 0 50px
  }

  .landing .title .title-landing {
    font-size: 38px;
    line-height: 38px
  }

  .landing .title a span {
    font-size: 24px
  }

  .post-type-archive-event-type .highlith .event {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .post-type-archive-event-type .highlith .event figure {
    width: 100%;
    margin-bottom: 20px
  }

  .post-type-archive-event-type .highlith .event figure img {
    width: 100%;
    height: auto
  }

  .post-type-archive-event-type .highlith .event .content {
    width: 100%
  }

  .post-type-archive-event-type .contenu .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .post-type-archive-event-type .contenu .wrapper .last,
  .post-type-archive-event-type .contenu .wrapper .side {
    width: 100%
  }

  .flexible-petite-galerie .bigsmall,
  .flexible-petite-galerie .smallbig {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .flexible-petite-galerie .bigsmall .big-bloc,
  .flexible-petite-galerie .bigsmall .small-bloc,
  .flexible-petite-galerie .smallbig .big-bloc,
  .flexible-petite-galerie .smallbig .small-bloc {
    width: 100%;
    max-width: 100%;
    min-height: 450px;
    margin-bottom: 20px
  }

  .flexible-petite-galerie .bigsmall .big-bloc img,
  .flexible-petite-galerie .bigsmall .small-bloc img,
  .flexible-petite-galerie .smallbig .big-bloc img,
  .flexible-petite-galerie .smallbig .small-bloc img {
    width: auto !important;
    height: 100% !important
  }

  .flexible-petite-galerie .bigsmall .small-bloc,
  .flexible-petite-galerie.flexible-mosaique-fullwidth .bigsmall .big-bloc,
  .flexible-petite-galerie.flexible-mosaique-fullwidth .bigsmall .small-bloc,
  .flexible-petite-galerie.flexible-mosaique-fullwidth .smallbig .big-bloc,
  .flexible-petite-galerie.flexible-mosaique-fullwidth .smallbig .small-bloc {
    max-width: 100%
  }

  .partners {
    padding-top: 0
  }

  .single-temoignage-type .back .wrapper {
    text-align: center
  }

  .single-temoignage-type .share {
    margin-top: 20px;
    text-align: center
  }

  .page-template-template-mediaCenter .search-form form label input[type=submit],
  .page-template-template-mediaCenter .search-form input[type=text] {
    font-size: 23px
  }

  .form .mktoForm .mktoCheckboxList,
  .marketoForm .mktoForm .mktoCheckboxList {
    height: 40px;
    margin: 0;
    padding: 0
  }

  .copyright p {
    float: none;
    text-align: center
  }

  .copyright a {
    display: block;
    clear: both;
    width: 100%;
    height: 30px;
    text-align: center
  }

  .copyright a img {
    position: initial;
    right: initial;
    margin: 30px auto 0;
    transform: inherit
  }

  .site-footer .contact-bar a {
    padding: 20px 25px
  }

  .mktoForm .mktoFormRow:first-of-type .mktoHtmlText p:first-of-type {
    font-size: 26px !important;
    line-height: 40px !important
  }

  .bloc_form .mktoForm {
    width: initial !important
  }

  #playerVideo {
    display: none !important
  }

  .show-mobile {
    display: block !important
  }

  .video-mobile img {
    width: 100%;
    height: auto
  }
}

.post-edit-link {
  position: fixed;
  left: -6px;
  top: 10px;
  border-radius: 3px;
  width: 50px;
  background: #eee;
  text-align: right;
  color: #aaa;
  line-height: 0;
  padding: 20px;
  z-index: 100000000
}

.post-edit-link:before {
  content: "\f040";
  display: block;
  font-family: "Font Awesome 5 Free"
}

.separator {
  height: 1px;
  display: block;
  width: 100%
}

.separator.theme-solution {
  background: #fdbc3d
}

.separator.theme-gray {
  background: #747474
}

.separator.theme-dark {
  background: #0b1f2c
}

.separator.theme-corp {
  background: #009bde
}

.separator.theme-darkblue {
  background: #0b1f2c
}

.separator.theme-library {
  background: #3b5cad
}

.separator.theme-acdaemy {
  background: #ef483d
}

.Formbox .marketoForm {
  margin-top: 10px
}

.Formbox .marketoForm .mktoFormCol:nth-child(even),
.mktoForm .mktoFormRow .mktoFormCol:nth-child(even) {
  margin-left: 10px !important
}

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

@media only screen and (max-width:767px) {
  .mktoForm .mktoFormRow {
    display: initial
  }

  .Formbox .marketoForm .mktoFormCol:nth-child(even),
  .mktoForm .mktoFormRow .mktoFormCol:nth-child(even) {
    margin-left: 0 !important
  }
}

.page-template-template-landing .mktoForm .mktoFormRow {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.mktoForm .mktoFormCol {
  width: 100%
}

.mktoForm input[type=date],
.mktoForm input[type=email],
.mktoForm input[type=number],
.mktoForm input[type=tel],
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  box-shadow: none !important;
  margin: 0 0 10px !important
}

.mktoForm input[type=date],
.mktoForm input[type=email],
.mktoForm input[type=number],
.mktoForm input[type=tel],
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm select,
.mktoForm select.mktoField,
.mktoForm textarea {
  padding: 0 10px !important;
  line-height: 44px
}

.mktoForm .mktoButtonWrap.mktoInset .mktoButton {
  border: 2px solid #2daae1 !important;
  background: 0 0 !important;
  color: #2daae1 !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  padding: 5px 15px !important;
  display: block !important;
  width: auto !important;
  letter-spacing: 1px !important;
  height: 48px !important;
  position: relative;
  margin: 0 auto;
  transition: .3s ease all
}

.mktoForm .mktoButtonWrap.mktoInset .mktoButton:hover {
  background: #2daae1 !important;
  color: #fff !important
}

.mktoForm input[type=checkbox]+label:before,
.mktoForm input[type=radio]+label:before {
  box-shadow: none !important
}

.mktoForm .mktoCheckboxList>label,
.mktoForm .mktoRadioList>label {
  line-height: 22px !important;
  margin-bottom: 0 !important;
  width: 100%;
  margin-left: 26px !important
}

.mktoForm h4 {
  font-size: 18px;
  line-height: 25px !important
}

.mktoForm .mktoButtonWrap.mktoInset .mktoButton:hover:after {
  display: none !important
}

.page-template-template-integration .content-html.intro {
  padding: 65px 0
}

.page-template-template-integration .content-html.intro p {
  font-size: 23px;
  line-height: 1.6
}

.partnersv2 .wrapper {
  display: block;
  overflow: visible;
  margin-bottom: 40px;
  width: 93%;
  max-width: 1180px
}

.gridintegration-sizer {
  width: 28.814%
}

.gridintegration-guttersizer {
  width: 6.78%
}

.partnersv2 .wrapper article.partner {
  width: 28.814%;
  height: 568px;
  overflow: hidden;
  box-shadow: 5px 5px 21px rgba(0, 0, 0, .19);
  padding: 17px 0;
  margin-bottom: 6.78%
}

@media screen and (max-width:1270px) {

  .gridintegration-sizer,
  .partnersv2 .wrapper article.partner {
    width: 30%
  }

  .partnersv2 .wrapper article.partner {
    margin-bottom: 5%
  }

  .gridintegration-guttersizer {
    width: 5%
  }
}

@media screen and (max-width:920px) {
  .partnersv2 .wrapper {
    width: 80%
  }

  .gridintegration-sizer,
  .partnersv2 .wrapper article.partner {
    width: 48%
  }

  .partnersv2 .wrapper article.partner {
    margin-bottom: 4%
  }

  .gridintegration-guttersizer {
    width: 4%
  }
}

@media screen and (max-width:767px) {
  .partnersv2 .wrapper {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    padding: 0
  }

  .gridintegration-sizer,
  .partnersv2 .wrapper article.partner {
    width: 100%
  }

  .partnersv2 .wrapper article.partner {
    margin-bottom: 40px
  }

  .gridintegration-guttersizer {
    width: 0
  }
}

.partnersv2 .wrapper article.partner a.imagewrap {
  display: block;
  text-align: center;
  border-bottom: 1px solid #dfe1e2;
  height: 107px;
  padding: 0 20px;
  width: 100%;
  overflow: hidden
}

.partnersv2 .wrapper article.partner a.imagewrap img {
  margin: auto;
  max-height: 106px;
  max-width: 300px;
  height: auto
}

.partnersv2 .wrapper article.partner h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 40px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1.35;
  font-size: 18px;
  color: #119bd1;
  height: 78px;
  display: flex;
  font-weight: 500
}

.partnersv2 .wrapper article.partner h2 a.title {
  font-size: 18px;
  color: #119bd1;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  font-weight: 500
}

.partnersv2 .wrapper article.partner .description {
  padding: 0 40px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #5e6770;
  max-height: 310px;
  overflow: hidden
}

.partnersv2 .wrapper article.partner .description::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  background-color: #fff
}

.partnersv2 .wrapper article.partner .description::-webkit-scrollbar {
  width: 3px;
  background-color: #fff
}

.partnersv2 .wrapper article.partner .description::-webkit-scrollbar-thumb {
  background-color: #119bd1
}

.partnersv2 .filterwrap {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  position: absolute;
  width: 90%;
  margin-top: -60px;
  left: 0;
  right: 0
}

.clearfilter {
  margin-left: 50px;
  padding: 2px 13px;
  font-size: 14px;
  float: right
}

.clearfilter,
.filter {
  opacity: 0;
  transition: all .3s ease
}

.filter b {
  text-transform: uppercase
}

.clearfilter.active,
.filter.active {
  opacity: 1
}

.partnersv2 .wrapper article.partner .meta {
  padding: 0 40px;
  text-align: right
}

.partnersv2 .wrapper article.partner .meta a {
  font-size: 13px;
  line-height: 22px;
  color: #5e6770;
  text-transform: uppercase
}

.animate-parent-outToLeft .my-menu-item {
  -ms-animation: parent-outToLeft .5s both cubic-bezier(.7, 0, .3, 1);
  -moz-animation: parent-outToLeft .5s both cubic-bezier(.7, 0, .3, 1);
  -webkit-animation: parent-outToLeft .5s both cubic-bezier(.7, 0, .3, 1);
  animation: parent-outToLeft .5s both cubic-bezier(.7, 0, .3, 1)
}

@-ms-keyframes parent-outToLeft {
  from {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    opacity: 0;
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@-moz-keyframes parent-outToLeft {
  from {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    opacity: 0;
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@-webkit-keyframes parent-outToLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes parent-outToLeft {
  from {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    opacity: 0;
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.animate-parent-outToRight .my-menu-item {
  -ms-animation: parent-outToRight .5s both cubic-bezier(.7, 0, .3, 1);
  -moz-animation: parent-outToRight .5s both cubic-bezier(.7, 0, .3, 1);
  -webkit-animation: parent-outToRight .5s both cubic-bezier(.7, 0, .3, 1);
  animation: parent-outToRight .5s both cubic-bezier(.7, 0, .3, 1)
}

@-ms-keyframes parent-outToRight {
  from {
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
  }

  to {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-moz-keyframes parent-outToRight {
  from {
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
  }

  to {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-webkit-keyframes parent-outToRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes parent-outToRight {
  from {
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
  }

  to {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

.animate-children-inToRight .my-menu-item {
  -ms-animation: children-inToRight .5s both cubic-bezier(.7, 0, .3, 1);
  -moz-animation: children-inToRight .5s both cubic-bezier(.7, 0, .3, 1);
  -webkit-animation: children-inToRight .5s both cubic-bezier(.7, 0, .3, 1);
  animation: children-inToRight .5s both cubic-bezier(.7, 0, .3, 1)
}

@-ms-keyframes children-inToRight {
  from {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none
  }

  to {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    display: block
  }
}

@-moz-keyframes children-inToRight {
  from {
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none
  }

  to {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    display: block
  }
}

@-webkit-keyframes children-inToRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    display: block
  }
}

@keyframes children-inToRight {
  from {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none
  }

  to {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    display: block
  }
}

.animate-children-outToLeft .my-menu-item {
  -ms-animation: children-outToLeft .5s both cubic-bezier(.7, 0, .3, 1);
  -moz-animation: children-outToLeft .5s both cubic-bezier(.7, 0, .3, 1);
  -webkit-animation: children-outToLeft .5s both cubic-bezier(.7, 0, .3, 1);
  animation: children-outToLeft .5s both cubic-bezier(.7, 0, .3, 1)
}

@-ms-keyframes children-outToLeft {
  from {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    display: block
  }

  to {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none
  }
}

@-moz-keyframes children-outToLeft {
  from {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    display: block
  }

  to {
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none
  }
}

@-webkit-keyframes children-outToLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    display: block
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none
  }
}

@keyframes children-outToLeft {
  from {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    display: block
  }

  to {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none
  }
}

@-ms-keyframes children-outToRight {
  from {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    display: block
  }

  to {
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    display: none
  }
}

@-moz-keyframes children-outToRight {
  from {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    display: block
  }

  to {
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    display: none
  }
}

@-webkit-keyframes children-outToRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    display: block
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    display: none
  }
}

@keyframes children-outToRight {
  from {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    display: block
  }

  to {
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    display: none
  }
}

@-moz-keyframes test {
  from {
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes test {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes test {
  from {
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes fadeIn-reverse {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes fadeIn-reverse {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeIn-reverse {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.indxl-none .indxl-input:nth-child(2),
.indxl-none .indxl-input:nth-child(3) {
  display: none !important
}

.cta.CTA_office:hover .contenthover {
  opacity: 0
}

.cta.CTA_office:hover p {
  opacity: 1;
  visibility: visible
}

.cta.CTA_office:hover h4 {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.cta.CTA_office:hover .bottom {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

footer .indexel-icon,
footer .indexel-icon:before {
  font-family: "Font Awesome 5 Brands"
}
