@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

b, strong, .bold, .strong {
  font-weight: bold; }

em, .italic {
  font-style: italic; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: auto 1rem;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-size: 40px;
        line-height: 20px;
        text-align: center;
        color: #474747;
        opacity: 0.8;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #0054a6;
      opacity: 1; }

@font-face {
  font-family: 'customico';
  src: url(/wp-content/themes/tge/assets/fonts/customico.ttf?mpgevh) format("truetype"), url(/wp-content/themes/tge/assets/customico.woff?mpgevh) format("woff"), url(/wp-content/themes/tge/assets/customico.svg?mpgevh#customico) format("svg");
  font-weight: normal;
  font-style: normal; }

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

[class*="wrap-"] > a:before {
  display: inline-block; }

.icon-bio:before,
.wrap-bio a:before {
  content: "\e903"; }

.icon-question:before,
.wrap-question a:before {
  content: "\e90f"; }

.icon-caracteristics:before,
.wrap-caracteristics a::before {
  content: "\e900"; }

.icon-arrow:before,
.wrap-arrow a::before {
  content: "\e901"; }

.icon-cart:before,
.wrap-cart a::before {
  content: "\e902"; }

.icon-check:before,
.wrap-check a::before {
  content: "\e904"; }

.icon-home:before,
.wrap-home a::before {
  content: "\e906"; }

.icon-info:before,
.wrap-info a::before {
  content: "\e907"; }

.icon-pdf:before,
.wrap-pdf a::before {
  content: "\e908"; }

.icon-phone:before,
.wrap-phone a::before {
  content: "\e909"; }

.icon-quote:before,
.wrap-quote a::before {
  content: "\e90c"; }

.icon-tool:before,
.wrap-tool a::before {
  content: "\e90d"; }

.icon-twitter:before,
.wrap-twitter a::before {
  content: "\e905"; }

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

.icon-google:before,
.wrap-google a::before {
  content: "\e90a"; }

*,
*:before,
*:after {
  font-family: "Raleway", Arial, sans-serif; }

html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Raleway", Arial, sans-serif;
  color: #474747; }
  @media (max-width: 1150px) {
    html,
    body {
      font-size: 15px; } }
  @media (max-width: 600px) {
    html,
    body {
      font-size: 14px; } }

body > div {
  overflow: hidden !important;
  width: 100%; }

a {
  color: #0054a6;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

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

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  margin: auto;
  display: block; }

iframe {
  width: 100%; }

p {
  margin-bottom: 20px; }
  p:empty {
    display: none; }

p,
.entry-content {
  line-height: 1.6;
  color: #474747;
  font-weight: 300; }

.entry-content::before, .entry-content::after {
  content: "";
  display: table;
  clear: both; }

.entry-content ul,
.entry-content ol {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 1.4rem;
  font-weight: 300; }
  .entry-content ul > li,
  .entry-content ol > li {
    margin-bottom: 3px; }
  .entry-content ul ul,
  .entry-content ul ol,
  .entry-content ol ul,
  .entry-content ol ol {
    padding-left: 23px;
    margin-bottom: 0; }
  .entry-content ul ul,
  .entry-content ol ul {
    list-style-type: circle; }
  .entry-content ul ol,
  .entry-content ol ol {
    list-style-type: lower-latin; }

.entry-content ol {
  list-style-type: decimal; }

.entry-content li {
  line-height: 1.6; }

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content strong,
.entry-content em {
  color: #474747; }

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 2rem; }

#main-content .content ul,
#main-content .content ol {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 1.4rem;
  font-weight: 300; }
  #main-content .content ul > li,
  #main-content .content ol > li {
    margin-bottom: 3px; }
  #main-content .content ul ul,
  #main-content .content ul ol,
  #main-content .content ol ul,
  #main-content .content ol ol {
    padding-left: 23px;
    margin-bottom: 0; }
  #main-content .content ul ul,
  #main-content .content ol ul {
    list-style-type: circle; }
  #main-content .content ul ol,
  #main-content .content ol ol {
    list-style-type: lower-latin; }

#main-content .content ol {
  list-style-type: decimal; }

#main-content .content li {
  line-height: 1.6; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.2; }

span.h1,
span.h2,
span.h3,
span.h4,
span.h5,
span.h6 {
  display: block; }

h1,
.h1 {
  font-size: 2.25rem; }

h2,
.h2 {
  font-size: 2.1rem; }

h3,
.h3 {
  font-size: 1.6rem; }

h4,
.h4 {
  font-size: 1.33rem; }

h5,
.h5 {
  font-size: 1.1rem; }

h6,
.h6 {
  font-size: 1rem; }

h1.page-title,
h1.entry-title {
  font-weight: bold;
  font-size: 2.25rem;
  font-family: "Raleway", Arial, sans-serif;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 1200px) {
    h1.page-title,
    h1.entry-title {
      font-size: 2.1rem;
      margin-bottom: 20px; } }
  @media (max-width: 600px) {
    h1.page-title,
    h1.entry-title {
      font-size: 2.1rem; } }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  display: block;
  background: none;
  border: 1px solid #e9eff4;
  padding: 20px;
  font-size: 1rem;
  color: #474747;
  background: #fff;
  height: 50px;
  -webkit-transition: 0.1s all ease-out;
  transition: 0.1s all ease-out;
  max-width: 100%;
  width: 260px;
  border-radius: 1px; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  textarea:focus {
    outline: 0;
    border-color: #0054a6;
    color: #0054a6;
    -webkit-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out; }

