@charset "UTF-8";
/*
Theme Name: Le thème Dev:Expanse v.1.0
Author: Jimmy Bathia
Author URI: https://codepen.io/JDoe/
Description: Theme Twelve Kings
*/
/*Init Normalize*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*Call bases Scss*/
body {
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-size: 1rem; }

.page {
  background-color: #F2FBFF; }

p {
  font-family: 'Nunito', sans-serif;
  margin: 0;
  color: #094073;
  line-height: 1.4; }

a {
  text-decoration: none;
  color: #094073; }
  a:focus {
    color: #094073; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

/*loading*/
#loading {
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle, #094073 0%, #061d4e 50%); }

#loading-image {
  z-index: 100;
  width: 200px;
  -webkit-animation: flash 2s infinite;
          animation: flash 2s infinite; }

@-webkit-keyframes flash {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes flash {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* HO NO ! NOT IE */
.ie {
  display: none;
  margin-top: 100px;
  margin-right: 90px;
  margin-left: 10px;
  border: 1px solid red;
  border-radius: 10px;
  padding: 20px; }

@media screen and (min-width: 0\0) {
  .ie {
    display: block; } }

/*vendors*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none; }

@media only screen and (min-width: 1050px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop'; } }

/* -------------------------------- 
  
  Main Components 
  
  -------------------------------- */
@media only screen and (min-width: 1050px) {
  body[data-hijacking="on"] {
    overflow: hidden; } }

[data-animation="parallax"] .cd-section > div, [data-animation="fixed"] .cd-section > div, [data-animation="opacity"] .cd-section > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

@media only screen and (min-width: 1050px) {
  [data-hijacking="on"] .cd-section {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  [data-hijacking="on"] .cd-section > div {
    visibility: visible; }
  [data-hijacking="off"] .cd-section > div {
    opacity: 0; }
  [data-animation="rotate"] .cd-section {
    /* enable a 3D-space for children elements */
    perspective: 1800px; }
  [data-hijacking="on"][data-animation="rotate"] .cd-section:not(:first-of-type) {
    perspective-origin: center 0; }
  [data-animation="scaleDown"] .cd-section > div, [data-animation="gallery"] .cd-section > div, [data-animation="catch"] .cd-section > div {
    box-shadow: 0 0 0 rgba(25, 30, 46, 0.4); }
  [data-animation="opacity"] .cd-section.visible > div {
    z-index: 1; } }

@media only screen and (min-width: 1050px) {
  .cd-section > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* Force Hardware Acceleration */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  [data-hijacking="on"] .cd-section > div {
    position: absolute; }
  [data-animation="rotate"] .cd-section > div {
    transform-origin: center bottom; } }

.cd-vertical-nav {
  /* lateral navigation */
  position: fixed;
  z-index: 1;
  right: 3%;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  display: none; }

.cd-vertical-nav a {
  display: block;
  height: 40px;
  width: 40px;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("img/cd-icon-arrow.svg") no-repeat center center; }

.cd-vertical-nav a.cd-prev {
  transform: rotate(180deg);
  margin-bottom: 10px; }

.cd-vertical-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s 0s, visibility 0s 0.2s; }

@media only screen and (min-width: 1050px) {
  .cd-vertical-nav {
    display: block; } }

/*Call custom Scss*/
.title {
  text-transform: uppercase;
  color: #094073; }

h1.title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 800; }
  @media only screen and (min-width: 1050px) {
    h1.title {
      font-size: 45px;
      font-size: 2.8125rem; } }

h2.title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 800; }
  @media only screen and (min-width: 1050px) {
    h2.title {
      font-size: 40px;
      font-size: 2.5rem; } }

h3.title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin: 30px 0; }
  @media only screen and (min-width: 1050px) {
    h3.title {
      font-size: 20px;
      font-size: 1.25rem; } }

.header {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 6;
  padding: 20px 0;
  transition: all 1s ease-out; }
  @media only screen and (min-width: 1050px) {
    .header {
      padding: 25px 0 20px 0; } }
  .header.header-scroll {
    background-color: #061D4E; }
  .header__logo {
    width: 100px;
    margin-left: 20px;
    z-index: 7; }
    .header__logo img {
      width: 100%;
      transition: all 1s ease-out; }
    @media only screen and (min-width: 768px) {
      .header__logo {
        width: 300px;
        margin-left: 40px; } }
  .header__menu {
    z-index: 7; }
    .header__menu--bg {
      position: fixed;
      z-index: 2;
      top: 0;
      right: 0; }
      .header__menu--bg img {
        width: 150px;
        height: 100px; }
        @media only screen and (min-width: 1050px) {
          .header__menu--bg img {
            width: 240px;
            height: 140px; } }

.svg_menu {
  fill: #fff; }
  .svg_menu #svg_menu_line_1, .svg_menu #svg_menu_line_2, .svg_menu #svg_menu_line_3 {
    transition: all 0.2s ease-out; }
  .svg_menu #svg_menu_line_2 {
    transform: translate(50%, 45%);
    width: 50%; }
  .svg_menu #svg_menu_line_3 {
    transform: translate(0, 90%); }

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 500ms ease;
  position: fixed;
  z-index: 6;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: radial-gradient(circle, #094073 0%, #061d4e 50%); }
  .nav[aria-expanded="false"] {
    transform: translate(-100%, 0);
    opacity: 0; }
  @media only screen and (min-width: 768px) {
    .nav {
      bottom: 0; } }
  .nav ul {
    overflow: auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding: 0; }
  .nav li {
    display: flex;
    justify-content: center;
    list-style-type: none;
    width: 100%;
    margin: 5px;
    height: 50px; }
    @media only screen and (min-width: 768px) {
      .nav li {
        margin: 20px; } }
    .nav li a {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 15px;
      font-size: 0.9375rem;
      text-transform: uppercase;
      color: #fff;
      transition: all 0.2s ease-out; }
      @media only screen and (min-width: 768px) {
        .nav li a {
          font-size: 35px;
          font-size: 2.1875rem; } }
      .nav li a:hover {
        font-size: 17px;
        font-size: 1.0625rem; }
        .nav li a:hover::before, .nav li a:hover::after {
          content: "";
          display: block;
          width: 5px;
          height: 2px;
          margin: 0 20px;
          background-color: #fff;
          transition: all 0.2s ease-out; }
        @media only screen and (min-width: 768px) {
          .nav li a:hover {
            font-size: 37px;
            font-size: 2.3125rem; } }
    .nav li.current_page_item > a::before, .nav li.current_page_item > a::after {
      content: "";
      display: block;
      width: 5px;
      height: 2px;
      margin: 0 20px;
      background-color: #fff;
      transition: all 0.2s ease-out; }

.btn {
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  border: 5px solid #094073;
  cursor: pointer;
  outline: none;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1); }
  @media only screen and (min-width: 1050px) {
    .btn {
      font-size: 25px;
      font-size: 1.5625rem;
      padding: 24px 32px; } }
  .btn--primary {
    margin: 20px 0; }
    @media only screen and (min-width: 1050px) {
      .btn--primary {
        margin: 50px 0; } }
    .btn--primary:after {
      content: '';
      position: absolute;
      transition: inherit;
      z-index: -1;
      top: -1px;
      width: 0;
      left: 0;
      height: 102%; }
    .btn--primary:hover {
      color: #fff;
      transition-delay: .5s; }
    .btn--primary:hover:after {
      background: #094073;
      transition-delay: .35s;
      width: 101%; }
  .btn--menu {
    width: 50px;
    height: 40px;
    color: white;
    padding: 10px;
    margin-right: 20px;
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease-out; }
    @media only screen and (min-width: 1050px) {
      .btn--menu {
        width: 70px;
        height: 55px;
        margin-right: 40px; } }
    .btn--menu #svg_menu_line_1, .btn--menu #svg_menu_line_3 {
      width: 100%; }
    .btn--menu:hover #svg_menu_line_2 {
      transform: translate(0, 45%);
      width: 100%; }
    .btn--menu:hover #svg_menu_line_3 {
      transform: translate(0, 90%); }
    .btn--menu.active {
      position: relative; }
      .btn--menu.active svg {
        position: absolute;
        top: 8px;
        left: 7px;
        transition: all 0.2s ease-out;
        transform: rotate(45deg); }
        @media only screen and (min-width: 1050px) {
          .btn--menu.active svg {
            top: 10px;
            left: 8px; } }
      .btn--menu.active #svg_menu_line_1 {
        transform: rotate(90deg) translate(0px, -55px);
        width: 100px; }
      .btn--menu.active #svg_menu_line_2 {
        transform: translate(0, 45%);
        width: 100px; }
      .btn--menu.active #svg_menu_line_3 {
        display: none; }

