@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #484848;
  background-color: #f0f0f0; }

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

a {
  color: #0093c9;
  text-decoration: none; }
  a:hover,
  a:focus {
    color: #005b7d;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #f4f5f5; }

.sr-only, .ginput_container_fileupload input[type="file"], .form-upload input[type="file"], .post-list-title, .is-nav-desktop .page .nav-page + .page-content h1:not(.job-title), .page-form h1, .single-checkbox > label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #d9d9d9; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 0;
  margin-bottom: 15.00089px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  margin-bottom: 15.00089px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 22px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 32px; } }

h2, .h2 {
  font-size: 18px;
  font-weight: 700;
  color: #273782; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 24px; } }

h3, .h3 {
  font-size: 18px;
  font-weight: 300;
  color: #0093c9; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 24px; } }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 16px; }

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

p {
  margin: 0 0 15.00089px; }

.lead {
  margin-bottom: 15.00089px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4; }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #4ec5f0;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #d9d9d9; }

.text-primary {
  color: #0093c9; }

a.text-primary:hover,
a.text-primary:focus {
  color: #006e96; }

.text-success {
  color: #fff; }

a.text-success:hover,
a.text-success:focus {
  color: #e6e6e6; }

.text-info {
  color: #0093c9; }

a.text-info:hover,
a.text-info:focus {
  color: #006e96; }

.text-warning {
  color: #fff; }

a.text-warning:hover,
a.text-warning:focus {
  color: #e6e6e6; }

.text-danger {
  color: #fff; }

a.text-danger:hover,
a.text-danger:focus {
  color: #e6e6e6; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #0093c9; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #006e96; }

.bg-success {
  background-color: #30cc09; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #259b07; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #4ec5f0; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #c0500d; }

.bg-danger {
  background-color: #f13131; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e00f0f; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #f4f5f5; }

ul,
ol {
  margin-top: 15.00089px;
  margin-bottom: 15.00089px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-top: 0;
    margin-bottom: 0; }

.list-unstyled, .gfield_checkbox, .gfield_radio {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #d9d9d9; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #f4f5f5; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #d9d9d9; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f4f5f5;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #d9d9d9;
  text-align: left; }

.btn, input[type="submit"], .next-page a, .search-pager a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus,
  input[type="submit"]:focus,
  .next-page a:focus,
  .search-pager a:focus,
  .btn.focus,
  input.focus[type="submit"],
  .next-page a.focus,
  .search-pager a.focus,
  .btn:active:focus,
  input[type="submit"]:active:focus,
  .next-page a:active:focus,
  .search-pager a:active:focus,
  .btn:active.focus,
  input[type="submit"]:active.focus,
  .next-page a:active.focus,
  .search-pager a:active.focus,
  .btn.active:focus,
  input.active[type="submit"]:focus,
  .next-page a.active:focus,
  .search-pager a.active:focus,
  .btn.active.focus, input.active.focus[type="submit"], .next-page a.active.focus, .search-pager a.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover,
  input[type="submit"]:hover,
  .next-page a:hover,
  .search-pager a:hover,
  .btn:focus,
  input[type="submit"]:focus,
  .next-page a:focus,
  .search-pager a:focus,
  .btn.focus, input.focus[type="submit"], .next-page a.focus, .search-pager a.focus {
    color: #fff;
    text-decoration: none; }
  .btn:active,
  input[type="submit"]:active,
  .next-page a:active,
  .search-pager a:active,
  .btn.active, input.active[type="submit"], .next-page a.active, .search-pager a.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled,
  input.disabled[type="submit"],
  .next-page a.disabled,
  .search-pager a.disabled,
  .btn[disabled],
  input[disabled][type="submit"],
  .next-page a[disabled],
  .search-pager a[disabled],
  fieldset[disabled] .btn, fieldset[disabled] input[type="submit"], fieldset[disabled] .next-page a, .next-page fieldset[disabled] a, fieldset[disabled] .search-pager a, .search-pager fieldset[disabled] a {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
.next-page a.disabled,
.search-pager a.disabled,
fieldset[disabled] a.btn, fieldset[disabled] .next-page a, .next-page fieldset[disabled] a, fieldset[disabled] .search-pager a, .search-pager fieldset[disabled] a {
  pointer-events: none; }

.btn-default, input[type="submit"], .next-page a, .search-pager a {
  color: #fff;
  background-color: #273782;
  border-color: transparent; }
  .btn-default:focus,
  input[type="submit"]:focus,
  .next-page a:focus,
  .search-pager a:focus,
  .btn-default.focus, input.focus[type="submit"], .next-page a.focus, .search-pager a.focus {
    color: #fff;
    background-color: #4ec5f0;
    border-color: transparent; }
  .btn-default:hover, input[type="submit"]:hover, .next-page a:hover, .search-pager a:hover {
    color: #fff;
    background-color: #4ec5f0;
    border-color: transparent; }
  .btn-default:active,
  input[type="submit"]:active,
  .next-page a:active,
  .search-pager a:active,
  .btn-default.active,
  input.active[type="submit"],
  .next-page a.active,
  .search-pager a.active,
  .open > .btn-default.dropdown-toggle, .open > input.dropdown-toggle[type="submit"], .next-page .open > a.dropdown-toggle, .search-pager .open > a.dropdown-toggle {
    color: #fff;
    background-color: #4ec5f0;
    border-color: transparent; }
    .btn-default:active:hover,
    input[type="submit"]:active:hover,
    .next-page a:active:hover,
    .search-pager a:active:hover,
    .btn-default:active:focus,
    input[type="submit"]:active:focus,
    .next-page a:active:focus,
    .search-pager a:active:focus,
    .btn-default:active.focus,
    input[type="submit"]:active.focus,
    .next-page a:active.focus,
    .search-pager a:active.focus,
    .btn-default.active:hover,
    input.active[type="submit"]:hover,
    .next-page a.active:hover,
    .search-pager a.active:hover,
    .btn-default.active:focus,
    input.active[type="submit"]:focus,
    .next-page a.active:focus,
    .search-pager a.active:focus,
    .btn-default.active.focus,
    input.active.focus[type="submit"],
    .next-page a.active.focus,
    .search-pager a.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > input.dropdown-toggle[type="submit"]:hover,
    .next-page .open > a.dropdown-toggle:hover, .search-pager .open > a.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus,
    .open > input.dropdown-toggle[type="submit"]:focus,
    .next-page .open > a.dropdown-toggle:focus, .search-pager .open > a.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus, .open > input.dropdown-toggle.focus[type="submit"], .next-page .open > a.dropdown-toggle.focus, .search-pager .open > a.dropdown-toggle.focus {
      color: #fff;
      background-color: #bd4f0d;
      border-color: transparent; }
  .btn-default:active,
  input[type="submit"]:active,
  .next-page a:active,
  .search-pager a:active,
  .btn-default.active,
  input.active[type="submit"],
  .next-page a.active,
  .search-pager a.active,
  .open > .btn-default.dropdown-toggle, .open > input.dropdown-toggle[type="submit"], .next-page .open > a.dropdown-toggle, .search-pager .open > a.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover,
  input.disabled[type="submit"]:hover,
  .next-page a.disabled:hover,
  .search-pager a.disabled:hover,
  .btn-default.disabled:focus,
  input.disabled[type="submit"]:focus,
  .next-page a.disabled:focus,
  .search-pager a.disabled:focus,
  .btn-default.disabled.focus,
  input.disabled.focus[type="submit"],
  .next-page a.disabled.focus,
  .search-pager a.disabled.focus,
  .btn-default[disabled]:hover,
  input[disabled][type="submit"]:hover,
  .next-page a[disabled]:hover,
  .search-pager a[disabled]:hover,
  .btn-default[disabled]:focus,
  input[disabled][type="submit"]:focus,
  .next-page a[disabled]:focus,
  .search-pager a[disabled]:focus,
  .btn-default[disabled].focus,
  input[disabled].focus[type="submit"],
  .next-page a[disabled].focus,
  .search-pager a[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] input[type="submit"]:hover,
  fieldset[disabled] .next-page a:hover,
  .next-page fieldset[disabled] a:hover, fieldset[disabled] .search-pager a:hover,
  .search-pager fieldset[disabled] a:hover, fieldset[disabled] .btn-default:focus,
  fieldset[disabled] input[type="submit"]:focus,
  fieldset[disabled] .next-page a:focus,
  .next-page fieldset[disabled] a:focus, fieldset[disabled] .search-pager a:focus,
  .search-pager fieldset[disabled] a:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] input.focus[type="submit"], fieldset[disabled] .next-page a.focus, .next-page fieldset[disabled] a.focus, fieldset[disabled] .search-pager a.focus, .search-pager fieldset[disabled] a.focus {
    background-color: #273782;
    border-color: transparent; }
  .btn-default .badge, input[type="submit"] .badge, .next-page a .badge, .search-pager a .badge {
    color: #273782;
    background-color: #fff; }

.btn-primary {
  color: #fff;
  background-color: #0093c9;
  border-color: transparent; }
  .btn-primary:focus,
  .btn-primary.focus {
    color: #fff;
    background-color: #006e96;
    border-color: transparent; }
  .btn-primary:hover {
    color: #fff;
    background-color: #006e96;
    border-color: transparent; }
  .btn-primary:active,
  .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #006e96;
    border-color: transparent; }
    .btn-primary:active:hover,
    .btn-primary:active:focus,
    .btn-primary:active.focus,
    .btn-primary.active:hover,
    .btn-primary.active:focus,
    .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #005472;
      border-color: transparent; }
  .btn-primary:active,
  .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover,
  .btn-primary.disabled:focus,
  .btn-primary.disabled.focus,
  .btn-primary[disabled]:hover,
  .btn-primary[disabled]:focus,
  .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #0093c9;
    border-color: transparent; }
  .btn-primary .badge {
    color: #0093c9;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: transparent; }
  .btn-success:focus,
  .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: transparent; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: transparent; }
  .btn-success:active,
  .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: transparent; }
    .btn-success:active:hover,
    .btn-success:active:focus,
    .btn-success:active.focus,
    .btn-success.active:hover,
    .btn-success.active:focus,
    .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: transparent; }
  .btn-success:active,
  .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover,
  .btn-success.disabled:focus,
  .btn-success.disabled.focus,
  .btn-success[disabled]:hover,
  .btn-success[disabled]:focus,
  .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: transparent; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: transparent; }
  .btn-info:focus,
  .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: transparent; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: transparent; }
  .btn-info:active,
  .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: transparent; }
    .btn-info:active:hover,
    .btn-info:active:focus,
    .btn-info:active.focus,
    .btn-info.active:hover,
    .btn-info.active:focus,
    .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: transparent; }
  .btn-info:active,
  .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover,
  .btn-info.disabled:focus,
  .btn-info.disabled.focus,
  .btn-info[disabled]:hover,
  .btn-info[disabled]:focus,
  .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: transparent; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: transparent; }
  .btn-warning:focus,
  .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: transparent; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: transparent; }
  .btn-warning:active,
  .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: transparent; }
    .btn-warning:active:hover,
    .btn-warning:active:focus,
    .btn-warning:active.focus,
    .btn-warning.active:hover,
    .btn-warning.active:focus,
    .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: transparent; }
  .btn-warning:active,
  .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover,
  .btn-warning.disabled:focus,
  .btn-warning.disabled.focus,
  .btn-warning[disabled]:hover,
  .btn-warning[disabled]:focus,
  .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: transparent; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: transparent; }
  .btn-danger:focus,
  .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: transparent; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: transparent; }
  .btn-danger:active,
  .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: transparent; }
    .btn-danger:active:hover,
    .btn-danger:active:focus,
    .btn-danger:active.focus,
    .btn-danger.active:hover,
    .btn-danger.active:focus,
    .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: transparent; }
  .btn-danger:active,
  .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover,
  .btn-danger.disabled:focus,
  .btn-danger.disabled.focus,
  .btn-danger[disabled]:hover,
  .btn-danger[disabled]:focus,
  .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: transparent; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #0093c9;
  font-weight: normal;
  border-radius: 0; }
  .btn-link,
  .btn-link:active,
  .btn-link.active,
  .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link,
  .btn-link:hover,
  .btn-link:focus,
  .btn-link:active {
    border-color: transparent; }
  .btn-link:hover,
  .btn-link:focus {
    color: #005b7d;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover,
  .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #d9d9d9;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0; }

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #484848;
    white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #3b3b3b;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0093c9; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #d9d9d9; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #d9d9d9;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }
  .alert * {
    color: #fff; }
  .alert a:hover {
    color: #fff; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #30cc09;
  border-color: transparent;
  color: #fff; }
  .alert-success hr {
    border-top-color: transparent; }
  .alert-success .alert-link {
    color: #e6e6e6; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #0093c9; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #006e96; }

.alert-warning {
  background-color: #4ec5f0;
  border-color: transparent;
  color: #fff; }
  .alert-warning hr {
    border-top-color: transparent; }
  .alert-warning .alert-link {
    color: #e6e6e6; }

.alert-danger {
  background-color: #f13131;
  border-color: transparent;
  color: #fff; }
  .alert-danger hr {
    border-top-color: transparent; }
  .alert-danger .alert-link {
    color: #e6e6e6; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

/**
*
* Eléments réutilisables :
* boutons, icônes, popin (lightbox, notification…), slider (styles communs)…
*
**/
/*=======================================
=            Helpers & Reset            =
=======================================*/
/*----------  Wysiwyg  ----------*/
.wp-wysiwyg {
  overflow: hidden; }

.no-marge {
  margin-bottom: 0; }

/*----------  SVG  ----------*/
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

/*----------  Font  ----------*/
.font-smoothing, h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6, .lead, .btn-big, .next-page a, .primary-nav-link_l2, .third-nav-link_l1, .nav-page a, .nav-page a:visited, .nav-page-title, .back-to-post, .homepage-title, .agency-ht, .agency-road, .agency-road:visited, .job-offres-item a, .job-offres-item a:visited, .resume-more-link-content, .offres-child-link, .offres-child-link:visited, .chart-info, .chart-y span, .chart-x span, .percent-circle-front, .bloc-r-title-text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*----------  Texte  ----------*/
.wysiwyg-orange {
  color: #273782; }

.wysiwyg-blue {
  color: #00baff; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.double-column {
  /* @screen-sm */ }
  @media (min-width: 768px) {
    .double-column {
      column-count: 2;
      column-gap: 30px; } }

.triple-column {
  /* @screen-sm */ }
  @media (min-width: 768px) {
    .triple-column {
      column-count: 3;
      column-gap: 30px; } }

.smaller {
  font-size: 60%; }

.small {
  font-size: 80%; }

.big {
  font-size: 120%; }

.bigger {
  font-size: 140%; }

/*----------  Separator  ----------*/
hr {
  border-top: 1px solid #484848;
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px; }

.wysiwyg-separator {
  margin: 0;
  border: 0;
  background-color: transparent; }

.separator-small {
  height: 10px; }

.separator-medium {
  height: 20px; }

.separator-large {
  height: 30px; }

@media (min-width: 768px) {
  .separator-small {
    height: 20px; }
  .separator-medium {
    height: 40px; }
  .separator-large {
    height: 60px; } }

/*----------  Links  ----------*/
a, a:visited {
  text-decoration: underline; }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    text-decoration: none; }

/*----------  Gestion des images toutes responsives  ----------*/
.img_logo {
  max-height: 100%;
  width: auto; }

img {
  max-width: 100%;
  height: auto; }

/* Gestion des images dans les wyziwyg */
/* Beaucoup trop de !important, bah ouai, mais bon encore et tjrs le style inline */
.alignleft {
  text-align: center;
  float: none;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .alignleft {
      text-align: left;
      max-width: 70%;
      margin-right: 20px;
      margin-bottom: 10px;
      float: left; } }

.alignright {
  text-align: center;
  float: none;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .alignright {
      text-align: right;
      max-width: 70%;
      margin-left: 20px;
      margin-bottom: 10px;
      float: right; } }

/* Gestion des images avec liens */
/*----------  Gestion des iframes  ----------*/
iframe {
  max-width: 100%;
  border: 0;
  margin: 0 0 11px; }

.embed-responsive {
  margin-bottom: 10px; }

@media (max-width: 600px) {
  iframe {
    height: 230px; } }

@media (max-width: 1024px) {
  iframe {
    height: 320px; } }

/*----------  type (text elements) preformaté  ----------*/
blockquote {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 40px auto;
  padding: 25px 0;
  border: 0;
  font-size: 25px;
  font-style: normal;
  color: #000;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  blockquote:before, blockquote:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 80px;
    background-image: url("images/icons/blockquote.svg");
    background-repeat: no-repeat;
    background-size: 90px auto;
    z-index: -1; }
  blockquote:before {
    top: -10px;
    left: 15px; }
  blockquote:after {
    bottom: -10px;
    right: 65px;
    transform: rotate(180deg); }
  blockquote p:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    blockquote {
      width: 80%;
      font-size: 32px; }
      blockquote:before {
        top: -10px;
        left: -15px; } }

table {
  width: 100% !important;
  margin-top: 20px; }
  table th p, table td p {
    margin: 0; }
  table th {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #d9d9d9;
    color: #484848;
    text-align: center; }
  table td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px; }

.table-responsive {
  border: 0; }

/*----------  Highlight  ----------*/
.wysiwyg-highlight-gray, .wysiwyg-highlight-orange, .wysiwyg-highlight-blue {
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 15px;
  margin-bottom: 22px; }
  .wysiwyg-highlight-gray img, .wysiwyg-highlight-orange img, .wysiwyg-highlight-blue img {
    margin-bottom: 0;
    max-width: 200px; }
  .wysiwyg-highlight-gray h3, .wysiwyg-highlight-gray .h3, .wysiwyg-highlight-orange h3, .wysiwyg-highlight-orange .h3, .wysiwyg-highlight-blue h3, .wysiwyg-highlight-blue .h3 {
    font-weight: 600; }
  .wysiwyg-highlight-gray p:last-child, .wysiwyg-highlight-orange p:last-child, .wysiwyg-highlight-blue p:last-child {
    margin-bottom: 0; }

.wysiwyg-highlight-orange {
  background-color: #273782; }
  .wysiwyg-highlight-orange * {
    color: #fff; }
  .wysiwyg-highlight-orange a:hover, .wysiwyg-highlight-orange a:focus, .wysiwyg-highlight-orange a:visited:hover, .wysiwyg-highlight-orange a:visited:focus {
    color: #fff; }
  .wysiwyg-highlight-orange a.btn-default, .wysiwyg-highlight-orange .next-page a, .next-page .wysiwyg-highlight-orange a, .wysiwyg-highlight-orange .search-pager a, .search-pager .wysiwyg-highlight-orange a, .wysiwyg-highlight-orange a:visited.btn-default, .wysiwyg-highlight-orange .next-page a:visited, .next-page .wysiwyg-highlight-orange a:visited, .wysiwyg-highlight-orange .search-pager a:visited, .search-pager .wysiwyg-highlight-orange a:visited {
    background-color: #fff;
    color: #273782; }
    .wysiwyg-highlight-orange a.btn-default:hover, .wysiwyg-highlight-orange .next-page a:hover, .next-page .wysiwyg-highlight-orange a:hover, .wysiwyg-highlight-orange .search-pager a:hover, .search-pager .wysiwyg-highlight-orange a:hover, .wysiwyg-highlight-orange a.btn-default:focus, .wysiwyg-highlight-orange .next-page a:focus, .next-page .wysiwyg-highlight-orange a:focus, .wysiwyg-highlight-orange .search-pager a:focus, .search-pager .wysiwyg-highlight-orange a:focus, .wysiwyg-highlight-orange a:visited.btn-default:hover, .wysiwyg-highlight-orange .next-page a:visited:hover, .next-page .wysiwyg-highlight-orange a:visited:hover, .wysiwyg-highlight-orange .search-pager a:visited:hover, .search-pager .wysiwyg-highlight-orange a:visited:hover, .wysiwyg-highlight-orange a:visited.btn-default:focus, .wysiwyg-highlight-orange .next-page a:visited:focus, .next-page .wysiwyg-highlight-orange a:visited:focus, .wysiwyg-highlight-orange .search-pager a:visited:focus, .search-pager .wysiwyg-highlight-orange a:visited:focus {
      background-color: #f0f0f0;
      color: #273782; }

.wysiwyg-highlight-blue {
  background-color: #00baff; }
  .wysiwyg-highlight-blue * {
    color: #fff; }
  .wysiwyg-highlight-blue a:hover, .wysiwyg-highlight-blue a:focus, .wysiwyg-highlight-blue a:visited:hover, .wysiwyg-highlight-blue a:visited:focus {
    color: #fff; }
  .wysiwyg-highlight-blue a.btn-default, .wysiwyg-highlight-blue .next-page a, .next-page .wysiwyg-highlight-blue a, .wysiwyg-highlight-blue .search-pager a, .search-pager .wysiwyg-highlight-blue a, .wysiwyg-highlight-blue a:visited.btn-default, .wysiwyg-highlight-blue .next-page a:visited, .next-page .wysiwyg-highlight-blue a:visited, .wysiwyg-highlight-blue .search-pager a:visited, .search-pager .wysiwyg-highlight-blue a:visited {
    background-color: #fff;
    color: #00baff; }
    .wysiwyg-highlight-blue a.btn-default:hover, .wysiwyg-highlight-blue .next-page a:hover, .next-page .wysiwyg-highlight-blue a:hover, .wysiwyg-highlight-blue .search-pager a:hover, .search-pager .wysiwyg-highlight-blue a:hover, .wysiwyg-highlight-blue a.btn-default:focus, .wysiwyg-highlight-blue .next-page a:focus, .next-page .wysiwyg-highlight-blue a:focus, .wysiwyg-highlight-blue .search-pager a:focus, .search-pager .wysiwyg-highlight-blue a:focus, .wysiwyg-highlight-blue a:visited.btn-default:hover, .wysiwyg-highlight-blue .next-page a:visited:hover, .next-page .wysiwyg-highlight-blue a:visited:hover, .wysiwyg-highlight-blue .search-pager a:visited:hover, .search-pager .wysiwyg-highlight-blue a:visited:hover, .wysiwyg-highlight-blue a:visited.btn-default:focus, .wysiwyg-highlight-blue .next-page a:visited:focus, .next-page .wysiwyg-highlight-blue a:visited:focus, .wysiwyg-highlight-blue .search-pager a:visited:focus, .search-pager .wysiwyg-highlight-blue a:visited:focus {
      background-color: #f0f0f0;
      color: #00baff; }

/*----------  2 columns  ----------*/
@media (min-width: 768px) {
  .wysiwyg-column {
    background-color: #f0f0f0;
    column-count: 2;
    column-gap: 30px;
    column-rule: 1px solid #d9d9d9;
    padding: 15px;
    margin-bottom: 15px; } }

/*----------  2 columns  ----------*/
@media (min-width: 768px) {
  .wysiwyg-column-container {
    background-color: #f0f0f0;
    padding: 15px 0;
    margin-bottom: 15px;
    display: flex;
    width: 100%; }
    .wysiwyg-column-container > *:nth-child(2) {
      border-left: 1px solid #d9d9d9;
      margin-left: 0;
      padding-left: 15px; } }

@media (min-width: 768px) {
  .wyziwyg-column-left, .wyziwyg-column-right {
    flex: 1;
    padding: 15px;
    margin: 0 20px; } }

@media (min-width: 768px) {
  .wyziwyg-column-left {
    margin-right: 0; } }

/*=====  End of Helpers & Reset  ======*/
/*==============================
=            Button            =
==============================*/
/*doc
---
title: Boutons
name: button
category: Composants
---
*/
.btn, input[type="submit"], .next-page a, .search-pager a, .btn:visited, input[type="submit"]:visited, .next-page a:visited, .search-pager a:visited {
  text-decoration: none; }
  .btn:hover, input[type="submit"]:hover, .next-page a:hover, .search-pager a:hover, .btn:focus, input[type="submit"]:focus, .next-page a:focus, .search-pager a:focus, .btn:visited:hover, input[type="submit"]:visited:hover, .next-page a:visited:hover, .search-pager a:visited:hover, .btn:visited:focus, input[type="submit"]:visited:focus, .next-page a:visited:focus, .search-pager a:visited:focus {
    outline: 0; }

/*----------  Button default  ----------*/
.btn-default:hover, input[type="submit"]:hover, .next-page a:hover, .search-pager a:hover, .btn-default:focus, input[type="submit"]:focus, .next-page a:focus, .search-pager a:focus, .btn-default:visited:hover, input[type="submit"]:visited:hover, .next-page a:visited:hover, .search-pager a:visited:hover, .btn-default:visited:focus, input[type="submit"]:visited:focus, .next-page a:visited:focus, .search-pager a:visited:focus {
  outline: 0;
  background-color: #4ec5f0;
  color: #fff; }

@media (min-width: 768px) {
  .btn-default, input[type="submit"], .next-page a, .search-pager a, .btn-default:visited, input[type="submit"]:visited, .next-page a:visited, .search-pager a:visited {
    padding: 10px 25px; } }

/*----------  Variante de taille  ----------*/
.btn-small {
  font-size: 75%; }

.btn-big, .next-page a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 40px; }

/*----------  Variante de couleurs  ----------*/
.btn-dark, .btn-dark:visited {
  background-color: #000; }
  .btn-dark:hover, .btn-dark:focus, .btn-dark:visited:hover, .btn-dark:visited:focus {
    background-color: #484848; }

.btn-ico, .btn-ico:visited {
  background-color: transparent;
  width: 50px;
  height: 50px;
  padding: 12px; }
  .btn-ico svg, .btn-ico:visited svg {
    width: 35px; }
  .btn-ico:hover, .btn-ico:focus, .btn-ico:visited:hover, .btn-ico:visited:focus {
    background-color: #f4f5f5; }
  @media (min-width: 768px) {
    .btn-ico, .btn-ico:visited {
      padding: 12px; } }

/*
 *
 * Structure générale du site
 *
 */
@media (min-width: 768px) {
  html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative; } 
    html {
      min-height: 700px;
      overflow-y: auto;
    }
  }

/*==============================
=            Header            =
==============================*/
.header {
  border-bottom: 1px solid #273782;
  background-color: #fff; }
  @media (min-width: 768px) {
    .header {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0;
      z-index: 2;
      border: 0;
      background-color: transparent; } }

.header--container {
  display: flex;
  justify-content: space-between; }

.logo {
  display: block;
  max-width: 110px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 15px !important;
  text-align: center; }
  .logo svg {
    display: inline-block; }
  @media (min-width: 768px) {
    .logo {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 4;
      height: 120px;
      margin: 0;
      background-color: #fff;
      border-radius: 15px !important;
      width: 169px;
      max-width: 169px;
      padding: 10px 20px 10px 10px; }
      .logo svg {
        width: 130px; } }

/*=====  End of Header  ======*/
/*============================
=            Main            =
============================*/
@media (min-width: 768px) {
  .main {
    height: 100%;
    padding-bottom: 50px;
    overflow: auto; } }

.main-container {
  position: relative; }
  @media (min-width: 768px) {
    .main-container {
      position: static;
      height: 100%;
      padding-left: 170px;
      padding-top: 0.001em; } }

/* Affichage d'une image */
.img-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1; }
  @media (min-width: 768px) {
    .img-container {
      z-index: -1; } }

.frame-is-active .img-container, .frame-is-active .video-container, .frame-open .img-container, .frame-open .video-container {
  display: none; }
  @media (min-width: 768px) {
    .frame-is-active .img-container, .frame-is-active .video-container, .frame-open .img-container, .frame-open .video-container {
      display: block; } }

.main-frame {
  padding: 30px 10px; }
  @media (min-width: 768px) {
    .main-frame {
      padding: 0 30px 0 0;
      width: 100%;
      max-width: 1260px;
      margin-left: auto;
      margin-right: 0; }
      .main-frame:before {
        content: "";
        position: absolute;
        right: 17px;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: transparent; } }
  @media (min-width: 1200px) {
    .main-frame {
      margin-right: auto; } }

.frame-is-active .main-frame-container, .frame-open .main-frame-container {
  display: none; }

@media (min-width: 768px) {
  .main-frame-container {
    position: relative;
    width: 100%; }
    .frame-is-active .main-frame-container, .frame-open .main-frame-container {
      display: block; } }

.main-frame-content {
  width: 100%; }
  @media (min-width: 768px) {
    .main-frame-content {
      margin-top: 130px;
      padding-bottom: 60px;
      transition: all 300ms ease-out; } }
  @media (min-width: 1024px) {
    .main-frame-content {
      display: flex;
      align-items: flex-start;
      padding-left: 30px; } }
  @media (min-width: 1200px) {
    .main-frame-content {
      margin-top: 140px;
      padding-bottom: 50px; } }

@media (min-width: 768px) {
  .main-frame_full .page-content-content {
    max-width: 900px; } }

@media (min-width: 1024px) {
  .main-frame_full {
    margin-right: auto;
    padding-right: 0; }
    .main-frame_full .page-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 900px; }
    .main-frame_full .page-content-content {
      margin-left: auto;
      margin-right: auto; } }

/*=====  End of Main  ======*/

/*=====  End of Frame  ======*/
/**
 *
 * Gestion des navigations
 *
 */
/*===============================
=            Général            =
===============================*/
/*----------  Container, scroll et toggle menu  ----------*/
.is-nav-open {
  overflow: hidden; }

.nav-container {
  position: fixed;
  top: 0;
  right: 0;
  margin-right: 0;
  height: 100%;
  z-index: 3;
  width: 270px;
  background-color: #fff;
  transform: translateX(220px);
  transition: all 300ms ease-out; }
  .is-nav-open .nav-container {
    transform: translateX(0); }
  @media (min-width: 1550px) {
    .nav-container {
      width: 0;
      margin-right: 220px !important;
      background-color: transparent;
      transform: translateX(0);
      position: fixed; } }

.nav-scroll {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 85px 15px 30px;
  overflow-y: scroll; }
  @media (min-width: 768px) {
    .nav-scroll {
      width: 0;
      position: static;
      margin: 0;
      padding: 0;
      overflow-y: auto; } }

@media (min-width: 768px) {
  .nav-left {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 220px;
    padding-top: 120px;
    padding-bottom: 50px;
    padding-right: 50px;
    background-color: rgba(244, 245, 245, 0.85);
    border-right: 1px solid rgba(217, 217, 217, 0.2);
    transform: translateX(-170px);
    transition: all 300ms ease-out; }
    .nav-left:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 170px;
      height: 100%;
      z-index: -1;
      border-right: 1px solid rgba(217, 217, 217, 0.2);
      background-color: #f4f5f5; }
    .nav-left:hover, .nav-left:focus {
      /*transform: translateX(0);*/ }
    .is-nav-left-open .nav-left {
      transform: translateX(0); } }

@media (min-width: 1550px) {
  .nav-left {
    transform: translateX(0); } }

.nav-left-bottom {
  background-color: #f4f5f5; }

.btn-menu {
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: #273782;
  padding: 5px; }
  .btn-menu svg {
    width: 40px;
    height: 25px; }
  .btn-menu span {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    display: block;
    padding-top: 2px; }
  @media (min-width: 768px) {
    .btn-menu {
      display: none; } }

.btn-menu-open {
  top: 23px;
  left: 10px; }

.btn-menu-close {
  top: 0;
  right: 0; }
  .is-nav-open .btn-menu-close {
    right: -50px; }

.btn-left-menu, .btn-left-menu:hover, .btn-left-menu:focus {
  display: none; }
  @media (min-width: 768px) {
    .btn-left-menu, .btn-left-menu:hover, .btn-left-menu:focus {
      position: absolute;
      top: 0;
      right: -1px;
      display: block;
      width: 51px;
      height: 100%;
      z-index: -1;
      cursor: pointer;
      outline: 0;
      border: 0;
      box-shadow: 0;
      background-color: transparent; }
      .btn-left-menu:hover, .btn-left-menu:focus, .btn-left-menu:hover:hover, .btn-left-menu:hover:focus, .btn-left-menu:focus:hover, .btn-left-menu:focus:focus {
        outline: 0; } }

.fn-nav-overlay {
  visibility: hidden;
  position: fixed;
  top: -1px;
  left: 0;
  right: 0;
  height: 0;
  background-color: rgba(72, 72, 72, 0.5);
  z-index: 2;
  opacity: 0;
  transition: opacity 200ms linear 300ms;
  cursor: pointer; }
  .is-nav-open .fn-nav-overlay {
    visibility: visible;
    opacity: 1;
    top: 0;
    height: 120vh; }

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

.nav-item:not(.is-parent-open) .nav-list {
  display: none; }

@media (min-width: 768px) {
  .nav-item:not(.is-parent-open) .nav-list {
    display: block; } }

.nav-item_l1 {
  margin-bottom: 1px; }

.nav-link {
  display: block;
  text-decoration: none;
  color: #484848;
  padding: 10px; }

.nav-list_l2 {
  padding-left: 20px; }

@media (max-width: 767px) {
  .is-parent > a {
    position: relative; }
    .is-parent > a:after {
      content: "+";
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 30px;
      font-weight: 400;
      background-color: transparent; }
  .is-parent-open > a:after {
    content: "-"; } }


/*=====  End of Général  ======*/
/*=============================================
=            Navigation Principale            =
=============================================*/
.primary-nav-list_l1 {
  background-color: #0093c9;
  margin-bottom: 1px; }
  @media (min-width: 768px) {
    .primary-nav-list_l1 {
      background-color: #fff; } }

@media (min-width: 768px) {
  .primary-nav-item_l1 {
    position: relative; } }

.primary-nav-link_l1, .primary-nav-link_l1:hover, .primary-nav-link_l1:focus {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .primary-nav-link_l1, .primary-nav-link_l1:hover, .primary-nav-link_l1:focus {
      position: absolute;
      top: 20px;
      left: 94%;
      height: 50px;
      width: 120px;
      transform: rotate(-90deg);
      transform-origin: bottom;
      padding: 15px;
      color: #273782;
      font-size: 17px;
      text-transform: uppercase;
      background-color: transparent; } }

.primary-nav-list_l2 {
  padding: 0; }
  @media (min-width: 768px) {
    .primary-nav-list_l2 {
      padding: 0; } }

.primary-nav-link_l2 {
  display: block;
  position: relative;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 5px 10px 25px;
  border-top: 1px solid #00baff; }
  .primary-nav-link_l2, .primary-nav-link_l2:hover, .primary-nav-link_l2:focus {
    color: #fff;
    background-color: transparent; }
  @media (min-width: 768px) {
    .primary-nav-link_l2 {
      padding: 15px 5px 15px 15px;
      color: #273782;
      font-size: 14px;
      border-top: 0;
      border-bottom: 1px solid rgba(217, 217, 217, 0.2); }
      .primary-nav-link_l2:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 10px;
        background-color: #273782;
        transition: all 200ms ease-out;
        z-index: 0; }
      .primary-nav-link_l2 span {
        position: relative; }
      .primary-nav-link_l2:hover, .primary-nav-link_l2:focus, .is-active.primary-nav-item_l2 .primary-nav-link_l2 {
        color: #fff; }
        .primary-nav-link_l2:hover:before, .primary-nav-link_l2:focus:before, .is-active.primary-nav-item_l2 .primary-nav-link_l2:before {
          width: 100%; } }

/*=====  End of Navigation Principale  ======*/
/*=============================================
=            Navigation secondaire            =
=============================================*/
@media (min-width: 768px) {
  .secondary-nav-list {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: stretch;
    width: 100vw;
    height: 50px;
    padding-left: 50px;
    padding-right: 50px; } }

@media (min-width: 768px) {
  .secondary-nav-item {
    margin: 0;
    width: 25%;
    display: flex;
    align-items: stretch; }
    .secondary-nav-item.is-active a {
      color: #484848; }
      .secondary-nav-item.is-active a:before, .secondary-nav-item.is-active a:after {
        height: 50%; } }

.secondary-nav-link, .secondary-nav-link:hover, .secondary-nav-link:focus {
  background-color: #273782;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .secondary-nav-link {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #484848;
    border-top: 1px solid #d9d9d9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 150ms ease-in; }
    .secondary-nav-link:hover, .secondary-nav-link:focus, .is-active .secondary-nav-link {
      background-color: #d9d9d9;
      color: #484848; } }

/*=====  End of Navigation secondaire  ======*/
/*========================================
=            Navigation Third            =
========================================*/
.third-nav-list_l1 {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .third-nav-list_l1 {
      display: block; } }

@media (min-width: 768px) {
  .third-nav-item_l1 {
    border-bottom: 0;
    margin-bottom: 0; } }

.third-nav-link_l1 {
  display: block;
  position: relative;
  color: #484848;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 5px 15px 15px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.2); }
  .third-nav-link_l1:hover, .third-nav-link_l1:focus {
    color: #484848; }
  @media (min-width: 768px) {
    .third-nav-link_l1 {
      position: relative;
      height: 50px;
      padding-top: 0;
      padding-bottom: 0;
      display: flex;
      align-items: center; }
      .third-nav-link_l1:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 0;
        background-color: #e7e9e9;
        transition: all 200ms ease-out;
        z-index: 0; }
      .third-nav-link_l1:hover:before, .third-nav-link_l1:focus:before, .is-active.third-nav-item_l1 .third-nav-link_l1:before {
        width: 100%; } }

.third-nav-link-inner_l1 {
  position: relative;
  z-index: 1; }

.third-nav-list_l2 {
  padding: 0; }
  @media (min-width: 768px) {
    .third-nav-list_l2 {
      display: none !important; } }

.third-nav-link_l2 {
  padding-left: 25px;
  border-top: 1px solid #d9d9d9; }

/*=====  End of Navigation Third  ======*/
/*======================================
=            Specific links            =
======================================*/
/*----------  Spécifique à l'item Mentions légales  ----------*/
.nav-legacy {
  order: 3; }
  @media (min-width: 768px) {
    .nav-legacy {
      position: absolute;
      bottom: 100px;
      width: 170px; } }

/*----------  Spécifique aux éléments de navigation avec icons  ----------*/
@media (min-width: 768px) {
  .nav-icon > a {
    position: relative; }
    .nav-icon > a:after {
      content: "";
      position: absolute;
      top: 0;
      left: 100%;
      background-color: transparent;
      background-position: 50% 50%;
      background-size: 30px 30px;
      background-repeat: no-repeat;
      width: 51px;
      height: 100%;
      color: #fff;
      text-align: center;
      padding-top: 15px;
      transition: all 150ms ease-in; }
    .nav-icon > a:hover:after, .nav-icon > a:focus:after {
      background-color: #273782;}
  .is-active.nav-icon > a:after {
    background-color: #273782}
  .nav-joinus > a:after {
    background-image: url("../img/icon/climatisation.png"); }
    .nav-joinus > a:hover:after {
      background-image: url("../img/icon/climatisation-hover.png"); }
  .nav-agency > a:after {
    background-image: url("../img/icon/chambre-froide.png"); }
    .nav-agency > a:hover:after {
      background-image: url("../img/icon/chambre-froide-hover.png"); }
  .nav-acces > a:after {
    background-image: url("../img/icon/panneau-solaire.png"); }
    .nav-acces > a:hover:after {
      background-image: url("../img/icon/panneau-solaire-hover.png"); }
  .nav-legacy > a:after {
    background-image: url("../img/icon/mention.png"); } }
/*----------  Navigation contact  ----------*/
@media (min-width: 768px) {
  .nav-contact, .nav-contact.is-active, .nav-job, .nav-job.is-active {
    position: absolute;
    bottom: 0;
    width: 51px;
    height: 50px; }
    .nav-contact a, .nav-contact.is-active a, .nav-job a, .nav-job.is-active a {
      position: relative;
      width: 51px;
      height: 50px;
      background-color: #273782;
      border: 0; }
      .nav-contact a span, .nav-contact.is-active a span, .nav-job a span, .nav-job.is-active a span {
        display: none; }
      .nav-contact a:before, .nav-contact.is-active a:before, .nav-job a:before, .nav-job.is-active a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        transition: all 150ms ease-in;
        background-color: #4ec5f0; }
      .nav-contact a:after, .nav-contact.is-active a:after, .nav-job a:after, .nav-job.is-active a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 51px;
        height: 50px;
        background-color: transparent;
        background-position: 50% 50%;
        background-size: 51px 50px;
        background-repeat: no-repeat;
        color: #fff;
        text-align: center;
        padding-top: 15px; }
      .nav-contact a:hover, .nav-contact a:focus, .nav-contact.is-active a:hover, .nav-contact.is-active a:focus, .nav-job a:hover, .nav-job a:focus, .nav-job.is-active a:hover, .nav-job.is-active a:focus {
        border: 0; }
        .nav-contact a:hover:before, .nav-contact a:focus:before, .nav-contact.is-active a:hover:before, .nav-contact.is-active a:focus:before, .nav-job a:hover:before, .nav-job a:focus:before, .nav-job.is-active a:hover:before, .nav-job.is-active a:focus:before {
          width: 100%; } }

@media (min-width: 768px) {
  .nav-contact, .nav-contact.is-active {
    left: 0; }
    .nav-contact a:after, .nav-contact.is-active a:after {
      background-image: url("/img/icon/contact.png"); } }

@media (min-width: 768px) {
  .nav-job, .nav-job.is-active {
    right: 0; }
    .nav-job a:after, .nav-job.is-active a:after {
      background-image: url("/img/icon/reseaux-sociaux.png"); } }

/*=====  End of Specific links  ======*/
/*================================
=            Homepage            =
================================*/
@media (min-width: 768px) {
  .homepage-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 400ms ease-out; } }

.homepage-frame {
  margin-right: auto;
  max-width: 560px;
  height: auto;
  padding: 10px;
  position: relative;
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: space-around; }
  @media (min-width: 580px) {
    .homepage-frame {
      margin-left: auto; } }
  @media (min-width: 768px) {
    .homepage-frame {
      display: block;
      height: auto; } }
  @media (min-width: 1024px) {
    .homepage-frame {
      max-width: 100%; } }

.homepage-frame-container {
  margin-left: auto;
  margin-right: auto;
  width: 250px; }
  .homepage-frame-container a {
    text-decoration: none; }
  @media (min-width: 768px) {
    .homepage-frame-container {
      width: 250px; }
      .page-is-changing .homepage-frame-container {
        opacity: 0; } }
  @media (min-width: 1024px) {
    .homepage-frame-container {
      left: -15%; } }
  @media (min-width: 1280px) {
    .homepage-frame-container {
      left: 0; } }

.homepage-logo {
  display: none; }
  @media (min-width: 768px) {
    .homepage-logo {
      position: relative;
      z-index: 900 !important;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 250px;
      height: 214px;
      opacity: 0;
      animation: logo-anim 600ms ease-out 1000ms forwards;
      transform: translate(-80%, -75%); }
      .homepage-logo:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 50%;
        /*background-image: url("../img/homepage_logo/homepage-logo-before.png");*/
        transition: all 300ms ease-in-out; }
      .homepage-logo svg {
        position: relative;
        width: 140px; }
      .page-is-changing .homepage-logo {
        animation: none;
        opacity: 0;
        transform: translate(-80%, -75%);
        transition: all 0.5s ease-out; } }

@keyframes logo-anim {
  0% {
    opacity: 0;
    transform: translate(-80%, -75%); }
  100% {
    opacity: 1;
    transform: translate(-30%, -25%); } }

.logo-kr {
  z-index: 1000 !important;
  height: 85% !important;
  width: auto;
}

.homepage-title {
  width: 250px;
  height: 214px;
  text-transform: uppercase;
  font-size: 17px;
  text-align: left;
  margin: 0;
  padding: 45px 40px 45px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1.3;
  color: #fff; }
  .homepage-title > span {
    position: relative; }
  .homepage-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    transition: all 200ms ease-in-out; }
  .homepage-title:before {
    background-image: url('../img/homepage_logo/homepage-rh-before_2.png'); }
  .homepage-title:hover:before, .homepage-title:focus:before {
    transform: scale(1.1); }
  @media (min-width: 768px) {
    .homepage-title {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transform: translate(95%, 75%);
      animation: title-anim 600ms ease-out 1000ms forwards; }
      .page-is-changing .homepage-title {
        animation: none;
        opacity: 0;
        transform: translate(95%, 75%);
        transition: all 0.5s ease-out; } }

@keyframes title-anim {
  0% {
    opacity: 0;
    transform: translate(95%, 75%); }
  100% {
    opacity: 1;
    transform: translate(33%, 18%); } }

.homepage-news {
  display: none;
}
@media (min-width: 1024px) {
  .homepage-news {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 400px;
    box-shadow: none;
    animation: none;
    transform: translateX(0);
  }
  .homepage-news:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 400px;
    height: 305px;
    background-image: url("../img/homenews_left/homepage-news-before_2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;
    animation: news-top-left 800ms linear 2100ms forwards;
    transform: translate(-100%, -100%);
  }
  .homepage-news:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0; /* changé de right à left */
    z-index: -1;
    width: 460px;
    height: 100%;
    background-image: url("../img/homenews_left/homepage-news-after.png");
    background-repeat: no-repeat;
    background-size: 460px 955px;
    background-position: left top;
    animation: news-left 700ms linear 1400ms forwards;
    transform: translateX(-100%);
  }
}
@media (min-height: 1000px) {
  .homepage-news:after {
    background-size: auto 100%;
    background-position: right center;
  }
}

@media (min-width: 1024px) {
  .homepage-news-bg:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0; /* changé de right à left */
    z-index: -1;
    width: 370px;
    height: 459px;
    background-image: url("../img/homenews_left/homepage-news-bg-before_2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left bottom;
    animation: news-bottom-left 800ms linear 2600ms forwards;
    transform: translate(-100%, 100%);
  }
  .homepage-news-bg:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 330px;
    height: 409px;
    background-image: url("../img/homenews_left/homepage-news-bg-after_2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left bottom;
    animation: news-bottom-left 1000ms linear 2800ms forwards;
    transform: translate(-100%, 100%);
  }
}

@media (min-width: 768px) {
  .homepage-news-container > div {
    display: inline-block;
    vertical-align: top;
    width: 460px;
    height: 80px;
    background-color: #fff;
    padding: 10px;
  }
}

@media (min-width: 1024px) {
  .homepage-news-container {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 18%;
    animation: newscontent-left 800ms linear 1400ms forwards;
    transform: translateX(-120%);
  }
  .homepage-news-container > div {
    display: block;
    width: 100%;
    height: auto;
    background-color: transparent;
  }
}

@keyframes news-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes news-top-left {
  0% {
    transform: translate(-100%, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes news-bottom-left {
  0% {
    transform: translate(-100%, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes newscontent-left {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(0);
  }
}

@media (min-width: 768px) {
  .homepage-news-img {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

@media (min-width: 1024px) {
  .homepage-news-img {
    display: block;
    width: 220px;
    height: 150px;
    margin-right: 10px; 
  }
}

@media (min-width: 768px) {
  .homepage-news-title {
    margin-bottom: 0;
  }
  .homepage-news-title a, .homepage-news-title a:visited {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
  }
  .homepage-news-title a:hover, .homepage-news-title a:focus, .homepage-news-title a:visited:hover, .homepage-news-title a:visited:focus {
    color: #545d5d;
  }
}

@media (min-width: 1024px) {
  .homepage-news-title {
    margin-bottom: 10px;
  }
  .homepage-news-title a, .homepage-news-title a:visited {
    font-weight: 600;
  }
  .homepage-news-title a:hover, .homepage-news-title a:focus, .homepage-news-title a:visited:hover, .homepage-news-title a:visited:focus {
    color: #273782;
  }
}

@media (min-width: 768px) {
  .homepage-news-text {
    display: none;
  }
}

@media (min-width: 1024px) {
  .homepage-news-text {
    display: block;
  }
}

@media (min-width: 768px) {
  .homepage-news-link {
    text-align: left;
  }
  .homepage-news-link a, .homepage-news-link a:visited {
    font-weight: 700;
    color: #273782;
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 30px;
    font-size: 14px;
  }
  .homepage-news-link a:before, .homepage-news-link a:visited:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 25px;
    height: 14px;
    background-image: url("../img/homenews_left/homepage-news-link.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
  }
  .homepage-news-link a:hover, .homepage-news-link a:focus, .homepage-news-link a:visited:hover, .homepage-news-link a:visited:focus {
    color: #4ec5f0;
  }
}

@media (min-width: 1024px) {
  .homepage-news-link {
    text-align: right;
  }
  .homepage-news-link a, .homepage-news-link a:visited {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 40px;
  }
}
      

/*----------  Recrutement  ----------*/
.homepage-rh {
  display: none; }
  @media (min-width: 768px) {
    .homepage-rh {
      position: absolute;
      opacity: 0;
      top: 38px;
      right: 236px;
      width: 250px;
      height: 214px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 17px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1.3;
      color: #000;
      text-decoration: none;
      transition: all 300ms ease-in-out;
      animation: rh-anim 600ms ease-out 1000ms forwards; }
      .page-is-changing .homepage-rh {
        animation: none;
        opacity: 0;
        transform: translate(0, 0); }
      .homepage-rh span {
        position: relative;
        margin-top: 10px;
        width: 100px;
      margin-left: -65px; }
      .homepage-rh:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 50%;
        background-image: url('../img/homepage_logo/homepage-title-before_2.png');
        transition: all 300ms ease-in-out; }
      .homepage-rh:hover, .homepage-rh:focus {
        color: #484848;
        width: 270px; }
        .homepage-rh:hover:before, .homepage-rh:hover:after, .homepage-rh:focus:before, .homepage-rh:focus:after {
          transform: scale(1.1); } }

@keyframes rh-anim {
  0% {
    opacity: 0;
    transform: translate(30%, 65%); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f8f9fa; /* Couleur de fond du footer, ajuste selon tes besoins */
  padding: 10px 0; /* Espacement vertical */
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Optionnel : ajoute une ombre pour le style */
  z-index: 1000; /* Assure que le footer est au-dessus des autres éléments */
}


/*=====  End of Homepage  ======*/
/* Barre en haut de l'écran */
/* Ajustement pour la top-bar */
.top-bar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; /* Maintient la barre au-dessus du reste du contenu */
}

.bg-dark {
  background-color: #010A35 !important;
}

.text-white {
  color: rgba(255, 255, 255, 0.5) !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.d-flex {
  display: flex !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 250px;
}










