@charset "UTF-8";
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/*-------------------------------------------------------------------*/
body, .Home-actuBlocDynamicContent p, .Historique-blocDate--date, .Historique-blocDate--date::before, .Flex-citation--main::before, .Flex-citation--main::after {
  font-family: Arial, sans-serif;
}

.ChronicleDisplay-loaded body, .ChronicleDisplay-loaded .Home-actuBlocDynamicContent p, .Home-actuBlocDynamicContent .ChronicleDisplay-loaded p, .ChronicleDisplay-loaded .Historique-blocDate--date, .ChronicleDisplay-loaded .Historique-blocDate--date::before, .ChronicleDisplay-loaded .Flex-citation--main::before, .ChronicleDisplay-loaded .Flex-citation--main::after {
  font-family: "ChronicleDisplay", Arial, sans-serif;
}

@font-face {
  font-family: "ChronicleDisplay";
  src: url("../fonts/ChronicleDisplay-Light.woff2") format("woff2"), url("../fonts/ChronicleDisplay-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

.form_styles .gform_title, #page .gform_wrapper .gform_title, .Offres-form .gform_title, .Contact-formContainer .gform_title, .LocaliteForm .container .gform_title, h1, h2, h3, .gform_wrapper .gsection_title, .gform_wrapper input[type="submit"], .Header-videoMainMenu ul li, .Header-mainMenu ul li, .Home-actuContainer a, .Home-actuBlocLeft p, .Home-actuBlocRightStatic p, .Home-actuBlocDynamicContent h3, .Home-presentationTxtContainer a, .Home-expertisBlocWrapper h2, .Home-chiffreHeader a, .Home-chiffre span, .Page-blocContent p.label, .Page-blocContent .link_border, .PushsFooter-push h3, .Matiere-title, .TooltipProd h3, .TooltipLocal h3, .InformationsFinancieres .link_border, .Chiffres-title, .Chiffres-chiffre span, .Actualites-BlocTitle, .Actualites a.link_border, .Offres-subTitle, .Offres-postuler, .Contact-infoContainer h2, .Contact-formContainer, .LocaliteAdresses-link, .Localite-langSwitcher, .Popup-content, .Popup-content * {
  font-family: Arial, sans-serif;
}

.GothamLight-loaded .form_styles .gform_title, .form_styles .GothamLight-loaded .gform_title, .GothamLight-loaded #page .gform_wrapper .gform_title, #page .gform_wrapper .GothamLight-loaded .gform_title, .GothamLight-loaded .Offres-form .gform_title, .Offres-form .GothamLight-loaded .gform_title, .GothamLight-loaded .Contact-formContainer .gform_title, .Contact-formContainer .GothamLight-loaded .gform_title, .GothamLight-loaded .LocaliteForm .container .gform_title, .LocaliteForm .container .GothamLight-loaded .gform_title, .GothamLight-loaded h1, .GothamLight-loaded h2, .GothamLight-loaded h3, .GothamLight-loaded .gform_wrapper .gsection_title, .gform_wrapper .GothamLight-loaded .gsection_title, .GothamLight-loaded .gform_wrapper input[type="submit"], .gform_wrapper .GothamLight-loaded input[type="submit"], .GothamLight-loaded .Header-videoMainMenu ul li, .Header-videoMainMenu ul .GothamLight-loaded li, .GothamLight-loaded .Header-mainMenu ul li, .Header-mainMenu ul .GothamLight-loaded li, .GothamLight-loaded .Home-actuContainer a, .Home-actuContainer .GothamLight-loaded a, .GothamLight-loaded .Home-actuBlocLeft p, .Home-actuBlocLeft .GothamLight-loaded p, .GothamLight-loaded .Home-actuBlocRightStatic p, .Home-actuBlocRightStatic .GothamLight-loaded p, .GothamLight-loaded .Home-presentationTxtContainer a, .Home-presentationTxtContainer .GothamLight-loaded a, .GothamLight-loaded .Home-chiffreHeader a, .Home-chiffreHeader .GothamLight-loaded a, .GothamLight-loaded .Home-chiffre span, .Home-chiffre .GothamLight-loaded span, .GothamLight-loaded .Page-blocContent p.label, .Page-blocContent .GothamLight-loaded p.label, .GothamLight-loaded .Page-blocContent .link_border, .Page-blocContent .GothamLight-loaded .link_border, .GothamLight-loaded .Matiere-title, .GothamLight-loaded .InformationsFinancieres .link_border, .InformationsFinancieres .GothamLight-loaded .link_border, .GothamLight-loaded .Chiffres-title, .GothamLight-loaded .Chiffres-chiffre span, .Chiffres-chiffre .GothamLight-loaded span, .GothamLight-loaded .Actualites-BlocTitle, .GothamLight-loaded .Actualites a.link_border, .Actualites .GothamLight-loaded a.link_border, .GothamLight-loaded .Offres-subTitle, .GothamLight-loaded .Offres-postuler, .GothamLight-loaded .Contact-formContainer, .GothamLight-loaded .LocaliteAdresses-link, .GothamLight-loaded .Localite-langSwitcher, .GothamLight-loaded .Popup-content, .GothamLight-loaded .Popup-content *, .Popup-content .GothamLight-loaded * {
  font-family: "Gotham", Arial, sans-serif;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham-light-webfont.woff2") format("woff2"), url("../fonts/gotham-light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

.form_styles .gform_title, #page .gform_wrapper .gform_title, .Offres-form .gform_title, .Contact-formContainer .gform_title, .LocaliteForm .container .gform_title, h1, h2, h3, .gform_wrapper .gsection_title, .gform_wrapper input[type="submit"], .Header-videoMainMenu ul li, .Header-mainMenu ul li, .Home-actuContainer a, .Home-actuBlocLeft p, .Home-actuBlocRightStatic p, .Home-actuBlocDynamicContent h3, .Home-presentationTxtContainer a, .Home-expertisBlocWrapper h2, .Home-chiffreHeader a, .Home-chiffre span, .Page-blocContent p.label, .Page-blocContent .link_border, .PushsFooter-push h3, .Matiere-title, .TooltipProd h3, .TooltipLocal h3, .InformationsFinancieres .link_border, .Chiffres-title, .Chiffres-chiffre span, .Actualites-BlocTitle, .Actualites a.link_border, .Offres-subTitle, .Offres-postuler, .Contact-infoContainer h2, .Contact-formContainer, .LocaliteAdresses-link, .Localite-langSwitcher, .Popup-content, .Popup-content * {
  font-family: Arial, sans-serif;
}

.GothamMedium-loaded .form_styles .gform_title, .form_styles .GothamMedium-loaded .gform_title, .GothamMedium-loaded #page .gform_wrapper .gform_title, #page .gform_wrapper .GothamMedium-loaded .gform_title, .GothamMedium-loaded .Offres-form .gform_title, .Offres-form .GothamMedium-loaded .gform_title, .GothamMedium-loaded .Contact-formContainer .gform_title, .Contact-formContainer .GothamMedium-loaded .gform_title, .GothamMedium-loaded .LocaliteForm .container .gform_title, .LocaliteForm .container .GothamMedium-loaded .gform_title, .GothamMedium-loaded h1, .GothamMedium-loaded h2, .GothamMedium-loaded h3, .GothamMedium-loaded .gform_wrapper .gsection_title, .gform_wrapper .GothamMedium-loaded .gsection_title, .GothamMedium-loaded .gform_wrapper input[type="submit"], .gform_wrapper .GothamMedium-loaded input[type="submit"], .GothamMedium-loaded .Header-videoMainMenu ul li, .Header-videoMainMenu ul .GothamMedium-loaded li, .GothamMedium-loaded .Header-mainMenu ul li, .Header-mainMenu ul .GothamMedium-loaded li, .GothamMedium-loaded .Home-actuContainer a, .Home-actuContainer .GothamMedium-loaded a, .GothamMedium-loaded .Home-actuBlocLeft p, .Home-actuBlocLeft .GothamMedium-loaded p, .GothamMedium-loaded .Home-actuBlocRightStatic p, .Home-actuBlocRightStatic .GothamMedium-loaded p, .GothamMedium-loaded .Home-presentationTxtContainer a, .Home-presentationTxtContainer .GothamMedium-loaded a, .GothamMedium-loaded .Home-chiffreHeader a, .Home-chiffreHeader .GothamMedium-loaded a, .GothamMedium-loaded .Home-chiffre span, .Home-chiffre .GothamMedium-loaded span, .GothamMedium-loaded .Page-blocContent p.label, .Page-blocContent .GothamMedium-loaded p.label, .GothamMedium-loaded .Page-blocContent .link_border, .Page-blocContent .GothamMedium-loaded .link_border, .GothamMedium-loaded .Matiere-title, .GothamMedium-loaded .InformationsFinancieres .link_border, .InformationsFinancieres .GothamMedium-loaded .link_border, .GothamMedium-loaded .Chiffres-title, .GothamMedium-loaded .Chiffres-chiffre span, .Chiffres-chiffre .GothamMedium-loaded span, .GothamMedium-loaded .Actualites-BlocTitle, .GothamMedium-loaded .Actualites a.link_border, .Actualites .GothamMedium-loaded a.link_border, .GothamMedium-loaded .Offres-subTitle, .GothamMedium-loaded .Offres-postuler, .GothamMedium-loaded .Contact-formContainer, .GothamMedium-loaded .LocaliteAdresses-link, .GothamMedium-loaded .Localite-langSwitcher, .GothamMedium-loaded .Popup-content, .GothamMedium-loaded .Popup-content *, .Popup-content .GothamMedium-loaded * {
  font-family: "Gotham", Arial, sans-serif;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham-medium-webfont.woff2") format("woff2"), url("../fonts/gotham-medium-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

.form_styles .gform_title, #page .gform_wrapper .gform_title, .Offres-form .gform_title, .Contact-formContainer .gform_title, .LocaliteForm .container .gform_title, h1, h2, h3, .gform_wrapper .gsection_title, .gform_wrapper input[type="submit"], .Header-videoMainMenu ul li, .Header-mainMenu ul li, .Home-actuContainer a, .Home-actuBlocLeft p, .Home-actuBlocRightStatic p, .Home-actuBlocDynamicContent h3, .Home-presentationTxtContainer a, .Home-expertisBlocWrapper h2, .Home-chiffreHeader a, .Home-chiffre span, .Page-blocContent p.label, .Page-blocContent .link_border, .PushsFooter-push h3, .Matiere-title, .TooltipProd h3, .TooltipLocal h3, .InformationsFinancieres .link_border, .Chiffres-title, .Chiffres-chiffre span, .Actualites-BlocTitle, .Actualites a.link_border, .Offres-subTitle, .Offres-postuler, .Contact-infoContainer h2, .Contact-formContainer, .LocaliteAdresses-link, .Localite-langSwitcher, .Popup-content, .Popup-content * {
  font-family: Arial, sans-serif;
}