.cd-section {
  min-height: auto;
  position: relative; }
  @media only screen and (min-width: 1050px) {
    .cd-section {
      min-height: 100vh; } }
  .cd-section > div {
    min-height: auto;
    background-color: #F2FBFF; }
    @media only screen and (min-width: 1050px) {
      .cd-section > div {
        min-height: 100vh; } }

.section {
  padding: 20px; }
  @media only screen and (min-width: 1050px) {
    .section {
      padding: 0 40px; } }
  .section--content {
    padding-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .section--content {
        padding-top: 100px;
        padding-bottom: 100px; } }
  .section__media {
    display: flex;
    align-items: center;
    flex-wrap: wrap-reverse; }
    .section__media .bloc--left {
      margin-top: 40px; }
      @media only screen and (min-width: 1050px) {
        .section__media .bloc--left {
          margin-top: 0; } }
    @media only screen and (min-width: 1050px) {
      .section__media {
        min-height: 100vh;
        flex-wrap: initial; } }

.cd-section--inversion > div {
  background-image: linear-gradient(to right, #000721, #030f2c, #021537, #031942, #061d4e); }

.cd-section--inversion .title, .cd-section--inversion p, .cd-section--inversion a {
  color: #fff; }

.cd-section--inversion a {
  border-color: #fff; }

@media only screen and (max-width: 767px) {
  .cd-section--last .bloc--left {
    margin-top: 40px; } }

.footer {
  width: 100%;
  z-index: 5;
  padding: 20px 0;
  background: #fff;
  color: #094073;
  text-align: center; }
  @media only screen and (min-width: 1050px) {
    .footer {
      position: absolute;
      bottom: 0;
      padding: 40px 0; } }
  .footer > p, .footer > a {
    color: #094073;
    font-size: 12px;
    font-size: 0.75rem; }
  .footer img {
    width: 200px;
    margin-bottom: 15px; }
  .footer--default .footer {
    position: relative;
    bottom: auto; }

.bloc {
  font-size: 20px;
  font-size: 1.25rem; }
  @media only screen and (min-width: 1050px) {
    .bloc {
      font-size: 30px;
      font-size: 1.875rem; } }
  .bloc img {
    width: 100%; }
  .bloc--left, .bloc--right {
    width: 100%; }
    @media only screen and (min-width: 1050px) {
      .bloc--left, .bloc--right {
        width: 50%; } }
  .bloc--right {
    text-align: center; }

.section--semibloc {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 80px; }
  @media only screen and (min-width: 768px) {
    .section--semibloc {
      padding-bottom: 140px; } }
  @media only screen and (min-width: 1050px) {
    .section--semibloc {
      width: 800px;
      margin: 0 auto; } }

.semibloc {
  display: flex;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .semibloc {
      flex: 0 0 50%; }
      .semibloc:nth-child(odd) {
        justify-content: flex-end; }
      .semibloc:nth-child(even) {
        justify-content: flex-start; } }
  @media only screen and (min-width: 1050px) {
    .semibloc:nth-child(odd) {
      justify-content: flex-start; }
    .semibloc:nth-child(even) {
      justify-content: flex-end; } }
  @media only screen and (min-width: 768px) {
    .semibloc--content {
      padding: 0 20px;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .semibloc h3 {
      margin-bottom: 15px;
      font-size: 20px;
      font-size: 1.25rem; } }
  .semibloc p {
    font-size: 17px;
    font-size: 1.0625rem; }

.section--entete {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 130px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .section--entete {
      height: 200px;
      padding-top: 75px; } }
  @media only screen and (min-width: 1050px) {
    .section--entete {
      height: 300px; } }
  @media only screen and (min-width: 1200px) {
    .section--entete {
      height: 300px; } }
  @media only screen and (min-width: 1400px) {
    .section--entete {
      height: 300px; } }

.entete--picture {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%; }
  .entete--picture img {
    width: 100%; }

.entete--content-title h1 {
  margin-top: 0; }

.entete--content-text {
  background-color: #F2FBFF; }

.has-text-align-center {
  text-align: center; }

.content--wysiwyg h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 800;
  color: #094073; }
  @media only screen and (min-width: 1050px) {
    .content--wysiwyg h2 {
      font-size: 40px;
      font-size: 2.5rem; } }

.content--wysiwyg p {
  font-size: 19px;
  font-size: 1.1875rem; }

.intro > div {
  background: url("img/globe.png") no-repeat top right;
  background-color: #F2FBFF;
  background-size: 50%;
  display: flex;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 100px; }
  @media only screen and (min-width: 768px) {
    .intro > div {
      background-size: 40%; } }
  @media only screen and (min-width: 1050px) {
    .intro > div {
      background-size: 60%;
      padding: 0; } }
  @media only screen and (min-width: 1400px) {
    .intro > div {
      background-size: 50%; } }

.intro p {
  font-size: 25px;
  font-size: 1.5625rem; }
  @media only screen and (min-width: 1050px) {
    .intro p {
      font-size: 30px;
      font-size: 1.875rem; } }

.section--contact {
  background-image: linear-gradient(to right, #000721, #030f2c, #021537, #031942, #061d4e);
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .section--contact {
      padding-top: 100px; } }
  .section--contact .title, .section--contact p, .section--contact .btn {
    color: #fff; }
  .section--contact .btn {
    border-color: #fff; }

.contact--text {
  font-size: 19px;
  font-size: 1.1875rem; }

/*Call Helpers*/
/* Helpers MARGIN */
/* Helpers PADDING */
.h-pt-180 {
  padding-top: 180px; }

/* Helpers Show/hide */
.display-desktop {
  display: none; }
  @media only screen and (min-width: 1050px) {
    .display-desktop {
      display: block; } }

.display-tablet {
  display: none; }
  @media only screen and (min-width: 768px) {
    .display-tablet {
      display: block; } }

.display-mobile {
  display: block; }
  @media only screen and (min-width: 768px) {
    .display-mobile {
      display: none; } }

/* Helpers position/z-index */
.h-pr-z2 {
  position: relative;
  z-index: 2; }

/* Helpers Background */
.h-bc-alice-blue {
  background-color: #F2FBFF; }

/* Helpers Color */