textarea {
  height: 175px; }

table {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto !important; }
  table tr {
    padding: 0; }
  table td {
    padding: 5px;
    border: 1px solid #eee; }
  @media (max-width: 520px) {
    table,
    table tbody,
    table thead,
    table tfoot {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%; }
      table th,
      table tr,
      table tbody th,
      table tbody tr,
      table thead th,
      table thead tr,
      table tfoot th,
      table tfoot tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      table td,
      table tbody td,
      table thead td,
      table tfoot td {
        max-width: 100%;
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        table td:empty,
        table tbody td:empty,
        table thead td:empty,
        table tfoot td:empty {
          display: none; } }

[type="submit"] {
  display: inline-block;
  text-align: center;
  padding: 0.8rem 1.6rem;
  font-size: 1rem;
  font-weight: 400;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #0054a6;
  cursor: pointer;
  color: #fff;
  background: #0054a6;
  border-radius: 1px;
  border: 1px solid transparent;
  -webkit-transition: 0.1s all ease-out;
  transition: 0.1s all ease-out;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 165px; }
  [type="submit"]:hover {
    text-decoration: none;
    color: #0054a6;
    background: #fff;
    border-color: #0054a6;
    -webkit-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out; }
  @media (max-width: 480px) {
    [type="submit"] {
      max-width: calc(100% - 40px); } }

.row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .row .inner-content {
    max-width: 100%;
    width: 100%; }
    @media (max-width: 1024px) {
      .row .inner-content .content div {
        max-width: 100%; } }
  .row > div[class*="col-"] {
    padding: 3rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 0;
    background-color: #fff; }
    .row > div[class*="col-"].align-v-start {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .row > div[class*="col-"].align-v-center {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .row > div[class*="col-"].align-v-end {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .row > div[class*="col-"].align-h-start {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .row > div[class*="col-"].align-h-center {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .row > div[class*="col-"].align-h-end {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .row > div[class*="col-"].has-bg img.bg-image {
      display: none; }
    @media (min-width: 1023px) {
      .row > div[class*="col-"].style-bevel-left {
        min-height: 460px;
        padding-right: 6rem;
        position: relative;
        z-index: 1; }
        .row > div[class*="col-"].style-bevel-left img {
          display: none; }
        .row > div[class*="col-"].style-bevel-left + div[class*="col-"] {
          z-index: 10;
          -webkit-transform: skewX(-6deg) scaleX(1.1);
          transform: skewX(-6deg) scaleX(1.1);
          margin-top: -20px;
          -webkit-box-shadow: -3px 1px 6px rgba(0, 0, 0, 0.3);
          box-shadow: -3px 1px 6px rgba(0, 0, 0, 0.3); }
          .row > div[class*="col-"].style-bevel-left + div[class*="col-"] > * {
            -webkit-transform: skewX(6deg) scaleX(0.9);
            transform: skewX(6deg) scaleX(0.9); }
        .row > div[class*="col-"].style-bevel-left::before {
          content: "";
          background-color: inherit;
          position: absolute;
          top: 0;
          right: -25%;
          width: 25%;
          display: block;
          height: 100%;
          z-index: 0; }
      .row > div[class*="col-"].style-bevel-right {
        min-height: 460px;
        z-index: 10;
        -webkit-transform: skewX(6deg) scaleX(1.1);
        transform: skewX(6deg) scaleX(1.1);
        margin-top: -20px;
        -webkit-box-shadow: 3px 1px 6px rgba(0, 0, 0, 0.3);
        box-shadow: 3px 1px 6px rgba(0, 0, 0, 0.3); }
        .row > div[class*="col-"].style-bevel-right img {
          display: none; }
        .row > div[class*="col-"].style-bevel-right > * {
          -webkit-transform: skewX(-6deg) scaleX(0.9);
          transform: skewX(-6deg) scaleX(0.9); }
        .row > div[class*="col-"].style-bevel-right + div[class*="col-"] {
          padding-left: 6rem; }
          .row > div[class*="col-"].style-bevel-right + div[class*="col-"]::before {
            content: "";
            background-color: inherit;
            position: absolute;
            top: 0;
            left: -25%;
            width: 25%;
            display: block;
            height: 100%; } }
    @media (max-width: 1024px) {
      .row > div[class*="col-"].has-bg {
        padding: 0 !important;
        background-size: cover !important;
        min-height: 0 !important; }
        .row > div[class*="col-"].has-bg img.bg-image {
          display: block;
          width: 100%; } }
    @media (max-width: 1024px) {
      .row > div[class*="col-"].col-3, .row > div[class*="col-"].col-1 {
        width: 50% !important; } }
    @media (max-width: 1024px) {
      .row > div[class*="col-"] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-top: 2rem;
        padding-bottom: 2rem; }
      .row > div[class*="col-"].col-4, .row > div[class*="col-"].col-3, .row > div[class*="col-"].col-2, .row > div[class*="col-"].col-1 {
        width: 100% !important; }
      .row > div[class*="col-"].style-bevel-left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
        .row > div[class*="col-"].style-bevel-left + div {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }
  .row .col-4 {
    width: 100%; }
  .row .col-3 {
    width: 75%; }
  .row .col-2 {
    width: 50%; }
  .row .col-1 {
    width: 25%; }
  .row .title {
    display: block; }
    .row .title > span {
      display: block; }

div.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  div.button.button-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  div.button.button-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  div.button.button-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

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

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

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

.text-white {
  color: #fff; }

.text-primary {
  color: #0054a6; }

.text-secondary {
  color: #e20613; }

.text-tertiary {
  color: #eee; }

.container {
  margin: auto;
  width: 100%;
  max-width: 1300px;
  padding: 0 2rem; }

.btn {
  display: inline-block;
  text-align: center;
  padding: 0.8rem 1.6rem;
  font-size: 1rem;
  font-weight: 400;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #0054a6;
  cursor: pointer;
  color: #fff;
  background: #0054a6;
  border-radius: 1px;
  border: 1px solid transparent;
  -webkit-transition: 0.1s all ease-out;
  transition: 0.1s all ease-out; }
  .btn:hover {
    text-decoration: none;
    color: #0054a6;
    background: #fff;
    border-color: #0054a6;
    -webkit-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out; }
  @media (max-width: 480px) {
    .btn {
      max-width: calc(100% - 40px); } }

.btn-secondary {
  background-color: #e20613;
  border-color: #e20613;
  color: #fff; }
  .btn-secondary:hover {
    background: #fff;
    color: #e20613; }

.btn-tertiary {
  background-color: #eee;
  border-color: #eee;
  color: #474747; }
  .btn-tertiary:hover {
    background: #474747;
    color: #eee; }

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #474747; }
  .btn-white:hover {
    background: #474747;
    color: #fff; }

.btn-transparent {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }
  .btn-transparent:hover {
    background-color: #fff;
    color: #474747; }

.bg-blue {
  background-color: #0054a6; }

.bg-red {
  background-color: #e20613; }

.bg-white {
  background-color: #fff; }

.bg-grey-l {
  background-color: #eee; }

.bg-grey {
  background-color: #474747; }

body.error404 .page-header {
  max-width: 1260px;
  margin: 3.5rem auto; }

body.error404 .page-content {
  display: none; }

::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; }

:-ms-input-placeholder {
  color: #fff;
  opacity: 1; }

::-ms-input-placeholder {
  color: #fff;
  opacity: 1; }

::placeholder {
  color: #fff;
  opacity: 1; }

.search-form {
  position: relative; }
  .search-form input[type="search"] {
    border: 1px solid #fff;
    border-radius: 2px;
    height: 2rem;
    padding: 0 2.2rem 0 1.2rem;
    background: none;
    color: #fff;
    font-size: 1rem;
    font-family: "Raleway", Arial, sans-serif;
    -webkit-appearance: textfield; }
  .search-form button {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 2rem;
    width: 2rem;
    padding: 0; }
    .search-form button svg {
      fill: #fff;
      max-height: 100%;
      width: 16px; }
    .search-form button:hover {
      background: none;
      border-color: transparent; }
      .search-form button:hover svg {
        fill: #0054a6; }

#content {
  min-height: 400px;
  position: relative;
  z-index: 0; }

#news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #news h2 {
    margin-bottom: 40px; }
  #news > a.btn {
    margin-top: 40px;
    -ms-flex-item-align: center;
    align-self: center; }

#articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2rem -1rem 0 -1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.article-list {
  width: 350px;
  margin: 1rem;
  -webkit-box-shadow: 1px 1px 3px #474747;
  box-shadow: 1px 1px 3px #474747;
  background: #fff; }
  .article-list .image {
    height: 240px;
    overflow: hidden;
    display: block; }
    .article-list .image img {
      width: 100%;
      height: auto;
      -webkit-transition: 0.1s all ease-out;
      transition: 0.1s all ease-out; }
  .article-list span.title a {
    color: #0054a6;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
    display: block;
    font-weight: bold; }
  .article-list .article-list-content {
    padding: 1rem;
    position: relative; }
  .article-list .link-more {
    margin-bottom: 0; }
    .article-list .link-more a {
      font-weight: 600; }
  .article-list:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out; }
  .article-list .article-details {
    border-top: 1px solid #eee;
    padding: 0.8rem 1rem; }
  .article-list .excerpt {
    font-size: 0.9rem;
    margin-bottom: 0; }

.content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 3rem;
  padding-bottom: 3rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .content-area main {
    max-width: calc(100% - 320px);
    width: 100%; }
  .content-area #secondary {
    padding-top: 2rem;
    width: 280px; }
    .content-area #secondary .h2 {
      text-transform: uppercase;
      font-size: 1.33rem; }
    .content-area #secondary .widget {
      padding-bottom: 1rem; }
    .content-area #secondary li {
      margin-bottom: 0.4rem; }
  @media (max-width: 1100px) {
    .content-area main {
      max-width: calc(100% - 260px); }
    .content-area #secondary {
      width: 220px; } }
  @media (max-width: 1100px) {
    .content-area main {
      max-width: 100%; }
    .content-area #secondary {
      width: 100%; } }

.excerpt-list {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee; }
  .excerpt-list .date {
    font-style: italic; }
  .excerpt-list div.image {
    padding-bottom: 0 !important; }
  .excerpt-list h3 {
    margin-bottom: 1rem; }
  .excerpt-list a:hover {
    text-decoration: none; }

article.type-post .entry-content .image {
  float: right;
  padding: 0 0 1rem 1rem; }
  @media (max-width: 1100px) {
    article.type-post .entry-content .image {
      float: none;
      padding: 0 0 1rem 0;
      text-align: center; } }

article.type-post .entry-details {
  border-top: 1px solid #eee;
  padding: 1rem;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-style: italic; }
  article.type-post .entry-details .categories {
    font-style: italic; }
    article.type-post .entry-details .categories span:not(:first-child)::after {
      content: ","; }
  article.type-post .entry-details .date {
    margin-left: auto; }

.widget_search form {
  padding: 0 0 1rem 0; }
  .widget_search form input[type="search"] {
    width: 100%;
    border-color: #474747;
    color: #474747; }
    .widget_search form input[type="search"]::-webkit-input-placeholder {
      color: #474747; }
    .widget_search form input[type="search"]:-ms-input-placeholder {
      color: #474747; }
    .widget_search form input[type="search"]::-ms-input-placeholder {
      color: #474747; }
    .widget_search form input[type="search"]::placeholder {
      color: #474747; }
  .widget_search form button {
    right: 0;
    top: 0; }
    .widget_search form button svg {
      fill: #474747; }

#contact-banner {
  background: url(/wp-content/themes/tge/assets/img/bg-contact.png) center center no-repeat;
  background-size: cover; }

div.wpcf7 {
  width: 100%;
  background: #eee;
  padding: 30px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  div.wpcf7 span.h4 {
    text-align: center;
    display: block;
    text-transform: initial;
    font-size: 2.1rem;
    color: #474747; }
  div.wpcf7 .form-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 175px;
    width: 540px; }
    div.wpcf7 .form-inputs br {
      display: none; }
  div.wpcf7 .button-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px; }
  div.wpcf7 span.wpcf7-not-valid-tip {
    font-style: italic;
    font-size: 0.75rem;
    margin-top: 5px; }
  div.wpcf7 div.wpcf7-response-output {
    margin: 0;
    padding: 10px;
    border-color: #0054a6 !important;
    font-style: italic;
    font-size: 0.9rem; }
  div.wpcf7 .invalid .form-inputs,
  div.wpcf7 .invalid textarea {
    height: 210px; }
  div.wpcf7 .invalid textarea {
    -webkit-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out; }
  @media (max-width: 820px) {
    div.wpcf7 {
      width: calc(100% - 40px); } }
  @media (max-width: 630px) {
    div.wpcf7 .form-inputs {
      height: 370px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.social-links-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .social-links-menu li:not(:last-child) {
    margin-right: 7px; }
  .social-links-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.1rem;
    width: 1.1rem;
    -webkit-transition: 0.1s all ease-out;
    transition: 0.1s all ease-out; }
    .social-links-menu a svg {
      fill: #fff;
      max-height: 100%;
      max-width: 100%;
      height: 100%;
      width: 100%; }
    .social-links-menu a:hover {
      -webkit-transition: 0.2s all ease-out;
      transition: 0.2s all ease-out;
      border-color: #0054a6;
      text-decoration: none; }

.call-to-action {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .call-to-action.call-to-action-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .call-to-action.call-to-action-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .call-to-action.call-to-action-center_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .call-to-action.call-to-action-center_bottom .btn {
      margin-top: 1.3rem; }
  .call-to-action.call-to-action-center_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .call-to-action.call-to-action-center_top .btn {
      margin-bottom: 1.3rem; }

.map {
  background: #eee;
  min-height: 550px; }
  .map .content {
    display: none; }
  @media (max-width: 880px) {
    .map {
      min-height: 450px; } }
  @media (max-width: 600px) {
    .map {
      min-height: 400px; } }
  @media (max-width: 600px) {
    .map {
      min-height: 350px; } }

.page-template-template-contact #main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .page-template-template-contact #main > div {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2; }
    .page-template-template-contact #main > div:first-child {
      min-width: 200px;
      padding: 40px 30px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media (max-width: 854px) {
        .page-template-template-contact #main > div:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .page-template-template-contact #main > div:first-child span.h4,
          .page-template-template-contact #main > div:first-child ul {
            display: block;
            width: 210px; }
          .page-template-template-contact #main > div:first-child span.h4 {
            text-align: center; } }
      .page-template-template-contact #main > div:first-child ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 15px;
        margin-top: 60px; }
        .page-template-template-contact #main > div:first-child ul li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 40px; }
          .page-template-template-contact #main > div:first-child ul li svg {
            fill: #0054a6;
            width: 28px;
            height: 26px;
            margin-right: 15px; }
          .page-template-template-contact #main > div:first-child ul li span,
          .page-template-template-contact #main > div:first-child ul li a {
            color: #474747;
            line-height: 1.4;
            max-width: 160px; }

.module-gallery:not(.caroussel-active),
.module-icones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 1rem 0 2rem 0; }
  .module-gallery:not(.caroussel-active) li,
  .module-icones li {
    padding: 1%;
    text-align: center; }
    .module-gallery:not(.caroussel-active) li > img,
    .module-icones li > img {
      max-width: 100%;
      display: inline-block; }
    .module-gallery:not(.caroussel-active) li .text,
    .module-gallery:not(.caroussel-active) li .text *,
    .module-icones li .text,
    .module-icones li .text * {
      font-size: 16px; }
  @media (max-width: 1024px) {
    .module-gallery:not(.caroussel-active) li .text,
    .module-gallery:not(.caroussel-active) li .text *,
    .module-icones li .text,
    .module-icones li .text * {
      font-size: 22px; } }
  @media (max-width: 900px) {
    .module-gallery:not(.caroussel-active),
    .module-icones {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .module-gallery:not(.caroussel-active) li,
      .module-icones li {
        max-width: 20%; }
        .module-gallery:not(.caroussel-active) li .text,
        .module-gallery:not(.caroussel-active) li .text *,
        .module-icones li .text,
        .module-icones li .text * {
          font-size: 18px; } }
  @media (max-width: 600px) {
    .module-gallery:not(.caroussel-active) li,
    .module-icones li {
      max-width: 33%; }
      .module-gallery:not(.caroussel-active) li .text,
      .module-gallery:not(.caroussel-active) li .text *,
      .module-icones li .text,
      .module-icones li .text * {
        font-size: 16px; } }
  @media (max-width: 480px) {
    .module-gallery:not(.caroussel-active) li,
    .module-icones li {
      max-width: 50%; }
      .module-gallery:not(.caroussel-active) li .text,
      .module-gallery:not(.caroussel-active) li .text *,
      .module-icones li .text,
      .module-icones li .text * {
        font-size: 14px; } }

.module-gallery span.caption {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(0, 84, 166, 0.6);
  color: #fff;
  -webkit-transition: 0.1s all ease-out;
  transition: 0.1s all ease-out; }
  .module-gallery span.caption a {
    color: inherit; }

.module-gallery > li {
  overflow: hidden; }
  .module-gallery > li div {
    position: relative; }
  .module-gallery > li:hover span.caption {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out; }
    .module-gallery > li:hover span.caption em {
      display: inline-block;
      margin-top: 0.5rem; }

.module-gallery:not(.caroussel-active) {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .module-gallery:not(.caroussel-active).count-1 > li {
    width: 100%; }
  .module-gallery:not(.caroussel-active).count-2 > li {
    width: 50%; }
  .module-gallery:not(.caroussel-active).count-3 > li {
    width: 33.33%; }
  .module-gallery:not(.caroussel-active).count-4 > li {
    width: 25%; }
  .module-gallery:not(.caroussel-active).count-5 > li {
    width: 20%; }
  .module-gallery:not(.caroussel-active).count-6 > li {
    width: 16.66%; }
  .module-gallery:not(.caroussel-active).count-7 > li {
    width: 14.28%; }
  .module-gallery:not(.caroussel-active).count-8 > li {
    width: 12.5%; }
  .module-gallery:not(.caroussel-active) > li img {
    width: 100%;
    height: auto; }
  @media (max-width: 1024px) {
    .module-gallery:not(.caroussel-active) > li {
      width: 50% !important; } }
  @media (max-width: 480px) {
    .module-gallery:not(.caroussel-active) > li {
      width: 100% !important; } }

.module-icones li,
.module-icones li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #474747;
  width: 100%; }

.module-icones li {
  margin: 0 0.8rem; }

.module-icones span.image {
  display: block;
  width: 100%;
  height: 100%; }

.module-icones.simple span.image {
  margin-bottom: auto; }

.module-icones.simple span.text {
  font-weight: bold;
  display: block;
  text-align: center;
  margin-top: 1rem;
  -webkit-transition: 0.1s all ease-out;
  transition: 0.1s all ease-out; }

.module-icones.simple li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.module-icones.simple li:hover span.text {
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  color: #0054a6; }

.module-icones.borderhover img {
  border: 1px solid transparent;
  border-radius: 10px;
  margin-bottom: 10px;
  -webkit-transition: 0.1s all ease-out;
  transition: 0.1s all ease-out; }

.module-icones.borderhover li:hover a {
  color: #0054a6; }

.module-icones.borderhover li:hover img {
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  border-color: #0054a6; }

.module-icones.borderhover a {
  text-decoration: none !important; }

.module-icones img.image-hover {
  display: none; }

.module-icones li:hover img.image-hover {
  display: inline-block; }

.module-icones li:hover img.hide-hover {
  display: none; }

.module-icones.border li {
  border: 1px solid #eee;
  border-radius: 1rem;
  background: #fff;
  margin: 1rem 0.8rem;
  -webkit-transition: 0.1s all ease-out;
  transition: 0.1s all ease-out;
  font-size: 0.75rem;
  font-weight: bold;
  width: 175px; }
  .module-icones.border li span.image {
    height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .module-icones.border li:hover {
    background: #0054a6;
    -webkit-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out; }
    .module-icones.border li:hover,
    .module-icones.border li:hover a {
      color: #fff;
      text-decoration: none; }

.fancybox-stage .content {
  max-width: 1300px; }

.module-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 230px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .module-counter li {
    color: #0054a6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5rem 2rem;
    text-align: center; }
    .module-counter li .number {
      font-size: 3.6rem;
      display: block;
      margin-bottom: 1rem; }

.post-it {
  padding: 1rem 1.5rem;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  -webkit-box-shadow: 7px 6px 0px rgba(90, 90, 90, 0.23);
  box-shadow: 7px 6px 0px rgba(90, 90, 90, 0.23); }
  .post-it a.open {
    font-style: italic;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
    .post-it a.open img {
      margin-right: 0.8rem; }
  .post-it.bg-blue a.open, .post-it.bg-red a.open, .post-it.bg-grey a.open {
    color: #fff; }

.style-bevel-left .module-counter li {
  color: #fff; }

.anchor-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 40px;
  background: #0054a6;
  -webkit-transition: 0.1s all ease-out;
  transition: 0.1s all ease-out; }
  .anchor-top:hover {
    opacity: 0.8;
    -webkit-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out; }
  .anchor-top::after, .anchor-top::before {
    content: "";
    width: 18px;
    height: 1px;
    position: absolute;
    background: #fff;
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
    top: 18px;
    left: 6px; }
  .anchor-top::after {
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
    left: 16px; }

.menu-open .anchor-top {
  display: none; }

#banner {
  background: #474747;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 100000; }
  #banner #search-area {
    margin-right: auto;
    margin-left: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1200px) {
      #banner #search-area {
        margin-left: 1rem; } }
    @media (max-width: 700px) {
      #banner #search-area {
        display: none; } }
  #banner #contact-informations {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 400px) {
      #banner #contact-informations {
        font-size: 10px; } }
    #banner #contact-informations a,
    #banner #contact-informations span {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    #banner #contact-informations > span,
    #banner #contact-informations .menu-reseaux-sociaux-container,
    #banner #contact-informations .menu-reseaux-sociaux-anglais-container {
      position: relative;
      padding-left: 1rem;
      margin-left: 1rem;
      white-space: nowrap; }
      @media (max-width: 400px) {
        #banner #contact-informations > span,
        #banner #contact-informations .menu-reseaux-sociaux-container,
        #banner #contact-informations .menu-reseaux-sociaux-anglais-container {
          padding-left: 0.5rem;
          margin-left: 0.5rem; } }
      #banner #contact-informations > span::before,
      #banner #contact-informations .menu-reseaux-sociaux-container::before,
      #banner #contact-informations .menu-reseaux-sociaux-anglais-container::before {
        content: "";
        height: 1rem;
        position: absolute;
        border-left: 1px solid #fff;
        display: block;
        width: 1px;
        left: 0;
        top: calc(50% - 0.5rem); }
  #banner #lang-selector {
    padding: 0 2rem;
    margin-left: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1200px) {
      #banner #lang-selector {
        padding-right: 0.5rem; } }
    @media (max-width: 480px) {
      #banner #lang-selector {
        padding-left: 0;
        margin-left: 0; }
        #banner #lang-selector a span {
          display: none; } }
    #banner #lang-selector .wpml-ls-legacy-dropdown {
      width: auto; }
      #banner #lang-selector .wpml-ls-legacy-dropdown a {
        color: #fff;
        background: #474747;
        border: 0; }
      #banner #lang-selector .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
        border-top: 0; }

body.home .custom-logo {
  opacity: 0;
  -webkit-transition: 0.1s all ease-out;
  transition: 0.1s all ease-out; }

#page > #header {
  z-index: 1000;
  position: relative;
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  #page > #header #logo-wrapper {
    width: 120px;
    margin-left: 2.5rem;
    margin-right: auto; }
    #page > #header #logo-wrapper .custom-logo {
      -webkit-transition: 0.2s all ease-out;
      transition: 0.2s all ease-out; }
    @media (max-width: 1200px) {
      #page > #header #logo-wrapper {
        margin-left: 1rem; } }
    #page > #header #logo-wrapper a {
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0.8rem 0;
      width: 100%;
      height: 100%; }
      #page > #header #logo-wrapper a img {
        width: 100%;
        height: auto; }
  #page > #header .menu-menu-principal-container,
  #page > #header .menu-menu-principal-anglais-container {
    margin-left: auto;
    margin-right: 0; }
  #page > #header ul#top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-right: 1.2rem; }
    @media (max-width: 1200px) {
      #page > #header ul#top-menu {
        margin-right: 0.5rem; } }
    #page > #header ul#top-menu > li {
      position: relative; }
      #page > #header ul#top-menu > li:not(:last-child)::after {
        content: "";
        border-radius: 1rem;
        width: 0.5rem;
        height: 0.44rem;
        display: block;
        position: absolute;
        right: 0;
        top: calc(50% - 0.22rem);
        background: #0054a6; }
      #page > #header ul#top-menu > li:nth-child(2n):not(:last-child)::after {
        background: #e20613; }
    #page > #header ul#top-menu a {
      display: block;
      position: relative;
      color: #474747;
      padding: 1.67rem 1.6rem;
      text-align: center;
      -webkit-transition: 0.1s all ease-out;
      transition: 0.1s all ease-out; }
      #page > #header ul#top-menu a:hover {
        text-decoration: none; }
    #page > #header ul#top-menu li.current-menu-item a,
    #page > #header ul#top-menu li:hover > a {
      color: #0054a6; }
    #page > #header ul#top-menu li.menu-item-has-children {
      position: relative;
      z-index: 10; }
      #page > #header ul#top-menu li.menu-item-has-children .sub-menu {
        position: absolute;
        top: 50px;
        padding-top: 30px;
        opacity: 0;
        min-width: 100%;
        height: 0; }
        #page > #header ul#top-menu li.menu-item-has-children .sub-menu li {
          background: #fff;
          -webkit-transform: scale(0);
          transform: scale(0);
          position: relative;
          z-index: 1; }
          #page > #header ul#top-menu li.menu-item-has-children .sub-menu li a {
            font-size: 0.9rem; }
        #page > #header ul#top-menu li.menu-item-has-children .sub-menu::after {
          content: "";
          display: block;
          width: 100%;
          height: calc(100% - 30px);
          position: absolute;
          left: 0;
          bottom: 0;
          -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          border-color: #474747;
          z-index: 0; }
        #page > #header ul#top-menu li.menu-item-has-children .sub-menu::before {
          content: "";
          display: block;
          position: absolute;
          left: calc(50% - 5px);
          top: 19px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 5px 10px 5px;
          border-color: transparent transparent #eee transparent; }
        #page > #header ul#top-menu li.menu-item-has-children .sub-menu a {
          padding: 0.8rem 1rem; }
      #page > #header ul#top-menu li.menu-item-has-children:hover .sub-menu {
        opacity: 1;
        -webkit-transition: 0.3s all ease-out;
        transition: 0.3s all ease-out;
        height: auto; }
        #page > #header ul#top-menu li.menu-item-has-children:hover .sub-menu li {
          -webkit-transform: scale(1);
          transform: scale(1); }
  #page > #header #menu-toggle {
    display: none; }
    @media (max-width: 900px) {
      #page > #header #menu-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 46px;
        width: 48px;
        padding: 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        cursor: pointer;
        margin: auto 0 auto auto; }
        #page > #header #menu-toggle span {
          border-radius: 3px;
          height: 4px;
          width: 100%;
          background: #0054a6; } }
    @media (max-width: 480px) {
      #page > #header #menu-toggle {
        height: 40px; } }