.GothamBold-loaded .form_styles .gform_title, .form_styles .GothamBold-loaded .gform_title, .GothamBold-loaded #page .gform_wrapper .gform_title, #page .gform_wrapper .GothamBold-loaded .gform_title, .GothamBold-loaded .Offres-form .gform_title, .Offres-form .GothamBold-loaded .gform_title, .GothamBold-loaded .Contact-formContainer .gform_title, .Contact-formContainer .GothamBold-loaded .gform_title, .GothamBold-loaded .LocaliteForm .container .gform_title, .LocaliteForm .container .GothamBold-loaded .gform_title, .GothamBold-loaded h1, .GothamBold-loaded h2, .GothamBold-loaded h3, .GothamBold-loaded .gform_wrapper .gsection_title, .gform_wrapper .GothamBold-loaded .gsection_title, .GothamBold-loaded .gform_wrapper input[type="submit"], .gform_wrapper .GothamBold-loaded input[type="submit"], .GothamBold-loaded .Header-videoMainMenu ul li, .Header-videoMainMenu ul .GothamBold-loaded li, .GothamBold-loaded .Header-mainMenu ul li, .Header-mainMenu ul .GothamBold-loaded li, .GothamBold-loaded .Home-actuContainer a, .Home-actuContainer .GothamBold-loaded a, .GothamBold-loaded .Home-actuBlocLeft p, .Home-actuBlocLeft .GothamBold-loaded p, .GothamBold-loaded .Home-actuBlocRightStatic p, .Home-actuBlocRightStatic .GothamBold-loaded p, .GothamBold-loaded .Home-presentationTxtContainer a, .Home-presentationTxtContainer .GothamBold-loaded a, .GothamBold-loaded .Home-chiffreHeader a, .Home-chiffreHeader .GothamBold-loaded a, .GothamBold-loaded .Home-chiffre span, .Home-chiffre .GothamBold-loaded span, .GothamBold-loaded .Page-blocContent p.label, .Page-blocContent .GothamBold-loaded p.label, .GothamBold-loaded .Page-blocContent .link_border, .Page-blocContent .GothamBold-loaded .link_border, .GothamBold-loaded .Matiere-title, .GothamBold-loaded .InformationsFinancieres .link_border, .InformationsFinancieres .GothamBold-loaded .link_border, .GothamBold-loaded .Chiffres-title, .GothamBold-loaded .Chiffres-chiffre span, .Chiffres-chiffre .GothamBold-loaded span, .GothamBold-loaded .Actualites-BlocTitle, .GothamBold-loaded .Actualites a.link_border, .Actualites .GothamBold-loaded a.link_border, .GothamBold-loaded .Offres-subTitle, .GothamBold-loaded .Offres-postuler, .GothamBold-loaded .Contact-formContainer, .GothamBold-loaded .LocaliteAdresses-link, .GothamBold-loaded .Localite-langSwitcher, .GothamBold-loaded .Popup-content, .GothamBold-loaded .Popup-content *, .Popup-content .GothamBold-loaded * {
  font-family: "Gotham", Arial, sans-serif;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham-bold-webfont.woff2") format("woff2"), url("../fonts/gotham-bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  1% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
    transform: scale(0.5);
    visibility: hidden;
  }
  1% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
  }
}

.menu_responsive #Header-hamburger, .Header-videoMainMenu #Header-hamburger, .Header-mainMenu #Header-hamburger {
  display: none;
}

.menu_responsive li.menu-item-language a span, .Header-videoMainMenu li.menu-item-language a span, .Header-mainMenu li.menu-item-language a span {
  display: none;
}

.menu_responsive li.menu-item-language a[title="English"]:before, .Header-videoMainMenu li.menu-item-language a[title="English"]:before, .Header-mainMenu li.menu-item-language a[title="English"]:before {
  content: 'EN';
}

.menu_responsive li.menu-item-language a[title="Français"]:before, .Header-videoMainMenu li.menu-item-language a[title="Français"]:before, .Header-mainMenu li.menu-item-language a[title="Français"]:before {
  content: 'FR';
}

@media (max-width: 992px) {
  .menu_responsive, .Header-videoMainMenu, .Header-mainMenu {
    /* Configuration Parameters */
  }
  .menu_responsive #Header-hamburger, .Header-videoMainMenu #Header-hamburger, .Header-mainMenu #Header-hamburger {
    display: none;
  }
  .menu_responsive div[class*="menu-main-menu"], .Header-videoMainMenu div[class*="menu-main-menu"], .Header-mainMenu div[class*="menu-main-menu"] {
    background: rgba(15, 51, 79, 0.9);
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    display: table;
  }
  .menu_responsive div[class*="menu-main-menu"] > ul, .Header-videoMainMenu div[class*="menu-main-menu"] > ul, .Header-mainMenu div[class*="menu-main-menu"] > ul {
    display: table-cell;
    vertical-align: middle;
  }
  .menu_responsive div[class*="menu-main-menu"] > ul > li, .Header-videoMainMenu div[class*="menu-main-menu"] > ul > li, .Header-mainMenu div[class*="menu-main-menu"] > ul > li {
    display: block;
    margin: 30px 0;
    color: #fff;
  }
  .menu_responsive div[class*="menu-main-menu"] > ul > li > a, .Header-videoMainMenu div[class*="menu-main-menu"] > ul > li > a, .Header-mainMenu div[class*="menu-main-menu"] > ul > li > a {
    font-size: 24px;
    font-weight: 100;
    display: block;
    position: relative;
    left: 0;
    text-align: center;
    padding: 0 0.5em;
  }
  .menu_responsive div[class*="menu-main-menu"] > ul > li.selected, .Header-videoMainMenu div[class*="menu-main-menu"] > ul > li.selected, .Header-mainMenu div[class*="menu-main-menu"] > ul > li.selected {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: table;
    margin: 0;
  }
  .menu_responsive div[class*="menu-main-menu"] > ul > li .header-return-menu, .Header-videoMainMenu div[class*="menu-main-menu"] > ul > li .header-return-menu, .Header-mainMenu div[class*="menu-main-menu"] > ul > li .header-return-menu {
    position: fixed;
    top: 32px;
    left: 20px;
    cursor: pointer;
    z-index: 50;
  }
  .menu_responsive div[class*="menu-main-menu"] > ul > li .header-return-menu:before, .Header-videoMainMenu div[class*="menu-main-menu"] > ul > li .header-return-menu:before, .Header-mainMenu div[class*="menu-main-menu"] > ul > li .header-return-menu:before {
    content: '';
    background-image: url(../img/return-menu.png);
    width: 37px;
    height: 37px;
    display: block;
  }
  .menu_responsive div[class*="menu-main-menu"] > ul > li ul.sub-menu, .Header-videoMainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu, .Header-mainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu {
    position: relative;
    height: 0;
    top: 0;
    padding: 0;
    vertical-align: middle;
    opacity: 0;
    display: table-cell;
    float: left;
    background-color: transparent;
    border: 0;
    z-index: 20;
  }
  .menu_responsive div[class*="menu-main-menu"] > ul > li ul.sub-menu.active, .Header-videoMainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu.active, .Header-mainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu.active, .menu_responsive div[class*="menu-main-menu"] > ul > li ul.sub-menu.off, .Header-videoMainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu.off, .Header-mainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu.off {
    display: table-cell;
    width: 100%;
    left: 0;
    vertical-align: middle;
    height: auto;
    opacity: 1;
    float: none;
    animation: menu_hover 0.5s alternate;
  }
  .menu_responsive div[class*="menu-main-menu"] > ul > li ul.sub-menu.off, .Header-videoMainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu.off, .Header-mainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu.off {
    opacity: 0;
    animation: menu_hover 0.5s reverse;
  }
  .menu_responsive div[class*="menu-main-menu"] > ul > li ul.sub-menu li, .Header-videoMainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu li, .Header-mainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu li {
    display: block;
    margin: 30px 0;
  }
  .menu_responsive div[class*="menu-main-menu"] > ul > li ul.sub-menu li > a, .Header-videoMainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu li > a, .Header-mainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu li > a {
    font-size: 24px;
    font-weight: 100;
    display: block;
    text-align: center;
    padding: 0 0.5em;
    color: #fff;
  }
  .menu_responsive #Header-hamburger:checked ~ .menu-main-menu-container, .Header-videoMainMenu #Header-hamburger:checked ~ .menu-main-menu-container, .Header-mainMenu #Header-hamburger:checked ~ .menu-main-menu-container,
  .menu_responsive #Header-hamburger:checked ~ .menu-main-menu-anglais-container,
  .Header-videoMainMenu #Header-hamburger:checked ~ .menu-main-menu-anglais-container,
  .Header-mainMenu #Header-hamburger:checked ~ .menu-main-menu-anglais-container {
    opacity: 1;
    z-index: 30;
    visibility: visible;
  }
}

.mobileView .menu_responsive #Header-hamburger, .mobileView .Header-videoMainMenu #Header-hamburger, .mobileView .Header-mainMenu #Header-hamburger {
  display: none;
}

.mobileView .menu_responsive div[class*="menu-main-menu"], .mobileView .Header-videoMainMenu div[class*="menu-main-menu"], .mobileView .Header-mainMenu div[class*="menu-main-menu"] {
  background: rgba(15, 51, 79, 0.9);
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  display: table;
}

.mobileView .menu_responsive div[class*="menu-main-menu"] > ul, .mobileView .Header-videoMainMenu div[class*="menu-main-menu"] > ul, .mobileView .Header-mainMenu div[class*="menu-main-menu"] > ul {
  display: table-cell;
  vertical-align: middle;
}

.mobileView .menu_responsive div[class*="menu-main-menu"] > ul > li, .mobileView .Header-videoMainMenu div[class*="menu-main-menu"] > ul > li, .mobileView .Header-mainMenu div[class*="menu-main-menu"] > ul > li {
  display: block;
  margin: 30px 0;
  color: #fff;
}

.mobileView .menu_responsive div[class*="menu-main-menu"] > ul > li > a, .mobileView .Header-videoMainMenu div[class*="menu-main-menu"] > ul > li > a, .mobileView .Header-mainMenu div[class*="menu-main-menu"] > ul > li > a {
  font-size: 24px;
  font-weight: 100;
  display: block;
  position: relative;
  left: 0;
  text-align: center;
  padding: 0 0.5em;
}

.mobileView .menu_responsive div[class*="menu-main-menu"] > ul > li.selected, .mobileView .Header-videoMainMenu div[class*="menu-main-menu"] > ul > li.selected, .mobileView .Header-mainMenu div[class*="menu-main-menu"] > ul > li.selected {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: table;
  margin: 0;
}

.mobileView .menu_responsive div[class*="menu-main-menu"] > ul > li .header-return-menu, .mobileView .Header-videoMainMenu div[class*="menu-main-menu"] > ul > li .header-return-menu, .mobileView .Header-mainMenu div[class*="menu-main-menu"] > ul > li .header-return-menu {
  position: fixed;
  top: 32px;
  left: 20px;
  cursor: pointer;
  z-index: 50;
}

.mobileView .menu_responsive div[class*="menu-main-menu"] > ul > li .header-return-menu:before, .mobileView .Header-videoMainMenu div[class*="menu-main-menu"] > ul > li .header-return-menu:before, .mobileView .Header-mainMenu div[class*="menu-main-menu"] > ul > li .header-return-menu:before {
  content: '';
  background-image: url(../img/return-menu.png);
  width: 37px;
  height: 37px;
  display: block;
}

.mobileView .menu_responsive div[class*="menu-main-menu"] > ul > li ul.sub-menu, .mobileView .Header-videoMainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu, .mobileView .Header-mainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu {
  position: relative;
  height: 0;
  top: 0;
  padding: 0;
  vertical-align: middle;
  opacity: 0;
  display: table-cell;
  float: left;
  background-color: transparent;
  border: 0;
  z-index: 20;
}

.mobileView .menu_responsive div[class*="menu-main-menu"] > ul > li ul.sub-menu.active, .mobileView .Header-videoMainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu.active, .mobileView .Header-mainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu.active, .mobileView .menu_responsive div[class*="menu-main-menu"] > ul > li ul.sub-menu.off, .mobileView .Header-videoMainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu.off, .mobileView .Header-mainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu.off {
  display: table-cell;
  width: 100%;
  left: 0;
  vertical-align: middle;
  height: auto;
  opacity: 1;
  float: none;
  animation: menu_hover 0.5s alternate;
}

.mobileView .menu_responsive div[class*="menu-main-menu"] > ul > li ul.sub-menu.off, .mobileView .Header-videoMainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu.off, .mobileView .Header-mainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu.off {
  opacity: 0;
  animation: menu_hover 0.5s reverse;
}

