/* --------------------------------------------------------------------------------------- /
/                                          $BOOTSTRAP                                     /
/ --------------------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Candal');

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* --------------------------------------------------------------------------------------- /
/                                          END BOOTSTRAP                                  /
/ --------------------------------------------------------------------------------------- */
/**
 *
 * foont awesome
 *
 */
@font-face {
  font-family: 'icomoon2';
  src: url('fonts/icomoon2/icomoon2.eot?68hmd1');
  src: url('fonts/icomoon2/icomoon2.eot?68hmd1#iefix') format('embedded-opentype'), url('fonts/icomoon2/icomoon2.ttf?68hmd1') format('truetype'), url('fonts/icomoon2/icomoon2.woff?68hmd1') format('woff'), url('fonts/icomoon2/icomoon2.svg?68hmd1#icomoon2') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
[class^="icon2-"],
[class*=" icon2-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bulle-1:before,
.icon2-bulle-1:before {
  content: "\e900";
  color: #187bbd;
}

.icon-bulle-2:before,
.icon2-bulle-2:before {
  content: "\e901";
  color: #187bbd;
}

.icon-bulle-3:before,
.icon2-bulle-3:before {
  content: "\e902";
  color: #187bbd;
}

.icon-bulle-4:before,
.icon2-bulle-4:before {
  content: "\e903";
  color: #1a7dbe;
}

.icon-bulle-5:before,
.icon2-bulle-5:before {
  content: "\e904";
  color: #1689a5;
}

.icon-bulle-6:before,
.icon2-bulle-6:before {
  content: "\e905";
  color: #cf2338;
}

.icon-bulle-7:before,
.icon2-bulle-7:before {
  content: "\e906";
  color: #2592ce;
}

.icon-bulle-8:before,
.icon2-bulle-8:before {
  content: "\e907";
  color: #2995cf;
}

.icon-bulle-9:before,
.icon2-bulle-9:before {
  content: "\e908";
  color: #2995cf;
}

.icon-bulle-10:before,
.icon2-bulle-10:before {
  content: "\e909";
  color: #2995cf;
}

.icon-bulle-11:before,
.icon2-bulle-11:before {
  content: "\e90a";
  color: #849cb0;
}

.icon-burger:before,
.icon2-burger:before {
  content: "\e90b";
  color: #0f7bbd;
}

.icon-chiffre-1:before,
.icon2-chiffre-1:before {
  content: "\e90c";
  color: #0f7bbd;
}

.icon-chiffre-2:before,
.icon2-chiffre-2:before {
  content: "\e90d";
  color: #0f7bbd;
}

.icon-facebook:before,
.icon2-facebook:before {
  content: "\e90e";
}

.icon-fleche-1:before,
.icon2-fleche-1:before {
  content: "\e90f";
  color: #0f7bbd;
}

.icon-fleche-2:before,
.icon2-fleche-2:before {
  content: "\e910";
  color: #0f7bbd;
}

.icon-instagram:before,
.icon2-instagram:before {
  content: "\e911";
}

.icon-linkedin:before,
.icon2-linkedin:before {
  content: "\e912";
}

.icon-logo .path1:before,
.icon2-logo .path1:before {
  content: "\e913";
  color: #0d79bc;
}

.icon-logo .path2:before,
.icon2-logo .path2:before {
  content: "\e914";
  margin-left: -2.26074219em;
  color: #0d79bc;
}

.icon-logo .path3:before,
.icon2-logo .path3:before {
  content: "\e915";
  margin-left: -2.26074219em;
  color: #0d79bc;
}

.icon-logo .path4:before,
.icon2-logo .path4:before {
  content: "\e916";
  margin-left: -2.26074219em;
  color: #0d79bc;
}

.icon-logo .path5:before,
.icon2-logo .path5:before {
  content: "\e917";
  margin-left: -2.26074219em;
  color: #0d79bc;
}

.icon-logo .path6:before,
.icon2-logo .path6:before {
  content: "\e918";
  margin-left: -2.26074219em;
  color: #0d79bc;
}

.icon-logo .path7:before,
.icon2-logo .path7:before {
  content: "\e919";
  margin-left: -2.26074219em;
  color: #0d79bc;
}

.icon-logo .path8:before,
.icon2-logo .path8:before {
  content: "\e91a";
  margin-left: -2.26074219em;
  color: #0d79bc;
}

.icon-logo .path9:before,
.icon2-logo .path9:before {
  content: "\e91b";
  margin-left: -2.26074219em;
  color: #b7babc;
}

.icon-loupe:before,
.icon2-loupe:before {
  content: "\e91c";
  color: #0f7bbd;
}

.icon-snapchat:before,
.icon2-snapchat:before {
  content: "\e91d";
}

.icon-twitter:before,
.icon2-twitter:before {
  content: "\e91e";
}

.icon-youtube:before,
.icon2-youtube:before {
  content: "\e91f";
}

.icon-information:before,
.icon2-information:before {
  content: "\e920";
  color: #e6223e;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/icomoon.eot?mc63gz');
  src: url('fonts/icomoon/icomoon.eot?mc63gz#iefix') format('embedded-opentype'), url('fonts/icomoon/icomoon.ttf?mc63gz') format('truetype'), url('fonts/icomoon/icomoon.woff?mc63gz') format('woff'), url('fonts/icomoon/icomoon.svg?mc63gz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ampoule:before {
  content: "\e900";
}

.icon-avion:before {
  content: "\e901";
}

.icon-balance:before {
  content: "\e902";
}

.icon-bateau:before {
  content: "\e903";
}

.icon-batterie:before {
  content: "\e904";
}

.icon-billets:before {
  content: "\e905";
}

.icon-bouton:before {
  content: "\e906";
}

.icon-bulles:before {
  content: "\e907";
}

.icon-bus:before {
  content: "\e908";
}

.icon-cables:before {
  content: "\e909";
}

.icon-camera:before {
  content: "\e90a";
}

.icon-camion:before {
  content: "\e90b";
}

.icon-carte:before {
  content: "\e90c";
}

.icon-certificat:before {
  content: "\e90d";
}

.icon-copyright:before {
  content: "\e90e";
}

.icon-cube:before {
  content: "\e90f";
}

.icon-discours:before {
  content: "\e910";
}

.icon-document:before {
  content: "\e911";
}

.icon-don:before {
  content: "\e912";
}

.icon-ecologie1:before {
  content: "\e913";
}

.icon-ecologie2:before {
  content: "\e914";
}

.icon-ecrire:before {
  content: "\e915";
}

.icon-energie1:before {
  content: "\e916";
}

.icon-energie2:before {
  content: "\e917";
}

.icon-liste:before {
  content: "\e918";
}

.icon-liste2:before {
  content: "\e919";
}

.icon-livraison:before {
  content: "\e91a";
}

.icon-monnaie:before {
  content: "\e91b";
}

.icon-antenne:before {
  content: "\e91c";
}

.icon-planete:before {
  content: "\e91d";
}

.icon-plot:before {
  content: "\e91e";
}

.icon-profil1:before {
  content: "\e91f";
}

.icon-profil2:before {
  content: "\e920";
}

.icon-profil3:before {
  content: "\e92c";
}

.icon-recherche:before {
  content: "\e921";
}

.icon-stats1:before {
  content: "\e922";
}

.icon-stats2:before {
  content: "\e923";
}

.icon-tableau:before {
  content: "\e924";
}

.icon-trajet:before {
  content: "\e925";
}

.icon-usine1:before {
  content: "\e926";
}

.icon-usine2:before {
  content: "\e927";
}

.icon-utilisateurs1:before {
  content: "\e928";
}

.icon-utilisateurs2:before {
  content: "\e929";
}

.icon-valise:before {
  content: "\e92a";
}

.icon-ville:before {
  content: "\e92b";
}

@font-face {
  font-family: 'icomoon3';
  src: url('fonts/icomoon3/fonts/icomoon.eot?a34o7g');
  src: url('fonts/icomoon3/fonts/icomoon.eot?a34o7g#iefix') format('embedded-opentype'),
    url('fonts/icomoon3/fonts/icomoon.ttf?a34o7g') format('truetype'),
    url('fonts/icomoon3/fonts/icomoon.woff?a34o7g') format('woff'),
    url('fonts/icomoon3/fonts/icomoon.svg?a34o7g#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"].icon-film:before,
[class*=" icon-"].icon-film:before,
[class^="icon-"].icon-micro:before,
[class*=" icon-"].icon-micro:before,
[class^="icon-"].icon-info:before,
[class*=" icon-"].icon-info:before {
  font-family: 'icomoon3' !important;
}

.icon-film:before {
  content: "\e90c";
}

.icon-micro:before {
  content: "\e90d";
}

.icon-info:before {
  content: "\e900";
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

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

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

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

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

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

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

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

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

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

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

.fa-linode:before {
  content: "\f2b8";
}

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

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

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

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

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

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

input {
  border: 0;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

* {
  box-sizing: border-box;
}

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

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

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.hideText {
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}

.invisible {
  visibility: hidden;
}

.hiddenLS {
  display: none !important;
  visibility: hidden;
}

.alignVerticalFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.alignVerticalFlex\--top {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

/* Float */
.fLeft,
.left {
  float: left;
}

.fRight,
.right {
  float: right;
}

/* Clear */
.clear {
  clear: both;
}

.cLeft {
  clear: left;
}

.cRight {
  clear: right;
}

.noWidth {
  width: auto;
}

.resp {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* 
- $TEXT \--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\--\---
*/
/* Text alignements */
.txtC {
  text-align: center;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.txtJ {
  text-align: justify;
}

.ftUpp {
  text-transform: uppercase;
}

.txtN {
  text-decoration: none;
}

.txtU {
  text-decoration: underline;
}

.dispB {
  display: block;
}

.dispI {
  display: inline-block;
}

.curP {
  cursor: pointer;
}

.curPN {
  pointer-events: none;
}

.bt {
  background: 0 0;
  border-width: 0;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  padding: 0;
  text-decoration: none;
  transition: 0.3s ease-out;
}

[class*=bt-] {
  background: 0 0;
  border-width: 0;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  padding: 0;
  text-decoration: none;
  transition: 0.3s ease-out;
}

/**
 *
 * Wrapper iframe video bourse
 *
 */
/**
 *
 * padding lef right
 *
 */
/*=============================================
=            postion            =
=============================================*/
.\--posA {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.posR {
  position: relative;
}

.posA {
  position: absolute;
}

/*=====  End of postion  ======*/
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {

  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.sc-button {
  margin-top: 15px;
}

/*=============================================
=            gridCR            =
=============================================*/
.gridCR {
  display: flex;
  justify-content: space-around;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.gridCR--nowRap {
  flex-wrap: nowrap;
}

.gridCR--center {
  justify-content: center;
}

.gridCR--colonne {
  flex-direction: column;
}

[class*="gridCR-col"] {
  display: block;
}

[class$="gridCR-col-50"] {
  flex: 0 1 50%;
  max-width: 50%;
}

[class*="gridCR-col-40--desk"] {
  flex: 0 1 40%;
  max-width: 40%;
}

[class*="gridCR-col-23--desk"] {
  flex: 0 1 23%;
  max-width: 23%;
}

[class*="gridCR-col-29--desk"] {
  flex: 0 1 29%;
  max-width: 29%;
}

[class*="gridCR-col-18--desk"] {
  flex: 0 1 18%;
  max-width: 18%;
}

[class*="gridCR-col-39--desk"] {
  flex: 0 1 39%;
  max-width: 39%;
}

[class*="gridCR-col-42--desk"] {
  flex: 0 1 42%;
  max-width: 42%;
}

[class*="gridCR-col-46--desk"] {
  flex: 0 1 46%;
  max-width: 46%;
}

[class*="gridCR-col-50--desk"] {
  flex: 0 1 50%;
  max-width: 50%;
}

[class*="gridCR-col-58--desk"] {
  flex: 0 1 58%;
  max-width: 58%;
}

[class*="gridCR-col-33--desk"] {
  flex: 0 1 33%;
  max-width: 33%;
}

[class*="gridCR-col-61--desk"] {
  flex: 0 1 61%;
  max-width: 61%;
}

[class*="gridCR-col-67--desk"] {
  flex: 0 1 67%;
  max-width: 67%;
}

[class*="gridCR-col-25--desk"] {
  flex: 0 1 25%;
  max-width: 25%;
}

[class*="gridCR-col-20--desk"] {
  flex: 0 1 20%;
  max-width: 20%;
}

[class*="gridCR-col-68--desk"] {
  flex: 0 1 68%;
  max-width: 68%;
}

[class*="gridCR-col-71--desk"] {
  flex: 0 1 71%;
  max-width: 71%;
}

[class*="gridCR-col-61--desk"] {
  flex: 0 1 61%;
  max-width: 61%;
}

[class*="gridCR-col-80--desk"] {
  flex: 0 1 80%;
  max-width: 80%;
}

[class*="gridCR-col-64--desk"] {
  flex: 0 1 64%;
  max-width: 64%;
}

[class*="gridCR-col-37--desk"] {
  flex: 0 1 37.9%;
  max-width: 37.9%;
}

[class*="gridCR-col-63--desk"] {
  flex: 0 1 63%;
  max-width: 63%;
}

[class*="gridCR-col-62--desk"] {
  flex: 0 1 62%;
  max-width: 62%;
}

[class*="gridCR-col-75--desk"] {
  flex: 0 1 75%;
  max-width: 75%;
}

[class*="gridCR-col-100--desk"] {
  flex: 0 1 100%;
  max-width: 100%;
}

[class*="gridCR-col-auto"] {
  flex: 0 1 auto;
  width: auto;
}

@media screen and (max-width: 1024px) {
  [class*="gridCR-col-100--tab"] {
    flex: 0 1 100%;
    max-width: 100%;
  }

  [class*="gridCR-col-50--tab"] {
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  [class*="gridCR-col-100--mob"] {
    flex: 0 1 100%;
    max-width: 100%;
  }

  [class*="gridCR-col-50--mob"] {
    flex: 0 1 50%;
    max-width: 50%;
  }
}

.\--full100 {
  flex-grow: 2;
}

.\--gridTop {
  align-self: flex-start;
}

.\--VgridTop {
  align-items: flex-start;
}

.\--VgridStretch {
  align-items: stretch;
}

.\--Container {
  position: relative;
  /* facultatif : résoud un bug non systématique de blur sur IE */
  transform-style: preserve-3d;
}

.\--Vcenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.\--VgridCenter {
  align-items: center;
}

.\--gridCenter {
  align-self: center;
}

.\--gridBottom {
  align-self: flex-end;
}

.\--VgridBottom {
  align-items: flex-end;
}

.\--HgridBetween {
  justify-content: space-between;
}

/*=====  End of gridCR  ======*/
@font-face {
  font-family: 'Gotham';
  src: url('fonts/gotham/Gotham_normal_normal_400.woff') format('woff'),
       url('fonts/gotham/Gotham_normal_normal_400.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/gotham/Gotham_normal_normal_700.woff') format('woff'),
       url('fonts/gotham/Gotham_normal_normal_700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/gotham/Gotham_normal_normal_800.woff') format('woff'),
       url('fonts/gotham/Gotham_normal_normal_800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

.ft-gotham-book {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 400;
}

.ft-gotham-medium {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 700;
}

.ft-gotham-bold {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 700;
}

.ft-gotham-black {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 800;
}

/*=============================================
=            Variables breakpoints           =
=============================================*/
.\--titleBlue1 {
  color: #007bc0;
}

.\--titleBlue2 {
  color: #0f88a5;
}

.\--titleBlue3 {
  color: #2a95cf;
}

.\--titleBlue4 {
  color: #007eba;
}

.\--titleBlue5 {
  color: #0088a1;
}

.\--titleBlue6 {
  color: #0095d5;
}

.\--titleBlue7 {
  color: #0086cc;
}

.\--titleBlue8 {
  color: #007bbc;
}

.\--titleBlue9 {
  color: #007bc0;
}

.\--titleGrey1 {
  color: #585857;
}

.\--titleGrey2 {
  color: #839bb1;
}

.\--titleGrey3 {
  color: #58585a;
}

.\--titleWhite1 {
  color: #f9f9f9;
}

.\--titleWhite2 {
  color: #f5f4f0;
}

.\--titleWhite3 {
  color: #ffffff;
}

.\--titleRed1 {
  color: #cd1a37;
}

.\--titleRed2 {
  color: #ad0911;
}

.\--titleRed3 {
  color: #ef153e;
}

.\--titleRed5 {
  color: #7a1f5e;
}

.\--bckBlue4 {
  background-color: #007eba;
}

.\--bckWhite1 {
  background-color: #ffffff;
}

.txt-1 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .txt-1 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-1 {
    font-size: 3.5vw;
  }
}

.txt-2 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .txt-2 {
    font-size: 2.202rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-2 {
    font-size: 3.5vw;
  }
}

.txt-3 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
}

.txt-4 {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 400;
  font-size: 1.2rem;
}

.txt-5 {
  font-size: 1.9rem;
}

.txt-6 {
  font-size: 1.6rem;
  letter-spacing: -0.027em;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .txt-6 {
    font-size: 4.0rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-6 {
    font-size: 6.25vw;
  }
}

@media screen and (max-width: 1024px) {
  .txt-33 {
    font-size: 4.0rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-33 {
    font-size: 6.25vw;
  }
}

.txt-7 {
  font-size: 1.6rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .txt-7 {
    font-size: 4.0rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-7 {
    font-size: 6.25vw;
  }
}

.txt-8 {
  font-size: 6.5rem;
}

.txt-9 {
  font-size: 1.5rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .txt-9 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-9 {
    font-size: 3.8vw;
  }
}

.txt-10 {
  font-size: 1.7rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
}

@media screen and (max-width: 1024px) {
  .txt-10 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-10 {
    font-size: 3.8vw;
  }
}

.txt-11 {
  font-size: 1.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
}

@media screen and (max-width: 1024px) {
  .txt-11 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-11 {
    font-size: 4.45vw;
  }
}

.txt-29 {
  font-size: 1.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
}

@media screen and (max-width: 1024px) {
  .txt-29 {
    font-size: 4.0rem;
  }
}

.txt-12 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  font-size: 3.8rem;
}

@media screen and (max-width: 1024px) {
  .txt-12 {
    font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-12 {
    font-size: 9.4vw;
  }
}

.txt-13 {
  font-size: 1.9rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .txt-13 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-13 {
    font-size: 4.4vw;
  }
}

.txt-14 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  font-size: 2.0rem;
}

@media screen and (max-width: 1024px) {
  .txt-14 {
    font-size: 2.645rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-14 {
    font-size: 4.6vw;
  }
}

.txt-15 {
  font-size: 7.1rem;
}

@media screen and (max-width: 1024px) {
  .txt-15 {
    font-size: 11.8rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-15 {
    font-size: 19vw;
  }
}

.txt-16 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  font-size: 8.8rem;
}

@media screen and (max-width: 1024px) {
  .txt-16 {
    font-size: 10.0rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-16 {
    font-size: 14.3vw;
  }
}

.txt-17 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 0.5rem;
}

.txt-18 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 2.0rem;
}

@media screen and (max-width: 1024px) {
  .txt-18 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-18 {
    font-size: 4.4vw;
  }
}

.txt-19 {
  font-size: 2.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
}

@media screen and (max-width: 1024px) {
  .txt-19 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-19 {
    font-size: 6.3vw;
  }
}

.txt-20 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .txt-20 {
    font-size: 2.799rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-20 {
    font-size: 4.4vw;
  }
}

.txt-21 {
  font-size: 2.6rem;
}

.txt-22 {
  font-size: 7.9rem;
}

.txt-23 {
  font-size: 1.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .txt-23 {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-23 {
    font-size: 6.4vw;
  }
}

.txt-24 {
  font-size: 2.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .txt-24 {
    font-size: 6.0rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-24 {
    font-size: 9.4vw;
  }
}

.txt-25 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .txt-25 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-25 {
    font-size: 3.5vw;
  }
}

.txt-26 {
  font-size: 1.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .txt-26 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-26 {
    font-size: 4.4vw;
  }
}

.txt-27 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .txt-27 {
    font-size: 4.0rem;
  }
}

.txt-28 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .txt-28 {
    font-size: 2.61vw;
  }
}

@media screen and (max-width: 767px) {
  .txt-28 {
    font-size: 6.4vw;
  }
}

.txt-40 {
  font-size: 7.4rem;
}

@media screen and (max-width: 767px) {
  .txt-40 {
    font-size: 18.1rem;
  }
}

.txt-41 {
  font-size: 3.8rem;
}

@media screen and (max-width: 1024px) {
  .txt-41 {
    font-size: 7rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-41 {
    font-size: 11.9vw;
  }
}

.txt-42 {
  font-size: 2rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .txt-42 {
    font-size: 1.9em;
  }
}

@media screen and (max-width: 767px) {
  .txt-42 {
    font-size: 4.55em;
  }
}

.txt-43 {
  font-size: 1.6rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .txt-43 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-43 {
    font-size: 6.5em;
  }
}

.txt-44 {
  font-size: 2rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
}

@media screen and (max-width: 1024px) {
  .txt-44 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-44 {
    font-size: 6.25vw;
  }
}

.txt-45 {
  font-size: 1.4rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .txt-45 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-45 {
    font-size: 1.4rem;
  }
}

.txt-46 {
  font-size: 1.6em;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
}

@media screen and (max-width: 1024px) {
  .txt-46 {
    font-size: 2.65rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-46 {
    font-size: 6.45em;
  }
}

.txt-47 {
  font-size: 1.145vw;
  letter-spacing: -0.05em;
  line-height: 1.22;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .txt-47 {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-47 {
    font-size: 8.2em;
  }
}

.txt-48 {
  font-size: 1.4rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .txt-48 {
    font-size: 2.65rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-48 {
    font-size: 6.45em;
  }
}

.txt-49 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .txt-49 {
    font-size: 0.4em;
  }
}

@media screen and (max-width: 767px) {
  .txt-49 {
    font-size: 0.47em;
  }
}

.txt-50 {
  font-size: 6rem;
}

@media screen and (max-width: 1024px) {
  .txt-50 {
    font-size: 7.416em;
  }
}

@media screen and (max-width: 767px) {
  .txt-50 {
    font-size: 17.85em;
  }
}

.txt-51 {
  font-size: 0;
}

@media screen and (max-width: 1024px) {
  .txt-51 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-51 {
    font-size: 1.4rem;
  }
}

.txt-52 {
  font-size: 2.1rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
}

@media screen and (max-width: 1024px) {
  .txt-52 {
    font-size: 2.9em;
  }
}

@media screen and (max-width: 767px) {
  .txt-52 {
    font-size: 8.2em;
  }
}

.txt-53 {
  font-size: 1.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .txt-53 {
    font-size: 2.88em;
  }
}

@media screen and (max-width: 767px) {
  .txt-53 {
    font-size: 7.3em;
  }
}

.txt-54 {
  font-size: 6.092rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .txt-54 {
    font-size: 11.45em;
  }
}

@media screen and (max-width: 767px) {
  .txt-54 {
    font-size: 19.25em;
  }
}

.txt-55 {
  font-size: 2.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .txt-55 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-55 {
    font-size: 1.4rem;
  }
}

.txt-56 {
  font-size: 1.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
}

@media screen and (max-width: 1024px) {
  .txt-56 {
    font-size: 2.6em;
  }
}

@media screen and (max-width: 767px) {
  .txt-56 {
    font-size: 6.45em;
  }
}

.txt-57 {
  font-size: 2.2rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .txt-57 {
    font-size: 2.88em;
  }
}

@media screen and (max-width: 767px) {
  .txt-57 {
    font-size: 7.3em;
  }
}

.txt-58 {
  font-size: 1.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .txt-58 {
    font-size: 2.6em;
  }
}

@media screen and (max-width: 767px) {
  .txt-58 {
    font-size: 6.4em;
  }
}

.txt-59 {
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .txt-59 {
    font-size: 0.6em;
  }
}

@media screen and (max-width: 767px) {
  .txt-59 {
    font-size: 0.6em;
  }
}

.txt-60 {
  font-size: 3.5rem;
}

@media screen and (max-width: 1024px) {
  .txt-60 {
    font-size: 0.5em;
  }
}

@media screen and (max-width: 767px) {
  .txt-60 {
    font-size: 0.5em;
  }
}

.txt-61 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  font-size: 3.8rem;
}

@media screen and (max-width: 1024px) {
  .txt-61 {
    font-size: 5.6em;
  }
}

@media screen and (max-width: 767px) {
  .txt-61 {
    font-size: 9.4vw;
  }
}

.txt-62 {
  font-size: 8.7rem;
}

@media screen and (max-width: 1024px) {
  .txt-62 {
    font-size: 7.54em;
  }
}

@media screen and (max-width: 767px) {
  .txt-62 {
    font-size: 17.9em;
  }
}

@media screen and (max-width: 1024px) {
  .txt-63 {
    font-size: 7.7em;
  }
}

@media screen and (max-width: 767px) {
  .txt-63 {
    font-size: 10.32em;
  }
}

@media screen and (max-width: 1024px) {
  .txt-63-b {
    font-size: 4.78em;
  }
}

@media screen and (max-width: 767px) {
  .txt-63-b {
    font-size: 9.1em;
  }
}

.txt-64 {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .txt-64 {
    font-size: 1em;
  }
}

.txt-65 {
  font-size: 2rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
}

@media screen and (max-width: 1024px) {
  .txt-65 {
    font-size: 3.8em;
  }
}

@media screen and (max-width: 767px) {
  .txt-65 {
    font-size: 8.2em;
  }
}

.txt-66 {
  font-size: 2.0rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
}

@media screen and (max-width: 1024px) {
  .txt-66 {
    font-size: 1.0em;
  }
}

@media screen and (max-width: 767px) {
  .txt-66 {
    font-size: 1.0em;
  }
}

.txt-67 {
  font-size: 2.0rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .txt-67 {
    font-size: 2.7em;
  }
}

@media screen and (max-width: 767px) {
  .txt-67 {
    font-size: 5.25em;
  }
}

.txt-68 {
  font-size: 1.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .txt-68 {
    font-size: 2.7em;
  }
}

@media screen and (max-width: 767px) {
  .txt-68 {
    font-size: 6.69em;
  }
}

.txt-69 {
  font-size: 2.5em;
}

@media screen and (max-width: 1024px) {
  .txt-69 {
    font-size: 5em;
  }
}

@media screen and (max-width: 767px) {
  .txt-69 {
    font-size: 11em;
  }
}

.title-1 {
  font-size: 5rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .title-1 {
    font-size: 4.79em;
  }
}

@media screen and (max-width: 767px) {
  .title-1 {
    font-size: 11.38em;
  }
}

.title-2 {
  font-size: 1.9rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .title-2 {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 767px) {
  .title-2 {
    font-size: 5.35vw;
  }
}

.txt-1-popin {
  font-size: 19px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .txt-1-popin {
    font-size: 14px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .txt-1-popin {
    font-size: 14px;
    font-weight: 200;
  }
}

.txt-1-header {
  font-size: 3.8rem;
}

@media screen and (max-width: 1024px) {
  .txt-1-header {
    font-size: 29.775px;
  }
}

@media screen and (max-width: 767px) {
  .txt-1-header {
    font-size: 29.775px;
  }
}

.txt-2-popin {
  font-size: 1.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .txt-2-popin {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .txt-2-popin {
    font-size: 13px;
    font-weight: 200;
  }
}

.title-talent {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  font-size: 70px;
}

@media screen and (max-width: 1024px) {
  .title-talent {
    font-size: 70px;
  }
}

@media screen and (max-width: 767px) {
  .title-talent {
    font-size: 70px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #ffffff;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  color: #585857;
}

.mainContent {
  max-width: 1680px;
  width: 90%;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #58585a;
}

/*=============================================
=            Header            =
=============================================*/
.padLR {
  padding-left: 11.5%;
  padding-right: 11.5%;
}

.pad2 {
  padding: 0 2.34375%;
}

.--linkAll {
  border: 1px solid #ffffff;
  content: '';
  display: inline-block;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  position: absolute;
}

.menuFooter--link {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}

.menuFooter__span {
  display: inline-block;
  position: relative;
}

.menuFooter__span:after {
  border: 1px solid #ffffff;
  content: '';
  display: inline-block;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  position: absolute;
}

.close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 2%;
  cursor: pointer;
}

.close--off {
  display: none;
}

.close__left,
.close__right {
  cursor: pointer;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  height: 0.2vw;
  transform-style: preserve-3d;
  transform-origin: center center;
}

.close__left {
  transform: rotate(45deg);
}

.close__right {
  transform: rotate(-45deg);
}

.overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

/**
 *
 * Header site
 *
 */
/*=============================================
=            footer nav            =
=============================================*/
.footer__content {
  border-top: 1px solid #007bbc;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  padding-left: 7%;
  padding-right: 7%;
  color: #007eba;
  padding-top: 1%;
  padding-bottom: 2.5%;
}

@media screen and (max-width: 1024px) {
  .footer__content {
    font-size: 2.202rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__content {
    font-size: 3.5vw;
  }
}

.navFooter {
  margin-top: 0.2%;
}

.navFooter__link {
  color: #007eba;
}

.navFooter__item {
  display: inline-block;
}

.navFooter__item:after {
  content: "-";
  margin-left: 0.3vw;
  display: inline-block;
}

.navFooter__item:last-child:after {
  content: none;
}

/*=====  End of footer nav  ======*/
/**
 *
 * content
 *
 */
.link--blue {
  color: #007bc0;
}

.faqRight {
  margin-left: 67%;
}

.isTablette,
.isMobile {
  display: none !important;
}

.linkT {
  display: inline-block;
  padding: 0% 5%;
  text-decoration: underline;
}

.linkG {
  color: #007bc0;
  font-size: 1.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  display: block;
  padding: 4% 0;
  border: 2px solid #007bc0;
  position: absolute;
  bottom: 7%;
  left: 0;
  right: 0;
  margin: 0 12%;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .linkG {
    font-size: 2.6em;
  }
}

@media screen and (max-width: 767px) {
  .linkG {
    font-size: 6.45em;
  }
}

/**
 *
 * main title
 *
 */
.mainTitle__text.mainTitle--red {
  color: #7a1f5e;
  font-size: 2rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  top: 0.4em;
}

@media screen and (max-width: 1024px) {
  .mainTitle__text.mainTitle--red {
    font-size: 3.8em;
  }
}

@media screen and (max-width: 767px) {
  .mainTitle__text.mainTitle--red {
    font-size: 8.2em;
  }
}

.mainTitle__text.mainTitle--blue {
  color: #007bc0;
  font-size: 2rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  top: 0.4em;
}

@media screen and (max-width: 1024px) {
  .mainTitle__text.mainTitle--blue {
    font-size: 3.8em;
  }
}

@media screen and (max-width: 767px) {
  .mainTitle__text.mainTitle--blue {
    font-size: 8.2em;
  }
}

.mainTitle__sub {
  display: block;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .mainTitle__sub {
    font-size: 0.4em;
  }
}

@media screen and (max-width: 767px) {
  .mainTitle__sub {
    font-size: 0.47em;
  }
}

.mainTitle--blue {
  color: #007bc0;
  font-size: 2rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  top: 0.5vw;
}

@media screen and (max-width: 1024px) {
  .mainTitle--blue {
    font-size: 1.9em;
  }
}

@media screen and (max-width: 767px) {
  .mainTitle--blue {
    font-size: 4.55em;
  }
}

.mainTitle--red {
  color: #7a1f5e;
  font-size: 2rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
}

@media screen and (max-width: 1024px) {
  .mainTitle--red {
    font-size: 3.8em;
  }
}

@media screen and (max-width: 767px) {
  .mainTitle--red {
    font-size: 8.2em;
  }
}

.mainTitle--grey {
  color: #585857;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  font-size: 3.8rem;
}

@media screen and (max-width: 1024px) {
  .mainTitle--grey {
    font-size: 5.6em;
  }
}

@media screen and (max-width: 767px) {
  .mainTitle--grey {
    font-size: 9.4vw;
  }
}

.mainTitle__text.mainTitle--multiline {
  top: 1.45vw;
}

/**
 *
 * header genrique
 *
 */
.headerGenerique__bloc--blue .headerGenerique__rubrique,
.headerGenerique__bloc--blue .headerGenerique__title,
.headerGenerique__bloc--blue .headerGenerique__stitle {
  color: #007bc0;
}

.headerGenerique__bloc--blue .headerGenerique__rubrique:after {
  color: #007bc0;
  background-color: #007bc0;
}

.headerGenerique--content {
  /* .headerGenerique__rubrique {
      .txt-63;
  } */
}

.headerGenerique--content .headerGenerique__bloc {
  bottom: auto;
}

.headerGenerique--content .headerGenerique__title {
  position: relative;
  line-height: 1.1428;
}

@media screen and (max-width: 1024px) {
  .headerGenerique--content .headerGenerique__title {
    font-size: 7.7em;
  }
}

@media screen and (max-width: 767px) {
  .headerGenerique--content .headerGenerique__title {
    font-size: 10.32em;
  }
}

@media screen and (max-width: 1024px) {
  .headerGenerique--content .headerGenerique__title {
    font-size: 7rem;
  }
}

.headerGenerique {
  margin-top: 3em;
}

@media screen and (min-width: 1680px) {
  .headerGenerique--mini {
    height: 37vh !important;
    overflow: hidden !important;
  }

  .headerGenerique--mini .headerGenerique__img {
    min-height: 37vh;
    height: auto;
  }
}

.headerGenerique__img {
  height: 37vw;
  position: relative;
  text-align: center;
  width: 100%;
}

.headerGenerique__bloc--msg .headerGenerique__rubrique {
  font-size: 1.6em;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
}

@media screen and (max-width: 1024px) {
  .headerGenerique__bloc--msg .headerGenerique__rubrique {
    font-size: 2.65rem;
  }
}

@media screen and (max-width: 767px) {
  .headerGenerique__bloc--msg .headerGenerique__rubrique {
    font-size: 6.45em;
  }
}

.headerGenerique__bloc--msg .headerGenerique__title {
  font-size: 1.145vw;
  letter-spacing: -0.05em;
  line-height: 1.22;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  padding: 5% 0;
}

@media screen and (max-width: 1024px) {
  .headerGenerique__bloc--msg .headerGenerique__title {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 767px) {
  .headerGenerique__bloc--msg .headerGenerique__title {
    font-size: 8.2em;
  }
}

.headerGenerique__bloc--msg .headerGenerique__title:after {
  content: none;
}

.headerGenerique__bloc--msg .headerGenerique__stitle {
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .headerGenerique__bloc--msg .headerGenerique__stitle {
    font-size: 2.65rem;
  }
}

@media screen and (max-width: 767px) {
  .headerGenerique__bloc--msg .headerGenerique__stitle {
    font-size: 6.45em;
  }
}

.headerGenerique__bloc--msg .headerGenerique__content {
  width: 49em;
}

.mainChapeau__content.mainChapeau__content--red {
  color: #7a1f5e;
}

/**
 *
 * slider
 *
 */
.slider {
  /**
*
* slider custom
*
*/
  margin-top: 1.2%;
}

.slider--filiale {
  padding-bottom: 2.8%;
}

.slider--filiale:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #58585a;
}

.slider--filiale .container--slider {
  position: relative;
  padding: 30px 0 65px;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  border-bottom: none;
}

.slider--filiale .slider__title2 {
  font-size: 2rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  color: #58585a;
  margin-left: 2%;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .slider--filiale .slider__title2 {
    font-size: 1em;
  }
}

@media screen and (max-width: 767px) {
  .slider--filiale .slider__title2 {
    font-size: 1em;
  }
}

.slider--filiale .slider__txt {
  font-size: 2rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  color: #58585a;
}

@media screen and (max-width: 1024px) {
  .slider--filiale .slider__txt {
    font-size: 2.7em;
  }
}

@media screen and (max-width: 767px) {
  .slider--filiale .slider__txt {
    font-size: 5.25em;
  }
}

.slider--filiale .slider__content {
  text-align: center;
  margin-bottom: 0;
}

.slider--filiale .slider__push {
  text-align: center;
  width: auto;
  position: static;
  padding-top: 2.2%;
}

.slider--filiale .slider__pagination {
  /*bottom: 7.9%;
      width: 112em;
      margin: 0 auto;*/
  position: static;
  width: auto;
  margin-left: 0;
}

.slider--filiale .slider__next {
  right: -30px;
}

.slider--filiale .slider__prev {
  transform: translateY(-50%) scale(-1, 1);
  left: -30px;
}

.slider--filiale .slider__image {
  border: 1px solid #58585a;
  /* width: 18.1em;
       height: 18.1em;*/
  width: 100%;
  position: relative;
}

.slider--filiale .slider__image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.slider--filiale .slider__lnk {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider--filiale .slider__img {
  display: inline-block;
  padding: 5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider--filiale .slider__ul {
  width: auto;
  margin-left: 0;
  transition: none;
  z-index: 0;
  /*    margin-left: 0;
          width:5000px;
          .txtL;
          .dispI;*/
}

.slider--filiale .slider__article:before {
  content: none;
}

.slider--filiale .slider__item {
  margin-left: 15px;
  margin-right: 15px;
  width: auto;
  height: auto;
  display: block;
  /*width: auto;
      margin-right: 0.4%;*/
}

.slider--custom .slider__title2 {
  font-size: 2rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  color: #58585a;
  margin-left: 2%;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .slider--custom .slider__title2 {
    font-size: 1em;
  }
}

@media screen and (max-width: 767px) {
  .slider--custom .slider__title2 {
    font-size: 1em;
  }
}

.slider--custom .slider__txt {
  font-size: 2rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  color: #58585a;
}

@media screen and (max-width: 1024px) {
  .slider--custom .slider__txt {
    font-size: 2.7em;
  }
}

@media screen and (max-width: 767px) {
  .slider--custom .slider__txt {
    font-size: 5.25em;
  }
}

.slider--custom .slider__push {
  text-align: center;
  width: auto;
  position: static;
  padding-top: 2.2%;
}

.slider--custom .slider__pagination {
  bottom: 7.9%;
  width: 43.3vw;
  margin-left: 22vw;
}

.slider--custom .slider__article:hover:before {
  transform: translate(-50%, -84%) scale(2);
}

.slider--custom .slider__ul {
  margin-left: -14.78vw;
}

.slider--custom .slider__item {
  width: 37.05vw;
}

.slider__content {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.slider__article {
  position: relative;
  z-index: 100;
  transform: none;
  overflow: hidden;
}

.slider__article .slider__linkTxt {
  position: relative;
  z-index: 10;
}

.slider__article .slider__link {
  overflow: hidden;
}

.slider__sTitle {
  font-size: 1.9rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  position: relative;
  color: #ffffff;
  margin-bottom: 7%;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .slider__sTitle {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 767px) {
  .slider__sTitle {
    font-size: 5.35vw;
  }
}

.slider__head {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.slider__head:before {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  content: '';
}

.slider__title {
  display: inline-block;
  vertical-align: middle;
  font-size: 5rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .slider__title {
    font-size: 4.79em;
  }
}

@media screen and (max-width: 767px) {
  .slider__title {
    font-size: 11.38em;
  }
}

.slider__title:after {
  border: 1px solid #ffffff;
  position: absolute;
  bottom: -4%;
  left: 0;
  right: 0;
  display: inline-block;
  content: '';
}

.slider__title2 {
  color: #ffffff;
}

.slider__title2:before {
  position: absolute;
  top: -4vw;
  font-size: 3.6vw;
  left: -0.5vw;
}

.slider__txt {
  font-size: 1.5rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .slider__txt {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .slider__txt {
    font-size: 3.8vw;
  }
}

.slider__push {
  width: 26.628629%;
  position: absolute;
  bottom: 1.2vw;
  right: 0%;
  padding-right: 5%;
}

.slider__push .icon-noPicto {
  font-size: 6.5rem;
}

.slider__push .icon-noPicto:before {
  position: absolute;
  top: -1.4vw;
  font-size: 6.5rem;
  left: -0.5vw;
  content: "\e920";
  visibility: hidden;
}

.slider__push:before {
  content: '';
  display: inline-block;
  height: 110%;
  position: absolute;
  top: 0;
  left: -0.6vw;
  bottom: 0;
  background: #ffffff;
  width: 1px;
}

.slider__pagination {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  width: 63.7vw;
  margin-left: 16.45vw;
}

.slider__pagination .slider__next {
  transform-origin: 50% 50%;
  transform: translateY(-50%) scale(1);
  transition: transform 0.5s ease;
}

.slider__pagination .slider__next:hover {
  transform: translateY(-50%) scale(1.2);
}

.slider__pagination .slider__prev {
  transform-origin: 50% 50%;
  transform: translateY(-50%) scale(-1, 1);
  transition: transform 0.5s ease;
}

.slider__pagination .slider__prev:hover {
  transform: translateY(-50%) scale(-1.2, 1.2);
}

.slider__pagination--red .icon-fleche-1:before {
  color: #7a1f5e;
}

.slider__next,
.slider__prev {
  cursor: pointer;
  position: absolute;
  font-size: 1.75vw;
  color: #007bc0;
  top: 50%;
  transform-style: preserve-3d;
  transform: translateY(-50%);
  margin-top: -18px;
}

.slider__next {
  right: 0.8vw;
}

.slider__prev {
  transform: translateY(-50%) scale(-1, 1);
  left: 0.8vw;
}

.slider__item {
  vertical-align: top;
  width: 57.25vw;
  height: auto;
  display: inline-block;
  margin-right: 2.8vw;
}

.slider__item .slider__title2--icon:before {
  color: #ffffff;
}

.slider__ul {
  width: 100000000000000000px;
  margin-left: -40.5vw;
  transition: all 0.5s ease-out;
  z-index: -1;
}

/**
 *
 * Block Havas
 *
 */
.havasBloc {
  margin: 3% 0;
  border-top: 1px solid #7a1f5e;
  border-bottom: 1px solid #7a1f5e;
}

.havasBloc__link {
  background-color: #7a1f5e;
  color: #ffffff;
  margin-bottom: 5%;
}

.havasBloc__link.linkN {
  padding: 4% 10%;
}

.havasBloc__left {
  text-align: left;
  padding-left: 3%;
}

.havasBloc__right {
  margin-left: -30%;
}

.havasBloc__content {
  padding: 3% 0;
  width: 71.136em;
  margin: 0 auto;
}

.havasBloc__imgContainer {
  width: 18.4em;
  display: inline-block;
}

.havasBloc__txt {
  margin-bottom: 4%;
  display: block;
  color: #7a1f5e;
  font-size: 1.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .havasBloc__txt {
    font-size: 2.7em;
  }
}

@media screen and (max-width: 767px) {
  .havasBloc__txt {
    font-size: 6.69em;
  }
}

/**
 *
 * filiale
 *
 */
.filiale {
  background: #f9f9f9;
}

.filiale .mainTitle__text {
  background: #f9f9f9;
}

/**
 *
 * Icon social link
 *
 */
.socialLink {
  margin-left: -2%;
}

.socialLink__item {
  display: inline-block;
  position: relative;
  padding: 8.5% 6%;
  background-color: #7a1f5e;
  margin: 0 2%;
}

.socialLink__lnk {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.socialLink__lnk:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5em;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .socialLink__lnk:before {
    font-size: 5em;
  }
}

@media screen and (max-width: 767px) {
  .socialLink__lnk:before {
    font-size: 11em;
  }
}

/**
 *
 * FAQ
 *
 */
.faqLink:hover {
  color: #2a95cf;
}

body {
  margin-top: 150px;
}

:root {
  --check-primary: -10px;
}

.appearMenu {
  display: -webkit-box !important;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box !important;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox !important;
  /* TWEENER - IE 10 */
  display: -webkit-flex !important;
  /* NEW - Chrome */
  display: flex !important;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: initial !important;
  -ms-flex-align: initial !important;
  align-items: initial !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: flex-start !important;
  justify-content: flex-start !important;
}

.header {
  height: 140px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 2000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 30px 30px 0px;
  transition: all 0.6s ease;
}

.header.js-scroll {
  height: 90px;
  padding: 10px 30px 0px;
}

.header.js-scroll .header-logo img {
  height: 80px;
  padding-bottom: 10px;
}

.header-burger {
  display: none;
}

.header-logo a {
  display: block;
  outline: none;
}

.header-logo a img {
  height: 110px;
  padding-bottom: 0px;
  transition: all 0.6s ease;
}

.header-global {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.header-global .header-ahead {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  padding: 0 10px;
}

.header-global .header-ahead .header-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-bottom: 10px;
}

.header-global .header-ahead .header-info .header__iframeBourse {
  position: relative;
  top: -1px;
  margin-left: 60px;
}

.header-global .header-ahead .header-info-bourse {
  padding-top: 6px;
  display: inline-block;
  height: 25px;
  max-width: 190px;
  overflow: hidden;
  margin-right: 30px;
  position: relative;
}

.header-global .header-ahead .header-info-bourse span {
  display: inline-block;
  float: left;
  font-weight: bold;
  color: #1e7dbf;
  font-size: 12px;
}

.header-global .header-ahead .header-info-bourse-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header-global .header-ahead .header-info-search {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-style: italic;
}

.header-global .header-ahead .header-info-search form button {
  font-size: 2rem;
}

.header-global .header-ahead .header-info-search form input {
  padding-top: 3px;
  vertical-align: top;
  outline: none;
}

.header-global .header-ahead .header-langs .header-lang {
  font-size: 1.5rem;
  text-transform: uppercase;
  padding-left: 10px;
}

.header-global .header-ahead .header-langs .header-lang__on a {
  font-weight: bold;
  color: #1e7dbf;
}

.header-global .header-ahead .header-langs .header-lang:hover {
  font-weight: bold;
}

.header-global .header-menu-list {
  display: flex;
  flex-direction: row;
}

.header-global .header-menu-list>.menu-item>a {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 15px 10px;
  overflow: hidden;
  position: relative;
  cursor: default;
}

.header-global .header-menu-list>.menu-item>a[href] {
  cursor: pointer;
}

.header-global .header-menu-list>.menu-item>a:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #1e7dbf;
  width: 100%;
  height: 10px;
  left: 0px;
  bottom: var(--check-primary);
  transition: all 0.2s ease;
}

.header-global .header-menu-list>.menu-item>.sub-menu.depth-0 {
  display: none;
  position: absolute;
  left: 0;
  z-index: 2000;
  background-color: #1e7dbf;
  width: 100%;
  padding: 40px 30px 0 30%;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.header-global .header-menu-list>.menu-item>.sub-menu.depth-0>.menu-item {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 15px;
  width: 25%;
  box-sizing: border-box;
  /*  width: calc(~"16.66% - 30px");
                min-width: calc(~"16.66% - 30px");
                max-width: calc(~"16.66% - 30px");
                -moz-box-flex: 0 1 calc(~"16.66% - 30px");
                -webkit-flex: 0 1 calc(~"16.66% - 30px");
                -moz-flex: 0 1 calc(~"16.66% - 30px");
                -ms-flex: 0 1 calc(~"16.66% - 30px");
                flex: 0 1 calc(~"16.66% - 30px");

                display: -webkit-box; !* OLD - iOS 6-, Safari 3.1-6 *!
                display: -moz-box; !* OLD - Firefox 19- (buggy but mostly works) *!
                display: -ms-flexbox; !* TWEENER - IE 10 *!
                display: -webkit-flex; !* NEW - Chrome *!
                display: flex; !* NEW, Spec - Opera 12.1, Firefox 20+ *!
                -webkit-align-items: flex-end;
                -ms-flex-align: flex-end;
                align-items: flex-end;

                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;*/
}

.header-global .header-menu-list>.menu-item>.sub-menu.depth-0>.menu-item.menu-item-has-children>a {
  padding-bottom: 0;
}

.header-global .header-menu-list>.menu-item>.sub-menu.depth-0>.menu-item>a {
  display: block;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.3;
  transition: all 0.25s ease;
}

.header-global .header-menu-list>.menu-item>.sub-menu.depth-0>.menu-item>a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.header-global .header-menu-list>.menu-item>.sub-menu.depth-0 .sub-menu.depth-1 {
  padding-bottom: 20px;
  /* -moz-box-flex: 1;
               -webkit-flex: 1;
               -moz-flex: 1;
               -ms-flex: 1;
               flex: 1;*/
}

.header-global .header-menu-list>.menu-item>.sub-menu.depth-0 .sub-menu.depth-1 .menu-item>a {
  display: block;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 2rem;
  transition: all 0.25s ease;
}

.header-global .header-menu-list>.menu-item>.sub-menu.depth-0 .sub-menu.depth-1 .menu-item>a:hover {
  color: rgba(255, 255, 255, 0.6);
  transform: translateX(5px);
}

.header-global .header-menu-list>.menu-item:hover>a {
  color: #1e7dbf;
}

.header-global .header-menu-list>.menu-item:hover>a:after {
  bottom: 0px;
}

.header-global .header-menu-list>.menu-item:hover>.sub-menu {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: initial;
  -ms-flex-align: initial;
  align-items: initial;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}

.header-global .header-menu-list .menu-item .menu-toggle {
  display: none;
}

@media screen and (max-width: 1024px) {
  body {
    margin-top: 85px;
  }

  .header {
    height: 85px;
    padding: 10px 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-burger {
    display: block;
    position: relative;
    width: 100px;
    height: 28px;
  }

  .header-burger-el {
    display: block;
  }

  .header-burger-el span {
    display: block;
    width: 32px;
    height: 4px;
    background-color: #1e7dbf;
    transition: all 0.3s ease 0.1s;
    transform-origin: top left;
  }

  .header-burger-el:before {
    content: "";
    position: absolute;
    display: block;
    opacity: 1;
    left: 8px;
    top: 12px;
    width: 32px;
    height: 4px;
    background-color: #1e7dbf;
    transition: all 0.3s ease 0.1s;
  }

  .header-burger-el:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 24px;
    width: 32px;
    height: 4px;
    background-color: #1e7dbf;
    transition: all 0.3s ease 0.1s;
    transform-origin: bottom left;
  }

  .header-burger.js-active .header-burger-el span {
    transform: rotate(45deg);
    width: 35px;
  }

  .header-burger.js-active .header-burger-el:before {
    transform: translateX(-30px);
    opacity: 0;
  }

  .header-burger.js-active .header-burger-el:after {
    transform: rotate(-45deg);
    width: 35px;
  }

  .header-logo a img {
    height: 45px;
  }

  .header-global {
    display: block;
  }

  .header-global .header-ahead {
    display: block;
    width: 100px;
    padding: 0px;
    text-align: right;
  }

  .header-global .header-ahead .header-info {
    display: none;
  }

  .header-global .header-ahead .header-langs .header-lang {
    font-size: 20px;
  }

  .header-global .header-menu {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 0px;
    top: 85px;
    left: 0px;
    transition: all 0.3s ease;
  }

  .header-global .header-menu.js-open {
    overflow: scroll;
    display: block;
  }

  .header-global .header-menu.js-open .header-menu-list {
    top: 0px;
    width: 100%;
  }

  .header-global .header-menu-list {
    position: absolute;
    top: -350px;
    display: block;
    transition: all 0.6s ease;
  }

  .header-global .header-menu-list>.menu-item {
    display: block;
    position: relative;
    width: 100%;
    background-color: #1e7dbf;
    padding-top: 10px;
    border-bottom: 1px solid #fff;
  }

  .header-global .header-menu-list>.menu-item>a {
    width: 75%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px;
    outline: none;
  }

  .header-global .header-menu-list>.menu-item>a:focus {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .header-global .header-menu-list>.menu-item:hover>a {
    color: #fff;
  }

  .header-global .header-menu-list>.menu-item:hover>a:after {
    display: none;
  }

  .header-global .header-menu-list>.menu-item:hover>.sub-menu {
    display: none;
  }

  .header-global .header-menu-list .menu-item-has-children .sub-menu {
    display: none;
  }

  .header-global .header-menu-list .menu-item-has-children>.menu-toggle {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 68px;
    width: 20%;
    outline: none;
  }

  .header-global .header-menu-list .menu-item-has-children>.menu-toggle.js-toggled:before {
    transform: translateX(-12px) translateY(-12px) rotate(-90deg);
  }

  .header-global .header-menu-list .menu-item-has-children>.menu-toggle.js-toggled:after {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .header-global .header-menu-list .menu-item-has-children>.menu-toggle:before {
    content: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDMwNiAzMDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwNiAzMDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hldnJvbi1yaWdodCI+CgkJPHBvbHlnb24gcG9pbnRzPSI5NC4zNSwwIDU4LjY1LDM1LjcgMTc1Ljk1LDE1MyA1OC42NSwyNzAuMyA5NC4zNSwzMDYgMjQ3LjM1LDE1MyAgICIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=");
    display: block;
    position: absolute;
    top: calc(50%);
    left: calc(50%);
    height: 24px;
    width: 24px;
    transform: translateX(-12px) translateY(-12px) rotate(90deg);
    transition: all 0.3s ease;
  }

  .header-global .header-menu-list .menu-item-has-children>.menu-toggle:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    border: #1e7dbf 10px solid;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
  }

  .header-global .header-menu-list .menu-item-has-children .sub-menu.depth-0 {
    position: relative;
    width: 100%;
    padding: 0px;
    border-top: 1px solid #fff;
  }

  .header-global .header-menu-list .menu-item-has-children .sub-menu.depth-0 .menu-item {
    margin: 0;
    display: block;
    position: relative;
    width: 100%;
    background-color: #a0a3a5;
    padding-top: 10px;
    border-bottom: 1px solid #fff;
  }

  .header-global .header-menu-list .menu-item-has-children .sub-menu.depth-0 .menu-item.menu-item.menu-item-has-children>a {
    padding-bottom: 15px;
  }

  .header-global .header-menu-list .menu-item-has-children .sub-menu.depth-0 .menu-item>a {
    width: 75%;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    outline: none;
    padding: 15px 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    border: 0;
  }

  .header-global .header-menu-list .menu-item-has-children .sub-menu.depth-0 .menu-item>a:focus {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .header-global .header-menu-list .menu-item-has-children .sub-menu.depth-0 .menu-item:hover>a {
    color: #fff;
  }

  .header-global .header-menu-list .menu-item-has-children .sub-menu.depth-0 .menu-item:hover>a:after {
    display: none;
  }

  .header-global .header-menu-list .menu-item-has-children .sub-menu.depth-0 .menu-item:hover>.sub-menu {
    display: none;
  }

  .header-global .header-menu-list .menu-item-has-children .sub-menu.depth-0 .menu-item>.menu-toggle:after {
    border: #a0a3a5 10px solid;
  }

  .header-global .header-menu-list .menu-item-has-children .sub-menu.depth-0 .sub-menu.depth-1 {
    position: relative;
    width: 100%;
    padding: 0px;
    border-top: 1px solid #fff;
    border-bottom: 0px;
    margin-bottom: 0;
  }

  .header-global .header-menu-list .menu-item-has-children .sub-menu.depth-0 .sub-menu.depth-1 .menu-item {
    margin-right: 0px;
    display: block;
    position: relative;
    width: 100%;
    background-color: #1e7dbf;
    padding-top: 10px;
    border-bottom: 1px solid #fff;
  }

  .header-global .header-menu-list .menu-item-has-children .sub-menu.depth-0 .sub-menu.depth-1 .menu-item>a {
    width: 75%;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    outline: none;
    padding: 15px 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    border: 0;
  }

  .header-global .header-menu-list .menu-item-has-children .sub-menu.depth-0 .sub-menu.depth-1 .menu-item>a:focus {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .header-global .header-menu-list .menu-item-has-children .sub-menu.depth-0 .sub-menu.depth-1 .menu-item:hover>a {
    color: #fff;
  }

  .header-global .header-menu-list .menu-item-has-children .sub-menu.depth-0 .sub-menu.depth-1 .menu-item:hover>a:after {
    display: none;
  }

  .header-global .header-menu-list .menu-item-has-children .sub-menu.depth-0 .sub-menu.depth-1 .menu-item:hover>.sub-menu {
    display: none;
  }
}

.\--information:after {
  background: transparent url('../img/information.png') no-repeat 0 0;
  width: 3.6vw;
  height: 3.6vw;
  background-size: 100%;
  content: '';
  display: inline-block;
  position: absolute;
  top: -3.8vw;
  left: -0.5vw;
}

.\--headGenric {
  margin-bottom: 8%;
}

.titleHeadH2 {
  display: inline-block;
  position: relative;
  width: 100%;
}

.\--linkN {
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding: 0.85% 1.7%;
  font-size: 1.7rem;
  font-weight: 800;
  font-size: 1.5rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .\--linkN {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .\--linkN {
    font-size: 3.8vw;
  }
}

.\--linkN:hover::after {
  z-index: 100;
  position: relative;
}

.\--linkN:after {
  display: block;
  background-color: #ffffff;
  height: 1px;
  width: 100%;
  content: '';
  margin-top: 2px;
}

.linkN {
  display: inline-block;
  padding: 0.85% 1.7%;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  font-size: 2rem;
}

.linkN:after {
  display: block;
  background-color: #ffffff;
  height: 1px;
  width: 100%;
  content: '';
  margin-top: 2px;
}

@media screen and (max-width: 1024px) {
  .linkN {
    font-size: 2.645rem;
  }
}

@media screen and (max-width: 767px) {
  .linkN {
    font-size: 4.6vw;
  }
}

.slider__title2 {
  height: auto;
}

.slider__title2.is-red:before {
  color: #e91c3a;
}

.slider__title2.is-blue:before {
  color: #0093e0;
}

.slider__title2.is-grey:before {
  color: #0089a6;
}

.slider__title2.is-purple:before {
  color: #7a1f5e;
}

.slider__title2--icon {
  font-size: initial;
}

.slider__title2--icon:before {
  position: absolute;
  top: -7.5rem;
  font-size: 7rem;
  left: -0.5vw;
}

.\--titleHeadN {
  font-size: 2.5vw;
  color: #585857;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
}

.\--titleHead {
  color: #585857;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  font-size: 3.8rem;
  width: auto;
  background-color: #ffffff;
  display: inline-block;
  z-index: 100;
  top: 0.6vw;
}

@media screen and (max-width: 1024px) {
  .\--titleHead {
    font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .\--titleHead {
    font-size: 9.4vw;
  }
}

.\--linkPlus {
  color: #585857;
  display: inline-block;
  padding: 4% 5%;
  background-color: #ffffff;
  font-size: 1.7rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
  position: relative;
  left: -5%;
  margin-top: 5%;
}

.\--linkPlus:after {
  width: 100%;
  background: #585857;
  height: 1px;
  display: block;
  content: '';
  margin-top: 1px;
}

@media screen and (max-width: 1024px) {
  .\--linkPlus {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .\--linkPlus {
    font-size: 3.8vw;
  }
}

.\--linkPlus.is-blue {
  background: #0093e0;
  color: white;
}

.\--linkPlus.is-blue:after {
  background: white;
}

.\--linkPlus.is-bluegreen {
  background: #0089a6;
  color: white;
}

.\--linkPlus.is-bluegreen:after {
  background: white;
}

.\--linkPlus.is-red {
  background: #e91c3a;
  color: white;
}

.\--linkPlus.is-red:after {
  background: white;
}

.\--linkPlus.is-purple {
  background: #7a1f5e;
  color: white;
}

.\--linkPlus.is-purple:after {
  background: white;
}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}

.swipe-wrap {
  overflow: hidden;
  position: relative;
}

.swipe-wrap>li {
  float: left;
  width: 100%;
  position: relative;
}

/*=============================================
=            HEADER HOME            =
=============================================*/
.headerHome__bloc {
  width: calc(100% / 3);
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.headerHome__bloc:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 121%;
}

.headerHome__bloc picture {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  z-index: 0;
  overflow: hidden;
}

.headerHome__bloc picture:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 80%;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: -webkit-linear-gradient(top, transparent, black);
  background: -moz-linear-gradient(top, transparent, black);
  background: -ms-linear-gradient(top, transparent, black);
  background: -o-linear-gradient(top, transparent, black);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.headerHome__bloc picture img {
  width: auto;
  height: 100%;
  max-width: initial;
}

@media screen and (max-width: 767px) {
  .headerHome__bloc picture img {
    width: 100%;
    height: auto;
  }
}

.headerHome__bloc>.title {
  position: absolute;
  bottom: 50px;
  left: 5%;
  width: 90%;
  height: auto;
  z-index: 3;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.headerHome__bloc>.title h2 {
  text-decoration: underline;
}

.headerHome__bloc>.title h2:after {
  display: none;
}

.headerHome__bloc .principal-content {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.headerHome__bloc ._hover {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.headerHome__bloc ._hover__height {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 2;
  flex-wrap: wrap;
}

.headerHome__bloc ._hover__height:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 121%;
}

.headerHome__bloc ._hover__height:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 80%;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: -webkit-linear-gradient(top, transparent, black);
  background: -moz-linear-gradient(top, transparent, black);
  background: -ms-linear-gradient(top, transparent, black);
  background: -o-linear-gradient(top, transparent, black);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: -1;
}

.headerHome__bloc ._hover__content {
  position: absolute;
  bottom: 0;
  left: 50%;
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - (50px * 2));
  border-left: 1px solid #FFFFFF;
  padding: 0 50px 50px 50px;
}

.headerHome__bloc ._hover__content .slider__title2--icon {
  position: relative;
}

.headerHome__bloc ._hover__content .slider__sTitle {
  font-size: 3rem;
}

.headerHome__bloc ._hover__content .slider__txt {
  font-size: 1.8rem;
}

.headerHome__bloc ._hover__content .\--linkPlus {
  display: none;
}

@media screen and (min-width: 1025px) {
  .headerHome__bloc:hover ._hover {
    width: 100%;
    height: 100%;
  }

  .headerHome__bloc:hover .title {
    bottom: 360px;
    z-index: 3;
  }
}

.headerHome__color1 ._hover {
  background-color: rgba(0, 137, 166, 0.9);
}

.headerHome__color2 ._hover {
  background-color: rgba(123, 31, 95, 0.9);
}

.headerHome__color3 ._hover {
  background-color: rgba(0, 147, 224, 0.9);
}

/*=============================================
=            GROUPE            =
=============================================*/
.titleHead {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #58585a;
  height: 1px;
  width: 99%;
  z-index: 1;
}

.groupe {
  padding-bottom: 2.5%;
}

.groupe__footer {
  text-align: right;
  padding-top: 3%;
}

.groupe__content {
  padding-top: 6.8%;
}

.groupe__head {
  margin-bottom: 4%;
}

.groupe__txt {
  font-size: 1.9rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  color: #58585a;
  line-height: normal;
  text-align: right;
  line-height: 1.8em;
}

@media screen and (max-width: 1024px) {
  .groupe__txt {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .groupe__txt {
    font-size: 4.4vw;
  }
}

.groupe__txt p {
  text-align: right;
}

@media screen and (min-width: 1025px) {
  .groupe__txt p {
    margin-left: auto;
    max-width: 450px;
  }
}

.groupe__title {
  display: inline-block;
  position: relative;
  width: 100%;
}

.groupe__title:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #58585a;
  height: 1px;
  width: 99%;
  z-index: 1;
}

.groupe__link {
  background-color: #007eba;
  color: #ffffff;
}

.groupe__tilteTxt {
  padding-left: 1%;
  position: absolute;
  bottom: -0.8vw;
  right: 0;
  top: auto;
  z-index: 100;
}

/*=============================================
=            CHIFFRE            =
=============================================*/
.chiffre__bloc {
  padding-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .chiffre__bloc .gridCR {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.chiffre__bloc .gridCR div:nth-last-child(-n+2) .chiffre__keyFigure {
  padding-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .chiffre__bloc [class*="gridCR-col-50--desk"] {
    flex: 0 1 calc(50% - 50px);
    max-width: calc(50% - 50px);
    margin-left: 25px;
    margin-right: 25px;
  }
}

.chiffre__txt1 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  color: #ce1a37;
  display: block;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .chiffre__txt1 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .chiffre__txt1 {
    font-size: 4.4vw;
  }
}

.chiffre__txt {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  color: #58585a;
  display: block;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .chiffre__txt {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .chiffre__txt {
    font-size: 4.4vw;
  }
}

.chiffre__keyFigure {
  font-size: 7.1rem;
  padding-bottom: 23%;
}

@media screen and (max-width: 1024px) {
  .chiffre__keyFigure {
    font-size: 11.8rem;
  }
}

@media screen and (max-width: 767px) {
  .chiffre__keyFigure {
    font-size: 19vw;
  }
}

.chiffre__h3 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  font-size: 8.8rem;
  display: block;
  font-size: 7.1rem;
  font-family: 'Candal', sans-serif;
  padding-bottom: 2%;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 1024px) {
  .chiffre__h3 {
    font-size: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .chiffre__h3 {
    font-size: 14.3vw;
  }
}

.chiffre__content {
  padding-top: 5%;
  padding-left: 11%;
}

.chiffre__head {
  margin-bottom: 5.5%;
}

.chiffre__titleTxt {
  padding-right: 1%;
  position: absolute;
  left: 0;
  bottom: -0.8vw;
  z-index: 100;
  top: auto;
}

.chiffre__title {
  display: inline-block;
  position: relative;
  width: 100%;
}

.chiffre__title:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #58585a;
  height: 1px;
  width: 99%;
  z-index: 1;
  width: 100%;
}

/*=============================================
=            Activités            =
=============================================*/
.activites {
  background-color: #f9f9f9;
}

.activites__content {
  padding: 3% 20%;
}

.activites__article {
  padding-top: 1.2%;
}

.activites__tilteTxt {
  position: relative;
  display: inline-block;
  padding: 0% 0.5%;
  background-color: #f9f9f9;
}

.activites__title {
  text-align: center;
  display: inline-block;
  position: relative;
  width: 100%;
}

.activites__title:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #58585a;
  height: 1px;
  width: 99%;
  z-index: 1;
  width: 100%;
}

/**
 *
 * Capsules
 *
 */
.capsule {
  font-size: 4vw;
  text-align: center;
}

.capsule__head {
  margin-bottom: 0.2em;
}

.capsule--blue1 {
  color: #0f88a5;
}

.capsule--blue1 .capsule__title:before {
  color: #0f88a5;
}

.capsule--blue1 .capsule__link {
  color: #0f88a5;
  border: 1px solid #0f88a5;
}

.capsule--blue1 .capsule__link:after {
  background-color: #0f88a5;
}

.capsule--blue2 {
  color: #0095db;
}

.capsule--blue2 .capsule__title:before {
  color: #0095db;
}

.capsule--blue2 .capsule__link {
  color: #0095db;
  border: 1px solid #0095db;
}

.capsule--blue2 .capsule__link:after {
  background-color: #0095db;
}

.capsule__link {
  border: 1px solid #58585a;
  padding: 2.4% 4.5%;
}

.capsule__link:after {
  background-color: #58585a;
}

.capsule--red {
  color: #ef153e;
}

.capsule--red .capsule__title:before {
  color: #ef153e;
}

.capsule--red .capsule__link {
  color: #ef153e;
  border: 1px solid #ef153e;
}

.capsule--red .capsule__link:after {
  background-color: #ef153e;
}

.capsule__txt {
  vertical-align: middle;
  display: inline-block;
}

.capsule__titleTxt {
  height: 2em;
  font-size: 2.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .capsule__titleTxt {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .capsule__titleTxt {
    font-size: 6.3vw;
  }
}

.capsule__title {
  font-size: 7.1rem;
}

@media screen and (max-width: 1024px) {
  .capsule__title {
    font-size: 11.8rem;
  }
}

@media screen and (max-width: 767px) {
  .capsule__title {
    font-size: 19vw;
  }
}

/*=============================================
=            Block OPA     // AG       =
=============================================*/
.content--home .blockPushInfo {
  margin-top: -16px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .content--home .blockPushInfo {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .content--home .blockPushInfo {
    margin-top: -13px;
    margin-bottom: 20px;
  }
}

.blockPushInfo {
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding: 40px 5%;
  text-align: center;
  background: #007bc0;
}

@media screen and (max-width: 1024px) {
  .blockPushInfo {
    margin-top: 0;
    padding: 5%;
  }
}

@media screen and (max-width: 767px) {
  .blockPushInfo {
    padding: 10%;
  }
}

.blockPushInfo--invert {
  background-color: #f1f0ee;
}

.blockPushInfo--invert .blockPushInfo-wysiwyg,
.blockPushInfo--invert .blockPushInfo-link {
  color: #0086cc;
}

.blockPushInfo--invert .blockPushInfo-link {
  border-color: #0086cc;
}

.blockPushInfo--invert .blockPushInfo-link:hover {
  background-color: #007bc0;
  color: #f1f0ee;
}

.blockPushInfo-wysiwyg {
  max-width: 600px;
  margin: auto;
  padding-bottom: 40px;
  color: white;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .blockPushInfo-wysiwyg {
    padding-bottom: 5%;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .blockPushInfo-wysiwyg {
    font-size: 4.4vw;
  }
}

.blockPushInfo-link {
  display: inline-block;
  padding: 8px 8px;
  color: white;
  border: 1px solid white;
  transition: all 0.6s ease;
  text-decoration: underline;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .blockPushInfo-link {
    padding: 2%;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .blockPushInfo-link {
    padding: 5%;
    font-size: 3.8vw;
  }
}

.blockPushInfo-link:hover {
  background-color: white;
  color: #007bc0;
}

/*=============================================
=            Documents HP            =
=============================================*/
.blockPushDocs {
  margin-bottom: 48px;
}

.blockPushDocs .blockPushDocs__title {
  position: relative;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.34px;
  margin-bottom: 35px;
}

.blockPushDocs .blockPushDocs__title:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  background: #58585a;
  height: 1px;
  width: 100%;
  z-index: 1;
}

.blockPushDocs .blockPushDocs__title span {
  position: relative;
  background-color: white;
  padding: 0 9px;
  z-index: 2;
}

.blockPushDocs ul {
  max-width: 916px;
  margin: 0 auto;
}

.blockPushDocs ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  gap: 16px;
  border-bottom: 1px solid black;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .blockPushDocs {
    margin-bottom: 40px;
  }

  .blockPushDocs ul li {
    flex-wrap: wrap;
  }
}

/*=============================================
=            Talents            =
=============================================*/
.talents__content {
  background: #f1f0ee;
  width: 100%;
  height: auto;
  padding: 3% 10% 3% 10%;
  text-align: center;
}

.talents__titleTxt {
  font-size: 3.8rem;
}

@media screen and (max-width: 1024px) {
  .talents__titleTxt {
    font-size: 7rem;
  }
}

@media screen and (max-width: 767px) {
  .talents__titleTxt {
    font-size: 11.9vw;
  }
}

.talents__title {
  color: #007bc0;
  background: transparent;
  padding-bottom: 0.2%;
  display: inline-block;
  margin-bottom: 2.8%;
}

.talents__button {
  position: relative;
  margin: 0 auto;
  text-align: left;
  background-color: #ffffff;
  width: 24.5vw;
  height: 4.4vw;
  margin-bottom: 2%;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
}

.talents__button--linkedin .talents__linkOffres {
  color: #0086cc;
}

.talents__button--linkedin .talents__linkOffres:before {
  background: #0086cc;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .talents__button {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .talents__button {
    font-size: 3.5vw;
  }
}

.talents__button:last-child {
  margin-bottom: 0;
}

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

.talents__linkOffres:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 2.6rem;
  background: #007bc0;
  color: white;
  width: 18%;
  display: inline-block;
  text-align: center;
  height: 100%;
  line-height: 4.5vw !important;
}

.talents__linkOffres:after {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}

.talents__linkTxt {
  vertical-align: middle;
  color: #007bc0;
  display: inline-block;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  padding-left: 6%;
}

/*=============================================
=            Actionnaires            =
=============================================*/
.actionnaires__content {
  padding-top: 2%;
  padding-right: 10%;
}

.actionnaires__titleTxt {
  position: relative;
  padding: 0% 0.5%;
}

.actionnaires__title {
  display: inline-block;
  position: relative;
  width: 100%;
}

.actionnaires__title:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #58585a;
  height: 1px;
  width: 99%;
  z-index: 1;
  left: auto;
  right: auto;
  width: 100%;
}

/**
 *
 * cours
 *
 */
.CoursWrapper {
  text-align: right;
}

.cours {
  display: inline-block;
  width: 100%;
  padding: 4% 4%;
  border: 1px solid #0086cc;
}

.cours__title {
  color: #0086cc;
  position: relative;
}

.cours__title:before {
  vertical-align: middle;
  position: absolute;
  height: 100%;
  top: -1vw;
  left: 0;
  font-size: 7.9rem;
}

.cours__footer {
  color: #0086cc;
  margin-top: 19%;
  font-size: 2.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .cours__footer {
    font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .cours__footer {
    font-size: 9.4vw;
  }
}

.cours__euros {
  display: block;
  text-align: left;
}

.cours__pourcent {
  display: block;
  text-align: right;
}

.cours__head {
  text-align: right;
}

.cours__txt {
  font-size: 1.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.18vw;
  margin-top: 6%;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .cours__txt {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 767px) {
  .cours__txt {
    font-size: 6.4vw;
  }
}

.cours__titleTxt {
  letter-spacing: 0.18vw;
  font-size: 2.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  display: inline-block;
  vertical-align: sub;
  margin-left: 8%;
}

@media screen and (max-width: 1024px) {
  .cours__titleTxt {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .cours__titleTxt {
    font-size: 6.3vw;
  }
}

/**
 *
 * msg actionnaires
 *
 */
.msg__link {
  background-color: #007eba;
  color: #ffffff;
}

.msg__head {
  color: #0086cc;
  font-size: 2.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
}

@media screen and (max-width: 1024px) {
  .msg__head {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .msg__head {
    font-size: 6.3vw;
  }
}

.msg__txt {
  padding-top: 2%;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  padding-bottom: 3%;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .msg__txt {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .msg__txt {
    font-size: 4.4vw;
  }
}

/*=============================================
=            actualités documents            =
=============================================*/
.myItem {
  padding-bottom: 7.5%;
  border-bottom: 1px solid #58585a;
}

.myItem:nth-child(n+2) {
  padding: 7.5% 0;
}

.myItem:last-child {
  border: none;
  padding-bottom: 0;
}

.padBloc {
  padding-right: 21%;
}

.ulMargin {
  margin-top: 2.8%;
}

.footerBloc {
  margin-top: 12%;
}

.actuDoc {
  background: #007bc0;
}

.actuDoc__footer {
  width: 100%;
  text-align: right;
  margin-right: 10vw;
}

.actuDoc__footer--generic {
  margin-right: auto;
  padding-right: 11%;
}

.actuDoc__faqLink {
  display: inline-block;
  background-color: #007eba;
  color: #ffffff;
  font-size: 1.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  padding: 1.1% 3.38%;
}

@media screen and (max-width: 1024px) {
  .actuDoc__faqLink {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .actuDoc__faqLink {
    font-size: 4.4vw;
  }
}

.actuDoc__faqLink .fa-comments-o {
  display: inline-block;
  font-size: 2.8rem;
  position: relative;
  left: -6%;
  top: -0.1em;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .actuDoc__faqLink .fa-comments-o {
    font-size: 1em;
  }
}

.actuDoc__faqtxt {
  color: #ffffff;
  vertical-align: middle;
  display: inline-block;
}

.actuDoc--actualite,
.actuDoc--documents {
  padding-right: 21%;
}

.actuDoc--actualite .actuDoc__item,
.actuDoc--documents .actuDoc__item {
  padding-bottom: 7.5%;
  border-bottom: 1px solid #58585a;
}

.actuDoc--actualite .actuDoc__item:nth-child(n+2),
.actuDoc--documents .actuDoc__item:nth-child(n+2) {
  padding: 7.5% 0;
}

.actuDoc--actualite .actuDoc__item:last-child,
.actuDoc--documents .actuDoc__item:last-child {
  border: none;
  padding-bottom: 0;
}

.actuDoc--actualite .actuDoc__all,
.actuDoc--documents .actuDoc__all {
  margin-top: 12%;
}

.actuDoc--documents .actuDoc__ul {
  margin-top: 2.8%;
}

.actuDoc--documents .actuDoc__all a:hover {
  color: white;
}

.actuDoc--documents .actuDoc__all a:hover .linkTxtAnim {
  color: white;
}

.actuDoc__sTitle {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #007bbc;
}

@media screen and (max-width: 1024px) {
  .actuDoc__sTitle {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .actuDoc__sTitle {
    font-size: 3.5vw;
  }
}

.actuDoc__ul {
  min-height: 13vw;
  /* @media screen and (max-width: @mobileLarge) {
        width: 75%;
    } */
}

.actuDoc__all {
  font-size: 1.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
}

@media screen and (max-width: 1024px) {
  .actuDoc__all {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .actuDoc__all {
    font-size: 4.45vw;
  }
}

.actuDoc__link {
  color: #007bbc;
  display: inline-block;
}

.actuDoc__link:after {
  display: block;
  background-color: #007bbc;
  height: 1px;
  width: 100%;
  content: '';
  margin-top: 2px;
}

.actuDoc .actuDoc__content {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.actuDoc .actuDoc__bloc,
.actuDoc .actuDoc__ul {
  flex-grow: 10;
  min-height: auto;
}

.actuDoc__title {
  display: inline-block;
  position: relative;
  width: 100%;
}

.actuDoc__title:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #58585a;
  height: 1px;
  width: 99%;
  z-index: 1;
  background: white;
}

.actuDoc__tilteTxt {
  padding-left: 1%;
  position: absolute;
  bottom: -0.8vw;
  right: 0;
  top: auto;
  z-index: 100;
  background: #007bc0;
  color: white;
}

/* Modif inté HP */
.actuDoc--actualite,
.actuDoc--documents {
  padding-right: 0;
}

.actuDoc__bloc {
  width: 28.4vw;
  text-align: right;
  align-self: flex-end;
}

.actuDoc__bloc h3 {
  color: white;
  background: none;
}

.actuDoc__image {
  padding: 0 4.2vw;
}

.actuDoc--documents {
  color: white;
}

.actuDoc--documents .post__link {
  color: white;
}

.actuDoc--documents .actuDoc__all {
  margin-top: 4%;
  text-align: right;
}

.actuDoc--documents .actuDoc__all a {
  text-decoration: underline;
}

.actuDoc--documents .actuDoc__ul {
  margin-top: 0;
}

.actuDoc--documents .actuDoc__item {
  border-color: white;
}

.actuDoc--documents .actuDoc__item:last-child {
  border-bottom: 1px solid white;
  padding-bottom: 6.5%;
}

.actuDoc .actuDoc__link {
  color: white;
}

/**
 *
 * POST
 *
 */
.post__date {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .post__date {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .post__date {
    font-size: 3.5vw;
  }
}

.post__content {
  margin: 2.8% 0;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .post__content {
    font-size: 2.799rem;
  }
}

@media screen and (max-width: 767px) {
  .post__content {
    font-size: 4.4vw;
  }
}

.post__link {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  color: #007bbc;
}

@media screen and (max-width: 1024px) {
  .post__link {
    font-size: 2.799rem;
  }
}

@media screen and (max-width: 767px) {
  .post__link {
    font-size: 4.4vw;
  }
}

/**
 *
 * publications
 *
 */
.pub__img {
  width: 77px;
}

.pub__image {
  box-shadow: 0px 1px 3px 1px rgba(163, 163, 163, 0.48);
}

.pub__content {
  margin: 2.8% 0;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .pub__content {
    font-size: 2.799rem;
  }
}

@media screen and (max-width: 767px) {
  .pub__content {
    font-size: 4.4vw;
  }
}

.pub__date {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .pub__date {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .pub__date {
    font-size: 3.5vw;
  }
}

.publicAction .container--actuDoc {
  padding-top: 1.2%;
}

.publicAction .cours {
  margin: 4.9% 0;
  padding: 5px 15px 25px;
}

.publicAction .cours__bourse {
  padding-top: 220px;
}

@media screen and (min-width: 1500px) {
  .publicAction .cours__bourse {
    padding-top: 95px;
  }
}

@media screen and (min-width: 1444px) and (max-width: 1499px) {
  .publicAction .cours__bourse {
    width: calc(100% - 30px);
    margin-left: 15px;
  }
}

@media screen and (min-width: 605px) and (max-width: 1024px) {
  .publicAction .cours__bourse {
    padding-top: 90px;
  }
}

@media screen and (max-width: 604px) {
  .publicAction .cours__bourse {
    padding-top: 220px;
  }
}

@media screen and (max-width: 479px) {
  .publicAction .cours__bourse {
    /*width: calc(~"100% + 120px");
        margin-left: -60px;
        transform: scale(.7);*/
  }
}

.publicAction .actuDoc__title {
  text-align: right;
}

.publicAction .actuDoc__title:before {
  background: #585857;
}

.publicAction .actuDoc__title span {
  color: #585857;
  position: relative;
  padding: 0% 0.5%;
}

.publicAction .actuDoc__bloc {
  width: 90%;
  margin-left: 10%;
}

.publicAction .actuDoc__bloc h3 {
  color: #585857;
}

.publicAction .actuDoc__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8% 0 0 0;
}

.publicAction .actuDoc__ul li {
  width: 47%;
  text-align: left;
  padding-bottom: 6%;
}

.publicAction .actuDoc__ul li .post__img {
  margin-right: 15px;
}

.publicAction .actuDoc__all {
  width: 90%;
  margin-left: 10%;
  border-top: 1px solid #585857;
  text-align: right;
  padding-top: 2%;
}

/*=====  End of actualités documents  ======*/
/*=============================================
=            Container            =
=============================================*/
.container--headerhome {
  padding-top: 1.1%;
  padding-bottom: 1.1%;
}

.container--actuDoc {
  padding-top: 4.9%;
  padding-bottom: 4.9%;
}

.container--chiffre {
  padding-bottom: 1.1%;
}

.container--actionnaires {
  padding-top: 1.4%;
  margin-top: 0%;
  overflow: hidden;
  padding-bottom: 3.5%;
}

.container--publicAction {
  padding-top: 1.8%;
}

/*=============================================
=            Message alert HP            =
=============================================*/
.alertBannerHome {
  position: relative;
  background: #E32948;
  padding: 25px 60px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .alertBannerHome {
    padding: 40px 30px;
  }
}

.alertBannerHome__mainText {
  position: relative;
  max-width: 665px;
  margin: auto;
}

.alertBannerHome__mainText:before {
  position: absolute;
  top: 0px;
  left: -25px;
  transform: translateX(-100%);
  font-family: icomoon3;
  content: "\e900";
  color: white;
  font-size: 3.4rem;
}

@media screen and (max-width: 767px) {
  .alertBannerHome__mainText:before {
    position: relative;
    display: block;
    transform: translateX(0);
    margin-bottom: 26px;
    top: inherit;
    left: inherit;
    font-size: 23px;
  }
}

.alertBannerHome p {
  color: white;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: normal;
}

.alertBannerHome p a {
  color: white;
  text-decoration: underline;
}

.alertBannerHome p:not(:last-of-type) {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .alertBannerHome p {
    font-size: 14px;
  }
}

.alertBannerHome__secondText {
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.alertBannerHome__secondText p:first-of-type {
  margin-top: 20px;
}

.alertBannerHome__link {
  text-align: center;
  text-decoration: underline;
  margin-top: 10px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .alertBannerHome__link {
    text-align: left;
  }
}

.alertBannerHome.showMore-- .alertBannerHome__link.more-- {
  display: none;
}

.alertBannerHome.showMore-- .alertBannerHome__secondText {
  max-height: 300px;
  overflow: hidden;
}

/* RESET ICOMOON */
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: initial;
  speak: initial;
  font-style: initial;
  font-weight: initial;
  font-variant: initial;
  text-transform: initial;
  line-height: initial;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="icon-"]:after,
[class*=" icon-"]:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.headerGenerique {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 634px;
  margin-bottom: 10em;
}

.headerGenerique__rubrique {
  color: #ffffff;
  font-size: 3em;
  font-weight: 700;
  margin: 0.15em 0;
  position: relative;
  letter-spacing: -0.03em;
}

.headerGenerique__rubrique:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ffffff;
}

.headerGenerique__title {
  color: #ffffff;
  font-size: 7em;
  font-weight: 800;
  margin: 0.17em 0;
  letter-spacing: -0.03em;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .headerGenerique {
    height: 35.3vw;
    margin-bottom: 5em;
  }

  .headerGenerique__rubrique {
    font-size: 3.7735849em;
    margin: 0.15em 0;
    letter-spacing: -0.03em;
  }

  .headerGenerique__rubrique:after {
    bottom: -2px;
    height: 1px;
  }

  .headerGenerique__title {
    font-size: 8.018868em;
    margin: 0.25em 0;
    letter-spacing: -0.03em;
  }
}

@media screen and (max-width: 767px) {
  .headerGenerique {
    height: 61.875vw;
    margin-bottom: 6.7em;
    margin-top: 2.5em;
  }

  .headerGenerique__rubrique {
    font-size: 9.058em;
    margin: 0.25em 0;
    letter-spacing: -0.03em;
  }

  .headerGenerique__rubrique:after {
    bottom: -2px;
    height: 1px;
  }

  .headerGenerique__title {
    font-size: 11.322em;
    letter-spacing: -0.03em;
  }
}

.mainTitle {
  text-align: center;
  display: inline-block;
  position: relative;
  width: 100%;
}

.mainTitle:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #58585a;
  height: 1px;
  width: 99%;
  z-index: 1;
  width: 100%;
}

.mainTitle__text {
  position: relative;
  display: inline-block;
  padding: 0% 0.5%;
  background-color: #ffffff;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .mainTitle__text {
    font-size: 5.66em;
    letter-spacing: -0.03em;
  }
}

@media screen and (max-width: 767px) {
  .mainTitle__text {
    font-size: 13.587em;
    letter-spacing: -0.03em;
  }
}

.secondTitle--type1 {
  font-weight: bold;
  color: #007bc0;
  margin-top: 3em;
  margin-bottom: 2em;
  font-size: 2em;
}

.secondTitle--type1 a {
  color: #007bc0;
}

.secondTitle--type2 {
  color: #007bc0;
  margin-top: 1.6em;
  font-size: 1.8em;
  padding-left: 1.6em;
  line-height: 1.6em;
  position: relative;
  font-family: "Gotham"!important;
  font-style: normal !important;
  font-weight: 400 !important;
}

.secondTitle--type2 a {
  color: #007bc0;
  display: block;
}

.secondTitle--type2:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  transform-origin: center center;
}

.secondTitle--type2--selected:before {
  transform: rotate(90deg);
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .secondTitle--type1 {
    margin-top: 2.3em;
    margin-bottom: 1.6em;
    font-size: 2.6415em;
  }

  .secondTitle--type2 {
    margin-top: 1.5em;
    padding-left: 2.35em;
    line-height: 1.5em;
    font-size: 2.6415em;
  }

  .secondTitle--type2:before {
    top: 0em;
    left: -0.2em;
    font-size: 1.8em;
  }
}

@media screen and (max-width: 767px) {
  .secondTitle--type1 {
    margin-top: 2.6em;
    margin-bottom: 1.6em;
    font-size: 6.34058em;
  }

  .secondTitle--type2 {
    margin-top: 1.5em;
    padding-left: 2.6em;
    line-height: 1.45em;
    font-size: 6.34058em;
  }

  .secondTitle--type2:before {
    top: 0em;
    left: -0.2em;
    font-size: 1.8em;
  }
}

.mainChapeau {
  background-color: #f9f9f9;
  padding: 3.3em 0;
  margin: 3em 0;
}

.mainChapeau__content {
  width: 700px;
  margin: 0 auto;
  color: #007bc0;
  font-size: 1.8em;
  line-height: 1.6em;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .mainChapeau {
    margin: 6.6em 0 7.4em 0;
    padding: 4.6em 0;
  }

  .mainChapeau__content {
    width: 426px;
    font-size: 2.6415em;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .mainChapeau {
    margin: 13.8em 0 7.4em 0;
    padding: 11.6em 0;
    text-align: center;
  }

  .mainChapeau__content {
    width: 76.25%;
    font-size: 6.34058em;
    line-height: 1.45em;
  }
}

.sousContent {
  margin: 0 auto;
  width: 1000px;
  margin-bottom: 11em;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .sousContent {
    width: 600px;
    margin-bottom: 8.4em;
  }
}

@media screen and (max-width: 767px) {
  .sousContent {
    width: 77.5%;
    margin-bottom: 20.5em;
  }
}

.sousContentFin {
  margin: 0 auto;
  width: 1212px;
  max-width: 90%;
}

.sousContentFin--right {
  text-align: right;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .sousContentFin {
    width: 600px;
  }

  .sousContentFin--right {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .sousContentFin {
    width: 93.75%;
  }

  .sousContentFin--right {
    text-align: center;
  }
}

.commonText {
  font-size: 1.8em;
  padding-left: 1.6em;
  line-height: 1.6em;
  display: none;
}

.commonText--selected {
  display: block;
}

.commonText li {
  margin-left: 5.2em;
  list-style-type: disc;
}

.commonText a {
  color: #007bc0;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .commonText {
    font-size: 2.6415em;
    padding-left: 2.35em;
    line-height: 1.5em;
  }

  .commonText li {
    margin-left: 3.7em;
  }
}

@media screen and (max-width: 767px) {
  .commonText {
    font-size: 6.34058em;
    padding-left: 2.6em;
    line-height: 1.45em;
  }

  .commonText li {
    margin-left: 2em;
  }
}

.cta--type1 {
  background-color: #007bc0;
  color: #ffffff;
  font-size: 1.8em;
  padding: 1.2em 3.7em 1.2em 3.2em;
  display: inline-block;
}

.cta--type1 i {
  margin-right: 0.5em;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .cta--type1 {
    font-size: 2.6415em;
    padding: 0.9em 1.25em 0.9em 0.75em;
  }
}

@media screen and (max-width: 767px) {
  .cta--type1 {
    font-size: 6.34058em;
    padding: 0.9em 1.25em 0.9em 0.75em;
  }
}

/* 10 - MAP */
.sousContent__mapMonde {
  width: 100%;
  margin-top: 3em;
  margin-bottom: 10em;
  padding-bottom: 7.6em;
}

.sousContent__mapMonde .chiffre__keyFigure {
  margin-top: 0.9em;
  padding-bottom: 1.1em;
  margin-bottom: 1.1em;
  text-align: center;
  background-color: #ffffff;
}

.sousContent__mapMonde .chiffre__keyFigure .chiffre__h3 {
  padding-bottom: 0.4%;
}

.sousContent__mapMonde .mapMonde__visuel {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 1219px;
  margin-bottom: 1.3em;
}

.sousContent__mapMonde ul {
  display: flex;
  width: 1140px;
  max-width: 80%;
  margin: 0 auto;
  padding-left: 2%;
  box-sizing: content-box;
}

.sousContent__mapMonde li {
  width: 19%;
  margin-left: 4.5%;
  margin-right: 1.5%;
}

.sousContent__mapMonde li h2 {
  font-size: 2em;
  font-family: "Gotham" !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 1.2em;
  letter-spacing: -0.03em;
  margin-bottom: 1.3em;
}

.sousContent__mapMonde li h2:before {
  display: block;
  font-size: 57px;
  margin-bottom: 0.05em;
  margin-left: -0.03em;
}

.sousContent__mapMonde li h2.icon-bulle-5:before {
  color: #0f88a5;
}

.sousContent__mapMonde li h2.icon-bulle-6:before {
  color: #e6223e;
}

.sousContent__mapMonde li h2.icon-bulle-7:before {
  color: #0095db;
}

.sousContent__mapMonde li h2.icon-bulle-11:before {
  color: #839bb1;
}

.sousContent__mapMonde li h3 {
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 0.2em;
  margin-top: 1.4em;
}

.sousContent__mapMonde li p {
  font-size: 1.6em;
  padding-right: 18%;
  letter-spacing: -0.03em;
  line-height: 1.2em;
}

.sousContent__mapMonde li strong {
  font-weight: 800;
}

.sousContent__mapMonde .mapTablet {
  display: none;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .sousContent__mapMonde {
    margin-bottom: 9em;
    padding-bottom: 6.5em;
  }

  .sousContent__mapMonde .chiffre__keyFigure {
    margin-top: 0.65em;
    padding-bottom: 0.6em;
    margin-bottom: 0.9em;
  }

  .sousContent__mapMonde .chiffre__keyFigure .chiffre__txt {
    font-size: 2.6rem;
  }

  .sousContent__mapMonde .mapMonde__visuel {
    width: 93%;
    margin-bottom: 8.8em;
  }

  .sousContent__mapMonde ul {
    text-align: center;
    padding-left: 0px;
    width: 96.7%;
    max-width: 100%;
  }

  .sousContent__mapMonde li {
    width: 29.333%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .sousContent__mapMonde li h2 {
    font-size: 3.773585em;
    margin-bottom: 1em;
  }

  .sousContent__mapMonde li h2:before {
    font-size: 2.9em;
    margin-bottom: 0.18em;
  }

  .sousContent__mapMonde li h3 {
    font-size: 2.075471em;
  }

  .sousContent__mapMonde li p {
    font-size: 2.641509em;
    padding: 0 2em;
  }

  .sousContent__mapMonde .mapTablet {
    display: block;
    margin-bottom: 2.9em;
  }

  .sousContent__mapMonde .mapFull {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sousContent__mapMonde {
    margin-bottom: 21em;
    padding-bottom: 1em;
  }

  .sousContent__mapMonde .chiffre__keyFigure {
    margin-top: 0.65em;
    padding-bottom: 0.4em;
    margin-bottom: 0.45em;
  }

  .sousContent__mapMonde .mapMonde__visuel {
    width: 93%;
    margin-bottom: 6.3em;
  }

  .sousContent__mapMonde ul {
    flex-direction: column;
    text-align: center;
    width: 80%;
    padding: 0;
  }

  .sousContent__mapMonde li {
    width: 90%;
    margin: 0 auto 14em auto;
  }

  .sousContent__mapMonde li h2 {
    font-size: 9.057971em;
    line-height: 1.15em;
    margin-bottom: 1em;
  }

  .sousContent__mapMonde li h2:before {
    font-size: 2.75em;
    margin-bottom: 0.18em;
  }

  .sousContent__mapMonde li h3 {
    font-size: 4.981884em;
  }

  .sousContent__mapMonde li p {
    padding: 0 15%;
    font-size: 6.340579em;
  }
}

/* 09 Activites */
.sousContent__activites {
  margin-bottom: 6em;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .sousContent__activites {
    margin-bottom: 1.8em;
  }
}

@media screen and (max-width: 767px) {
  .sousContent__activites {
    margin-bottom: 4.9em;
  }
}

.listeEnSavoirPlus {
  display: flex;
  text-align: center;
  justify-content: space-around;
  justify-content: space-evenly;
  margin-top: 6em;
}

.listeEnSavoirPlus__item {
  width: 28.8%;
}

.listeEnSavoirPlus__titre {
  font-family: "Gotham" !important;
  font-style: normal !important;
  font-weight: 800 !important;
  font-size: 2.8em;
  margin-bottom: 1em;
}

.listeEnSavoirPlus__titre:before {
  font-size: 2.6em;
  margin-bottom: 0.38em;
  display: block;
  color: #0095db;
}

.listeEnSavoirPlus__titre.is-red:before {
  color: #e91c3a;
}

.listeEnSavoirPlus__titre.is-blue:before {
  color: #0093e0;
}

.listeEnSavoirPlus__titre.is-grey:before {
  color: #0089a6;
}

.listeEnSavoirPlus__titre.is-purple:before {
  color: #7a1f5e;
}

.listeEnSavoirPlus__texte {
  font-size: 1.6em;
  line-height: 1.8em;
  width: 90%;
  margin: 0 auto 2em auto;
}

.listeEnSavoirPlus__lien a {
  font-size: 1.5rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  color: #0095db;
  border: solid 1px #0095db;
  text-decoration: underline;
  padding: 0.3em 0.8em 0.5em 0.8em;
  display: inline-block;
}

.listeEnSavoirPlus__lien a:hover {
  text-decoration: none;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .listeEnSavoirPlus {
    flex-direction: column;
    align-items: center;
  }

  .listeEnSavoirPlus__item {
    width: 100%;
    margin-bottom: 7.3em;
  }

  .listeEnSavoirPlus__titre {
    font-size: 3.773585em;
    margin-bottom: 0.5em;
  }

  .listeEnSavoirPlus__titre:before {
    font-size: 2.9em;
    margin-bottom: 0.2em;
  }

  .listeEnSavoirPlus__texte {
    font-size: 2.641509em;
    line-height: 1.4em;
    margin-bottom: 0.9em;
    width: 70%;
  }

  .listeEnSavoirPlus__lien a {
    font-size: 2.641509em;
    padding: 0.9em 0.8em 0.9em 0.8em;
  }
}

@media screen and (max-width: 767px) {
  .listeEnSavoirPlus {
    flex-direction: column;
    align-items: center;
    margin-top: 16em;
  }

  .listeEnSavoirPlus__item {
    width: 100%;
    margin-bottom: 15em;
  }

  .listeEnSavoirPlus__titre {
    font-size: 9.057971em;
    margin-bottom: 0.4em;
  }

  .listeEnSavoirPlus__titre:before {
    font-size: 2.9em;
    margin-bottom: 0.2em;
  }

  .listeEnSavoirPlus__texte {
    font-size: 6.340579em;
    line-height: 1.4em;
    margin-bottom: 0.9em;
    width: 100%;
  }

  .listeEnSavoirPlus__lien a {
    font-size: 16px;
    padding: 0.9em 0.8em 0.9em 0.8em;
  }
}

/* DOCUMENTS */
.sousContent__informations {
  width: 100%;
  margin-bottom: 4.3em;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .sousContent__informations {
    margin-bottom: 8.6em;
  }
}

@media screen and (max-width: 767px) {
  .sousContent__informations {
    margin-bottom: 17.1em;
  }
}

.filtreAnnee {
  width: 726px;
  margin: 0em auto 3.8em auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.filtreAnnee__item {
  margin-bottom: 1em;
  margin-left: 1em;
}

.filtreAnnee__lien {
  border: solid 1px #007bc0;
  padding: 0.425em 0em;
  display: block;
  width: 4.1em;
  text-align: center;
  font-size: 2em;
  color: #007bc0;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
}

.filtreAnnee__lien:hover,
.filtreAnnee__lien--on {
  background-color: #007bc0;
  color: #ffffff;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .filtreAnnee {
    width: 636px;
    max-width: 100%;
    margin-bottom: 2.6em;
  }

  .filtreAnnee__item {
    margin-bottom: 2.6em;
    margin-left: 0;
  }

  .filtreAnnee__lien {
    font-size: 14px;
    width: 4.6em;
    padding: 0.8em 0em 0.85em 0em;
    margin: 0 0.35em;
  }
}

@media screen and (max-width: 767px) {
  .filtreAnnee {
    display: none;
  }
}

.filtreDocumentsBox {
  padding-top: 40px;
  text-align: center;
  /* display: -webkit-box; !* OLD - iOS 6-, Safari 3.1-6 *!
    display: -moz-box; !* OLD - Firefox 19- (buggy but mostly works) *!
    display: -ms-flexbox; !* TWEENER - IE 10 *!
    display: -webkit-flex; !* NEW - Chrome *!
    display: flex; !* NEW, Spec - Opera 12.1, Firefox 20+ *!
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-align-items: initial;
    -ms-flex-align: initial;
    align-items: initial;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;*/
  /*  @media screen and (max-width:1024px){
        margin-bottom: 15px;
    }*/
}

.filtreDocuments {
  text-align: center;
  margin: 1em 2.4em 0em 1.3em;
  display: inline-block;
  opacity: 0;
}

.filtreDocuments.show-- {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .filtreDocuments {
    margin-bottom: 15px !important;
  }
}

.filtreDocuments .selectWrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.filtreDocuments .selectWrapper:before {
  position: absolute;
  right: 0.55em;
  top: 0.7em;
  font-size: 2.8em;
  line-height: 0;
  transform: rotate(90deg);
  transform-origin: center center;
  color: #007bc0;
  z-index: -1;
}

.filtreDocuments select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 0;
  background: none;
  border: solid 1px #007bc0;
  color: #007bc0;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  font-size: 2em;
  display: inline-block;
  padding: 0.4em 2.9em 0.45em 0.95em;
  letter-spacing: -0.04em;
}

.filtreDocuments select option {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
}

.filtreDocuments select::-ms-expand {
  display: none;
  /* hiding IE11 arrow */
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .filtreDocuments {
    display: inline-block;
    margin: 0em 3.1em 0em 3.3em;
  }

  .filtreDocuments .selectWrapper {
    position: relative;
    display: inline-block;
  }

  .filtreDocuments .selectWrapper:before {
    top: 1.35em;
    right: 0.9em;
    font-size: 2.8em;
  }

  .filtreDocuments select {
    font-size: 2.64151em;
    padding: 0.9em 2.35em 0.8em 0.95em;
    letter-spacing: -0.04em;
  }
}

@media screen and (max-width: 767px) {
  .filtreDocuments {
    display: block;
    margin: 11em 0em 11em 0em;
  }

  .filtreDocuments .selectWrapper {
    max-width: 100%;
    position: relative;
    display: inline-block;
  }

  .filtreDocuments .selectWrapper:before {
    top: 1.1em;
    right: 0.7em;
    font-size: 8em;
  }

  .filtreDocuments select {
    max-width: 100%;
    font-size: 6.34058em;
    padding: 0.8em 2.5em 1em 0.95em;
    letter-spacing: -0.04em;
  }
}

.filtreDocuments--mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .filtreDocuments--mobile {
    display: block;
  }
}

.containerListeDocs {
  max-height: inherit;
  opacity: 0;
  overflow: hidden;
}

.containerListeDocs.show-- {
  max-height: auto;
  opacity: 1;
}

.listeDocs.active .containerListeDocs{
  max-height: auto;
  opacity: 1;
}

.thematiqueBloc.hidden-- {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.listeDocs__bloc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  width: 1310px;
  max-width: 80%;
  margin: 4.6em auto 1.1em auto;
  padding-left: 1.9%;
}

.listeDocs__bloc.hidden .listeDocs__item:nth-child(n+7) {
  display: none;
}

.listeDocs__bloc--smaller {
  width: 716px;
  max-width: 80%;
  margin: 6em auto 4em auto;
  padding-left: 0;
  justify-content: space-between;
}

.listeDocs__item {
  width: 26%;
  margin-bottom: 4.1em;
  position: relative;
  display: flex;
}

.listeDocs__item.hidden-- {
  display: none;
}

.listeDocs__item--bigger {
  width: 41.2%;
}

.listeDocs__visuelBloc {
  margin-right: 6%;
  width: 77px;
  flex-shrink: 0;
}

.listeDocs__visuel {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
  width: 100%;
}

.listeDocs__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 109px;
  padding-bottom: 2%;
  align-self: center;
}

.listeDocs__time {
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.listeDocs__titre {
  width: 100%;
  font-size: 1.8em;
  margin-top: 5.7%;
  margin-bottom: 4.6%;
  letter-spacing: -0.03em;
}

.listeDocs__lien {
  font-size: 1.8em;
  color: #007bc0;
  letter-spacing: -0.03em;
}

.listeDocs__voirPlus {
  text-align: center;
  margin-bottom: 6.9em;
}

.listeDocs__voirPlus.hidden-- {
  display: none;
}

.listeDocs__voirPlus a {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  font-size: 1.8em;
  color: #0095db;
  border: solid 2px #0095db;
  text-decoration: underline;
  padding: 0.7em 1.6em 0.7em 1.6em;
  display: inline-block;
}

.listeDocs__voirPlus a:hover {
  text-decoration: none;
}

.listeDocs--noTitle {
  border-top: solid 1px #58585a;
  margin-top: 7.9em;
}

.listeDocs__subBloc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 1073px;
  max-width: 80%;
  margin: 3.1em auto 1.1em auto;
  padding-left: 1.9%;
}

.listeDocs__subBloc .listeDocs__item {
  width: 47.7%;
  margin-bottom: 1.1em;
}

.listeDocs__detailDoc .listeDocs__content {
  margin-left: 0;
}

.listeDocs__mainTitre {
  letter-spacing: -0.1em;
  line-height: 4.6em;
}

.listeDocs__detailDoc {
  width: 27.7%;
}

.listeDocs__documents {
  width: 66%;
}

.listeDocs__documents .actuDoc__all {
  margin-top: 6%;
}

.listeDocs__video {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 2.8%;
}

.listeDocs__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.listeDocs__subBloc .listeDocs__bloc {
  margin: 1.8em 0 0 0.3em;
  max-width: 100%;
  padding: 10px 5px;
  justify-content: space-between;
}

.listeDocs__lien2 {
  margin-top: 3em;
}

.listeDocs__lien2 a {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  font-size: 1.8em;
  color: #0095db;
  text-decoration: underline;
  display: inline-block;
}

.listeDocs__lien2 a:hover {
  text-decoration: none;
}

.listeDocs .slideshowmobile__btn {
  display: none;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .listeDocs__bloc {
    max-width: 100%;
    padding: 5px 15px;
    justify-content: space-between;
    margin-top: 6.8em;
  }

  .listeDocs__bloc--smaller {
    width: 600px;
    max-width: 90%;
    margin: 7em auto 4em auto;
    padding-left: 0;
    justify-content: space-between;
  }

  .listeDocs__item {
    width: 43%;
  }

  .listeDocs__visuelBloc {
    margin-right: 14%;
    width: 41%;
  }

  .listeDocs__content {
    width: 100%;
    min-height: 150px;
  }

  .listeDocs__time {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .listeDocs__titre {
    font-size: 2.64151em;
    margin-bottom: 0.8em;
    margin-top: 0em;
    line-height: 1.5em;
  }

  .listeDocs__lien {
    font-size: 2.64151em;
    margin-bottom: 0.5em;
    display: block;
  }

  .listeDocs__voirPlus {
    margin-bottom: 5em;
  }

  .listeDocs__voirPlus a {
    font-size: 2.64151em;
    padding: 0.7em 0.9em 0.9em 0.9em;
    border: solid 1px #0095db;
  }

  .listeDocs--noTitle {
    border-top: solid 0px #58585a;
    margin-top: 6.5em;
  }

  .listeDocs__subBloc {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .listeDocs__flexTablette {
    display: flex;
    justify-content: space-between;
    width: 77.86%;
    margin: 0 auto;
    margin-top: 4.7em;
  }

  .listeDocs__video {
    width: 57%;
    height: 0;
    padding-bottom: 37.1%;
  }

  .listeDocs__detailDoc {
    margin-bottom: 6.5em;
    width: 100%;
  }

  .listeDocs__detailDoc .listeDocs__content {
    width: 35.4%;
  }

  .listeDocs__detailDoc .listeDocs__time {
    display: block;
    font-size: 2.0755em;
    margin-top: 3em;
    margin-bottom: 0.7em;
  }

  .listeDocs__subBloc .listeDocs__bloc {
    margin: 7.1em auto 0 auto;
    width: 77.86%;
    padding: 5px;
    justify-content: space-between;
  }

  .listeDocs__subBloc .listeDocs__item {
    width: 43%;
    margin-bottom: 4.6em;
  }

  .listeDocs__documents {
    width: 100%;
  }

  .listeDocs__lien2 {
    text-align: center;
    margin-top: 0em;
  }

  .listeDocs__lien2 a {
    font-size: 2.64151em;
  }

  .listeDocs__mainTitre {
    line-height: 2.4em;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .listeDocs {
    /* &__content {
            width: 43%;
        } */
  }

  .listeDocs__bloc {
    width: 78%;
    max-width: 100%;
    padding: 5px;
    justify-content: space-between;
    margin-top: 15.8em;
  }

  .listeDocs__item {
    width: 100%;
    margin-bottom: 10em;
  }

  .listeDocs__visuelBloc {
    margin-right: 6.5%;
    width: 43%;
  }

  .listeDocs__time {
    font-size: 3.5vw;
  }

  .listeDocs__titre {
    font-size: 6.34058em;
    margin-bottom: 1.1em;
    margin-top: 1em;
    line-height: 1.1em;
  }

  .listeDocs__lien {
    font-size: 6.34058em;
    margin-bottom: 0em;
    display: block;
  }

  .listeDocs__voirPlus {
    margin-bottom: 23em;
  }

  .listeDocs__voirPlus a {
    font-size: 6.34058em;
    padding: 0.7em 0.9em 0.9em 0.9em;
    border: solid 1px #0095db;
  }

  .listeDocs--noTitle {
    margin-top: -6.2em;
  }

  .listeDocs__subBloc {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 11.6em;
  }

  .listeDocs__flexTablette {
    display: block;
    margin: 0 auto;
    margin-top: 11.6em;
    width: 77.86%;
  }

  .listeDocs__video {
    width: 100%;
    height: 0;
    padding-bottom: 69.25%;
  }

  .listeDocs__detailDoc {
    margin-bottom: 1.5em;
    width: 100%;
  }

  .listeDocs__detailDoc .listeDocs__content {
    width: 100%;
    display: block;
  }

  .listeDocs__detailDoc .listeDocs__time {
    display: block;
    font-size: 4.981884em;
    margin-top: 1.6em;
    margin-bottom: 0em;
  }

  .listeDocs__subBloc .listeDocs__bloc {
    margin: 17em auto 0 auto;
    width: 77.86%;
    padding: 5px;
    justify-content: space-between;
  }

  .listeDocs__subBloc .listeDocs__item {
    width: 100%;
    margin-bottom: 13.6em;
    display: none;
  }

  .listeDocs__subBloc .listeDocs__item--current {
    display: flex;
  }

  .listeDocs__documents {
    width: 100%;
    position: relative;
  }

  .listeDocs__lien2 {
    text-align: center;
    margin-top: 0em;
  }

  .listeDocs__lien2 a {
    font-size: 6.34058em;
  }

  .listeDocs__mainTitre.actuDoc__title {
    line-height: 11.5em;
    text-align: center;
  }

  .listeDocs__mainTitre.actuDoc__title:before {
    bottom: 3.5em;
    z-index: -1;
  }

  .listeDocs__mainTitre.actuDoc__title span {
    display: inline;
    box-shadow: 0 1.3em 0 0px #fff;
    z-index: -1;
  }

  .listeDocs .slideshowmobile__btn {
    display: block;
    position: absolute;
    top: 50.3%;
    cursor: pointer;
    font-size: 8em;
    color: #007bc0;
  }

  .listeDocs .slideshowmobile__btn--prev {
    left: 1%;
    transform: scale(-1, 1);
    transform-origin: center center;
  }

  .listeDocs .slideshowmobile__btn--next {
    right: 1%;
  }
}

/* DOCUMENTS 2 */
.sousContent__documents {
  width: 100%;
  margin-bottom: 4.3em;
  margin-top: 6em;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .sousContent__documents {
    margin-bottom: 5.3em;
  }
}

@media screen and (max-width: 767px) {
  .sousContent__documents {
    margin-bottom: 17.1em;
  }
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.loader.hidden-- {
  min-height: 0;
  max-height: 0;
  overflow: hidden;
}

.loader span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}

.loader span:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #0f7bbd;
  animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg)
  }
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
  }

  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
  }

  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
  }

  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
  }

  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
  }
}

.headerGenerique {
  margin-bottom: 2em;
}

.headerGenerique .--titleHead {
  top: 0.45vw;
}

.headerGenerique--content {
  position: relative;
}

.headerGenerique--content .headerGenerique__rubrique {
  width: auto;
  display: inline-block;
  margin-top: 0;
}

.headerGenerique--content .headerGenerique__title {
  margin-bottom: 0;
}

.headerGenerique__bloc {
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .headerGenerique__bloc {
    width: calc(100% - 30px);
  }
}

.headerGenerique__bloc--msg {
  left: 53%;
  justify-content: flex-end;
}

.mainChapeau__content {
  text-align: center;
}

.mainChapeau a {
  text-decoration: underline;
}

.sTitle {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  color: #585857;
  padding-bottom: 5.5%;
}

@media screen and (max-width: 1024px) {
  .sTitle {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .sTitle {
    font-size: 6.25vw;
  }
}

.bloc {
  padding: 2.5% 0% 0;
}

.bloc--layout2 .bloc__txt p {
  text-align: left;
  margin-left: 10%;
}

.bloc__txt p {
  text-align: center;
  padding-bottom: 4.5%;
  font-size: 1.6rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  font-weight: normal;
  line-height: 1.8em;
}

@media screen and (max-width: 1024px) {
  .bloc__txt p {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .bloc__txt p {
    font-size: 6.5em;
  }
}

.bloc__txt a {
  color: #007eba;
  text-decoration: underline;
}

.bloc img {
  padding-bottom: 6%;
  max-width: 100%;
  height: auto;
}

.faqBlock table {
  margin: 2rem 0;
}

.blockIframe {
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f1f0ee;
}

@media screen and (max-width: 767px) {
  .blockIframe {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.blockIframe__ctn {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 80px);
  max-width: 1080px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .blockIframe__ctn {
    width: calc(100% - 40px);
  }
}

.blockIframe__ctn:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.blockIframe__ctn iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.breadcrumb {
  margin-left: 19.6%;
  font-size: 1.4rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .breadcrumb {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 1.4rem;
  }
}

.breadcrumb a {
  margin: 0 0.8%;
}

.breadcrumb__last,
.breadcrumb_last {
  color: #007bc0;
  margin-left: 0.6%;
}

.breadcrumb__last--red,
.breadcrumb_last--red {
  color: #7a1f5e;
}

.breadcrumb--vivendi .breadcrumb_last {
  color: #7a1f5e;
}

.content--chiffreKey .breadcrumb {
  margin-bottom: 1%;
}

@media screen and (max-width: 1024px) {
  .content--chiffre .headerGenerique--content .headerGenerique__bloc .headerGenerique__rubrique {
    font-size: 4.78em;
  }
}

@media screen and (max-width: 767px) {
  .content--chiffre .headerGenerique--content .headerGenerique__bloc .headerGenerique__rubrique {
    font-size: 9.1em;
  }
}

.content--chiffre .listeDocs__documents {
  width: auto;
}

.content--chiffre .chiffre__txt {
  font-size: 2rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .content--chiffre .chiffre__txt {
    font-size: 1.9em;
  }
}

@media screen and (max-width: 767px) {
  .content--chiffre .chiffre__txt {
    font-size: 4.55em;
  }
}

.content--chiffre .chiffre__h3 {
  font-size: 6rem;
}

@media screen and (max-width: 1024px) {
  .content--chiffre .chiffre__h3 {
    font-size: 7.416em;
  }
}

@media screen and (max-width: 767px) {
  .content--chiffre .chiffre__h3 {
    font-size: 17.85em;
  }
}

.content--chiffre .chiffre__keyFigure {
  font-size: 0;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .content--chiffre .chiffre__keyFigure {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .content--chiffre .chiffre__keyFigure {
    font-size: 1.4rem;
  }
}

.content--chiffre .chiffre__keyFigure:before {
  position: static;
  font-size: 8.7rem;
}

@media screen and (max-width: 1024px) {
  .content--chiffre .chiffre__keyFigure:before {
    font-size: 7.54em;
  }
}

@media screen and (max-width: 767px) {
  .content--chiffre .chiffre__keyFigure:before {
    font-size: 17.9em;
  }
}

.content--chiffre .post {
  width: 23vw;
  max-width: 380px;
}

.content--chiffre .post__content {
  margin: auto;
}

.content--chiffre .post__footer {
  margin-top: 14%;
}

.content--chiffre .post__item {
  margin: auto;
  margin-top: 16%;
}

.content--chiffre .post__img {
  width: 10.92vw;
  margin: 0 auto;
}

.content--chiffre .actuDoc__footer {
  margin-top: 3.4%;
}

.content--chiffre .actuDoc__head {
  margin-bottom: 0.5%;
}

.content--chiffre .actuDoc__bloc {
  text-align: center;
  width: 100%;
}

.content--chiffre .actuDoc__item {
  display: inline-block;
}

.content--chiffre .actuDoc__ul {
  width: 69%;
  display: flex;
  min-height: auto;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.chiffre__data {
  display: inline-block;
  vertical-align: top;
  margin-left: -1%;
}

.chiffre .is-red {
  color: #e91c3a;
}

.chiffre .is-blue {
  color: #0093e0;
}

.chiffre .is-grey {
  color: #0089a6;
}

.chiffre .is-purple {
  color: #7a1f5e;
}

.chiffreKey {
  padding-top: 5%;
  margin-bottom: 2%;
}

.chiffreKey__pushChiffre {
  width: 63.5%;
  margin: 0 auto;
}

.chiffreKey__pushChiffre .gridCR {
  /* &>div:first-child {
                .chiffre__data {
                    margin-left: 7%;
                }
                .chiffre__keyFigure {
                    &:before {
                        visibility: visible;
                        display: inline-block;
                    }
                }
            } */
}

.chiffreKey__pushChiffre .gridCR>div .chiffre__keyFigure:before {
  display: block;
  padding-bottom: 10%;
}

.chiffreKey__pushData {
  background-color: #f9f9f9;
  margin-top: -2%;
}

.chiffreKey__pushDataContent {
  width: 73.5%;
  margin: 0 auto;
  overflow: hidden;
  padding: 2% 0;
}

.chiffre__keyFigure.is-red {
  color: #e91c3a;
}

.chiffre__keyFigure.is-blue {
  color: #0093e0;
}

.chiffre__keyFigure.is-grey {
  color: #0089a6;
}

.chiffre__keyFigure.is-purple {
  color: #7a1f5e;
}

.pushData {
  border: 1px solid #007bc0;
  padding: 50px 15px 30px;
  /* max-width: 387px;
    width: 38.7em;*/
  height: 390px;
  overflow: hidden;
  position: relative;
  margin: 0 10px;
  text-align: center;
}

@media screen and (min-width: 1300px) and (max-width: 1449px) {
  .pushData {
    padding-top: 30px;
  }
}

@media screen and (max-width: 1299px) {
  .pushData {
    padding-top: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 849px) {
  .pushData {
    height: 390px;
  }
}

.pushData--bourse iframe {
  width: 100%;
  height: 345px;
  transform: scale(0.7);
  margin-top: -50px;
}

@media screen and (max-width: 1199px) {
  .pushData--bourse iframe {
    width: calc(100% + 70px);
    margin-left: -35px;
  }
}

.pushData .linkG {
  margin-top: 30px;
}

.pushData__item {
  height: 26em;
  overflow: hidden;
}

.pushData--generic .pushData__txt {
  font-size: 2.2rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .pushData--generic .pushData__txt {
    font-size: 2.88em;
  }
}

@media screen and (max-width: 767px) {
  .pushData--generic .pushData__txt {
    font-size: 7.3em;
  }
}

.pushData__title {
  margin-top: 5%;
  margin-bottom: 15%;
  position: relative;
  display: inline-block;
  color: #007bc0;
  font-size: 2.1rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
}

@media screen and (max-width: 1024px) {
  .pushData__title {
    font-size: 2.9em;
  }
}

@media screen and (max-width: 767px) {
  .pushData__title {
    font-size: 8.2em;
  }
}

.pushData__title:after {
  background-color: #007bc0;
  position: absolute;
  bottom: -4%;
  left: 0;
  right: 0;
  height: 1px;
  display: inline-block;
  content: '';
}

.pushData__txt {
  display: block;
  color: #58585a;
  font-size: 1.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  margin-bottom: 6%;
  line-height: 145%;
}

@media screen and (max-width: 1024px) {
  .pushData__txt {
    font-size: 2.88em;
  }
}

@media screen and (max-width: 767px) {
  .pushData__txt {
    font-size: 7.3em;
  }
}

.pushData__sup {
  font-size: 1.8rem;
  left: -2.5%;
  top: -0.55em;
}

@media screen and (max-width: 1024px) {
  .pushData__sup {
    font-size: 0.6em;
  }
}

@media screen and (max-width: 767px) {
  .pushData__sup {
    font-size: 0.6em;
  }
}

.pushData__link {
  font-size: 1.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .pushData__link {
    font-size: 2.6em;
  }
}

@media screen and (max-width: 767px) {
  .pushData__link {
    font-size: 6.4em;
  }
}

.pushData__euros {
  display: block;
  font-size: 6.092rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  color: #58585a;
  margin-bottom: 6%;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 1024px) {
  .pushData__euros {
    font-size: 11.45em;
  }
}

@media screen and (max-width: 767px) {
  .pushData__euros {
    font-size: 19.25em;
  }
}

.pushData__euros .pushData__sup {
  font-size: 3.5rem;
  left: -5.1%;
  top: -0.6em;
}

@media screen and (max-width: 1024px) {
  .pushData__euros .pushData__sup {
    font-size: 0.5em;
  }
}

@media screen and (max-width: 767px) {
  .pushData__euros .pushData__sup {
    font-size: 0.5em;
  }
}

.pushData__pourcentage {
  display: block;
  font-size: 2.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #58585a;
}

@media screen and (max-width: 1024px) {
  .pushData__pourcentage {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .pushData__pourcentage {
    font-size: 1.4rem;
  }
}

.content--chiffreKey .mainChapeau+.bloc {
  padding-top: 0;
}

.content--chiffreKey .chiffreKey {
  padding-top: 3.5%;
}

.content--chiffreKey .chiffreKey__data {
  border-bottom: 1px solid #585857;
}

.content--chiffreKey .chiffreKey__pushChiffre--red .icon-information:before {
  color: #7a1f5e;
}

.content--chiffreKey .chiffreKey__pushChiffre--red .chiffre__txt1,
.content--chiffreKey .chiffreKey__pushChiffre--red .chiffre__h3 {
  color: #7a1f5e;
}

.content--chiffreKey .chiffreKey__pushChiffre .gridCR>div .chiffre__data {
  text-align: center;
}

.content--chiffreKey .chiffreKey__pushChiffre .gridCR>div:first-child .chiffre__keyFigure:before {
  visibility: visible;
  display: block;
}

.videoWrapper {
  height: 0;
  padding-bottom: 62.306610407876230661040787623066%;
  position: relative;
  overflow: hidden;
}

.videoWrapper--iframe iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

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

.videoWrapper+.videoWrapper {
  margin-top: 7%;
}

.content--bourse .bloc {
  padding: 50px 15px 0;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.bourseWrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 280%;
}

@media screen and (max-width: 767px) {
  .bourseWrapper {
    height: 1800px;
    padding-bottom: 0;
  }
}

.bourseWrapper iframe {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.cours__bourse {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 50%;
}

.cours__bourse-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.cours__bourse iframe {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.cours__bourseIcon {
  position: absolute;
  top: -10%;
  left: 1.5%;
  z-index: 10;
  display: inline-block;
  color: #007bc0;
  font-size: 7.8em;
  line-height: 1 !important;
}

@media screen and (max-width: 1076px) {
  .cours__bourse {
    padding-top: 64%;
  }

  .cours__bourseIcon {
    top: -8.7%;
    left: 0.7%;
  }
}

@media screen and (max-width: 1024px) {
  .cours__bourse {
    padding-top: 20%;
  }

  .cours__bourseIcon {
    top: -7.7%;
    left: 0.7%;
    font-size: 10em;
  }
}

@media screen and (max-width: 767px) {
  .cours__bourse {
    padding-top: 36%;
  }

  .cours__bourseIcon {
    top: -9.7%;
    left: 4%;
    font-size: 25em;
  }
}

/*animations*/
.\--linkF {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.\--linkC {
  display: inline-block;
  position: relative;
}

.\--link {
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.linkTxtAnim,
.capsule__color,
.msg__linkTxt {
  position: relative;
  z-index: 10;
  transition: all 0.6s ease;
}

/* @blue-4*/
.\--linkC {
  transition: all 0.6s ease;
  padding: 8px 8px;
}

.\--linkC:hover .linkTxtAnim {
  color: #007eba;
}

.\--linkC:hover::before {
  border: 1px solid #007eba;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.\--linkC::before {
  content: '';
  opacity: 0;
  border: 1px solid #007eba;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50% 0;
  transition: all 0.6s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  margin: 0 auto;
  height: 50%;
  padding: 0;
}

.\--linkN {
  transition: all 0.6s ease;
  border: 1px solid #007eba;
}

.\--linkN:hover {
  background: white;
}

.\--linkN:hover::after {
  background-color: #007eba;
}

.\--linkN:hover .linkTxtAnim {
  color: #007eba;
}

.\--linkN:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
  background: white;
}

.\--linkN::after {
  transition: all 0.6s ease;
}

.\--linkN::before {
  content: '';
  opacity: 0;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50% 0;
  transition: all 0.6s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  margin: 0 auto;
  height: 50%;
  padding: 0;
}

.\--link:after {
  transition: all linear 0.2s;
  width: 0%;
  background: #007bbc;
  height: 1px;
  display: block;
  content: '';
  margin-top: 1px;
}

.\--link:hover:after {
  transition: all linear 0.2s;
  width: 100%;
  background: #007bbc;
  height: 1px;
  display: block;
  content: '';
  margin-top: 1px;
}

.listeDocs__visuel {
  border: 1px solid transparent;
  transition: all 0.5s ease 0.1s;
}

.listeDocs__visuel--on {
  border: 1px solid #007bbc;
}

.post__img {
  border: 1px solid transparent;
  transition: all 0.5s ease 0.1s;
}

.post__img--on {
  border: 1px solid #007bbc;
}

.capsule--blue1 .capsule__link.\--linkN {
  transition: all 0.6s ease;
}

.capsule--blue1 .capsule__link.\--linkN:hover::after {
  background-color: white;
}

.capsule--blue1 .capsule__link.\--linkN:hover .linkTxtAnim {
  color: white;
}

.capsule--blue1 .capsule__link.\--linkN:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
  background: #007eba;
}

.capsule--blue1 .capsule__link.\--linkN::after {
  transition: all 0.6s ease;
}

.capsule--blue1 .capsule__link.\--linkN::before {
  content: '';
  opacity: 0;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50% 0;
  transition: all 0.6s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  margin: 0 auto;
  height: 50%;
  padding: 0;
}

.capsule--red .capsule__link.\--linkN {
  transition: all 0.6s ease;
}

.capsule--red .capsule__link.\--linkN:hover::after {
  background-color: white;
}

.capsule--red .capsule__link.\--linkN:hover .linkTxtAnim {
  color: white;
}

.capsule--red .capsule__link.\--linkN:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
  background: #ef153e;
}

.capsule--red .capsule__link.\--linkN::after {
  transition: all 0.6s ease;
}

.capsule--red .capsule__link.\--linkN::before {
  content: '';
  opacity: 0;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50% 0;
  transition: all 0.6s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  margin: 0 auto;
  height: 50%;
  padding: 0;
}

.capsule--blue2 .capsule__link.\--linkN {
  transition: all 0.6s ease;
}

.capsule--blue2 .capsule__link.\--linkN:hover::after {
  background-color: white;
}

.capsule--blue2 .capsule__link.\--linkN:hover .linkTxtAnim {
  color: white;
}

.capsule--blue2 .capsule__link.\--linkN:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
  background: #0095db;
}

.capsule--blue2 .capsule__link.\--linkN::after {
  transition: all 0.6s ease;
}

.capsule--blue2 .capsule__link.\--linkN::before {
  content: '';
  opacity: 0;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50% 0;
  transition: all 0.6s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  margin: 0 auto;
  height: 50%;
  padding: 0;
}

.\--linkF {
  transition: all 0.6s ease;
  border: 1px solid transparent;
}

.\--linkF:hover {
  background-color: transparent;
  border: 1px solid #007eba;
}

.\--linkF:hover .linkTxtAnim {
  color: #007eba;
}

.\--linkF:hover::before {
  opacity: 1;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}

.\--linkF::before {
  content: '';
  opacity: 0;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50% 0;
  transition: all 0.6s ease;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  top: 50%;
  left: 50%;
  width: 50%;
  margin: 0 auto;
  height: 50%;
  padding: 0;
}

.chiffre__keyFigure {
  transition: all ease 0.6s;
}

.chiffre__keyFigure--off {
  opacity: 0;
  transform: translateY(23%);
}

.linkG {
  transition: all 0.6s ease;
}

.linkG:hover {
  border: 2px solid transparent;
}

.linkG:hover .linkTxtAnim {
  color: white;
}

.linkG:hover::before {
  border: 2px solid #007eba;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: #007bc0;
}

.linkG::before {
  content: '';
  opacity: 0;
  background-color: rgba(0, 123, 192, 0.5);
  transform: translate(-50%, -50%);
  transform-origin: 50% 50% 0;
  transition: all 0.6s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  margin: 0 auto;
  height: 50%;
  padding: 0;
}

.slider__item .slider__push {
  opacity: 0;
  transition: all 0.5s linear;
  transform: translateY(-42px);
}

.slider__item .slider__title {
  transition: all 0.5s linear;
  opacity: 0;
  transform: translateY(-80px);
}

.slider__item--current .slider__push {
  opacity: 1;
  transform: translateY(0);
}

.slider__item--current .slider__title {
  transition: all 0.3s ease;
  transform: translateY(0px);
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .slider__item--current .slider__title {
    top: -25%;
  }
}

.slider__article .\--linkPlus {
  transition: all 0.1s ease;
}

.slider__article .\--linkPlus::before {
  content: '';
  opacity: 0;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: all 0.6s ease;
  background-color: #007eba;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 11px;
}

.slider__article:hover .\--linkPlus {
  color: white;
  background-color: #007eba;
}

.slider__article:hover::before {
  transform: translate(-50%, -50%) scale(2);
}

.slider__article:hover .\--linkPlus:after {
  background: white;
  position: relative;
}

.slider__article::before {
  content: '';
  height: 0;
  width: 61.3%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  display: block;
  padding: 42.444444% 0 0 0;
  transition: all 0.6s ease;
  background-color: rgba(0, 126, 186, 0.1);
}

@media screen and (max-width: 1024px) {
  .slider__article::before {
    display: none;
  }
}

.link__plus:hover .linkTxtAnim {
  color: white;
  border-bottom: 2px solid white;
}

.filtreAnnee__lien,
.animHover,
.link__plus {
  position: relative;
  overflow: hidden;
  background: white;
}

.filtreAnnee__lien--on,
.animHover--on,
.link__plus--on {
  pointer-events: none;
  background-color: #007bc0;
  border: 1px solid transparent;
  transition: border 0.5s ease 0.3s;
}

.filtreAnnee__lien:hover,
.animHover:hover,
.link__plus:hover {
  background: transparent;
  border: 1px solid transparent;
  transition: border 0.5s ease 0.3s;
}

.filtreAnnee__lien:hover:before,
.animHover:hover:before,
.link__plus:hover:before {
  opacity: 1;
  height: 100%;
  width: 100%;
}

.filtreAnnee__lien:before,
.animHover:before,
.link__plus:before {
  transition: all 0.6s ease;
  content: '';
  opacity: 0;
  background-color: #007bc0;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50% 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  margin: 0 auto;
  height: 50%;
  padding: 0;
}

.listeDocs__voirPlus--off {
  display: none;
}

.listeDocs__voirPlus .link__plus--off {
  opacity: 0;
}

.listeDocs__bloc {
  overflow: hidden;
  padding-top: 10px;
  height: auto;
  transition: all 0.8s ease 0.2s;
}

.listeDocs--noTitle .listeDocs__bloc {
  height: auto;
}

.listeDocs__item {
  transition: all 0.6s ease;
}

@keyframes fadeInZoom {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.listeDocs__item.animate--show {
  animation: fadeInZoom 0.5s ease-out;
}

.listeDocs__item--anim {
  opacity: 0;
  transform: scale(0.4);
}

body.noscroll {
  overflow: hidden;
}

.overlayDislaimer,
.overlayInformation {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3000;
}

.overlayDislaimer .overlay--close,
.overlayInformation .overlay--close {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3000;
}

.overlayInformation {
  display: none;
}

.overlayInformation.visible {
  display: block;
}

.closePopin {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 45px;
  right: 30px;
  cursor: pointer;
  /*  @media screen and (max-width: @mobileLarge) {
      top: 7%;
      right: 4%;
    }*/
}

.closePopin .closeElement {
  height: 0.18vw;
}

@media screen and (max-width: 767px) {
  .closePopin .closeElement {
    height: 3px;
  }
}

.popin__footer {
  text-align: center;
}

.popin__item {
  padding: 13% 8vw 0;
}

@media screen and (max-width: 767px) {
  .popin__item {
    padding: 21% 12% 0;
  }
}

.popin__title {
  display: inline-block;
  position: relative;
}

.popin__title:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 26%;
  right: 0;
  background: white;
  height: 1px;
  left: -9.5vw;
  width: 7.9vw;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .popin__title:before {
    left: -11.5vw;
    width: 8.9vw;
  }
}

@media screen and (max-width: 767px) {
  .popin__title:before {
    left: -14.5vw;
    width: 8.9vw;
  }
}

.popin__wrapper {
  position: relative;
  left: 1.6vw;
}

@media screen and (max-width: 1024px) {
  .popin__wrapper {
    left: 3.7vw;
  }
}

@media screen and (max-width: 767px) {
  .popin__content {
    margin-left: -7%;
  }
}

.popin__spanTitle {
  background: transparent;
  color: white;
  font-size: 3.8rem;
}

@media screen and (max-width: 1024px) {
  .popin__spanTitle {
    font-size: 29.775px;
  }
}

@media screen and (max-width: 767px) {
  .popin__spanTitle {
    font-size: 29.775px;
  }
}

@media screen and (max-width: 1024px) {
  .popin__spanTitle {
    padding: 0;
  }
}

.popin__wysiwyg {
  padding: 40px 0;
  font-size: 19px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .popin__wysiwyg {
    font-size: 14px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .popin__wysiwyg {
    font-size: 14px;
    font-weight: 200;
  }
}

@media screen and (max-width: 767px) {
  .popin__wysiwyg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.popin__wysiwyg p:not(:last-child) {
  margin-bottom: 15px;
}

.popin__footer {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 9.6vw;
  padding-right: 7.4vw;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: initial;
  -ms-flex-align: initial;
  align-items: initial;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  /*  .popin__link + .popin__link {
          margin-left: 2.3vw;
          @media screen and (max-width: @mobileLarge) {
              margin-left: auto;
              margin-top: 6%;
          }
      }*/
}

@media screen and (max-width: 1024px) {
  .popin__footer {
    padding-left: 11.6vw;
    padding-right: 4.4vw;
  }
}

@media screen and (max-width: 767px) {
  .popin__footer {
    padding-left: 9.6vw;
    padding-right: 6.6vw;
  }
}

@media screen and (max-width: 579px) {
  .popin__footer {
    display: block;
  }
}

.popin__link {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 10px;
  margin-right: 10px;
  letter-spacing: 0.05rem;
  border: 1px solid white;
  transition: none;
  position: static;
  color: white;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  padding: 15px 22px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .popin__link {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .popin__link {
    font-size: 13px;
    font-weight: 200;
  }
}

@media screen and (max-width: 579px) {
  .popin__link:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 580px) {
  .popin__link {
    width: calc(50% - 20px);
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    -moz-box-flex: 0 1 calc(50% - 20px);
    -webkit-flex: 0 1 calc(50% - 20px);
    -moz-flex: 0 1 calc(50% - 20px);
    -ms-flex: 0 1 calc(50% - 20px);
    flex: 0 1 calc(50% - 20px);
  }
}

.popin__link:before {
  transition: none;
}

.popin__link .linkT {
  padding: 0;
}

.popin--disclaimer,
.popin--information {
  position: absolute;
  color: white;
  padding-bottom: 2.9vw;
  background: #007bc0;
  margin-bottom: 50px;
  top: 14vh;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 800px;
  width: 90%;
  z-index: 3001;
}

.popin--disclaimer .linkT,
.popin--information .linkT {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {

  .popin--disclaimer,
  .popin--information {
    top: 15vh;
    padding-bottom: 3.9vw;
  }
}

@media screen and (max-width: 767px) {

  .popin--disclaimer,
  .popin--information {
    top: 10vh;
    padding-bottom: 8.9vw;
  }
}

.popin--information {
  background: #ce1a37;
  max-width: 715px;
  top: 20vh;
}

@media screen and (max-width: 1024px) {
  .popin--information {
    top: 15vh;
  }
}

@media screen and (max-width: 767px) {
  .popin--information {
    top: 10vh;
  }
}

.popin--information .popin__item {
  overflow: hidden;
  padding: 100px 140px 40px;
}

@media screen and (max-width: 639px) {
  .popin--information .popin__item {
    padding: 80px 50px 30px 80px;
  }
}

@media screen and (max-width: 479px) {
  .popin--information .popin__item {
    padding: 80px 30px 30px 60px;
  }
}

.popin--information .popin__title {
  display: block;
  padding-left: 90px;
}

@media screen and (max-width: 479px) {
  .popin--information .popin__title {
    padding-left: 65px;
  }
}

.popin--information .popin__title:after {
  display: block;
  content: '';
  width: 72px;
  height: 72px;
  position: absolute;
  top: -15px;
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0My43IDQzLjciPjxwYXRoIGQ9Ik0yMS44NSw0My43QTIxLjg1LDIxLjg1LDAsMSwxLDQzLjcsMjEuODUsMjEuODcsMjEuODcsMCwwLDEsMjEuODUsNDMuN1ptMC0zOC43QTE2Ljg1LDE2Ljg1LDAsMSwwLDM4LjcsMjEuODUsMTYuODcsMTYuODcsMCwwLDAsMjEuODUsNVptNy40Miw2LjUySDE0LjQzYTMuMjUsMy4yNSwwLDAsMC0zLjI1LDMuMjRWMjVhMy4yNSwzLjI1LDAsMCwwLDMuMjUsMy4yNGgxMGw0LjUsNC41YS40Ny40NywwLDAsMCwuMzMuMTQuMzkuMzksMCwwLDAsLjE4LDAsLjQ2LjQ2LDAsMCwwLC4yOC0uNDJWMjguMThBMy4yNiwzLjI2LDAsMCwwLDMyLjUyLDI1VjE0Ljc2QTMuMjUsMy4yNSwwLDAsMCwyOS4yNywxMS41MlpNMzEuNTksMjVhMi4zMiwyLjMyLDAsMCwxLTIuMzIsMi4zMS40Ni40NiwwLDAsMC0uNDYuNDd2My41MkwyNSwyNy40MmEuNDUuNDUsMCwwLDAtLjMzLS4xNEgxNC40M0EyLjMyLDIuMzIsMCwwLDEsMTIuMTEsMjVWMTQuNzZhMi4zMiwyLjMyLDAsMCwxLDIuMzItMi4zMkgyOS4yN2EyLjMyLDIuMzIsMCwwLDEsMi4zMiwyLjMyWm0tOS43NC0yLjMyQTEuMzksMS4zOSwwLDEsMCwyMy4yNCwyNCwxLjM5LDEuMzksMCwwLDAsMjEuODUsMjIuNjVabTAsMS44NWEuNDcuNDcsMCwxLDEsLjQ2LS40NkEuNDYuNDYsMCwwLDEsMjEuODUsMjQuNVptMS40OC05Ljc2YTEuMzksMS4zOSwwLDAsMC0xLS40NGgtLjkyQTEuMzksMS4zOSwwLDAsMCwyMCwxNS44bC4zOSw0LjU3YTEuNDYsMS40NiwwLDAsMCwyLjkxLDBsLjQtNC41OEExLjQsMS40LDAsMCwwLDIzLjMzLDE0Ljc0Wm0tLjU1LDEtLjQsNC41OGEuNTMuNTMsMCwwLDEtLjU0LjQ5LjU0LjU0LDAsMCwxLS41My0uNWwtLjM5LTQuNTdhLjQ3LjQ3LDAsMCwxLC4xMy0uMzUuNDguNDgsMCwwLDEsLjM0LS4xNGguOTJhLjQ4LjQ4LDAsMCwxLC4zNC4xNEEuNDcuNDcsMCwwLDEsMjIuNzgsMTUuNzJaIiBzdHlsZT0iZmlsbDojZmZmIi8+PC9zdmc+);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 479px) {
  .popin--information .popin__title:after {
    width: 50px;
    height: 50px;
  }
}

.popin--information .popin__title:before {
  width: 130px;
  left: auto;
  right: calc(100% + 11px);
}

.popin--information .popin__content {
  margin-left: 0;
}

.popin--information .popin__wrapper {
  position: static;
}

.popin--information .popin__wysiwyg {
  margin-left: 35px;
  padding-top: 38px;
  padding-bottom: 0;
  font-size: 19px;
  line-height: 1.7;
}

@media screen and (max-width: 639px) {
  .popin--information .popin__wysiwyg {
    margin-left: 0;
  }
}

.popin--information .popin__footer {
  display: block;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 479px) {
  .popin--information .popin__footer {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.popin--information .popin__link {
  display: inline-block;
  width: inherit;
  min-width: inherit;
  max-width: inherit;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  padding: 28px 60px;
  background-color: transparent;
  font-size: 18px;
  letter-spacing: 2px;
}

@media screen and (max-width: 479px) {
  .popin--information .popin__link {
    display: block;
    width: 100%;
    padding: 18px 30px;
  }
}

.popin--information .popin__link:hover {
  background-color: #f9f9f9;
  color: #ce1a37;
  transition: all 0.35s ease-in-out;
}

.popin--information .popin__link:focus {
  outline: none;
}

.documents_opa,
.documents_accueil {
  padding-bottom: 100px;
}

.documents_opa .documents_opa-disclaimer1,
.documents_opa .documents_opa-disclaimer2,
.documents_opa .documents_opa-list,
.documents_accueil .documents_accueil-disclaimer1,
.documents_accueil .documents_accueil-disclaimer2,
.documents_accueil .documents_accueil-list {
  display: none;
}

.documents_accueil .documents_accueil-disclaimer1.active,
.documents_accueil .documents_accueil-disclaimer2.active,
.documents_accueil .documents_accueil-list.active,
.documents_accueil .documents_accueil-disclaimer1.active,
.documents_accueil .documents_accueil-disclaimer2.active,
.documents_accueil .documents_accueil-list.active {
  display: block;
}

.documents_opa .disclaimer_btns,
.documents_accueil .disclaimer_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 2em 0;
}

.documents_opa .disclaimer_btn,
.documents_accueil .disclaimer_btn {
  display: inline-block;
  padding: 0.3em 0.8em 0.5em 0.8em;
  color: #007eba;
  font-size: 1.5rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  color: #0095db;
  border: solid 1px #0095db;
  text-decoration: underline;
  cursor: pointer;
  transition: all ease-out 200ms;
}

.documents_opa .disclaimer_btn:hover,
.documents_accueil .disclaimer_btn:hover {
  color: white;
  background-color: #007eba;
  text-decoration: none;
}

.txt-title-talent {
  font-size: 1.1vw;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  color: #007bc0;
}

@media screen and (max-width: 1024px) {
  .txt-title-talent {
    font-size: 2.7vw;
  }
}

@media screen and (max-width: 767px) {
  .txt-title-talent {
    font-size: 5.5vw;
  }
}

.txt-wysiwyg {
  font-size: 1.05vw;
  color: #585857;
  line-height: normal;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .txt-wysiwyg {
    font-size: 1.9vw;
  }
}

@media screen and (max-width: 767px) {
  .txt-wysiwyg {
    font-size: 3.75vw;
  }
}

.txt-footer {
  font-size: 1.05vw;
  color: #585857;
  line-height: normal;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .txt-footer {
    font-size: 1.9vw;
  }
}

@media screen and (max-width: 767px) {
  .txt-footer {
    font-size: 3.75vw;
  }
}

.sousContent--talent {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: initial;
  -ms-flex-align: initial;
  align-items: initial;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.5% 33em 4em;
  background: #f9f9f9;
  margin-top: 7em;
}

@media screen and (max-width: 1024px) {
  .sousContent--talent {
    padding: 2em 5em 4em;
  }
}

@media screen and (max-width: 767px) {
  .sousContent--talent {
    display: block;
  }
}

.content .blocTalent {
  overflow: hidden;
  width: calc(50% - 16px);
  min-width: calc(50% - 16px);
  max-width: calc(50% - 16px);
  -moz-box-flex: 0 1 calc(50% - 16px);
  -webkit-flex: 0 1 calc(50% - 16px);
  -moz-flex: 0 1 calc(50% - 16px);
  -ms-flex: 0 1 calc(50% - 16px);
  flex: 0 1 calc(50% - 16px);
  padding: 30px 25px;
  border: 1px solid #007bc0;
  margin: 8px auto;
}

@media screen and (max-width: 767px) {
  .content .blocTalent {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 15px auto;
  }
}

.content .blocTalent p,
.content .blocTalent .blocTalent__footer,
.content .blocTalent .blocTalent__foot {
  text-align: center !important;
}

.content .blocTalent img {
  display: inline-block;
  margin-bottom: 25px;
}

.content .blocTalent__footer {
  font-size: 1.05vw;
  color: #585857;
  line-height: normal;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .content .blocTalent__footer {
    font-size: 1.9vw;
  }
}

@media screen and (max-width: 767px) {
  .content .blocTalent__footer {
    font-size: 3.75vw;
  }
}

.content .blocTalent__wysiwyg {
  font-size: 1.05vw;
  color: #585857;
  line-height: normal;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .content .blocTalent__wysiwyg {
    font-size: 1.9vw;
  }
}

@media screen and (max-width: 767px) {
  .content .blocTalent__wysiwyg {
    font-size: 3.75vw;
  }
}

.content .blocTalent__title {
  font-size: 1.1vw;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  color: #007bc0;
  margin-bottom: 8%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .content .blocTalent__title {
    font-size: 2.7vw;
  }
}

@media screen and (max-width: 767px) {
  .content .blocTalent__title {
    font-size: 5.5vw;
  }
}

.mainTitle {
  margin-top: 2%;
}

.good {
  color: green;
}

.error {
  color: red;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin-top: 2%;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .error {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .error {
    font-size: 18px;
  }
}

.title-forms {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .title-forms {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .title-forms {
    font-size: 18px;
  }
}

.formsBloc__line+.formsBloc__line {
  margin-top: 4%;
}

.formsBloc {
  padding: 5% 10% 0;
}

.formsBloc__selectWrapper.icon-fleche-2:before {
  content: "\e910";
  display: inline-block;
  position: absolute;
  right: 0.55em;
  pointer-events: none;
  top: 50%;
  font-size: 28px;
  line-height: 0;
  transform: rotate(90deg);
  transform-origin: center center;
  color: #007bc0;
}

.formsBloc__line--select {
  position: relative;
}

@media screen and (max-width: 767px) {
  .formsBloc__line--recaptcha {
    position: relative;
    height: 78px;
  }

  .formsBloc__line--recaptcha .g-recaptcha>div {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.formsBloc__textarea {
  padding-top: 4%;
  height: 224px;
  color: #007bc0;
  border: 1px solid #007bc0;
  width: 100%;
  padding-left: 5%;
  line-height: 26px;
}

.formsBloc input,
.formsBloc select,
.formsBloc textarea {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  background-color: #ffffff;
}

.formsBloc input::-moz-placeholder,
.formsBloc select::-moz-placeholder,
.formsBloc textarea::-moz-placeholder {
  color: #007bc0;
  opacity: 1;
}

.formsBloc input:-ms-input-placeholder,
.formsBloc select:-ms-input-placeholder,
.formsBloc textarea:-ms-input-placeholder {
  color: #007bc0;
}

.formsBloc input::-webkit-input-placeholder,
.formsBloc select::-webkit-input-placeholder,
.formsBloc textarea::-webkit-input-placeholder {
  color: #007bc0;
}

.formsBloc input:-moz-placeholder,
.formsBloc select:-moz-placeholder,
.formsBloc textarea:-moz-placeholder {
  color: #007bc0;
}

.formsBloc input:-ms-input-placeholder,
.formsBloc select:-ms-input-placeholder,
.formsBloc textarea:-ms-input-placeholder {
  color: #007bc0;
}

.formsBloc input::-webkit-input-placeholder,
.formsBloc select::-webkit-input-placeholder,
.formsBloc textarea::-webkit-input-placeholder {
  color: #007bc0;
}

@media screen and (max-width: 1024px) {

  .formsBloc input,
  .formsBloc select,
  .formsBloc textarea {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {

  .formsBloc input,
  .formsBloc select,
  .formsBloc textarea {
    font-size: 18px;
  }
}

.formsBloc__input {
  color: #007bc0;
  border: 1px solid #007bc0;
  width: 100%;
  height: 76px;
  padding-left: 5%;
}

.formsBloc__submit {
  padding: 1.25% 5.25%;
}

.formsBloc__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
}

.formsBloc__msgReturned {
  font-size: 16px;
  margin-bottom: 1em;
}

table {
  width: 100% !important;
  height: auto !important;
  border-collapse: collapse;
}

table th,
table td {
  padding: 1rem 1rem;
  border: 1px solid #007bc0;
  font-size: 1.6rem;
  color: #585857;
  line-height: 1.5;
}

table th[rowspan="2"],
table td[rowspan="2"] {
  width: 26% !important;
}

table th:last-of-type,
table td:last-of-type {
  width: 60% !important;
}

table th:first-of-type,
table td:first-of-type {
  border-left: none;
}

table th:last-of-type,
table td:last-of-type {
  border-right: none;
}

table th[colspan="2"],
table td[colspan="2"],
table th[rowspan="2"]+td,
table td[rowspan="2"]+td,
table th:nth-child(1),
table td:nth-child(1) {
  font-size: 1.8rem;
  color: #007bc0;
}

.sousContent--tableau .secondTitle--type2 {
  font-weight: bold !important;
}

.sousContent--tableau .tableau.mobile {
  display: none;
}

.sousContent--tableau .tableau {
  display: block;
  margin-top: 2.5%;
}

.sousContent--tableau .tableau th,
.sousContent--tableau .tableau td {
  padding: 8px 20px;
}

.sousContent--tableau .tableau table {
  border-collapse: collapse;
  width: 100% !important;
  border-left: 2px solid
    /*rgb(249, 249, 249)*/
    white !important;
  border-right: 2px solid
    /*rgb(249, 249, 249)*/
    white !important;
}

.sousContent--tableau .tableau table,
.sousContent--tableau .tableau th,
.sousContent--tableau .tableau td {
  width: 100%;
  border: 1px solid #007bbc;
}

.wrapperTableau {
  background: #f9f9f9;
  padding-top: 1px;
}

@media screen and (max-width: 767px) {
  .sousContent--tableau {
    width: 93%;
  }

  .sousContent--tableau .commonText {
    padding-left: 0;
  }

  .sousContent--tableau .tableau {
    display: none;
  }

  .sousContent--tableau .tableau.mobile {
    display: block;
  }
}

.header-global .header-ahead .header-info-search form button:before {
  font-family: 'icomoon2';
}

.slider__pagination .slider__next:before,
.slider__pagination .slider__prev:before {
  font-family: 'icomoon2';
}

.talents__linkOffres:before {
  font-family: 'icomoon2';
}

.icon-facebook:before {
  font-family: 'icomoon2';
}

.icon-twitter:before {
  font-family: 'icomoon2';
}

.secondTitle--type2:before {
  font-family: 'icomoon2';
}

.formsBloc__selectWrapper.icon-fleche-2:before {
  font-family: 'icomoon2';
}

.content--chiffreKey .chiffreKey__pushChiffre .gridCR>div:first-child .chiffre__keyFigure {
  display: block;
}

.content--chiffreKey .chiffreKey__pushChiffre .gridCR>div:first-child .chiffre__keyFigure.is-purple:before {
  color: #7a1f5e;
}

.content--chiffreKey .chiffreKey__pushChiffre .gridCR>div:first-child .chiffre__keyFigure.is-red:before {
  color: #e91c3a;
}

.content--chiffreKey .chiffreKey__pushChiffre .gridCR>div:first-child .chiffre__keyFigure.is-blue:before {
  color: #0093e0;
}

.content--chiffreKey .chiffreKey__pushChiffre .gridCR>div:first-child .chiffre__keyFigure.is-grey:before,
.content--chiffreKey .chiffreKey__pushChiffre .gridCR>div:first-child .chiffre__keyFigure.is-bluegreen:before {
  color: #0089a6;
}

.mapMonde__item .listeEnSavoirPlus__titre {
  display: block;
}

.mapMonde__item .listeEnSavoirPlus__titre.is-bluegreen:before {
  color: #0089a6;
}

.mapMonde__item .listeEnSavoirPlus__titre.is-purple:before {
  color: #7a1f5e;
}

.mapMonde__item .listeEnSavoirPlus__titre.is-blue:before {
  color: #0093e0;
}

.mapMonde__item .listeEnSavoirPlus__titre.is-bluegrey:before {
  color: #6c8ca6;
}

body #tarteaucitronRoot .tarteaucitronTitle {
  color: #007bc0;
}

/**
 *
 * responssive mobile et tablette
 *
 */
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .header__bloc .header__contentTop {
    left: auto !important;
  }

  .header__contentTop .header__wrapperLeft {
    text-align: left;
    position: static;
    padding-left: 18.6%;
    white-space: normal;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1679px) {
  html {
    font-size: 0.69vw;
  }

  .header__bloc .header__contentTop {
    left: -21%;
  }

  .header__wrapperLeft {
    text-align: left;
    position: static;
    padding-left: 7%;
    white-space: normal;
  }

  .cours__title:before {
    font-size: 5.4rem;
  }

  .slider__title {
    font-size: 4rem;
  }

  .capsule__head {
    margin-bottom: 0.1em;
  }

  .capsule__titleTxt {
    height: 3.6em;
  }

  .mainTitle__text.mainTitle--multiline {
    top: 1.65vw;
  }

  .headerGenerique__img {
    height: auto;
    max-height: 22vw;
    overflow: hidden;
  }

  .headerGenerique__title {
    font-size: 5.5em;
  }

  .headerGenerique--content {
    height: auto;
  }

  .chiffreKey__pushDataContent {
    width: 100%;
    padding: 3% 7% 3%;
  }

  .content--chiffre .actuDoc__ul {
    width: 71%;
  }
}

/**
 *
 * Tablet & Mobile
 *
 */
@media screen and (max-width: 1024px) {
  .header__blocWrapperNav {
    transform: none;
    opacity: 1;
    transition: none;
    transform-origin: 50% 50% 0;
  }

  .header__blocSousNav .header__blocWrapperNav {
    transition: none;
  }

  .isTablette,
  .isMobile {
    display: block !important;
  }

  .\--linkPlus {
    padding: 3.4% 3%;
    background-color: #007bc0;
    color: #ffffff;
  }

  .\--linkN {
    padding: 1.7% 2%;
  }

  .\--titleHead {
    padding: 0% 1.5%;
    bottom: -1.5vw;
    top: auto;
  }

  html {
    font-size: 0.69vw;
  }

  .header__logo {
    bottom: auto;
  }

  .header__menuFooter {
    padding: 4% 6%;
  }

  .breadcrumb {
    display: none;
  }

  .socialLink__item {
    padding: 11.5% 7.2%;
  }

  .havasBloc__content {
    padding: 4% 0;
  }

  .havasBloc__right {
    position: relative;
    left: 18%;
  }

  .havasBloc__link {
    margin-bottom: 13%;
  }

  .havasBloc__link.linkN {
    padding: 6%;
  }

  .havasBloc__imgContainer {
    width: 27.4em;
  }

  /**
 *
 * Gabarit chiffre clés
 *
 */
  .pushData {
    height: 57.7em;
    width: 40.8em;
    margin: 0 auto;
  }

  .pushData__item {
    height: 40em;
  }

  .pushData__sup {
    left: -3.2%;
    top: -0.6em;
  }

  .pushData--generic .pushData__txt {
    margin-bottom: 2.5em;
  }

  .pushData__euros {
    position: relative;
    left: -5%;
  }

  .pushData__euros .pushData__sup {
    left: 2.9em;
    top: -2.7em;
  }

  .pushData__title:after {
    bottom: -0.1em;
  }

  .pushData__pourcentage {
    font-size: 5.28em;
    margin-top: -2em;
  }

  .headerGenerique--content .headerGenerique__title {
    display: block;
  }

  .mainTitle__text.mainTitle--multiline {
    top: 2.55vw;
  }

  .mainTitle__sub {
    letter-spacing: normal;
  }

  .content--chiffre.content--chiffreKey .mainChapeau {
    margin: 6.6em 0 3.5em 0;
  }

  .content--chiffre.content--chiffreKey .chiffreKey__data {
    padding-bottom: 14%;
  }

  .content--chiffre.content--chiffreKey .chiffreKey__pushChiffre .gridCR>div .chiffre__keyFigure {
    padding-bottom: 0;
    margin-bottom: -24%;
  }

  .content--chiffre.content--chiffreKey .chiffreKey__pushChiffre .gridCR>div .chiffre__keyFigure:before {
    display: block;
  }

  .content--chiffre.content--chiffreKey .chiffreKey__pushChiffre .gridCR>div:nth-child(2) .chiffre__keyFigure:before {
    visibility: hidden;
    display: block;
  }

  .content--chiffre.content--chiffreKey .chiffreKey__pushChiffre .gridCR>div:first-child .chiffre__keyFigure:before {
    width: 86vw;
    visibility: visible;
    display: block;
  }

  .content--chiffre .gridCR--colonne {
    flex-direction: row;
  }

  .content--chiffre .actuDoc__footer {
    margin-top: 3.2%;
  }

  .content--chiffre .actuDoc__ul {
    width: auto;
    display: block;
  }

  .content--chiffre .actuDoc__item {
    width: 67em;
  }

  .content--chiffre .actuDoc__content {
    padding: 0;
  }

  .content--chiffre .actuDoc--publications .actuDoc__head {
    margin-bottom: 2.5%;
  }

  .content--chiffre .actuDoc--publications .actuDoc__bloc {
    padding-left: 0;
  }

  .content--chiffre .actuDoc--publications .actuDoc__item {
    margin-bottom: 5.5%;
  }

  .content--chiffre .post {
    width: auto;
    max-width: none;
  }

  .content--chiffre .post .gridCR {
    justify-content: center;
  }

  .content--chiffre .post__item {
    text-align: left;
  }

  .content--chiffre .post__img {
    width: 20.2em;
  }

  .content--chiffre .post__content {
    width: 8em;
  }

  .content--chiffre .chiffreKey {
    padding-top: 6%;
    margin-bottom: 4%;
  }

  .content--chiffre .chiffreKey__pushDataContent {
    width: 100%;
    padding: 3% 3% 3%;
    position: static;
  }

  .content--chiffre .chiffreKey__pushChiffre {
    width: 84.5%;
  }

  .content--chiffre .chiffreKey__pushChiffre .gridCR {
    /* &>div:nth-child(2) {
                        .chiffre__keyFigure {
                            &:before {
                                visibility: visible;
                            }
                        }
                    } */
  }

  .content--chiffre .chiffreKey__pushChiffre .gridCR>div .chiffre__keyFigure:before {
    display: block;
  }

  .content--chiffre .chiffre__txt {
    padding-bottom: 4%;
  }

  .content--chiffre .chiffre__keyFigure:before {
    position: static;
    display: block;
    padding-bottom: 12%;
  }

  .content--chiffre .headerGenerique__bloc--msg {
    position: static;
    display: block;
    width: 100%;
    transform: none;
    margin: 5.5em 0 3.4em 0;
    padding: 5.6em 0 6em;
    background-color: #f9f9f9;
  }

  .content--chiffre .headerGenerique__bloc--msg .headerGenerique__title {
    line-height: 1.5em;
    padding: 2% 0 1%;
  }

  .content--chiffre .headerGenerique__bloc--msg .headerGenerique__stitle {
    line-height: 1.2em;
  }

  .content--chiffre .headerGenerique__bloc--msg .headerGenerique__rubrique:after {
    background-color: #007bc0;
  }

  .content--chiffre .headerGenerique__bloc--msg .headerGenerique__title,
  .content--chiffre .headerGenerique__bloc--msg .headerGenerique__stitle,
  .content--chiffre .headerGenerique__bloc--msg .headerGenerique__rubrique {
    color: #007bc0 !important;
  }

  .content--chiffre .headerGenerique__bloc--msg .headerGenerique__content {
    width: 77em;
    color: #007bc0;
    margin: 0 auto;
    position: static;
  }

  .content--chiffre .headerGenerique__bloc--msg .headerGenerique__content .headerGenerique__title {
    display: block;
  }

  .content--chiffre .headerGenerique__bloc--msg .headerGenerique__content .headerGenerique__rubrique {
    display: inline-block;
  }

  /**
 *
 * Gabarit contenu
 *
 */
  .actuDoc__footer--generic {
    padding-right: 0;
  }

  .faqRight {
    margin: auto;
    margin-bottom: -0.1%;
    padding: 1.6% 4.05%;
  }

  .headerGenerique--content {
    height: auto;
  }

  .headerGenerique__img {
    max-height: 35.3vw;
    overflow: hidden;
  }

  .bloc {
    padding: 3% 21.7% 0;
  }

  .bloc--layout2 .bloc__txt p {
    text-align: center;
    margin-left: auto;
  }

  /**
     *
     * container
     *
     */
  .container--actionnaires {
    padding-top: 0;
    padding-bottom: 8.5%;
    border-bottom: none;
  }

  .container--actuDoc {
    overflow: hidden;
  }

  /**
     *
     * post items
     *
     */
  .post__img {
    width: 106px;
  }

  .post__item {
    width: auto;
  }

  .post__footer {
    margin-top: 6%;
  }

  /**
     *
     * actu doc
     *
     */
  .actuDoc__faqLink {
    padding: 1.9% 3.8%;
  }

  .actuDoc__footer {
    text-align: center;
    margin-right: 0;
  }

  .actuDoc__content {
    padding: 0;
    padding-bottom: 3.5%;
    min-height: auto;
    max-height: none;
  }

  .actuDoc--actualite {
    text-align: center;
  }

  .actuDoc--actualite .actuDoc__item {
    display: inline-block;
    width: auto;
    padding: 0;
    border: none;
    vertical-align: top;
  }

  .actuDoc--actualite .actuDoc__item:nth-child(n+2) {
    padding: 0;
  }

  .actuDoc--actualite .actuDoc__item:first-child .post {
    padding-right: 10vw;
  }

  .actuDoc--actualite .actuDoc__all {
    margin: 0;
    margin-top: 3.5%;
  }

  .actuDoc--actualite .actuDoc__ul {
    width: 73%;
    align-self: center;
    display: inline-block;
    text-align: left;
  }

  .actuDoc--documents .actuDoc__head,
  .actuDoc--publications .actuDoc__head {
    margin-bottom: 12%;
  }

  .actuDoc--documents .actuDoc__ul,
  .actuDoc--publications .actuDoc__ul {
    margin-top: 2vw;
  }

  .actuDoc--documents .actuDoc__bloc {
    width: 100%;
    align-self: center;
    text-align: left;
    padding: 0 4.2vw;
  }

  .actuDoc--documents .actuDoc__title {
    width: 100%;
  }

  .actuDoc--documents .actuDoc__all {
    text-align: center;
    margin-top: 3.5%;
  }

  .actuDoc--documents .actuDoc__item:last-child {
    border: none;
  }

  .actuDoc__sTitle {
    padding: 0;
  }

  .actuDoc__head {
    text-align: center;
    margin-bottom: 0;
  }

  .actuDoc__title {
    position: relative;
    width: 100%;
  }

  .actuDoc__title:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #58585a;
    height: 1px;
    width: 99%;
    z-index: 1;
    width: 100%;
    background: white;
  }

  .actuDoc__titleTxt,
  .actuDoc__tilteTxt {
    position: relative;
  }

  .actuDoc__ul {
    margin-top: 7%;
  }

  .actuDoc__all {
    margin: 0;
    text-align: center;
  }

  .publicAction .actuDoc__content {
    padding-bottom: 0;
  }

  .publicAction .actuDoc__title {
    text-align: center;
  }

  .publicAction .actuDoc__title:before {
    content: '';
  }

  .publicAction .actuDoc__bloc {
    padding: 0 4.2vw;
    margin: 0;
    width: 100%;
  }

  .publicAction .actuDoc__all {
    width: calc(91.6%);
    margin: 0 4.2vw;
  }

  /**
     *
     * msg
     *
     */
  .msg {
    text-align: center;
    margin-left: 0;
    padding-top: 4%;
  }

  /**
     *
     * cours
     *
     */
  .cours {
    margin: 0 auto;
    width: 100%;
    padding: 0.5% 4%;
  }

  .cours__euros {
    text-align: center;
  }

  .cours__pourcent {
    text-align: center;
    margin-top: 3vw;
  }

  .cours__head {
    text-align: center;
  }

  .cours__title {
    margin-bottom: 2%;
  }

  .cours__title:before {
    display: block;
    font-size: 12.9rem;
    position: static;
  }

  .cours__titleTxt {
    display: block;
    letter-spacing: 0.5vw;
    margin-left: 0;
  }

  .cours__txt {
    margin-top: 0;
    display: inline-block;
    width: 38%;
    letter-spacing: 0.78vw;
  }

  .cours__footer {
    letter-spacing: 0.6vw;
    margin: 3vw 0;
  }

  /**
     *
     * actionnaires
     *
     */
  .actionnaires__title {
    text-align: center;
    margin-left: 0;
  }

  .actionnaires__title:before {
    left: 0;
    right: 0;
  }

  .actionnaires__content {
    padding: 2vw 4.2vw;
  }

  /**
     *
     * talents
     *
     */
  .talents__content {
    height: auto;
  }

  .talents__linkOffres:before {
    line-height: 5.5vw !important;
  }

  .talents__title {
    padding: 0;
    margin-bottom: 5.8%;
  }

  .talents__button {
    width: 30.9vw;
    height: 5.59vw;
    letter-spacing: 0.1vw;
  }

  /**
     *
     * activities
     *
     */
  .activites__article {
    padding-top: 3.4%;
  }

  .activites__content {
    padding: 6% 0;
  }

  /**
     *
     * capsule
     *
     */
  .capsule__head {
    min-height: none;
    max-height: none;
    margin-bottom: 0.6em;
  }

  .capsule__titleTxt {
    padding-left: 1em;
    padding-right: 1em;
    height: 3.4em;
  }

  .capsule__link {
    padding: 4.2% 5%;
  }

  /**
     *
     * chiffre
     *
     */
  .chiffre__keyFigure {
    text-align: center;
  }

  .chiffre__content {
    padding: 0 0% 5%;
  }

  .chiffre__head {
    text-align: center;
  }

  .chiffre__titleTxt {
    position: relative;
  }

  .chiffre__bloc {
    padding: 0 40px;
  }

  /**
     *
     * groupe
     *
     */
  .groupe__content {
    padding-top: 1%;
    padding-bottom: 2%;
  }

  .groupe__title {
    text-align: center;
  }

  .groupe__tilteTxt {
    position: relative;
  }

  .groupe__txt {
    text-align: center;
    padding-left: auto;
    padding: 0 20%;
  }

  .groupe__txt p {
    text-align: center;
  }

  .groupe__footer {
    text-align: center;
  }

  /**
     *
     * slider
     *
     */
  .filialeWrapper {
    padding-bottom: 4%;
    margin-bottom: 7%;
    margin-top: 5%;
    border-bottom: 1px solid #58585a;
  }

  .filiale {
    padding-top: 3%;
  }

  .slider--filiale {
    padding-bottom: 0;
  }

  .slider--filiale .slider__title2 {
    margin-right: 0;
  }

  .slider--filiale .container--slider {
    border-bottom: transparent;
  }

  .slider--filiale .slider__content {
    /*  padding: 3% 0 4.4%;
                width: 112.9em;*/
  }

  .slider--filiale .slider__image {
    /* width: 34.5em;
                height: 34.5em;*/
  }

  .slider--filiale .slider__push:before {
    content: none;
  }

  .slider--filiale .slider__pagination {
    /* width: 89.3vw;
                bottom: 8.4%;
                margin: 0 auto;*/
    height: auto;
  }

  .slider--filiale .slider__txt {
    padding: 0;
    width: auto;
  }

  .slider--filiale .slider__txt:before {
    content: none;
  }

  .slider--filiale .slider__title2 {
    position: static;
  }

  .slider--custom .slider__title2 {
    margin-right: 0;
  }

  .slider--custom .slider__ul {
    margin-left: -38.6vw;
  }

  .slider--custom .slider__item {
    width: 55.5vw;
  }

  .slider--custom .slider__push:before {
    content: none;
  }

  .slider--custom .slider__pagination {
    width: 68.1vw;
    height: 35.3vw;
    bottom: auto;
    margin-left: 16.5vw;
  }

  .slider--custom .slider__txt {
    padding: 0;
    width: auto;
  }

  .slider--custom .slider__txt:before {
    content: none;
  }

  .slider--custom .slider__title2 {
    position: static;
  }

  .slider__link {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    left: auto;
    margin: 0;
    margin-bottom: 4%;
  }

  .slider__link:after {
    background-color: #ffffff;
  }

  .slider__sTitle {
    margin-bottom: 2vw;
    margin-top: 0;
    color: #007bc0;
  }

  .slider__txt {
    color: #58585a;
  }

  .slider__title2,
  .slider .icon-noPicto {
    color: #007bc0;
    display: inline-block;
    top: -7.3vw;
    margin-right: 4.9%;
    position: relative;
  }

  .slider__title2:before,
  .slider .icon-noPicto:before {
    position: static;
    font-size: 7vw;
  }

  .slider__txt {
    position: relative;
    display: inline-block;
    width: 23.9vw;
    padding: 0 4%;
  }

  .slider__txt:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -4vw;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: #007bc0;
  }

  .slider__item {
    margin-right: 5.8vw;
  }

  .slider__item--current .icon-information:before {
    color: #007bc0;
  }

  .slider__ul {
    margin-left: -41.5vw;
  }

  .slider__pagination {
    width: 70.1vw;
    height: 45.5vw;
    margin-left: 15.1vw;
    bottom: auto;
  }

  .slider__next,
  .slider__prev {
    font-size: 3.75vw;
  }

  .slider__next {
    right: 1.4vw;
  }

  .slider__prev {
    left: 1.4vw;
  }

  .slider__push {
    height: auto;
    overflow: visible;
    position: relative;
    float: right;
    z-index: 200;
    width: 80%;
    padding: 5% 0 0 0;
    bottom: inherit;
  }

  .slider__push .slider__title2 {
    padding-left: 4%;
    top: 0px;
    text-align: left;
    display: block;
  }

  .slider__push .slider__title2 .slider__sTitle {
    display: block;
    margin-bottom: 10px;
  }

  .slider__push .slider__title2:before {
    position: absolute;
    top: 0px;
    left: -20%;
  }

  .slider__push .slider__txt {
    position: initial;
  }

  .slider__push .slider__txt:before {
    top: 0px;
    left: 0px;
  }

  .slider__push .slider__link {
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin-bottom: 0px;
  }

  /**
     *
     * Second Nav
     *
     */
  .communMenu {
    color: #ffffff;
    text-align: left;
    padding: 4% 6%;
    border-bottom: 1px solid #ffffff;
  }

  .communMenu:before {
    display: inline-block;
    font-size: 5rem;
    vertical-align: middle;
    height: 100%;
    position: absolute;
    right: 6%;
  }

  .secondMenu__ul--level1,
  .secondMenu__ul--level2 {
    display: none;
  }

  .secondMenu__ul--level1.secondMenu__ul--off,
  .secondMenu__ul--level2.secondMenu__ul--off {
    display: none;
  }

  .secondMenu__ul--level1 .icon-fleche-1:before,
  .secondMenu__ul--level2 .icon-fleche-1:before {
    display: inline-block;
  }

  .secondMenu__ul--level1 .secondMenu__title {
    border: none;
  }

  .secondMenu__ul--level1 .secondMenu__li {
    margin: 0;
    width: 100%;
    cursor: pointer;
  }

  .secondMenu {
    padding: 0;
    display: block;
  }

  .secondMenu .close {
    display: none;
  }

  .secondMenu__ul {
    padding: 0;
    display: block;
  }

  .secondMenu__ul--on {
    display: block;
    background-color: #007bc0;
    margin-bottom: 0%;
    padding: 0;
    width: 108vw;
    left: -23%;
    position: relative;
  }

  .secondMenu__ul--on .secondMenu__title {
    color: #ffffff;
  }

  .secondMenu__li {
    color: #ffffff;
    text-align: left;
    padding: 4% 6%;
    border-bottom: 1px solid #ffffff;
    padding: 2.5vw 6%;
  }

  .secondMenu__li:before {
    display: inline-block;
    font-size: 5rem;
    vertical-align: middle;
    height: 100%;
    position: absolute;
    right: 6%;
  }

  .secondMenu__li:last-child {
    border-bottom: 1px solid transparent;
  }

  /**
     *
     * menu
     *
     */
  .secondMenu__li:last-child {
    border-bottom: 1px solid transparent;
  }

  .secondMenu__li .secondMenu__title {
    vertical-align: middle;
    width: auto;
    font-weight: bold;
    display: inline-block;
  }

  .secondMenu__li--havas {
    background-color: #7a1f5e;
  }

  .secondMenu__li--vivendi {
    background-color: #7a1f5e;
  }

  .secondMenu__li--direct-matin {
    background-color: #ad0911;
  }

  .secondMenu__li--item {
    padding: 2.5vw 12%;
    border-bottom: 1px solid #ffffff;
  }

  .secondMenu__li:before {
    display: inline-block;
    font-size: 5rem;
    vertical-align: middle;
    height: 100%;
    position: absolute;
    right: 8%;
  }

  .secondMenu__li--active {
    background-color: #ffffff;
    color: #007bc0;
    border-top: 1px solid #007bc0;
    padding: 4% 11%;
  }

  .secondMenu__li--active>.secondMenu__title {
    padding-bottom: 2.5vw;
    color: #007bc0;
  }

  .secondMenu__li--active>.secondMenu__title:after {
    background-color: #007bc0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    display: inline-block;
    content: '';
  }

  .secondMenu__li--active>.secondMenu__title:after {
    width: 100%;
    background: #007bc0;
    height: 1px;
    display: block;
    content: '';
    margin-top: 1px;
  }

  .secondMenu__li--active .menu__title:after {
    background-color: #007bc0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    display: inline-block;
    content: '';
  }

  .secondMenu__li--active .menu__title:after {
    width: 100%;
    background: #007bc0;
    height: 1px;
    display: block;
    content: '';
    margin-top: 1px;
  }

  .secondMenu__li--active:first-child {
    padding: 2.5% 11% 0 11%;
  }

  .secondMenu__li--active:before {
    left: 8.5vw;
    transform-origin: 0 0;
    color: #007bc0;
    right: auto;
    top: 6vw;
    transform-style: preserve-3d;
    transform: rotate(180deg);
  }

  .menu__ul--level1 .menu__li {
    position: relative;
    display: block;
    color: #ffffff;
    text-align: left;
    padding: 2.5vw 6%;
    border-bottom: 1px solid #ffffff;
  }

  .menu__ul--level1 .menu__li:first-child {
    padding: 2.5vw 6%;
  }

  .menu__ul--level1 .menu__li:last-child {
    border-bottom: 1px solid transparent;
  }

  .menu__ul--level1 .menu__li .menu__title {
    vertical-align: middle;
    display: inline-block;
  }

  .menu__ul--level1 .menu__li--off {
    display: none;
  }

  .menu__ul--level1 .menu__li:before {
    display: inline-block;
    font-size: 5rem;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 4.4%;
  }

  .menu__ul--level1 .menu__li--active {
    background-color: #ffffff;
    color: #007bc0;
    border-top: 1px solid #007bc0;
    padding: 2.5vw 11%;
  }

  .menu__ul--level1 .menu__li--active .menu__title:after {
    background-color: #007bc0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    display: inline-block;
    content: '';
  }

  .menu__ul--level1 .menu__li--active .menu__title:after {
    width: 100%;
    background: #007bc0;
    height: 1px;
    display: block;
    content: '';
    margin-top: 1px;
  }

  .menu__ul--level1 .menu__li--active:first-child {
    padding: 2.5vw 11%;
  }

  .menu__ul--level1 .menu__li--active:before {
    left: 8.5vw;
    transform-origin: 0 0;
    color: #007bc0;
    right: auto;
    top: 5.9vw;
    transform-style: preserve-3d;
    transform: rotate(180deg);
  }

  /**
     *
     * header
     *
     */
  .header__menu {
    background-color: #007bc0;
    width: 100vw;
  }

  .header__top {
    padding-left: 0;
    padding-right: 0;
  }

  .header__middle {
    padding: 0;
  }

  .header__search {
    display: block;
    position: relative;
    left: auto;
    top: -0.5em;
  }

  .header__search--off {
    display: none;
  }

  .header__spanL {
    right: 5%;
  }

  .header__langue {
    width: 100%;
    position: relative;
    top: -0.5vw;
    right: -0.9vw;
  }

  .header__logo {
    max-width: none;
    text-align: center;
  }

  .header__imgLogoBollore {
    max-width: 11.75vw;
  }

  .header__bloc--mobile {
    display: none !important;
    visibility: hidden;
  }

  .footer .navFooter {
    margin-top: 4%;
  }

  .footer__content {
    padding-top: 4%;
    padding-bottom: 7%;
    text-align: center;
  }

  /**
     *
     * search
     *
     */
  .search__form {
    text-align: right;
    position: relative;
  }

  .search__input {
    display: block;
    position: absolute;
    border-bottom: 1px solid #58585a;
    bottom: -2vw;
    right: 0vw;
    text-align: right;
    padding-right: 10%;
    width: 74%;
    height: 22px;
    height: -3rem;
    font-size: 2rem;
  }

  .search__btn {
    font-size: 4.5rem;
    line-height: 1;
  }

  .header__bloc--tablette,
  .header__bloc--mobile {
    margin-bottom: 2.2vw;
    margin-top: -2.5vw;
    margin-left: 6%;
    margin-right: 6%;
  }

  .header__bloc--tablette .close,
  .header__bloc--mobile .close {
    bottom: -0.7vw;
    width: 3.26vw;
    height: 3.1vw;
    left: -0.3vw;
    top: auto;
  }

  .header__bloc--tablette .close__left,
  .header__bloc--mobile .close__left,
  .header__bloc--tablette .close__right,
  .header__bloc--mobile .close__right {
    height: 0.4vw;
    background-color: #007eba;
  }
}

@media screen and (max-width: 1024px) {
  .secondMenu__li--item {
    font-size: 4rem;
  }
}

@media screen and (max-width: 1024px) and screen and (max-width: 767px) {
  .secondMenu__li--item {
    font-size: 6.25vw;
  }
}

/**
 *
 * Tablette
 *
 */
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .header__bloc--desktop {
    display: none !important;
    visibility: hidden;
  }

  .header__bloc--mobile {
    display: none !important;
    visibility: hidden;
  }

  .faqBlock table {
    margin: 4rem -2.35em;
  }

  table {
    width: 110% !important;
  }

  table th,
  table td {
    padding: 1rem 1rem;
    font-size: 2rem;
  }

  table th[colspan="2"],
  table td[colspan="2"],
  table th[rowspan="2"]+td,
  table td[rowspan="2"]+td,
  table th:nth-child(1),
  table td:nth-child(1) {
    font-size: 2.5rem;
  }

  .headerHome__bloc {
    height: auto;
    cursor: default;
    /*&:hover {
                ._hover {
                    width:100%; height:auto;
                }
                .title { transform: none; z-index:3; }
            }*/
  }

  .headerHome__bloc .principal-content .title {
    bottom: 6.2vw;
  }

  .headerHome__bloc .principal-content picture {
    height: 40.2vw;
  }

  .headerHome__bloc ._hover {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: 100%;
    height: auto;
    background: none;
    display: flex;
    justify-content: flex-end;
    padding: 50px 0 0 0;
  }

  .headerHome__bloc ._hover__height {
    width: 95%;
    display: block;
    border-left: 1px solid #007bc0;
    height: auto;
    padding: 0;
  }

  .headerHome__bloc ._hover__height:before {
    display: none;
  }

  .headerHome__bloc ._hover__content {
    padding: 0;
  }

  .headerHome__bloc ._hover__content .slider__title2 {
    top: 0;
    margin-right: 0;
    display: block;
  }

  .headerHome__bloc ._hover__content .slider__title2:before {
    margin-left: 6%;
  }

  .headerHome__bloc ._hover__content .slider__sTitle {
    padding-left: 6%;
    color: #007bc0;
    width: 100%;
    font-size: 3.4rem;
  }

  .headerHome__bloc ._hover__content .slider__txt {
    width: 100%;
    display: block;
    left: inherit;
    padding: 0 0 10% 6%;
  }

  .headerHome__bloc ._hover__content .slider__txt p {
    font-size: 2.4rem;
  }

  .headerHome__bloc ._hover__content .slider__txt:before {
    display: none;
  }

  .headerHome__bloc ._hover__content .slider__link {
    left: -1px;
    bottom: inherit;
    margin-bottom: 0;
  }

  .headerHome__bloc ._hover__content .\--linkPlus {
    display: inline-block;
    position: relative;
  }

  .headerHome__color1 ._hover__content .slider__sTitle {
    color: #0089a6;
  }

  .headerHome__color1 .slider__title2:before {
    color: #0089a6;
  }

  .headerHome__color1 .\--linkPlus {
    background: #0089a6;
  }

  .headerHome__color1 ._hover__height {
    border-left: 1px solid #0089a6;
  }

  .headerHome__color2 ._hover__content .slider__sTitle {
    color: #7a1f5e;
  }

  .headerHome__color2 .slider__title2:before {
    color: #7a1f5e;
  }

  .headerHome__color2 .\--linkPlus {
    background: #7a1f5e;
  }

  .headerHome__color2 ._hover__height {
    border-left: 1px solid #7a1f5e;
  }

  .headerHome__color3 ._hover__content .slider__sTitle {
    color: #0093e0;
  }

  .headerHome__color3 .slider__title2:before {
    color: #0093e0;
  }

  .headerHome__color3 .\--linkPlus {
    background: #0093e0;
  }

  .headerHome__color3 ._hover__height {
    border-left: 1px solid #0093e0;
  }

  .chiffreKey__pushChiffre .gridCR {
    justify-content: center;
  }

  .chiffreKey__block {
    height: 65px;
    background-color: transparent;
  }
}

/**
 *
 * Desktop
 *
 */
@media screen and (min-width: 1025px) {
  .header__bloc--tablette {
    display: none !important;
    visibility: hidden;
  }

  .header__bloc--mobile {
    display: none !important;
    visibility: hidden;
  }
}

@media screen and (max-width: 1280px) {
  .header__top {
    padding-left: 0;
    padding-right: 0;
  }

  .header__middle {
    padding-left: 0;
    padding-right: 0;
  }

  [class*="gridCR-col-64--tab"] {
    flex: 0 1 64%;
    max-width: 64%;
  }
}

/**
 *
 * Smartphone
 *
 */
@media screen and (max-width: 767px) {
  .faqBlock table {
    width: 92vw !important;
    margin: 10rem 0 10rem -18vw;
  }

  table th,
  table td {
    padding: 1rem 1rem;
    font-size: 3.6rem;
  }

  table th[rowspan="2"],
  table td[rowspan="2"] {
    width: 26% !important;
  }

  table th:last-of-type,
  table td:last-of-type {
    width: 60% !important;
  }

  table th[colspan="2"],
  table td[colspan="2"],
  table th[rowspan="2"]+td,
  table td[rowspan="2"]+td,
  table th:nth-child(1),
  table td:nth-child(1) {
    font-size: 4rem;
  }

  .headerHome__bloc ._hover {
    display: none;
  }
}

/**
 *
 * Mobile
 *
 */
@media screen and (max-width: 767px) {
  .content--chiffre.content--chiffreKey .chiffreKey__pushChiffre .gridCR>div .chiffre__keyFigure {
    margin-bottom: 0;
  }

  .\--linkN {
    padding: 4.7% 5%;
  }

  .linkG {
    margin: 0 7%;
    padding: 4% 0;
  }

  .breadcrumb {
    display: none;
  }

  .contenu .mainChapeau {
    background: transparent;
    margin: 13.8em 0 -4.6em 0;
  }

  .mainTitle--blue {
    bottom: -2.56vw !important;
  }

  .footer__content {
    padding-top: 10%;
    padding-bottom: 5%;
  }

  .bloc {
    padding: 45px 15px 0;
  }

  .bloc img {
    display: block;
    margin: 30px auto 15px;
    padding-bottom: 0;
  }

  .bloc p {
    padding-bottom: 15px;
    line-height: 1.48em;
  }

  .mainTitle__text.mainTitle--multiline {
    top: 0.75em;
  }

  .mainTitle__sub {
    letter-spacing: normal;
  }

  .socialLink {
    margin-left: 0;
  }

  .socialLink__item {
    padding: 12% 8.6%;
    margin: 0 1%;
  }

  .search__input {
    font-size: 5rem;
    width: 101%;
  }

  .havasBloc__link {
    white-space: nowrap;
  }

  .havasBloc__content {
    width: 106.136em;
    padding: 10% 0 14%;
  }

  .havasBloc__right {
    position: static;
    margin: 0;
    left: auto;
    text-align: center;
  }

  .havasBloc__imgContainer {
    width: 41.8em;
  }

  .havasBloc__left {
    text-align: center;
    padding: 0;
    margin-bottom: 14%;
  }

  .havasBloc__txt {
    margin-bottom: 9%;
  }

  .headerGenerique {
    max-height: 61.5vw;
    overflow: hidden;
  }

  .headerGenerique__bloc {
    bottom: auto;
    right: auto;
    width: calc(70%);
    padding-left: 15px;
    padding-right: 15px;
    transform: translate(-50%, -50%);
  }

  .headerGenerique--content {
    max-height: none;
  }

  .headerGenerique--content .headerGenerique__img {
    height: 52.5vw;
    max-height: none;
  }

  .headerGenerique--content .imgHeader {
    height: 100%;
    width: auto;
    max-width: none;
  }

  .pushData__euros {
    left: auto;
    margin-bottom: 5%;
  }

  .pushData__euros .pushData__sup {
    left: -0.5em;
    top: -0.7em;
  }

  .pushData {
    height: auto;
    width: 100%;
    max-height: none;
    max-width: none;
    min-height: auto;
    padding: 30px 15px;
    margin-bottom: 12%;
    margin-left: 0;
    margin-right: 0;
  }

  .pushData--bourse iframe+.linkG {
    margin-top: -50px;
  }

  .pushData .linkG {
    position: static;
  }

  .pushData__item {
    height: auto;
  }

  .pushData--generic .pushData__txt {
    margin-bottom: 0.9em;
  }

  .pushData__title {
    margin-bottom: 9%;
  }

  .pushData__txt {
    margin-bottom: 4%;
  }

  .pushData__pourcentage {
    margin-top: auto;
    font-size: 10.5em;
  }

  .content--chiffreKey .chiffreKey .chiffreKey__pushChiffre .gridCR .chiffre__keyFigure {
    margin-bottom: -28%;
  }

  .content--chiffreKey .chiffreKey .chiffreKey__pushChiffre .gridCR .chiffre__keyFigure:before {
    padding-bottom: 5%;
    width: auto;
  }

  .content--chiffreKey .chiffreKey .chiffreKey__pushChiffre .gridCR .chiffre__data {
    margin-left: 0;
  }

  .content--chiffre .content--chiffreKey .chiffreKey__data {
    padding-bottom: 20%;
  }

  .content--chiffre .actuDoc--publications .actuDoc__head {
    margin-bottom: 0;
  }

  .content--chiffre .actuDoc--publications .post__item {
    margin-left: 8%;
  }

  .content--chiffre .post__img {
    width: 48.2em;
  }

  .content--chiffre .post__content {
    width: auto;
    width: 9em;
  }

  .content--chiffre .actuDoc__bloc {
    margin-bottom: 5%;
  }

  .content--chiffre .actuDoc__ul {
    overflow: visible;
  }

  .content--chiffre .actuDoc__item {
    display: none;
    width: 100%;
  }

  .content--chiffre .actuDoc__item--current {
    display: block;
  }

  .content--chiffre .chiffre__keyFigure {
    padding-bottom: 0;
  }

  .content--chiffre .chiffreKey {
    margin-top: 60px;
    padding-bottom: 30px;
  }

  .content--chiffre .chiffreKey__pushData {
    margin-top: 0;
  }

  .content--chiffre .chiffreKey__pushDataContent {
    padding: 10% 3% 0%;
  }

  .content--chiffre .chiffreKey__pushChiffre .gridCR>div .chiffre__keyFigure:before {
    display: block;
    padding-bottom: 4%;
  }

  .content--chiffre .chiffreKey__pushChiffre .gridCR>div:first-child .chiffre__keyFigure:before {
    visibility: visible;
    font-size: 17.9em;
    padding-bottom: 12.5%;
  }

  .content--chiffre .headerGenerique--content .headerGenerique__title {
    display: inline-block;
  }

  .content--chiffre .headerGenerique--content .headerGenerique__bloc--msg {
    margin: 12.7em 0 7.4em 0;
    padding: 12.6em 6em;
  }

  .content--chiffre .headerGenerique--content .headerGenerique__bloc--msg .headerGenerique__content {
    width: auto;
  }

  .content--chiffre .chiffre__txt {
    padding-bottom: 0%;
    line-height: 1;
  }

  .content--chiffre .chiffre__h3 {
    margin: 0;
    padding: 0;
  }

  .post__content {
    margin: 3.8% 0;
  }

  .post__img {
    width: 35vw;
  }

  .msg {
    padding-top: 9%;
  }

  .msg__txt {
    width: 75%;
    margin: 5% auto;
  }

  .navFooter__item {
    margin: 8% 0;
    display: block;
  }

  .navFooter__item:after {
    content: none;
  }

  .actuDoc__all {
    margin-top: -2.5%;
    margin-bottom: 6%;
  }

  .actuDoc__faqLink {
    padding: 4% 5.05%;
  }

  .actuDoc__faqLink .fa-comments-o {
    left: -3%;
    top: 0;
  }

  .actuDoc__bloc {
    display: inline-block;
    text-align: left;
  }

  .actuDoc__content {
    text-align: center;
  }

  .actuDoc__item {
    border-bottom: 1px solid black;
    padding: 5% 0;
  }

  .actuDoc__item:last-child {
    border-bottom: 1px solid transparent;
  }

  .actuDoc--publications .post__content {
    margin: 10% 0;
    line-height: 143%;
  }

  .actuDoc--publications .actuDoc__head {
    margin-bottom: -5%;
  }

  .actuDoc--publications .actuDoc__item {
    border: transparent;
  }

  .actuDoc--documents .actuDoc__bloc {
    margin-left: auto;
    margin-right: auto;
    width: 78%;
  }

  .actuDoc .actuDoc__image {
    padding: 0;
  }

  .actuDoc .container--actuDoc {
    padding-bottom: 10%;
    padding-top: 8%;
  }

  .actuDoc--actualite .actuDoc__all {
    margin-top: -2.5%;
    margin-bottom: 6%;
  }

  .actuDoc--actualite .actuDoc__item {
    display: block;
    padding: 13% 0 !important;
  }

  .actuDoc--actualite .actuDoc__item {
    border-bottom: 1px solid black;
  }

  .actuDoc--actualite .actuDoc__item:first-child .post {
    padding-right: 0;
  }

  .actuDoc--actualite .actuDoc__item:last-child {
    border-bottom: 1px solid transparent;
  }

  .actuDoc--actualite .actuDoc__ul {
    width: 78%;
  }

  .actuDoc__head {
    align-self: stretch;
  }

  .actuDoc .actuDoc__content {
    align-items: center;
    text-align: center;
  }

  .cours {
    padding: 5% 4%;
    border-left: none;
    border-right: none;
  }

  .cours__euros {
    line-height: 171%;
  }

  .cours__title {
    margin-bottom: 4%;
  }

  .cours__title:before {
    font-size: 14.4vw;
  }

  .cours__txt {
    width: 74%;
    line-height: 133%;
  }

  .actionnaires__content {
    padding: 11% 0 0 0;
  }

  .headerHome {
    position: relative;
    margin-bottom: 8%;
  }

  .headerHome .slick-slider {
    width: 78.13vw;
    margin: 0 auto;
  }

  .headerHome .slick-nav {
    width: 100%;
  }

  .headerHome .slick-arrow {
    position: absolute;
    top: 50vw;
    width: 10px;
    height: 17px;
    display: block;
  }

  .headerHome .slick-arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 4px;
    width: 3px;
    height: 12px;
    transform: rotate(45deg);
    background: #007bc0;
  }

  .headerHome .slick-arrow:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 4px;
    width: 3px;
    height: 12px;
    transform: rotate(-45deg);
    background: #007bc0;
  }

  .headerHome .slick-prev {
    left: 0;
  }

  .headerHome .slick-next {
    right: 0;
    transform: rotate(180deg);
  }

  .headerHome__bloc {
    height: auto;
    cursor: default;
  }

  .headerHome__bloc .principal-content .title {
    bottom: 6.2vw;
  }

  .headerHome__bloc ._hover {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: 100%;
    height: auto;
    background: none;
    display: flex;
    justify-content: flex-end;
    padding: 0 0 0 0;
  }

  .headerHome__bloc ._hover__height {
    width: 70%;
    display: block;
    border-left: 1px solid #007bc0;
    height: auto;
    padding: 0;
  }

  .headerHome__bloc ._hover__height:before {
    display: none;
  }

  .headerHome__bloc ._hover__content {
    padding: 0;
  }

  .headerHome__bloc ._hover__content .slider__title2 {
    top: 0;
    margin-right: 0;
    display: block;
  }

  .headerHome__bloc ._hover__content .slider__title2:before {
    top: 0;
    left: -40%;
  }

  .headerHome__bloc ._hover__content .slider__sTitle {
    padding-left: 11%;
    color: #007bc0;
    width: 100%;
    font-size: 5.35vw;
  }

  .headerHome__bloc ._hover__content .slider__txt {
    width: 100%;
    display: block;
    left: inherit;
    padding: 0 0 10% 11%;
  }

  .headerHome__bloc ._hover__content .slider__txt p {
    font-size: 3.8vw;
  }

  .headerHome__bloc ._hover__content .slider__txt:before {
    display: none;
  }

  .headerHome__bloc ._hover__content .slider__link {
    left: -1px;
    bottom: inherit;
    margin-bottom: 0;
  }

  .headerHome__bloc ._hover__content .\--linkPlus {
    display: inline-block;
  }

  .headerHome__bloc ._hover .btn-more {
    display: block;
  }

  .headerHome__color1 ._hover__content .slider__sTitle {
    color: #0089a6;
  }

  .headerHome__color1 .slider__title2:before {
    color: #0089a6;
  }

  .headerHome__color1 .\--linkPlus {
    background: #0089a6;
  }

  .headerHome__color1 ._hover__height {
    border-left: 1px solid #0089a6;
  }

  .headerHome__color2 ._hover__content .slider__sTitle {
    color: #7a1f5e;
  }

  .headerHome__color2 .slider__title2:before {
    color: #7a1f5e;
  }

  .headerHome__color2 .\--linkPlus {
    background: #7a1f5e;
  }

  .headerHome__color2 ._hover__height {
    border-left: 1px solid #7a1f5e;
  }

  .headerHome__color3 ._hover__content .slider__sTitle {
    color: #0093e0;
  }

  .headerHome__color3 .slider__title2:before {
    color: #0093e0;
  }

  .headerHome__color3 .\--linkPlus {
    background: #0093e0;
  }

  .headerHome__color3 ._hover__height {
    border-left: 1px solid #0093e0;
  }

  .publicAction .actuDoc__ul {
    align-items: center;
    justify-content: center;
  }

  .publicAction .actuDoc__ul li {
    width: 78%;
  }

  .publicAction .actuDoc__ul li:nth-child(2),
  .publicAction .actuDoc__ul li:nth-child(3) {
    display: none;
  }

  .publicAction .post__item {
    margin-left: 0 !important;
  }

  .publicAction .actuDoc__all {
    border: none;
    margin-top: 8%;
    text-align: center;
  }

  .talents__linkOffres:before {
    line-height: 12.5vw !important;
    font-size: 4vw;
  }

  .talents__title {
    margin-bottom: 10.8%;
  }

  .talents__button {
    width: 67.2vw;
    height: 11.9vw;
  }

  .talents__button--offres {
    margin-bottom: 3%;
  }

  .talents__content {
    padding: 12%;
    height: auto;
  }

  .activites {
    padding-top: 5%;
  }

  .activites__content {
    padding: 0 12%;
  }

  .activites__content .gridCR-col-100--mob:last-child .capsule__item {
    border: transparent;
  }

  .capsule__head {
    margin-bottom: 1.2em;
  }

  .capsule__item {
    padding-top: 20%;
    padding-bottom: 13%;
    border-bottom: 1px solid black;
  }

  .capsule__titleTxt {
    height: auto;
  }

  .chiffre__content {
    margin-bottom: -11%;
  }

  .chiffre__bloc {
    padding: 30px 15px;
  }

  .chiffre__keyFigure {
    padding-bottom: 14% !important;
  }

  .groupe__content {
    padding-bottom: 8%;
  }

  .groupe__txt {
    padding: 30px 0;
    line-height: 156%;
  }

  .secondMenu__li--item {
    padding: 3.9vw 12%;
  }

  .menu__ul--level1 .menu__li:first-child {
    padding: 3.9vw 6%;
  }

  .menu__ul--level1 .menu__li {
    padding: 3.9vw 6%;
  }

  .menu__ul--level1 .menu__li:before {
    right: 5%;
    font-size: 6vw;
  }

  .menu__ul--level1 .menu__li--active {
    padding: 3.9vw 11% !important;
  }

  .menu__ul--level1 .menu__li--active:before {
    top: 50%;
    left: 2%;
    right: auto;
    transform-origin: center center;
    transform: rotate(180deg) translateY(50%);
  }

  .secondMenu__li {
    padding: 3.9vw 6%;
    position: relative;
  }

  .secondMenu__li:before {
    right: 5%;
    font-size: 6vw;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
  }

  .secondMenu__li--active {
    padding: 3.9vw 11% 0 11% !important;
  }

  .secondMenu__li--active:before {
    left: 3%;
    right: auto;
    top: 2.8vh;
    transform-origin: center center;
    transform: rotate(180deg);
  }

  .header__bloc--tablette .close,
  .header__bloc--mobile .close {
    bottom: 3vw;
    width: 8.36vw;
  }

  .header__bloc--tablette .close__left,
  .header__bloc--tablette .close__right {
    height: 0.9vw;
  }

  .\--titleHead {
    bottom: -3.2vw;
  }

  .header__bloc--tablette,
  .header__bloc--mobile {
    margin-bottom: 6%;
  }

  .filialeWrapper {
    padding: 0;
    margin-bottom: 14%;
  }

  .slider .container--slider {
    overflow: hidden;
    width: 100%;
  }

  .slider--filiale .icon-fleche-1:before {
    font-size: 0.7em;
  }

  .slider--filiale .slider__content {
    /* padding: 8% 0 7.4%;
         width: 145.2em;*/
    padding-bottom: 0;
  }

  .slider--filiale .slider__image {
    /*width: 80.8em;
        height: 83.2em;*/
  }

  .slider--filiale .slider__txt {
    position: static;
    width: 15em;
    margin: 0 auto;
    text-align: center;
  }

  .slider--filiale .slider__next {
    right: 45px;
  }

  .slider--filiale .slider__push {
    padding-left: 0;
  }

  .slider--filiale .slider__prev {
    left: 38px;
  }

  .slider--filiale .slider__item {
    /*    display: inline-block;
            width: 79vw;
            margin-right: -2.4%;*/
    width: 200px !important;
  }

  .slider--filiale .slider__article {
    /* max-width: 200px;
         margin: 0 auto;*/
    /* width: 200px!important;
         margin: 0 auto;*/
  }

  .slider--filiale .slider__ul {
    /*    margin-left: -112vw;
            display: inline-block;
            width: 442vw;*/
    width: 100%;
  }

  .slider--filiale .slider__pagination {
    /* bottom: -2%;
         width: 105.5em;
         margin-left: 21.5em;*/
  }

  .slider--filiale .slider__next,
  .slider--filiale .slider__prev {
    z-index: 666;
  }

  .slider--custom .icon-fleche-1:before {
    font-size: 0.7em;
  }

  .slider--custom .slider__txt {
    position: static;
    width: 15em;
    margin: 0 auto;
    text-align: center;
  }

  .slider--custom .slider__next {
    top: 50%;
  }

  .slider--custom .slider__push {
    padding-left: 0;
  }

  .slider--custom .slider__prev {
    top: 50%;
  }

  .slider--custom .slider__item {
    display: inline-block;
    width: 77.85vw;
    margin-right: 2%;
  }

  .slider--custom .slider__ul {
    margin-left: -72.6vw;
    display: inline-block;
    width: 250vw;
  }

  .slider--custom .slider__pagination {
    bottom: auto;
    width: 88vw;
    height: 65vw;
    margin-left: 5.9vw;
  }

  .slider__pagination {
    width: auto;
    height: 62vw;
    margin: auto;
  }

  .slider__txt {
    text-align: left;
    width: auto;
    padding-left: 11%;
    left: 9vw;
    padding-bottom: 9%;
  }

  .slider__txt:before {
    left: 4%;
    top: 3.3vw;
  }

  .slider__link {
    position: relative;
    display: block;
    left: 16vw;
    bottom: 0.4vw;
    padding: 6.1% 5%;
  }

  .slider__content {
    padding-bottom: 4%;
    text-align: center;
  }

  .slider__push {
    overflow: visible;
    height: auto;
    width: 70%;
    float: right;
    bottom: inherit;
  }

  .slider__push .slider__title2 {
    padding-left: 11%;
    top: 0px;
    text-align: left;
    display: block;
  }

  .slider__push .slider__title2:before {
    top: 0px;
    left: -40%;
  }

  .slider__push .slider__txt {
    left: 0px;
    padding-bottom: 30%;
  }

  .slider__push .slider__txt:before {
    top: 15px;
    left: 0px;
  }

  .slider__push .slider__link {
    left: 0px;
  }

  .slider__title {
    font-size: 11.3em;
    max-width: 90%;
  }

  .slider__title2.icon-noPicto:before {
    position: absolute;
    font-size: 15vw;
    top: -23vw;
    left: -6vw;
  }

  .slider__title2 {
    top: -5.3vw;
  }

  .slider__title2:before {
    position: absolute;
    font-size: 15vw;
    top: -23vw;
    left: -6vw;
  }

  .slider__next {
    right: 0;
    font-size: 7vw;
  }

  .slider__prev {
    left: 0;
    font-size: 7vw;
  }

  .slider__ul {
    display: inline-block;
    width: auto;
    margin: auto;
    transition: all 5000000s linear;
  }

  .slider__item {
    max-width: 78vw;
    width: auto;
    margin: auto;
  }

  .burger {
    position: relative;
    top: 2vw;
  }

  .search__btn {
    font-size: 10.5rem;
    position: relative;
  }

  .secondMenu__li--active>.secondMenu__title {
    padding-bottom: 4vw;
  }
}