body.sticky:not(.menu-open) #page {
  padding-top: 110px; }
  body.sticky:not(.menu-open) #page > #banner {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100; }
  body.sticky:not(.menu-open) #page > #header {
    position: fixed;
    width: 100%;
    top: 40px;
    left: 0;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); }
    body.sticky:not(.menu-open) #page > #header .custom-logo {
      opacity: 1; }

@media (max-width: 900px) {
  #page > #header {
    height: 60px; }
  #header .menu-menu-principal-container,
  #header .menu-menu-principal-anglais-container {
    display: none; }
  .menu-open {
    background: #eee; }
    .menu-open #page > #header {
      height: auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .menu-open #page > #header #logo-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .menu-open #page > #header #menu-toggle {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
    .menu-open #content, .menu-open footer {
      display: none; }
    .menu-open #header .menu-menu-principal-container,
    .menu-open #header .menu-menu-principal-anglais-container {
      display: block;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .menu-open #header .menu-menu-principal-container,
    .menu-open #header .menu-menu-principal-anglais-container {
      width: 100%; }
      .menu-open #header .menu-menu-principal-container #top-menu,
      .menu-open #header .menu-menu-principal-anglais-container #top-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0; }
        .menu-open #header .menu-menu-principal-container #top-menu > li:not(:last-child)::after,
        .menu-open #header .menu-menu-principal-anglais-container #top-menu > li:not(:last-child)::after {
          display: none; }
        .menu-open #header .menu-menu-principal-container #top-menu li, .menu-open #header .menu-menu-principal-container #top-menu a, .menu-open #header .menu-menu-principal-container #top-menu ul,
        .menu-open #header .menu-menu-principal-anglais-container #top-menu li,
        .menu-open #header .menu-menu-principal-anglais-container #top-menu a,
        .menu-open #header .menu-menu-principal-anglais-container #top-menu ul {
          width: 100%;
          text-align: center; }
        .menu-open #header .menu-menu-principal-container #top-menu a,
        .menu-open #header .menu-menu-principal-anglais-container #top-menu a {
          padding: 10px; }
        .menu-open #header .menu-menu-principal-container #top-menu li.menu-item-has-children .sub-menu,
        .menu-open #header .menu-menu-principal-anglais-container #top-menu li.menu-item-has-children .sub-menu {
          position: relative;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          opacity: 1;
          -webkit-transform: none;
          transform: none;
          bottom: 0;
          top: 0;
          padding-top: 0;
          margin-bottom: 10px;
          background: #fff;
          height: auto; }
          .menu-open #header .menu-menu-principal-container #top-menu li.menu-item-has-children .sub-menu li,
          .menu-open #header .menu-menu-principal-anglais-container #top-menu li.menu-item-has-children .sub-menu li {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1); }
          .menu-open #header .menu-menu-principal-container #top-menu li.menu-item-has-children .sub-menu::after, .menu-open #header .menu-menu-principal-container #top-menu li.menu-item-has-children .sub-menu::before,
          .menu-open #header .menu-menu-principal-anglais-container #top-menu li.menu-item-has-children .sub-menu::after,
          .menu-open #header .menu-menu-principal-anglais-container #top-menu li.menu-item-has-children .sub-menu::before {
            display: none; }
          .menu-open #header .menu-menu-principal-container #top-menu li.menu-item-has-children .sub-menu a,
          .menu-open #header .menu-menu-principal-anglais-container #top-menu li.menu-item-has-children .sub-menu a {
            font-size: 11px;
            color: #474747; } }