.mobileView .menu_responsive div[class*="menu-main-menu"] > ul > li ul.sub-menu li, .mobileView .Header-videoMainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu li, .mobileView .Header-mainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu li {
  display: block;
  margin: 30px 0;
}

.mobileView .menu_responsive div[class*="menu-main-menu"] > ul > li ul.sub-menu li > a, .mobileView .Header-videoMainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu li > a, .mobileView .Header-mainMenu div[class*="menu-main-menu"] > ul > li ul.sub-menu li > a {
  font-size: 24px;
  font-weight: 100;
  display: block;
  text-align: center;
  padding: 0 0.5em;
  color: #fff;
}

.mobileView .menu_responsive #Header-hamburger:checked ~ .menu-main-menu-container, .mobileView .Header-videoMainMenu #Header-hamburger:checked ~ .menu-main-menu-container, .mobileView .Header-mainMenu #Header-hamburger:checked ~ .menu-main-menu-container,
.mobileView .menu_responsive #Header-hamburger:checked ~ .menu-main-menu-anglais-container,
.mobileView .Header-videoMainMenu #Header-hamburger:checked ~ .menu-main-menu-anglais-container,
.mobileView .Header-mainMenu #Header-hamburger:checked ~ .menu-main-menu-anglais-container {
  opacity: 1;
  z-index: 30;
  visibility: visible;
}

.form_styles .gform_title, #page .gform_wrapper .gform_title, .Offres-form .gform_title, .Contact-formContainer .gform_title, .LocaliteForm .container .gform_title {
  text-transform: uppercase;
  color: #0f334f;
  font-weight: 200 !important;
  text-align: center;
  margin-bottom: 60px;
}

.form_styles .top_label div.ginput_container, #page .gform_wrapper .top_label div.ginput_container, .Offres-form .top_label div.ginput_container, .Contact-formContainer .top_label div.ginput_container, .LocaliteForm .container .top_label div.ginput_container,
.form_styles .gform_wrapper .top_label div.ginput_container,
#page .gform_wrapper .gform_wrapper .top_label div.ginput_container,
.Offres-form .gform_wrapper .top_label div.ginput_container,
.Contact-formContainer .gform_wrapper .top_label div.ginput_container,
.LocaliteForm .container .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

.form_styles .field_sublabel_below .ginput_complex.ginput_container label, #page .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .Offres-form .field_sublabel_below .ginput_complex.ginput_container label, .Contact-formContainer .field_sublabel_below .ginput_complex.ginput_container label, .LocaliteForm .container .field_sublabel_below .ginput_complex.ginput_container label,
.form_styles .top_label .gfield_label,
#page .gform_wrapper .top_label .gfield_label,
.Offres-form .top_label .gfield_label,
.Contact-formContainer .top_label .gfield_label,
.LocaliteForm .container .top_label .gfield_label,
.form_styles .gform_wrapper .top_label .gfield_label,
#page .gform_wrapper .gform_wrapper .top_label .gfield_label,
.Offres-form .gform_wrapper .top_label .gfield_label,
.Contact-formContainer .gform_wrapper .top_label .gfield_label,
.LocaliteForm .container .gform_wrapper .top_label .gfield_label,
.form_styles input[type="text"] ~ label,
#page .gform_wrapper input[type="text"] ~ label,
.Offres-form input[type="text"] ~ label,
.Contact-formContainer input[type="text"] ~ label,
.LocaliteForm .container input[type="text"] ~ label {
  display: none !important;
}

.form_styles input, #page .gform_wrapper input, .Offres-form input, .Contact-formContainer input, .LocaliteForm .container input, .form_styles select, #page .gform_wrapper select, .Offres-form select, .Contact-formContainer select, .LocaliteForm .container select, .form_styles textarea, #page .gform_wrapper textarea, .Offres-form textarea, .Contact-formContainer textarea, .LocaliteForm .container textarea {
  outline: none;
  font-size: 14px;
  font-weight: 200;
  color: #7e7e7e;
  padding: 0 !important;
  line-height: 40px;
  height: 40px;
  padding-left: 30px !important;
  border: 1px solid #e5e5e5;
}

.form_styles input:focus, #page .gform_wrapper input:focus, .Offres-form input:focus, .Contact-formContainer input:focus, .LocaliteForm .container input:focus, .form_styles select:focus, #page .gform_wrapper select:focus, .Offres-form select:focus, .Contact-formContainer select:focus, .LocaliteForm .container select:focus, .form_styles textarea:focus, #page .gform_wrapper textarea:focus, .Offres-form textarea:focus, .Contact-formContainer textarea:focus, .LocaliteForm .container textarea:focus {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 10px 20px 0px rgba(218, 218, 218, 0.3);
}

.form_styles textarea, #page .gform_wrapper textarea, .Offres-form textarea, .Contact-formContainer textarea, .LocaliteForm .container textarea {
  height: 120px;
}

.form_styles input.gform_button_select_files, #page .gform_wrapper input.gform_button_select_files, .Offres-form input.gform_button_select_files, .Contact-formContainer input.gform_button_select_files, .LocaliteForm .container input.gform_button_select_files {
  padding-right: 30px !important;
}

.form_styles textarea, #page .gform_wrapper textarea, .Offres-form textarea, .Contact-formContainer textarea, .LocaliteForm .container textarea {
  padding-top: 10px !important;
}

.form_styles input[aria-required=true], #page .gform_wrapper input[aria-required=true], .Offres-form input[aria-required=true], .Contact-formContainer input[aria-required=true], .LocaliteForm .container input[aria-required=true],
.form_styles .ginput_container_email input,
#page .gform_wrapper .ginput_container_email input,
.Offres-form .ginput_container_email input,
.Contact-formContainer .ginput_container_email input,
.LocaliteForm .container .ginput_container_email input {
  background: url("../img/formRequired.png") no-repeat calc(100% - 20px) center;
  padding-right: 20px;
}

.form_styles .gform_footer, #page .gform_wrapper .gform_footer, .Offres-form .gform_footer, .Contact-formContainer .gform_footer, .LocaliteForm .container .gform_footer {
  margin-top: 0;
  position: relative;
}

.form_styles .gform_footer:before, #page .gform_wrapper .gform_footer:before, .Offres-form .gform_footer:before, .Contact-formContainer .gform_footer:before, .LocaliteForm .container .gform_footer:before {
  padding-bottom: 15px;
  display: block;
  font-weight: 200;
  padding-left: 20px;
  color: #7e7e7e;
}

.LocaliteForm .form_styles .gform_footer:before, .LocaliteForm #page .gform_wrapper .gform_footer:before, #page .LocaliteForm .gform_wrapper .gform_footer:before, .LocaliteForm .Offres-form .gform_footer:before, .LocaliteForm .Contact-formContainer .gform_footer:before, .LocaliteForm .container .gform_footer:before {
  display: none;
}

.form_styles .gform_footer:after, #page .gform_wrapper .gform_footer:after, .Offres-form .gform_footer:after, .Contact-formContainer .gform_footer:after, .LocaliteForm .container .gform_footer:after {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  position: absolute;
  top: 22px;
  left: 4px;
  background: url("../img/formRequired.png") no-repeat top left;
}

.LocaliteForm .form_styles .gform_footer:after, .LocaliteForm #page .gform_wrapper .gform_footer:after, #page .LocaliteForm .gform_wrapper .gform_footer:after, .LocaliteForm .Offres-form .gform_footer:after, .LocaliteForm .Contact-formContainer .gform_footer:after, .LocaliteForm .container .gform_footer:after {
  display: none;
}

.form_styles .gform_button, #page .gform_wrapper .gform_button, .Offres-form .gform_button, .Contact-formContainer .gform_button, .LocaliteForm .container .gform_button {
  height: 55px;
  padding-left: 0 !important;
}

.form_styles .gform_wrapper li.gfield.gfield_error, #page .gform_wrapper .gform_wrapper li.gfield.gfield_error, .Offres-form .gform_wrapper li.gfield.gfield_error, .Contact-formContainer .gform_wrapper li.gfield.gfield_error, .LocaliteForm .container .gform_wrapper li.gfield.gfield_error {
  border: 0;
  background: none;
}

.form_styles .gform_wrapper .validation_message, #page .gform_wrapper .gform_wrapper .validation_message, .Offres-form .gform_wrapper .validation_message, .Contact-formContainer .gform_wrapper .validation_message, .LocaliteForm .container .gform_wrapper .validation_message {
  display: none;
}

.form_styles .gform_wrapper li.gfield.gfield_error, #page .gform_wrapper .gform_wrapper li.gfield.gfield_error, .Offres-form .gform_wrapper li.gfield.gfield_error, .Contact-formContainer .gform_wrapper li.gfield.gfield_error, .LocaliteForm .container .gform_wrapper li.gfield.gfield_error, .form_styles .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, #page .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, .Offres-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, .Contact-formContainer .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, .LocaliteForm .container .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding: 0;
  margin: 0;
}

@keyframes menu_hover {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.wysiwyg h2, .Flex-text h2, .Flex-double--content h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #0f334f;
  font-weight: 300;
}

.wysiwyg p, .Flex-text p, .Flex-double--content p, .wysiwyg li, .Flex-text li, .Flex-double--content li, .wysiwyg a, .Flex-text a, .Flex-double--content a {
  font-size: 18px;
  line-height: 30px;
  color: #7e7e7e;
}

.wysiwyg a, .Flex-text a, .Flex-double--content a {
  color: #0f334f;
  font-weight: 700;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  overflow-x: hidden;
}

.error-404 {
  margin-bottom: 150px;
  text-align: center;
  padding-top: 20px;
}

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

