@charset "UTF-8";
@import url(../assets/fontello/css/fontello-codes.css);


html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #014c8c;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

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

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

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

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

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

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

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

.hidden-xl-down {
  display: none !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;
  }
}

.icon-plus:before {
  content: '\e800';
}

/* '' */
.icon-right-open:before {
  content: '\e801';
}

/* '' */
.icon-pin:before {
  content: '\e821';
}

/* '' */
.icon-chat:before {
  content: '\e822';
}

/* '' */
.icon-mail:before {
  content: '\e823';
}

/* '' */
.icon-linkedin:before {
  content: '\f0e1';
}

/* '' */
@font-face {
  font-family: 'DIN Next LT Pro';
  src: url("../assets/fonts/DINNextLTPro-Bold.eot");
  src: url("../assets/fonts/DINNextLTPro-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/DINNextLTPro-Bold.woff2") format("woff2"), url("../assets/fonts/DINNextLTPro-Bold.woff") format("woff"), url("../assets/fonts/DINNextLTPro-Bold.svg#DINNextLTPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Next LT Pro';
  src: url("../assets/fonts/DINNextLTPro-Medium.eot");
  src: url("../assets/fonts/DINNextLTPro-Mediumd41d.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/DINNextLTPro-Medium.woff2") format("woff2"), url("../assets/fonts/DINNextLTPro-Medium.woff") format("woff"), url("../assets/fonts/DINNextLTPro-Medium.html#DINNextLTPro-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Next LT Pro';
  src: url("../assets/fonts/DINNextLTPro-Regular.eot");
  src: url("../assets/fonts/DINNextLTPro-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/DINNextLTPro-Regular.woff2") format("woff2"), url("../assets/fonts/DINNextLTPro-Regular.woff") format("woff"), url("../assets/fonts/DINNextLTPro-Regular.svg#DINNextLTPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Next LT Pro';
  src: url("../assets/fonts/DINNextLTPro-Light.eot");
  src: url("../assets/fonts/DINNextLTPro-Lightd41d.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/DINNextLTPro-Light.woff2") format("woff2"), url("../assets/fonts/DINNextLTPro-Light.woff") format("woff"), url("../assets/fonts/DINNextLTPro-Light.svg#DINNextLTPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'fontello';
  src: url("../assets/fontello/font/fontello.eot");
  src: url("../assets/fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("../assets/fontello/font/fontello.woff2") format("woff2"), url("../assets/fontello/font/fontello.woff") format("woff"), url("../assets/fontello/font/fontello.ttf") format("truetype"), url("../assets/fontello/font/fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
	font-family: 'fontello';
	src: url('../font/fontello.svg?13559335#fontello') format('svg');
}
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

h1,
blockquote,
blockquote p,
section h1,
article h1,
h2,
.half-half-team-member .half-half-team-member-name,
.publications .publication-type,
section section h1,
article section h1,
section article h1,
article article h1,
section h2,
article h2,
h3,
.block-cta .bg,
.half-half-team-member .half-half-team-member-role,
section section section h1,
article section section h1,
section article section h1,
article article section h1,
section section article h1,
article section article h1,
section article article h1,
article article article h1,
section section h2,
article section h2,
section article h2,
article article h2,
section h3,
article h3,
[class^=button] {
  font-family: "DIN Next LT Pro", sans-serif;
  font-weight: 700;
  line-height: 1.33333;
  margin: 0 0 0.1em 0;
  letter-spacing: 0;
}

h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 1em 0;
  letter-spacing: 1.2px;
  font-size: 2.25rem;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 2.25rem;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.35rem;
  }
}

blockquote,
blockquote p,
/*section h1,*/
article h1,
h2,
.half-half-team-member .half-half-team-member-name,
.publications .publication-type {
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: none;
  margin: 0 0 0.5em 0;
  font-size: 1.875rem;
  /*font-size: 1.5em;*/
}

section .home-banner h1 {
  font-size: 3.6rem;
}

.py-6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.maxw-800 {
  max-width: 800px;
}

.inverted-color blockquote,
.inverted-color blockquote p,
blockquote .inverted-color p,
.inverted-color section h1,
section .inverted-color h1,
.inverted-color article h1,
article .inverted-color h1,
.inverted-color h2,
.inverted-color .half-half-team-member .half-half-team-member-name,
.half-half-team-member .inverted-color .half-half-team-member-name,
.inverted-color .publications .publication-type,
.publications .inverted-color .publication-type {
  color: #fff;
}

@media (max-width: 1199px) {

  blockquote,
  blockquote p,
  section h1,
  article h1,
  h2,
  .half-half-team-member .half-half-team-member-name,
  .publications .publication-type {
    font-size: 1.5rem;
  }
}

@media (max-width: 991px) {

  blockquote,
  blockquote p,
  section h1,
  article h1,
  h2,
  .half-half-team-member .half-half-team-member-name,
  .publications .publication-type {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {

  blockquote,
  blockquote p,
  section h1,
  article h1,
  h2,
  .half-half-team-member .half-half-team-member-name,
  .publications .publication-type {
    font-size: 1.3125rem;
  }
}

section section h1,
article section h1,
section article h1,
article article h1,
section h2,
article h2,
h3,
.block-cta .bg,
.half-half-team-member .half-half-team-member-role {
  line-height: 1.66667;
  margin: 0 0 0.8em 0;
  font-size: 1.625rem;
}

@media (max-width: 1199px) {

  section section h1,
  article section h1,
  section article h1,
  article article h1,
  section h2,
  article h2,
  h3,
  .block-cta .bg,
  .half-half-team-member .half-half-team-member-role {
    font-size: 1.3rem;
  }
}

@media (max-width: 991px) {

  section section h1,
  article section h1,
  section article h1,
  article article h1,
  section h2,
  article h2,
  h3,
  .block-cta .bg,
  .half-half-team-member .half-half-team-member-role {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {

  section section h1,
  article section h1,
  section article h1,
  article article h1,
  section h2,
  article h2,
  h3,
  .block-cta .bg,
  .half-half-team-member .half-half-team-member-role {
    font-size: 1.1375rem;
  }
}

section section section h1,
article section section h1,
section article section h1,
article article section h1,
section section article h1,
article section article h1,
section article article h1,
article article article h1,
section section h2,
article section h2,
section article h2,
article article h2,
section h3,
article h3 {
  line-height: 1.875;
  margin: 0 0 0.8em 0;
  font-size: 1rem;
}

@media (max-width: 1199px) {

  section section section h1,
  article section section h1,
  section article section h1,
  article article section h1,
  section section article h1,
  article section article h1,
  section article article h1,
  article article article h1,
  section section h2,
  article section h2,
  section article h2,
  article article h2,
  section h3,
  article h3 {
    font-size: 0.8rem;
  }
}

@media (max-width: 991px) {

  section section section h1,
  article section section h1,
  section article section h1,
  article article section h1,
  section section article h1,
  article section article h1,
  section article article h1,
  article article article h1,
  section section h2,
  article section h2,
  section article h2,
  article article h2,
  section h3,
  article h3 {
    font-size: 0.8rem;
  }
}

@media (max-width: 767px) {

  section section section h1,
  article section section h1,
  section article section h1,
  article article section h1,
  section section article h1,
  article section article h1,
  section article article h1,
  article article article h1,
  section section h2,
  article section h2,
  section article h2,
  article article h2,
  section h3,
  article h3 {
    font-size: 0.8rem;
  }
}

body,
p {
  font-family: "DIN Next LT Pro", sans-serif;
  font-weight: 300;
  line-height: 1.8;
  font-size: 1rem;
}

@media (max-width: 1199px) {

  body,
  p {
    font-size: 1rem;
  }
}

@media (max-width: 991px) {

  body,
  p {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {

  body,
  p {
    font-size: 1rem;
  }
}

blockquote,
blockquote p {
  font-weight: 300;
  line-height: 1.5;
  font-size: 1.375rem;
}

@media (max-width: 1199px) {

  blockquote,
  blockquote p {
    font-size: 1.25rem;
  }
}

@media (max-width: 991px) {

  blockquote,
  blockquote p {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {

  blockquote,
  blockquote p {
    font-size: 1rem;
  }
}

ul {
  padding: 0;
  list-style: none;
}

ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}

ul li:before {
  position: absolute;
  top: calc(1/2 * 1.4em);
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: ' ';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #34CEF4;
}

ul li ul {
  margin-top: 15px;
}

ul li ul li {
  margin-bottom: 15px;
}

ul li ul li:before {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid #34CEF4;
}

* {
  -webkit-font-smoothing: antialiased;
}

body {
  line-height: 1.4;
  color: #000;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0;
}

p.small {
  font-size: 0.875rem;
}

.inverted-color {
  color: #fff;
}

a:not([class]) {
  color: #34CEF4;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

a:not([class]):hover {
  text-decoration: none;
  color: #c5f1fc;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

[class^=button] {
  display: inline-block;
  margin-top: 25px;
  outline: none;
  border: none;
  text-decoration: none;
  padding: 20px 40px 18px;
  background: #1e2b5b;
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 100%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1.5px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

:hover[class^=button],
:focus[class^=button],
:active[class^=button] {
  color: #fff;
  text-decoration: none;
  background: #111935;
}

@media (max-width: 767px) {
  [class^=button] {
    min-width: 0;
    padding: 20px 20px;
    font-size: 0.75rem;
  }
}

[class^=button][class*=-inline] {
  padding: 0;
  background-color: transparent;
  color: #192A5E;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.6;
}

[class^=button][class*=-inline] i {
  font-size: 0.625rem;
  margin-left: 10px;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}

:hover[class^=button][class*=-inline],
:focus[class^=button][class*=-inline] {
  background-color: transparent;
  text-decoration: underline;
  text-underline-position: below;
}

:hover[class^=button][class*=-inline] i,
:focus[class^=button][class*=-inline] i {
  margin-left: 5px;
}

[class^=button][class*=-rounded] {
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  padding: 0;
  margin-top: 0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background 0.3s;
  transition: transform 0.3s, background 0.3s, -webkit-transform 0.3s;
}

[class*=-rounded][class^=button]:after {
  content: '\e800';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  position: absolute;
  top: 0;
  left: 0;
  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;
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 1.875rem;
}

:hover[class^=button][class*=-rounded] {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  background-color: #192A5E;
}

[class^=button][class*=-inverted] {
  color: #1e2b5b;
  background: #fff;
}

[class^=button][class*=-inverted]:hover,
[class^=button][class*=-inverted]:active {
  background: #e6e6e6;
}

[class^=button][class*=-inverted]:focus {
  outline: none;
}

form .field {
  position: relative;
  margin: 0 0 15px 0;
}

form .field label {
  position: absolute;
  margin: 0;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

form .field select,
form .field textarea,
form .field input[type=text],
form .field input[type=tel],
form .field input[type=email],
form .field input[type=password],
form .field input[type=number] {
  position: relative;
  padding: 0 20px;
  background: #67cdf0;
  color: #fff;
  font-size: 16px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  outline: none;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0px;
  -webkit-appearance: none;
}

form .field select~label,
form .field textarea~label,
form .field input[type=text]~label,
form .field input[type=tel]~label,
form .field input[type=email]~label,
form .field input[type=password]~label,
form .field input[type=number]~label {
  cursor: text;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

form .field select~label .asterix,
form .field textarea~label .asterix,
form .field input[type=text]~label .asterix,
form .field input[type=tel]~label .asterix,
form .field input[type=email]~label .asterix,
form .field input[type=password]~label .asterix,
form .field input[type=number]~label .asterix {
  color: #34CEF4;
}

form .field select~label span,
form .field textarea~label span,
form .field input[type=text]~label span,
form .field input[type=tel]~label span,
form .field input[type=email]~label span,
form .field input[type=password]~label span,
form .field input[type=number]~label span {
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  opacity: 1;
}

form .field select~label:after,
form .field textarea~label:after,
form .field input[type=text]~label:after,
form .field input[type=tel]~label:after,
form .field input[type=email]~label:after,
form .field input[type=password]~label:after,
form .field input[type=number]~label:after {
  content: attr(data-placeholder);
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 8px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
}

form .field select~label.visible,
form .field textarea~label.visible,
form .field input[type=text]~label.visible,
form .field input[type=tel]~label.visible,
form .field input[type=email]~label.visible,
form .field input[type=password]~label.visible,
form .field input[type=number]~label.visible {
  pointer-events: none;
}

form .field select~label.visible span,
form .field textarea~label.visible span,
form .field input[type=text]~label.visible span,
form .field input[type=tel]~label.visible span,
form .field input[type=email]~label.visible span,
form .field input[type=password]~label.visible span,
form .field input[type=number]~label.visible span {
  opacity: 0;
  -webkit-transition: opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

form .field select~label.visible:after,
form .field textarea~label.visible:after,
form .field input[type=text]~label.visible:after,
form .field input[type=tel]~label.visible:after,
form .field input[type=email]~label.visible:after,
form .field input[type=password]~label.visible:after,
form .field input[type=number]~label.visible:after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

form .field select.error,
form .field textarea.error,
form .field input[type=text].error,
form .field input[type=tel].error,
form .field input[type=email].error,
form .field input[type=password].error,
form .field input[type=number].error {
  color: #c42137;
  border-color: #c42137;
}

form .field select.error~label,
form .field textarea.error~label,
form .field input[type=text].error~label,
form .field input[type=tel].error~label,
form .field input[type=email].error~label,
form .field input[type=password].error~label,
form .field input[type=number].error~label {
  color: #c42137;
}

form .field select~label {
  pointer-events: none;
}

form .field select~label span {
  opacity: 0;
  -webkit-transition: opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

form .field select~label:after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

form .field textarea {
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 145px;
  line-height: 20px;
  padding-top: 15px;
}

form .field textarea~label {
  padding-top: 5px;
  line-height: inherit;
  height: auto;
}

form .field.select:after {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 10px;
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

form .field input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

form .field input[type=checkbox]~label {
  cursor: pointer;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  padding-left: 50px;
}

form .field input[type=checkbox]~label:before {
  content: ' ';
  position: absolute;
  top: 8px;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

form .field input[type=checkbox]~label:after {
  display: none;
  content: 'L';
  position: absolute;
  top: 6px;
  left: 10px;
  font-size: 20px;
  color: #000;
  -webkit-transform: rotate(45deg) scale(-1, 1);
  transform: rotate(45deg) scale(-1, 1);
}

form .field input[type=checkbox]:checked~label:after {
  display: block;
}

html {
  font-size: 100%;
}

body {
  background: #fff;
}

body main {
  /*max-width: 1920px;*/
  margin: 0 auto;
}

body.opened {
  overflow: hidden;
}


.big-wrap {
  width: 100%;
  /*max-width: 1600px;*/
  margin: 0 auto;
}

.overlay {
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  will-change: opacity;
  -webkit-transition: visibility 0s linear 0.6s, opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: visibility 0s linear 0.6s, opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.opened .overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: visibility 0s linear 0s, opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

ol {
  padding-left: 50px;
  position: relative;
  list-style: none;
  counter-reset: ol 0;
}

ol>li:before {
  position: absolute;
  left: 0;
  content: counter(ol) ".";
  counter-increment: ol;
}

ol li {
  margin-bottom: 20px;
}

.main-menu {
  position: absolute;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  height: 60px;
  margin-top: 20px;
}

.main-menu:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 1.5px;
  background-color: rgba(255, 255, 255, 0.3);
}

.main-menu .logo {
  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;
  padding-bottom: 20px;
  width: 280px;
}

.main-menu .logo svg {
  max-width: 100%;
}

@media (max-width: 767px) {
  .main-menu .logo {
    width: 150px;
  }
}

.main-menu .btn-menu {
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  width: 30px;
  height: 24px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-menu .btn-menu span,
.main-menu .btn-menu:after,
.main-menu .btn-menu:before {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #fff;
}

.main-menu .btn-menu:after,
.main-menu .btn-menu:before {
  content: '';
}

.main-menu .btn-close-button {
  padding: 20px;
  background: #34CEF4;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2.6px;
  text-align: right;
  cursor: pointer;
}

.main-menu .top-menu {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

@media (max-width: 991px) {
  .main-menu .top-menu {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 320px;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .main-menu .top-menu.opened {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .main-menu .top-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-menu .top-menu ul li a {
    padding: 20px;
    width: 100%;
    color: #000;
  }
}

.main-menu ul {
  position: relative;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.main-menu ul li {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.main-menu ul li:before {
  content: none;
}

.main-menu ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2.6px;
}

.main-menu ul li a:after {
  content: '';
  position: absolute;
  bottom: -1.5px;
  left: 15px;
  width: calc(100% - 30px);
  height: 4px;
  background-color: #34CEF4;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.main-menu ul li:last-of-type a {
  padding-right: 0;
}

.main-menu ul li.open a:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media (max-width: 1199px) {
  .main-menu ul li a {
    padding: 0 10px 20px;
  }
}

@media (max-width: 767px) {
  .main-menu {
    padding: 0 15px;
  }
}

.footer {
  background: #181818;
  color: #fff;
}

.footer .section-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 15px;
}

@media (max-width: 575px) {
  .footer .section-wrapper {
    padding: 20px;
  }
}

.footer .peripharm-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}

.footer .peripharm-info [class^=icon] {
  font-size: 32px;
  color: #67cdf0;
  margin-right: 20px;
  text-decoration: none;
}

.footer .peripharm-info [class^=icon]:before {
  margin: 0;
  width: auto;
}

@media (max-width: 767px) {
  .footer .peripharm-info {
    padding-bottom: 30px;
  }

  .footer .peripharm-info:last-of-type {
    padding-bottom: 0;
  }
}

.footer .legal {
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}

.footer .terms {
  width: 100%;
}

.footer .terms .link_ctn {
  text-align: center;
  margin: 0 auto;
}

.footer a {
  color: #67cdf0;
  font-weight: 300;
}

.hero-banner {
  background-position: center center;
  background-size: cover;
  color: #192A5E;
}

.inverted-color.hero-banner {
  color: #fff;
}

.hero-banner .container,
.hero-banner .row {
  height: 100%;
}

.hero-banner .row {
  padding-top: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 575px) {
  .hero-banner .row {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

.hero-banner .content h1,
.hero-banner .content h2,
.hero-banner .content h3 {
  margin: 0;
}

.hero-banner .content .date {
  font-weight: 600;
}

.hero-banner .content img {
  width: 98px;
  fill: #fff;
}

@media (max-width: 767px) {
  .hero-banner .content {
    padding: 0 100px;
  }
}

@media (max-width: 575px) {
  .hero-banner .content {
    padding: 0 30px;
  }
}

.hero-banner.hasVideo {
  position: relative;
  height: 74vh;
}

@media all and (min-width: 1920px) {
  .hero-banner.hasVideo {
    overflow: hidden;
  }
}

.hero-banner.hasVideo .row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.hero-banner.hasVideo video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center;';
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 1199px) {
  .hero-banner.hasVideo {
    height: 60vh;
  }
}

@media (max-width: 991px) {
  .hero-banner.hasVideo {
    height: 40vh;
  }
}

@media (max-width: 767px) {
  .hero-banner.hasVideo {
    height: 400px;
  }

  .hero-banner.hasVideo .content {
    padding: 0 100px 0 15px;
  }
}

@media (max-width: 575px) {
  .hero-banner.hasVideo {
    height: 300px;
  }
}

.header {
  color: #000;
}

.header .row {
  height: 1px;
  min-height: 350px;
}

@media (max-width: 1199px) {
  .header .row {
    min-height: 300px;
  }
}

@media (max-width: 991px) {
  .header .row {
    min-height: 250px;
  }
}

.half-n-half {
  margin: 60px 0;
}

.half-n-half .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.half-n-half .row.hasbg {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.half-n-half .row.hasbg .right-side .inner-block {
  /* background-color: #f7f7f7; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.half-n-half .right-side,
.half-n-half .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.half-n-half .right-side [class^=button],
.half-n-half .left-side [class^=button] {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.half-n-half .right-side {
  padding-left: 0px;
}

.half-n-half .right-side .inner-block {
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.half-n-half .right-side .inner-block img {
  width: 100%;
}

@media (max-width: 991px) {
  .half-n-half .right-side {
    padding-left: 15px;
  }
}

.half-n-half .left-side {
  padding-right: 0px;
}

.half-n-half .left-side .inner-block {
  padding-right: calc(1/12 * 100% + 15px);
}

.half-n-half .left-side .inner-block.hasbg {
  padding: 60px;
}

@media (max-width: 991px) {
  .half-n-half .left-side .inner-block {
    padding: 30px;
    background-color: #F4F4F4;
  }
}

@media (max-width: 767px) {
  .half-n-half .left-side .inner-block {
    padding: 50px 30px;
  }

  .half-n-half .left-side .inner-block.hasbg {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .half-n-half .left-side .inner-block {
    padding: 20px 15px;
  }

  .half-n-half .left-side .inner-block.hasbg {
    padding: 40px 15px;
  }
}

@media (max-width: 991px) {
  .half-n-half .left-side {
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .half-n-half .inverted-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 575px) {
  .half-n-half {
    margin: 40px 0;
  }
}

.half-n-half-blockquote .bg {
  position: absolute;
  top: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc((1140px * 10 / 12 - 15px) + ((100vw - 1140px) / 2));
  margin-left: calc(((12 - 10) / 12 * 1140px - 15px));
  height: 100%;
  background-color: #F4F4F4;
  pointer-events: none;
  z-index: -2;
}

@media (max-width: 1199px) {
  .half-n-half-blockquote .bg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc((960px * 10 / 12 - 15px) + ((100vw - 960px) / 2));
    margin-left: calc(((12 - 10) / 12 * 960px - 15px));
  }
}

@media (max-width: 991px) {
  .half-n-half-blockquote .bg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc((720px * 10 / 12 - 15px) + ((100vw - 720px) / 2));
    margin-left: calc(((12 - 10) / 12 * 720px - 15px));
  }
}

@media (max-width: 767px) {
  .half-n-half-blockquote .bg {
    display: none;
  }
}

.half-n-half-blockquote .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .half-n-half-blockquote .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.half-n-half-blockquote .content {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .half-n-half-blockquote .content {
    padding: 50px 15px;
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .half-n-half-blockquote .content {
    background-color: #F4F4F4;
    padding: 50px 15px;
    margin: 0 15px;
  }
}

@media (max-width: 575px) {
  .half-n-half-blockquote .content {
    padding: 20px 15px;
    margin: 0 15px;
  }
}

.half-n-half-blockquote .blockquote blockquote {
  display: block;
  padding: 50px 40px;
  text-align: center;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .half-n-half-blockquote .blockquote blockquote {
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .half-n-half-blockquote .blockquote blockquote {
    margin-top: 0px;
  }
}

@media (max-width: 575px) {
  .half-n-half-blockquote .blockquote blockquote {
    padding: 30px 15px;
  }
}

@media (max-width: 991px) {
  .half-n-half-blockquote .inverted-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 575px) {
  .half-n-half-blockquote {
    margin: 40px 0;
  }
}

.full-width {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.full-width .block {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  .full-width .block {
    padding: 50px 15px;
  }
}

@media (max-width: 575px) {
  .full-width .block {
    padding: 40px 15px;
  }
}

.full-width blockquote {
  margin: 0;
}

@media (max-width: 767px) {
  .full-width {
    margin: 40px 15px;
  }
}

@media (max-width: 575px) {
  .full-width h1 {
    margin-bottom: 20px;
  }

  .full-width p {
    line-height: 1.5;
  }

  .full-width [class^=button] {
    margin-top: 20px;
  }
}

.banner-text:not(.page-slider) {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 60px;
  color: #fff;
  font-weight: 900;
  width: 100%;
}

.banner-text.page-slider {
  height: 175px;
  top: 0;
  font-size: 40px;
  color: #fff;
  font-weight: 900;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  justify-content: center;
  padding-bottom: 15px;
  height: auto !important;
  align-items: flex-end !important;
}

.banner-text.page-slider h1 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #ffffff;
  /* color: #192A5E; */
  text-align: center;
  font-size: 2.6rem;
  margin: auto;
}

.banner-icon {
  height: auto;
  display: block;
  width: 98px;
  fill: #fff;
}

.nav-pills .nav-link {
  color: #192A5E;
  background-color: #fff;
  border: solid #F4F4F4;
  border-width: 2.5px 5px;
  width: 100%;
  text-align: left;
  padding: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, border 0.3s;
  border-radius: 0; /* retire les coins arrondis par défaut */
}

.nav-pills .nav-link:hover {
  background-color: #192A5E;
  color: #fff;
}

.nav-pills .nav-link.active {
  background-color: #192A5E !important;
  color: #fff;
  border-color: #192A5E;
}

.nav-pills {
  list-style: none;
  padding: 0;
}

ul.nav-pills li:before {
  display: none;
}

.nav-pills i {
  font-size: 20px;
  margin-right: 20px;
  vertical-align: middle;
}

.text-black {
  --bs-text-opacity: 1;
  color: (#f8f8f8, var(--bs-text-opacity));
}



.main-slider h2 {
  font-size: 60px;
  color: #fff;
  font-weight: 900
}

.main-slider a {
  position: absolute;
  top: 200px;
  left: 10%;
}

.main-slider a.slider_boutton {
  background: #20345e;
  color: #fff;
  padding: 10px 50px;
  font-size: 24px
}

.main-slider a.slider_boutton:hover {
  color: #20345e;
  background: #fff;
}




.home_slider .slick-next {
  right: 25px;
  z-index: 999
}

.home_slider .slick-prev {
  left: 25px;
  z-index: 999
}

.home_slider img {
  width: 100%
}

.home_slider .slider_1 h2 {
  position: absolute;
  top: 90px;
  left: 10%;
  font-size: 60px;
  color: #fff;
  font-weight: 900
}

.home_slider .slider_1 a {
  position: absolute;
  top: 200px;
  left: 10%;
}

.home_slider .slider_2 h3 {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 64px;
  color: #2a395f;
  font-weight: 900;
  text-align: center
}

.home_slider .slider_2 a {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.home_slider .slider_3 h3 {
  position: absolute;
  bottom: 200px;
  left: 10%;
  font-size: 60px;
  color: #fff;
  font-weight: 900
}

.home_slider a.slider3_boutton1 {
  position: absolute;
  bottom: 130px;
  left: 10%;
  white-space: nowrap
}

.home_slider a.slider3_boutton2 {
  position: absolute;
  bottom: 130px;
  right: 10%;
  white-space: nowrap
}

.home_slider a.slider_boutton {
  background: #20345e;
  color: #fff;
  padding: 10px 50px;
  font-size: 24px
}

.home_slider a.slider_boutton:hover {
  color: #20345e;
  background: #fff;
}

.ligne {
  width: 100%;
  clear: both;
  margin-bottom: 5px
}

.ligne:after {
  content: "";
  display: table;
  clear: both;
}


.full-width {
  overflow: hidden;
}

.bg-overlay {
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.7;
  /* facultatif si tu veux l'effet "bleuté" */
}

.container,
.row,
.col-lg-8 {
  position: relative;
  z-index: 1;
}


@media only screen and (max-width: 567px) {

  .main-slider h2 {
    position: absolute;
    top: 10px;
    left: 5%;
    font-size: 30px;
    color: #fff;
    font-weight: 900;
  }

  .main-slider a.slider_boutton {
    background: #20345e;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    bottom: 20px;
    top: auto;
    left: 5%;
  }

  .slick-initialized .slick-slide {
    margin: 0
  }

  .home_slider .slider_1 a {
    bottom: 20px;
    top: auto
  }

}

/**** CSS des plugings ****/

.rowinverted-mobile {
  display: flex;
}

/* SlickNav Responsive Mobile Menu v1.0.3*/

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

.slicknav_btn,
.slicknav_nav .slicknav_item {
  cursor: pointer
}

.slicknav_menu,
.slicknav_menu * {
  box-sizing: border-box
}

.slicknav_nav,
.slicknav_nav ul {
  padding: 0;
  list-style: none;
  overflow: hidden
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: .438em .625em;
  line-height: 1.125em
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
  margin-top: .188em
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 3px #000
}

.slicknav_menu .slicknav_icon {
  float: left;
  margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_no-text {
  margin: 0
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: .125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
}

.slicknav_menu:after {
  clear: both
}

.slicknav_nav li,
.slicknav_nav ul {
  display: block
}

.slicknav_nav .slicknav_arrow {
  font-size: .8em;
  margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item a {
  display: inline
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  display: block
}

.slicknav_nav .slicknav_parent-link a {
  display: inline
}

.slicknav_menu {

  font-size: 16px;
  background: #4c4c4c;
  padding: 5px
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222
}

.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  font-size: .875em
}

.slicknav_nav ul {
  margin: 0 0 0 20px
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px
}

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff
}

.slicknav_nav a {
  text-decoration: none;
  color: #fff
}

.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0
}

.slicknav_brand {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px
}



.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  /*height: 100%;*/
  min-height: 1px;
}

[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;
}


.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat
}

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

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #20345e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -20px;
  z-index: 999
}

[dir='rtl'] .slick-prev {
  right: -20px;
  left: auto
}

.slick-prev:before {
  content: '←'
}

[dir='rtl'] .slick-prev:before {
  content: '→'
}

.slick-next {
  right: -20px
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -20px
}

.slick-next:before {
  content: '→'
}

[dir='rtl'] .slick-next:before {
  content: '←'
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}




.block-ctas {
  margin-top: 30px;
}

.block-cta {
  margin-bottom: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.block-cta .bg {
  position: relative;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: block;
  max-width: 100%;
  border: 1px solid #34CEF4;
  margin: 0;
  padding: 60px 60px 140px 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #fff;
  background: #34CEF4;
}

.block-cta .bg .plus {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 50px;
  height: 50px;
  background: #192A5E;
  border-radius: 100%;
}

.block-cta .bg .plus:after,
.block-cta .bg .plus:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background: #fff;
}

.block-cta .bg .plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.block-cta .bg:hover,
.block-cta .bg:active,
.block-cta .bg:focus {
  text-decoration: none;
  color: #34CEF4;
  background: #fff;
}

.half-half-team-member {
  margin: 60px 0;
}

.half-half-team-member .row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.half-half-team-member .row.reverse .half-half-team-member-details {
  margin-right: calc(-2 / 12 * 100%);
  padding-right: calc(3 / 12 * 100% + 15px);
  margin-left: 0;
  padding-left: calc(1 / 12 * 100% + 15px);
}

@media (max-width: 767px) {
  .half-half-team-member .row.reverse .half-half-team-member-details {
    margin-right: 0;
    padding: 30px 15px;
    margin-top: 0px;
  }
}

@media (max-width: 575px) {
  .half-half-team-member .row.reverse .half-half-team-member-details {
    padding: 20px 15px;
  }
}

.half-half-team-member .half-half-team-member-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* background-color: #f7f7f7; */
  margin-left: calc(-2 / 12 * 100%);
  /* margin-top: 90px; */
  padding: 100px calc(1 / 12 * 100% + 15px) 100px calc(3 / 12 * 100% + 15px);
}

.half-half-team-member .half-half-team-member-details:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .half-half-team-member .half-half-team-member-details {
    padding-left: calc(2 / 12 * 100% + 15px);
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .half-half-team-member .half-half-team-member-details {
    margin-left: 0;
    padding: 30px 15px;
    margin-top: 0px;
  }
}

@media (max-width: 575px) {
  .half-half-team-member .half-half-team-member-details {
    padding: 20px 15px;
  }
}

.half-half-team-member .half-half-team-member-details .half-half-team-member-phone {
  margin-top: 15px;
}

.half-half-team-member .half-half-team-member-details .half-half-team-member-phone a {
  font-weight: 400;
}

.half-half-team-member .team-member-details {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media all and (max-width: 991px) {
  .half-half-team-member .team-member-details {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.half-half-team-member .half-half-team-member-name {
  margin-bottom: 0;
}

.half-half-team-member .half-half-team-member-role {
  font-weight: 300;
  margin-bottom: 20px;
}

@media all and (max-width: 991px) {
  .half-half-team-member .half-half-team-member-role {
    margin-bottom: 15px;
  }
}

.half-half-team-member .icons i {
  color: #000;
  font-size: 1.875rem;
}

.half-half-team-member .photo-wrapper {
  /* position: relative;
  z-index: 2; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.half-half-team-member .photo-wrapper img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
}

@media (max-width: 767px) {
  .half-half-team-member .photo-wrapper img {
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .half-half-team-member {
    margin: 40px 0;
  }
}

.text-block {
  margin: 60px 0;
}

.text-block .text-block-content {
  background-color: #F4F4F4;
  padding: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  .text-block .text-block-content {
    padding: 30px 15px;
  }
}

@media (max-width: 575px) {
  .text-block .text-block-content {
    padding: 30px 15px;
  }
}

@media (max-width: 767px) {
  .text-block {
    margin: 40px 0;
  }
}

.tabs {
  margin: 60px 0;
}

.tabs .nav button {
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: solid #F4F4F4;
  border-width: 2.5px 5px;
  background: #fff;
  padding: 20px;
  font-weight: 600;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s;
}

.tabs .nav button:focus {
  outline: none;
}

.tabs .nav button:first-of-type {
  border-top-width: 5px;
}

.tabs .nav button:last-of-type {
  border-bottom-width: 5px;
}

.tabs .nav button.active {
  color: #fff;
  background-color: #192A5E;
  border-color: #192A5E;
}

.tabs .nav button.active:hover {
  color: #fff;
  background-color: #192A5E;
  border-color: #192A5E;
}

.tabs .nav button:hover {
  background: #F4F4F4;
}

@media (max-width: 767px) {
  .tabs .nav {
    display: none;
  }
}

.tabs .content {
  min-height: 300px;
  overflow: hidden;
}

.tabs .content .text {
  position: absolute;
  opacity: 0;
}

@media (max-width: 767px) {
  .tabs .content .text {
    position: relative;
    opacity: 1;
    border: solid #F4F4F4;
    border-width: 2.5px 5px;
  }

  .tabs .content .text:first-of-type {
    border-top-width: 5px;
  }

  .tabs .content .text:last-of-type {
    border-bottom-width: 5px;
  }

  .tabs .content .text .collapse-title {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: normal;
    padding-bottom: 0;
    padding: 15px;
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s;
  }

  .tabs .content .text .collapse-title.open {
    background: #192A5E;
    color: #fff;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .tabs .content .text .collapse-title.open~.collapse-details {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .tabs .content .text .collapse-details {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .tabs .content {
    min-height: auto;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .tabs {
    margin: 40px 0;
  }
}

.include-newsletter {
  background-color: #192A5E;
  color: #fff;
  padding: 20px 0 25px 0;
}

.info-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-newsletter p {
  line-height: 1.3;
}

.form-newsletter .message {
  height: 0;
  overflow: hidden;
}

.form-newsletter form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.form-newsletter form label {
  display: none;
}

.form-newsletter form input[type=email] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 10px 15px;
  background-color: transparent;
  outline: none;
  border: 1px solid #fff;
  border-color: #fff;
  color: #fff;
  font-weight: 0.875rem;
  font-family: "DIN Next LT Pro", sans-serif;
}

.form-newsletter form input[type=email]:focus {
  outline: none;
}

.form-newsletter form input[type=email]::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.6);
}

.form-newsletter form input[type=email]::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.6);
}

.form-newsletter form input[type=email]:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.6);
}

.form-newsletter form input[type=email]::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.6);
}

.form-newsletter form input[type=email]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.6);
}

.form-newsletter form input[type=email]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-newsletter form input[type=email]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-newsletter form button[type=submit] {
  margin-top: 0;
  margin-left: -2px;
  border-left: 1px solid #fff;
  cursor: pointer;
}

.form-newsletter form button[type=submit]:focus {
  outline: none;
}

@media (max-width: 991px) {
  .form-newsletter form {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .form-newsletter form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-newsletter form button[type=submit] {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .form-newsletter form button[type=submit] {
    padding: 10px 15px;
    line-height: 1.8;
    margin-top: 10px;
  }
}

.team {
  margin: 60px 0;
}

.team .team-member {
  position: relative;
  overflow: hidden;
}

.team .team-member:before {
  content: '';
  position: relative;
  display: block;
  padding-top: 100%;
}

.team .team-member img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.team .team-member .infos {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 206, 244, 0.3)), to(#34cef4));
  background: linear-gradient(180deg, rgba(52, 206, 244, 0.3), #34cef4);
}

@media (max-width: 1199px) {
  .team .team-member .infos {
    padding: 20px;
  }
}

.team .team-member .infos .name {
  font-weight: 400;
  font-size: 20px;
}

.team .team-member .infos .title {
  font-size: 1rem;
}

.team .team-member .infos a {
  color: #fff;
  text-decoration: none;
}

.team .team-member .infos .linkedin {
  font-size: 20px;
}

.team .team-member .infos .phone a,
.team .team-member .infos .phone a:hover {
  font-weight: 400;
  text-decoration: none;
}

.team .team-member .infos .name,
.team .team-member .infos .title,
.team .team-member .infos .phone,
.team .team-member .infos .icons {
  max-width: 100%;
}

.team .team-member .plus {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgba(52, 206, 244, 0.25);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.team .team-member .plus:after,
.team .team-member .plus:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.team .team-member .plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.team .team-member:hover .infos {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.team .team-member:hover .plus {
  opacity: 0;
}


@media (max-width: 767px) {
  .team {
    margin: 40px 15px;
  }
}

.contact-block {
  position: relative;
  height: 70vh;
  overflow: hidden;
  background: #F4F4F4;
}



.contact-block .map-ctn {
  position: absolute;
  width: calc(6 / 12 * 100% - 15px);
  height: 100%;
}

.contact-block .map-ctn:after {
  content: '';
  position: relative;
  display: block;
  padding-top: 100%;
}

@media (max-width: 991px) {
  .contact-block .map-ctn {
    position: relative;
    width: 100%;
    height: 50vh;
  }
}

.contact-block #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.contact-block .address-container {
  height: 100%;
}

.contact-block .address-container .row {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-block .address p {
  line-height: 1.3;
}

@media (max-width: 991px) {
  .contact-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
  }

  .contact-block .address {
    padding: 60px 0;
  }

  .addressNoPaddingMobile{
    padding: 0px!important;
  }
}

@media (max-width: 767px) {
  .contact-block {
    margin: 40px 15px;
    background: none;
  }

  .contact-block .address-container {
    margin-bottom: 40px;
    background: #F4F4F4;
  }

  .contact-block .address {
    padding: 30px 15px;
  }

  .addressNoPaddingMobile{
    padding: 0px!important;
  }
}

.title{
  text-decoration: none;
}

.news-block {
  margin: 60px 0;
}

.news-block .news {
  padding-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #F4F4F4;
}

.news-block .news:first-of-type {
  margin-top: 0;
}

.news-block .news [class^=col] {
  padding: 0 15px;
}

.news-block .news .date {
  margin-bottom: 20px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .news-block .news .date {
    margin-bottom: 0px;
    font-size: 0.875rem;
  }
}

.news-block .news .title {
  display: inline-block;
  line-height: 1.2;
  font-size: 1.625rem;
  margin-bottom: 20px;
  color: #000;
  font-size: 1.625rem;
}

.news-block .news .title:hover,
.news-block .news .title:focus {
  color: #000;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .news-block .news .title {
    font-size: 1.3rem;
  }
}

@media (max-width: 991px) {
  .news-block .news .title {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .news-block .news .title {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .news-block .news .title {
    font-weight: 400;
  }
}

.news-block .news p {
  line-height: 1.4;
}

@media (max-width: 767px) {
  .news-block .news {
    padding-bottom: 30px;
  }

  .news-block .news .know-more {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .news-block {
    margin: 30px 0;
  }
}

.publications {
  margin: 60px 0;
}

.publications .publications-type-wrapper {
  margin-bottom: 60px;
}

.publications .publications-type-wrapper .publication-wrapper {
  border-bottom: 2px solid #f7f7f7;
}


.publications h2 .accordion-button {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: normal;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #000;
  background-color: #fff;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #34cef4 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #34cef43f !important;
}


@media (max-width: 767px) {
  .publications .publications-type-wrapper .publication-title {
    margin: 0;
  }
}

.publications .publication-type {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

@media (max-width: 767px) {
  .publications .publication-type {
    margin: 0 15px 15px 15px;
  }
}

.publications .publication-category-control {
  position: relative;
  padding: 24px 0 20px 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: normal;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.publications .publication-category-control:after {
  content: '\e801';
  font: 1rem 'fontello', sans-serif;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: color 0.3s, -webkit-transform 0.3s ease;
  transition: color 0.3s, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, color 0.3s;
  transition: transform 0.3s ease, color 0.3s, -webkit-transform 0.3s ease;
}

.publications .publication-category-control:hover {
  cursor: pointer;
  color: #34CEF4;
}

.publications .publication-category-control:hover:after {
  color: #34CEF4;
}


.publications .publication-category-control.open:after {
  -webkit-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}

.publications .publication-list {
  display: none;
  padding: 0 0 20px 0px;
}

.publications .publication {
  margin-bottom: 30px;
}

.publications .publication:last-child {
  margin-bottom: 0;
}

.publications .publication h1,
.publications .publication h2,
.publications .publication h3,
.publications .publication h4 {
  color: #1e2b5b;
  color: #1e2b5b;
  margin-bottom: 0px;
}

.publications .publication p {
  line-height: 28px;
}

.publications .read-more {
  margin-top: 10px;
}

.services {
  margin: 60px 0;
}

.services.reverse .service-block {
  text-align: left;
  border: 5px solid #F4F4F4;
}

.services.reverse .service-block .icon {
  margin: 0;
}

@media (max-width: 767px) {
  .services.reverse .service-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services.reverse .service-block .icon {
    margin-right: 20px;
  }

  .services.reverse .service-block .text {
    width: calc(100% - 85px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 85px);
    flex: 0 0 calc(100% - 85px);
    margin: 10px 0;
  }

  .services.reverse .service-block .text .desc ul {
    margin-bottom: 0;
  }

  .services.reverse .service-block [class^=button] {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .services.reverse .service-block [class^=button] {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.services:not([class*=reverse]) .link-overlay:hover~.text .desc {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

.services:not([class*=reverse]) .link-overlay:hover~.text .title {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.services:not([class*=reverse]) .link-overlay:hover~.icon {
  -webkit-transform: translate(0, -15px);
  transform: translate(0, -15px);
}

.services:not([class*=reverse]) .link-overlay:hover~.icon img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.services:not([class*=reverse]) .link-overlay:hover~[class^=button] {
  background-color: #192A5E;
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}

.services:not([class*=reverse]) .icon img {
  margin: 0 auto;
}

.services:not([class*=reverse]) .service-block {
  background-color: #F4F4F4;
  color: #192A5E;
}

.services:not([class*=reverse]) .service-block [class^=button] {
  background-color: #dbdbdb;
}

@media (max-width: 767px) {
  .services:not([class*=reverse]) .service-block [class^=button] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
  }

  .services:not([class*=reverse]) .service-block [class^=button]:after {
    width: 27px;
    height: 27px;
    font-size: 1.125rem;
  }
}

.services .link-overlay {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  left: 0;
}

.services .service-title {
  text-align: center;
  margin-bottom: 30px;
}

.services .service-title h1 {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .services .service-title {
    margin-bottom: 20px;
  }
}

.services .service-button {
  text-align: center;
}

.services .service-button [class^=button] {
  margin-top: 0;
}

@media (max-width: 767px) {
  .services .service-button [class^=button] {
    margin-top: 20px;
  }
}

.services .services-blocks [class^=col] {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .services .services-blocks [class^=col] {
    margin-bottom: 15px;
  }

  .services .services-blocks [class^=col]:last-of-type {
    margin-bottom: 0;
  }
}

.services .service-block {
  position: relative;
  padding: 30px;
  height: 100%;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.services .service-block .desc,
.services .service-block .title,
.services .service-block .icon {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.services .service-block .icon {
  margin: 0 auto;
  margin-bottom: 15px;
}

.services .service-block .icon img {
  display: block;
}

.services .service-block .desc li {
  margin-bottom: 10px;
}

.services .service-block h1 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}

.services .service-block .text {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .services .service-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px;
    text-align: left;
  }

  .services .service-block .icon {
    width: 98px;
    height: 98px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 98px;
    flex: 0 0 98px;
    margin: 0 20px 0 0;
  }

  .services .service-block .text {
    margin-bottom: 26px;
  }

  .services .service-block .text .title {
    font-size: 0.875rem;
  }

  .services .service-block .text .desc {
    font-size: 0.75rem;
  }
}

@media (max-width: 575px) {
  .services {
    margin: 40px 0;
  }
}

.news-content {
  margin-top: 0;
  margin-bottom: calc(60px * 2);
}

.news-content img {
  margin: 30px 0;
  max-width: 100%;
}

@media (max-width: 767px) {
  .news-content {
    margin: 0 0 40px 0;
  }
}

.title-container {
  text-align: center;
}

.back-container {
  margin: 60px 0;
}

.back-container .back a[class^=button] i {
  margin-left: 0;
  margin-right: 10px;
}

.back-container .back a[class^=button] i:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.back-container .back a[class^=button]:hover i {
  margin-left: 0;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .back-container {
    margin: 40px 0 40px 0;
  }
}

.button {
  margin: 25px;
}

.pdf-outerCtn {
  padding-bottom: 100px;
}

.pdf-outerCtn .pdf-container {
  width: 100%;
  height: 100%;
}

.pdf-outerCtn .pdf-container object,
.pdf-outerCtn .pdf-container iframe {
  min-height: 50vh;
  height: 100%;
  width: 100%;
}

.expendable .expendable-title {
  cursor: pointer;
}

.expendable .expendable-title i {
  font-size: 1.5625rem;
  position: absolute;
  right: 25px;
  line-height: 1;
}

.expendable .expendable-title i:before {
  width: auto;
  margin: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.expendable .expendable-title.open i:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .expendable {
    margin: 0px;
  }

  .expendable .expendable-content {
    height: 0;
    overflow: hidden;
  }
}


/* start contact page */
.contacth1 {
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: none;
  margin: 0 0 0.5em 0;
  font-size: 1.875rem;
}

.mt-desktop-70 {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .mt-desktop-70 {
    margin-top: 0;
  }
}

.containerNoZindez {
   z-index: 0!important;
}


/* Si l'écran est plus large que 1930px → width: 100% */
@media (min-width: 1931px) {
  .videowidth {
      width: 100%;
  }
}

/* Si l'écran est 1930px ou moins → on enlève le width */
@media (max-width: 1930px) {
  .videowidth {
      width: auto; /* ou supprime la règle selon ton besoin */
  }
}

.contact-block {
  min-height: 800px;
}


.echo img {
  width: 100%;
  max-width: 600px;
  height: 400px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

@media (max-width: 460px) {
  .echo img {
      height: 500px;
  }
}

@media (min-width: 769px) and (max-width: 990px) {
  .echo img {
      height: 300px;
  }
}


@media (min-width: 576px) and (max-width: 768px) {
  .echo img {
      height: 300px;
  }
}

@media (min-width: 474px) and (max-width: 574px) {
.echo img {
  height: 630px;
}
}
@media (min-width: 461px) and (max-width: 473px) {
.echo img {
  height: 630px;
}
}