footer {
  width: 100%;
  background: #474747;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  height: 22.2rem; }
  footer, footer a {
    color: #fff; }
  footer svg {
    fill: #fff; }
  footer #bottom-left-navigation {
    position: relative;
    margin-top: -1.5rem;
    width: auto;
    height: calc(100% + 1.5rem); }
    footer #bottom-left-navigation div.content {
      position: absolute;
      left: 1.5rem;
      top: 1.5rem;
      z-index: 1;
      height: calc(100% - 1.5rem);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      footer #bottom-left-navigation div.content li {
        margin-bottom: 1.5rem; }
      footer #bottom-left-navigation div.content a {
        color: #fff; }
        footer #bottom-left-navigation div.content a:hover {
          color: #e20613;
          text-decoration: none; }
      footer #bottom-left-navigation div.content li:last-child a {
        font-weight: bold; }
    footer #bottom-left-navigation svg.background {
      fill: #0054a6;
      position: relative;
      width: auto;
      height: 100%;
      z-index: 0;
      min-width: 450px; }
    footer #bottom-left-navigation .social-navigation {
      margin-bottom: 0;
      margin-top: auto; }
      footer #bottom-left-navigation .social-navigation .social-links-menu {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      footer #bottom-left-navigation .social-navigation a {
        width: 1.8rem;
        height: 1.8rem; }
  footer #center-area {
    width: 100%;
    padding: 3rem 0 1.5rem 0;
    margin-left: -2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    footer #center-area li {
      margin-bottom: 0.5rem; }
    footer #center-area .columns {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 1300px) {
        footer #center-area .columns {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
    footer #center-area nav {
      border-right: 1px solid #0054a6;
      padding: 0 2.6rem; }
      @media (max-width: 1450px) {
        footer #center-area nav {
          padding: 0 1.6rem; } }
      footer #center-area nav:last-child {
        border-right: 0; }
    footer #center-area #footer-contact li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 1.5rem; }
      footer #center-area #footer-contact li span.icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 2rem;
        width: 2rem;
        border-radius: 2rem;
        background: #0054a6;
        margin-right: 1.2rem; }
      footer #center-area #footer-contact li span:not(.icon) {
        width: calc(100% - 3.2rem); }
      footer #center-area #footer-contact li:nth-child(2n) span.icon {
        background: #e20613; }
      footer #center-area #footer-contact li svg {
        width: 1rem;
        width: 1rem; }
    footer #center-area .copyrights {
      width: 100%;
      text-align: center;
      color: #fff;
      margin-bottom: 0;
      margin-top: auto;
      font-size: 0.9rem; }
  @media (max-width: 1300px) {
    footer {
      height: 25rem; }
      footer #center-area {
        margin-left: 0; }
      footer #center-area nav:not(:last-child) {
        padding-left: 0; } }
  @media (max-width: 1110px) {
    footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: auto;
      text-align: center; }
      footer #bottom-left-navigation {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        background: #0054a6;
        text-align: center; }
        footer #bottom-left-navigation .social-navigation .social-links-menu {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
        footer #bottom-left-navigation div.content {
          position: relative;
          top: 0;
          left: 0;
          padding-top: 2rem; }
        footer #bottom-left-navigation svg.background {
          display: none; }
      footer #center-area {
        padding-top: 2rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      footer #center-area .columns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        footer #center-area .columns nav {
          width: 100%;
          border: 0;
          padding: 0; }
          footer #center-area .columns nav:not(:last-child) {
            text-align: center;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2; }
          footer #center-area .columns nav:last-child {
            margin-top: 2rem;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1; }
        footer #center-area .columns #footer-contact li {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          footer #center-area .columns #footer-contact li span.icon {
            margin: 0 0 1rem 0; } }