.isIframe .container {
  width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

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

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

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

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

.isIframe .containerCMS {
  width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media (min-width: 1200px) {
  .containerCMS {
    width: 970px;
  }
}

@media (min-width: 992px) {
  .containerCMS {
    width: 750px;
  }
}

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

.hide,
.hidden {
  display: none !important;
}

.fullWidthDivider {
  width: 100%;
  height: 2px;
  background-color: #2c4c64;
  margin: 20px 0px;
}

@media (max-width: 992px) {
  .no_mobile {
    display: none;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition-duration: 0.5s;
}

a:hover, a:focus {
  text-decoration: none;
  color: inherit;
  transition-duration: 0.5s;
}

#breadcrumbs {
  position: absolute;
  top: 20px;
  left: 50px;
  color: #ffffff;
  letter-spacing: 2px;
  z-index: 10;
  padding: 0 1rem;
}

@media (max-width: 480px) {
  #breadcrumbs {
    left: 0;
    width: calc(100% - 2rem);
    text-align: center;
  }
}

.link_border {
  position: relative;
  padding: 15px;
  box-sizing: border-box;
  display: inline-block;
  margin: 20px auto;
  text-align: center;
}

.link_border .border {
  position: absolute;
  z-index: 0;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  transition-property: top, bottom, left, right;
}

.link_borderBottom {
  bottom: 0;
  left: 20%;
  right: 20%;
  height: 1px;
}

.link_borderLeft {
  left: 0;
  bottom: 0;
  top: 100%;
  width: 1px;
}

.link_borderRight {
  right: 0;
  top: 100%;
  bottom: 0;
  width: 1px;
}

.link_borderTopLeft {
  top: 0px;
  left: 0px;
  right: 100%;
  height: 1px;
}

.link_borderTopRight {
  top: 0px;
  right: 0px;
  left: 100%;
  height: 1px;
}

.link_borderBottom.active {
  left: 0px;
  right: 0px;
}

.link_borderLeft.active {
  top: 0;
}

.link_borderRight.active {
  top: 0;
}

.link_borderTopLeft.active {
  right: 50%;
}

.link_borderTopRight.active {
  left: 50%;
}

.gform_wrapper .gsection_title {
  color: #0f334f;
}

.gform_wrapper .gfield_description {
  margin-bottom: 0.5rem;
}

.gform_wrapper.gf_browser_chrome .gform_body {
  width: 100% !important;
}

.gform_wrapper input[type="submit"] {
  color: #ffffff !important;
  background-color: #0f334f;
  text-transform: uppercase;
  width: 100% !important;
  text-align: center;
  padding: 20px;
  border: none;
  cursor: pointer;
  font-weight: 200;
}

.menu-item-language {
  /*display: none !important;*/
}

.PlanDuSite-container {
  margin-bottom: 150px;
  padding-top: 40px;
}

.contentDivider {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contentDivider span {
  width: 10px;
  height: 10px;
  background-color: #0f334f;
  border-radius: 100px;
  margin: 10px;
}

.contentDivider::before, .contentDivider::after {
  content: '';
  width: calc(50% - 20px);
  height: 1px;
  background-color: #0f334f;
}

html:lang(fr-FR) .gform_footer::before {
  content: 'Champs obligatoires';
}

html:lang(en-US) .gform_footer::before {
  content: 'Required fields';
}

.Header-videoWrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: transparent url("../img/home_mobile.jpg") 50% 50%/cover no-repeat;
}

.Header-videoMedia {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .Header-videoMedia {
    display: none;
  }
}

.mobileView .Header-videoMedia {
  display: none;
}

.Header-videoMedia::-webkit-media-controls {
  display: none !important;
}

.Header-menuVideoWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.Header-menuVideoWrapper h1 {
  margin-top: -15%;
  margin-bottom: -20px;
}

.Header-menuVideoWrapper svg {
  fill: #ffffff;
}

.Header .Header-menuicon {
  display: none;
}

.mobileView .Header .Header-menuicon {
  display: block;
  position: absolute;
  z-index: 40;
  top: 32px;
  right: 32px;
  display: block;
  cursor: pointer;
  height: 30px;
  width: 45px;
}

.mobileView .Header .Header-menuicon span {
  display: block;
  top: 13px;
  width: 45px;
  height: 4px;
  background-color: #fff;
  position: relative;
  transition-duration: 0;
  transition-delay: 0.2s;
  border-radius: 2px;
}

.mobileView .Header .Header-menuicon span::after, .mobileView .Header .Header-menuicon span::before {
  display: block;
  content: '';
  position: absolute;
  width: 45px;
  height: 4px;
  background-color: #fff;
  -webkit-transition-property: margin, -webkit-transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0;
  border-radius: 2px;
}

.mobileView .Header .Header-menuicon span::before {
  margin-top: -13px;
}

.mobileView .Header .Header-menuicon span::after {
  margin-top: 13px;
}

.mobileView .Header .Header-menuicon.open span {
  background-color: rgba(0, 0, 0, 0);
}

.mobileView .Header .Header-menuicon.open span::before, .mobileView .Header .Header-menuicon.open span::after {
  margin-top: 0px;
  transition-delay: 0s, 0.2s;
}

.mobileView .Header .Header-menuicon.open span::before {
  transform: rotate(45deg);
}

.mobileView .Header .Header-menuicon.open span::after {
  transform: rotate(-45deg);
}

@media (max-width: 992px) {
  .Header {
    /* Configuration Parameters */
  }
  .Header .Header-menuicon {
    display: block;
    position: absolute;
    z-index: 40;
    top: 32px;
    right: 32px;
    display: block;
    cursor: pointer;
    height: 30px;
    width: 45px;
  }
  .Header .Header-menuicon span {
    display: block;
    top: 13px;
    width: 45px;
    height: 4px;
    background-color: #fff;
    position: relative;
    transition-duration: 0;
    transition-delay: 0.2s;
    border-radius: 2px;
  }
  .Header .Header-menuicon span::after, .Header .Header-menuicon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 45px;
    height: 4px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0;
    border-radius: 2px;
  }
  .Header .Header-menuicon span::before {
    margin-top: -13px;
  }
  .Header .Header-menuicon span::after {
    margin-top: 13px;
  }
  .Header .Header-menuicon.open span {
    background-color: rgba(0, 0, 0, 0);
  }
  .Header .Header-menuicon.open span::before, .Header .Header-menuicon.open span::after {
    margin-top: 0px;
    transition-delay: 0s, 0.2s;
  }
  .Header .Header-menuicon.open span::before {
    transform: rotate(45deg);
  }
  .Header .Header-menuicon.open span::after {
    transform: rotate(-45deg);
  }
}

.Header-videoMainMenu {
  color: #ffffff;
  position: relative;
}

.Header-videoMainMenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding: 25px 0px;
}

.Header-videoMainMenu ul li {
  padding: 0;
}

.Header-videoMainMenu ul li {
  display: inline-block;
  margin: 10px;
  letter-spacing: 1px;
}

.Header-videoMainMenu ul li ul.sub-menu {
  position: absolute;
  visibility: hidden;
  width: 100%;
  top: 90px;
  left: 0px;
  opacity: 0;
  padding-top: 30px 0px;
  display: flex;
  justify-content: space-around;
  z-index: -1;
}

.Header-videoMainMenu ul li ul.sub-menu li {
  position: relative;
  text-align: center;
  top: -35px;
}

.Header-videoMainMenu ul li ul.sub-menu.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.Header-videoMainMenu ul li ul.sub-menu.active li {
  top: 0px;
}

.Header-container {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  padding: 10px;
  padding-right: 150px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .Header-container .Header-menuicon span,
  .Header-container .Header-menuicon span::before,
  .Header-container .Header-menuicon span::after {
    background-color: #0f334f !important;
  }
  .Header-container .Header-menuicon.open span::before,
  .Header-container .Header-menuicon.open span::after {
    background-color: #fff;
  }
}

.Header-container h1 {
  margin: 0px 40px;
}

.Header-container h1 svg {
  fill: #0f334f;
}

.Header-mainMenu {
  flex: 1 1 100%;
}

.Header-mainMenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
}

.Header-mainMenu ul li {
  padding: 0;
}

.Header-mainMenu ul li {
  color: #0f334f;
  display: inline-block;
  margin: 30px;
}

.Header-mainMenu ul li ul.sub-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  z-index: -1;
  border-top: 1px solid #e5e5e5;
  top: 100px;
  left: 0;
  transition-duration: 0.5s;
  display: flex;
  justify-content: space-around;
  background-color: #ffffff;
}

.Header-mainMenu ul li ul.sub-menu.active {
  visibility: visible;
  opacity: 1;
  z-index: 20;
}

.Header-mainMenu ul li ul.sub-menu li {
  color: #bebebe;
  font-weight: 200;
}

.SubHeader {
  height: calc(100vh - 100px);
  position: relative;
  display: flex;
  justify-content: center;
  background: url("../img/intro.jpg");
  background-size: cover;
  background-position: center;
  /*    img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0;
        background-size: cover;
        background-position: center;
        @include media("<=690px") {
            width: auto;
        }
    }*/
}

@media (max-width: 690px) {
  .SubHeader {
    min-height: calc(100vh - 100px);
    height: auto;
  }
}

.SubHeader.sans_intro {
  height: 55vh;
}

.SubHeader-contentContainer {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}

@media (max-width: 690px) {
  .SubHeader-contentContainer {
    padding-top: 70px;
  }
}

.SubHeader-contentHeading {
  text-align: center;
  text-transform: uppercase;
}

.SubHeader-contentHeading p {
  letter-spacing: 2px;
}

@media (max-width: 690px) {
  .SubHeader-contentHeading p {
    display: none;
  }
}

.SubHeader-contentHeading h2 {
  margin-top: 20px;
  font-size: 36px;
  padding: 0 1rem;
  letter-spacing: 2px;
}

.SubHeader-contentHeading .description {
  letter-spacing: initial;
  text-transform: initial;
}

.SubHeader-contentHeading span {
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  display: inline-block;
  margin: 30px;
}

@media (max-width: 690px) {
  .SubHeader-contentHeading span {
    margin-top: 0;
  }
}

.SubHeader-content {
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 30px;
  width: 100%;
  padding: 0 1rem;
  text-align: center;
}

@media (max-width: 690px) {
  .SubHeader-content {
    margin-bottom: 30px;
  }
}

.Footer {
  background-color: #0f334f;
  padding: 100px;
  padding-bottom: 50px;
  margin-top: -100px;
  box-sizing: border-box;
  text-align: center;
}

@media (max-width: 500px) {
  .Footer {
    padding: 20px;
    padding-top: 100px;
  }
}

.Footer-logoIcon {
  fill: #ffffff;
  max-width: 190px;
}

.Footer-menu {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #ffffff;
}

@media (max-width: 1000px) {
  .Footer-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.Footer-blocMenu {
  width: 220px;
}

@media (max-width: 1000px) {
  .Footer-blocMenu {
    width: 100%;
    float: none;
    text-align: center;
    margin: 1em 0;
    order: 0;
  }
}

.Footer-blocMenu.left {
  width: 385px;
  text-align: left;
}

@media (max-width: 1000px) {
  .Footer-blocMenu.left {
    order: 1;
    text-align: center;
  }
}

.Footer-blocMenu.left a {
  margin-right: 40px;
}

@media (max-width: 1000px) {
  .Footer-blocMenu.left a:last-child {
    margin-right: 0;
  }
}

.Footer-blocMenu.right {
  width: 385px;
  text-align: right;
}

@media (max-width: 1000px) {
  .Footer-blocMenu.right {
    order: 2;
    text-align: center;
  }
}

.Footer-blocMenu.right a {
  margin-left: 25px;
}

.Footer-blocMenu.right a:first-child {
  margin-left: 0;
}

@media (max-width: 480px) {
  .Footer-blocMenu.right {
    width: 100%;
  }
}

.Footer-blocMenu img {
  margin: 0px 20px;
}

.Home-actuWrapper {
  height: 350px;
  width: 100%;
  padding: 0px 100px;
  margin-bottom: -5px;
  box-sizing: border-box;
  background-color: #0f334f;
  position: relative;
  display: inline-block;
}

@media (max-width: 1200px) {
  .Home-actuWrapper {
    padding: 0 40px;
  }
}

@media (max-width: 1000px) {
  .Home-actuWrapper {
    height: auto;
  }
}

@media (max-width: 480px) {
  .Home-actuWrapper {
    padding: 0;
  }
}

.Home-actuContainer {
  width: 100%;
  height: 410px;
  margin-top: -30px;
  margin-bottom: -30px;
  display: flex;
}

@media (max-width: 1000px) {
  .Home-actuContainer {
    display: block;
    height: 100%;
  }
}

.Home-actuContainer a {
  text-transform: uppercase;
  color: #0f334f;
  letter-spacing: 2px;
  font-size: 18px;
  text-align: center;
  font-weight: 200;
}

.Home-actuContainer a .border {
  background: #0f334f;
}

.Home-actuContainer.actu_active {
  height: 475px;
  margin-top: -60px;
}

@media (max-width: 1000px) {
  .Home-actuContainer.actu_active {
    height: auto;
  }
}

.Home-actuBlocLeft {
  width: 50%;
  background: url("../img/blocActu_bg.jpg");
  background-size: cover;
  background-position-y: bottom;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 1000px) {
  .Home-actuBlocLeft {
    width: 100%;
    padding-bottom: 40px;
  }
}

.Home-actuBlocLeft p {
  font-weight: 200;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  line-height: 40px;
  font-size: 30px;
}

@media (max-width: 1000px) {
  .Home-actuBlocLeft p {
    padding: 0px 20px;
  }
}

.Home-actuBlocLeft a {
  color: #ffffff;
}

.Home-actuBlocLeft a .border {
  background: #ffffff;
}

.Home-actuBlocRightStatic {
  width: 50%;
  background: url("../img/blocActu_bg.jpg");
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  min-height: 300px;
}

@media (max-width: 1000px) {
  .Home-actuBlocRightStatic {
    width: 100%;
    padding-bottom: 40px;
  }
}

.Home-actuBlocRightStatic p {
  font-weight: 200;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  line-height: 40px;
  font-size: 30px;
}

@media (max-width: 1000px) {
  .Home-actuBlocRightStatic p {
    padding: 0px 20px;
  }
}

.Home-actuBlocRightStatic a {
  color: #000000;
}

.Home-actuBlocRightStatic a .border {
  background: #000000;
}

.Home-actuBlocRight {
  width: 50%;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1000px) {
  .Home-actuBlocRight {
    width: 100%;
    display: block;
  }
}

.Home-actuBlocRightLink {
  flex: 1;
  height: 100%;
  transition-duration: 0.5s;
}

.Home-actuBlocRightLink:hover {
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}

@media (max-width: 1000px) {
  .Home-actuBlocRightLink {
    width: 100%;
    display: block;
  }
}

.Home-actuBlocStatic {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.Home-actuBlocStatic--videoContainer, .Home-actuBlocStatic--picture {
  width: 100%;
  height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.Home-actuBlocStatic--videoContainer iframe, .Home-actuBlocStatic--videoContainer video, .Home-actuBlocStatic--videoContainer img, .Home-actuBlocStatic--picture iframe, .Home-actuBlocStatic--picture video, .Home-actuBlocStatic--picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Home-actuBlocStatic--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Home-actuBlocStatic--title {
  color: #0f334f;
  text-transform: uppercase;
  font-size: 1.4rem;
  display: block;
  margin: 1rem 0;
  text-align: center;
}

.Home-actuBlocStatic--links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.Home-actuBlocStatic--button {
  margin: 1rem auto;
}

.Home-actuBlocDynamicImg {
  height: 65%;
  width: 100%;
  background-size: cover;
  background-position: center;
  /*flex:1;*/
}

@media (max-width: 1000px) {
  .Home-actuBlocDynamicImg {
    height: 200px;
  }
}

.Home-actuBlocDynamicContent {
  width: 100%;
  height: 35%;
  box-sizing: border-box;
  padding: 10px 40px;
  /*flex:1;*/
}

@media (max-width: 1000px) {
  .Home-actuBlocDynamicContent {
    text-align: center;
  }
}

.Home-actuBlocDynamicContent h3 {
  color: #0f334f;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  letter-spacing: initial;
}

.Home-actuBlocDynamicContent p {
  line-height: 25px;
  font-size: initial;
  letter-spacing: initial;
  font-weight: initial;
  color: initial;
  text-align: initial;
  text-transform: initial;
}

.Home-visuel {
  width: 100%;
  height: 450px;
  background: url("../img/home_visuel.jpg");
  background-size: cover;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: 50%;
}

.Home-visuel h2 {
  font-weight: 200;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  line-height: 50px;
  font-size: 30px;
}

.Home-video {
  background-color: #0f334f;
  padding: 0 10rem 7.5rem 10rem;
}

@media (max-width: 992px) {
  .Home-video {
    padding: 0 2rem 7.5rem 2rem;
  }
}

.Home-video--container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Home-video--video {
  width: 100%;
  height: auto;
  position: relative;
  top: -4rem;
  aspect-ratio: 16 / 9;
}

.Home-video--title {
  text-transform: uppercase;
  text-align: center;
  font-size: 2rem;
  color: #ffffff;
  line-height: 3rem;
  letter-spacing: 0.09rem;
  margin: 0 0 3rem 0;
}

@media (max-width: 768px) {
  .Home-video--title {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.Home-video--buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.Home-video--button {
  display: flex;
  align-items: center;
  margin: 0 2rem 3rem 0;
}

@media (max-width: 768px) {
  .Home-video--button {
    justify-content: center;
  }
}

.Home-video--button svg {
  margin: 0 1rem 0 0;
  width: 2rem;
  height: 2rem;
}

.Home-video--button span {
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.09rem;
  font-family: 'Gotham';
  font-weight: 300;
  width: fit-content;
  position: relative;
}

@media (max-width: 768px) {
  .Home-video--button span {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

.Home-video--button span:after {
  content: '';
  position: absolute;
  bottom: -0.2rem;
  left: 1rem;
  width: 90%;
  height: 0.1rem;
  background-color: #ffffff;
  transition: all 250ms;
}

@media (max-width: 480px) {
  .Home-video--button span:after {
    display: none;
  }
}

.Home-video--button span:hover:after {
  width: 0;
}

.Home-presentationWrapper {
  width: 100%;
  height: 100vh;
  display: flex;
}

@media (max-width: 992px) {
  .Home-presentationWrapper {
    flex-direction: column;
    height: auto;
  }
  .Home-presentationWrapper:nth-child(even) .Home-presentationImgContainer {
    order: 2;
  }
}

.Home-presentationTxtContainer {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 200px;
  box-sizing: border-box;
}

@media (max-width: 1300px) {
  .Home-presentationTxtContainer {
    padding: 40px;
  }
}

@media (max-width: 992px) {
  .Home-presentationTxtContainer {
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 80px;
  }
}

.Home-presentationTxtContainer h2 {
  text-transform: uppercase;
  color: #0f334f;
  letter-spacing: 1px;
}

.Home-presentationTxtContainer p {
  text-align: justify;
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .Home-presentationTxtContainer p {
    text-align: center;
  }
}

.Home-presentationTxtContainer a {
  text-transform: uppercase;
  color: #0f334f;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 200;
}

@media (max-width: 992px) {
  .Home-presentationTxtContainer a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.Home-presentationTxtContainer a .border {
  background: #0f334f;
}

.Home-presentationImgContainer {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 992px) {
  .Home-presentationImgContainer {
    width: 100%;
    height: auto;
  }
}

.Home-presentationImgContainer img {
  width: 100%;
  height: 50%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .Home-presentationImgContainer img {
    height: auto;
  }
}

.Home-filialeBlocWrapper {
  width: 100%;
  height: 50vh;
  background: url("../img/home_filiale_bg.jpg");
  background-size: cover;
  margin-top: -2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 100px;
  box-sizing: border-box;
}

@media (max-width: 992px) {
  .Home-filialeBlocWrapper {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 550px) {
  .Home-filialeBlocWrapper {
    height: auto;
  }
}

.Home-filialeBlocWrapper svg {
  fill: #ffffff;
  margin-top: -100px;
}

.Home-filialeContainer {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

@media (max-width: 550px) {
  .Home-filialeContainer {
    width: 100%;
    flex-direction: column;
  }
}

.Home-filialeLogoContainer {
  width: 200px;
  text-align: center;
}

@media (max-width: 992px) {
  .Home-filialeLogoContainer {
    width: auto;
    padding: 20px;
  }
  .Home-filialeLogoContainer:last-child {
    padding-bottom: 0;
  }
}

.Home-expertisBlocWrapper {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  text-align: center;
  background-color: #ffffff;
}

.Home-expertisBlocWrapper h2 {
  margin: 100px;
  text-transform: uppercase;
  color: #0f334f;
  font-weight: 200;
  letter-spacing: 3px;
}

@media (max-width: 480px) {
  .Home-expertisBlocWrapper h2 {
    margin: 40px;
  }
}

.Home-expertiseContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .Home-expertiseContainer {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .Home-expertiseContainer {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}

.Home-expertise {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .Home-expertise {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .Home-expertise {
    width: 100%;
    margin-bottom: 40px;
  }
}

.Home-expertise h3 {
  text-transform: uppercase;
  color: #0f334f;
  margin-top: 20px;
  height: 50px;
}

.Home-expertise p {
  color: #7e7e7e;
}

.Home-expertiseImageContainer {
  width: 100px;
  height: 100px;
}

.Home-chiffreHeader {
  width: 100%;
  height: 100vh;
  background: url("../img/home_chiffre_bg.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Home-chiffreHeader h2 {
  font-weight: 200;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  line-height: 50px;
  font-size: 30px;
}

.Home-chiffreHeader span {
  color: #ffffff;
}

.Home-chiffreHeader a {
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 200;
}

.Home-chiffreHeader a .border {
  background: #ffffff;
}

.Home-chiffreWrapper {
  width: 100%;
  display: inline-block;
  background-color: #ffffff;
  padding: 0px 200px;
  box-sizing: border-box;
}

@media (max-width: 992px) {
  .Home-chiffreWrapper {
    padding: 0;
    max-width: 80%;
    margin: auto;
    display: block;
  }
}

.Home-chiffreContainer {
  width: 100%;
  background-color: #ffffff;
  margin-top: -100px;
  height: 350px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

@media (max-width: 1200px) {
  .Home-chiffreContainer {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .Home-chiffreContainer {
    height: auto;
    padding: 20px 0;
  }
}

.Home-chiffre {
  text-align: center;
}

@media (max-width: 1200px) {
  .Home-chiffre {
    width: 145px;
    padding: 10px;
  }
}

.Home-chiffre span {
  font-size: 50px;
  font-weight: bold;
  color: #0f334f;
}

.Home-chiffre span span:not(.countAnimated) {
  font-size: 15px;
  margin-top: 12px;
  margin-left: 5px;
  float: right;
}

.Home-chiffre p {
  color: #7e7e7e;
}

.Home .PushsFooter {
  margin-top: 0px;
}

.Page .Bloc-video {
  background-color: #0f334f;
  padding: 0 10rem 5.5rem 10rem;
}

@media (max-width: 992px) {
  .Page .Bloc-video {
    padding: 0 2rem 5.5rem 2rem;
  }
}

.Page .Bloc-video--container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Page .Bloc-video--video {
  width: 100%;
  height: auto;
  position: relative;
  top: -4rem;
  aspect-ratio: 16 / 9;
}

.Page .Bloc-video--title {
  text-transform: uppercase;
  text-align: center;
  font-size: 2rem;
  color: #ffffff;
  line-height: 3rem;
  letter-spacing: 0.09rem;
  margin: 0 0 2rem 0;
  font-weight: 500;
}

@media (max-width: 992px) {
  .Page .Bloc-video--title {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.Page .Bloc-video--buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.Page .Bloc-video--button {
  display: flex;
  align-items: center;
  margin: 0 2rem 3rem 0;
}

@media (max-width: 768px) {
  .Page .Bloc-video--button {
    justify-content: center;
  }
}

.Page .Bloc-video--button svg {
  margin: 0 1rem 0 0;
  width: 2rem;
  height: 2rem;
}

.Page .Bloc-video--button span {
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.09rem;
  font-family: 'Gotham';
  font-weight: 300;
  width: fit-content;
  position: relative;
}

@media (max-width: 768px) {
  .Page .Bloc-video--button span {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

.Page .Bloc-video--button span:after {
  content: '';
  position: absolute;
  bottom: -0.2rem;
  left: 1rem;
  width: 90%;
  height: 0.1rem;
  background-color: #ffffff;
  transition: all 250ms;
}

@media (max-width: 480px) {
  .Page .Bloc-video--button span:after {
    display: none;
  }
}

.Page .Bloc-video--button span:hover:after {
  width: 0;
}

.Page-bloc {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}

@media (max-width: 992px) {
  .Page-bloc {
    flex-direction: column;
    height: auto;
    margin-bottom: 60px;
  }
  .Page-bloc:before {
    content: '';
    display: block;
    margin-top: 50%;
  }
}

.Page-blocBackground {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 992px) {
  .Page-blocBackground {
    position: relative;
    height: auto;
  }
}

.Page-bloc video.Page-blocBackground {
  top: 0;
  left: 0;
}

.Page-bloc.left {
  justify-content: flex-start;
}

.Page-bloc.left .Page-blocContentTitle:before {
  left: -100px;
}

@media (max-width: 992px) {
  .Page-bloc.left .Page-blocContentTitle:before {
    left: -30px;
  }
}

@media (max-width: 550px) {
  .Page-bloc.left .Page-blocContentTitle:before {
    left: -40px;
  }
}

.Page-bloc.left .Page-blocContentTitle:after {
  left: calc(50% - 40px);
}

@media (max-width: 992px) {
  .Page-bloc.left .Page-blocContentTitle:after {
    left: calc(50% - 5px);
  }
}

@media (max-width: 550px) {
  .Page-bloc.left .Page-blocContentTitle:after {
    left: calc(50% - 10px);
  }
}

.Page-bloc.right {
  justify-content: flex-end;
}

.Page-bloc.right .Page-blocContentTitle:before {
  left: calc(50% - 50px);
}

@media (max-width: 992px) {
  .Page-bloc.right .Page-blocContentTitle:before {
    left: calc(50% - 15px);
  }
}

@media (max-width: 550px) {
  .Page-bloc.right .Page-blocContentTitle:before {
    left: calc(50% - 0px);
    width: calc(50% + 40px);
  }
}

.Page-bloc.right .Page-blocContentTitle:after {
  left: calc(50% - 70px);
}

@media (max-width: 992px) {
  .Page-bloc.right .Page-blocContentTitle:after {
    left: calc(50% - 35px);
  }
}

@media (max-width: 550px) {
  .Page-bloc.right .Page-blocContentTitle:after {
    left: calc(50% - 20px);
  }
}

.Page-blocContent {
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 50%;
  width: 50%;
  padding-bottom: 20px;
  /*padding-top: 60px;*/
  padding-left: 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.isIE .Page-blocContent {
  height: 80%;
}

@media (max-width: 992px) {
  .Page-blocContent {
    width: calc(100% - 60px);
    height: auto;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 15px;
  }
}

@media (max-width: 550px) {
  .Page-blocContent {
    padding: 0 40px;
    width: calc(100% - 40px);
  }
}

.Page-blocContentTitle {
  text-transform: uppercase;
  color: #0f334f;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 8px;
  position: relative;
}

.Page-blocContentTitle:before {
  position: absolute;
  content: '';
  bottom: -20px;
  width: calc(50% + 50px);
  height: 1px;
  background-color: #0f334f;
}

@media (max-width: 992px) {
  .Page-blocContentTitle:before {
    width: calc(50% + 15px);
  }
}

@media (max-width: 550px) {
  .Page-blocContentTitle:before {
    width: calc(50% + 20px);
  }
}

.Page-blocContentTitle:after {
  content: '\2022';
  position: absolute;
  bottom: -33px;
}

.Page-blocContent p {
  color: #7e7e7e;
  line-height: 25px;
  font-size: 17px;
  margin-bottom: 0px;
  width: 80%;
  letter-spacing: 1px;
}

@media (max-width: 550px) {
  .Page-blocContent p {
    width: 100%;
  }
}

.Page-blocContent a {
  text-decoration: underline;
  color: #0f334f;
}

.Page-blocContent ul {
  color: #7e7e7e;
  line-height: 25px;
  font-size: 17px;
  margin-bottom: 0px;
  width: 80%;
  letter-spacing: 1px;
}

@media (max-width: 550px) {
  .Page-blocContent ul {
    width: 100%;
  }
}

.Page-blocContent .link_border {
  margin-top: 50px;
  text-transform: uppercase;
  color: #0f334f;
  letter-spacing: 2px;
  font-size: 18px;
  text-align: center;
  font-weight: 200;
  transform: translateX(-50px);
}

@media (max-width: 992px) {
  .Page-blocContent .link_border {
    transform: translateX(-15px);
  }
}

@media (max-width: 550px) {
  .Page-blocContent .link_border {
    transform: translateX(0);
  }
}

.Page-blocContent .link_border .border {
  background: #0f334f;
}

.Page-slider {
  width: 100%;
  height: 100%;
}

.Page-slider.owl-theme .owl-controls {
  margin-top: -35px;
}

.Page-slider .owl-wrapper-outer {
  height: 100%;
}

.Page-slider .owl-wrapper {
  height: 100%;
}

.Page-slider .owl-item {
  height: 100%;
}

.Page-slider .item {
  height: 100%;
}

.Page-slider img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.Page-slider .owl-page span {
  background: #ac9455 !important;
  opacity: 0.9 !important;
}

.Page-slider .owl-page.active span {
  background: none !important;
  border: 1px solid #ac9455;
  width: 10px;
  height: 10px;
}

.Page-sliderWrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}

.Page-sliderWrapper .navPrev {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 992px) {
  .Page-sliderWrapper .navPrev {
    left: 20px;
  }
}

.Page-sliderWrapper .navNext {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 992px) {
  .Page-sliderWrapper .navNext {
    right: 20px;
  }
}

.Page-sliderWrapper .navImg {
  width: 25px;
  cursor: pointer;
}

.Classique {
  margin: 50px 0;
}

.Classique .container {
  margin-bottom: 170px;
}

.PushsFooter {
  background-color: #ffffff;
  padding: 0px 200px;
  box-sizing: border-box;
  margin-top: -80px;
}

@media (max-width: 992px) {
  .PushsFooter {
    padding: 0;
    margin: auto;
    width: 80%;
    min-width: 320px;
    margin-top: 0px;
  }
}

.PushsFooter-push {
  height: 350px;
  width: 100%;
  margin: 40px 0px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
}

.PushsFooter-pushBackground {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: multiply;
  background-position: center;
  transition-duration: 1s;
}

.PushsFooter-pushBackground:hover {
  transform: scale(1.3);
  transition-duration: 7s;
}

.PushsFooter-push img {
  /*            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0px;
            transition-duration: 1s;*/
  display: none;
}

.PushsFooter-push h3 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  z-index: 10;
  top: 50%;
  transform: translateY(-100%);
  position: absolute;
  width: 100%;
}

@media (max-width: 480px) {
  .PushsFooter-push h3 {
    padding: 0 20px;
    width: calc(100% - 40px);
    line-height: 25px;
  }
}

.Matiere {
  background-color: #ffffff;
  padding: 0px 0px;
  box-sizing: border-box;
}

.Matiere-title {
  text-transform: uppercase;
  color: #0f334f;
  font-weight: 200;
  text-align: center;
  margin: 30px;
}

.Matiere-legende {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

@media (max-width: 480px) {
  .Matiere-legende {
    flex-direction: column;
  }
}

.Matiere-legende p {
  margin: 20px;
  display: flex;
  align-items: center;
}

@media (max-width: 480px) {
  .Matiere-legende p {
    margin: 10px;
  }
}

.Matiere-legende p img {
  margin-right: 10px;
}

.Matiere-desc {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  cursor: pointer;
}

.Matiere-desc .container {
  height: 500px;
  max-height: 90%;
  background-color: #ffffff;
  display: flex;
  padding: 0;
  cursor: initial;
}

@media (max-width: 992px) {
  .Matiere-desc .container {
    flex-direction: column;
    height: 80%;
    width: 80%;
  }
}

.Matiere-descImg {
  background-size: cover;
  background-position: center;
  width: 30%;
  height: 100%;
}

@media (max-width: 992px) {
  .Matiere-descImg {
    width: 100%;
    height: 30%;
  }
}

.Matiere-descContent {
  width: 70%;
  height: 100%;
  box-sizing: border-box;
  padding: 30px;
  color: #7e7e7e;
  overflow-y: auto;
}

@media (max-width: 992px) {
  .Matiere-descContent {
    width: 100%;
    height: 70%;
    overflow-y: auto;
  }
}

.Matiere-descContent h2 {
  text-transform: uppercase;
  color: #0f334f;
}

.Matiere-descContent p {
  line-height: 25px;
}

.Map {
  height: 700px;
  width: 1024px;
  margin: auto;
  /*    .gmnoprint a, .gmnoprint span {
        display:none;
    }
    .gmnoprint div {
        background:none !important;
    }

    img[src="https://maps.gstatic.com/mapfiles/api-3/images/google_white5.png"], a[href^="http://maps.google.com/maps"]{
        display:none !important;
    }*/
}

@media (max-width: 1024px) {
  .Map {
    /*
        width: 100%;
        height: auto;
        @include aspect-ratio-carte(1024px, 700px);
        */
    width: 512px;
    height: 350px;
  }
}

@media (max-width: 512px) {
  .Map {
    width: 256px;
    height: 175px;
  }
}

.TooltipProd {
  padding: 10px;
}

.TooltipProd h3 {
  text-transform: uppercase;
  color: #9cb583;
}

.TooltipProd h3.partenariat {
  color: #ac9455;
}

.TooltipLocal {
  padding: 10px;
  float: left;
  max-width: 350px;
}

@media (max-width: 510px) {
  .TooltipLocal {
    width: calc(100% - 25% - 20px);
  }
  .TooltipLocal ~ img {
    width: 25%;
    max-height: none;
  }
}

.TooltipLocal h3 {
  text-transform: uppercase;
  color: #0f334f;
}

.TooltipLocal h3.crea {
  color: #d94d4c;
}

.TooltipLocalContainer img {
  margin-top: 20px;
  max-height: 160px;
}

.Historique {
  padding: 100px 0;
  padding-top: 0;
  position: relative;
}

.Historique .PushsFooter {
  margin-top: 150px;
}

.Historique-nav_ongletsDates {
  display: table;
  margin: 0 auto 8rem;
  list-style-type: none;
  padding: 0;
  border-bottom: 1px solid #f2f2f2;
}

.Historique-nav_ongletsDates li {
  display: table-cell;
}

.Historique-nav_ongletsDates li:not(:last-child) {
  border-right: 1px solid #f2f2f2;
}

.Historique-nav_ongletsDates li a {
  display: block;
  width: 360px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

@media (max-width: 1470px) {
  .Historique-nav_ongletsDates li a {
    width: auto;
    padding: 0px 80px;
  }
}

@media (max-width: 992px) {
  .Historique-nav_ongletsDates li a {
    padding: 0px 40px;
  }
}

@media (max-width: 768px) {
  .Historique-nav_ongletsDates li a {
    padding: 0px 10px;
  }
}

@media (max-width: 480px) {
  .Historique-nav_ongletsDates li a {
    line-height: 40px;
  }
}

.Historique-nav_ongletsDates li a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #0f334f transparent transparent transparent;
  display: block;
  position: absolute;
  top: 95%;
  left: calc(50% - 5px);
  opacity: 0;
  transition: all 0.1s linear 0.2s;
}

.Historique-nav_ongletsDates li a:hover,
.Historique-nav_ongletsDates li.on a {
  background-color: #0f334f;
  color: #fff;
}

.Historique-nav_ongletsDates li a:hover:after,
.Historique-nav_ongletsDates li.on a:after {
  top: 100%;
  opacity: 1;
}

.Historique-blocFourchettedate {
  opacity: 0;
  height: 0;
}

@media (min-width: 993px) {
  .Historique-blocFourchettedate {
    display: flex;
    max-width: 996px;
    margin: auto;
  }
}

.Historique-blocFourchettedate.on {
  opacity: 1;
  height: auto;
}

@media (min-width: 993px) {
  .Historique-barreProgress {
    display: flex;
    flex-direction: column;
    width: 146px;
    min-width: 146px;
    padding-left: 0;
  }
}

@media (max-width: 992px) {
  .Historique-barreProgress {
    padding: 0 70px 0 0;
    list-style-type: none;
    display: table;
    margin: 80px auto;
    position: relative;
  }
}

@media (max-width: 500px) {
  .Historique-barreProgress {
    padding-right: 50px;
  }
}

.Historique-barreProgress:after {
  content: "";
  background-color: #bebebe;
  width: 143px;
  height: 2px;
  position: absolute;
  z-index: 2;
  bottom: 7px;
  right: 0px;
  display: block;
}

@media (max-width: 992px) {
  .Historique-barreProgress:after {
    width: 100px;
  }
}

@media (max-width: 768px) {
  .Historique-barreProgress:after {
    width: 70px;
  }
}

@media (max-width: 500px) {
  .Historique-barreProgress:after {
    width: 50px;
  }
}

@media (min-width: 993px) {
  .Historique-barreProgress li {
    position: relative;
    height: 120px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .Historique-barreProgress li:first-child {
    height: 60px !important;
  }
  .Historique-barreProgress li::before {
    content: '';
    background-color: #bebebe;
    height: calc(100% - 16px);
    width: 2px;
    position: absolute;
    left: 8px;
    top: 0;
    z-index: 2;
    display: block;
  }
  .Historique-barreProgress li::after {
    content: '';
    background-color: #0f334f;
    height: calc(100% - 16px);
    width: 2px;
    position: absolute;
    left: 8px;
    top: 0;
    z-index: 3;
    display: block;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.2s linear;
  }
  .Historique-barreProgress li.on::after, .Historique-barreProgress li.pass_date::after {
    transform: scaleY(1);
  }
  .Historique-barreProgress li.on::before, .Historique-barreProgress li.on::after {
    height: calc(100% - 18px);
  }
  .Historique-barreProgress li.on a::before {
    background-color: #ffffff !important;
    border-color: #0f334f;
    width: 16px;
    height: 16px;
    left: -1px;
  }
  .Historique-barreProgress li.pass_date a::before {
    border-color: #0f334f;
    background-color: #0f334f;
  }
}

@media (max-width: 992px) {
  .Historique-barreProgress li {
    width: 70px;
    height: 40px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  .Historique-barreProgress li:before {
    content: '';
    background-color: #bebebe;
    width: calc(100% - 6px);
    height: 2px;
    position: absolute;
    z-index: 2;
    bottom: 7px;
    display: block;
  }
  .Historique-barreProgress li:after {
    content: '';
    background-color: #0f334f;
    width: 0px;
    height: 2px;
    position: absolute;
    z-index: 3;
    bottom: 7px;
    display: block;
    transition: all 0.2s linear;
  }
  .Historique-barreProgress li.on:after, .Historique-barreProgress li.pass_date:after {
    width: calc(100% - 6px);
  }
}

@media (max-width: 500px) {
  .Historique-barreProgress li {
    width: 50px;
  }
}

@media (min-width: 993px) {
  .Historique-barreProgress li a {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
  }
  .Historique-barreProgress li a::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #bebebe;
    background-color: #bebebe;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 1px;
    transition: all 0.2s linear;
  }
}

@media (max-width: 992px) {
  .Historique-barreProgress li a {
    position: absolute;
    right: -18.5px;
    height: 40px;
    width: 35px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #bebebe;
    cursor: pointer;
  }
  .Historique-barreProgress li a:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #bebebe;
    border-radius: 50%;
    position: absolute;
    bottom: 0%;
    left: calc(50% - 7px);
    transition: all 0.2s linear;
  }
}

.Historique-barreProgress li a.on, .Historique-barreProgress li a:hover {
  color: #0f334f;
}

.Historique-barreProgress li a.on:before, .Historique-barreProgress li a:hover:before {
  background-color: #0f334f;
  border-color: #0f334f;
}

.Historique-barreProgress li.on a, .Historique-barreProgress li.pass_date a {
  color: #0f334f;
}

.Historique-barreProgress li.on a:before, .Historique-barreProgress li.pass_date a:before {
  background-color: #0f334f;
}

.Historique-blocDate {
  opacity: 0;
  height: 0;
}

@media (max-width: 992px) {
  .Historique-blocDate {
    padding: 0 2rem;
  }
}

.Historique-blocDate--titre {
  line-height: 40px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 200;
  margin: 5px 0 70px;
}

.Historique-blocDate--content {
  width: 100%;
  position: relative;
}

.Historique-blocDate--date {
  position: relative;
  content: attr(data-title);
  font-size: 100px;
  color: #0f334f;
  font-weight: bold;
  padding: 0 0 0 30px;
}

.Historique-blocDate--date::before {
  content: '.';
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 100px;
  color: #0f334f;
  font-weight: bold;
  line-height: 70px;
}

.Historique-blocDate--date::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 30px;
  width: calc(100% - 30px);
  height: 2px;
  background-color: #7e7e7e;
}

.Historique-blocDate.on {
  opacity: 1;
  height: auto;
}

.InformationsFinancieres {
  /*    padding:100px;
    padding-top: 0;
    position: relative;*/
}

@media (max-width: 992px) {
  .InformationsFinancieres {
    /*padding: 30px;*/
  }
}

.InformationsFinancieres .container h3 {
  text-align: center;
  color: #0f334f;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 70px;
}

.InformationsFinancieres .PushsFooter {
  margin-top: 100px;
}

.InformationsFinancieres .link_border {
  margin-top: 50px;
  text-transform: uppercase;
  color: #0f334f;
  letter-spacing: 2px;
  font-size: 18px;
  text-align: center;
  font-weight: 200;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

@media (max-width: 992px) {
  .InformationsFinancieres .link_border {
    /*transform: translateX(-15px);*/
  }
}

@media (max-width: 550px) {
  .InformationsFinancieres .link_border {
    /*transform: translateX(0);*/
  }
}

.InformationsFinancieres .link_border .border {
  background: #0f334f;
}

.InformationsFinancieres-content {
  margin-top: 50px;
}

.InformationsFinancieres-SelectionAnnee {
  margin: 60px auto;
  display: table;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  height: 48px;
  width: 260px;
  overflow: hidden;
  position: relative;
}

.InformationsFinancieres-SelectionAnnee:after {
  content: '';
  background: url("../img/navSelect.png") no-repeat center left;
  width: 5px;
  height: 3px;
  display: block;
  position: absolute;
  top: 20px;
  right: 30px;
}

.InformationsFinancieres-SelectionAnnee select {
  border: 0;
  height: 48px;
  color: #0f334f;
  width: 130%;
  padding-left: 30px;
  appearance: none;
  outline: none;
}

.InformationsFinancieres-Articles {
  border: 1px solid #e5e5e5;
}

.InformationsFinancieres-Articles .Article-Post {
  padding-top: 30px;
  padding-bottom: 30px;
}

.InformationsFinancieres-Articles .Article-Post:hover {
  background-color: #e5e5e5;
}

.InformationsFinancieres-Articles .Article-Post:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.InformationsFinancieres-Articles .Article-Post .Post-Titre {
  font-size: 16px;
  color: #0f334f;
  text-transform: uppercase;
  display: inline-table;
  padding: 0 20px;
}

.InformationsFinancieres-Articles .Article-Post .Post-Titre .datecp {
  float: left;
  font-size: 14px;
  color: #7e7e7e;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  margin-right: 40px;
  min-width: 130px;
}

@media (max-width: 992px) {
  .InformationsFinancieres-Articles .Article-Post .Post-Titre .datecp {
    display: block;
    float: none;
    padding-top: 10px;
  }
}

.InformationsFinancieres-Articles .Article-Post .Post-Descri {
  display: block;
  margin: 40px 0px;
  display: none;
}

.InformationsFinancieres-Articles .Article-Post .Post-Descri p {
  margin: 0;
}

.InformationsFinancieres-Articles .Article-Post .Post-Doc {
  display: inline-flex;
  justify-content: flex-end;
  float: right;
}

.InformationsFinancieres-Articles .Article-Post .Post-Doc a {
  color: #7e7e7e;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 18px;
  width: 16px;
  padding: 0 20px;
}

.InformationsFinancieres-Articles .Article-Post .Post-Doc a:before {
  content: '';
  background: url("../img/picto_pdf.png") no-repeat top left;
  width: 16px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
}

.InformationsFinancieres-catName {
  margin: 0;
  padding: 30px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.InformationsFinancieres-empty {
  text-align: center;
}

.Chiffres .PushsFooter {
  margin-top: 150px;
}

.Chiffres-title {
  text-transform: uppercase;
  color: #0f334f;
  font-weight: 200;
  text-align: center;
  margin: 60px;
}

.Chiffres-chiffreWrapper {
  width: 100%;
  max-width: 1045px;
  display: block;
  margin: auto;
  background-color: #ffffff;
  padding: 0px;
  box-sizing: border-box;
}

@media (max-width: 992px) {
  .Chiffres-chiffreWrapper {
    padding: 0;
    max-width: 80%;
    margin: auto;
    display: block;
  }
}

.Chiffres-chiffreContainer {
  width: 100%;
  background-color: #ffffff;
  margin-top: 40px;
  min-height: 350px;
  /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);*/
  display: block;
  text-align: center;
}

@media (max-width: 1200px) {
  .Chiffres-chiffreContainer {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .Chiffres-chiffreContainer {
    height: auto;
    padding: 20px 0;
  }
}

.Chiffres-chiffre {
  text-align: center;
  margin: 20px;
  width: 280px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1200px) {
  .Chiffres-chiffre {
    width: 145px;
    padding: 10px;
  }
}

.Chiffres-chiffre > span {
  display: inline-block;
}

.Chiffres-chiffre span {
  font-size: 50px;
  font-weight: bold;
  color: #0f334f;
}

.Chiffres-chiffre span span:not(.countAnimated) {
  font-size: 15px;
  margin-top: 12px;
  margin-left: 5px;
  float: right;
}

.Chiffres-chiffre p {
  color: #7e7e7e;
}

.Chiffres-map {
  text-align: center;
}

.Chiffres-map img {
  max-width: 100%;
}

.Chiffres-Circles {
  text-align: center;
}

.Chiffres-Circles.animated #circle-1 {
  opacity: 1;
}

.Chiffres-Circles.animated #circle-2 {
  opacity: 1;
}

.Chiffres-Circles.animated #circle-3 {
  opacity: 1;
}

.Chiffres-Circles.animated #circle-4 {
  opacity: 1;
}

.Chiffres-Circlepercent[id*="circle-"] {
  width: 255px;
  height: auto;
  position: relative;
  display: inline-table;
  margin: 0 60px;
  margin-bottom: 80px;
}

.Chiffres-Circlepercent[id*="circle-"] .progressbar-text {
  font-weight: bold;
  top: calc(50% - 27.5px) !important;
}

.Chiffres-Circlepercent[id*="circle-"] .progressbar-text:after {
  content: '%';
  font-size: 25px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-top: 5px;
  font-weight: normal;
}

.Chiffres-Circlepercent[id*="circle-"] svg {
  margin-bottom: 40px;
}

.Chiffres-Circlepercent[id*="circle-"] h3 {
  display: table-footer-group;
  font-size: 20px;
  color: #0f334f;
  text-transform: uppercase;
}

.Chiffres-Circlepercent#circle-1 {
  transition: all 1s linear 0.6s;
  opacity: 0;
}

.Chiffres-Circlepercent#circle-2 {
  transition: all 1s linear 1.2s;
  opacity: 0;
}

.Chiffres-Circlepercent#circle-3 {
  transition: all 1s linear 1.8s;
  opacity: 0;
}

.Chiffres-Circlepercent#circle-4 {
  transition: all 1s linear 2.4s;
  opacity: 0;
}

.Chiffres-titleContent {
  margin: 40px;
  text-align: center;
}

.Chiffres-contentContainer {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  line-height: 25px;
  font-size: 18px;
}

@media (max-width: 992px) {
  .Chiffres-contentContainer {
    flex-direction: column;
  }
}

.Chiffres-content1, .Chiffres-content2 {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
}

@media (max-width: 992px) {
  .Chiffres-content1, .Chiffres-content2 {
    width: 100%;
  }
}

.Chiffres-content1.Full {
  width: fit-content;
}

.Chiffres-content1.Full h3 {
  width: fit-content;
}

.Chiffres-content1.Full ul {
  width: fit-content;
}

.Actualites {
  padding-bottom: 30px;
}

.Actualites .PushsFooter {
  margin-top: 50px;
}

.Actualites-BlocTitle {
  text-transform: uppercase;
  color: #0f334f;
  font-weight: 200;
  text-align: center;
  margin: 60px;
}

.Actualites-Content {
  display: flex;
}

@media (max-width: 991px) {
  .Actualites-Content {
    flex-direction: column;
  }
}

.Actualites-Content > div {
  order: 1;
}

.Actualites article:not(:last-child) {
  border-bottom: 1px solid #0f334f;
}

.Actualites article:nth-child(even) .Actualites-BlocDescriptif {
  order: -1;
}

.Actualites-BlocImg {
  width: 50%;
  /*
        background-size: cover;
        background-position: 50%;
        */
  overflow: hidden;
  flex: 1;
}

@media (max-width: 991px) {
  .Actualites-BlocImg {
    width: 100%;
  }
}

.Actualites-BlocImg ~ .Actualites-BlocDescriptif {
  width: 50%;
}

@media (max-width: 991px) {
  .Actualites-BlocImg ~ .Actualites-BlocDescriptif {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.Actualites-BlocImg img {
  object-fit: cover;
  width: 100%;
}

.Actualites-BlocDescriptif {
  width: 100%;
  padding: 60px;
  padding-top: 0;
  padding-bottom: 30px;
  text-align: justify;
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 991px) {
  .Actualites-BlocDescriptif {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.Actualites-BlocDescriptif p {
  margin-top: 0;
  margin-bottom: 0;
}

.Actualites-BlocDescriptif p:not(:last-child) {
  margin-bottom: 30px;
}

.Actualites a.link_border {
  text-transform: uppercase;
  color: #0f334f;
  letter-spacing: 2px;
  font-size: 18px;
  text-align: center;
  font-weight: 200;
  margin: 50px auto;
}

.Actualites a.link_border .border {
  background: #0f334f;
}

.Actualites footer {
  text-align: center;
}

.Offres-container {
  box-sizing: border-box;
  padding: 50px 0px 100px 0px;
}

.Offres-offre {
  border-bottom: 1px solid #bebebe;
  padding: 20px 40px;
  color: #7e7e7e;
}

.Offres-offre:first-child {
  border-top: 1px solid #bebebe;
}

.Offres-offre.active h3 {
  color: #0f334f;
}

.Offres-offre h3 {
  text-transform: uppercase;
  cursor: pointer;
  transition-duration: 0.5s;
  display: inline-block;
  max-width: calc(100% - 18px);
}

@media (max-width: 480px) {
  .Offres-offre h3 {
    font-size: 17px;
  }
}

.Offres-offre p {
  line-height: 25px;
}

.Offres-chevron {
  float: right;
}

.Offres-subTitle {
  text-transform: uppercase;
  font-size: 16px;
}

.Offres-offreContent {
  display: none;
}

.Offres-postuler {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 200;
  color: #0f334f;
  cursor: pointer;
  margin: auto;
}

.Offres-postuler .border {
  background: #0f334f;
}

.Offres-form {
  display: none;
  position: absolute;
  padding-top: 150px;
  top: 0px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.Offres-form .gform_wrapper {
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 50px;
}

.Candidature .container {
  margin-bottom: 100px;
}

.Contact {
  margin-top: 100px;
}

.Contact-infoWrapper {
  display: flex;
  flex-direction: row;
}

@media (max-width: 767px) {
  .Contact-infoWrapper {
    flex-direction: column;
  }
}

.Contact-map {
  height: 500px;
  width: 50%;
}

@media (max-width: 767px) {
  .Contact-map {
    width: 100%;
  }
}

.Contact-infoContainer {
  color: #7e7e7e;
  line-height: 25px;
  width: 50%;
}

@media (max-width: 767px) {
  .Contact-infoContainer {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
}

.Contact-infoContainer h2 {
  text-transform: uppercase;
  color: #0f334f;
  font-weight: 200;
  text-align: left;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .Contact-infoContainer h2 {
    text-align: center;
  }
}

.Contact-infoContainer h3 {
  font-size: 22px;
  color: #0f334f;
  font-weight: normal;
}

.Contact-formContainer {
  box-sizing: border-box;
  margin-bottom: 100px;
  padding: 60px 200px;
}

@media (max-width: 991px) {
  .Contact-formContainer {
    padding: 60px 50px;
  }
}

#field_2_2 .validation_message {
  display: block !important;
}

.Article .container {
  margin-bottom: 150px;
}

.Article-thumbnailContainer {
  text-align: center;
  margin: 40px;
}

.Article-thumbnail {
  width: 100%;
  max-width: 800px;
  height: auto;
}

.Article-contentContainer {
  font-size: 18px;
  line-height: 25px;
}

.Localite {
  margin-bottom: 100px;
}

.LocaliteTxtImg {
  display: flex;
  width: 100%;
  height: 600px;
}

@media (max-width: 1200px) {
  .LocaliteTxtImg {
    flex-direction: column;
    height: auto;
  }
}

.LocaliteTxtImg-contentContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  order: 2;
}

.LocaliteTxtImg-contentContainer--reverse {
  order: 3;
}

@media (max-width: 1200px) {
  .LocaliteTxtImg-contentContainer {
    width: 100%;
  }
}

.LocaliteTxtImg-contentContainer .owl-theme .owl-controls .owl-page span {
  border: 1px solid #ac9455;
  background: #ffffff;
  opacity: 1 !important;
}

.LocaliteTxtImg-contentContainer .owl-theme .owl-controls .owl-page.active span {
  background: #ac9455;
}

.LocaliteTxtImg-slider {
  cursor: pointer;
  width: 600px;
  max-width: 100%;
}

.LocaliteTxtImg-slider p {
  line-height: 30px;
  color: #7e7e7e;
}

.LocaliteTxtImg-sliderTitle {
  text-transform: uppercase;
  text-align: center;
  color: #0f334f;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

.LocaliteTxtImg-sliderSubTitle {
  text-transform: uppercase;
  color: #0f334f;
  font-size: 16px;
  letter-spacing: 1px;
}

.LocaliteTxtImg-imgContainer {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  height: 100%;
  order: 2;
}

@media (max-width: 1200px) {
  .LocaliteTxtImg-imgContainer {
    width: 100%;
    height: 500px;
  }
}

.LocaliteTxtImg-img1 {
  width: 100%;
  height: 50%;
  background-size: cover;
  background-position: center;
}

.LocaliteTxtImg-img1--1 {
  height: 100%;
}

.LocaliteTxtImg-img2 {
  width: 100%;
  height: 50%;
  background-size: cover;
  background-position: center;
}

.LocaliteTxtImg-img2--1 {
  display: none;
}

.LocaliteTxtImg-img2--3 {
  width: 50%;
}

.LocaliteTxtImg-img3 {
  width: 50%;
  height: 50%;
  background-size: cover;
  background-position: center;
}

.LocaliteTxtImg-img3--1, .LocaliteTxtImg-img3--2 {
  display: none;
}

.LocaliteContent {
  width: 100%;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding: 50px 0;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.LocaliteContent h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.LocaliteContent p {
  line-height: 30px;
}

.LocaliteAdresses {
  background-color: #0f334f;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}

.LocaliteAdresses-item {
  margin: 0 20px;
  color: #ffffff;
  text-align: center;
}

.LocaliteAdresses-title {
  font-size: 14px;
  font-weight: normal;
}

.LocaliteAdresses p {
  line-height: 25px;
}

.LocaliteAdresses-link {
  text-transform: uppercase;
}

.LocaliteAdresses-link .border {
  background: #ffffff;
}

@media (max-width: 768px) {
  .LocaliteAdresses {
    flex-direction: column;
    align-items: center;
  }
}

.LocaliteForm {
  padding: 40px 0;
  box-sizing: border-box;
  width: 100%;
}

.LocaliteForm .container {
  box-sizing: border-box;
  margin-bottom: 100px;
  padding: 60px 200px;
  /*@include font-family("Gotham");*/
}

@media (max-width: 991px) {
  .LocaliteForm .container {
    padding: 60px 50px;
  }
}

.LocaliteForm h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
  color: #0f334f;
}

.LocaliteForm p {
  line-height: 30px;
  color: #7e7e7e;
}

.LocaliteForm-obligatoire {
  position: relative;
  display: flex;
  align-items: center;
}

.LocaliteForm-obligatoire::before {
  content: '';
  width: 4px;
  height: 4px;
  background: url(../img/formRequired.png) no-repeat 0 0;
  margin-right: 20px;
}

.Localite-langSwitcher {
  position: absolute;
  top: 20px;
  right: 50px;
  color: #fff;
  letter-spacing: 2px;
  z-index: 10;
  padding: 0 1rem;
  text-transform: uppercase;
  font-weight: 200;
  cursor: pointer;
  box-sizing: border-box;
}

.Localite-langSwitcher bold {
  font-weight: 600;
}

.Localite-langSwitcher--local {
  display: none;
}

@media (max-width: 991px) {
  .Localite-langSwitcher {
    top: 50px;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 1rem;
  }
}

.Localite-loop {
  display: none;
}

.Localite-loop--local {
  display: block;
}

.Localite-title {
  display: none;
}

.Localite-title--local {
  display: block;
}

.Popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  box-sizing: border-box;
}

.Popup.active {
  opacity: 1;
  visibility: visible;
}

.Popup-container {
  max-width: 710px;
  background-color: #ffffff;
  padding: 30px;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  position: relative;
  box-sizing: border-box;
}

.Popup-close {
  fill: #0f334f;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.Popup-logoIcon {
  margin: 0 auto;
  display: block;
}

.Popup-content, .Popup-content * {
  color: #0f334f;
}

.Flex-image {
  margin: 80px auto;
}

@media (max-width: 768px) {
  .Flex-image {
    margin: 40px auto;
  }
}

.Flex-image--src {
  width: 100%;
}

.Flex-image--legend {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #7e7e7e;
}

.Flex-text {
  margin: 80px auto;
}

@media (max-width: 768px) {
  .Flex-text {
    margin: 40px auto;
  }
}

.Flex-citation {
  position: relative;
  width: calc(100% - 10rem);
  max-width: 520px;
  margin: 80px auto;
}

@media (max-width: 768px) {
  .Flex-citation {
    margin: 40px auto;
    width: calc(100% - 2rem);
  }
}

.Flex-citation--main {
  position: relative;
}

.Flex-citation--main::before {
  content: "''";
  position: absolute;
  top: -25px;
  right: calc(100% + 25px);
  font-size: 90px;
  color: #7e7e7e;
}

@media (max-width: 480px) {
  .Flex-citation--main::before {
    font-size: 70px;
    right: 100%;
  }
}

.Flex-citation--main::after {
  content: "''";
  position: absolute;
  bottom: -25px;
  left: calc(100% + 25px);
  font-size: 90px;
  color: #7e7e7e;
}

@media (max-width: 480px) {
  .Flex-citation--main::after {
    font-size: 70px;
    left: 100%;
  }
}

.Flex-citation--author {
  display: block;
  margin-top: 2.5rem;
  text-align: center;
}

.Flex-citation p {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  color: #7e7e7e;
}

.Flex-double {
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
}

.Flex-double.reverse {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .Flex-double {
    margin: 40px auto;
    flex-direction: column !important;
  }
}

.Flex-double--img {
  width: 400px;
  align-self: flex-start;
}

@media (max-width: 992px) {
  .Flex-double--img {
    width: 300px;
  }
}

@media (max-width: 768px) {
  .Flex-double--img {
    width: 100%;
    max-width: 400px;
    align-self: center;
  }
}

.Flex-double--content {
  width: calc(100% - 440px);
}

@media (max-width: 992px) {
  .Flex-double--content {
    width: calc(100% - 340px);
  }
}

@media (max-width: 768px) {
  .Flex-double--content {
    width: 100%;
  }
}
