@charset "UTF-8";
/**
* This stylesheet follows http://www.systematiccss.com/
*/
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("eot"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  vertical-align: middle;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

button[class^="icon-"], button[class*=" icon-"] {
  padding: 0;
  border: 0;
  background: none;
  width: auto;
  min-width: 0; }

.icon-anchor-circle-down:before {
  content: "\EA01"; }

.icon-anchor-circle-left:before {
  content: "\EA02"; }

.icon-anchor-circle-right:before {
  content: "\EA03"; }

.icon-anchor-circle-up:before {
  content: "\EA04"; }

.icon-arrow-left:before {
  content: "\EA05"; }

.icon-arrow-right:before {
  content: "\EA06"; }

.icon-check:before {
  content: "\EA07"; }

.icon-email:before {
  content: "\EA08"; }

.icon-facebook:before {
  content: "\EA09"; }

.icon-instagram:before {
  content: "\EA0A"; }

.icon-linkedin:before {
  content: "\EA0B"; }

.icon-phone:before {
  content: "\EA0C"; }

.icon-play:before {
  content: "\EA0D"; }

.icon-slash:before {
  content: "\EA0E"; }

.icon-twitter:before {
  content: "\EA0F"; }

.icon-v-card:before {
  content: "\EA10"; }

#BODY {
  height: 100%; }

.PAGE {
  position: relative;
  z-index: 2;
  height: 100%;
  background: #073455 url(../images/bg-header.jpg) center top no-repeat;
  background-size: 100%; }
  .toggle-menu-trigger:checked ~ .PAGE {
    max-height: 100%;
    overflow: hidden; }
    .toggle-menu-trigger:checked ~ .PAGE.home .HEADER, .toggle-menu-trigger:checked ~ .PAGE.post-type-archive-associates .HEADER, .toggle-menu-trigger:checked ~ .PAGE.single-associates .HEADER {
      z-index: 999; }
  .PAGE.blog, .PAGE.post-type-archive-post, .PAGE.single-post {
    background-image: url(../images/bg-publications.jpg); }
  .PAGE.home .HEADER, .PAGE.post-type-archive-associates .HEADER, .PAGE.single-associates .HEADER {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2; }
  .PAGE.home {
    background: #073455;
    height: auto; }
  .PAGE.page-template-template-fiscalistes {
    background: linear-gradient(45deg, #fff 40%, #dadbdd 100%) !important;
    background-size: 100% 800px !important; }
    .PAGE.page-template-template-fiscalistes .HEADER {
      background: url(../images/fiscalistes/bg-fiscaliste-en.png) bottom center no-repeat #073455;
      background-size: 2046px auto; }
  [lang="fr-FR"] .PAGE.page-template-template-fiscalistes .HEADER {
    background-image: url(../images/fiscalistes/bg-fiscaliste-fr.png); }
  @media screen and (max-width: 1440px) {
    .PAGE {
      background-size: auto 330px; } }
  @media screen and (max-width: 1100px) {
    .PAGE.page-template-template-fiscalistes .HEADER {
      background-size: 190% auto; } }
  @media screen and (max-width: 768px) {
    .PAGE {
      background-size: auto 280px; } }
  @media screen and (max-width: 600px) {
    .PAGE.page-template-template-fiscalistes {
      background: linear-gradient(205.82deg, #e5e4e4 0%, #ffffff 40%) !important;
      background-size: 100% !important; }
      .PAGE.page-template-template-fiscalistes .HEADER {
        background-position: bottom left;
        background-image: url(../images/fiscalistes/bg-fiscaliste-mobile-en.png);
        background-size: 63.47826% auto; }
    [lang="fr-FR"] .PAGE.page-template-template-fiscalistes .HEADER {
      background-image: url(../images/fiscalistes/bg-fiscaliste-mobile-fr.png); } }
  @media screen and (max-width: 450px) {
    .PAGE.page-template-template-fiscalistes .HEADER {
      background-position: -1.11111em bottom;
      background-size: 292px auto; } }

.PAGECarrieres .HEADER {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2; }
  .PAGECarrieres .HEADER.is-blue .Logo {
    color: #153C5D !important; }

.toggle-menu-trigger:checked ~ .PAGECarrieres {
  max-height: 100%;
  overflow: hidden; }
  .toggle-menu-trigger:checked ~ .PAGECarrieres .HEADER {
    z-index: 999; }

.PAGECarrieres .btn {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 999vw;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 40px; }

.MAIN_MENU {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 0;
  overflow: hidden;
  background-color: #073455;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: height 0s 0.3s, opacity 0.25s ease;
  transition: height 0s 0.3s, opacity 0.25s ease;
  /*.page-template-template-fiscalistes & {
        background-color:#fff;
        .MainMenu a {
            &:hover, &:focus, &:active {color:#073455;}
        }
    }*/ }
  .MAIN_MENU .MainMenu li {
    opacity: 0;
    -webkit-transform: translateY(-0.15em);
        -ms-transform: translateY(-0.15em);
            transform: translateY(-0.15em);
    -webkit-transition: 0.3s ease opacity, 0.15s 0.3s ease transform;
    transition: 0.3s ease opacity, 0.15s 0.3s ease transform; }
  .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU,
  .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU {
    opacity: 1;
    height: 100%;
    -webkit-transition: height 0s, opacity 0.25s ease;
    transition: height 0s, opacity 0.25s ease; }
    .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li,
    .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li {
      opacity: 0.99;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(1),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(1) {
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(2),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(2) {
        -webkit-transition-delay: 0.125s;
                transition-delay: 0.125s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(3),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(3) {
        -webkit-transition-delay: 0.25s;
                transition-delay: 0.25s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(4),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(4) {
        -webkit-transition-delay: 0.375s;
                transition-delay: 0.375s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(5),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(5) {
        -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(6),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(6) {
        -webkit-transition-delay: 0.625s;
                transition-delay: 0.625s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(7),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(7) {
        -webkit-transition-delay: 0.75s;
                transition-delay: 0.75s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(8),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(8) {
        -webkit-transition-delay: 0.875s;
                transition-delay: 0.875s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(9),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(9) {
        -webkit-transition-delay: 1s;
                transition-delay: 1s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(10),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(10) {
        -webkit-transition-delay: 1.125s;
                transition-delay: 1.125s; }
  .MAIN_MENU .Container {
    position: absolute;
    top: 13.88889em;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto; }
  @media screen and (max-width: 768px) {
    .MAIN_MENU .Container {
      top: 9.72222em; } }
  @media screen and (max-width: 600px) {
    .MAIN_MENU .Container {
      top: 5.22222em; } }

.HEADER {
  position: relative;
  padding-top: 5.55556em;
  min-height: 330px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: margin-top 0.1s ease-out;
  transition: margin-top 0.1s ease-out; }
  .PAGE.page-template-template-fiscalistes .HEADER {
    min-height: 735px; }
  .HEADER .Logo,
  .HEADER .LanguageLinks,
  .HEADER .ToggleMenu {
    position: relative;
    z-index: 10001; }
  .HEADER .RIGHTBAR {
    float: right; }
  .HEADER .LanguageLinks {
    color: #fff;
    display: inline-block;
    margin-right: 3.22222em;
    vertical-align: top; }
  .HEADER .btn.btnborder {
    border: 2px solid #fff;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 27px;
    border-radius: 999vw;
    height: 48px;
    vertical-align: middle;
    margin-right: 52px;
    font-size: 15px;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out; }
    .HEADER .btn.btnborder:hover {
      color: #073455;
      background: #fff; }
  .HEADER .SearchOpener {
    display: inline-block;
    margin-right: 52px;
    vertical-align: middle;
    cursor: pointer; }
    .HEADER .SearchOpener svg {
      color: #fff;
      max-width: 20px;
      width: 30px; }
      .HEADER .SearchOpener svg * {
        fill: currentColor; }
  .HEADER .ToggleMenu {
    position: relative;
    top: -3px;
    vertical-align: top; }
  .HEADER .AnchorMenu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  @media screen and (max-width: 1366px) {
    .HEADER {
      padding-top: 4.44444em;
      min-height: 310px; } }
  @media screen and (max-width: 1024px) {
    .HEADER {
      padding-top: 3.88889em;
      min-height: 295px; }
      .PAGE.page-template-template-fiscalistes .HEADER {
        min-height: 0;
        padding-bottom: 58.59375%; } }
  @media screen and (max-width: 768px) {
    .HEADER {
      padding-top: 2.77778em;
      min-height: 280px; }
      .HEADER .LanguageLinks {
        display: none; }
      .HEADER .ToggleMenu {
        top: 5px; }
      .HEADER .AnchorMenu {
        display: none; } }
  @media screen and (max-width: 600px) {
    .HEADER {
      padding-top: 2.22222em; }
      .HEADER .Logo {
        z-index: 10000; }
      .HEADER .ToggleMenu {
        margin-right: 0.55556em;
        top: 0; }
      .PAGE.page-template-template-fiscalistes .HEADER {
        min-height: 565px;
        padding-bottom: 0; } }
  @media screen and (max-width: 450px) {
    .HEADER {
      padding-top: 1.88889em; } }

.js .PAGE .HEADER,
.js .PAGECarrieres .HEADER {
  opacity: 0;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: opacity 0.4s 0.4s ease, -webkit-transform 0.25s 0.4s ease;
  transition: opacity 0.4s 0.4s ease, -webkit-transform 0.25s 0.4s ease;
  transition: opacity 0.4s 0.4s ease, transform 0.25s 0.4s ease;
  transition: opacity 0.4s 0.4s ease, transform 0.25s 0.4s ease, -webkit-transform 0.25s 0.4s ease; }

.js .PAGE .CONTENT_WRAPPER > .Container,
.js .PAGECarrieres .CONTENT_WRAPPER > .Container {
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.6s ease-out;
  transition: opacity 0.4s 0.6s ease-out; }

.js .PAGE.home .HeroVideo {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out; }

.js .PAGE.home .hero-video-content h1,
.js .PAGE.home .hero-video-content p,
.js .PAGE.home .hero-video-content a,
.js .PAGE.home .HeroVideo,
.js .PAGE.home .HeroVideo .icon-anchor-circle-down {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.4s ease, transform 0.25s ease;
  transition: opacity 0.4s ease, transform 0.25s ease, -webkit-transform 0.25s ease; }

.js .PAGE.home .hero-video-content h1 {
  -webkit-transform: translateY(-80px);
      -ms-transform: translateY(-80px);
          transform: translateY(-80px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.5s ease, transform 0.4s ease;
  transition: opacity 0.5s ease, transform 0.4s ease, -webkit-transform 0.4s ease; }

.js .PAGE.home .HeroVideo .icon-anchor-circle-down {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px); }

.js .PAGE.post-type-archive-associates .ASSOCIATES {
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.95s ease;
  transition: opacity 0.4s 0.95s ease; }

.js .PAGE.post-type-archive-associates .ASSOCIATES_CONTENT h1 {
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.7s ease;
  transition: opacity 0.4s 0.7s ease; }

.js .PAGE.post-type-archive-associates .ASSOCIATES_COLUMNS,
.js .PAGE.post-type-archive-associates .cta-strip-office {
  opacity: 0;
  -webkit-transition: opacity 0.3s 1s ease;
  transition: opacity 0.3s 1s ease; }

.js .PAGE.single-associates .AssociateBio .associate-bio-content > *,
.js .PAGE.single-associates .AssociateBio .associate-bio-content-wrapper:before,
.js .PAGE.single-associates .AssociateBio .post-thumbnail {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.js .PAGE.single-associates .AssociateBio .post-thumbnail,
.js .PAGE.single-associates .AssociateBio .associate-bio-content-wrapper:before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; }

.js .PAGE.single-associates .AssociateBio .associate-bio-content > * {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s; }

.js .PAGE.single-associates .AssociateBio .associate-bio-content .BackLink {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s; }

.js .loaded .PAGE .HEADER,
.js .loaded .PAGECarrieres .HEADER {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.js .loaded .PAGE .CONTENT_WRAPPER > .Container,
.js .loaded .PAGECarrieres .CONTENT_WRAPPER > .Container {
  opacity: 0.99; }

.js .loaded .PAGE.post-type-archive-associates .ASSOCIATES {
  opacity: 0.99; }

.js .loaded .PAGE.post-type-archive-associates .ASSOCIATES_CONTENT h1 {
  opacity: 0.99; }

.js .loaded .PAGE.post-type-archive-associates .ASSOCIATES_COLUMNS,
.js .loaded .PAGE.post-type-archive-associates .cta-strip-office {
  opacity: 0.99; }

.js .loaded .PAGE.home .HeroVideo {
  opacity: 0.99; }

.js .loaded .PAGE.home .hero-video-content h1 {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s; }

.js .loaded .PAGE.home .hero-video-content p {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s; }

.js .loaded .PAGE.home .hero-video-content a {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s; }

.js .loaded .PAGE.home .HeroVideo .icon-anchor-circle-down {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s; }

.js .loaded .PAGE.home .hero-video-content h1,
.js .loaded .PAGE.home .hero-video-content p,
.js .loaded .PAGE.home .hero-video-content a,
.js .loaded .PAGE.home .HeroVideo .icon-anchor-circle-down {
  opacity: 0.99;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.js .loaded .PAGE.single-associates .AssociateBio .associate-bio-content > *,
.js .loaded .PAGE.single-associates .AssociateBio .associate-bio-content-wrapper:before,
.js .loaded .PAGE.single-associates .AssociateBio .post-thumbnail {
  opacity: 10.99; }

.js .loaded .PAGE.single-associates .AssociateBio .associate-bio-content .BackLink {
  opacity: 0.3; }

.CONTENT_TOP:after {
  content: " ";
  /* Older browser do not support empty content */
  display: block;
  clear: both;
  visibility: hidden;
  height: 0; }

.CONTENT_TOP .widget_breadcrumb_navxt {
  float: left;
  margin-top: 0.27778em; }

.CONTENT_TOP .widget_a2a_share_save_widget {
  float: right; }

@media screen and (max-width: 768px) {
  .CONTENT_TOP .widget_a2a_share_save_widget {
    display: none; } }

.CONTENT_WRAPPER {
  padding: 1.83333em 0 7.88889em;
  background-color: #fff;
  -webkit-transition: margin-top 0.1s ease;
  transition: margin-top 0.1s ease; }
  .CONTENT_WRAPPER:after {
    content: " ";
    /* Older browser do not support empty content */
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }
  .PAGE.home .CONTENT_WRAPPER,
  .PAGE.post-type-archive-associates .CONTENT_WRAPPER,
  .PAGE.single-associates .CONTENT_WRAPPER {
    padding: 0; }
  .PAGE.page-template-template-fiscalistes .CONTENT_WRAPPER {
    padding-bottom: 0; }
  @media screen and (max-width: 1366px) {
    .CONTENT_WRAPPER {
      padding: 1.83333em 0 6.94444em; } }
  @media screen and (max-width: 768px) {
    .CONTENT_WRAPPER {
      padding: 1.33333em 0 6.11111em; } }
  @media screen and (max-width: 450px) {
    .CONTENT_WRAPPER {
      padding: 0.61111em 0 5.38889em; } }

.SERVICES {
  position: relative;
  padding: 5.22222em 0 10.55556em; }
  .SERVICES:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: url(../images/bg-logo.webp) center center no-repeat;
    background-size: cover; }
    .no-webp .SERVICES:before {
      background: url(../images/bg-logo.png) center center no-repeat; }
  .SERVICES .Container {
    position: relative;
    z-index: 1; }
  .SERVICES .Container > h3 {
    margin: 0 0 4em;
    font-size: 1em;
    letter-spacing: 0.16667em;
    text-transform: uppercase;
    font-weight: 300; }
  .SERVICES.Waypoint:before {
    opacity: 0; }
  .SERVICES.Waypoint .Container > h3 {
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px); }
  .SERVICES.Waypoint.waypoint-appear:before {
    opacity: 0.99;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
  .SERVICES.Waypoint.waypoint-appear .Container > h3 {
    opacity: 0.99;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.3s 0.3s ease-out, -webkit-transform 0.3s 0.3s ease-out;
    transition: opacity 0.3s 0.3s ease-out, -webkit-transform 0.3s 0.3s ease-out;
    transition: opacity 0.3s 0.3s ease-out, transform 0.3s 0.3s ease-out;
    transition: opacity 0.3s 0.3s ease-out, transform 0.3s 0.3s ease-out, -webkit-transform 0.3s 0.3s ease-out; }
  @media screen and (max-width: 1440px) {
    .SERVICES {
      padding: 5.22222em 0 7.77778em; } }
  @media screen and (max-width: 1024px) {
    .SERVICES {
      padding: 4.16667em 0 6.11111em; }
      .SERVICES .Container > h3 {
        margin: 0 0 3.44444em; } }
  @media screen and (max-width: 768px) {
    .SERVICES {
      padding: 3.33333em 0 2.22222em; }
      .SERVICES .Container > h3 {
        margin: 0 0 3.05556em; }
      .SERVICES .cube-link {
        display: none; } }
  @media screen and (max-width: 600px) {
    .SERVICES {
      padding: 2.5em 0 0; }
      .SERVICES:before {
        background-size: 38.88889em auto;
        background-position: left top; }
      .SERVICES .Container > h3 {
        margin: 0 0 2.33333em; }
      .SERVICES .Services {
        margin: 0 -2.22222em; } }
  @media screen and (max-width: 450px) {
    .SERVICES .Services {
      margin: 0 -1.11111em; } }

.ASSOCIATES_CONTENT {
  padding: 14.88889em 0 0;
  background: #59636a radial-gradient(1200px, #8a9196 0, #59636a 100%) center bottom no-repeat; }
  .ASSOCIATES_CONTENT h1 {
    margin: 0;
    max-width: 1030px;
    font-size: 4.16667em;
    letter-spacing: 0.09333em;
    color: #fff; }
  .ASSOCIATES_CONTENT > .Container {
    position: relative;
    z-index: 3;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  @media screen and (max-width: 1366px) {
    .ASSOCIATES_CONTENT {
      padding: 12.77778em 0 0; } }
  @media screen and (max-width: 1024px) {
    .ASSOCIATES_CONTENT {
      padding: 11.66667em 0 0; }
      .ASSOCIATES_CONTENT h1 {
        font-size: 3.44444em; } }
  @media screen and (max-width: 768px) {
    .ASSOCIATES_CONTENT {
      padding: 9.44444em 0 0; }
      .ASSOCIATES_CONTENT h1 {
        font-size: 3em; } }
  @media screen and (max-width: 600px) {
    .ASSOCIATES_CONTENT {
      padding: 2.77778em 0 0;
      background: #59636a; }
      .ASSOCIATES_CONTENT h1 {
        display: none; } }
  @media screen and (max-width: 450px) {
    .ASSOCIATES_CONTENT {
      padding: 1.38889em 0 0; } }

.ASSOCIATES {
  position: relative;
  overflow: hidden;
  padding-top: 2.38889em;
  -webkit-transition: margin-top 0.1s ease-out;
  transition: margin-top 0.1s ease-out; }
  .ASSOCIATES:after {
    content: " ";
    /* Older browser do not support empty content */
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }
  .ASSOCIATES .ASSOCIATES_SCROLL {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
  .ASSOCIATES .icon-anchor-circle-left,
  .ASSOCIATES .icon-anchor-circle-right {
    position: absolute;
    z-index: 400;
    top: 50%;
    font-size: 3.72222em;
    color: #fff; }
    .ASSOCIATES .icon-anchor-circle-left:before,
    .ASSOCIATES .icon-anchor-circle-right:before {
      margin: 0;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .ASSOCIATES .icon-anchor-circle-left {
    left: 0.67164em; }
    .ASSOCIATES .icon-anchor-circle-left:hover:before, .ASSOCIATES .icon-anchor-circle-left:focus:before, .ASSOCIATES .icon-anchor-circle-left:active:before {
      -webkit-transform: translateX(-4px);
          -ms-transform: translateX(-4px);
              transform: translateX(-4px); }
  .ASSOCIATES .icon-anchor-circle-right {
    right: 0.67164em; }
    .ASSOCIATES .icon-anchor-circle-right:hover:before, .ASSOCIATES .icon-anchor-circle-right:focus:before, .ASSOCIATES .icon-anchor-circle-right:active:before {
      -webkit-transform: translateX(4px);
          -ms-transform: translateX(4px);
              transform: translateX(4px); }
  .ASSOCIATES .Associate {
    display: inline-block;
    white-space: normal;
    vertical-align: bottom;
    margin-left: -0.16667em;
    opacity: 1 !important; }
    .ASSOCIATES .Associate:first-child {
      margin-left: 0; }
  .ASSOCIATES.associates-activated .cycle-carousel-wrap {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .ASSOCIATES.associates-activated .Associate {
    filter: blur(5px);
    cursor: default; }
  .ASSOCIATES.associates-activated .Associate.associate-active {
    filter: none; }
  @media screen and (max-width: 1366px) {
    .ASSOCIATES {
      padding-top: 0; } }
  @media screen and (max-width: 1024px) {
    .ASSOCIATES {
      padding-top: 1.66667em; } }
  @media screen and (max-width: 768px) {
    .ASSOCIATES .Associate {
      margin-left: 0; }
    .ASSOCIATES .icon-anchor-circle-left,
    .ASSOCIATES .icon-anchor-circle-right {
      font-size: 3.33333em; }
    .ASSOCIATES .icon-anchor-circle-left {
      left: 0.6em; }
    .ASSOCIATES .icon-anchor-circle-right {
      right: 0.6em; } }
  @media screen and (max-width: 600px) {
    .ASSOCIATES .icon-anchor-circle-left,
    .ASSOCIATES .icon-anchor-circle-right {
      top: 39%;
      font-size: 2.77778em; }
    .ASSOCIATES .icon-anchor-circle-left {
      left: 0.4em; }
    .ASSOCIATES .icon-anchor-circle-right {
      right: 0.4em; } }

.ASSOCIATES_COLUMNS {
  padding: 6.83333em 0 5.27778em;
  background-color: #073455;
  color: #fff; }
  .associates-js + .ASSOCIATES_COLUMNS {
    position: relative;
    z-index: 500;
    margin-top: -0.27778em; }
  .ASSOCIATES_COLUMNS h1,
  .ASSOCIATES_COLUMNS h2,
  .ASSOCIATES_COLUMNS h3,
  .ASSOCIATES_COLUMNS h4,
  .ASSOCIATES_COLUMNS h5,
  .ASSOCIATES_COLUMNS h6,
  .ASSOCIATES_COLUMNS a:link,
  .ASSOCIATES_COLUMNS a:visited {
    color: inherit; }
  @media screen and (max-width: 1024px) {
    .ASSOCIATES_COLUMNS {
      padding: 5.55556em 0 4.16667em; } }
  @media screen and (max-width: 768px) {
    .ASSOCIATES_COLUMNS {
      padding: 3.61111em 0 2.22222em; }
      .ASSOCIATES_COLUMNS .Button,
      .ASSOCIATES_COLUMNS .Button:link,
      .ASSOCIATES_COLUMNS .Button:visited {
        font-size: 0.77778em; } }
  @media screen and (max-width: 600px) {
    .ASSOCIATES_COLUMNS {
      padding: 2.77778em 0 3.05556em; } }
  @media screen and (max-width: 450px) {
    .ASSOCIATES_COLUMNS {
      padding: 2.22222em 0 2.88889em; }
      .ASSOCIATES_COLUMNS .Button {
        width: 100%; } }

.ASSOCIATE_CONTENT {
  padding-top: 12em;
  color: #fff;
  background-color: #2d3640; }
  .ASSOCIATE_CONTENT .BackLink {
    position: relative;
    z-index: 3; }
  .ASSOCIATE_CONTENT h1,
  .ASSOCIATE_CONTENT h2,
  .ASSOCIATE_CONTENT h3,
  .ASSOCIATE_CONTENT h4,
  .ASSOCIATE_CONTENT h5,
  .ASSOCIATE_CONTENT h6,
  .ASSOCIATE_CONTENT a:link,
  .ASSOCIATE_CONTENT a:visited {
    color: #fff; }
  @media screen and (max-width: 768px) {
    .ASSOCIATE_CONTENT {
      padding-top: 9em; } }
  @media screen and (max-width: 600px) {
    .ASSOCIATE_CONTENT {
      padding-top: 6.11111em; } }
  @media screen and (max-width: 450px) {
    .ASSOCIATE_CONTENT {
      padding-top: 4.55556em; } }

.autocomplete-suggestions {
  position: absolute;
  z-index: 99999;
  background: #fff;
  border: 1px solid #9d9d9d;
  border-width: 0 1px 1px;
  max-height: 300px;
  overflow-y: scroll; }
  body:not(.searchOpen) .autocomplete-suggestions {
    display: none; }
  .autocomplete-suggestions a {
    color: #231f21;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    padding: 8px 24px 4px;
    display: block; }
    .autocomplete-suggestions a:hover {
      background-color: rgba(19, 46, 75, 0.5);
      color: #fff; }
  body.searchOpen .autocomplete-suggestions {
    background: transparent;
    border: 0;
    padding: 20px 32px;
    overflow: hidden; }
    body.searchOpen .autocomplete-suggestions a {
      color: #949494;
      font-weight: 700;
      padding: 10px 0; }
      body.searchOpen .autocomplete-suggestions a b {
        color: #fff; }
      body.searchOpen .autocomplete-suggestions a:hover {
        background: none; }

body.searchOpen {
  overflow: hidden; }

.ASSOCIATES_SEARCH {
  background: #fff;
  padding: 130px 0 60px; }
  .ASSOCIATES_SEARCH .FormAutocomplete {
    position: relative; }
    @media screen and (max-width: 1024px) {
      .ASSOCIATES_SEARCH .FormAutocomplete {
        width: 100%;
        margin-top: 30px; } }
    .ASSOCIATES_SEARCH .FormAutocomplete input {
      padding: 0 24px;
      color: #231f21;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 19px;
      height: 43px;
      width: 500px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (max-width: 1024px) {
        .ASSOCIATES_SEARCH .FormAutocomplete input {
          width: 100%; } }
    .ASSOCIATES_SEARCH .FormAutocomplete svg {
      top: 22px;
      right: 10px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #000;
      opacity: .3;
      max-width: 20px;
      position: absolute; }
      .ASSOCIATES_SEARCH .FormAutocomplete svg * {
        fill: currentColor; }
  .ASSOCIATES_SEARCH .flex {
    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; }
    .ASSOCIATES_SEARCH .flex.is-head {
      margin-bottom: 95px; }
      @media screen and (max-width: 1024px) {
        .ASSOCIATES_SEARCH .flex.is-head {
          margin-bottom: 60px; } }
      @media screen and (max-width: 1024px) {
        .ASSOCIATES_SEARCH .flex.is-head h2 {
          width: 100%; } }
  .ASSOCIATES_SEARCH h2 {
    color: #132e4b;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 52px;
    margin: 0; }
  .ASSOCIATES_SEARCH .sidebar {
    width: 25%; }
    @media screen and (max-width: 1024px) {
      .ASSOCIATES_SEARCH .sidebar {
        width: 100%; }
        .ASSOCIATES_SEARCH .sidebar form {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .ASSOCIATES_SEARCH .sidebar form .categ {
            width: 50%; } }
    @media screen and (max-width: 600px) {
      .ASSOCIATES_SEARCH .sidebar form {
        display: block; }
        .ASSOCIATES_SEARCH .sidebar form .categ {
          width: 100%; } }
    .ASSOCIATES_SEARCH .sidebar .categ {
      margin-bottom: 45px;
      border-bottom: 1px solid #333;
      padding-bottom: 10px; }
      .ASSOCIATES_SEARCH .sidebar .categ h3 {
        font-size: 24px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 28px;
        margin: 0 0 21px;
        border-bottom: 1px solid #727272;
        padding: 0 0 15px; }
      .ASSOCIATES_SEARCH .sidebar .categ label {
        color: #231f21;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        display: block;
        margin: 15px 0; }
        .ASSOCIATES_SEARCH .sidebar .categ label input {
          position: absolute;
          left: -999vw; }
        .ASSOCIATES_SEARCH .sidebar .categ label .Checkbox {
          width: 12px;
          height: 12px;
          margin-right: 10px;
          display: inline-block;
          border: 2px solid #9d9d9d;
          cursor: pointer; }
        .ASSOCIATES_SEARCH .sidebar .categ label input:checked + .Checkbox {
          background: url("../images/check.png") center center no-repeat transparent;
          background-size: contain; }
  .ASSOCIATES_SEARCH .Listing {
    width: 75%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: -30px;
    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; }
    @media screen and (max-width: 1024px) {
      .ASSOCIATES_SEARCH .Listing {
        width: calc(100% + 30px);
        padding: 0; } }
    .ASSOCIATES_SEARCH .Listing > a,
    .ASSOCIATES_SEARCH .Listing > div {
      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: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-left: 30px;
      width: 100%;
      max-width: calc(100% / 3);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-bottom: 66px; }
      .ASSOCIATES_SEARCH .Listing > a:not(:hover) .CTA span,
      .ASSOCIATES_SEARCH .Listing > div:not(:hover) .CTA span {
        margin-right: 0 !important; }
      @media screen and (max-width: 768px) {
        .ASSOCIATES_SEARCH .Listing > a,
        .ASSOCIATES_SEARCH .Listing > div {
          max-width: 50%; } }
      @media screen and (max-width: 600px) {
        .ASSOCIATES_SEARCH .Listing > a,
        .ASSOCIATES_SEARCH .Listing > div {
          max-width: 100%; } }
      .ASSOCIATES_SEARCH .Listing > a:not(.showcard), .ASSOCIATES_SEARCH .Listing > a:not(.oncurpage),
      .ASSOCIATES_SEARCH .Listing > div:not(.showcard),
      .ASSOCIATES_SEARCH .Listing > div:not(.oncurpage) {
        display: none; }
      .ASSOCIATES_SEARCH .Listing > a.forceshow,
      .ASSOCIATES_SEARCH .Listing > div.forceshow {
        display: block !important; }
      .ASSOCIATES_SEARCH .Listing > a .Thumb,
      .ASSOCIATES_SEARCH .Listing > div .Thumb {
        background: #333;
        background: radial-gradient(circle, #8a9196 0%, #59636a 99.9%);
        height: 354px;
        overflow: hidden; }
        .ASSOCIATES_SEARCH .Listing > a .Thumb img,
        .ASSOCIATES_SEARCH .Listing > div .Thumb img {
          display: block;
          width: 990%;
          max-width: 130%;
          margin-left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          max-height: 100%;
          padding-top: 20px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          object-fit: cover;
          object-position: top center;
          -webkit-transition: 0.3s all ease-out;
          transition: 0.3s all ease-out; }
          @media screen and (max-width: 600px) {
            .ASSOCIATES_SEARCH .Listing > a .Thumb img,
            .ASSOCIATES_SEARCH .Listing > div .Thumb img {
              padding: 0;
              max-width: 120%; } }
        .ASSOCIATES_SEARCH .Listing > a .Thumb.is-custom-image img,
        .ASSOCIATES_SEARCH .Listing > div .Thumb.is-custom-image img {
          width: 100%;
          height: 100%;
          padding: 0;
          object-position: center center; }
        @media screen and (max-width: 600px) {
          .ASSOCIATES_SEARCH .Listing > a .Thumb,
          .ASSOCIATES_SEARCH .Listing > div .Thumb {
            height: 90vw; } }
      .ASSOCIATES_SEARCH .Listing > a h3,
      .ASSOCIATES_SEARCH .Listing > div h3 {
        font-size: 24px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 30px;
        margin: 26px 0 11px; }
      .ASSOCIATES_SEARCH .Listing > a .Categs,
      .ASSOCIATES_SEARCH .Listing > div .Categs {
        color: #727272;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 26px; }
      .ASSOCIATES_SEARCH .Listing > a .CTA,
      .ASSOCIATES_SEARCH .Listing > div .CTA {
        color: #132e4b;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 2.5px;
        line-height: 15px;
        border-top: 1px solid #727272;
        margin: 8px 0px 0;
        padding: 14px 0 0; }
        .ASSOCIATES_SEARCH .Listing > a .CTA span,
        .ASSOCIATES_SEARCH .Listing > div .CTA span {
          -webkit-transition: 0.3s all ease-out;
          transition: 0.3s all ease-out; }
        .ASSOCIATES_SEARCH .Listing > a .CTA img,
        .ASSOCIATES_SEARCH .Listing > div .CTA img {
          vertical-align: middle;
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg);
          filter: invert(112%) sepia(79%) saturate(1619%) hue-rotate(185deg) brightness(92%) contrast(95%); }
      .ASSOCIATES_SEARCH .Listing > a:hover .Thumb img,
      .ASSOCIATES_SEARCH .Listing > div:hover .Thumb img {
        -webkit-transform: translateX(-50%) scale(1.05);
            -ms-transform: translateX(-50%) scale(1.05);
                transform: translateX(-50%) scale(1.05); }
    .ASSOCIATES_SEARCH .Listing .Pagination {
      text-align: center;
      width: 100%;
      max-width: 100%;
      display: block !important; }
      .ASSOCIATES_SEARCH .Listing .Pagination a,
      .ASSOCIATES_SEARCH .Listing .Pagination div {
        cursor: pointer;
        display: inline-block;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        color: #231f21;
        padding: 0 10px; }
        .ASSOCIATES_SEARCH .Listing .Pagination a.active, .ASSOCIATES_SEARCH .Listing .Pagination a:hover,
        .ASSOCIATES_SEARCH .Listing .Pagination div.active,
        .ASSOCIATES_SEARCH .Listing .Pagination div:hover {
          font-weight: bold; }
        .ASSOCIATES_SEARCH .Listing .Pagination a[goto="next"], .ASSOCIATES_SEARCH .Listing .Pagination a[goto="prev"],
        .ASSOCIATES_SEARCH .Listing .Pagination div[goto="next"],
        .ASSOCIATES_SEARCH .Listing .Pagination div[goto="prev"] {
          filter: invert(112%) sepia(79%) saturate(1619%) hue-rotate(185deg) brightness(92%) contrast(95%); }
          .ASSOCIATES_SEARCH .Listing .Pagination a[goto="next"]:after, .ASSOCIATES_SEARCH .Listing .Pagination a[goto="prev"]:after,
          .ASSOCIATES_SEARCH .Listing .Pagination div[goto="next"]:after,
          .ASSOCIATES_SEARCH .Listing .Pagination div[goto="prev"]:after {
            display: block;
            content: " ";
            background: url("../images/arrowback.png");
            width: 19px;
            height: 15px; }
        .ASSOCIATES_SEARCH .Listing .Pagination a[goto="next"],
        .ASSOCIATES_SEARCH .Listing .Pagination div[goto="next"] {
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg); }

.CONTENT {
  float: left;
  width: 100%;
  padding-right: 20.55556em;
  margin-right: -17.22222em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1024px) {
    .CONTENT {
      padding-right: 16.11111em;
      margin-right: -13.33333em; } }
  @media screen and (max-width: 768px) {
    .CONTENT {
      float: none;
      width: auto;
      padding-right: 0;
      margin-right: 0; } }

.SIDEBAR {
  float: right;
  width: 17.22222em;
  margin-top: 3.77778em; }
  .SIDEBAR .widgettitle {
    margin-top: 0; }
  .SIDEBAR .widget_pix_backlink {
    float: right;
    margin-bottom: 4.1em; }
    .SIDEBAR .widget_pix_backlink:first-child {
      margin-top: -0.35em; }
    .SIDEBAR .widget_pix_backlink + .widget {
      clear: both; }
  @media screen and (max-width: 1024px) {
    .SIDEBAR {
      width: 13.33333em;
      margin-top: 2.27778em; }
      .SIDEBAR .widget_pix_backlink {
        margin-bottom: 2.61111em; } }
  @media screen and (max-width: 768px) {
    .SIDEBAR {
      position: relative;
      float: none;
      width: auto;
      clear: both;
      -webkit-columns: 2;
              columns: 2;
      -webkit-column-gap: 2.22222em;
              column-gap: 2.22222em; }
      .SIDEBAR .widget {
        overflow: hidden;
        -webkit-column-break-inside: avoid;
        break-inside: avoid-column;
        padding-bottom: 1.66667em; }
        .SIDEBAR .widget > :last-child {
          margin-bottom: 0; }
      .SIDEBAR .widget_pix_backlink {
        position: absolute;
        left: 0;
        top: -2.44444em;
        float: none;
        padding-bottom: 0;
        margin-bottom: 0; }
      .page-template-template-fiscalistes .SIDEBAR {
        display: none; } }
  @media screen and (max-width: 600px) {
    .SIDEBAR {
      -webkit-columns: 1;
              columns: 1;
      margin-top: 2.5em; }
      .SIDEBAR .widget {
        padding-bottom: 1.38889em; }
      .SIDEBAR .widget_pix_backlink {
        display: none; } }

.FOOTER {
  padding: 3.61111em 0 3.66667em;
  color: #fff;
  background-color: #231f21; }
  .FOOTER .Container {
    overflow: hidden; }
  .FOOTER.Waypoint .Container {
    opacity: 0;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px); }
  .FOOTER.Waypoint.waypoint-appear .Container {
    opacity: 0.99;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .FOOTER a:link,
  .FOOTER a:visited,
  .FOOTER .widgettitle {
    color: inherit; }
  .FOOTER a:hover,
  .FOOTER a:focus,
  .FOOTER a:active {
    text-decoration: underline; }
  @media screen and (max-width: 768px) {
    .FOOTER {
      padding: 1.94444em 0 2em; } }

.BOTTOM_COLUMNS {
  margin-bottom: 1.72222em;
  -webkit-columns: 3;
          columns: 3;
  -webkit-column-fill: balance;
          column-fill: balance;
  -webkit-column-gap: 6.11111em;
          column-gap: 6.11111em; }
  .BOTTOM_COLUMNS .widgettitle {
    margin-top: 0;
    font-size: 1em;
    margin-bottom: 1.875em; }
  .BOTTOM_COLUMNS .widget {
    overflow: hidden;
    padding-bottom: 2.75em;
    font-size: 0.88889em;
    line-height: 1.5em;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column; }
  .BOTTOM_COLUMNS .widget_pixelmail_widget p {
    font-size: 1.5em; }
  .BOTTOM_COLUMNS .widget_pixelmail_widget input {
    border: 0;
    font-size: 1.125em; }
  .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="submit"],
  .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="button"] {
    font-size: 0.75em;
    background-color: #b2b4b6; }
    .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="submit"]:hover, .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="submit"]:focus, .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="submit"]:active,
    .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="button"]:hover,
    .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="button"]:focus,
    .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="button"]:active {
      background-color: #9da0a2; }
  .BOTTOM_COLUMNS .widget_a2a_follow_widget {
    padding-bottom: 7.5em; }
  .BOTTOM_COLUMNS div.addtoany_list {
    margin-left: -0.22222em; }
    .BOTTOM_COLUMNS div.addtoany_list a {
      margin-right: 0.15625em; }
    .BOTTOM_COLUMNS div.addtoany_list a > span {
      background-color: #5c5b5d !important; }
    .BOTTOM_COLUMNS div.addtoany_list a > span > svg path,
    .BOTTOM_COLUMNS div.addtoany_list a > span > svg g {
      fill: #231f21 !important; }
  @media screen and (max-width: 1366px) {
    .BOTTOM_COLUMNS {
      -webkit-column-gap: 3.88889em;
              column-gap: 3.88889em; } }
  @media screen and (max-width: 1024px) {
    .BOTTOM_COLUMNS {
      -webkit-column-count: 2;
              column-count: 2; } }
  @media screen and (max-width: 768px) {
    .BOTTOM_COLUMNS {
      -webkit-column-gap: 2.77778em;
              column-gap: 2.77778em;
      margin-bottom: 0; }
      .BOTTOM_COLUMNS .widget_pixelmail_widget p {
        line-height: 1.05; }
      .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="submit"] {
        font-size: 1em; } }
  @media screen and (max-width: 600px) {
    .BOTTOM_COLUMNS {
      margin-bottom: 0.83333em;
      -webkit-column-count: 1;
              column-count: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .BOTTOM_COLUMNS .widget {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        padding-bottom: 1.875em; }
      .BOTTOM_COLUMNS .widgettitle {
        margin-bottom: 1em; }
      .BOTTOM_COLUMNS .widget_pixelmail_widget {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .BOTTOM_COLUMNS .widget_a2a_follow_widget {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .BOTTOM_COLUMNS div.addtoany_list a {
        margin-right: 0.5em; } }
  @media screen and (max-width: 450px) {
    .BOTTOM_COLUMNS .pixelmail-form-button {
      width: 100%;
      max-width: 380px; } }

.BOTTOMBAR {
  border-top: 1px solid #383537;
  padding: 0.44444em 0 0; }
  .BOTTOMBAR:after {
    content: " ";
    /* Older browser do not support empty content */
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }
  .BOTTOMBAR .Colophon {
    float: right;
    margin-top: 1px;
    opacity: 0.2; }
    .BOTTOMBAR .Colophon a:link,
    .BOTTOMBAR .Colophon a:visited {
      opacity: 0.99; }
  .BOTTOMBAR .InlineMenu {
    float: left; }
  .BOTTOMBAR a:link,
  .BOTTOMBAR a:visited {
    opacity: 0.2;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .BOTTOMBAR a:hover,
  .BOTTOMBAR a:focus,
  .BOTTOMBAR a:active {
    opacity: 0.6; }
  @media screen and (max-width: 1024px) {
    .BOTTOMBAR .InlineMenu {
      float: none; }
    .BOTTOMBAR .InlineMenu a,
    .BOTTOMBAR .Colophon a {
      white-space: nowrap; }
    .BOTTOMBAR .Colophon {
      float: none;
      display: block;
      margin-top: 0.75em;
      line-height: 1.2; } }
  @media screen and (max-width: 600px) {
    .BOTTOMBAR .Colophon {
      margin-top: 1.25em; } }

.popupSearch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 60px; }
  .popupSearch form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .popupSearch form input {
      width: calc(100% - 100px);
      height: 64px;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 26px;
      color: #0c3455;
      padding: 0 32px; }
    .popupSearch form svg {
      width: 20px;
      color: #fff; }
      .popupSearch form svg * {
        fill: currentColor; }
  .popupSearch:after {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 52, 85, 0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px); }
  .popupSearch > div {
    position: relative;
    z-index: 1; }
  body:not(.searchOpen) .popupSearch {
    top: -105vh; }
    body:not(.searchOpen) .popupSearch:after {
      top: -105vh; }

@font-face {
  font-family: "Walsheim";
  src: url("../../webfonts/GT-Walsheim-Regular.eot");
  src: url("../../webfonts/GT-Walsheim-Regular.eot?#iefix") format("eot"), url("../../webfonts/GT-Walsheim-Regular.woff") format("woff"), url("../../webfonts/GT-Walsheim-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Walsheim";
  src: url("../../webfonts/GT-Walsheim-Light.eot");
  src: url("../../webfonts/GT-Walsheim-Light.eot?#iefix") format("eot"), url("../../webfonts/GT-Walsheim-Light.woff") format("woff"), url("../../webfonts/GT-Walsheim-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Walsheim";
  src: url("../../webfonts/GT-Walsheim-Medium.eot");
  src: url("../../webfonts/GT-Walsheim-Medium.eot?#iefix") format("eot"), url("../../webfonts/GT-Walsheim-Medium.woff") format("woff"), url("../../webfonts/GT-Walsheim-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Walsheim";
  src: url("../../webfonts/GT-Walsheim-Bold.eot");
  src: url("../../webfonts/GT-Walsheim-Bold.eot?#iefix") format("eot"), url("../../webfonts/GT-Walsheim-Bold.woff") format("woff"), url("../../webfonts/GT-Walsheim-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

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

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  vertical-align: middle;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

button[class^="icon-"], button[class*=" icon-"] {
  padding: 0;
  border: 0;
  background: none;
  width: auto;
  min-width: 0; }

.icon-anchor-circle-down:before {
  content: "\EA01"; }

.icon-anchor-circle-left:before {
  content: "\EA02"; }

.icon-anchor-circle-right:before {
  content: "\EA03"; }

.icon-anchor-circle-up:before {
  content: "\EA04"; }

.icon-arrow-left:before {
  content: "\EA05"; }

.icon-arrow-right:before {
  content: "\EA06"; }

.icon-check:before {
  content: "\EA07"; }

.icon-email:before {
  content: "\EA08"; }

.icon-facebook:before {
  content: "\EA09"; }

.icon-instagram:before {
  content: "\EA0A"; }

.icon-linkedin:before {
  content: "\EA0B"; }

.icon-phone:before {
  content: "\EA0C"; }

.icon-play:before {
  content: "\EA0D"; }

.icon-slash:before {
  content: "\EA0E"; }

.icon-twitter:before {
  content: "\EA0F"; }

.icon-v-card:before {
  content: "\EA10"; }

#BODY {
  height: 100%; }

.PAGE {
  position: relative;
  z-index: 2;
  height: 100%;
  background: #073455 url(../images/bg-header.jpg) center top no-repeat;
  background-size: 100%; }
  .toggle-menu-trigger:checked ~ .PAGE {
    max-height: 100%;
    overflow: hidden; }
    .toggle-menu-trigger:checked ~ .PAGE.home .HEADER, .toggle-menu-trigger:checked ~ .PAGE.post-type-archive-associates .HEADER, .toggle-menu-trigger:checked ~ .PAGE.single-associates .HEADER {
      z-index: 999; }
  .PAGE.blog, .PAGE.post-type-archive-post, .PAGE.single-post {
    background-image: url(../images/bg-publications.jpg); }
  .PAGE.home .HEADER, .PAGE.post-type-archive-associates .HEADER, .PAGE.single-associates .HEADER {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2; }
  .PAGE.home {
    background: #073455;
    height: auto; }
  .PAGE.page-template-template-fiscalistes {
    background: linear-gradient(45deg, #fff 40%, #dadbdd 100%) !important;
    background-size: 100% 800px !important; }
    .PAGE.page-template-template-fiscalistes .HEADER {
      background: url(../images/fiscalistes/bg-fiscaliste-en.png) bottom center no-repeat #073455;
      background-size: 2046px auto; }
  [lang="fr-FR"] .PAGE.page-template-template-fiscalistes .HEADER {
    background-image: url(../images/fiscalistes/bg-fiscaliste-fr.png); }
  @media screen and (max-width: 1440px) {
    .PAGE {
      background-size: auto 330px; } }
  @media screen and (max-width: 1100px) {
    .PAGE.page-template-template-fiscalistes .HEADER {
      background-size: 190% auto; } }
  @media screen and (max-width: 768px) {
    .PAGE {
      background-size: auto 280px; } }
  @media screen and (max-width: 600px) {
    .PAGE.page-template-template-fiscalistes {
      background: linear-gradient(205.82deg, #e5e4e4 0%, #ffffff 40%) !important;
      background-size: 100% !important; }
      .PAGE.page-template-template-fiscalistes .HEADER {
        background-position: bottom left;
        background-image: url(../images/fiscalistes/bg-fiscaliste-mobile-en.png);
        background-size: 63.47826% auto; }
    [lang="fr-FR"] .PAGE.page-template-template-fiscalistes .HEADER {
      background-image: url(../images/fiscalistes/bg-fiscaliste-mobile-fr.png); } }
  @media screen and (max-width: 450px) {
    .PAGE.page-template-template-fiscalistes .HEADER {
      background-position: -1.11111em bottom;
      background-size: 292px auto; } }

.PAGECarrieres .HEADER {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2; }
  .PAGECarrieres .HEADER.is-blue .Logo {
    color: #153C5D !important; }

.toggle-menu-trigger:checked ~ .PAGECarrieres {
  max-height: 100%;
  overflow: hidden; }
  .toggle-menu-trigger:checked ~ .PAGECarrieres .HEADER {
    z-index: 999; }

.PAGECarrieres .btn {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 999vw;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 40px; }

.MAIN_MENU {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 0;
  overflow: hidden;
  background-color: #073455;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: height 0s 0.3s, opacity 0.25s ease;
  transition: height 0s 0.3s, opacity 0.25s ease;
  /*.page-template-template-fiscalistes & {
        background-color:#fff;
        .MainMenu a {
            &:hover, &:focus, &:active {color:#073455;}
        }
    }*/ }
  .MAIN_MENU .MainMenu li {
    opacity: 0;
    -webkit-transform: translateY(-0.15em);
        -ms-transform: translateY(-0.15em);
            transform: translateY(-0.15em);
    -webkit-transition: 0.3s ease opacity, 0.15s 0.3s ease transform;
    transition: 0.3s ease opacity, 0.15s 0.3s ease transform; }
  .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU,
  .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU {
    opacity: 1;
    height: 100%;
    -webkit-transition: height 0s, opacity 0.25s ease;
    transition: height 0s, opacity 0.25s ease; }
    .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li,
    .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li {
      opacity: 0.99;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(1),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(1) {
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(2),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(2) {
        -webkit-transition-delay: 0.125s;
                transition-delay: 0.125s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(3),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(3) {
        -webkit-transition-delay: 0.25s;
                transition-delay: 0.25s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(4),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(4) {
        -webkit-transition-delay: 0.375s;
                transition-delay: 0.375s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(5),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(5) {
        -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(6),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(6) {
        -webkit-transition-delay: 0.625s;
                transition-delay: 0.625s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(7),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(7) {
        -webkit-transition-delay: 0.75s;
                transition-delay: 0.75s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(8),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(8) {
        -webkit-transition-delay: 0.875s;
                transition-delay: 0.875s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(9),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(9) {
        -webkit-transition-delay: 1s;
                transition-delay: 1s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(10),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(10) {
        -webkit-transition-delay: 1.125s;
                transition-delay: 1.125s; }
  .MAIN_MENU .Container {
    position: absolute;
    top: 13.88889em;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto; }
  @media screen and (max-width: 768px) {
    .MAIN_MENU .Container {
      top: 9.72222em; } }
  @media screen and (max-width: 600px) {
    .MAIN_MENU .Container {
      top: 5.22222em; } }

.HEADER {
  position: relative;
  padding-top: 5.55556em;
  min-height: 330px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: margin-top 0.1s ease-out;
  transition: margin-top 0.1s ease-out; }
  .PAGE.page-template-template-fiscalistes .HEADER {
    min-height: 735px; }
  .HEADER .Logo,
  .HEADER .LanguageLinks,
  .HEADER .ToggleMenu {
    position: relative;
    z-index: 10001; }
  .HEADER .RIGHTBAR {
    float: right; }
  .HEADER .LanguageLinks {
    color: #fff;
    display: inline-block;
    margin-right: 3.22222em;
    vertical-align: top; }
  .HEADER .btn.btnborder {
    border: 2px solid #fff;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 27px;
    border-radius: 999vw;
    height: 48px;
    vertical-align: middle;
    margin-right: 52px;
    font-size: 15px;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out; }
    .HEADER .btn.btnborder:hover {
      color: #073455;
      background: #fff; }
  .HEADER .SearchOpener {
    display: inline-block;
    margin-right: 52px;
    vertical-align: middle;
    cursor: pointer; }
    .HEADER .SearchOpener svg {
      color: #fff;
      max-width: 20px;
      width: 30px; }
      .HEADER .SearchOpener svg * {
        fill: currentColor; }
  .HEADER .ToggleMenu {
    position: relative;
    top: -3px;
    vertical-align: top; }
  .HEADER .AnchorMenu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  @media screen and (max-width: 1366px) {
    .HEADER {
      padding-top: 4.44444em;
      min-height: 310px; } }
  @media screen and (max-width: 1024px) {
    .HEADER {
      padding-top: 3.88889em;
      min-height: 295px; }
      .PAGE.page-template-template-fiscalistes .HEADER {
        min-height: 0;
        padding-bottom: 58.59375%; } }
  @media screen and (max-width: 768px) {
    .HEADER {
      padding-top: 2.77778em;
      min-height: 280px; }
      .HEADER .LanguageLinks {
        display: none; }
      .HEADER .ToggleMenu {
        top: 5px; }
      .HEADER .AnchorMenu {
        display: none; } }
  @media screen and (max-width: 600px) {
    .HEADER {
      padding-top: 2.22222em; }
      .HEADER .Logo {
        z-index: 10000; }
      .HEADER .ToggleMenu {
        margin-right: 0.55556em;
        top: 0; }
      .PAGE.page-template-template-fiscalistes .HEADER {
        min-height: 565px;
        padding-bottom: 0; } }
  @media screen and (max-width: 450px) {
    .HEADER {
      padding-top: 1.88889em; } }

.js .PAGE .HEADER,
.js .PAGECarrieres .HEADER {
  opacity: 0;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: opacity 0.4s 0.4s ease, -webkit-transform 0.25s 0.4s ease;
  transition: opacity 0.4s 0.4s ease, -webkit-transform 0.25s 0.4s ease;
  transition: opacity 0.4s 0.4s ease, transform 0.25s 0.4s ease;
  transition: opacity 0.4s 0.4s ease, transform 0.25s 0.4s ease, -webkit-transform 0.25s 0.4s ease; }

.js .PAGE .CONTENT_WRAPPER > .Container,
.js .PAGECarrieres .CONTENT_WRAPPER > .Container {
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.6s ease-out;
  transition: opacity 0.4s 0.6s ease-out; }

.js .PAGE.home .HeroVideo {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out; }

.js .PAGE.home .hero-video-content h1,
.js .PAGE.home .hero-video-content p,
.js .PAGE.home .hero-video-content a,
.js .PAGE.home .HeroVideo,
.js .PAGE.home .HeroVideo .icon-anchor-circle-down {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.4s ease, transform 0.25s ease;
  transition: opacity 0.4s ease, transform 0.25s ease, -webkit-transform 0.25s ease; }

.js .PAGE.home .hero-video-content h1 {
  -webkit-transform: translateY(-80px);
      -ms-transform: translateY(-80px);
          transform: translateY(-80px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.5s ease, transform 0.4s ease;
  transition: opacity 0.5s ease, transform 0.4s ease, -webkit-transform 0.4s ease; }

.js .PAGE.home .HeroVideo .icon-anchor-circle-down {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px); }

.js .PAGE.post-type-archive-associates .ASSOCIATES {
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.95s ease;
  transition: opacity 0.4s 0.95s ease; }

.js .PAGE.post-type-archive-associates .ASSOCIATES_CONTENT h1 {
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.7s ease;
  transition: opacity 0.4s 0.7s ease; }

.js .PAGE.post-type-archive-associates .ASSOCIATES_COLUMNS,
.js .PAGE.post-type-archive-associates .cta-strip-office {
  opacity: 0;
  -webkit-transition: opacity 0.3s 1s ease;
  transition: opacity 0.3s 1s ease; }

.js .PAGE.single-associates .AssociateBio .associate-bio-content > *,
.js .PAGE.single-associates .AssociateBio .associate-bio-content-wrapper:before,
.js .PAGE.single-associates .AssociateBio .post-thumbnail {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.js .PAGE.single-associates .AssociateBio .post-thumbnail,
.js .PAGE.single-associates .AssociateBio .associate-bio-content-wrapper:before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; }

.js .PAGE.single-associates .AssociateBio .associate-bio-content > * {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s; }

.js .PAGE.single-associates .AssociateBio .associate-bio-content .BackLink {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s; }

.js .loaded .PAGE .HEADER,
.js .loaded .PAGECarrieres .HEADER {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.js .loaded .PAGE .CONTENT_WRAPPER > .Container,
.js .loaded .PAGECarrieres .CONTENT_WRAPPER > .Container {
  opacity: 0.99; }

.js .loaded .PAGE.post-type-archive-associates .ASSOCIATES {
  opacity: 0.99; }

.js .loaded .PAGE.post-type-archive-associates .ASSOCIATES_CONTENT h1 {
  opacity: 0.99; }

.js .loaded .PAGE.post-type-archive-associates .ASSOCIATES_COLUMNS,
.js .loaded .PAGE.post-type-archive-associates .cta-strip-office {
  opacity: 0.99; }

.js .loaded .PAGE.home .HeroVideo {
  opacity: 0.99; }

.js .loaded .PAGE.home .hero-video-content h1 {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s; }

.js .loaded .PAGE.home .hero-video-content p {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s; }

.js .loaded .PAGE.home .hero-video-content a {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s; }

.js .loaded .PAGE.home .HeroVideo .icon-anchor-circle-down {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s; }

.js .loaded .PAGE.home .hero-video-content h1,
.js .loaded .PAGE.home .hero-video-content p,
.js .loaded .PAGE.home .hero-video-content a,
.js .loaded .PAGE.home .HeroVideo .icon-anchor-circle-down {
  opacity: 0.99;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.js .loaded .PAGE.single-associates .AssociateBio .associate-bio-content > *,
.js .loaded .PAGE.single-associates .AssociateBio .associate-bio-content-wrapper:before,
.js .loaded .PAGE.single-associates .AssociateBio .post-thumbnail {
  opacity: 10.99; }

.js .loaded .PAGE.single-associates .AssociateBio .associate-bio-content .BackLink {
  opacity: 0.3; }

.CONTENT_TOP:after {
  content: " ";
  /* Older browser do not support empty content */
  display: block;
  clear: both;
  visibility: hidden;
  height: 0; }

.CONTENT_TOP .widget_breadcrumb_navxt {
  float: left;
  margin-top: 0.27778em; }

.CONTENT_TOP .widget_a2a_share_save_widget {
  float: right; }

@media screen and (max-width: 768px) {
  .CONTENT_TOP .widget_a2a_share_save_widget {
    display: none; } }

.CONTENT_WRAPPER {
  padding: 1.83333em 0 7.88889em;
  background-color: #fff;
  -webkit-transition: margin-top 0.1s ease;
  transition: margin-top 0.1s ease; }
  .CONTENT_WRAPPER:after {
    content: " ";
    /* Older browser do not support empty content */
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }
  .PAGE.home .CONTENT_WRAPPER,
  .PAGE.post-type-archive-associates .CONTENT_WRAPPER,
  .PAGE.single-associates .CONTENT_WRAPPER {
    padding: 0; }
  .PAGE.page-template-template-fiscalistes .CONTENT_WRAPPER {
    padding-bottom: 0; }
  @media screen and (max-width: 1366px) {
    .CONTENT_WRAPPER {
      padding: 1.83333em 0 6.94444em; } }
  @media screen and (max-width: 768px) {
    .CONTENT_WRAPPER {
      padding: 1.33333em 0 6.11111em; } }
  @media screen and (max-width: 450px) {
    .CONTENT_WRAPPER {
      padding: 0.61111em 0 5.38889em; } }

.SERVICES {
  position: relative;
  padding: 5.22222em 0 10.55556em; }
  .SERVICES:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: url(../images/bg-logo.webp) center center no-repeat;
    background-size: cover; }
    .no-webp .SERVICES:before {
      background: url(../images/bg-logo.png) center center no-repeat; }
  .SERVICES .Container {
    position: relative;
    z-index: 1; }
  .SERVICES .Container > h3 {
    margin: 0 0 4em;
    font-size: 1em;
    letter-spacing: 0.16667em;
    text-transform: uppercase;
    font-weight: 300; }
  .SERVICES.Waypoint:before {
    opacity: 0; }
  .SERVICES.Waypoint .Container > h3 {
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px); }
  .SERVICES.Waypoint.waypoint-appear:before {
    opacity: 0.99;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
  .SERVICES.Waypoint.waypoint-appear .Container > h3 {
    opacity: 0.99;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.3s 0.3s ease-out, -webkit-transform 0.3s 0.3s ease-out;
    transition: opacity 0.3s 0.3s ease-out, -webkit-transform 0.3s 0.3s ease-out;
    transition: opacity 0.3s 0.3s ease-out, transform 0.3s 0.3s ease-out;
    transition: opacity 0.3s 0.3s ease-out, transform 0.3s 0.3s ease-out, -webkit-transform 0.3s 0.3s ease-out; }
  @media screen and (max-width: 1440px) {
    .SERVICES {
      padding: 5.22222em 0 7.77778em; } }
  @media screen and (max-width: 1024px) {
    .SERVICES {
      padding: 4.16667em 0 6.11111em; }
      .SERVICES .Container > h3 {
        margin: 0 0 3.44444em; } }
  @media screen and (max-width: 768px) {
    .SERVICES {
      padding: 3.33333em 0 2.22222em; }
      .SERVICES .Container > h3 {
        margin: 0 0 3.05556em; }
      .SERVICES .cube-link {
        display: none; } }
  @media screen and (max-width: 600px) {
    .SERVICES {
      padding: 2.5em 0 0; }
      .SERVICES:before {
        background-size: 38.88889em auto;
        background-position: left top; }
      .SERVICES .Container > h3 {
        margin: 0 0 2.33333em; }
      .SERVICES .Services {
        margin: 0 -2.22222em; } }
  @media screen and (max-width: 450px) {
    .SERVICES .Services {
      margin: 0 -1.11111em; } }

.ASSOCIATES_CONTENT {
  padding: 14.88889em 0 0;
  background: #59636a radial-gradient(1200px, #8a9196 0, #59636a 100%) center bottom no-repeat; }
  .ASSOCIATES_CONTENT h1 {
    margin: 0;
    max-width: 1030px;
    font-size: 4.16667em;
    letter-spacing: 0.09333em;
    color: #fff; }
  .ASSOCIATES_CONTENT > .Container {
    position: relative;
    z-index: 3;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  @media screen and (max-width: 1366px) {
    .ASSOCIATES_CONTENT {
      padding: 12.77778em 0 0; } }
  @media screen and (max-width: 1024px) {
    .ASSOCIATES_CONTENT {
      padding: 11.66667em 0 0; }
      .ASSOCIATES_CONTENT h1 {
        font-size: 3.44444em; } }
  @media screen and (max-width: 768px) {
    .ASSOCIATES_CONTENT {
      padding: 9.44444em 0 0; }
      .ASSOCIATES_CONTENT h1 {
        font-size: 3em; } }
  @media screen and (max-width: 600px) {
    .ASSOCIATES_CONTENT {
      padding: 2.77778em 0 0;
      background: #59636a; }
      .ASSOCIATES_CONTENT h1 {
        display: none; } }
  @media screen and (max-width: 450px) {
    .ASSOCIATES_CONTENT {
      padding: 1.38889em 0 0; } }

.ASSOCIATES {
  position: relative;
  overflow: hidden;
  padding-top: 2.38889em;
  -webkit-transition: margin-top 0.1s ease-out;
  transition: margin-top 0.1s ease-out; }
  .ASSOCIATES:after {
    content: " ";
    /* Older browser do not support empty content */
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }
  .ASSOCIATES .ASSOCIATES_SCROLL {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
  .ASSOCIATES .icon-anchor-circle-left,
  .ASSOCIATES .icon-anchor-circle-right {
    position: absolute;
    z-index: 400;
    top: 50%;
    font-size: 3.72222em;
    color: #fff; }
    .ASSOCIATES .icon-anchor-circle-left:before,
    .ASSOCIATES .icon-anchor-circle-right:before {
      margin: 0;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .ASSOCIATES .icon-anchor-circle-left {
    left: 0.67164em; }
    .ASSOCIATES .icon-anchor-circle-left:hover:before, .ASSOCIATES .icon-anchor-circle-left:focus:before, .ASSOCIATES .icon-anchor-circle-left:active:before {
      -webkit-transform: translateX(-4px);
          -ms-transform: translateX(-4px);
              transform: translateX(-4px); }
  .ASSOCIATES .icon-anchor-circle-right {
    right: 0.67164em; }
    .ASSOCIATES .icon-anchor-circle-right:hover:before, .ASSOCIATES .icon-anchor-circle-right:focus:before, .ASSOCIATES .icon-anchor-circle-right:active:before {
      -webkit-transform: translateX(4px);
          -ms-transform: translateX(4px);
              transform: translateX(4px); }
  .ASSOCIATES .Associate {
    display: inline-block;
    white-space: normal;
    vertical-align: bottom;
    margin-left: -0.16667em;
    opacity: 1 !important; }
    .ASSOCIATES .Associate:first-child {
      margin-left: 0; }
  .ASSOCIATES.associates-activated .cycle-carousel-wrap {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .ASSOCIATES.associates-activated .Associate {
    filter: blur(5px);
    cursor: default; }
  .ASSOCIATES.associates-activated .Associate.associate-active {
    filter: none; }
  @media screen and (max-width: 1366px) {
    .ASSOCIATES {
      padding-top: 0; } }
  @media screen and (max-width: 1024px) {
    .ASSOCIATES {
      padding-top: 1.66667em; } }
  @media screen and (max-width: 768px) {
    .ASSOCIATES .Associate {
      margin-left: 0; }
    .ASSOCIATES .icon-anchor-circle-left,
    .ASSOCIATES .icon-anchor-circle-right {
      font-size: 3.33333em; }
    .ASSOCIATES .icon-anchor-circle-left {
      left: 0.6em; }
    .ASSOCIATES .icon-anchor-circle-right {
      right: 0.6em; } }
  @media screen and (max-width: 600px) {
    .ASSOCIATES .icon-anchor-circle-left,
    .ASSOCIATES .icon-anchor-circle-right {
      top: 39%;
      font-size: 2.77778em; }
    .ASSOCIATES .icon-anchor-circle-left {
      left: 0.4em; }
    .ASSOCIATES .icon-anchor-circle-right {
      right: 0.4em; } }

.ASSOCIATES_COLUMNS {
  padding: 6.83333em 0 5.27778em;
  background-color: #073455;
  color: #fff; }
  .associates-js + .ASSOCIATES_COLUMNS {
    position: relative;
    z-index: 500;
    margin-top: -0.27778em; }
  .ASSOCIATES_COLUMNS h1,
  .ASSOCIATES_COLUMNS h2,
  .ASSOCIATES_COLUMNS h3,
  .ASSOCIATES_COLUMNS h4,
  .ASSOCIATES_COLUMNS h5,
  .ASSOCIATES_COLUMNS h6,
  .ASSOCIATES_COLUMNS a:link,
  .ASSOCIATES_COLUMNS a:visited {
    color: inherit; }
  @media screen and (max-width: 1024px) {
    .ASSOCIATES_COLUMNS {
      padding: 5.55556em 0 4.16667em; } }
  @media screen and (max-width: 768px) {
    .ASSOCIATES_COLUMNS {
      padding: 3.61111em 0 2.22222em; }
      .ASSOCIATES_COLUMNS .Button,
      .ASSOCIATES_COLUMNS .Button:link,
      .ASSOCIATES_COLUMNS .Button:visited {
        font-size: 0.77778em; } }
  @media screen and (max-width: 600px) {
    .ASSOCIATES_COLUMNS {
      padding: 2.77778em 0 3.05556em; } }
  @media screen and (max-width: 450px) {
    .ASSOCIATES_COLUMNS {
      padding: 2.22222em 0 2.88889em; }
      .ASSOCIATES_COLUMNS .Button {
        width: 100%; } }

.ASSOCIATE_CONTENT {
  padding-top: 12em;
  color: #fff;
  background-color: #2d3640; }
  .ASSOCIATE_CONTENT .BackLink {
    position: relative;
    z-index: 3; }
  .ASSOCIATE_CONTENT h1,
  .ASSOCIATE_CONTENT h2,
  .ASSOCIATE_CONTENT h3,
  .ASSOCIATE_CONTENT h4,
  .ASSOCIATE_CONTENT h5,
  .ASSOCIATE_CONTENT h6,
  .ASSOCIATE_CONTENT a:link,
  .ASSOCIATE_CONTENT a:visited {
    color: #fff; }
  @media screen and (max-width: 768px) {
    .ASSOCIATE_CONTENT {
      padding-top: 9em; } }
  @media screen and (max-width: 600px) {
    .ASSOCIATE_CONTENT {
      padding-top: 6.11111em; } }
  @media screen and (max-width: 450px) {
    .ASSOCIATE_CONTENT {
      padding-top: 4.55556em; } }

.autocomplete-suggestions {
  position: absolute;
  z-index: 99999;
  background: #fff;
  border: 1px solid #9d9d9d;
  border-width: 0 1px 1px;
  max-height: 300px;
  overflow-y: scroll; }
  body:not(.searchOpen) .autocomplete-suggestions {
    display: none; }
  .autocomplete-suggestions a {
    color: #231f21;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    padding: 8px 24px 4px;
    display: block; }
    .autocomplete-suggestions a:hover {
      background-color: rgba(19, 46, 75, 0.5);
      color: #fff; }
  body.searchOpen .autocomplete-suggestions {
    background: transparent;
    border: 0;
    padding: 20px 32px;
    overflow: hidden; }
    body.searchOpen .autocomplete-suggestions a {
      color: #949494;
      font-weight: 700;
      padding: 10px 0; }
      body.searchOpen .autocomplete-suggestions a b {
        color: #fff; }
      body.searchOpen .autocomplete-suggestions a:hover {
        background: none; }

body.searchOpen {
  overflow: hidden; }

.ASSOCIATES_SEARCH {
  background: #fff;
  padding: 130px 0 60px; }
  .ASSOCIATES_SEARCH .FormAutocomplete {
    position: relative; }
    @media screen and (max-width: 1024px) {
      .ASSOCIATES_SEARCH .FormAutocomplete {
        width: 100%;
        margin-top: 30px; } }
    .ASSOCIATES_SEARCH .FormAutocomplete input {
      padding: 0 24px;
      color: #231f21;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 19px;
      height: 43px;
      width: 500px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (max-width: 1024px) {
        .ASSOCIATES_SEARCH .FormAutocomplete input {
          width: 100%; } }
    .ASSOCIATES_SEARCH .FormAutocomplete svg {
      top: 22px;
      right: 10px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #000;
      opacity: .3;
      max-width: 20px;
      position: absolute; }
      .ASSOCIATES_SEARCH .FormAutocomplete svg * {
        fill: currentColor; }
  .ASSOCIATES_SEARCH .flex {
    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; }
    .ASSOCIATES_SEARCH .flex.is-head {
      margin-bottom: 95px; }
      @media screen and (max-width: 1024px) {
        .ASSOCIATES_SEARCH .flex.is-head {
          margin-bottom: 60px; } }
      @media screen and (max-width: 1024px) {
        .ASSOCIATES_SEARCH .flex.is-head h2 {
          width: 100%; } }
  .ASSOCIATES_SEARCH h2 {
    color: #132e4b;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 52px;
    margin: 0; }
  .ASSOCIATES_SEARCH .sidebar {
    width: 25%; }
    @media screen and (max-width: 1024px) {
      .ASSOCIATES_SEARCH .sidebar {
        width: 100%; }
        .ASSOCIATES_SEARCH .sidebar form {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .ASSOCIATES_SEARCH .sidebar form .categ {
            width: 50%; } }
    @media screen and (max-width: 600px) {
      .ASSOCIATES_SEARCH .sidebar form {
        display: block; }
        .ASSOCIATES_SEARCH .sidebar form .categ {
          width: 100%; } }
    .ASSOCIATES_SEARCH .sidebar .categ {
      margin-bottom: 45px;
      border-bottom: 1px solid #333;
      padding-bottom: 10px; }
      .ASSOCIATES_SEARCH .sidebar .categ h3 {
        font-size: 24px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 28px;
        margin: 0 0 21px;
        border-bottom: 1px solid #727272;
        padding: 0 0 15px; }
      .ASSOCIATES_SEARCH .sidebar .categ label {
        color: #231f21;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        display: block;
        margin: 15px 0; }
        .ASSOCIATES_SEARCH .sidebar .categ label input {
          position: absolute;
          left: -999vw; }
        .ASSOCIATES_SEARCH .sidebar .categ label .Checkbox {
          width: 12px;
          height: 12px;
          margin-right: 10px;
          display: inline-block;
          border: 2px solid #9d9d9d;
          cursor: pointer; }
        .ASSOCIATES_SEARCH .sidebar .categ label input:checked + .Checkbox {
          background: url("../images/check.png") center center no-repeat transparent;
          background-size: contain; }
  .ASSOCIATES_SEARCH .Listing {
    width: 75%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: -30px;
    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; }
    @media screen and (max-width: 1024px) {
      .ASSOCIATES_SEARCH .Listing {
        width: calc(100% + 30px);
        padding: 0; } }
    .ASSOCIATES_SEARCH .Listing > a,
    .ASSOCIATES_SEARCH .Listing > div {
      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: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-left: 30px;
      width: 100%;
      max-width: calc(100% / 3);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-bottom: 66px; }
      .ASSOCIATES_SEARCH .Listing > a:not(:hover) .CTA span,
      .ASSOCIATES_SEARCH .Listing > div:not(:hover) .CTA span {
        margin-right: 0 !important; }
      @media screen and (max-width: 768px) {
        .ASSOCIATES_SEARCH .Listing > a,
        .ASSOCIATES_SEARCH .Listing > div {
          max-width: 50%; } }
      @media screen and (max-width: 600px) {
        .ASSOCIATES_SEARCH .Listing > a,
        .ASSOCIATES_SEARCH .Listing > div {
          max-width: 100%; } }
      .ASSOCIATES_SEARCH .Listing > a:not(.showcard), .ASSOCIATES_SEARCH .Listing > a:not(.oncurpage),
      .ASSOCIATES_SEARCH .Listing > div:not(.showcard),
      .ASSOCIATES_SEARCH .Listing > div:not(.oncurpage) {
        display: none; }
      .ASSOCIATES_SEARCH .Listing > a.forceshow,
      .ASSOCIATES_SEARCH .Listing > div.forceshow {
        display: block !important; }
      .ASSOCIATES_SEARCH .Listing > a .Thumb,
      .ASSOCIATES_SEARCH .Listing > div .Thumb {
        background: #333;
        background: radial-gradient(circle, #8a9196 0%, #59636a 99.9%);
        height: 354px;
        overflow: hidden; }
        .ASSOCIATES_SEARCH .Listing > a .Thumb img,
        .ASSOCIATES_SEARCH .Listing > div .Thumb img {
          display: block;
          width: 990%;
          max-width: 130%;
          margin-left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          max-height: 100%;
          padding-top: 20px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          object-fit: cover;
          object-position: top center;
          -webkit-transition: 0.3s all ease-out;
          transition: 0.3s all ease-out; }
          @media screen and (max-width: 600px) {
            .ASSOCIATES_SEARCH .Listing > a .Thumb img,
            .ASSOCIATES_SEARCH .Listing > div .Thumb img {
              padding: 0;
              max-width: 120%; } }
        .ASSOCIATES_SEARCH .Listing > a .Thumb.is-custom-image img,
        .ASSOCIATES_SEARCH .Listing > div .Thumb.is-custom-image img {
          width: 100%;
          height: 100%;
          padding: 0;
          object-position: center center; }
        @media screen and (max-width: 600px) {
          .ASSOCIATES_SEARCH .Listing > a .Thumb,
          .ASSOCIATES_SEARCH .Listing > div .Thumb {
            height: 90vw; } }
      .ASSOCIATES_SEARCH .Listing > a h3,
      .ASSOCIATES_SEARCH .Listing > div h3 {
        font-size: 24px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 30px;
        margin: 26px 0 11px; }
      .ASSOCIATES_SEARCH .Listing > a .Categs,
      .ASSOCIATES_SEARCH .Listing > div .Categs {
        color: #727272;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 26px; }
      .ASSOCIATES_SEARCH .Listing > a .CTA,
      .ASSOCIATES_SEARCH .Listing > div .CTA {
        color: #132e4b;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 2.5px;
        line-height: 15px;
        border-top: 1px solid #727272;
        margin: 8px 0px 0;
        padding: 14px 0 0; }
        .ASSOCIATES_SEARCH .Listing > a .CTA span,
        .ASSOCIATES_SEARCH .Listing > div .CTA span {
          -webkit-transition: 0.3s all ease-out;
          transition: 0.3s all ease-out; }
        .ASSOCIATES_SEARCH .Listing > a .CTA img,
        .ASSOCIATES_SEARCH .Listing > div .CTA img {
          vertical-align: middle;
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg);
          filter: invert(112%) sepia(79%) saturate(1619%) hue-rotate(185deg) brightness(92%) contrast(95%); }
      .ASSOCIATES_SEARCH .Listing > a:hover .Thumb img,
      .ASSOCIATES_SEARCH .Listing > div:hover .Thumb img {
        -webkit-transform: translateX(-50%) scale(1.05);
            -ms-transform: translateX(-50%) scale(1.05);
                transform: translateX(-50%) scale(1.05); }
    .ASSOCIATES_SEARCH .Listing .Pagination {
      text-align: center;
      width: 100%;
      max-width: 100%;
      display: block !important; }
      .ASSOCIATES_SEARCH .Listing .Pagination a,
      .ASSOCIATES_SEARCH .Listing .Pagination div {
        cursor: pointer;
        display: inline-block;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        color: #231f21;
        padding: 0 10px; }
        .ASSOCIATES_SEARCH .Listing .Pagination a.active, .ASSOCIATES_SEARCH .Listing .Pagination a:hover,
        .ASSOCIATES_SEARCH .Listing .Pagination div.active,
        .ASSOCIATES_SEARCH .Listing .Pagination div:hover {
          font-weight: bold; }
        .ASSOCIATES_SEARCH .Listing .Pagination a[goto="next"], .ASSOCIATES_SEARCH .Listing .Pagination a[goto="prev"],
        .ASSOCIATES_SEARCH .Listing .Pagination div[goto="next"],
        .ASSOCIATES_SEARCH .Listing .Pagination div[goto="prev"] {
          filter: invert(112%) sepia(79%) saturate(1619%) hue-rotate(185deg) brightness(92%) contrast(95%); }
          .ASSOCIATES_SEARCH .Listing .Pagination a[goto="next"]:after, .ASSOCIATES_SEARCH .Listing .Pagination a[goto="prev"]:after,
          .ASSOCIATES_SEARCH .Listing .Pagination div[goto="next"]:after,
          .ASSOCIATES_SEARCH .Listing .Pagination div[goto="prev"]:after {
            display: block;
            content: " ";
            background: url("../images/arrowback.png");
            width: 19px;
            height: 15px; }
        .ASSOCIATES_SEARCH .Listing .Pagination a[goto="next"],
        .ASSOCIATES_SEARCH .Listing .Pagination div[goto="next"] {
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg); }

.CONTENT {
  float: left;
  width: 100%;
  padding-right: 20.55556em;
  margin-right: -17.22222em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1024px) {
    .CONTENT {
      padding-right: 16.11111em;
      margin-right: -13.33333em; } }
  @media screen and (max-width: 768px) {
    .CONTENT {
      float: none;
      width: auto;
      padding-right: 0;
      margin-right: 0; } }

.SIDEBAR {
  float: right;
  width: 17.22222em;
  margin-top: 3.77778em; }
  .SIDEBAR .widgettitle {
    margin-top: 0; }
  .SIDEBAR .widget_pix_backlink {
    float: right;
    margin-bottom: 4.1em; }
    .SIDEBAR .widget_pix_backlink:first-child {
      margin-top: -0.35em; }
    .SIDEBAR .widget_pix_backlink + .widget {
      clear: both; }
  @media screen and (max-width: 1024px) {
    .SIDEBAR {
      width: 13.33333em;
      margin-top: 2.27778em; }
      .SIDEBAR .widget_pix_backlink {
        margin-bottom: 2.61111em; } }
  @media screen and (max-width: 768px) {
    .SIDEBAR {
      position: relative;
      float: none;
      width: auto;
      clear: both;
      -webkit-columns: 2;
              columns: 2;
      -webkit-column-gap: 2.22222em;
              column-gap: 2.22222em; }
      .SIDEBAR .widget {
        overflow: hidden;
        -webkit-column-break-inside: avoid;
        break-inside: avoid-column;
        padding-bottom: 1.66667em; }
        .SIDEBAR .widget > :last-child {
          margin-bottom: 0; }
      .SIDEBAR .widget_pix_backlink {
        position: absolute;
        left: 0;
        top: -2.44444em;
        float: none;
        padding-bottom: 0;
        margin-bottom: 0; }
      .page-template-template-fiscalistes .SIDEBAR {
        display: none; } }
  @media screen and (max-width: 600px) {
    .SIDEBAR {
      -webkit-columns: 1;
              columns: 1;
      margin-top: 2.5em; }
      .SIDEBAR .widget {
        padding-bottom: 1.38889em; }
      .SIDEBAR .widget_pix_backlink {
        display: none; } }

.FOOTER {
  padding: 3.61111em 0 3.66667em;
  color: #fff;
  background-color: #231f21; }
  .FOOTER .Container {
    overflow: hidden; }
  .FOOTER.Waypoint .Container {
    opacity: 0;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px); }
  .FOOTER.Waypoint.waypoint-appear .Container {
    opacity: 0.99;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .FOOTER a:link,
  .FOOTER a:visited,
  .FOOTER .widgettitle {
    color: inherit; }
  .FOOTER a:hover,
  .FOOTER a:focus,
  .FOOTER a:active {
    text-decoration: underline; }
  @media screen and (max-width: 768px) {
    .FOOTER {
      padding: 1.94444em 0 2em; } }

.BOTTOM_COLUMNS {
  margin-bottom: 1.72222em;
  -webkit-columns: 3;
          columns: 3;
  -webkit-column-fill: balance;
          column-fill: balance;
  -webkit-column-gap: 6.11111em;
          column-gap: 6.11111em; }
  .BOTTOM_COLUMNS .widgettitle {
    margin-top: 0;
    font-size: 1em;
    margin-bottom: 1.875em; }
  .BOTTOM_COLUMNS .widget {
    overflow: hidden;
    padding-bottom: 2.75em;
    font-size: 0.88889em;
    line-height: 1.5em;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column; }
  .BOTTOM_COLUMNS .widget_pixelmail_widget p {
    font-size: 1.5em; }
  .BOTTOM_COLUMNS .widget_pixelmail_widget input {
    border: 0;
    font-size: 1.125em; }
  .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="submit"],
  .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="button"] {
    font-size: 0.75em;
    background-color: #b2b4b6; }
    .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="submit"]:hover, .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="submit"]:focus, .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="submit"]:active,
    .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="button"]:hover,
    .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="button"]:focus,
    .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="button"]:active {
      background-color: #9da0a2; }
  .BOTTOM_COLUMNS .widget_a2a_follow_widget {
    padding-bottom: 7.5em; }
  .BOTTOM_COLUMNS div.addtoany_list {
    margin-left: -0.22222em; }
    .BOTTOM_COLUMNS div.addtoany_list a {
      margin-right: 0.15625em; }
    .BOTTOM_COLUMNS div.addtoany_list a > span {
      background-color: #5c5b5d !important; }
    .BOTTOM_COLUMNS div.addtoany_list a > span > svg path,
    .BOTTOM_COLUMNS div.addtoany_list a > span > svg g {
      fill: #231f21 !important; }
  @media screen and (max-width: 1366px) {
    .BOTTOM_COLUMNS {
      -webkit-column-gap: 3.88889em;
              column-gap: 3.88889em; } }
  @media screen and (max-width: 1024px) {
    .BOTTOM_COLUMNS {
      -webkit-column-count: 2;
              column-count: 2; } }
  @media screen and (max-width: 768px) {
    .BOTTOM_COLUMNS {
      -webkit-column-gap: 2.77778em;
              column-gap: 2.77778em;
      margin-bottom: 0; }
      .BOTTOM_COLUMNS .widget_pixelmail_widget p {
        line-height: 1.05; }
      .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="submit"] {
        font-size: 1em; } }
  @media screen and (max-width: 600px) {
    .BOTTOM_COLUMNS {
      margin-bottom: 0.83333em;
      -webkit-column-count: 1;
              column-count: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .BOTTOM_COLUMNS .widget {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        padding-bottom: 1.875em; }
      .BOTTOM_COLUMNS .widgettitle {
        margin-bottom: 1em; }
      .BOTTOM_COLUMNS .widget_pixelmail_widget {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .BOTTOM_COLUMNS .widget_a2a_follow_widget {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .BOTTOM_COLUMNS div.addtoany_list a {
        margin-right: 0.5em; } }
  @media screen and (max-width: 450px) {
    .BOTTOM_COLUMNS .pixelmail-form-button {
      width: 100%;
      max-width: 380px; } }

.BOTTOMBAR {
  border-top: 1px solid #383537;
  padding: 0.44444em 0 0; }
  .BOTTOMBAR:after {
    content: " ";
    /* Older browser do not support empty content */
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }
  .BOTTOMBAR .Colophon {
    float: right;
    margin-top: 1px;
    opacity: 0.2; }
    .BOTTOMBAR .Colophon a:link,
    .BOTTOMBAR .Colophon a:visited {
      opacity: 0.99; }
  .BOTTOMBAR .InlineMenu {
    float: left; }
  .BOTTOMBAR a:link,
  .BOTTOMBAR a:visited {
    opacity: 0.2;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .BOTTOMBAR a:hover,
  .BOTTOMBAR a:focus,
  .BOTTOMBAR a:active {
    opacity: 0.6; }
  @media screen and (max-width: 1024px) {
    .BOTTOMBAR .InlineMenu {
      float: none; }
    .BOTTOMBAR .InlineMenu a,
    .BOTTOMBAR .Colophon a {
      white-space: nowrap; }
    .BOTTOMBAR .Colophon {
      float: none;
      display: block;
      margin-top: 0.75em;
      line-height: 1.2; } }
  @media screen and (max-width: 600px) {
    .BOTTOMBAR .Colophon {
      margin-top: 1.25em; } }

.popupSearch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 60px; }
  .popupSearch form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .popupSearch form input {
      width: calc(100% - 100px);
      height: 64px;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 26px;
      color: #0c3455;
      padding: 0 32px; }
    .popupSearch form svg {
      width: 20px;
      color: #fff; }
      .popupSearch form svg * {
        fill: currentColor; }
  .popupSearch:after {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 52, 85, 0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px); }
  .popupSearch > div {
    position: relative;
    z-index: 1; }
  body:not(.searchOpen) .popupSearch {
    top: -105vh; }
    body:not(.searchOpen) .popupSearch:after {
      top: -105vh; }

@font-face {
  font-family: "Walsheim";
  src: url("../../webfonts/GT-Walsheim-Regular.eot");
  src: url("../../webfonts/GT-Walsheim-Regular.eot?#iefix") format("eot"), url("../../webfonts/GT-Walsheim-Regular.woff") format("woff"), url("../../webfonts/GT-Walsheim-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Walsheim";
  src: url("../../webfonts/GT-Walsheim-Light.eot");
  src: url("../../webfonts/GT-Walsheim-Light.eot?#iefix") format("eot"), url("../../webfonts/GT-Walsheim-Light.woff") format("woff"), url("../../webfonts/GT-Walsheim-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Walsheim";
  src: url("../../webfonts/GT-Walsheim-Medium.eot");
  src: url("../../webfonts/GT-Walsheim-Medium.eot?#iefix") format("eot"), url("../../webfonts/GT-Walsheim-Medium.woff") format("woff"), url("../../webfonts/GT-Walsheim-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Walsheim";
  src: url("../../webfonts/GT-Walsheim-Bold.eot");
  src: url("../../webfonts/GT-Walsheim-Bold.eot?#iefix") format("eot"), url("../../webfonts/GT-Walsheim-Bold.woff") format("woff"), url("../../webfonts/GT-Walsheim-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

.carrieres-perspective {
  padding-bottom: 0; }
  .carrieres-perspective a.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    height: 64px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    color: #0C3554;
    padding: 0 46px;
    font-weight: 400; }
    .carrieres-perspective a.btn:after {
      font-family: "icons";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      vertical-align: middle;
      /* opacity: .8; */
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
      /* you can be more comfortable with increased icons size */
      /* font-size: 120%; */
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      content: "";
      margin: 0 0 0 30px;
      font-size: 16px; }
  .carrieres-perspective .custom-content {
    clear: both; }
  .carrieres-perspective .pages-vedette {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 168px;
    padding-top: 34px; }
    .carrieres-perspective .pages-vedette .page {
      display: block;
      position: relative;
      width: 25%;
      height: 622px; }
      .carrieres-perspective .pages-vedette .page .title {
        font-size: 44px;
        line-height: 50px;
        position: absolute;
        bottom: 32px;
        left: 32px;
        -webkit-transform: rotate(-90deg) translateY(100%);
            -ms-transform: rotate(-90deg) translateY(100%);
                transform: rotate(-90deg) translateY(100%);
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        -webkit-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
                transform-origin: bottom left;
        z-index: 2;
        -webkit-transition: 0.3s opacity ease-out;
        transition: 0.3s opacity ease-out;
        width: 550px; }
      .carrieres-perspective .pages-vedette .page:after {
        content: ' ';
        display: block;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        mix-blend-mode: normal;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: 0.3s all ease-out;
        transition: 0.3s all ease-out; }
      .carrieres-perspective .pages-vedette .page img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(100%);
        -webkit-transition: 0.3s all ease-out;
        transition: 0.3s all ease-out; }
      .carrieres-perspective .pages-vedette .page:hover img {
        filter: grayscale(0%); }
      .carrieres-perspective .pages-vedette .page:hover .title {
        opacity: 0; }
      .carrieres-perspective .pages-vedette .page:hover:after {
        opacity: 0; }
  .carrieres-perspective .video-vedette {
    padding: 96px 0;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(40%, #fff), color-stop(40.001%, #f7f7f7), to(#f7f7f7));
    background: linear-gradient(90deg, #fff 0%, #fff 40%, #f7f7f7 40.001%, #f7f7f7 100%); }
    .carrieres-perspective .video-vedette .Container {
      max-width: 1125px; }
  .carrieres-perspective .meilleur_employeur {
    margin: 125px 0 0; }
    .carrieres-perspective .meilleur_employeur .flex {
      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; }
      .carrieres-perspective .meilleur_employeur .flex .text {
        max-width: 560px; }
        .carrieres-perspective .meilleur_employeur .flex .text h2 {
          font-size: 44px;
          line-height: 50px;
          text-transform: uppercase;
          margin-bottom: 40px;
          margin-top: 0; }
      .carrieres-perspective .meilleur_employeur .flex .image {
        max-width: 500px;
        margin-right: 65px; }
        .carrieres-perspective .meilleur_employeur .flex .image img {
          max-width: 100%; }
  .carrieres-perspective .avantages {
    margin-top: 114px;
    overflow: hidden; }
    .carrieres-perspective .avantages .Container > div {
      position: relative; }
    .carrieres-perspective .avantages .a1 {
      height: 308px;
      width: 497px;
      max-width: 100%;
      object-fit: cover;
      position: relative;
      z-index: 99; }
    .carrieres-perspective .avantages .a2 {
      width: 605px;
      height: 423px;
      max-width: 100%;
      object-fit: cover;
      position: absolute;
      right: 0;
      top: 235px;
      z-index: 99;
      max-width: calc(100% - 570px); }
    .carrieres-perspective .avantages .text {
      position: relative;
      max-width: 712px;
      width: 100%;
      margin-top: -160px; }
      .carrieres-perspective .avantages .text > div {
        padding-top: 282px;
        padding-bottom: 65px; }
      .carrieres-perspective .avantages .text h2 {
        font-size: 44px;
        line-height: 50px;
        /* or 114% */
        text-transform: uppercase;
        letter-spacing: 1px;
        max-width: 500px;
        margin-bottom: 66px; }
      .carrieres-perspective .avantages .text p {
        margin-bottom: 10px; }
      .carrieres-perspective .avantages .text * {
        z-index: 1;
        position: relative; }
      .carrieres-perspective .avantages .text:after {
        display: block;
        content: ' ';
        width: 935px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        background: #f7f7f7;
        position: absolute;
        top: 0;
        height: 100%; }
  .carrieres-perspective .section-accordion {
    margin-top: 130px; }
    .carrieres-perspective .section-accordion .Container {
      max-width: 1220px; }
    .carrieres-perspective .section-accordion .SecondaryNav .accordion a:after {
      opacity: 1 !important;
      -webkit-transform: rotate(-90deg) scale(0.7);
          -ms-transform: rotate(-90deg) scale(0.7);
              transform: rotate(-90deg) scale(0.7);
      right: 24px; }
    .carrieres-perspective .section-accordion .SecondaryNav .accordion .text {
      font-size: 18px;
      line-height: 28px;
      overflow: hidden;
      -webkit-transition: 0.5s all ease-out;
      transition: 0.5s all ease-out; }
      .carrieres-perspective .section-accordion .SecondaryNav .accordion .text *:last-child {
        margin-bottom: 0; }
      .carrieres-perspective .section-accordion .SecondaryNav .accordion .text > div {
        padding-top: 28px;
        padding-bottom: 8px; }
    .carrieres-perspective .section-accordion .SecondaryNav .accordion:not(.active) .text {
      max-height: 0 !important; }
    .carrieres-perspective .section-accordion .SecondaryNav .accordion:not(.active) a:after {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .carrieres-perspective .tranche_de_vie .Container {
    max-width: 1280px; }
  .carrieres-perspective .tranche_de_vie .slide {
    padding-top: 218px;
    width: 100%; }
    .carrieres-perspective .tranche_de_vie .slide .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
    .carrieres-perspective .tranche_de_vie .slide .bg {
      background: #0A3454; }
    .carrieres-perspective .tranche_de_vie .slide .image img {
      margin-top: -110px;
      height: 670px;
      min-height: calc(100% + 110px);
      object-fit: cover;
      object-position: center top;
      width: 520px;
      max-width: 100%;
      display: block; }
    .carrieres-perspective .tranche_de_vie .slide .text {
      width: 100%;
      max-width: 520px;
      padding: 84px 0 20px;
      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: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .carrieres-perspective .tranche_de_vie .slide .text h4 {
        font-size: 18px;
        letter-spacing: 2.5px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 100;
        margin-top: 0; }
      .carrieres-perspective .tranche_de_vie .slide .text h2 {
        font-size: 44px;
        line-height: 50px;
        color: #fff;
        text-transform: uppercase;
        margin-top: 24px;
        margin-bottom: 21px; }
      .carrieres-perspective .tranche_de_vie .slide .text p {
        color: #fff; }
      .carrieres-perspective .tranche_de_vie .slide .text .slidernav {
        color: rgba(0, 0, 0, 0);
        margin: 45px 0 0; }
        .carrieres-perspective .tranche_de_vie .slide .text .slidernav span {
          display: inline-block;
          width: 24px;
          height: 3px;
          margin-right: 12px;
          background: #fff;
          opacity: 0.2;
          cursor: pointer; }
          .carrieres-perspective .tranche_de_vie .slide .text .slidernav span:hover, .carrieres-perspective .tranche_de_vie .slide .text .slidernav span.cycle-pager-active {
            opacity: 1; }
  .carrieres-perspective .services {
    margin: 124px 0 110px; }
    .carrieres-perspective .services .Container {
      max-width: 1230px; }
    .carrieres-perspective .services h2 {
      font-size: 44px;
      line-height: 50px;
      margin-bottom: 58px;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .carrieres-perspective .services .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .carrieres-perspective .services .flex .card {
        max-width: calc(100% / 6 - 10px);
        position: relative;
        height: 160px;
        width: 100%;
        display: block;
        margin-bottom: 15px; }
        .carrieres-perspective .services .flex .card .recto, .carrieres-perspective .services .flex .card .verso {
          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;
          text-align: center;
          padding: 20px;
          width: 100%;
          height: 160px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          font-size: 20px;
          line-height: 24px;
          -webkit-transition: 0.3s opacity ease-out 0s;
          transition: 0.3s opacity ease-out 0s;
          position: absolute;
          top: 0;
          left: 0;
          font-weight: 700; }
        .carrieres-perspective .services .flex .card .recto {
          background: #F7F7F7;
          color: #1F4866;
          opacity: 1; }
        .carrieres-perspective .services .flex .card .verso {
          color: #F7F7F7;
          background: #1F4866;
          opacity: 0.01; }
        .carrieres-perspective .services .flex .card:hover .recto {
          opacity: 0.01; }
        .carrieres-perspective .services .flex .card:hover .verso {
          opacity: 1; }
  .carrieres-perspective .nouveau_chapitre {
    background: #0A3454;
    padding: 60px 0 130px;
    overflow: hidden; }
    .carrieres-perspective .nouveau_chapitre .Container {
      max-width: 850px; }
      .carrieres-perspective .nouveau_chapitre .Container h2 {
        margin-bottom: 60px;
        font-size: 44px;
        line-height: 50px;
        /* or 114% */
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #fff; }

@media (max-width: 920px) {
  .carrieres-perspective h2 {
    font-size: 30px !important;
    line-height: 1.2em !important; }
  .carrieres-perspective .pages-vedette {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 92px; }
    .carrieres-perspective .pages-vedette .page {
      width: 100% !important;
      height: 310px; }
      .carrieres-perspective .pages-vedette .page .title {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        max-width: calc(100% - 64px);
        font-size: 30px;
        line-height: 1.2em;
        width: 100%; }
  .carrieres-perspective .video-vedette {
    padding: 50px 0; }
  .carrieres-perspective .meilleur_employeur {
    margin-top: 64px; }
    .carrieres-perspective .meilleur_employeur .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
  .carrieres-perspective .avantages {
    margin-top: 64px; }
    .carrieres-perspective .avantages .a1, .carrieres-perspective .avantages .a2 {
      max-width: 60vw; }
    .carrieres-perspective .avantages .a2 {
      top: 170px;
      height: 303px; }
  .carrieres-perspective .section-accordion {
    margin-top: 64px; }
  .carrieres-perspective .tranche_de_vie .slide {
    padding-top: 150px; }
    .carrieres-perspective .tranche_de_vie .slide .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; }
      .carrieres-perspective .tranche_de_vie .slide .flex .image {
        position: relative; }
        .carrieres-perspective .tranche_de_vie .slide .flex .image:after {
          content: ' ';
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 50%;
          z-index: 1;
          background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(99%, #0a3454));
          background: linear-gradient(transparent 0%, #0a3454 99%); }
        .carrieres-perspective .tranche_de_vie .slide .flex .image img {
          height: 450px; }
      .carrieres-perspective .tranche_de_vie .slide .flex .text {
        padding-top: 0; }
  .carrieres-perspective .services {
    margin: 64px 0; }
    .carrieres-perspective .services .flex .card {
      max-width: calc(100% / 2 - 10px); }
  .carrieres-perspective .nouveau_chapitre {
    padding: 32px 0 64px; }
    .carrieres-perspective .nouveau_chapitre .Container h2 {
      margin-bottom: 30px; } }

.px-video {
  width: 100%;
  overflow: hidden;
  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;
  position: relative;
  cursor: pointer;
  /*.play{
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
        color:#fff;
        //border:3px solid #fff;
        background:rgba(0,0,0,0.5);
        border-radius:999vw;
        display:flex;
        align-items:center;
        justify-content: center;
        width:125px;
        height:125px;
        transition:0.3s all ease-out;
        svg{
            display:none;
            margin-left:10px;
            width:25px;
        }
    }*/ }
  .px-video .thumbnail {
    min-width: 100%;
    filter: grayscale(100%);
    object-fit: cover; }
  .px-video:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 999vw;
    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: 125px;
    height: 125px;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out; }
  .px-video:after {
    display: block;
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-42px, -50%);
        -ms-transform: translate(-42px, -50%);
            transform: translate(-42px, -50%);
    border: 1px solid transparent;
    border-left-color: #fff;
    opacity: 0.3;
    border-width: 50px 85px; }
  .px-video.is-video-loaded:before, .px-video.is-video-loaded:after {
    display: none; }
  .px-video:hover .play {
    color: #fff; }
  .px-video iframe {
    width: 100%;
    height: 100%; }
  .px-video img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .px-video .px-malleable-image {
    width: 100%; }
    .px-video .px-malleable-image img {
      object-fit: cover; }

@media (max-width: 940px) {
  .px-video .play {
    width: 74px;
    height: 74px; }
    .px-video .play svg {
      width: 28px; }
  .px-video .thumbnail {
    height: 238px; }
  .px-columns-with-photos + .px-video {
    margin-top: 60px;
    margin-left: -25px;
    width: calc(100% + 50px); } }

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

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  vertical-align: middle;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

button[class^="icon-"], button[class*=" icon-"] {
  padding: 0;
  border: 0;
  background: none;
  width: auto;
  min-width: 0; }

.icon-anchor-circle-down:before {
  content: "\EA01"; }

.icon-anchor-circle-left:before {
  content: "\EA02"; }

.icon-anchor-circle-right:before {
  content: "\EA03"; }

.icon-anchor-circle-up:before {
  content: "\EA04"; }

.icon-arrow-left:before {
  content: "\EA05"; }

.icon-arrow-right:before {
  content: "\EA06"; }

.icon-check:before {
  content: "\EA07"; }

.icon-email:before {
  content: "\EA08"; }

.icon-facebook:before {
  content: "\EA09"; }

.icon-instagram:before {
  content: "\EA0A"; }

.icon-linkedin:before {
  content: "\EA0B"; }

.icon-phone:before {
  content: "\EA0C"; }

.icon-play:before {
  content: "\EA0D"; }

.icon-slash:before {
  content: "\EA0E"; }

.icon-twitter:before {
  content: "\EA0F"; }

.icon-v-card:before {
  content: "\EA10"; }

#BODY {
  height: 100%; }

.PAGE {
  position: relative;
  z-index: 2;
  height: 100%;
  background: #073455 url(../images/bg-header.jpg) center top no-repeat;
  background-size: 100%; }
  .toggle-menu-trigger:checked ~ .PAGE {
    max-height: 100%;
    overflow: hidden; }
    .toggle-menu-trigger:checked ~ .PAGE.home .HEADER, .toggle-menu-trigger:checked ~ .PAGE.post-type-archive-associates .HEADER, .toggle-menu-trigger:checked ~ .PAGE.single-associates .HEADER {
      z-index: 999; }
  .PAGE.blog, .PAGE.post-type-archive-post, .PAGE.single-post {
    background-image: url(../images/bg-publications.jpg); }
  .PAGE.home .HEADER, .PAGE.post-type-archive-associates .HEADER, .PAGE.single-associates .HEADER {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2; }
  .PAGE.home {
    background: #073455;
    height: auto; }
  .PAGE.page-template-template-fiscalistes {
    background: linear-gradient(45deg, #fff 40%, #dadbdd 100%) !important;
    background-size: 100% 800px !important; }
    .PAGE.page-template-template-fiscalistes .HEADER {
      background: url(../images/fiscalistes/bg-fiscaliste-en.png) bottom center no-repeat #073455;
      background-size: 2046px auto; }
  [lang="fr-FR"] .PAGE.page-template-template-fiscalistes .HEADER {
    background-image: url(../images/fiscalistes/bg-fiscaliste-fr.png); }
  @media screen and (max-width: 1440px) {
    .PAGE {
      background-size: auto 330px; } }
  @media screen and (max-width: 1100px) {
    .PAGE.page-template-template-fiscalistes .HEADER {
      background-size: 190% auto; } }
  @media screen and (max-width: 768px) {
    .PAGE {
      background-size: auto 280px; } }
  @media screen and (max-width: 600px) {
    .PAGE.page-template-template-fiscalistes {
      background: linear-gradient(205.82deg, #e5e4e4 0%, #ffffff 40%) !important;
      background-size: 100% !important; }
      .PAGE.page-template-template-fiscalistes .HEADER {
        background-position: bottom left;
        background-image: url(../images/fiscalistes/bg-fiscaliste-mobile-en.png);
        background-size: 63.47826% auto; }
    [lang="fr-FR"] .PAGE.page-template-template-fiscalistes .HEADER {
      background-image: url(../images/fiscalistes/bg-fiscaliste-mobile-fr.png); } }
  @media screen and (max-width: 450px) {
    .PAGE.page-template-template-fiscalistes .HEADER {
      background-position: -1.11111em bottom;
      background-size: 292px auto; } }

.PAGECarrieres .HEADER {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2; }
  .PAGECarrieres .HEADER.is-blue .Logo {
    color: #153C5D !important; }

.toggle-menu-trigger:checked ~ .PAGECarrieres {
  max-height: 100%;
  overflow: hidden; }
  .toggle-menu-trigger:checked ~ .PAGECarrieres .HEADER {
    z-index: 999; }

.PAGECarrieres .btn {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 999vw;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 40px; }

.MAIN_MENU {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 0;
  overflow: hidden;
  background-color: #073455;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: height 0s 0.3s, opacity 0.25s ease;
  transition: height 0s 0.3s, opacity 0.25s ease;
  /*.page-template-template-fiscalistes & {
        background-color:#fff;
        .MainMenu a {
            &:hover, &:focus, &:active {color:#073455;}
        }
    }*/ }
  .MAIN_MENU .MainMenu li {
    opacity: 0;
    -webkit-transform: translateY(-0.15em);
        -ms-transform: translateY(-0.15em);
            transform: translateY(-0.15em);
    -webkit-transition: 0.3s ease opacity, 0.15s 0.3s ease transform;
    transition: 0.3s ease opacity, 0.15s 0.3s ease transform; }
  .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU,
  .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU {
    opacity: 1;
    height: 100%;
    -webkit-transition: height 0s, opacity 0.25s ease;
    transition: height 0s, opacity 0.25s ease; }
    .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li,
    .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li {
      opacity: 0.99;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(1),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(1) {
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(2),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(2) {
        -webkit-transition-delay: 0.125s;
                transition-delay: 0.125s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(3),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(3) {
        -webkit-transition-delay: 0.25s;
                transition-delay: 0.25s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(4),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(4) {
        -webkit-transition-delay: 0.375s;
                transition-delay: 0.375s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(5),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(5) {
        -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(6),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(6) {
        -webkit-transition-delay: 0.625s;
                transition-delay: 0.625s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(7),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(7) {
        -webkit-transition-delay: 0.75s;
                transition-delay: 0.75s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(8),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(8) {
        -webkit-transition-delay: 0.875s;
                transition-delay: 0.875s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(9),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(9) {
        -webkit-transition-delay: 1s;
                transition-delay: 1s; }
      .toggle-menu-trigger:checked ~ .PAGE .MAIN_MENU .MainMenu li:nth-child(10),
      .toggle-menu-trigger:checked ~ .PAGECarrieres .MAIN_MENU .MainMenu li:nth-child(10) {
        -webkit-transition-delay: 1.125s;
                transition-delay: 1.125s; }
  .MAIN_MENU .Container {
    position: absolute;
    top: 13.88889em;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto; }
  @media screen and (max-width: 768px) {
    .MAIN_MENU .Container {
      top: 9.72222em; } }
  @media screen and (max-width: 600px) {
    .MAIN_MENU .Container {
      top: 5.22222em; } }

.HEADER {
  position: relative;
  padding-top: 5.55556em;
  min-height: 330px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: margin-top 0.1s ease-out;
  transition: margin-top 0.1s ease-out; }
  .PAGE.page-template-template-fiscalistes .HEADER {
    min-height: 735px; }
  .HEADER .Logo,
  .HEADER .LanguageLinks,
  .HEADER .ToggleMenu {
    position: relative;
    z-index: 10001; }
  .HEADER .RIGHTBAR {
    float: right; }
  .HEADER .LanguageLinks {
    color: #fff;
    display: inline-block;
    margin-right: 3.22222em;
    vertical-align: top; }
  .HEADER .btn.btnborder {
    border: 2px solid #fff;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 27px;
    border-radius: 999vw;
    height: 48px;
    vertical-align: middle;
    margin-right: 52px;
    font-size: 15px;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out; }
    .HEADER .btn.btnborder:hover {
      color: #073455;
      background: #fff; }
  .HEADER .SearchOpener {
    display: inline-block;
    margin-right: 52px;
    vertical-align: middle;
    cursor: pointer; }
    .HEADER .SearchOpener svg {
      color: #fff;
      max-width: 20px;
      width: 30px; }
      .HEADER .SearchOpener svg * {
        fill: currentColor; }
  .HEADER .ToggleMenu {
    position: relative;
    top: -3px;
    vertical-align: top; }
  .HEADER .AnchorMenu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  @media screen and (max-width: 1366px) {
    .HEADER {
      padding-top: 4.44444em;
      min-height: 310px; } }
  @media screen and (max-width: 1024px) {
    .HEADER {
      padding-top: 3.88889em;
      min-height: 295px; }
      .PAGE.page-template-template-fiscalistes .HEADER {
        min-height: 0;
        padding-bottom: 58.59375%; } }
  @media screen and (max-width: 768px) {
    .HEADER {
      padding-top: 2.77778em;
      min-height: 280px; }
      .HEADER .LanguageLinks {
        display: none; }
      .HEADER .ToggleMenu {
        top: 5px; }
      .HEADER .AnchorMenu {
        display: none; } }
  @media screen and (max-width: 600px) {
    .HEADER {
      padding-top: 2.22222em; }
      .HEADER .Logo {
        z-index: 10000; }
      .HEADER .ToggleMenu {
        margin-right: 0.55556em;
        top: 0; }
      .PAGE.page-template-template-fiscalistes .HEADER {
        min-height: 565px;
        padding-bottom: 0; } }
  @media screen and (max-width: 450px) {
    .HEADER {
      padding-top: 1.88889em; } }

.js .PAGE .HEADER,
.js .PAGECarrieres .HEADER {
  opacity: 0;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: opacity 0.4s 0.4s ease, -webkit-transform 0.25s 0.4s ease;
  transition: opacity 0.4s 0.4s ease, -webkit-transform 0.25s 0.4s ease;
  transition: opacity 0.4s 0.4s ease, transform 0.25s 0.4s ease;
  transition: opacity 0.4s 0.4s ease, transform 0.25s 0.4s ease, -webkit-transform 0.25s 0.4s ease; }

.js .PAGE .CONTENT_WRAPPER > .Container,
.js .PAGECarrieres .CONTENT_WRAPPER > .Container {
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.6s ease-out;
  transition: opacity 0.4s 0.6s ease-out; }

.js .PAGE.home .HeroVideo {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out; }

.js .PAGE.home .hero-video-content h1,
.js .PAGE.home .hero-video-content p,
.js .PAGE.home .hero-video-content a,
.js .PAGE.home .HeroVideo,
.js .PAGE.home .HeroVideo .icon-anchor-circle-down {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.4s ease, transform 0.25s ease;
  transition: opacity 0.4s ease, transform 0.25s ease, -webkit-transform 0.25s ease; }

.js .PAGE.home .hero-video-content h1 {
  -webkit-transform: translateY(-80px);
      -ms-transform: translateY(-80px);
          transform: translateY(-80px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.5s ease, transform 0.4s ease;
  transition: opacity 0.5s ease, transform 0.4s ease, -webkit-transform 0.4s ease; }

.js .PAGE.home .HeroVideo .icon-anchor-circle-down {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px); }

.js .PAGE.post-type-archive-associates .ASSOCIATES {
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.95s ease;
  transition: opacity 0.4s 0.95s ease; }

.js .PAGE.post-type-archive-associates .ASSOCIATES_CONTENT h1 {
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.7s ease;
  transition: opacity 0.4s 0.7s ease; }

.js .PAGE.post-type-archive-associates .ASSOCIATES_COLUMNS,
.js .PAGE.post-type-archive-associates .cta-strip-office {
  opacity: 0;
  -webkit-transition: opacity 0.3s 1s ease;
  transition: opacity 0.3s 1s ease; }

.js .PAGE.single-associates .AssociateBio .associate-bio-content > *,
.js .PAGE.single-associates .AssociateBio .associate-bio-content-wrapper:before,
.js .PAGE.single-associates .AssociateBio .post-thumbnail {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.js .PAGE.single-associates .AssociateBio .post-thumbnail,
.js .PAGE.single-associates .AssociateBio .associate-bio-content-wrapper:before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; }

.js .PAGE.single-associates .AssociateBio .associate-bio-content > * {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s; }

.js .PAGE.single-associates .AssociateBio .associate-bio-content .BackLink {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s; }

.js .loaded .PAGE .HEADER,
.js .loaded .PAGECarrieres .HEADER {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.js .loaded .PAGE .CONTENT_WRAPPER > .Container,
.js .loaded .PAGECarrieres .CONTENT_WRAPPER > .Container {
  opacity: 0.99; }

.js .loaded .PAGE.post-type-archive-associates .ASSOCIATES {
  opacity: 0.99; }

.js .loaded .PAGE.post-type-archive-associates .ASSOCIATES_CONTENT h1 {
  opacity: 0.99; }

.js .loaded .PAGE.post-type-archive-associates .ASSOCIATES_COLUMNS,
.js .loaded .PAGE.post-type-archive-associates .cta-strip-office {
  opacity: 0.99; }

.js .loaded .PAGE.home .HeroVideo {
  opacity: 0.99; }

.js .loaded .PAGE.home .hero-video-content h1 {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s; }

.js .loaded .PAGE.home .hero-video-content p {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s; }

.js .loaded .PAGE.home .hero-video-content a {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s; }

.js .loaded .PAGE.home .HeroVideo .icon-anchor-circle-down {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s; }

.js .loaded .PAGE.home .hero-video-content h1,
.js .loaded .PAGE.home .hero-video-content p,
.js .loaded .PAGE.home .hero-video-content a,
.js .loaded .PAGE.home .HeroVideo .icon-anchor-circle-down {
  opacity: 0.99;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.js .loaded .PAGE.single-associates .AssociateBio .associate-bio-content > *,
.js .loaded .PAGE.single-associates .AssociateBio .associate-bio-content-wrapper:before,
.js .loaded .PAGE.single-associates .AssociateBio .post-thumbnail {
  opacity: 10.99; }

.js .loaded .PAGE.single-associates .AssociateBio .associate-bio-content .BackLink {
  opacity: 0.3; }

.CONTENT_TOP:after {
  content: " ";
  /* Older browser do not support empty content */
  display: block;
  clear: both;
  visibility: hidden;
  height: 0; }

.CONTENT_TOP .widget_breadcrumb_navxt {
  float: left;
  margin-top: 0.27778em; }

.CONTENT_TOP .widget_a2a_share_save_widget {
  float: right; }

@media screen and (max-width: 768px) {
  .CONTENT_TOP .widget_a2a_share_save_widget {
    display: none; } }

.CONTENT_WRAPPER {
  padding: 1.83333em 0 7.88889em;
  background-color: #fff;
  -webkit-transition: margin-top 0.1s ease;
  transition: margin-top 0.1s ease; }
  .CONTENT_WRAPPER:after {
    content: " ";
    /* Older browser do not support empty content */
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }
  .PAGE.home .CONTENT_WRAPPER,
  .PAGE.post-type-archive-associates .CONTENT_WRAPPER,
  .PAGE.single-associates .CONTENT_WRAPPER {
    padding: 0; }
  .PAGE.page-template-template-fiscalistes .CONTENT_WRAPPER {
    padding-bottom: 0; }
  @media screen and (max-width: 1366px) {
    .CONTENT_WRAPPER {
      padding: 1.83333em 0 6.94444em; } }
  @media screen and (max-width: 768px) {
    .CONTENT_WRAPPER {
      padding: 1.33333em 0 6.11111em; } }
  @media screen and (max-width: 450px) {
    .CONTENT_WRAPPER {
      padding: 0.61111em 0 5.38889em; } }

.SERVICES {
  position: relative;
  padding: 5.22222em 0 10.55556em; }
  .SERVICES:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: url(../images/bg-logo.webp) center center no-repeat;
    background-size: cover; }
    .no-webp .SERVICES:before {
      background: url(../images/bg-logo.png) center center no-repeat; }
  .SERVICES .Container {
    position: relative;
    z-index: 1; }
  .SERVICES .Container > h3 {
    margin: 0 0 4em;
    font-size: 1em;
    letter-spacing: 0.16667em;
    text-transform: uppercase;
    font-weight: 300; }
  .SERVICES.Waypoint:before {
    opacity: 0; }
  .SERVICES.Waypoint .Container > h3 {
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px); }
  .SERVICES.Waypoint.waypoint-appear:before {
    opacity: 0.99;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
  .SERVICES.Waypoint.waypoint-appear .Container > h3 {
    opacity: 0.99;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.3s 0.3s ease-out, -webkit-transform 0.3s 0.3s ease-out;
    transition: opacity 0.3s 0.3s ease-out, -webkit-transform 0.3s 0.3s ease-out;
    transition: opacity 0.3s 0.3s ease-out, transform 0.3s 0.3s ease-out;
    transition: opacity 0.3s 0.3s ease-out, transform 0.3s 0.3s ease-out, -webkit-transform 0.3s 0.3s ease-out; }
  @media screen and (max-width: 1440px) {
    .SERVICES {
      padding: 5.22222em 0 7.77778em; } }
  @media screen and (max-width: 1024px) {
    .SERVICES {
      padding: 4.16667em 0 6.11111em; }
      .SERVICES .Container > h3 {
        margin: 0 0 3.44444em; } }
  @media screen and (max-width: 768px) {
    .SERVICES {
      padding: 3.33333em 0 2.22222em; }
      .SERVICES .Container > h3 {
        margin: 0 0 3.05556em; }
      .SERVICES .cube-link {
        display: none; } }
  @media screen and (max-width: 600px) {
    .SERVICES {
      padding: 2.5em 0 0; }
      .SERVICES:before {
        background-size: 38.88889em auto;
        background-position: left top; }
      .SERVICES .Container > h3 {
        margin: 0 0 2.33333em; }
      .SERVICES .Services {
        margin: 0 -2.22222em; } }
  @media screen and (max-width: 450px) {
    .SERVICES .Services {
      margin: 0 -1.11111em; } }

.ASSOCIATES_CONTENT {
  padding: 14.88889em 0 0;
  background: #59636a radial-gradient(1200px, #8a9196 0, #59636a 100%) center bottom no-repeat; }
  .ASSOCIATES_CONTENT h1 {
    margin: 0;
    max-width: 1030px;
    font-size: 4.16667em;
    letter-spacing: 0.09333em;
    color: #fff; }
  .ASSOCIATES_CONTENT > .Container {
    position: relative;
    z-index: 3;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  @media screen and (max-width: 1366px) {
    .ASSOCIATES_CONTENT {
      padding: 12.77778em 0 0; } }
  @media screen and (max-width: 1024px) {
    .ASSOCIATES_CONTENT {
      padding: 11.66667em 0 0; }
      .ASSOCIATES_CONTENT h1 {
        font-size: 3.44444em; } }
  @media screen and (max-width: 768px) {
    .ASSOCIATES_CONTENT {
      padding: 9.44444em 0 0; }
      .ASSOCIATES_CONTENT h1 {
        font-size: 3em; } }
  @media screen and (max-width: 600px) {
    .ASSOCIATES_CONTENT {
      padding: 2.77778em 0 0;
      background: #59636a; }
      .ASSOCIATES_CONTENT h1 {
        display: none; } }
  @media screen and (max-width: 450px) {
    .ASSOCIATES_CONTENT {
      padding: 1.38889em 0 0; } }

.ASSOCIATES {
  position: relative;
  overflow: hidden;
  padding-top: 2.38889em;
  -webkit-transition: margin-top 0.1s ease-out;
  transition: margin-top 0.1s ease-out; }
  .ASSOCIATES:after {
    content: " ";
    /* Older browser do not support empty content */
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }
  .ASSOCIATES .ASSOCIATES_SCROLL {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
  .ASSOCIATES .icon-anchor-circle-left,
  .ASSOCIATES .icon-anchor-circle-right {
    position: absolute;
    z-index: 400;
    top: 50%;
    font-size: 3.72222em;
    color: #fff; }
    .ASSOCIATES .icon-anchor-circle-left:before,
    .ASSOCIATES .icon-anchor-circle-right:before {
      margin: 0;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .ASSOCIATES .icon-anchor-circle-left {
    left: 0.67164em; }
    .ASSOCIATES .icon-anchor-circle-left:hover:before, .ASSOCIATES .icon-anchor-circle-left:focus:before, .ASSOCIATES .icon-anchor-circle-left:active:before {
      -webkit-transform: translateX(-4px);
          -ms-transform: translateX(-4px);
              transform: translateX(-4px); }
  .ASSOCIATES .icon-anchor-circle-right {
    right: 0.67164em; }
    .ASSOCIATES .icon-anchor-circle-right:hover:before, .ASSOCIATES .icon-anchor-circle-right:focus:before, .ASSOCIATES .icon-anchor-circle-right:active:before {
      -webkit-transform: translateX(4px);
          -ms-transform: translateX(4px);
              transform: translateX(4px); }
  .ASSOCIATES .Associate {
    display: inline-block;
    white-space: normal;
    vertical-align: bottom;
    margin-left: -0.16667em;
    opacity: 1 !important; }
    .ASSOCIATES .Associate:first-child {
      margin-left: 0; }
  .ASSOCIATES.associates-activated .cycle-carousel-wrap {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .ASSOCIATES.associates-activated .Associate {
    filter: blur(5px);
    cursor: default; }
  .ASSOCIATES.associates-activated .Associate.associate-active {
    filter: none; }
  @media screen and (max-width: 1366px) {
    .ASSOCIATES {
      padding-top: 0; } }
  @media screen and (max-width: 1024px) {
    .ASSOCIATES {
      padding-top: 1.66667em; } }
  @media screen and (max-width: 768px) {
    .ASSOCIATES .Associate {
      margin-left: 0; }
    .ASSOCIATES .icon-anchor-circle-left,
    .ASSOCIATES .icon-anchor-circle-right {
      font-size: 3.33333em; }
    .ASSOCIATES .icon-anchor-circle-left {
      left: 0.6em; }
    .ASSOCIATES .icon-anchor-circle-right {
      right: 0.6em; } }
  @media screen and (max-width: 600px) {
    .ASSOCIATES .icon-anchor-circle-left,
    .ASSOCIATES .icon-anchor-circle-right {
      top: 39%;
      font-size: 2.77778em; }
    .ASSOCIATES .icon-anchor-circle-left {
      left: 0.4em; }
    .ASSOCIATES .icon-anchor-circle-right {
      right: 0.4em; } }

.ASSOCIATES_COLUMNS {
  padding: 6.83333em 0 5.27778em;
  background-color: #073455;
  color: #fff; }
  .associates-js + .ASSOCIATES_COLUMNS {
    position: relative;
    z-index: 500;
    margin-top: -0.27778em; }
  .ASSOCIATES_COLUMNS h1,
  .ASSOCIATES_COLUMNS h2,
  .ASSOCIATES_COLUMNS h3,
  .ASSOCIATES_COLUMNS h4,
  .ASSOCIATES_COLUMNS h5,
  .ASSOCIATES_COLUMNS h6,
  .ASSOCIATES_COLUMNS a:link,
  .ASSOCIATES_COLUMNS a:visited {
    color: inherit; }
  @media screen and (max-width: 1024px) {
    .ASSOCIATES_COLUMNS {
      padding: 5.55556em 0 4.16667em; } }
  @media screen and (max-width: 768px) {
    .ASSOCIATES_COLUMNS {
      padding: 3.61111em 0 2.22222em; }
      .ASSOCIATES_COLUMNS .Button,
      .ASSOCIATES_COLUMNS .Button:link,
      .ASSOCIATES_COLUMNS .Button:visited {
        font-size: 0.77778em; } }
  @media screen and (max-width: 600px) {
    .ASSOCIATES_COLUMNS {
      padding: 2.77778em 0 3.05556em; } }
  @media screen and (max-width: 450px) {
    .ASSOCIATES_COLUMNS {
      padding: 2.22222em 0 2.88889em; }
      .ASSOCIATES_COLUMNS .Button {
        width: 100%; } }

.ASSOCIATE_CONTENT {
  padding-top: 12em;
  color: #fff;
  background-color: #2d3640; }
  .ASSOCIATE_CONTENT .BackLink {
    position: relative;
    z-index: 3; }
  .ASSOCIATE_CONTENT h1,
  .ASSOCIATE_CONTENT h2,
  .ASSOCIATE_CONTENT h3,
  .ASSOCIATE_CONTENT h4,
  .ASSOCIATE_CONTENT h5,
  .ASSOCIATE_CONTENT h6,
  .ASSOCIATE_CONTENT a:link,
  .ASSOCIATE_CONTENT a:visited {
    color: #fff; }
  @media screen and (max-width: 768px) {
    .ASSOCIATE_CONTENT {
      padding-top: 9em; } }
  @media screen and (max-width: 600px) {
    .ASSOCIATE_CONTENT {
      padding-top: 6.11111em; } }
  @media screen and (max-width: 450px) {
    .ASSOCIATE_CONTENT {
      padding-top: 4.55556em; } }

.autocomplete-suggestions {
  position: absolute;
  z-index: 99999;
  background: #fff;
  border: 1px solid #9d9d9d;
  border-width: 0 1px 1px;
  max-height: 300px;
  overflow-y: scroll; }
  body:not(.searchOpen) .autocomplete-suggestions {
    display: none; }
  .autocomplete-suggestions a {
    color: #231f21;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    padding: 8px 24px 4px;
    display: block; }
    .autocomplete-suggestions a:hover {
      background-color: rgba(19, 46, 75, 0.5);
      color: #fff; }
  body.searchOpen .autocomplete-suggestions {
    background: transparent;
    border: 0;
    padding: 20px 32px;
    overflow: hidden; }
    body.searchOpen .autocomplete-suggestions a {
      color: #949494;
      font-weight: 700;
      padding: 10px 0; }
      body.searchOpen .autocomplete-suggestions a b {
        color: #fff; }
      body.searchOpen .autocomplete-suggestions a:hover {
        background: none; }

body.searchOpen {
  overflow: hidden; }

.ASSOCIATES_SEARCH {
  background: #fff;
  padding: 130px 0 60px; }
  .ASSOCIATES_SEARCH .FormAutocomplete {
    position: relative; }
    @media screen and (max-width: 1024px) {
      .ASSOCIATES_SEARCH .FormAutocomplete {
        width: 100%;
        margin-top: 30px; } }
    .ASSOCIATES_SEARCH .FormAutocomplete input {
      padding: 0 24px;
      color: #231f21;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 19px;
      height: 43px;
      width: 500px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (max-width: 1024px) {
        .ASSOCIATES_SEARCH .FormAutocomplete input {
          width: 100%; } }
    .ASSOCIATES_SEARCH .FormAutocomplete svg {
      top: 22px;
      right: 10px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #000;
      opacity: .3;
      max-width: 20px;
      position: absolute; }
      .ASSOCIATES_SEARCH .FormAutocomplete svg * {
        fill: currentColor; }
  .ASSOCIATES_SEARCH .flex {
    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; }
    .ASSOCIATES_SEARCH .flex.is-head {
      margin-bottom: 95px; }
      @media screen and (max-width: 1024px) {
        .ASSOCIATES_SEARCH .flex.is-head {
          margin-bottom: 60px; } }
      @media screen and (max-width: 1024px) {
        .ASSOCIATES_SEARCH .flex.is-head h2 {
          width: 100%; } }
  .ASSOCIATES_SEARCH h2 {
    color: #132e4b;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 52px;
    margin: 0; }
  .ASSOCIATES_SEARCH .sidebar {
    width: 25%; }
    @media screen and (max-width: 1024px) {
      .ASSOCIATES_SEARCH .sidebar {
        width: 100%; }
        .ASSOCIATES_SEARCH .sidebar form {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .ASSOCIATES_SEARCH .sidebar form .categ {
            width: 50%; } }
    @media screen and (max-width: 600px) {
      .ASSOCIATES_SEARCH .sidebar form {
        display: block; }
        .ASSOCIATES_SEARCH .sidebar form .categ {
          width: 100%; } }
    .ASSOCIATES_SEARCH .sidebar .categ {
      margin-bottom: 45px;
      border-bottom: 1px solid #333;
      padding-bottom: 10px; }
      .ASSOCIATES_SEARCH .sidebar .categ h3 {
        font-size: 24px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 28px;
        margin: 0 0 21px;
        border-bottom: 1px solid #727272;
        padding: 0 0 15px; }
      .ASSOCIATES_SEARCH .sidebar .categ label {
        color: #231f21;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        display: block;
        margin: 15px 0; }
        .ASSOCIATES_SEARCH .sidebar .categ label input {
          position: absolute;
          left: -999vw; }
        .ASSOCIATES_SEARCH .sidebar .categ label .Checkbox {
          width: 12px;
          height: 12px;
          margin-right: 10px;
          display: inline-block;
          border: 2px solid #9d9d9d;
          cursor: pointer; }
        .ASSOCIATES_SEARCH .sidebar .categ label input:checked + .Checkbox {
          background: url("../images/check.png") center center no-repeat transparent;
          background-size: contain; }
  .ASSOCIATES_SEARCH .Listing {
    width: 75%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: -30px;
    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; }
    @media screen and (max-width: 1024px) {
      .ASSOCIATES_SEARCH .Listing {
        width: calc(100% + 30px);
        padding: 0; } }
    .ASSOCIATES_SEARCH .Listing > a,
    .ASSOCIATES_SEARCH .Listing > div {
      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: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-left: 30px;
      width: 100%;
      max-width: calc(100% / 3);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-bottom: 66px; }
      .ASSOCIATES_SEARCH .Listing > a:not(:hover) .CTA span,
      .ASSOCIATES_SEARCH .Listing > div:not(:hover) .CTA span {
        margin-right: 0 !important; }
      @media screen and (max-width: 768px) {
        .ASSOCIATES_SEARCH .Listing > a,
        .ASSOCIATES_SEARCH .Listing > div {
          max-width: 50%; } }
      @media screen and (max-width: 600px) {
        .ASSOCIATES_SEARCH .Listing > a,
        .ASSOCIATES_SEARCH .Listing > div {
          max-width: 100%; } }
      .ASSOCIATES_SEARCH .Listing > a:not(.showcard), .ASSOCIATES_SEARCH .Listing > a:not(.oncurpage),
      .ASSOCIATES_SEARCH .Listing > div:not(.showcard),
      .ASSOCIATES_SEARCH .Listing > div:not(.oncurpage) {
        display: none; }
      .ASSOCIATES_SEARCH .Listing > a.forceshow,
      .ASSOCIATES_SEARCH .Listing > div.forceshow {
        display: block !important; }
      .ASSOCIATES_SEARCH .Listing > a .Thumb,
      .ASSOCIATES_SEARCH .Listing > div .Thumb {
        background: #333;
        background: radial-gradient(circle, #8a9196 0%, #59636a 99.9%);
        height: 354px;
        overflow: hidden; }
        .ASSOCIATES_SEARCH .Listing > a .Thumb img,
        .ASSOCIATES_SEARCH .Listing > div .Thumb img {
          display: block;
          width: 990%;
          max-width: 130%;
          margin-left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          max-height: 100%;
          padding-top: 20px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          object-fit: cover;
          object-position: top center;
          -webkit-transition: 0.3s all ease-out;
          transition: 0.3s all ease-out; }
          @media screen and (max-width: 600px) {
            .ASSOCIATES_SEARCH .Listing > a .Thumb img,
            .ASSOCIATES_SEARCH .Listing > div .Thumb img {
              padding: 0;
              max-width: 120%; } }
        .ASSOCIATES_SEARCH .Listing > a .Thumb.is-custom-image img,
        .ASSOCIATES_SEARCH .Listing > div .Thumb.is-custom-image img {
          width: 100%;
          height: 100%;
          padding: 0;
          object-position: center center; }
        @media screen and (max-width: 600px) {
          .ASSOCIATES_SEARCH .Listing > a .Thumb,
          .ASSOCIATES_SEARCH .Listing > div .Thumb {
            height: 90vw; } }
      .ASSOCIATES_SEARCH .Listing > a h3,
      .ASSOCIATES_SEARCH .Listing > div h3 {
        font-size: 24px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 30px;
        margin: 26px 0 11px; }
      .ASSOCIATES_SEARCH .Listing > a .Categs,
      .ASSOCIATES_SEARCH .Listing > div .Categs {
        color: #727272;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 26px; }
      .ASSOCIATES_SEARCH .Listing > a .CTA,
      .ASSOCIATES_SEARCH .Listing > div .CTA {
        color: #132e4b;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 2.5px;
        line-height: 15px;
        border-top: 1px solid #727272;
        margin: 8px 0px 0;
        padding: 14px 0 0; }
        .ASSOCIATES_SEARCH .Listing > a .CTA span,
        .ASSOCIATES_SEARCH .Listing > div .CTA span {
          -webkit-transition: 0.3s all ease-out;
          transition: 0.3s all ease-out; }
        .ASSOCIATES_SEARCH .Listing > a .CTA img,
        .ASSOCIATES_SEARCH .Listing > div .CTA img {
          vertical-align: middle;
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg);
          filter: invert(112%) sepia(79%) saturate(1619%) hue-rotate(185deg) brightness(92%) contrast(95%); }
      .ASSOCIATES_SEARCH .Listing > a:hover .Thumb img,
      .ASSOCIATES_SEARCH .Listing > div:hover .Thumb img {
        -webkit-transform: translateX(-50%) scale(1.05);
            -ms-transform: translateX(-50%) scale(1.05);
                transform: translateX(-50%) scale(1.05); }
    .ASSOCIATES_SEARCH .Listing .Pagination {
      text-align: center;
      width: 100%;
      max-width: 100%;
      display: block !important; }
      .ASSOCIATES_SEARCH .Listing .Pagination a,
      .ASSOCIATES_SEARCH .Listing .Pagination div {
        cursor: pointer;
        display: inline-block;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        color: #231f21;
        padding: 0 10px; }
        .ASSOCIATES_SEARCH .Listing .Pagination a.active, .ASSOCIATES_SEARCH .Listing .Pagination a:hover,
        .ASSOCIATES_SEARCH .Listing .Pagination div.active,
        .ASSOCIATES_SEARCH .Listing .Pagination div:hover {
          font-weight: bold; }
        .ASSOCIATES_SEARCH .Listing .Pagination a[goto="next"], .ASSOCIATES_SEARCH .Listing .Pagination a[goto="prev"],
        .ASSOCIATES_SEARCH .Listing .Pagination div[goto="next"],
        .ASSOCIATES_SEARCH .Listing .Pagination div[goto="prev"] {
          filter: invert(112%) sepia(79%) saturate(1619%) hue-rotate(185deg) brightness(92%) contrast(95%); }
          .ASSOCIATES_SEARCH .Listing .Pagination a[goto="next"]:after, .ASSOCIATES_SEARCH .Listing .Pagination a[goto="prev"]:after,
          .ASSOCIATES_SEARCH .Listing .Pagination div[goto="next"]:after,
          .ASSOCIATES_SEARCH .Listing .Pagination div[goto="prev"]:after {
            display: block;
            content: " ";
            background: url("../images/arrowback.png");
            width: 19px;
            height: 15px; }
        .ASSOCIATES_SEARCH .Listing .Pagination a[goto="next"],
        .ASSOCIATES_SEARCH .Listing .Pagination div[goto="next"] {
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg); }

.CONTENT {
  float: left;
  width: 100%;
  padding-right: 20.55556em;
  margin-right: -17.22222em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1024px) {
    .CONTENT {
      padding-right: 16.11111em;
      margin-right: -13.33333em; } }
  @media screen and (max-width: 768px) {
    .CONTENT {
      float: none;
      width: auto;
      padding-right: 0;
      margin-right: 0; } }

.SIDEBAR {
  float: right;
  width: 17.22222em;
  margin-top: 3.77778em; }
  .SIDEBAR .widgettitle {
    margin-top: 0; }
  .SIDEBAR .widget_pix_backlink {
    float: right;
    margin-bottom: 4.1em; }
    .SIDEBAR .widget_pix_backlink:first-child {
      margin-top: -0.35em; }
    .SIDEBAR .widget_pix_backlink + .widget {
      clear: both; }
  @media screen and (max-width: 1024px) {
    .SIDEBAR {
      width: 13.33333em;
      margin-top: 2.27778em; }
      .SIDEBAR .widget_pix_backlink {
        margin-bottom: 2.61111em; } }
  @media screen and (max-width: 768px) {
    .SIDEBAR {
      position: relative;
      float: none;
      width: auto;
      clear: both;
      -webkit-columns: 2;
              columns: 2;
      -webkit-column-gap: 2.22222em;
              column-gap: 2.22222em; }
      .SIDEBAR .widget {
        overflow: hidden;
        -webkit-column-break-inside: avoid;
        break-inside: avoid-column;
        padding-bottom: 1.66667em; }
        .SIDEBAR .widget > :last-child {
          margin-bottom: 0; }
      .SIDEBAR .widget_pix_backlink {
        position: absolute;
        left: 0;
        top: -2.44444em;
        float: none;
        padding-bottom: 0;
        margin-bottom: 0; }
      .page-template-template-fiscalistes .SIDEBAR {
        display: none; } }
  @media screen and (max-width: 600px) {
    .SIDEBAR {
      -webkit-columns: 1;
              columns: 1;
      margin-top: 2.5em; }
      .SIDEBAR .widget {
        padding-bottom: 1.38889em; }
      .SIDEBAR .widget_pix_backlink {
        display: none; } }

.FOOTER {
  padding: 3.61111em 0 3.66667em;
  color: #fff;
  background-color: #231f21; }
  .FOOTER .Container {
    overflow: hidden; }
  .FOOTER.Waypoint .Container {
    opacity: 0;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px); }
  .FOOTER.Waypoint.waypoint-appear .Container {
    opacity: 0.99;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .FOOTER a:link,
  .FOOTER a:visited,
  .FOOTER .widgettitle {
    color: inherit; }
  .FOOTER a:hover,
  .FOOTER a:focus,
  .FOOTER a:active {
    text-decoration: underline; }
  @media screen and (max-width: 768px) {
    .FOOTER {
      padding: 1.94444em 0 2em; } }

.BOTTOM_COLUMNS {
  margin-bottom: 1.72222em;
  -webkit-columns: 3;
          columns: 3;
  -webkit-column-fill: balance;
          column-fill: balance;
  -webkit-column-gap: 6.11111em;
          column-gap: 6.11111em; }
  .BOTTOM_COLUMNS .widgettitle {
    margin-top: 0;
    font-size: 1em;
    margin-bottom: 1.875em; }
  .BOTTOM_COLUMNS .widget {
    overflow: hidden;
    padding-bottom: 2.75em;
    font-size: 0.88889em;
    line-height: 1.5em;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column; }
  .BOTTOM_COLUMNS .widget_pixelmail_widget p {
    font-size: 1.5em; }
  .BOTTOM_COLUMNS .widget_pixelmail_widget input {
    border: 0;
    font-size: 1.125em; }
  .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="submit"],
  .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="button"] {
    font-size: 0.75em;
    background-color: #b2b4b6; }
    .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="submit"]:hover, .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="submit"]:focus, .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="submit"]:active,
    .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="button"]:hover,
    .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="button"]:focus,
    .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="button"]:active {
      background-color: #9da0a2; }
  .BOTTOM_COLUMNS .widget_a2a_follow_widget {
    padding-bottom: 7.5em; }
  .BOTTOM_COLUMNS div.addtoany_list {
    margin-left: -0.22222em; }
    .BOTTOM_COLUMNS div.addtoany_list a {
      margin-right: 0.15625em; }
    .BOTTOM_COLUMNS div.addtoany_list a > span {
      background-color: #5c5b5d !important; }
    .BOTTOM_COLUMNS div.addtoany_list a > span > svg path,
    .BOTTOM_COLUMNS div.addtoany_list a > span > svg g {
      fill: #231f21 !important; }
  @media screen and (max-width: 1366px) {
    .BOTTOM_COLUMNS {
      -webkit-column-gap: 3.88889em;
              column-gap: 3.88889em; } }
  @media screen and (max-width: 1024px) {
    .BOTTOM_COLUMNS {
      -webkit-column-count: 2;
              column-count: 2; } }
  @media screen and (max-width: 768px) {
    .BOTTOM_COLUMNS {
      -webkit-column-gap: 2.77778em;
              column-gap: 2.77778em;
      margin-bottom: 0; }
      .BOTTOM_COLUMNS .widget_pixelmail_widget p {
        line-height: 1.05; }
      .BOTTOM_COLUMNS .widget_pixelmail_widget button[type="submit"] {
        font-size: 1em; } }
  @media screen and (max-width: 600px) {
    .BOTTOM_COLUMNS {
      margin-bottom: 0.83333em;
      -webkit-column-count: 1;
              column-count: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .BOTTOM_COLUMNS .widget {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        padding-bottom: 1.875em; }
      .BOTTOM_COLUMNS .widgettitle {
        margin-bottom: 1em; }
      .BOTTOM_COLUMNS .widget_pixelmail_widget {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .BOTTOM_COLUMNS .widget_a2a_follow_widget {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .BOTTOM_COLUMNS div.addtoany_list a {
        margin-right: 0.5em; } }
  @media screen and (max-width: 450px) {
    .BOTTOM_COLUMNS .pixelmail-form-button {
      width: 100%;
      max-width: 380px; } }

.BOTTOMBAR {
  border-top: 1px solid #383537;
  padding: 0.44444em 0 0; }
  .BOTTOMBAR:after {
    content: " ";
    /* Older browser do not support empty content */
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }
  .BOTTOMBAR .Colophon {
    float: right;
    margin-top: 1px;
    opacity: 0.2; }
    .BOTTOMBAR .Colophon a:link,
    .BOTTOMBAR .Colophon a:visited {
      opacity: 0.99; }
  .BOTTOMBAR .InlineMenu {
    float: left; }
  .BOTTOMBAR a:link,
  .BOTTOMBAR a:visited {
    opacity: 0.2;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .BOTTOMBAR a:hover,
  .BOTTOMBAR a:focus,
  .BOTTOMBAR a:active {
    opacity: 0.6; }
  @media screen and (max-width: 1024px) {
    .BOTTOMBAR .InlineMenu {
      float: none; }
    .BOTTOMBAR .InlineMenu a,
    .BOTTOMBAR .Colophon a {
      white-space: nowrap; }
    .BOTTOMBAR .Colophon {
      float: none;
      display: block;
      margin-top: 0.75em;
      line-height: 1.2; } }
  @media screen and (max-width: 600px) {
    .BOTTOMBAR .Colophon {
      margin-top: 1.25em; } }

.popupSearch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 60px; }
  .popupSearch form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .popupSearch form input {
      width: calc(100% - 100px);
      height: 64px;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 26px;
      color: #0c3455;
      padding: 0 32px; }
    .popupSearch form svg {
      width: 20px;
      color: #fff; }
      .popupSearch form svg * {
        fill: currentColor; }
  .popupSearch:after {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 52, 85, 0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px); }
  .popupSearch > div {
    position: relative;
    z-index: 1; }
  body:not(.searchOpen) .popupSearch {
    top: -105vh; }
    body:not(.searchOpen) .popupSearch:after {
      top: -105vh; }

@font-face {
  font-family: "Walsheim";
  src: url("../../webfonts/GT-Walsheim-Regular.eot");
  src: url("../../webfonts/GT-Walsheim-Regular.eot?#iefix") format("eot"), url("../../webfonts/GT-Walsheim-Regular.woff") format("woff"), url("../../webfonts/GT-Walsheim-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Walsheim";
  src: url("../../webfonts/GT-Walsheim-Light.eot");
  src: url("../../webfonts/GT-Walsheim-Light.eot?#iefix") format("eot"), url("../../webfonts/GT-Walsheim-Light.woff") format("woff"), url("../../webfonts/GT-Walsheim-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Walsheim";
  src: url("../../webfonts/GT-Walsheim-Medium.eot");
  src: url("../../webfonts/GT-Walsheim-Medium.eot?#iefix") format("eot"), url("../../webfonts/GT-Walsheim-Medium.woff") format("woff"), url("../../webfonts/GT-Walsheim-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Walsheim";
  src: url("../../webfonts/GT-Walsheim-Bold.eot");
  src: url("../../webfonts/GT-Walsheim-Bold.eot?#iefix") format("eot"), url("../../webfonts/GT-Walsheim-Bold.woff") format("woff"), url("../../webfonts/GT-Walsheim-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

.TitreEntete {
  font-size: 64px;
  line-height: 72px;
  color: #fff;
  font-weight: 700;
  margin: 103px 0 120px;
  text-transform: uppercase; }

.page-template-template-offre-emploi {
  background: #fff url(../images/head_offre_emploi.jpg) top no-repeat !important;
  background-size: 100% auto !important; }
  .page-template-template-offre-emploi .Entry img {
    width: 100%;
    height: auto !important; }
  .page-template-template-offre-emploi .wpcf7 {
    display: none; }

.offre-single .CONTENT {
  padding-right: 525px;
  margin-right: -525px; }
  .offre-single .CONTENT img {
    height: auto !important; }

.offre-single .SIDEBAR {
  width: 400px; }

.offre-single .widget_pix_backlink {
  margin-bottom: 130px; }
  .offre-single .widget_pix_backlink:not(:first-child) {
    display: none; }

.offre-single .faits_saillants {
  clear: both;
  background: #f7f7f7;
  padding: 48px; }
  .offre-single .faits_saillants * {
    color: #0c3554; }
  .offre-single .faits_saillants h3 {
    margin-top: 0;
    margin-bottom: 38px; }
  .offre-single .faits_saillants p {
    font-size: 18px;
    line-height: 28px; }
  .offre-single .faits_saillants a.btn {
    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;
    background: #0C3554;
    color: #fff;
    height: 64px;
    font-size: 14px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    margin-top: 44px;
    border: 2px solid #0c3554;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
    font-weight: 400; }
    .offre-single .faits_saillants a.btn:after {
      font-family: "icons";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      vertical-align: middle;
      /* opacity: .8; */
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
      /* you can be more comfortable with increased icons size */
      /* font-size: 120%; */
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      content: "";
      margin: 0 0 0 30px;
      font-size: 16px; }
    .offre-single .faits_saillants a.btn:hover {
      background: #000;
      border-color: #000;
      color: #fff; }
  .offre-single .faits_saillants.is_mobile {
    display: none; }

.offre-single .qui_nous_sommes {
  background-color: #0c3554;
  padding: 50px 56px 25px;
  margin: 58px 0 0; }
  .offre-single .qui_nous_sommes h3 {
    margin-top: 0;
    margin-bottom: 29px; }
  .offre-single .qui_nous_sommes p {
    font-size: 18px;
    line-height: 28px; }
  .offre-single .qui_nous_sommes * {
    color: #fff; }

@media (max-width: 768px) {
  .page-template-template-offre-emploi {
    background-size: cover !important; }
    .page-template-template-offre-emploi .TitreEntete {
      font-size: 54px; }
  .offre-single .CONTENT {
    padding: 0;
    margin: 0; }
  .offre-single .faits_saillants {
    display: none; }
    .offre-single .faits_saillants.is_mobile {
      display: block;
      margin-bottom: 40px; } }

.PAGECarrieres .HEADER.is-blue {
  padding-top: 65px; }
  .PAGECarrieres .HEADER.is-blue .Container {
    max-width: 1315px;
    margin: 0 auto;
    padding: 0 20px;
    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;
    width: 100%; }
  .PAGECarrieres .HEADER.is-blue .Logo, .PAGECarrieres .HEADER.is-blue a {
    color: #153C5D !important; }
  .PAGECarrieres .HEADER.is-blue svg {
    padding: 0 !important; }
  .PAGECarrieres .HEADER.is-blue .ToggleMenu .toggle-menu-icon .toggle-menu-bar-1, .PAGECarrieres .HEADER.is-blue .ToggleMenu .toggle-menu-icon .toggle-menu-bar-2, .PAGECarrieres .HEADER.is-blue .ToggleMenu .toggle-menu-icon .toggle-menu-bar-3 {
    background: #153C5D; }
  .PAGECarrieres .HEADER.is-blue .RIGHTBAR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.PAGECarrieres .HEADER .MAIN_MENU .Logo, .PAGECarrieres .HEADER .MAIN_MENU a {
  color: #fff !important; }

body .toggle-menu-trigger:checked ~ .PAGECarrieres .HEADER.is-blue a, body .toggle-menu-trigger:checked ~ .PAGECarrieres .HEADER.is-blue .Logo {
  color: #fff !important; }

body .toggle-menu-trigger:checked ~ .PAGECarrieres .HEADER.is-blue .ToggleMenu .toggle-menu-icon > span {
  background: #fff; }

body #BODY.recrutementpsb {
  /* GAMENIGHT */
  /*2021*/ }
  body #BODY.recrutementpsb .header-ambition {
    position: relative;
    /*background-size: cover;*/
    /*background-position: left top;*/
    display: block;
    width: 100%;
    max-height: 846px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    background: #132e4b; }
  body #BODY.recrutementpsb .header-ambition .employees {
    position: absolute;
    /*right: calc(50% - 800px);*/
    right: 0;
    bottom: 0;
    width: 791px; }
  body #BODY.recrutementpsb .header-ambition .tm1,
  body #BODY.recrutementpsb .header-ambition .tm2 {
    position: absolute;
    bottom: 122px;
    width: 194px;
    font-size: 18px;
    line-height: 19px;
    color: #ffffff;
    text-align: left;
    letter-spacing: 0.41px; }
  body #BODY.recrutementpsb .header-ambition .tm1 {
    /*right: calc(50% - 303px);*/
    right: 290px; }
  body #BODY.recrutementpsb .header-ambition .tm2 {
    /*right: calc(50% - 710px);*/
    right: 10px; }
  body #BODY.recrutementpsb .header-ambition .title {
    position: absolute;
    /*bottom:0;*/
    /*bottom: -70px;*/
    /*left: calc(50% - 1262px);
        width: 1270px;*/
    /*left: calc(50% - 1262px);
        width: 1270px;*/
    bottom: 0;
    left: calc(50% - 1182px);
    width: 1124px; }
  body #BODY.recrutementpsb .lang-en .header-ambition .title {
    left: calc(50% - 1155px); }
  body #BODY.recrutementpsb .container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 1330px;
    padding: 0 10px;
    margin: 0 auto; }
  body #BODY.recrutementpsb .header-ambition-v2 {
    padding: 269px 0 50px;
    background: url(../images/carrieres/header.univ.neutre.jpg) top center no-repeat #122949;
    background-size: cover; }
  body #BODY.recrutementpsb .header-ambition-v2 .titre {
    padding-bottom: 68px; }
  body #BODY.recrutementpsb .header-ambition-v2 .titre div {
    display: inline-block;
    padding: 12px 40px;
    margin: -8px 0 0 -36px;
    font-family: league-gothic, arial, sans-serif;
    font-size: 101px;
    line-height: 1em;
    color: #087d81;
    text-transform: uppercase;
    border: 8px solid #f7994d; }
  body #BODY.recrutementpsb .header-ambition-v2 .titre div:first-child {
    margin-left: 120px; }
  body #BODY.recrutementpsb .header-ambition-v2 .titre div:last-child {
    margin-left: 220px; }
  body #BODY.recrutementpsb .recrutementpsb.is-orange .header-ambition-v2 .btn.btnYellow {
    min-height: 80px;
    padding: 0 25px;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    background: #a3f2f1;
    border-color: #a3f2f1;
    border-radius: 999vw; }
  body #BODY.recrutementpsb .header-ambition-v2.is-gamenight .titre div {
    color: #fff;
    border-color: #a3f2f1; }
  body #BODY.recrutementpsb .recrutementpsb.is-orange .header-ambition-v2 .btn.btnYellow {
    color: #122849;
    background: #a3f2f1;
    border-color: #a3f2f1; }
  body #BODY.recrutementpsb .header-ambition-v2 .pretitle {
    font-size: 28px;
    line-height: 24px;
    color: #153C5D;
    margin-bottom: 32px;
    text-transform: uppercase;
    font-weight: 700; }
  body #BODY.recrutementpsb .header-ambition-v2 .fermeture {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    body #BODY.recrutementpsb .header-ambition-v2 .fermeture .btn {
      margin: 0; }
      body #BODY.recrutementpsb .header-ambition-v2 .fermeture .btn svg {
        display: block; }
    body #BODY.recrutementpsb .header-ambition-v2 .fermeture div.enddate {
      margin-left: 48px;
      font-size: 18px;
      line-height: 21px;
      color: #068B8A;
      text-align: center;
      letter-spacing: 0.41px;
      font-weight: 700; }
  body #BODY.recrutementpsb .header-ambition-v2.is-2021 {
    padding: 155px 0 89px;
    background: #fff; }
    body #BODY.recrutementpsb .header-ambition-v2.is-2021 .container {
      max-width: 1300px;
      padding: 0 20px; }
    body #BODY.recrutementpsb .header-ambition-v2.is-2021 .pretitle {
      padding-top: 38px; }
    body #BODY.recrutementpsb .header-ambition-v2.is-2021 .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    body #BODY.recrutementpsb .header-ambition-v2.is-2021 .titre {
      padding-bottom: 54px; }
      body #BODY.recrutementpsb .header-ambition-v2.is-2021 .titre div {
        /*background:#153C5D;
                    color:#fff;*/
        background: #fff;
        color: #153C5D;
        border: 10px solid #068B8A;
        margin-left: 0;
        padding: 4px 24px;
        font-size: 78px;
        line-height: 100px;
        letter-spacing: 2.41889px; }
      body #BODY.recrutementpsb .header-ambition-v2.is-2021 .titre div:not(:first-child) {
        margin-top: -10px; }
    body #BODY.recrutementpsb .header-ambition-v2.is-2021 .image {
      max-width: 50%;
      width: 546px; }

@media (max-width: 1450px) {
  body #BODY.recrutementpsb {
    /*.header-ambition-v2 .titre div{
            margin:-8px 0 0 44px;
        }
        .header-ambition-v2 .titre div:first-child{
            margin:0 0 0 -30px;
        }*/ }
    body #BODY.recrutementpsb .header-ambition-v2 {
      background-position: calc(100% + 300px) bottom; }
    body #BODY.recrutementpsb .header-ambition-v2.is-gamenight {
      background-size: cover; } }

@media (max-width: 1300px) {
  body #BODY.recrutementpsb .Logo img, body #BODY.recrutementpsb .Logo svg {
    width: 241px;
    padding-top: 17px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }

@media (max-width: 950px) {
  body #BODY.recrutementpsb .header-ambition-v2 {
    /*background: url(../images/carrieres/header.univ.jan2021.m.jpg) center bottom no-repeat #122949;
            background-size:100% auto;*/ }
  body #BODY.recrutementpsb .header-ambition-v2 .titre div {
    margin: -10px 0 0 0; }
  body #BODY.recrutementpsb .header-ambition-v2 .titre div:first-child {
    margin: 0 0 0 0; }
  body #BODY.recrutementpsb .header-ambition-v2 .titre div:first-child {
    margin-left: 0; } }

@media (max-width: 800px) {
  body #BODY.recrutementpsb .Logo img, body #BODY.recrutementpsb .Logo svg {
    width: 156px; }
  body #BODY.recrutementpsb .tm1,
  body #BODY.recrutementpsb .tm2 {
    display: none; }
  body #BODY.recrutementpsb .header-ambition {
    position: relative;
    min-height: 360px;
    max-height: none; }
  body #BODY.recrutementpsb .header-ambition-v2.is-2021 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    body #BODY.recrutementpsb .header-ambition-v2.is-2021 .flex.fermeture .enddate {
      margin: 0 0 40px; }
  body #BODY.recrutementpsb .header-ambition-v2.is-2021 .image {
    max-width: 100%; } }

@media (max-width: 720px) {
  body #BODY.recrutementpsb .PAGECarrieres .HEADER.is-blue {
    padding-top: 24px; }
  body #BODY.recrutementpsb .header-ambition-v2 {
    padding-top: 82px;
    padding-bottom: 44px;
    background: url(../images/carrieres/header.univ.neutre.m.jpg) center bottom no-repeat #122949;
    background-size: 100% auto; }
  body #BODY.recrutementpsb .header-ambition-v2 .titre {
    /*padding-bottom: 44vw;
            padding-top: 30vw;*/ }
  body #BODY.recrutementpsb .header-ambition-v2 .titre div {
    padding: 7px 20px;
    margin: -10px 0 0 0;
    font-size: 52px;
    border: 4px solid #a3f2f1; }
  body #BODY.recrutementpsb .header-ambition-v2.is-2021 {
    padding: 75px 0; }
  body #BODY.recrutementpsb .header-ambition-v2.is-2021 .titre div {
    font-size: 52px;
    line-height: 1.2em; }
  body #BODY.recrutementpsb .header-ambition-v2 .titre div:first-child {
    margin: 0 0 0 0; }
  body #BODY.recrutementpsb .recrutementpsb.is-orange .header-ambition-v2 .btn.btnYellow {
    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;
    min-height: 45px;
    margin: 0 auto;
    font-size: 14px; } }

@media (max-width: 500px) {
  body #BODY.recrutementpsb .header-ambition-v2 .titre div {
    font-size: 42px; }
  body #BODY.recrutementpsb .RIGHTBAR .btn {
    margin-right: 24px; } }

@media (max-width: 400px) {
  body #BODY.recrutementpsb .RIGHTBAR .btn:not(.xtra-small-mobile) {
    display: none; }
  body #BODY.recrutementpsb .btn.xtra-small-mobile {
    margin: 24px 0 0; }
  body #BODY.recrutementpsb .Container.xtra-small-mobile {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (min-width: 401px) {
  body #BODY.recrutementpsb .xtra-small-mobile {
    display: none !important; }
  body #BODY.recrutementpsb .RIGHTBAR .btn.xtra-small-mobile {
    display: none; } }

body:not(.competitionopen) #BODY.recrutementpsb .competition {
  max-height: 0;
  padding: 0; }

body #BODY.recrutementpsb {
  /*body:not(.page-template-template-recrutement) .popupBg{
        display:none;
    }*/ }
  body #BODY.recrutementpsb .competition {
    position: relative;
    padding: 160px 0;
    margin-top: -1px;
    overflow: hidden;
    background: linear-gradient(17.34deg, #047778 0%, #132e4b 100%); }
  body #BODY.recrutementpsb .bgComp {
    position: relative;
    width: 90%;
    max-width: 1100px;
    /*padding: 163px 10% 100px 11.9%;*/
    padding: 163px 0 144px;
    margin: 0 auto;
    background: #fff; }
  body #BODY.recrutementpsb .bgComp > div {
    position: relative;
    width: 682px;
    max-width: 100%;
    margin: 0 auto; }
  body #BODY.recrutementpsb .competition h1 {
    margin-bottom: 49px; }
  body #BODY.recrutementpsb .competition p,
  body #BODY.recrutementpsb .competition li {
    font-size: 18px; }
  body #BODY.recrutementpsb .competition ul {
    padding-left: 24px;
    margin-bottom: 24px;
    list-style: disc; }
  body #BODY.recrutementpsb .competition p {
    margin-bottom: 24px; }
  body #BODY.recrutementpsb .competition h3 {
    margin: 67px 0 63px;
    font-size: 24px;
    font-weight: bold;
    line-height: 27px;
    letter-spacing: 0.54px; }
  body #BODY.recrutementpsb #formInscription {
    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;
    max-width: 650px; }
  body #BODY.recrutementpsb #formInscription .col6 {
    width: calc(50% - 16px); }
  body #BODY.recrutementpsb #formInscription .col12 {
    width: 100%; }
  body #BODY.recrutementpsb #formInscription .field {
    margin-bottom: 32px; }
  body #BODY.recrutementpsb #formInscription .field > label {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    letter-spacing: 0.54px; }
  body #BODY.recrutementpsb #formInscription .field .choices > label {
    float: left;
    margin-right: 10px;
    margin-right: 37px;
    font-size: 18px;
    line-height: 22px;
    color: #4a4a4a;
    letter-spacing: 0.54px; }
  body #BODY.recrutementpsb #formInscription .field .choices > label span.radio-wrapper,
  body #BODY.recrutementpsb #formInscription .field .choices > label span.checkbox-wrapper {
    display: inline-block;
    vertical-align: 4px; }
  body #BODY.recrutementpsb #formInscription .field .choices > label span.Radio,
  body #BODY.recrutementpsb #formInscription .field .choices > label span.Checkbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 9px;
    vertical-align: middle;
    content: " ";
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0 1px #979797;
            box-shadow: 0px 0px 0 1px #979797;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out; }
  body #BODY.recrutementpsb #formInscription .field .choices > label span.Radio {
    border-radius: 99px; }
  body #BODY.recrutementpsb #formInscription .field .choices > label input[type="radio"],
  body #BODY.recrutementpsb #formInscription .field .choices > label input[type="checkbox"] {
    width: 1px;
    height: 1px;
    -webkit-transform: translateX(-100vw);
        -ms-transform: translateX(-100vw);
            transform: translateX(-100vw); }
  body #BODY.recrutementpsb #formInscription .field.error input,
  body #BODY.recrutementpsb #formInscription .field.error textarea {
    border-color: red; }
  body #BODY.recrutementpsb #formInscription .field.error .choices > label span.Radio,
  body #BODY.recrutementpsb #formInscription .field.error .choices > label span.Checkbox {
    -webkit-box-shadow: 0px 0px 0 1px red;
            box-shadow: 0px 0px 0 1px red; }
  body #BODY.recrutementpsb #formInscription .field .choices > label input:checked + span.Radio,
  body #BODY.recrutementpsb #formInscription .field .choices > label span.Radio:hover,
  body #BODY.recrutementpsb #formInscription .field .choices > label input:checked + span.Checkbox,
  body #BODY.recrutementpsb #formInscription .field .choices > label span.Checkbox:hover {
    background: #132e4b; }
  body #BODY.recrutementpsb #formInscription .field textarea {
    height: 100px; }
  body #BODY.recrutementpsb #formInscription input[type="text"],
  body #BODY.recrutementpsb #formInscription input[type="tel"],
  body #BODY.recrutementpsb #formInscription input[type="email"] {
    height: 50px;
    margin: 5px 0 0; }
  body #BODY.recrutementpsb #formInscription input[type="submit"],
  body #BODY.recrutementpsb #formInscription input[type="button"] {
    width: 100%;
    height: 64px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3.1px;
    background: #132e4b;
    border: 0; }
  body #BODY.recrutementpsb #formInscription input[type="submit"][disabled] {
    background: url(../img/loading.gif) calc(100% - 20px) center no-repeat #a2adb9;
    background-size: 30px 30px; }
  body #BODY.recrutementpsb #formInscription input[type="button"] {
    background-color: #a2adb9; }
  body #BODY.recrutementpsb #formInscription .dk-select,
  body #BODY.recrutementpsb #formInscription .dk-select-multi {
    width: 100%; }
  body #BODY.recrutementpsb #formInscription .select2-container--default .select2-selection--single {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-color: #cccccc;
    border-radius: 0; }
  body #BODY.recrutementpsb #formInscription .select2-container--default .select2-selection--single:after {
    display: block;
    content: " ";
    background: url(../img/arrow_accordion.png) center center no-repeat transparent;
    background-size: contain;
    width: 15px;
    height: 8px;
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  body #BODY.recrutementpsb .error .dk-select .dk-selected,
  body #BODY.recrutementpsb .error .dk-select-multi .dk-selected {
    border-color: red; }
  body #BODY.recrutementpsb .error .select2-container--default .select2-selection--multiple {
    border-color: red; }

.select2-search--dropdown,
#formInscription .select2-selection__arrow {
  display: none !important; }

@media (max-width: 1300px) {
  body #BODY.recrutementpsb .competition {
    padding: 98px 0 130px; } }

@media (max-width: 800px) {
  body #BODY.recrutementpsb .competition {
    padding: 0; }
    body #BODY.recrutementpsb .competition p {
      margin-bottom: 44px; }
    body #BODY.recrutementpsb .competition h3 {
      font-size: 18px;
      margin: 74px 0 63px; }
  body #BODY.recrutementpsb #formInscription .col6 {
    width: 100%; }
  body #BODY.recrutementpsb #formInscription input[type="submit"] {
    margin-top: 20px; }
  body #BODY.recrutementpsb #formInscription input[type="button"] {
    margin-top: -17px; } }

body
.select2-container--default.select2-container--focus
.select2-selection--multiple {
  border-color: #cccccc; }

body .select2-container--default .select2-selection--multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px; }

.select2-container--default .select2-search--inline .select2-search__field {
  margin-bottom: 0 !important; }

body .select2-container .select2-search--inline .select2-search__field {
  min-width: 100%;
  margin-top: 0; }

.select2-results__options[aria-multiselectable="true"]
.select2-results__option {
  position: relative;
  padding-left: 45px;
  font-size: 18px;
  line-height: 22px;
  color: #4a4a4a !important;
  letter-spacing: 0.54px;
  background: #fff !important; }

.select2-results__options[aria-multiselectable="true"]
.select2-results__option:after {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 20px;
  height: 20px;
  content: " ";
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #979797;
          box-shadow: 0 0 0 1px #979797;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.select2-results__options[aria-multiselectable="true"]
.select2-results__option[aria-selected="true"]:after,
.select2-results__options[aria-multiselectable="true"]
.select2-results__option:hover:after {
  background-color: #132e4b; }

body:not(.popupActive) #BODY.recrutementpsb .popupBg {
  top: -100%;
  overflow: hidden;
  opacity: 0; }

body #BODY.recrutementpsb .popupBg, body .popupBg {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 46, 75, 0.6); }

body #BODY.recrutementpsb .popup, body .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 483px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

body #BODY.recrutementpsb .closeX, body .closeX {
  position: absolute;
  top: 9px;
  right: 12px;
  font-size: 17px;
  color: #fff;
  cursor: pointer; }

body #BODY.recrutementpsb .popup .header, body .popup .header {
  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: 222px;
  font-size: 38px;
  font-weight: bold;
  line-height: 48px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.86px;
  background: linear-gradient(156.19deg, #047778 0%, #132e4b 100%); }

body #BODY.recrutementpsb .popup .content, body .popup .content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  width: 100%;
  max-width: 400px;
  padding: 0 10px;
  margin: 44px auto 0;
  font-size: 18px;
  line-height: 24px;
  color: #132e4b;
  color: #132e4b;
  text-align: center; }

body #BODY.recrutementpsb .popup .content.full, body .popup .content.full {
  display: block; }

body #BODY.recrutementpsb .popup .btn.btnClose, body .popup .btn.btnClose {
  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: 80%;
  max-width: 218px;
  height: 53px;
  margin: 40px auto 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  color: #fff;
  text-align: center;
  letter-spacing: 3.1px;
  cursor: pointer;
  background-color: #132e4b; }

body #BODY.recrutementpsb .popup .closeX img, body .popup .closeX img {
  height: 17px; }

body #BODY.recrutementpsb .errormsg, body .errormsg {
  width: 100%;
  padding: 30px;
  margin-top: -40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #cc0014;
  background: #fae7e9;
  border: 2px solid #cc0014; }

body #BODY.recrutementpsb .errormsg p:last-child, body .errormsg p:last-child {
  margin: 0; }

body #BODY.recrutementpsb .emailReminder,
body #BODY.recrutementpsb .popupVideos {
  position: fixed;
  z-index: 9999;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5));
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out; }
  body #BODY.recrutementpsb .emailReminder .closer,
  body #BODY.recrutementpsb .popupVideos .closer {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer; }
    body #BODY.recrutementpsb .emailReminder .closer:after, body #BODY.recrutementpsb .emailReminder .closer:before,
    body #BODY.recrutementpsb .popupVideos .closer:after,
    body #BODY.recrutementpsb .popupVideos .closer:before {
      width: 100%;
      height: 1px;
      background: #000;
      position: absolute;
      top: 50%;
      content: ' ';
      display: block; }
    body #BODY.recrutementpsb .emailReminder .closer:before,
    body #BODY.recrutementpsb .popupVideos .closer:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    body #BODY.recrutementpsb .emailReminder .closer:after,
    body #BODY.recrutementpsb .popupVideos .closer:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  body #BODY.recrutementpsb .emailReminder .popupContainer,
  body #BODY.recrutementpsb .popupVideos .popupContainer {
    max-width: 1100px;
    padding: 125px 113px 70px;
    position: relative;
    background: #fff; }
  body #BODY.recrutementpsb .emailReminder .popupContainer h3,
  body #BODY.recrutementpsb .popupVideos .popupContainer h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.54px;
    line-height: 27px;
    margin: 0 0 97px;
    text-transform: none; }
  body #BODY.recrutementpsb .emailReminder .popupContainer .cols,
  body #BODY.recrutementpsb .popupVideos .popupContainer .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  body #BODY.recrutementpsb .emailReminder .popupContainer .cols a,
  body #BODY.recrutementpsb .popupVideos .popupContainer .cols a {
    display: block;
    width: 50%;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 43px;
    text-decoration: underline; }
  body #BODY.recrutementpsb .emailReminder .popupContainer .closeVideoPopup,
  body #BODY.recrutementpsb .popupVideos .popupContainer .closeVideoPopup {
    position: absolute;
    top: -90px;
    right: -110px;
    cursor: pointer; }
  body #BODY.recrutementpsb .emailReminder .popupContainer .closeVideoPopup img,
  body #BODY.recrutementpsb .popupVideos .popupContainer .closeVideoPopup img {
    max-width: 30px; }

body #BODY.recrutementpsb .popupVideos {
  background: linear-gradient(17.34deg, #047778 0%, #132e4b 100%);
  z-index: 1000000000; }

body .fancybox-container {
  z-index: 1000000001; }

body:not(.reminderopen) #BODY.recrutementpsb .emailReminder {
  top: -120vh;
  opacity: 0; }

body:not(.popupvideoopen) #BODY.recrutementpsb .popupVideos {
  top: -120vh;
  opacity: 0; }

@media (max-width: 800px) {
  body #BODY.recrutementpsb .popupVideos .popupContainer {
    padding: 50px; }
  body #BODY.recrutementpsb .popupVideos .popupContainer h3 {
    width: 100%;
    margin-bottom: 20px; }
  body #BODY.recrutementpsb .popupVideos .popupContainer .cols a {
    width: 100%;
    margin-bottom: 20px; }
  body #BODY.recrutementpsb .emailReminder .popupContainer {
    padding: 55px 33px 0px;
    max-width: 80vw; } }

body #BODY.recrutementpsb .px-ambassadeurs {
  position: relative;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #ebebeb;
  margin-bottom: 60px;
  /*&:after,
        &:before {
            content: " ";
            display: block;
            position: absolute;
            transform: rotate(45deg);
        }
        &:before {
            background: #dadcde;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            transform-origin: top left;
        }
        &:after {
            background: linear-gradient(-90deg, #386d7f, #41a5a7, #41a5a7);
            width: 100%;
            height: 100%;
            bottom: 15%;
            right: 0;
            transform-origin: bottom right;
        }*/ }
  body #BODY.recrutementpsb .px-ambassadeurs .row {
    position: absolute;
    z-index: 1;
    max-width: 1146px;
    padding: 0 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -133px; }
  body #BODY.recrutementpsb .px-ambassadeurs .text {
    z-index: 2; }
    body #BODY.recrutementpsb .px-ambassadeurs .text > div {
      position: relative;
      z-index: -1;
      max-width: 370px; }
    body #BODY.recrutementpsb .px-ambassadeurs .text .box {
      position: relative;
      z-index: 2;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 400px;
      max-width: none !important;
      padding: 80px 40px;
      background: url(../images/carrieres/brushstrokes/patch1.png) center center no-repeat transparent;
      background-size: contain; }
      body #BODY.recrutementpsb .px-ambassadeurs .text .box .preTitle {
        font-size: 14px;
        line-height: 17px;
        color: #fff;
        letter-spacing: 2.42px;
        text-transform: uppercase; }
      body #BODY.recrutementpsb .px-ambassadeurs .text .box h1 {
        margin: 20px 0 24px;
        font-size: 44px;
        line-height: 127%;
        color: #fff; }
      body #BODY.recrutementpsb .px-ambassadeurs .text .box a,
      body #BODY.recrutementpsb .px-ambassadeurs .text .box span {
        font-size: 13.44px;
        font-weight: bold;
        line-height: 24.96px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2.02px;
        cursor: pointer; }
        body #BODY.recrutementpsb .px-ambassadeurs .text .box a img,
        body #BODY.recrutementpsb .px-ambassadeurs .text .box span img {
          width: 21px;
          margin-left: 10px;
          filter: brightness(999); }
    body #BODY.recrutementpsb .px-ambassadeurs .text .btn {
      width: auto;
      max-width: 480px;
      margin-top: 21px;
      line-height: 1.25em;
      color: #fff; }
      body #BODY.recrutementpsb .px-ambassadeurs .text .btn img {
        margin-left: 20px; }
  body #BODY.recrutementpsb .px-ambassadeurs .btn {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    body #BODY.recrutementpsb .px-ambassadeurs .btn img {
      max-width: 25px; }
  body #BODY.recrutementpsb .px-ambassadeurs .image {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%; }
    body #BODY.recrutementpsb .px-ambassadeurs .image picture,
    body #BODY.recrutementpsb .px-ambassadeurs .image img {
      position: relative;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: bottom center; }
    body #BODY.recrutementpsb .px-ambassadeurs .image span {
      position: absolute;
      top: 0;
      height: 100%;
      cursor: pointer;
      background: none !important;
      /*&:hover{
                    background:#000 !important;
                }*/ }
      body #BODY.recrutementpsb .px-ambassadeurs .image span:not([data-open-amb]) {
        cursor: unset; }
      body #BODY.recrutementpsb .px-ambassadeurs .image span:nth-child(1) {
        left: 0%;
        width: 11%;
        background: rgba(255, 0, 0, 0.3); }
      body #BODY.recrutementpsb .px-ambassadeurs .image span:nth-child(2) {
        left: 11%;
        width: 9%;
        background: rgba(255, 255, 0, 0.3); }
      body #BODY.recrutementpsb .px-ambassadeurs .image span:nth-child(3) {
        left: 20%;
        width: 10%;
        background: rgba(255, 165, 0, 0.3); }
      body #BODY.recrutementpsb .px-ambassadeurs .image span:nth-child(4) {
        left: 30%;
        width: 11%;
        background: rgba(128, 0, 128, 0.3); }
      body #BODY.recrutementpsb .px-ambassadeurs .image span:nth-child(5) {
        left: 41%;
        width: 10%;
        background: rgba(0, 0, 255, 0.3); }
      body #BODY.recrutementpsb .px-ambassadeurs .image span:nth-child(6) {
        left: 51%;
        width: 12%;
        background: rgba(165, 42, 42, 0.3); }
      body #BODY.recrutementpsb .px-ambassadeurs .image span:nth-child(7) {
        left: 63%;
        width: 12%;
        background: rgba(255, 192, 203, 0.3); }
      body #BODY.recrutementpsb .px-ambassadeurs .image span:nth-child(8) {
        left: 75%;
        width: 12%;
        background: rgba(0, 128, 0, 0.3); }
      body #BODY.recrutementpsb .px-ambassadeurs .image span:nth-child(9) {
        left: 87%;
        width: 13%;
        background: rgba(64, 224, 208, 0.3); }
      body #BODY.recrutementpsb .px-ambassadeurs .image span .followtooltip {
        position: absolute;
        z-index: 9999;
        display: none;
        padding: 17px 26px;
        font-size: 14px;
        font-weight: 300;
        line-height: 18px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2.42px;
        white-space: nowrap;
        background: rgba(19, 46, 75, 0.75);
        -webkit-transform: translate(3px, -50%);
            -ms-transform: translate(3px, -50%);
                transform: translate(3px, -50%); }
        body #BODY.recrutementpsb .px-ambassadeurs .image span .followtooltip > div {
          margin-top: 19px;
          font-size: 11px;
          line-height: 13px;
          letter-spacing: 2.41889px;
          font-weight: 700; }
      body #BODY.recrutementpsb .px-ambassadeurs .image span:hover .followtooltip {
        display: block; }

@media (max-width: 1300px) {
  body #BODY.recrutementpsb .px-ambassadeurs .row {
    max-width: 936px; }
    body #BODY.recrutementpsb .px-ambassadeurs .row .text {
      min-height: 0; }
      body #BODY.recrutementpsb .px-ambassadeurs .row .text > div {
        max-width: 297px; }
        body #BODY.recrutementpsb .px-ambassadeurs .row .text > div h1 {
          font-size: 44px; }
    body #BODY.recrutementpsb .px-ambassadeurs .row .image {
      max-width: calc(100vw - 260px);
      left: calc(50% - 190px); }
    body #BODY.recrutementpsb .px-ambassadeurs .row .box {
      background: #068B8A;
      padding: 40px; }
  body #BODY.recrutementpsb .px-ambassadeurs .btn.btnYellow {
    width: 100%;
    max-width: 480px;
    background-image: none;
    padding: 0 26px;
    margin-top: 13px;
    height: 65px; }
  body #BODY.recrutementpsb .px-ambassadeurs:after {
    bottom: 41%; } }

@media (max-width: 768px) {
  body #BODY.recrutementpsb .px-ambassadeurs .followtooltip {
    display: none !important; }
  body #BODY.recrutementpsb .px-ambassadeurs .image,
  body #BODY.recrutementpsb .px-ambassadeurs .image picture,
  body #BODY.recrutementpsb .px-ambassadeurs .image img {
    position: static; }
  body #BODY.recrutementpsb .px-ambassadeurs .row {
    padding: 0 0 0; }
    body #BODY.recrutementpsb .px-ambassadeurs .row .text {
      padding: 0 0; }
      body #BODY.recrutementpsb .px-ambassadeurs .row .text .box {
        width: 100%;
        padding: 20px 24px 15px; }
      body #BODY.recrutementpsb .px-ambassadeurs .row .text > div h1 {
        margin: 0 0 20px;
        font-size: 38px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 43px; }
    body #BODY.recrutementpsb .px-ambassadeurs .row .btn.btnYellow {
      height: 70px;
      margin-top: 7px;
      margin-bottom: 15px; }
    body #BODY.recrutementpsb .px-ambassadeurs .row .image {
      position: static;
      display: block;
      max-width: calc(100% + 64px);
      margin: 0 -32px; }
      body #BODY.recrutementpsb .px-ambassadeurs .row .image span {
        display: none; }
      body #BODY.recrutementpsb .px-ambassadeurs .row .image img {
        width: 100%; }
  body #BODY.recrutementpsb .px-ambassadeurs:after {
    display: none; }
  body #BODY.recrutementpsb .px-ambassadeurs:before {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 200vw;
    height: 200vw; } }

body #BODY.recrutementpsb:not(.popupAmbassadeurActive) .popupsAmbassadeurs {
  top: -150vh !important;
  opacity: 0 !important;
  -webkit-transition: 0.5s opacity ease-out 0s, 0.01s top ease-out 0.5s !important;
  transition: 0.5s opacity ease-out 0s, 0.01s top ease-out 0.5s !important; }

body #BODY.recrutementpsb .popupsAmbassadeurs {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.5s opacity ease-out 0s, 0.01s top ease-out 0s;
  transition: 0.5s opacity ease-out 0s, 0.01s top ease-out 0s; }
  body #BODY.recrutementpsb .popupsAmbassadeurs > .closer {
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1; }
  body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-2019 {
    overflow-y: scroll;
    max-height: 100vh; }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-2019 .quote {
      position: static;
      color: #fff !important;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-2019 .section1 .headimg {
      top: auto;
      bottom: 0; }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-2019 .headimg {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      /*img{
                position:absolute;
                bottom:0;
            }*/ }
  body #BODY.recrutementpsb .popupsAmbassadeurs .closePopups {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    cursor: pointer; }
    body #BODY.recrutementpsb .popupsAmbassadeurs .closePopups img {
      height: 20px;
      margin: 0 10px 0 0;
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg); }
  body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10vh 0;
    -webkit-transition: 0.15s opacity ease-out;
    transition: 0.15s opacity ease-out; }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section1 > *,
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section2 > *,
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section3 > * {
      filter: blur(0px);
      -webkit-transition: 0.2s all ease-out;
      transition: 0.2s all ease-out; }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs:not(.active) {
      z-index: -1;
      opacity: 0;
      -webkit-transform: translate(-200vw) !important;
          -ms-transform: translate(-200vw) !important;
              transform: translate(-200vw) !important; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs:not(.active) .section1,
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs:not(.active) .section2,
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs:not(.active) .section3 {
        /*.headimg{
                    transform:translateX(500px);
                    opacity:0;
                    transition:0.15s opacity ease-out 0s, 0.01s transform ease-out 0.4s, 0.15s filter ease-out 0s;
                }*/ }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs:not(.active) .section1 > *,
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs:not(.active) .section2 > *,
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs:not(.active) .section3 > * {
          filter: blur(30px);
          opacity: 0;
          -webkit-transition-delay: 0.2s;
                  transition-delay: 0.2s;
          -webkit-transform: translateX(500px);
              -ms-transform: translateX(500px);
                  transform: translateX(500px); }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.exiting .section1,
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.exiting .section2,
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.exiting .section3 {
      /*.headimg{
                    transform:translateX(-500px);
                    opacity:0;
                    transition:0.15s all ease-out 0;
                }*/ }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.exiting .section1 > *,
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.exiting .section2 > *,
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.exiting .section3 > * {
        opacity: 0;
        -webkit-transform: translateX(-500px);
            -ms-transform: translateX(-500px);
                transform: translateX(-500px); }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row {
      max-width: 1105px;
      overflow: hidden; }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section1 {
      position: relative;
      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: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 67px 70px 55px;
      overflow: hidden;
      color: #fff;
      background: linear-gradient(45deg, #066c71, #113952); }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section1 .headimg {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section1 .text {
        max-width: 500px; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section1 .text .next,
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section1 .text .prev {
          cursor: pointer; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section1 .text .next img,
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section1 .text .prev img {
            max-width: 25px; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section1 .text .prev img {
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg); }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section1 .text .cap {
          margin: 0 14px;
          font-size: 15px; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section1 .title {
        max-width: 100%;
        font-family: "Walsheim", Helvetica, Arial, sans-serif;
        font-size: 84px;
        font-weight: bold;
        line-height: 71px;
        text-transform: uppercase;
        letter-spacing: 2px; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section1 .school {
        margin: 12px 0 54px;
        font-family: "Walsheim", Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 22px;
        text-transform: uppercase;
        letter-spacing: 3.11px; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section1 .paragraph {
        max-width: 380px;
        font-family: "Walsheim", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 26px;
        color: #d8d8d8; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section1 .pager {
        margin: 13px 0 62px;
        font-family: "Walsheim", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 26px;
        color: #d8d8d8; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section1 .nav {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section1 .nav > a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 18px;
          line-height: 18px;
          color: #fff; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section1 .nav > a span {
            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: 64px;
            height: 64px;
            margin: 0 0 0 27px;
            border: 2px solid #fff;
            border-radius: 999vw;
            -webkit-transition: 0.3s all ease-out;
            transition: 0.3s all ease-out; }
            body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section1 .nav > a span img {
              -webkit-transition: 0.3s all ease-out;
              transition: 0.3s all ease-out; }
            body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section1 .nav > a span:hover {
              background: #fff; }
              body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section1 .nav > a span:hover img {
                filter: invert(100%); }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section1 .nav > a.prev span {
            margin: 0 27px 0 0;
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg); }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section2 {
      padding: 82px 80px 67px;
      background: #fff; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section2 h3 {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 22px;
        letter-spacing: 3.11px; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section2 .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section2 .flex .slider {
          width: 100%;
          max-width: 39.5%;
          overflow: hidden; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section2 .flex .slider .photo img {
            max-width: none;
            filter: blur(0);
            -webkit-transition: 0.3s all ease-out 0.01s;
            transition: 0.3s all ease-out 0.01s; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section2 .flex .slider .photo:not(.cycle-slide-active) img {
            filter: blur(8px);
            opacity: 0; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section2 .flex .slider .pager {
            margin-top: 23px;
            font-family: "Walsheim", Helvetica, Arial, sans-serif;
            font-size: 16px;
            line-height: 26px;
            color: #132e4b;
            text-align: center; }
            body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section2 .flex .slider .pager .cap {
              margin: 0 11px; }
            body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section2 .flex .slider .pager .prev img {
              -webkit-transform: rotateY(180deg);
                      transform: rotateY(180deg); }
            body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section2 .flex .slider .pager .prev,
            body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section2 .flex .slider .pager .next {
              cursor: pointer; }
              body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section2 .flex .slider .pager .prev img,
              body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section2 .flex .slider .pager .next img {
                width: 25px; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section2 .flex .text {
          max-width: 49%; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section2 .flex .text .quote {
            margin-bottom: 30px;
            font-family: "Walsheim", Helvetica, Arial, sans-serif;
            font-size: 32px;
            font-weight: bold;
            line-height: 41px;
            color: #132e4b;
            text-transform: uppercase;
            letter-spacing: 0.5px; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section2 .flex .text p,
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section2 .flex .text li {
            font-family: "Walsheim", Helvetica, Arial, sans-serif;
            font-size: 16px;
            line-height: 24px;
            color: #727272; }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section3 {
      position: relative;
      background: #e4e4e4; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section3 .slide {
        width: 100%; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section3 .slide > div {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: 100%;
          padding: 66px 80px 132px;
          background: #e4e4e4; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section3 .slide > div h3 {
            margin: 0 0 57px;
            font-size: 20px;
            line-height: 22px;
            letter-spacing: 3.11px; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section3 .slide > div .img {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 0;
            width: 40.8%;
            height: 0;
            padding-top: 51.75%;
            background: #066c71;
            background-position: center center;
            background-size: cover; }
            body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section3 .slide > div .img img {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              object-fit: cover; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section3 .slide > div .flex {
            position: relative;
            z-index: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: top;
                -ms-flex-align: top;
                    align-items: top;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section3 .slide > div .flex .qna-container {
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              width: 710px;
              padding: 68px 60px 73px;
              background-color: #132e4b; }
              body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section3 .slide > div .flex .qna-container .q {
                margin-bottom: 47px;
                font-size: 14px;
                font-weight: 300;
                line-height: 18px;
                color: #fff;
                text-transform: uppercase;
                letter-spacing: 2.42px; }
              body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section3 .slide > div .flex .qna-container .a {
                font-size: 44px;
                font-weight: bold;
                line-height: 48px;
                color: #fff;
                text-transform: uppercase;
                letter-spacing: 1px; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section3 .slide .qna-prev,
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section3 .slide .qna-next {
          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: 64px;
          height: 64px;
          margin-top: 123px;
          cursor: pointer;
          border: 2px solid #fff;
          border-radius: 999vw;
          -webkit-transition: 0.3s all ease-out;
          transition: 0.3s all ease-out; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section3 .slide .qna-prev img,
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section3 .slide .qna-next img {
            -webkit-transition: 0.3s all ease-out;
            transition: 0.3s all ease-out; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section3 .slide .qna-prev:hover,
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section3 .slide .qna-next:hover {
            background: #fff; }
            body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section3 .slide .qna-prev:hover img,
            body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section3 .slide .qna-next:hover img {
              filter: invert(100%); }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section3 .slide .qna-prev {
          border-color: #132e4b;
          -webkit-transition: 0.3s all ease-out;
          transition: 0.3s all ease-out;
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section3 .slide .qna-prev img {
            -webkit-transition: 0.3s all ease-out;
            transition: 0.3s all ease-out; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section3 .slide .qna-prev:hover {
            background: #132e4b; }
            body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .section3 .slide .qna-prev:hover img {
              filter: invert(100%) grayscale(100%); }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2.is-2021 {
      background: radial-gradient(78.3% 78.3% at 70.67% 34.94%, #025687 0%, #002950 100%); }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2.is-2022 {
      background: var(--test-color);
      max-width: 1120px;
      width: calc(100% - 40px);
      /*&.popup-nb-0{--test-color:#8569a6;}
            &.popup-nb-1{--test-color:#f6b300;}
            &.popup-nb-2{--test-color:#ec6e6f;}
            &.popup-nb-3{--test-color:#91bf81;}
            &.popup-nb-4{--test-color:#ea6793;}
            &.popup-nb-5{--test-color:#d59d9e;}
            &.popup-nb-6{--test-color:#8dbcd0;}
            &.popup-nb-7{--test-color:#ff8c4b;}
            &.popup-nb-8{--test-color:#368f8d;}*/ }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2.is-2022:after {
        display: block;
        width: 100%;
        height: 20px;
        content: ' ';
        border-top: 1px solid #fff;
        position: sticky;
        bottom: 0;
        z-index: 2;
        background: -webkit-gradient(linear, left top, right top, from(#A28528), color-stop(25%, #A28528), color-stop(25.01%, #DD4319), color-stop(50%, #DD4319), color-stop(50.01%, #030D72), color-stop(75%, #030D72), color-stop(75.01%, #068B8A), to(#068B8A));
        background: linear-gradient(90deg, #A28528 0%, #A28528 25%, #DD4319 25.01%, #DD4319 50%, #030D72 50.01%, #030D72 75%, #068B8A 75.01%, #068B8A 100%); }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2.is-2022[data-popup-str="matthew-mazzanti"] {
        --test-color:#8569a6; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2.is-2022[data-popup-str="cedrick-jerome"] {
        --test-color:#f6b300; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2.is-2022[data-popup-str="nermine-mokhallalati"] {
        --test-color:#ec6e6f; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2.is-2022[data-popup-str="james-zhen"] {
        --test-color:#91bf81; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2.is-2022[data-popup-str="reana-yan"] {
        --test-color:#ea6793; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2.is-2022[data-popup-str="charlhenry-pierre"] {
        --test-color:#d59d9e; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2.is-2022[data-popup-str="manon-dupont"] {
        --test-color:#8dbcd0; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2.is-2022[data-popup-str="jean-christophe-bouchard"] {
        --test-color:#ff8c4b; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2.is-2022[data-popup-str="jonathan-frajman"] {
        --test-color:#368f8d; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2.is-2022:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        content: ' ';
        display: block;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 300px);
                clip-path: polygon(0 0, 100% 0, 100% 300px); }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2.is-2022 .popupBody h1 {
        -webkit-text-stroke: 1px var(--test-color);
        text-stroke: 1px var(--test-color); }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2.is-2022 .popupBody h2 {
        margin-top: 0; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2.is-2022 .popupBody .image {
        bottom: auto;
        position: relative;
        max-height: 100vh;
        overflow: hidden; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2.is-2022 .popupBody .image img {
          object-fit: contain; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2.is-2022 .popupBody .text {
        position: relative;
        z-index: 1;
        margin-bottom: 0px;
        -ms-flex-item-align: start;
            align-self: flex-start; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2.is-2022 .popupBody .text p {
          font-size: 14px;
          line-height: 1.5em; }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 {
      left: 50%;
      z-index: 10;
      width: 1440px;
      max-width: 100%;
      max-height: calc(100vh - 50px);
      padding: 68px 0 0;
      margin: 30px 0;
      overflow-x: hidden;
      overflow-y: scroll;
      background: linear-gradient(209.62deg, #047778 -24.62%, #132E4B 132.06%);
      -webkit-transform: translate(-50%);
          -ms-transform: translate(-50%);
              transform: translate(-50%); }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .row {
        max-width: 1310px;
        padding: 0 20px; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 * {
        color: #fff !important; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .closePopups {
          position: relative;
          /*width: 50px;
                    height: 50px;
                    margin-left: 400px;
                    transform: translateY(-20px);*/
          width: 75px;
          height: 75px;
          margin: 0 0 0 38px;
          background: var(--test-color);
          border: 1px solid #fff;
          border-radius: 999vw;
          top: 0;
          left: 0; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .closePopups:before, body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .closePopups:after {
            position: absolute;
            width: 50%;
            height: 2px;
            content: " ";
            background: #fff;
            top: 50%;
            left: 25%; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .closePopups:before {
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg); }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .closePopups:after {
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .prev,
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .next {
          position: relative; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .prev .followtooltip,
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .next .followtooltip {
            display: none !important;
            z-index: 999;
            padding: 17px 26px;
            font-size: 14px;
            font-weight: 300;
            line-height: 18px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 2.42px;
            white-space: nowrap;
            background: var(--test-color);
            -webkit-transform: translate(3px, 3px);
                -ms-transform: translate(3px, 3px);
                    transform: translate(3px, 3px); }
            body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .prev .followtooltip > div,
            body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .next .followtooltip > div {
              margin-top: 19px;
              font-size: 11px;
              line-height: 13px;
              letter-spacing: 2.41889px;
              font-weight: 700; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .prev span,
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .next span {
            margin-left: 38px;
            background: var(--test-color);
            border-radius: 999vw;
            width: 75px;
            height: 75px;
            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;
            border: 1px solid #fff; }
            body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .prev span img,
            body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .next span img {
              width: 45px; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .prev:hover .followtooltip,
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .next:hover .followtooltip {
            opacity: 1; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .prev div,
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .next div {
            position: absolute;
            opacity: 0; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .prev span {
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg); }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 h1 {
        margin: 0;
        font-size: 64px;
        font-weight: 900;
        line-height: 76px;
        text-transform: none;
        letter-spacing: 0;
        white-space: nowrap; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 h2 {
        font-size: 32px;
        font-weight: 300;
        line-height: 38px;
        letter-spacing: 0.73px;
        margin-top: 24px; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupTitleMobile {
        display: none !important; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupBody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupBody .text {
          width: 100%;
          max-width: 40%;
          margin: 60px 0; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupBody .text h3 {
            margin: 30px 0 25px;
            font-size: 16px;
            font-weight: bold;
            line-height: 19px;
            text-transform: none;
            letter-spacing: 0.36px; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupBody .text p,
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupBody .text li {
            font-size: 16px;
            font-weight: 300;
            line-height: 24px;
            letter-spacing: 0; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupBody .image {
          position: relative;
          top: 0;
          right: 0;
          width: 100%;
          max-width: 60%;
          text-align: center;
          /*img {
                        position: sticky;
                        bottom: 0;
                    }*/ }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupBody .image .quote {
            display: none; }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .quote {
      position: absolute;
      right: -10px;
      bottom: 0;
      bottom: 8px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      max-width: 500px;
      padding: 38px 46px;
      font-size: 21px;
      font-weight: bold;
      line-height: 32px;
      text-align: left;
      letter-spacing: 0;
      background-color: rgba(0, 40, 76, 0.9); }

@media (max-width: 1300px) {
  body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row {
    padding: 0 30px; }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section1 {
      padding: 67px 62px 55px; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section1 .headimg {
        right: -61px; }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section2 {
      padding: 83px 60px 67px; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section2 .flex .slider {
        max-width: 40.8%; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section2 .flex .text .quote {
        margin-bottom: 40px; }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section3 .slide > div {
      padding: 66px 60px 132px; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section3 .slide > div .img {
        width: 48%; }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section3 .slide .flex .qna-container {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 620px;
      padding: 65px 40px 84px; } }

@media (min-width: 768px) {
  body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .visible-small {
    display: none !important; } }

@media (max-width: 768px) {
  body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs {
    padding: 55px 0; }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .hidden-small {
      display: none !important; }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs h1 {
      white-space: normal !important; }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row {
      padding: 0 23px; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section1 {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding: 16px 20px 0; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section1 .nav {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section1 .nav > a.prev div,
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section1 .nav > a.next div {
            display: none; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section1 .nav > a.prev span,
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section1 .nav > a.next span {
            width: 50px;
            height: 50px;
            margin: 0 0 0 10px; }
            body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section1 .nav > a.prev span img,
            body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section1 .nav > a.next span img {
              max-height: 20px; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section1 .nav > a.prev span {
            margin: 0 10px 0 0; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section1 .text {
          position: relative;
          z-index: 1; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section1 .title {
          margin-top: 14px;
          font-size: 38.35px;
          font-weight: bold;
          line-height: 37px;
          letter-spacing: 1px; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section1 .school {
          margin: 5px 0 218px;
          font-size: 16px; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section1 .headimg {
          top: 130px;
          right: 50%;
          z-index: 0;
          max-width: none;
          height: auto;
          height: 380px;
          -webkit-transform: translate(50%);
              -ms-transform: translate(50%);
                  transform: translate(50%); }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section1:after {
          position: absolute;
          bottom: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 50%;
          content: " ";
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 57, 82, 0)), color-stop(rgba(9, 60, 85, 0)), color-stop(#084c60), color-stop(#075c65), to(#066c71));
          background: linear-gradient(180deg, rgba(17, 57, 82, 0), rgba(9, 60, 85, 0), #084c60, #075c65, #066c71); }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section1 .pager {
          margin: 21px 0 36px;
          text-align: center; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section2 {
        padding: 35px 20px 17px; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section2 h3 {
          margin: 0 0 18px;
          font-size: 18px; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section2 .flex {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section2 .flex .slider,
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section2 .flex .text {
            width: 100%;
            max-width: 100%; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section2 .flex .text .quote {
            margin: 29px 0 21px;
            font-size: 23px;
            font-weight: bold;
            line-height: 28px;
            letter-spacing: 0.36px; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section3 {
        background: transparent; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section3 .slide > div {
          padding: 35px 12px 37px; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section3 .slide > div .img {
            width: 100%;
            height: 100%; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section3 .slide > div h3 {
            position: relative;
            z-index: 1;
            margin-bottom: 24px;
            font-size: 17px;
            line-height: 20px;
            color: #fff;
            letter-spacing: 2.94px; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section3 .slide > div .flex {
            z-index: 1; }
            body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section3 .slide > div .flex .qna-container {
              padding: 34px 25px 36px; }
              body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section3 .slide > div .flex .qna-container .q {
                margin-bottom: 27px;
                font-size: 14px;
                font-weight: 300;
                line-height: 17px;
                letter-spacing: 2.42px; }
              body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section3 .slide > div .flex .qna-container .a {
                font-size: 23px;
                font-weight: bold;
                line-height: 28px;
                letter-spacing: 0.52px; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section3 .slide .qna-prev {
          border-color: #fff; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section3 .slide .qna-prev,
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .row .section3 .slide .qna-next {
          margin-top: 32px; }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs .followtooltip {
      display: none !important; }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-2019 .row .section1 .headimg {
      width: 90%; }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2.is-2022 {
      max-height: 90vh;
      top: 5vh; }
    body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      height: 100vh;
      max-height: 100vh;
      padding-top: 46px;
      margin: 0; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .quote {
        display: none; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 66px; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .closePopups {
          /*width: 40px;
                        height: 40px;*/
          margin: 0; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .prev span,
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .next span {
          margin: 0; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .prev span img,
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupHead .next span img {
            width: 55px; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupTitleMobile {
        display: block; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 h1 {
        font-size: 42px;
        font-weight: 900;
        line-height: 51px;
        letter-spacing: 0; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 h2 {
        font-size: 27px;
        font-weight: 300;
        line-height: 32px;
        letter-spacing: 0.61px; }
      body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupBody {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupBody .image {
          position: relative;
          top: 0 !important; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupBody .image img {
            display: block; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupBody .image .quote {
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            width: 100%;
            width: calc(100% + 40px);
            max-width: none;
            padding: 20px 30px;
            margin: 0 -20px;
            -webkit-transform: none !important;
                -ms-transform: none !important;
                    transform: none !important; }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupBody .text {
          max-width: 100%;
          margin: 0;
          /*h1,
                        h2 {
                            display: none;
                        }*/ }
        body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupBody .image {
          position: relative;
          max-width: 100%; }
          body #BODY.recrutementpsb .popupsAmbassadeurs .popupAmbassadeurs.is-v2 .popupBody .image img {
            display: block;
            width: 100%;
            margin: 30px 0 0;
            margin: 0 auto;
            object-fit: cover;
            object-position: top center; } }

body #BODY.recrutementpsb .CtaStrip {
  max-width: 100%;
  overflow: hidden; }

@media only screen and (max-width: 800px) {
  .CtaStrip.cta-strip-best-in-mtl.on-univ .flex > div.text > div p {
    margin-bottom: 30px; }
  .CtaStrip.cta-strip-best-in-mtl.on-univ .flex > div.text > div .btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px; }
  .CtaStrip.cta-strip-best-in-mtl.on-univ .flex {
    padding: 0 0 35px; } }

body #BODY.recrutementpsb .cabinet {
  margin: 48px 0;
  position: relative;
  z-index: 1;
  /*padding: 150px 0 190px;*/
  /*.img .c1 {
            float: left;
            max-width: 708px;
            height: 552px;
            margin-top: 0;
            margin-right: -40px;
            object-fit: cover;
        }
        .img .c2 {
            max-width: 360px;
            margin-top: -131px;
            margin-left: -104px;
        }*/ }
  body #BODY.recrutementpsb .cabinet .stroke img {
    min-width: 100px;
    position: absolute;
    left: calc(50% + 324px);
    top: 0;
    -webkit-transform: translate(-50%, -240px);
        -ms-transform: translate(-50%, -240px);
            transform: translate(-50%, -240px); }
  body #BODY.recrutementpsb .cabinet .t1 {
    position: absolute;
    top: -1px;
    right: 0;
    width: 470px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  body #BODY.recrutementpsb .cabinet .t2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 166px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
  body #BODY.recrutementpsb .cabinet .row {
    max-width: 1220px;
    padding: 0 20px; }
  body #BODY.recrutementpsb .cabinet h1 {
    margin-top: 20px;
    margin-bottom: 35px; }
  body #BODY.recrutementpsb .cabinet h1:after {
    display: none; }
  body #BODY.recrutementpsb .cabinet .text {
    width: 420px; }
  body #BODY.recrutementpsb .cabinet .img {
    z-index: 1;
    width: 615px; }

@media (max-width: 1200px) {
  body #BODY.recrutementpsb .cabinet .img .c2 {
    margin-left: -20px; } }

@media only screen and (max-width: 800px) {
  body #BODY.recrutementpsb .cabinet .img {
    width: 461px;
    max-width: 336px; }
  body #BODY.recrutementpsb .cabinet .img .c1 {
    max-width: 336px;
    margin-top: 37px;
    margin-right: 5px; }
  body #BODY.recrutementpsb .cabinet .img .c2 {
    max-width: 245px;
    margin-top: -72px; }
  body #BODY.recrutementpsb .cabinet .t1 {
    width: 255px; }
  body #BODY.recrutementpsb .cabinet .t2 {
    width: 121px; } }

@media (max-width: 800px) {
  body #BODY.recrutementpsb .cabinet {
    padding-bottom: 0; }
    body #BODY.recrutementpsb .cabinet .img .c1 {
      /*margin-top: 70px;*/ }
    body #BODY.recrutementpsb .cabinet .img .c2 {
      margin-top: 70px; }
    body #BODY.recrutementpsb .cabinet .t1 {
      width: 145px; }
    body #BODY.recrutementpsb .cabinet .t2 {
      width: 71px; }
    body #BODY.recrutementpsb .cabinet .rowFlex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    body #BODY.recrutementpsb .cabinet .img {
      width: 100%;
      max-width: 100%;
      margin-bottom: 65px; }
    body #BODY.recrutementpsb .cabinet .img .c1 {
      max-width: 100%;
      margin-top: 0; }
    body #BODY.recrutementpsb .cabinet .img .c2 {
      max-width: 50%;
      float: right;
      margin-top: -100px; }
    body #BODY.recrutementpsb .cabinet .text {
      width: 100%;
      padding: 0 7px; }
    body #BODY.recrutementpsb .cabinet h1 {
      margin-bottom: 41px; } }

@media only screen and (max-width: 580px) {
  body #BODY.recrutementpsb .cabinet .img .c2 {
    float: right;
    /*margin-top: 70px;*/
    margin-top: -70px; } }

body #BODY.recrutementpsb .programmes {
  margin: 98px 0 0;
  /*.btn {
            background-image: none !important;
        }*/ }
  body #BODY.recrutementpsb .programmes + .programmes {
    margin-top: 0; }
  body #BODY.recrutementpsb .programmes .btnCTA {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    body #BODY.recrutementpsb .programmes .btnCTA .btn {
      border-radius: 0; }
  body #BODY.recrutementpsb .programmes .row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1365px;
    padding: 0 48px; }
  body #BODY.recrutementpsb .programmes .row > div {
    max-width: calc(100% - 250px); }
  body #BODY.recrutementpsb .programmes h1 {
    margin-bottom: 10px; }
  body #BODY.recrutementpsb .programmes h2 {
    margin-bottom: 10px; }
  body #BODY.recrutementpsb .programmes h3 {
    margin-bottom: 28px;
    font-size: 24px; }
  body #BODY.recrutementpsb .programmes .mainText {
    margin-bottom: 68px; }
  body #BODY.recrutementpsb .programmes .mainText p {
    font-size: 16px;
    line-height: 24px;
    /*font-size: 24px;
            line-height: 28px;*/ }
  body #BODY.recrutementpsb .programmes .link {
    margin-bottom: 16px; }
    body #BODY.recrutementpsb .programmes .link a, body #BODY.recrutementpsb .programmes .link .fakelink {
      position: relative;
      font-size: 16px;
      color: #073455;
      text-decoration: none;
      cursor: pointer; }
      body #BODY.recrutementpsb .programmes .link a:after, body #BODY.recrutementpsb .programmes .link .fakelink:after {
        position: absolute;
        bottom: -6px;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        content: ' ';
        background-color: #073455; }
  body #BODY.recrutementpsb .programmes .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /*margin-bottom: 70px;*/
    margin-bottom: 20px; }
  body #BODY.recrutementpsb .programmes .flex > div {
    width: calc(33.33% - 50px); }
  body #BODY.recrutementpsb .programmes .flexbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  body #BODY.recrutementpsb .programmes .flex ul {
    margin-left: 15px; }
  body #BODY.recrutementpsb .programmes .flex ul li {
    list-style: disc; }
  body #BODY.recrutementpsb .programmes .flex li,
  body #BODY.recrutementpsb .programmes .flex p {
    font-size: 16px;
    line-height: 19px;
    color: #132e4b; }
  body #BODY.recrutementpsb .programmes .pastille {
    position: relative;
    -webkit-transform: translate(20px, -1px);
        -ms-transform: translate(20px, -1px);
            transform: translate(20px, -1px); }
    body #BODY.recrutementpsb .programmes .pastille svg {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 284px;
      height: 100%;
      object-fit: contain; }
    body #BODY.recrutementpsb .programmes .pastille > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      /*width: 226px;
                height: 226px;*/
      width: 300px;
      height: 300px;
      border-radius: 999px;
      /*box-shadow: 2px -1px 0 0 rgba(0,0,0,0.23);*/ }
    body #BODY.recrutementpsb .programmes .pastille > div > div {
      max-width: 145px;
      font-size: 26px;
      font-weight: bold;
      line-height: 123%;
      color: #132e4b;
      text-align: center;
      padding-left: 15px;
      /* or 123% */ }

body #BODY.recrutementpsb .colProgr h3 {
  margin-bottom: 18px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  body #BODY.recrutementpsb .colProgr h3:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 8px;
    background: #030D72;
    margin-top: 3px; }

body #BODY.recrutementpsb .colProgr.col-1 h3:after {
  background: #A28528; }

body #BODY.recrutementpsb .colProgr.col-2 h3:after {
  background: #DD4319; }

body #BODY.recrutementpsb .colProgr.col-3 h3:after {
  background: #068B8A; }

@media (max-width: 1300px) {
  body #BODY.recrutementpsb .programmes {
    /*.flex {
                width: 720px;
                margin-bottom: 37px;
            }*/ }
    body #BODY.recrutementpsb .programmes h1 {
      margin-bottom: 49px; }
    body #BODY.recrutementpsb .programmes .flex h3 {
      margin: 29px 0 25px; }
    body #BODY.recrutementpsb .programmes .flex ul li {
      margin-bottom: 6px;
      font-size: 15px; }
    body #BODY.recrutementpsb .programmes .pastille > div {
      -webkit-transform: translate(0px, -10px);
          -ms-transform: translate(0px, -10px);
              transform: translate(0px, -10px); } }

@media (max-width: 800px) {
  body #BODY.recrutementpsb .programmes {
    /*.flex h3:after {
                position: absolute;
                top: calc(50% - 4px);
                right: 5px;
                display: block;
                width: 15px;
                height: 8px;
                content: " ";
                background: url(../img/arrow_accordion.png) center center no-repeat
                transparent;
                background-size: contain;
                transition: 0.3s all ease-out;
            }*/ }
    body #BODY.recrutementpsb .programmes .flexbtn > div {
      text-align: center; }
    body #BODY.recrutementpsb .programmes .rowFlex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0 20px; }
    body #BODY.recrutementpsb .programmes .row > div {
      width: 100%;
      max-width: 100%; }
    body #BODY.recrutementpsb .programmes h1 {
      margin-bottom: 46px; }
    body #BODY.recrutementpsb .programmes .mainText {
      width: 100%;
      margin-bottom: 30px; }
    body #BODY.recrutementpsb .programmes .flex,
    body #BODY.recrutementpsb .programmes .flexbtn {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    body #BODY.recrutementpsb .programmes .flex,
    body #BODY.recrutementpsb .programmes .flex > div,
    body #BODY.recrutementpsb .programmes .flexbtn,
    body #BODY.recrutementpsb .programmes .flexbtn > div {
      width: 100%; }
    body #BODY.recrutementpsb .programmes .flex h3 {
      position: relative;
      margin: 17px 0 15px; }
    body #BODY.recrutementpsb .programmes .flex .colProgr > div {
      overflow: hidden;
      -webkit-transition: 0.3s all ease-out;
      transition: 0.3s all ease-out; }
    body #BODY.recrutementpsb .programmes .flex .colProgr.active > div {
      max-height: 500px;
      margin-top: 26px;
      margin-bottom: 8px;
      overflow: hidden; }
    body #BODY.recrutementpsb .programmes .flex .colProgr.active h3:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    body #BODY.recrutementpsb .programmes .flex ul li {
      margin-bottom: 7px; }
    body #BODY.recrutementpsb .programmes .row > div.pastille {
      margin-bottom: 50px; }
    body #BODY.recrutementpsb .programmes .row > div.pastille div {
      margin: 0 auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

@media (max-width: 580px) {
  body #BODY.recrutementpsb {
    /*.programmes .flexbtn .btn {
            padding: 0 21px;
            margin-top: 30px;
            line-height: 1.4em;
        }*/ } }

body #BODY.recrutementpsb .emailReminder,
body #BODY.recrutementpsb .popupVideos {
  position: fixed;
  z-index: 9999;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5));
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out; }
  body #BODY.recrutementpsb .emailReminder .closer,
  body #BODY.recrutementpsb .popupVideos .closer {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer; }
    body #BODY.recrutementpsb .emailReminder .closer:after, body #BODY.recrutementpsb .emailReminder .closer:before,
    body #BODY.recrutementpsb .popupVideos .closer:after,
    body #BODY.recrutementpsb .popupVideos .closer:before {
      width: 100%;
      height: 1px;
      background: #000;
      position: absolute;
      top: 50%;
      content: ' ';
      display: block; }
    body #BODY.recrutementpsb .emailReminder .closer:before,
    body #BODY.recrutementpsb .popupVideos .closer:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    body #BODY.recrutementpsb .emailReminder .closer:after,
    body #BODY.recrutementpsb .popupVideos .closer:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  body #BODY.recrutementpsb .emailReminder .popupContainer,
  body #BODY.recrutementpsb .popupVideos .popupContainer {
    max-width: 1100px;
    padding: 125px 113px 70px;
    position: relative;
    background: #fff; }
  body #BODY.recrutementpsb .emailReminder .popupContainer h3,
  body #BODY.recrutementpsb .popupVideos .popupContainer h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.54px;
    line-height: 27px;
    margin: 0 0 97px;
    text-transform: none; }
  body #BODY.recrutementpsb .emailReminder .popupContainer .cols,
  body #BODY.recrutementpsb .popupVideos .popupContainer .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  body #BODY.recrutementpsb .emailReminder .popupContainer .cols a,
  body #BODY.recrutementpsb .popupVideos .popupContainer .cols a {
    display: block;
    width: 50%;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 43px;
    text-decoration: underline; }
  body #BODY.recrutementpsb .emailReminder .popupContainer .closeVideoPopup,
  body #BODY.recrutementpsb .popupVideos .popupContainer .closeVideoPopup {
    position: absolute;
    top: -90px;
    right: -110px;
    cursor: pointer; }
  body #BODY.recrutementpsb .emailReminder .popupContainer .closeVideoPopup img,
  body #BODY.recrutementpsb .popupVideos .popupContainer .closeVideoPopup img {
    max-width: 30px; }

body #BODY.recrutementpsb .popupVideos {
  background: linear-gradient(17.34deg, #047778 0%, #132e4b 100%);
  z-index: 1000000000; }

body .fancybox-container {
  z-index: 1000000001; }

body:not(.reminderopen) #BODY.recrutementpsb .emailReminder {
  top: -120vh;
  opacity: 0; }

body:not(.popupvideoopen) #BODY.recrutementpsb .popupVideos {
  top: -120vh;
  opacity: 0; }

@media (max-width: 800px) {
  body #BODY.recrutementpsb .popupVideos .popupContainer {
    padding: 50px; }
  body #BODY.recrutementpsb .popupVideos .popupContainer h3 {
    width: 100%;
    margin-bottom: 20px; }
  body #BODY.recrutementpsb .popupVideos .popupContainer .cols a {
    width: 100%;
    margin-bottom: 20px; }
  body #BODY.recrutementpsb .emailReminder .popupContainer {
    padding: 55px 33px 0px;
    max-width: 80vw; } }

body #BODY.recrutementpsb .gallery {
  max-width: 1380px;
  margin: 128px auto; }
  body #BODY.recrutementpsb .gallery .text {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    /*padding: 108px 102px;*/
    width: 525px;
    max-width: 100%;
    padding: 82px 90px 72px 110px;
    margin-top: 115px;
    color: #fff;
    background: url(../images/carrieres/brushstrokes/patch2.png) center center no-repeat transparent;
    background-size: contain; }
  body #BODY.recrutementpsb .gallery .text h1 {
    margin: 0 0 18px;
    font-size: 44px;
    line-height: 127%; }
  body #BODY.recrutementpsb .gallery .text img {
    margin-right: 23px; }
  body #BODY.recrutementpsb .gallery h1, body #BODY.recrutementpsb .gallery h2 {
    color: #fff; }
  body #BODY.recrutementpsb .gallery a.galeryOpen br {
    display: none; }
  body #BODY.recrutementpsb .gallery a.galeryOpen {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    text-decoration: underline;
    letter-spacing: 0.9px;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out; }
  body #BODY.recrutementpsb .gallery a.galeryOpen span {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 24px;
    vertical-align: middle;
    content: " ";
    background: #fff;
    color: #153C5D;
    background-size: contain;
    border-radius: 999vw;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out; }
    body #BODY.recrutementpsb .gallery a.galeryOpen span:before {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    body #BODY.recrutementpsb .gallery a.galeryOpen span:after {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    body #BODY.recrutementpsb .gallery a.galeryOpen span:before, body #BODY.recrutementpsb .gallery a.galeryOpen span:after {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 20px;
      height: 2px;
      content: ' ';
      background: currentColor;
      -webkit-transform-origin: right;
          -ms-transform-origin: right;
              transform-origin: right; }
  body #BODY.recrutementpsb .gallery a.galeryOpen:hover span {
    color: #fff;
    background: #153C5D; }
  body #BODY.recrutementpsb .gallery .image {
    position: relative;
    z-index: 0;
    float: right;
    width: 76%;
    margin-left: -20%; }
  body #BODY.recrutementpsb .gallery .image img {
    width: 100%; }

@media (max-width: 1300px) {
  body #BODY.recrutementpsb .gallery .image {
    width: 65.3%; }
  body #BODY.recrutementpsb .gallery .text {
    width: 46.4%;
    padding: 40px;
    margin-top: 44px;
    background: #068B8A; }
  body #BODY.recrutementpsb .gallery .text h1 {
    margin-bottom: 121px;
    line-height: 48px; }
  body #BODY.recrutementpsb .gallery a.galeryOpen br {
    display: block; }
  body #BODY.recrutementpsb .gallery a.galeryOpen:before {
    width: 60px;
    height: 60px;
    margin-right: 22px; } }

@media (max-width: 800px) {
  body #BODY.recrutementpsb .gallery .text {
    width: 82.4%;
    padding: 33px 40px 42px 20px;
    margin-top: 0; }
  body #BODY.recrutementpsb .gallery .text h1 {
    margin-bottom: 37px;
    line-height: 28px; }
  body #BODY.recrutementpsb .gallery a.galeryOpen:before {
    width: 38px;
    height: 38px; }
  body #BODY.recrutementpsb .gallery .image {
    width: 93.3%;
    margin-top: -44px; } }

body #BODY.recrutementpsb .adnculture {
  position: relative;
  max-width: 1440px;
  margin: 128px auto; }
  body #BODY.recrutementpsb .adnculture .text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    width: calc(50% + 450px);
    padding: 119px 360px 95px calc(50% - 550px);
    background: #e4e4e4; }
  body #BODY.recrutementpsb .adnculture .text h1 {
    margin-bottom: 36px; }
  body #BODY.recrutementpsb .adnculture .text p,
  body #BODY.recrutementpsb .adnculture .text li {
    /**/
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #132e4b; }
  body #BODY.recrutementpsb .adnculture .text p {
    margin-bottom: 34px; }
  body #BODY.recrutementpsb .adnculture .text li {
    margin-bottom: 11px; }
  body #BODY.recrutementpsb .adnculture .text li:before {
    display: inline-block;
    width: 16px;
    height: 17px;
    margin: 0 9px 0 -26px;
    content: " ";
    background: url(../images/carrieres/checkbox.png) center center no-repeat transparent;
    background-size: contain; }
  body #BODY.recrutementpsb .adnculture .text ul {
    margin-bottom: 50px;
    margin-left: 26px; }
  body #BODY.recrutementpsb .adnculture .sidebar {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: right;
    /*width: 37.5%;
            padding: 77px 98px 50px;
            margin-top: 286px;*/
    width: 620px;
    padding: 153px 142px 76px;
    margin-top: 274px;
    margin-left: -100%;
    background: url(../images/carrieres/brushstrokes/patch3.png) center center no-repeat transparent;
    background-size: contain; }
  body #BODY.recrutementpsb .adnculture .sidebar h1 {
    font-size: 40px;
    line-height: 48px;
    color: #fff; }

@media (max-width: 1300px) {
  body #BODY.recrutementpsb .adnculture .text {
    width: 72.7%;
    padding: 87px 172px 40px 44px; }
  body #BODY.recrutementpsb .adnculture .text h1 {
    margin-bottom: 52px; }
  body #BODY.recrutementpsb .adnculture .text p {
    margin-bottom: 31px; }
  body #BODY.recrutementpsb .adnculture .text li {
    margin-bottom: 10px; }
  body #BODY.recrutementpsb .adnculture .text ul {
    margin-bottom: 30px; }
  body #BODY.recrutementpsb .adnculture .sidebar {
    width: 41.3%;
    padding: 67px 60px 50px;
    margin-top: 196px;
    background: #068B8A; }
  body #BODY.recrutementpsb .adnculture .sidebar h1 {
    margin-bottom: 10px;
    line-height: 48px; } }

@media (max-width: 800px) {
  body #BODY.recrutementpsb .adnculture {
    padding: 38px 0 0; }
    body #BODY.recrutementpsb .adnculture .text {
      float: none;
      width: 100%;
      padding: 71px 21px 80px 21px; }
    body #BODY.recrutementpsb .adnculture .text h1 {
      margin-bottom: 25px; }
    body #BODY.recrutementpsb .adnculture .text p,
    body #BODY.recrutementpsb .adnculture .text li {
      letter-spacing: -0.5px; }
    body #BODY.recrutementpsb .adnculture .text p {
      margin-bottom: 24px; }
    body #BODY.recrutementpsb .adnculture .sidebar {
      float: none;
      width: 100%;
      padding: 49px 50px 34px 60px;
      margin: 0; }
    body #BODY.recrutementpsb .adnculture .text ul {
      margin-bottom: 25px; } }

@media only screen and (max-width: 800px) {
  body #BODY.recrutementpsb .adnculture .text {
    padding: 31px 21px 30px 21px; } }

body #BODY.recrutementpsb .events {
  overflow: hidden;
  position: relative;
  margin: 0 0 100px;
  clear: both;
  /*.cycle-slideshow {
            width: 100%;
        }
        
        .cycle-slideshow .slide {
            opacity: 1 !important;
        }*/
  /*.slide > div {
            max-width: 310px;
            margin: 0 0 0 10px;
        }
        
        .slide > div .date {
            margin-bottom: 15px;
            
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
            color: #132e4b;
            text-transform: uppercase;
            letter-spacing: 2.42px;
        }
        
        .slide > div h2 {
            
            font-size: 36px;
            font-weight: bold;
            line-height: 40px;
            color: #132e4b;
            text-transform: uppercase;
            letter-spacing: 0.92px;
            white-space: normal;
        }
        
        .slide .flipcard {
            position: relative;
        }
        .slide .flipcard > div {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 50px 40px 47px;
            background: #fff;
            box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.09);
        }
        .slide .flipcard > div:first-child {
            position: relative;
            z-index: 1;
            box-sizing: border-box;
            min-height: 325px;
            transition: 0.3s all ease-out;
        }
        
        .slide .flipcard > div:last-child {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
            width: 100%;
            height: 100%;
            transition: 0.3s all ease-out;
            transform: rotateY(180deg);
        }
        
        .slide .flipcard > div:last-child h2 {
            font-size: 18px;
            font-weight: bold;
            line-height: 20px;
            letter-spacing: 0.46px;
        }
        .slide .flipcard .texte {
            color: #123455;
        }
        .slide .flipcard:hover > div:first-child {
            z-index: 0;
            transform: rotateY(180deg);
        }
        .slide .flipcard:hover > div:last-child {
            z-index: 1;
            transform: rotateY(360deg);
        }
        
        .slide > div .texte {
            margin-top: 21px;
            font-size: 16px;
            line-height: 26px;
            color: #797979;
            white-space: initial;
        }
        
        
        .slideshow_container {
            position: relative;
            margin-left: -10px;
        }
        
        .next {
            position: absolute;
            top: 50%;
            right: -100px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 64px;
            height: 64px;
            cursor: pointer;
            border: 2px solid #132e4b;
            border-radius: 999px;
            transition: 0.3s all ease-out;
            transform: translateY(-50%);
        }
        
        .next:hover {
            background-color: #f3e635;
        }*/
  /*.slick-list{
            z-index: 1;
            overflow: visible;
        }
        
        .slick-prev:before,
        .slick-next:before {
            color: #0a3456;
        }
        .slick-prev {
            left: -90px;
        }
        .slick-next {
            right: -90px;
        }
        &.slick-slider .slick-list {
            overflow: hidden;
        }
        .slick-prev.slick-disabled:before,
        .slick-next.slick-disabled:before {
            opacity: 0.2;
        }*/ }
  body #BODY.recrutementpsb .events .row {
    padding: 0 20px;
    max-width: 1320px; }
  body #BODY.recrutementpsb .events h1 {
    margin-bottom: 95px; }
  body #BODY.recrutementpsb .events h1 {
    margin-bottom: 95px; }
  body #BODY.recrutementpsb .events h2 {
    margin-bottom: 18px; }
    body #BODY.recrutementpsb .events h2 span {
      display: inline-block;
      vertical-align: text-bottom;
      font-size: 16px;
      line-height: 1.25em;
      margin: 0 0 10px 24px;
      text-transform: none;
      font-weight: 400; }
  body #BODY.recrutementpsb .events li div {
    min-height: 370px;
    padding: 25px;
    margin: 10px;
    text-align: left;
    border: 1px solid #d9d9d9; }
  body #BODY.recrutementpsb .events li div span {
    font-size: 50px;
    color: #0a3456; }
  body #BODY.recrutementpsb .events li div h6 {
    font-weight: 600;
    color: #0a3456;
    text-transform: uppercase;
    letter-spacing: 1px; }
  body #BODY.recrutementpsb .events li div h3 {
    margin: 10px 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 39px; }
  body #BODY.recrutementpsb .events li div p {
    margin: 0;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  body #BODY.recrutementpsb .events li div a {
    color: #0a3456; }
  body #BODY.recrutementpsb .events li div h4 {
    font-weight: 200;
    color: gray; }
  body #BODY.recrutementpsb .events .event {
    max-width: calc(25% - 16px);
    width: 100%;
    margin-bottom: 16px;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    cursor: pointer;
    /*&:hover{
                &:not(.is-subevent){
                    .attribute{margin-top:0;}
                    .date{
                        max-height:0;
                        opacity:0;
                    }
                }
                >div{
                    color:$color_primary;
                    background:#fff;
                }
                .hover>div{opacity:1;transform:translateY(0);}
            }*/
    /*.hover{
                display:flex;
                flex-direction: column;
                justify-content: space-between;
                .texte{
                    font-size: 16px;
                    line-height: 150%;
                    margin-top: 16px;
                }
                .btn{
                    font-weight:700;
                    height:40px;
                    margin:0;
                }
            }
            &:not(:hover) .hover, &:hover .normal{
                //height:0 !important;
                opacity:0;
            }
            &:hover{
                background: #FFFFFF;
                box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.09);
                color:$color_primary;
                transform:translateY(-12px);                
            }*/ }
    body #BODY.recrutementpsb .events .event * {
      -webkit-transition: 0s all ease-out;
      transition: 0s all ease-out; }
    body #BODY.recrutementpsb .events .event.event-1 .normal .content:before {
      background: #A28528; }
    body #BODY.recrutementpsb .events .event.event-2 .normal .content:before {
      background: #DD4319; }
    body #BODY.recrutementpsb .events .event.event-3 .normal .content:before {
      background: #030D72; }
    body #BODY.recrutementpsb .events .event.event-0 .normal .content:before {
      background: #068B8A; }
    body #BODY.recrutementpsb .events .event > div {
      width: 100%;
      height: auto !important;
      color: #153C5D;
      border: 1px solid #153C5D;
      -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.09);
              box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.09);
      -webkit-transition: 0.3s all ease-out;
      transition: 0.3s all ease-out;
      padding: 24px;
      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: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      body #BODY.recrutementpsb .events .event > div .attribute, body #BODY.recrutementpsb .events .event > div .description {
        font-weight: 500;
        /*font-size: 14px;
                    line-height: 24px;*/
        font-size: 14px;
        line-height: 20px;
        color: currentColor;
        margin: 12px 0px 12px; }
      body #BODY.recrutementpsb .events .event > div .switch {
        position: relative; }
      body #BODY.recrutementpsb .events .event > div.is-filler {
        height: 0;
        padding: 0;
        visibility: hidden; }
      body #BODY.recrutementpsb .events .event > div .normal, body #BODY.recrutementpsb .events .event > div .hover {
        /*position:absolute;
                    top:0;
                    left:0;
                    width:100%;*/
        -webkit-transition: 0.3s all ease-out;
        transition: 0.3s all ease-out; }
      body #BODY.recrutementpsb .events .event > div .normal {
        height: 100%;
        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: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        body #BODY.recrutementpsb .events .event > div .normal .content:before {
          display: block;
          content: ' ';
          height: 6px;
          min-height: 6px;
          width: calc(100% + 20px);
          margin: 10px -10px 20px;
          background: #000;
          -webkit-transition: 0.3s all ease-out;
          transition: 0.3s all ease-out; }
        body #BODY.recrutementpsb .events .event > div .normal .card-notice {
          justify-self: flex-end; }
      body #BODY.recrutementpsb .events .event > div .date {
        font-style: normal;
        font-weight: 800;
        /*font-size: 40px;
                    line-height: 48px;*/
        font-size: 22px;
        line-height: 24px;
        text-transform: uppercase;
        -webkit-transition: 0.3s all ease-out;
        transition: 0.3s all ease-out;
        max-height: 48px; }
      body #BODY.recrutementpsb .events .event > div h3 {
        font-weight: normal;
        /*font-size: 24px;
                    line-height: 26px;*/
        font-size: 18px;
        line-height: 24px;
        color: currentColor;
        text-transform: none;
        font-weight: 500; }
      body #BODY.recrutementpsb .events .event > div .btn {
        margin: 0;
        height: 40px;
        font-size: 12px;
        font-weight: 700; }
        body #BODY.recrutementpsb .events .event > div .btn svg {
          width: 24px; }
    body #BODY.recrutementpsb .events .event:not(.is-subevent) .hover > div {
      opacity: 0;
      -webkit-transition: 0.3s all;
      transition: 0.3s all;
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%); }
    body #BODY.recrutementpsb .events .event:hover {
      background: #153C5D;
      color: #fff; }
      body #BODY.recrutementpsb .events .event:hover .normal .content:before {
        background: #fff; }
      body #BODY.recrutementpsb .events .event:hover * {
        color: #fff !important; }
    body #BODY.recrutementpsb .events .event.has-subevents {
      position: relative; }
      body #BODY.recrutementpsb .events .event.has-subevents > div {
        z-index: 10;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      body #BODY.recrutementpsb .events .event.has-subevents:before, body #BODY.recrutementpsb .events .event.has-subevents:after {
        display: block;
        position: absolute;
        content: ' ';
        width: 100%;
        height: 100%;
        border: 1px solid #153C5D;
        top: 5px;
        left: 5px;
        z-index: -1;
        background: #fff; }
      body #BODY.recrutementpsb .events .event.has-subevents:after {
        top: 10px;
        left: 10px;
        z-index: -2; }
      body #BODY.recrutementpsb .events .event.has-subevents .text {
        width: 100%; }
      body #BODY.recrutementpsb .events .event.has-subevents .plus {
        -ms-flex-item-align: end;
            align-self: flex-end;
        width: 24px;
        height: 24px;
        background: #fff;
        color: #153C5D;
        position: relative;
        -webkit-transition: 0.3s all ease-out;
        transition: 0.3s all ease-out;
        float: right; }
        body #BODY.recrutementpsb .events .event.has-subevents .plus:before, body #BODY.recrutementpsb .events .event.has-subevents .plus:after {
          display: block;
          position: absolute;
          content: ' ';
          width: 14px;
          height: 2px;
          background: currentcolor;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          top: 50%;
          left: 50%; }
        body #BODY.recrutementpsb .events .event.has-subevents .plus:after {
          -webkit-transform: translate(-50%, -50%) rotate(-90deg);
              -ms-transform: translate(-50%, -50%) rotate(-90deg);
                  transform: translate(-50%, -50%) rotate(-90deg); }
      body #BODY.recrutementpsb .events .event.has-subevents.open .plus:after {
        opacity: 0; }
      body #BODY.recrutementpsb .events .event.has-subevents:hover .plus {
        background: #153C5D;
        color: #fff; }
    body #BODY.recrutementpsb .events .event.is-subevent {
      position: relative;
      -webkit-transition: 0.3s all ease-out,0.3s left ease-out;
      transition: 0.3s all ease-out,0.3s left ease-out; }
      body #BODY.recrutementpsb .events .event.is-subevent.delay-1 {
        -webkit-transition-delay: 0.05s;
                transition-delay: 0.05s; }
      body #BODY.recrutementpsb .events .event.is-subevent.delay-2 {
        -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s; }
      body #BODY.recrutementpsb .events .event.is-subevent.delay-3 {
        -webkit-transition-delay: 0.15s;
                transition-delay: 0.15s; }
      body #BODY.recrutementpsb .events .event.is-subevent.delay-4 {
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s; }
      body #BODY.recrutementpsb .events .event.is-subevent.delay-5 {
        -webkit-transition-delay: 0.25s;
                transition-delay: 0.25s; }
      body #BODY.recrutementpsb .events .event.is-subevent.delay-6 {
        -webkit-transition-delay: 0.3s;
                transition-delay: 0.3s; }
      body #BODY.recrutementpsb .events .event.is-subevent.delay-7 {
        -webkit-transition-delay: 0.35s;
                transition-delay: 0.35s; }
      body #BODY.recrutementpsb .events .event.is-subevent.delay-8 {
        -webkit-transition-delay: 0.4s;
                transition-delay: 0.4s; }
      body #BODY.recrutementpsb .events .event.is-subevent.delay-9 {
        -webkit-transition-delay: 0.45s;
                transition-delay: 0.45s; }
      body #BODY.recrutementpsb .events .event.is-subevent.delay-10 {
        -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s; }
      body #BODY.recrutementpsb .events .event.is-subevent:not(.open) {
        position: absolute;
        left: -9999vw;
        -webkit-transform: translateX(-20px);
            -ms-transform: translateX(-20px);
                transform: translateX(-20px);
        opacity: 0;
        max-width: 240px; }
      body #BODY.recrutementpsb .events .event.is-subevent > div {
        z-index: 10;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background: #fff;
        color: #153C5D; }
        body #BODY.recrutementpsb .events .event.is-subevent > div .date {
          font-size: 14px;
          line-height: 20px; }
        body #BODY.recrutementpsb .events .event.is-subevent > div h3 {
          font-size: 24px;
          line-height: 26px; }

@media (max-width: 1300px) {
  body #BODY.recrutementpsb .events .event {
    max-width: calc(25% - 16px); }
  body #BODY.recrutementpsb .events h1 {
    margin-bottom: 65px; }
  body #BODY.recrutementpsb .events .t1 {
    width: 179px; }
  body #BODY.recrutementpsb .events .t2 {
    width: 331px; }
  body #BODY.recrutementpsb .events .slide > div {
    /*max-width:260px;*/
    max-width: calc(100% - 20px); }
  body #BODY.recrutementpsb .events .cycle-slideshow {
    width: calc(100% - 80px); }
  body #BODY.recrutementpsb .events .next {
    right: -27px; } }

@media (max-width: 800px) {
  body #BODY.recrutementpsb .events h2 span {
    display: block;
    margin: 12px 0 0px 0px; }
  body #BODY.recrutementpsb .events .event {
    max-width: calc(50% - 16px); }
  body #BODY.recrutementpsb .events .t1 {
    width: 88px; }
  body #BODY.recrutementpsb .events .t2 {
    width: 269px; }
  body #BODY.recrutementpsb .events .row {
    padding: 0 19px; }
  body #BODY.recrutementpsb .events h1 {
    margin-bottom: 49px; }
  body #BODY.recrutementpsb .events .cycle-slideshow {
    width: 100%;
    overflow: visible !important; }
  body #BODY.recrutementpsb .events .cycle-slide {
    vertical-align: top; }
  body #BODY.recrutementpsb .events .cycle-slide div {
    -webkit-transition: 0.3s opacity ease-out;
    transition: 0.3s opacity ease-out; }
  body #BODY.recrutementpsb .events .pager {
    text-align: center; }
  body #BODY.recrutementpsb .events .pager span {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 99px;
    display: inline-block;
    margin: 14px 2px 0;
    text-indent: -999vw; }
  body #BODY.recrutementpsb .events .pager span.cycle-pager-active,
  body #BODY.recrutementpsb .events .pager span:hover {
    background: #fff; } }

@media (max-width: 600px) {
  body #BODY.recrutementpsb .events .event {
    max-width: 100%; } }

@media only screen and (max-width: 800px) {
  body #BODY.recrutementpsb .events .slick-prev,
  body #BODY.recrutementpsb .events .slick-next {
    display: block !important; }
  body #BODY.recrutementpsb .events .slick-prev {
    left: -90px; }
  body #BODY.recrutementpsb .events .slick-next {
    right: -90px; }
  body #BODY.recrutementpsb .events li div h3 {
    margin: 10px 0;
    font-size: 19px;
    font-weight: 600;
    line-height: 25px; }
  body #BODY.recrutementpsb .events li div h6 {
    font-size: 12px; }
  body #BODY.recrutementpsb .events li div {
    min-height: 280px; } }

@media (max-width: 500px) {
  body #BODY.recrutementpsb .events .event {
    width: 100%; } }

body #BODY.recrutementpsb .testimonialsUniv {
  overflow: hidden;
  position: relative;
  padding: 128px 0;
  /*background:#047778;*/
  background-color: #efefef; }
  body #BODY.recrutementpsb .testimonialsUniv .t1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 169px; }
  body #BODY.recrutementpsb .testimonialsUniv .next {
    position: absolute;
    top: 50%;
    right: 60px;
    z-index: 1;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

body #BODY.recrutementpsb .boxTestimonials {
  /*border:1px solid #979797;*/
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 40px -8px 81px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 40px -8px 81px 0 rgba(0, 0, 0, 0.3); }
  body #BODY.recrutementpsb .boxTestimonials .arrowTestimonials {
    position: absolute;
    right: 107px;
    bottom: -53px; }
  body #BODY.recrutementpsb .boxTestimonials svg * {
    fill: #068B8A; }
  body #BODY.recrutementpsb .boxTestimonials .quoteStart, body #BODY.recrutementpsb .boxTestimonials .quoteEnd {
    width: 84px; }
    body #BODY.recrutementpsb .boxTestimonials .quoteStart svg, body #BODY.recrutementpsb .boxTestimonials .quoteEnd svg {
      width: 100%; }
  body #BODY.recrutementpsb .boxTestimonials .quoteStart {
    position: absolute;
    top: 95px;
    left: -43px; }
  body #BODY.recrutementpsb .boxTestimonials .quoteEnd {
    position: absolute;
    right: -43px;
    bottom: 60px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  body #BODY.recrutementpsb .boxTestimonials .innerslide {
    padding: 64px 84px 56px; }
  body #BODY.recrutementpsb .boxTestimonials .slide p,
  body #BODY.recrutementpsb .boxTestimonials .slide li {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #132e4b; }

body #BODY.recrutementpsb .author {
  margin-top: 26px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #132e4b; }

body #BODY.recrutementpsb .author:before {
  display: inline-block;
  margin-right: 5px;
  content: "—"; }

@media (max-width: 1300px) {
  body #BODY.recrutementpsb .testimonialsUniv .t1 {
    width: 163px; }
  body #BODY.recrutementpsb .testimonialsUniv .next {
    right: 51px; } }

@media (max-width: 800px) {
  body #BODY.recrutementpsb .testimonialsUniv .t1,
  body #BODY.recrutementpsb .testimonialsUniv .next {
    display: none; }
  body #BODY.recrutementpsb .testimonialsUniv .row {
    padding: 0 22px;
    overflow: visible; }
  body #BODY.recrutementpsb .testimonialsUniv .pager {
    text-align: center; }
  body #BODY.recrutementpsb .testimonialsUniv .pager span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 14px 2px 0;
    margin-top: 44px;
    font-size: 9px;
    text-indent: -999vw;
    border: 1px solid #fff;
    border-radius: 99px; }
  body #BODY.recrutementpsb .testimonialsUniv .pager span.cycle-pager-active,
  body #BODY.recrutementpsb .testimonialsUniv .pager span:hover {
    background: #fff; }
  body #BODY.recrutementpsb .boxTestimonials .innerslide {
    padding: 40px 56px 40px; } }

body #BODY.recrutementpsb .calltoaction {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  /*height:755px;*/
  min-height: 525px;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/carrieres/calltoactionbg.jpg) center center no-repeat transparent;
  background-size: cover; }
  body #BODY.recrutementpsb .calltoaction .t1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 460px; }
  body #BODY.recrutementpsb .calltoaction h1 {
    margin: 30px 0 30px;
    color: #fff;
    text-align: center;
    line-height: 1.12em;
    font-size: 44px; }
  body #BODY.recrutementpsb .calltoaction h2 {
    color: #fff; }
  body #BODY.recrutementpsb .calltoaction .row {
    max-width: 650px;
    text-align: center; }

@media (max-width: 800px) {
  body #BODY.recrutementpsb .calltoaction {
    min-height: 320px; }
    body #BODY.recrutementpsb .calltoaction .t1 {
      width: 126px; }
    body #BODY.recrutementpsb .calltoaction h1 {
      margin-top: 0; }
    body #BODY.recrutementpsb .calltoaction .btn {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 240px;
      padding: 0 20px; } }

body #BODY.recrutementpsb .social {
  position: relative;
  padding: 56px 0;
  background: #068B8A;
  position: relative; }
  body #BODY.recrutementpsb .social .stroke svg {
    position: absolute;
    top: 0;
    width: 1440px;
    left: 50%;
    -webkit-transform: translate(-50%, -64%);
        -ms-transform: translate(-50%, -64%);
            transform: translate(-50%, -64%);
    height: 90px;
    height: auto;
    object-fit: cover;
    background-size: cover; }
    body #BODY.recrutementpsb .social .stroke svg:first-child, body #BODY.recrutementpsb .social .stroke svg:last-child {
      -webkit-transform: translate(-50%, -64%) rotateY(180deg);
              transform: translate(-50%, -64%) rotateY(180deg); }
    body #BODY.recrutementpsb .social .stroke svg:first-child {
      left: calc(50% - 1440px); }
    body #BODY.recrutementpsb .social .stroke svg:last-child {
      left: calc(50% + 1440px); }
  body #BODY.recrutementpsb .social .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1370px;
    padding: 0 20px; }
  body #BODY.recrutementpsb .social .row:before,
  body #BODY.recrutementpsb .social .row:after {
    display: none; }
  body #BODY.recrutementpsb .social .t1 {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 250px;
    max-height: none;
    margin: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  body #BODY.recrutementpsb .social p {
    /*font-size: 44px;
            font-weight: bold;
            letter-spacing: 1px;
            line-height: 48px;*/
    /*text-align: center;
            text-transform: uppercase;
            margin-bottom: 42px;*/
    font-size: 20px;
    line-height: 27px;
    color: #ffffff;
    letter-spacing: 0.54px;
    white-space: nowrap;
    margin: 0; }
  body #BODY.recrutementpsb .social .networks {
    margin: 0 0 0 40px;
    line-height: 0; }
  body #BODY.recrutementpsb .social a {
    margin: 0 24px 0 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    border-radius: 999vw;
    width: 45px;
    height: 45px;
    color: #068B8A;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out; }
    body #BODY.recrutementpsb .social a svg {
      max-width: 25px;
      max-height: 25px;
      width: 100%; }
    body #BODY.recrutementpsb .social a.fb svg {
      max-width: 22px; }
    body #BODY.recrutementpsb .social a.tw svg {
      max-width: 22px; }
    body #BODY.recrutementpsb .social a.lin svg {
      max-width: 22px; }
    body #BODY.recrutementpsb .social a svg * {
      fill: currentColor; }
    body #BODY.recrutementpsb .social a:hover {
      background: #153C5D;
      color: #fff; }
  body #BODY.recrutementpsb .social img {
    max-height: 45px; }
  body #BODY.recrutementpsb .social br {
    display: none; }

@media only screen and (max-width: 580px) {
  body #BODY.recrutementpsb .social p {
    white-space: normal; } }

body #BODY.recrutementpsb .px-virtual-visit .cta-strip-content {
  background: url(../images/carrieres/brushstrokes/patch2.png) center center no-repeat transparent;
  background-size: contain;
  padding: 72px 80px 80px; }
  body #BODY.recrutementpsb .px-virtual-visit .cta-strip-content .preTitle {
    margin-bottom: 16px; }
  body #BODY.recrutementpsb .px-virtual-visit .cta-strip-content h2 {
    margin-bottom: 24px; }
  body #BODY.recrutementpsb .px-virtual-visit .cta-strip-content a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2.016px; }

@media (max-width: 800px) {
  body #BODY.recrutementpsb .px-virtual-visit {
    height: 600px; }
    body #BODY.recrutementpsb .px-virtual-visit .cta-strip-office-slideshow {
      max-height: calc(100% - 200px); }
    body #BODY.recrutementpsb .px-virtual-visit .Container {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 0;
      min-height: 0; }
    body #BODY.recrutementpsb .px-virtual-visit .cta-strip-content {
      background: #068B8A;
      width: 100%;
      max-width: 100%;
      padding: 40px; } }

body #BODY.recrutementpsb .px-title {
  margin: 200px 0 0px; }
  body #BODY.recrutementpsb .px-title h1 {
    font-size: 56px; }

@media (max-width: 720px) {
  body #BODY.recrutementpsb .px-title h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 127%; } }

.px-ambassadeurs-2022 {
  position: relative; }
  .px-ambassadeurs-2022 .Container {
    max-width: 1600px !important; }
  .px-ambassadeurs-2022 .team {
    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; }
    .px-ambassadeurs-2022 .team span {
      display: block;
      width: calc(100% / 9);
      aspect-ratio: 120/424;
      background: #A28528;
      -webkit-clip-path: polygon(0 0, calc(100% - 1px) 0, calc(100% - 1px) 100%, 0 100%);
              clip-path: polygon(0 0, calc(100% - 1px) 0, calc(100% - 1px) 100%, 0 100%);
      cursor: pointer;
      position: relative; }
      .px-ambassadeurs-2022 .team span:last-child {
        border-width: 0 1px; }
      .px-ambassadeurs-2022 .team span:nth-child(4n+1) {
        background: #DD4319; }
      .px-ambassadeurs-2022 .team span:nth-child(4n+2) {
        background: #030D72; }
      .px-ambassadeurs-2022 .team span:nth-child(4n+3) {
        background: #068B8A; }
      .px-ambassadeurs-2022 .team span img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: top center; }
  .px-ambassadeurs-2022:before {
    display: block;
    width: 100%;
    height: 100%;
    content: ' ';
    position: absolute;
    background: #F6B300;
    z-index: 0;
    -webkit-clip-path: polygon(0 20%, 100% 43%, 100% 100%, 0 100%);
            clip-path: polygon(0 20%, 100% 43%, 100% 100%, 0 100%); }
  .px-ambassadeurs-2022 .Container {
    position: relative;
    z-index: 1; }
  .px-ambassadeurs-2022:after {
    margin-top: 24px;
    display: block;
    width: 100%;
    height: 20px;
    content: ' ';
    border-top: 1px solid #fff;
    position: relative;
    z-index: 2;
    background: -webkit-gradient(linear, left top, right top, from(#A28528), color-stop(25%, #A28528), color-stop(25.01%, #DD4319), color-stop(50%, #DD4319), color-stop(50.01%, #030D72), color-stop(75%, #030D72), color-stop(75.01%, #068B8A), to(#068B8A));
    background: linear-gradient(90deg, #A28528 0%, #A28528 25%, #DD4319 25.01%, #DD4319 50%, #030D72 50.01%, #030D72 75%, #068B8A 75.01%, #068B8A 100%); }

.px-benefices h2 {
  font-size: 32px;
  margin-bottom: 2px; }

.px-benefices .benefices {
  background: #002f52;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .px-benefices .benefices ul {
    margin-right: 12px;
    list-style: disc; }
  .px-benefices .benefices .box {
    padding: 12px 24px; }
  .px-benefices .benefices .benefit_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .px-benefices .benefices .benefit_title img {
      max-width: 50px;
      margin-right: 12px; }
    .px-benefices .benefices .benefit_title span {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 24px;
      position: relative; }
      .px-benefices .benefices .benefit_title span:after {
        position: absolute;
        display: block;
        content: ' ';
        height: 1px;
        width: 100%;
        background: #fff;
        bottom: 0;
        left: 0; }
  .px-benefices .benefices .col1 {
    border-right: 1px solid #fff;
    width: 60%; }
  .px-benefices .benefices .col2 {
    width: 40%; }
    .px-benefices .benefices .col2 .box:first-child {
      border-bottom: 1px solid #fff; }

@media (max-width: 800px) {
  .px-benefices .benefices {
    display: block; }
    .px-benefices .benefices .col1, .px-benefices .benefices .col2 {
      width: 100%; }
    .px-benefices .benefices .col1 {
      border: 1px solid #fff;
      border-width: 0 0 1px; } }

body #BODY.recrutementpsb .btn {
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  font-size: 14px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999vw;
  padding: 0 24px;
  border: 1px solid #000; }
  body #BODY.recrutementpsb .btn img, body #BODY.recrutementpsb .btn svg {
    margin: 0 0 0 20px; }
  body #BODY.recrutementpsb .btn svg {
    width: 24px; }
  body #BODY.recrutementpsb .btn svg * {
    fill: currentColor; }
  body #BODY.recrutementpsb .btn.is-primary {
    color: #fff;
    background: #153C5D;
    border-color: #153C5D; }
    body #BODY.recrutementpsb .btn.is-primary:hover {
      color: #153C5D;
      background: #fff; }
  body #BODY.recrutementpsb .btn.is-white {
    color: #153C5D;
    background: #fff;
    border-color: #fff; }
    body #BODY.recrutementpsb .btn.is-white:hover {
      color: #fff;
      background: #153C5D; }
  body #BODY.recrutementpsb .btn.is-career-color {
    color: #fff;
    background: #068B8A;
    border-color: #068B8A; }
    body #BODY.recrutementpsb .btn.is-career-color:hover {
      color: #068B8A;
      background: #fff; }
  body #BODY.recrutementpsb .btn.is-large {
    height: 72px;
    font-weight: 700;
    padding: 0 32px;
    letter-spacing: 2px; }
  body #BODY.recrutementpsb .btn.is-capitalized {
    text-transform: uppercase; }

@font-face {
  font-family: "Walsheim";
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/GT-Walsheim-Regular.eot");
  src: url("../webfonts/GT-Walsheim-Regular.eot?#iefix") format("eot"), url("../webfonts/GT-Walsheim-Regular.woff") format("woff"), url("../webfonts/GT-Walsheim-Regular.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Walsheim";
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/GT-Walsheim-Light.eot");
  src: url("../webfonts/GT-Walsheim-Light.eot?#iefix") format("eot"), url("../webfonts/GT-Walsheim-Light.woff") format("woff"), url("../webfonts/GT-Walsheim-Light.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Walsheim";
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/GT-Walsheim-Medium.eot");
  src: url("../webfonts/GT-Walsheim-Medium.eot?#iefix") format("eot"), url("../webfonts/GT-Walsheim-Medium.woff") format("woff"), url("../webfonts/GT-Walsheim-Medium.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Walsheim";
  font-style: normal;
  font-weight: bold;
  src: url("../webfonts/GT-Walsheim-Bold.eot");
  src: url("../webfonts/GT-Walsheim-Bold.eot?#iefix") format("eot"), url("../webfonts/GT-Walsheim-Bold.woff") format("woff"), url("../webfonts/GT-Walsheim-Bold.ttf") format("truetype");
  font-display: swap; }

body #BODY.recrutementpsb {
  font-family: "Walsheim", Helvetica, Arial, sans-serif;
  font-size: 18px; }
  body #BODY.recrutementpsb .Container, body #BODY.recrutementpsb .container {
    max-width: 1200px;
    padding: 0 20px;
    width: 100%; }
    body #BODY.recrutementpsb .Container .row, body #BODY.recrutementpsb .container .row {
      width: 100%;
      max-width: 100%; }
  body #BODY.recrutementpsb .hiddenoverflow {
    overflow: hidden; }
  body #BODY.recrutementpsb h1 {
    position: relative;
    margin-bottom: 70px;
    font-family: "Walsheim", Helvetica, Arial, sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    line-height: 150%;
    color: #0a3456;
    text-transform: uppercase;
    letter-spacing: 1px; }
  body #BODY.recrutementpsb h2 {
    margin-bottom: 36px;
    font-family: "Walsheim", Helvetica, Arial, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 127%;
    color: #153C5D;
    text-transform: uppercase;
    letter-spacing: 1px; }
  body #BODY.recrutementpsb h3 {
    /*font-family: "Walsheim", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        font-variant: normal;
        line-height: 15px;
        text-transform: uppercase;*/
    font-weight: bold;
    font-size: 20px;
    line-height: 130%;
    color: #153C5D;
    text-transform: uppercase; }
  body #BODY.recrutementpsb h1.line:after {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 80px;
    height: 1px;
    margin-left: -40px;
    content: "";
    background: #0a3456; }
  body #BODY.recrutementpsb p {
    font-family: "Walsheim", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 24px;
    color: #222; }
  body #BODY.recrutementpsb ul {
    list-style: none; }
  body #BODY.recrutementpsb .preTitle {
    font-size: 14px;
    line-height: 16px;
    color: #153C5D;
    text-transform: uppercase;
    /* identical to box height */
    letter-spacing: 3.11px; }
  body #BODY.recrutementpsb .rowFlex {
    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; }
    body #BODY.recrutementpsb .rowFlex:before, body #BODY.recrutementpsb .rowFlex:after {
      display: none; }
    body #BODY.recrutementpsb .rowFlex.is-wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  body #BODY.recrutementpsb .HEADER .ToggleMenu {
    top: 0;
    display: inline-block;
    vertical-align: middle; }
  body #BODY.recrutementpsb .HEADER .btn.btnborder {
    margin-bottom: 0; }
  body #BODY.recrutementpsb .top-10 {
    padding-top: 10px; }
  body #BODY.recrutementpsb .top-20 {
    padding-top: 20px; }
  body #BODY.recrutementpsb .top-30 {
    padding-top: 30px; }
  body #BODY.recrutementpsb .top-40 {
    padding-top: 40px; }
  body #BODY.recrutementpsb .top-50 {
    padding-top: 50px; }
  body #BODY.recrutementpsb .top-60 {
    padding-top: 60px; }
  body #BODY.recrutementpsb .top-80 {
    padding-top: 80px; }
  body #BODY.recrutementpsb .top-100 {
    padding-top: 100px; }
  body #BODY.recrutementpsb .top-120 {
    padding-top: 120px; }
  body #BODY.recrutementpsb .top-140 {
    padding-top: 140px; }
  body #BODY.recrutementpsb .top-150 {
    padding-top: 150px; }
  body #BODY.recrutementpsb .top-180 {
    padding-top: 180px; }
  body #BODY.recrutementpsb .bottom-10 {
    padding-bottom: 10px; }
  body #BODY.recrutementpsb .bottom-20 {
    padding-bottom: 20px; }
  body #BODY.recrutementpsb .bottom-30 {
    padding-bottom: 30px; }
  body #BODY.recrutementpsb .bottom-40 {
    padding-bottom: 40px; }
  body #BODY.recrutementpsb .bottom-50 {
    padding-bottom: 50px; }
  body #BODY.recrutementpsb .bottom-60 {
    padding-bottom: 60px; }
  body #BODY.recrutementpsb .bottom-80 {
    padding-bottom: 80px; }
  body #BODY.recrutementpsb .bottom-100 {
    padding-bottom: 100px; }
  body #BODY.recrutementpsb .bottom-120 {
    padding-bottom: 120px; }
  body #BODY.recrutementpsb .bottom-140 {
    padding-bottom: 140px; }
  body #BODY.recrutementpsb .bottom-150 {
    padding-bottom: 150px; }
  body #BODY.recrutementpsb .bottom-180 {
    padding-bottom: 180px; }
  body #BODY.recrutementpsb .center {
    text-align: center; }
  body #BODY.recrutementpsb .textleft {
    text-align: left; }
  body #BODY.recrutementpsb ul {
    margin: 0; }
  body #BODY.recrutementpsb .HEADER .btn {
    margin-right: 56px;
    margin-bottom: 0;
    background: #153c5d;
    color: #fff !important; }
    body #BODY.recrutementpsb .HEADER .btn:hover {
      color: #153c5d !important;
      background: #fff !important; }
  body #BODY.recrutementpsb .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.PAGECarrieres .HEADER .ToggleMenu {
  /*margin-top: 8px;*/
  margin-top: 0;
  margin-bottom: 5px; }

body #BODY.recrutementpsb .FOOTER h2 {
  margin: 0 0 30px;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 3px; }

@media (min-width: 800px) {
  body #BODY.recrutementpsb .show-mobile {
    display: none !important; } }

@media (max-width: 800px) {
  body #BODY.recrutementpsb .hidden-mobile {
    display: none !important; }
  body #BODY.recrutementpsb h2 {
    font-size: 36px; } }

@media (max-width: 580px) {
  body #BODY.recrutementpsb .is-hidden-mobile {
    display: none !important; } }

@media (min-width: 580px) {
  body #BODY.recrutementpsb .is-visible-mobile {
    display: none !important; } }

.page-template-template-carrieres-2022-hub .CONTENT_WRAPPER {
  position: relative; }

.page-template-template-carrieres-2022-hub .Container {
  position: relative;
  z-index: 1; }

.page-template-template-carrieres-2022-hub .PageCubes {
  padding-top: 56px; }

.page-template-template-carrieres-2022-hub .background_text {
  position: absolute;
  top: 224px;
  left: 0;
  width: 100%;
  height: calc(100% - 224px);
  overflow: hidden; }
  .page-template-template-carrieres-2022-hub .background_text img {
    width: 100%; }

.page-template-template-carrieres-2022-hub .logos {
  margin-top: 80px;
  text-align: center; }
  .page-template-template-carrieres-2022-hub .logos > div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 128px;
    width: 100%; }
    .page-template-template-carrieres-2022-hub .logos > div img {
      max-width: 100%; }
    .page-template-template-carrieres-2022-hub .logos > div.pme {
      width: 199px;
      margin-left: 0 !important;
      max-width: calc(40% - 48px); }
    .page-template-template-carrieres-2022-hub .logos > div.meilleuremployeur {
      width: 236px;
      margin-right: 0 !important;
      max-width: calc(40% - 48px); }
    @media (max-width: 768px) {
      .page-template-template-carrieres-2022-hub .logos > div {
        margin: 0 48px; } }

.page-template-template-carrieres-2022-perspective .carrieres-perspective .pages-vedette .page {
  width: 33%; }

.page-template-template-carrieres-2022-perspective .Services {
  margin: 80px 0 72px; }
  .page-template-template-carrieres-2022-perspective .Services h3 {
    color: #fff;
    margin: 0 0 30px; }
  .page-template-template-carrieres-2022-perspective .Services a {
    text-decoration: underline; }
  .page-template-template-carrieres-2022-perspective .Services a, .page-template-template-carrieres-2022-perspective .Services span {
    display: inline-block;
    margin-bottom: 16px; }
    .page-template-template-carrieres-2022-perspective .Services a:last-child, .page-template-template-carrieres-2022-perspective .Services span:last-child {
      margin-bottom: 0; }
  .page-template-template-carrieres-2022-perspective .Services .Cube .cube-verso {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.page-template-template-carrieres-2022-offre-emploi .HEADER .Container {
  position: relative;
  z-index: 2; }

.page-template-template-carrieres-2022-offre-emploi .HEADER:before, .page-template-template-carrieres-2022-offre-emploi .HEADER:after {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  width: 100%;
  height: 100%; }

.page-template-template-carrieres-2022-offre-emploi .HEADER:before {
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#244B68), to(rgba(19, 46, 75, 0)));
  background: linear-gradient(180deg, #244B68 0%, rgba(19, 46, 75, 0) 100%); }

.page-template-template-carrieres-2022-offre-emploi .CONTENT_WRAPPER {
  margin-top: 0 !important;
  overflow: hidden; }

.page-template-template-carrieres-2022-offre-emploi .offre-single h1 {
  margin-bottom: 60px; }

.page-template-template-carrieres-2022-offre-emploi .offre-single .btn {
  float: right;
  margin-top: 66px;
  color: #fff;
  background: #153C5D;
  padding: 14px 24px;
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px; }
  .page-template-template-carrieres-2022-offre-emploi .offre-single .btn svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px; }

.page-template-template-carrieres-2022-offre-emploi .offre-single .CONTENT {
  padding: 0;
  margin: 0; }

.page-template-template-carrieres-2022-offre-emploi .offre-single .row-job {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 120px;
  margin-bottom: 50px; }
  .page-template-template-carrieres-2022-offre-emploi .offre-single .row-job.row-2 {
    margin-bottom: 70px; }
  .page-template-template-carrieres-2022-offre-emploi .offre-single .row-job ul:last-child {
    margin-bottom: 0; }

.page-template-template-carrieres-2022-offre-emploi .offre-single .image-wrapper {
  position: relative;
  margin: 66px 0px 80px 30px; }
  .page-template-template-carrieres-2022-offre-emploi .offre-single .image-wrapper:after {
    display: block;
    content: ' ';
    width: calc(100% + 100px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-78px, 78px);
        -ms-transform: translate(-78px, 78px);
            transform: translate(-78px, 78px);
    background: #D8D8D8;
    opacity: 0.2; }
  .page-template-template-carrieres-2022-offre-emploi .offre-single .image-wrapper img {
    max-width: calc(100% + 100px);
    aspect-ratio: 632/426;
    object-fit: cover;
    position: relative;
    z-index: 1; }

.page-template-template-carrieres-2022-offre-emploi .offre-single .remerciment {
  max-width: 900px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #153C5D; }

.page-template-template-carrieres-2022-offre-emploi .offre-single .pages-vedette {
  margin-bottom: 0; }
  .page-template-template-carrieres-2022-offre-emploi .offre-single .pages-vedette .page {
    width: calc(100% / 3); }
    @media (max-width: 920px) {
      .page-template-template-carrieres-2022-offre-emploi .offre-single .pages-vedette .page {
        width: 100%; } }
    .page-template-template-carrieres-2022-offre-emploi .offre-single .pages-vedette .page img {
      height: 100% !important; }

.page-template-template-carrieres-2022-offre-emploi .offre-single .galerie {
  overflow: visible !important;
  width: calc(584px + 36px);
  max-width: 100%;
  margin: 105px auto 200px; }
  .page-template-template-carrieres-2022-offre-emploi .offre-single .galerie .controls {
    position: absolute;
    bottom: -72px;
    left: calc(100% + 180px);
    white-space: nowrap; }
    .page-template-template-carrieres-2022-offre-emploi .offre-single .galerie .controls > div {
      width: 46px;
      aspect-ratio: 1/1;
      border: 2px solid #153C5D;
      border-radius: 99vw;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: 16px;
      cursor: pointer; }
      .page-template-template-carrieres-2022-offre-emploi .offre-single .galerie .controls > div svg {
        margin-left: 6px; }
      .page-template-template-carrieres-2022-offre-emploi .offre-single .galerie .controls > div.prev {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
  .page-template-template-carrieres-2022-offre-emploi .offre-single .galerie .slide {
    margin: 0 18px; }
    .page-template-template-carrieres-2022-offre-emploi .offre-single .galerie .slide img {
      -webkit-transition: 0.5s all ease-out;
      transition: 0.5s all ease-out;
      width: 584px;
      aspect-ratio: 584/457;
      max-width: 100%;
      object-fit: cover;
      display: block; }
    .page-template-template-carrieres-2022-offre-emploi .offre-single .galerie .slide.cycle-slide-active img {
      -webkit-transform: translateY(72px);
          -ms-transform: translateY(72px);
              transform: translateY(72px); }

@media (max-width: 1024px) {
  .page-template-template-carriere-2022-perspective .Services h3, .page-template-template-carriere-2022-perspective .Services a, .page-template-template-carriere-2022-perspective .Services span {
    margin-bottom: 8px; }
  .page-template-template-carrieres-2022-offre-emploi .offre-single .row-job .btn {
    margin-top: 40px; }
  .page-template-template-carrieres-2022-offre-emploi .offre-single .galerie .slide {
    max-width: calc(100vw - 100px); }
    .page-template-template-carrieres-2022-offre-emploi .offre-single .galerie .slide.cycle-slide-active img {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  .page-template-template-carrieres-2022-offre-emploi .offre-single .image {
    display: none; } }

@media (max-width: 920px) {
  .page-template-template-carriere-2022-perspective .carrieres-perspective .pages-vedette .page,
  .page-template-template-carrieres-2022-offre-emploi .offre-single .pages-vedette .page {
    width: 100%; }
  .page-template-template-carrieres-2022-offre-emploi .offre-single .row-job {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }

@media screen and (max-width: 600px) {
  .page-template-template-carriere-2022-perspective .Services .Cube {
    width: 100%; }
  .page-template-template-carrieres-2022-offre-emploi .offre-single .row-job .btn {
    margin-top: 20px; } }

#page .page-template-template-recrutement2023, #page .page-template-template-recrutement2023-sub {
  background: none !important;
  background-color: white !important; }

.page-template-template-recrutement2023, .page-template-template-recrutement2023-sub {
  background: none !important;
  background-color: white !important;
  /**
   * Overlay
   * -- only show for tablet and up
   */
  /**
   * Mobile styling
   */ }
  .page-template-template-recrutement2023 h2, .page-template-template-recrutement2023-sub h2 {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    /* 113.636% */
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media screen and (max-width: 576px) {
      .page-template-template-recrutement2023 h2, .page-template-template-recrutement2023-sub h2 {
        font-size: 34px;
        line-height: 40px; } }
  .page-template-template-recrutement2023 #slideshow-2, .page-template-template-recrutement2023-sub #slideshow-2 {
    position: relative;
    max-width: 88%;
    margin: 0 auto;
    max-height: 350px;
    /*@media screen and (max-width: 1400px) {
      max-height: 260px;
    }
    @media screen and (max-width: 1200px) {
      max-height: 250px;
    }
    @media screen and (max-width: 992px) {
      max-height: 241px;
    }
    @media screen and (max-width: 767px) {
      max-height: 300px;
    }*/ }
    .page-template-template-recrutement2023 #slideshow-2 .cycle-slideshow, .page-template-template-recrutement2023-sub #slideshow-2 .cycle-slideshow {
      padding: 0; }
      .page-template-template-recrutement2023 #slideshow-2 .cycle-slideshow__item, .page-template-template-recrutement2023-sub #slideshow-2 .cycle-slideshow__item {
        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;
        padding: 10px 10px 18px 10px;
        cursor: pointer;
        text-align: center;
        position: relative; }
        .page-template-template-recrutement2023 #slideshow-2 .cycle-slideshow__item:hover, .page-template-template-recrutement2023-sub #slideshow-2 .cycle-slideshow__item:hover {
          color: #5c5b5d; }
        .page-template-template-recrutement2023 #slideshow-2 .cycle-slideshow__item.opened::after, .page-template-template-recrutement2023-sub #slideshow-2 .cycle-slideshow__item.opened::after {
          content: "";
          border-left: 20px solid transparent;
          border-right: 20px solid transparent;
          border-bottom: 20px solid var(--bg-color);
          position: relative;
          left: 0;
          right: 0; }
        .page-template-template-recrutement2023 #slideshow-2 .cycle-slideshow__item::after, .page-template-template-recrutement2023-sub #slideshow-2 .cycle-slideshow__item::after {
          content: "";
          border-left: 20px solid transparent;
          border-right: 20px solid transparent;
          border-bottom: 20px solid transparent;
          position: relative;
          left: 0;
          right: 0; }
        .page-template-template-recrutement2023 #slideshow-2 .cycle-slideshow__item__inner, .page-template-template-recrutement2023-sub #slideshow-2 .cycle-slideshow__item__inner {
          background: white;
          padding: 8px 8px 4px 8px;
          -webkit-box-shadow: 0 2.72742px 13.6371px 0 rgba(0, 0, 0, 0.4);
                  box-shadow: 0 2.72742px 13.6371px 0 rgba(0, 0, 0, 0.4);
          font-size: 12px;
          font-style: normal;
          font-weight: 600;
          line-height: 115%;
          /* 13.8px */
          letter-spacing: 2.046px;
          text-transform: uppercase; }
          .page-template-template-recrutement2023 #slideshow-2 .cycle-slideshow__item__inner img, .page-template-template-recrutement2023-sub #slideshow-2 .cycle-slideshow__item__inner img {
            width: 100%;
            object-fit: cover; }
          .page-template-template-recrutement2023 #slideshow-2 .cycle-slideshow__item__inner div, .page-template-template-recrutement2023-sub #slideshow-2 .cycle-slideshow__item__inner div {
            padding-top: 6px;
            white-space: normal;
            min-height: 34px;
            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; }
    .page-template-template-recrutement2023 #slideshow-2 .arrows, .page-template-template-recrutement2023-sub #slideshow-2 .arrows {
      position: absolute;
      top: 40%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 100%; }
      .page-template-template-recrutement2023 #slideshow-2 .arrows .cycle-next, .page-template-template-recrutement2023-sub #slideshow-2 .arrows .cycle-next {
        position: absolute;
        right: -60px;
        top: 0; }
        @media screen and (max-width: 576px) {
          .page-template-template-recrutement2023 #slideshow-2 .arrows .cycle-next, .page-template-template-recrutement2023-sub #slideshow-2 .arrows .cycle-next {
            right: -40px; } }
      .page-template-template-recrutement2023 #slideshow-2 .arrows .cycle-prev, .page-template-template-recrutement2023-sub #slideshow-2 .arrows .cycle-prev {
        position: absolute;
        left: -60px;
        top: 0; }
        @media screen and (max-width: 576px) {
          .page-template-template-recrutement2023 #slideshow-2 .arrows .cycle-prev, .page-template-template-recrutement2023-sub #slideshow-2 .arrows .cycle-prev {
            left: -40px; } }
  .page-template-template-recrutement2023 select[name="wbk-book-quantity"], .page-template-template-recrutement2023-sub select[name="wbk-book-quantity"] {
    display: none !important; }
  .page-template-template-recrutement2023 label[for="wbk-quantity"], .page-template-template-recrutement2023-sub label[for="wbk-quantity"] {
    display: none !important; }
  .page-template-template-recrutement2023 .wbk-timeslot-list .wbk-slot-inner .wbk-slot-available, .page-template-template-recrutement2023-sub .wbk-timeslot-list .wbk-slot-inner .wbk-slot-available {
    display: none !important; }
  .page-template-template-recrutement2023 .entry-header, .page-template-template-recrutement2023-sub .entry-header {
    padding: 10px; }
    @media screen and (max-width: 768px) {
      .page-template-template-recrutement2023 .entry-header, .page-template-template-recrutement2023-sub .entry-header {
        margin-top: 18px; } }
    .page-template-template-recrutement2023 .entry-header h1, .page-template-template-recrutement2023-sub .entry-header h1 {
      text-align: center;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 115%;
      /* 41.4px */
      letter-spacing: 2px;
      padding: 0;
      margin: 0;
      text-transform: uppercase; }
      @media screen and (max-width: 992px) {
        .page-template-template-recrutement2023 .entry-header h1, .page-template-template-recrutement2023-sub .entry-header h1 {
          font-size: 36px; } }
      @media screen and (max-width: 576px) {
        .page-template-template-recrutement2023 .entry-header h1, .page-template-template-recrutement2023-sub .entry-header h1 {
          font-size: 30px; } }
  .page-template-template-recrutement2023 .main-testimonie, .page-template-template-recrutement2023-sub .main-testimonie {
    background-color: var(--bg-color);
    min-height: 800px;
    margin-bottom: 20px; }
    @media screen and (max-width: 1200px) {
      .page-template-template-recrutement2023 .main-testimonie, .page-template-template-recrutement2023-sub .main-testimonie {
        min-height: 800px; } }
    @media screen and (max-width: 992px) {
      .page-template-template-recrutement2023 .main-testimonie, .page-template-template-recrutement2023-sub .main-testimonie {
        min-height: 900px; } }
    .page-template-template-recrutement2023 .main-testimonie__inner, .page-template-template-recrutement2023-sub .main-testimonie__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      overflow: hidden; }
    .page-template-template-recrutement2023 .main-testimonie__img, .page-template-template-recrutement2023-sub .main-testimonie__img {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: end;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .page-template-template-recrutement2023 .main-testimonie__img img, .page-template-template-recrutement2023-sub .main-testimonie__img img {
        -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
                transform: scale(1.5);
        position: relative;
        top: -10%; }
        @media screen and (max-width: 1200px) {
          .page-template-template-recrutement2023 .main-testimonie__img img, .page-template-template-recrutement2023-sub .main-testimonie__img img {
            top: -8%; } }
        @media screen and (max-width: 992px) {
          .page-template-template-recrutement2023 .main-testimonie__img img, .page-template-template-recrutement2023-sub .main-testimonie__img img {
            top: -6%; } }
        @media screen and (max-width: 780px) {
          .page-template-template-recrutement2023 .main-testimonie__img img, .page-template-template-recrutement2023-sub .main-testimonie__img img {
            top: -1%; } }
      @media screen and (max-width: 780px) {
        .page-template-template-recrutement2023 .main-testimonie__img, .page-template-template-recrutement2023-sub .main-testimonie__img {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; }
          .page-template-template-recrutement2023 .main-testimonie__img img, .page-template-template-recrutement2023-sub .main-testimonie__img img {
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none;
            max-width: 400px;
            position: relative;
            left: -24%; } }
    .page-template-template-recrutement2023 .main-testimonie__text, .page-template-template-recrutement2023-sub .main-testimonie__text {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      padding: 0 5%;
      position: relative; }
      @media screen and (max-width: 780px) {
        .page-template-template-recrutement2023 .main-testimonie__text, .page-template-template-recrutement2023-sub .main-testimonie__text {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
      .page-template-template-recrutement2023 .main-testimonie__text h2, .page-template-template-recrutement2023-sub .main-testimonie__text h2 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 115%;
        /* 36.8px */ }
      .page-template-template-recrutement2023 .main-testimonie__text h4, .page-template-template-recrutement2023-sub .main-testimonie__text h4 {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 115%;
        letter-spacing: 3px;
        text-transform: uppercase; }
        .page-template-template-recrutement2023 .main-testimonie__text h4 span, .page-template-template-recrutement2023-sub .main-testimonie__text h4 span {
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          text-align: center;
          line-height: 28px;
          text-transform: none; }
      .page-template-template-recrutement2023 .main-testimonie__text__wrapper, .page-template-template-recrutement2023-sub .main-testimonie__text__wrapper {
        min-height: 320px;
        margin-top: 20px;
        max-height: 320px;
        overflow-y: auto; }
  .page-template-template-recrutement2023 .zone-ourfirm, .page-template-template-recrutement2023-sub .zone-ourfirm {
    margin-bottom: 40px; }
    .page-template-template-recrutement2023 .zone-ourfirm__wrapper, .page-template-template-recrutement2023-sub .zone-ourfirm__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media (max-width: 768px) {
        .page-template-template-recrutement2023 .zone-ourfirm__wrapper, .page-template-template-recrutement2023-sub .zone-ourfirm__wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .page-template-template-recrutement2023 .zone-ourfirm__wrapper .zone-ourfirm__text, .page-template-template-recrutement2023 .zone-ourfirm__wrapper .zone-ourfirm__img, .page-template-template-recrutement2023-sub .zone-ourfirm__wrapper .zone-ourfirm__text, .page-template-template-recrutement2023-sub .zone-ourfirm__wrapper .zone-ourfirm__img {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; } }
    .page-template-template-recrutement2023 .zone-ourfirm__img, .page-template-template-recrutement2023-sub .zone-ourfirm__img {
      -ms-flex-preferred-size: 46%;
          flex-basis: 46%;
      padding: 0 2%;
      margin-top: 120px; }
      @media screen and (max-width: 780px) {
        .page-template-template-recrutement2023 .zone-ourfirm__img, .page-template-template-recrutement2023-sub .zone-ourfirm__img {
          margin-top: 20px; } }
      .page-template-template-recrutement2023 .zone-ourfirm__img .cycle-pager, .page-template-template-recrutement2023-sub .zone-ourfirm__img .cycle-pager {
        font-size: 49px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 16px; }
        .page-template-template-recrutement2023 .zone-ourfirm__img .cycle-pager span, .page-template-template-recrutement2023-sub .zone-ourfirm__img .cycle-pager span {
          color: #EAEAEA;
          cursor: pointer; }
          .page-template-template-recrutement2023 .zone-ourfirm__img .cycle-pager span.cycle-pager-active, .page-template-template-recrutement2023-sub .zone-ourfirm__img .cycle-pager span.cycle-pager-active {
            color: #073455; }
    .page-template-template-recrutement2023 .zone-ourfirm__text, .page-template-template-recrutement2023-sub .zone-ourfirm__text {
      -ms-flex-preferred-size: 46%;
          flex-basis: 46%;
      padding: 0 2%; }
      .page-template-template-recrutement2023 .zone-ourfirm__text__full, .page-template-template-recrutement2023-sub .zone-ourfirm__text__full {
        max-height: 0;
        -webkit-transition: max-height 0.15s ease-out;
        transition: max-height 0.15s ease-out;
        overflow: hidden;
        margin: 20px 0; }
      .page-template-template-recrutement2023 .zone-ourfirm__text p, .page-template-template-recrutement2023-sub .zone-ourfirm__text p {
        font-size: 18px;
        line-height: 28px;
        display: contents; }
      .page-template-template-recrutement2023 .zone-ourfirm__text .btn-read-more, .page-template-template-recrutement2023-sub .zone-ourfirm__text .btn-read-more {
        color: #073455;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        padding: 0;
        line-height: 28px;
        background: none;
        border: none; }
        .page-template-template-recrutement2023 .zone-ourfirm__text .btn-read-more:hover, .page-template-template-recrutement2023-sub .zone-ourfirm__text .btn-read-more:hover {
          color: #5c5b5d; }
        .page-template-template-recrutement2023 .zone-ourfirm__text .btn-read-more--bottom, .page-template-template-recrutement2023-sub .zone-ourfirm__text .btn-read-more--bottom {
          display: none; }
    .page-template-template-recrutement2023 .zone-ourfirm.show-full .zone-ourfirm__text__full, .page-template-template-recrutement2023-sub .zone-ourfirm.show-full .zone-ourfirm__text__full {
      max-height: 500px;
      -webkit-transition: max-height 0.25s ease-in;
      transition: max-height 0.25s ease-in; }
      .page-template-template-recrutement2023 .zone-ourfirm.show-full .zone-ourfirm__text__full p, .page-template-template-recrutement2023-sub .zone-ourfirm.show-full .zone-ourfirm__text__full p {
        display: block;
        margin-bottom: 20px; }
    .page-template-template-recrutement2023 .zone-ourfirm.show-full .btn-read-more--bottom, .page-template-template-recrutement2023-sub .zone-ourfirm.show-full .btn-read-more--bottom {
      display: block;
      margin-bottom: 20px; }
    .page-template-template-recrutement2023 .zone-ourfirm.show-full .btn-read-more--top, .page-template-template-recrutement2023-sub .zone-ourfirm.show-full .btn-read-more--top {
      display: none; }
  .page-template-template-recrutement2023 ul.special-list li, .page-template-template-recrutement2023-sub ul.special-list li {
    margin-bottom: 4px;
    padding-left: 30px; }
    .page-template-template-recrutement2023 ul.special-list li::before, .page-template-template-recrutement2023-sub ul.special-list li::before {
      background-repeat: no-repeat;
      background-color: inherit;
      top: 0.22222em;
      background-size: cover;
      background-position: center;
      width: 18px;
      height: 18px;
      border: none;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PCEtLSEgRm9udCBBd2Vzb21lIEZyZWUgNi40LjIgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjMgRm9udGljb25zLCBJbmMuIC0tPjxwYXRoIGQ9Ik0yNTYgNDhhMjA4IDIwOCAwIDEgMSAwIDQxNiAyMDggMjA4IDAgMSAxIDAtNDE2em0wIDQ2NEEyNTYgMjU2IDAgMSAwIDI1NiAwYTI1NiAyNTYgMCAxIDAgMCA1MTJ6TTM2OSAyMDljOS40LTkuNCA5LjQtMjQuNiAwLTMzLjlzLTI0LjYtOS40LTMzLjkgMGwtMTExIDExMS00Ny00N2MtOS40LTkuNC0yNC42LTkuNC0zMy45IDBzLTkuNCAyNC42IDAgMzMuOWw2NCA2NGM5LjQgOS40IDI0LjYgOS40IDMzLjkgMEwzNjkgMjA5eiIvPjwvc3ZnPg=="); }
  .page-template-template-recrutement2023 .zone-ctas, .page-template-template-recrutement2023-sub .zone-ctas {
    margin-bottom: 60px; }
    .page-template-template-recrutement2023 .zone-ctas__wrapper, .page-template-template-recrutement2023-sub .zone-ctas__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .page-template-template-recrutement2023 .zone-ctas__element, .page-template-template-recrutement2023-sub .zone-ctas__element {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      -ms-flex-preferred-size: 46%;
          flex-basis: 46%;
      margin: 0 2%;
      overflow: hidden;
      position: relative;
      min-height: 405px;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .page-template-template-recrutement2023 .zone-ctas__element, .page-template-template-recrutement2023-sub .zone-ctas__element {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          min-height: 335px; } }
      .page-template-template-recrutement2023 .zone-ctas__element:hover .zone-ctas__element__title, .page-template-template-recrutement2023-sub .zone-ctas__element:hover .zone-ctas__element__title {
        color: #073455;
        background: rgba(255, 255, 255, 0.8); }
      .page-template-template-recrutement2023 .zone-ctas__element__title, .page-template-template-recrutement2023-sub .zone-ctas__element__title {
        position: absolute;
        bottom: 20px;
        min-height: 30px;
        background: rgba(35, 31, 33, 0.8);
        width: 96%;
        left: 0;
        text-align: center;
        padding: 12px;
        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;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 115%;
        /* 23px */
        letter-spacing: 3px;
        color: rgba(255, 255, 255, 0.8);
        text-transform: uppercase; }
        @media screen and (max-width: 576px) {
          .page-template-template-recrutement2023 .zone-ctas__element__title, .page-template-template-recrutement2023-sub .zone-ctas__element__title {
            font-size: 18px; } }
  .page-template-template-recrutement2023 .Container--larger, .page-template-template-recrutement2023-sub .Container--larger {
    max-width: 1920px; }
  .page-template-template-recrutement2023 .zone-logos .Container, .page-template-template-recrutement2023-sub .zone-logos .Container {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-template-template-recrutement2023 .zone-logos .Container img, .page-template-template-recrutement2023-sub .zone-logos .Container img {
      margin-bottom: 30px; }
  .page-template-template-recrutement2023 .arrows-main, .page-template-template-recrutement2023-sub .arrows-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 110px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 auto; }
    .page-template-template-recrutement2023 .arrows-main button, .page-template-template-recrutement2023-sub .arrows-main button {
      cursor: pointer;
      -webkit-appearance: none;
              appearance: none;
      background: none;
      border: none; }
    @media screen and (max-width: 780px) {
      .page-template-template-recrutement2023 .arrows-main, .page-template-template-recrutement2023-sub .arrows-main {
        bottom: -80px;
        left: inherit;
        right: 20px; } }
    @media screen and (max-width: 780px) {
      .page-template-template-recrutement2023 .arrows-main, .page-template-template-recrutement2023-sub .arrows-main {
        right: -20px; } }
  .page-template-template-recrutement2023 .specialheader, .page-template-template-recrutement2023-sub .specialheader {
    position: relative; }
    .page-template-template-recrutement2023 .specialheader::after, .page-template-template-recrutement2023-sub .specialheader::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      min-height: 194px;
      width: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%); }
    .page-template-template-recrutement2023 .specialheader .image-people, .page-template-template-recrutement2023-sub .specialheader .image-people {
      width: 100%;
      max-width: 100%;
      position: absolute;
      top: 56%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .page-template-template-recrutement2023 .specialheader .image-bg, .page-template-template-recrutement2023-sub .specialheader .image-bg {
      max-height: 49vw;
      object-fit: cover;
      max-width: 100%;
      width: 100%;
      min-height: 374px; }
  .page-template-template-recrutement2023 #masthead, .page-template-template-recrutement2023-sub #masthead {
    background: white;
    min-height: 200px; }
    @media screen and (max-width: 768px) {
      .page-template-template-recrutement2023 #masthead, .page-template-template-recrutement2023-sub #masthead {
        min-height: 100px; } }
    .page-template-template-recrutement2023 #masthead .Container, .page-template-template-recrutement2023-sub #masthead .Container {
      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;
      padding: 0 30px;
      width: 100%; }
      @media screen and (max-width: 576px) {
        .page-template-template-recrutement2023 #masthead .Container, .page-template-template-recrutement2023-sub #masthead .Container {
          padding: 0 15px; } }
    .page-template-template-recrutement2023 #masthead .Logo svg, .page-template-template-recrutement2023-sub #masthead .Logo svg {
      color: #073455; }
      @media screen and (max-width: 420px) {
        .page-template-template-recrutement2023 #masthead .Logo svg, .page-template-template-recrutement2023-sub #masthead .Logo svg {
          max-width: 90%; } }
    .page-template-template-recrutement2023 #masthead.HEADER .SearchOpener svg, .page-template-template-recrutement2023-sub #masthead.HEADER .SearchOpener svg {
      color: #073455; }
    .page-template-template-recrutement2023 #masthead.HEADER .LanguageLinks a, .page-template-template-recrutement2023-sub #masthead.HEADER .LanguageLinks a {
      color: #073455; }
    .page-template-template-recrutement2023 #masthead .ToggleMenu .toggle-menu-icon .toggle-menu-bar-1, .page-template-template-recrutement2023 #masthead .ToggleMenu .toggle-menu-icon .toggle-menu-bar-2, .page-template-template-recrutement2023 #masthead .ToggleMenu .toggle-menu-icon .toggle-menu-bar-3, .page-template-template-recrutement2023-sub #masthead .ToggleMenu .toggle-menu-icon .toggle-menu-bar-1, .page-template-template-recrutement2023-sub #masthead .ToggleMenu .toggle-menu-icon .toggle-menu-bar-2, .page-template-template-recrutement2023-sub #masthead .ToggleMenu .toggle-menu-icon .toggle-menu-bar-3 {
      background: #073455; }
    .page-template-template-recrutement2023 #masthead .ToggleMenu .toggle-menu-icon.active .toggle-menu-bar-1, .page-template-template-recrutement2023 #masthead .ToggleMenu .toggle-menu-icon.active .toggle-menu-bar-2, .page-template-template-recrutement2023 #masthead .ToggleMenu .toggle-menu-icon.active .toggle-menu-bar-3, .page-template-template-recrutement2023-sub #masthead .ToggleMenu .toggle-menu-icon.active .toggle-menu-bar-1, .page-template-template-recrutement2023-sub #masthead .ToggleMenu .toggle-menu-icon.active .toggle-menu-bar-2, .page-template-template-recrutement2023-sub #masthead .ToggleMenu .toggle-menu-icon.active .toggle-menu-bar-3 {
      background: #fff; }
  .page-template-template-recrutement2023 .zone-videobtn, .page-template-template-recrutement2023-sub .zone-videobtn {
    background: transparent;
    text-align: center;
    position: absolute;
    bottom: 3vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999; }
    @media screen and (max-width: 576px) {
      .page-template-template-recrutement2023 .zone-videobtn, .page-template-template-recrutement2023-sub .zone-videobtn {
        bottom: 20px;
        left: 0;
        right: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        max-width: 80%;
        margin: 0 auto; } }
    .page-template-template-recrutement2023 .zone-videobtn a, .page-template-template-recrutement2023-sub .zone-videobtn a {
      color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .page-template-template-recrutement2023 .zone-videobtn a svg, .page-template-template-recrutement2023-sub .zone-videobtn a svg {
        position: relative;
        top: 8px;
        min-width: 28px;
        width: 28px;
        border-radius: 50%;
        margin-right: 14px;
        background: white; }
      .page-template-template-recrutement2023 .zone-videobtn a:hover .zone-videobtn__text, .page-template-template-recrutement2023-sub .zone-videobtn a:hover .zone-videobtn__text {
        color: #5c5b5d; }
      .page-template-template-recrutement2023 .zone-videobtn a:hover svg, .page-template-template-recrutement2023-sub .zone-videobtn a:hover svg {
        filter: brightness(0.5); }
      .page-template-template-recrutement2023 .zone-videobtn a:hover .zone-videobtn__text::after, .page-template-template-recrutement2023-sub .zone-videobtn a:hover .zone-videobtn__text::after {
        border-color: #5c5b5d; }
    .page-template-template-recrutement2023 .zone-videobtn__text, .page-template-template-recrutement2023-sub .zone-videobtn__text {
      display: inline-block;
      font-size: 18px;
      font-style: normal;
      font-weight: 700; }
      .page-template-template-recrutement2023 .zone-videobtn__text:after, .page-template-template-recrutement2023-sub .zone-videobtn__text:after {
        content: "";
        display: block;
        height: 4px;
        border-bottom: 2px solid white; }
  .page-template-template-recrutement2023 .zone-boxes, .page-template-template-recrutement2023-sub .zone-boxes {
    margin-top: 60px; }
    .page-template-template-recrutement2023 .zone-boxes .Container, .page-template-template-recrutement2023-sub .zone-boxes .Container {
      padding: 0 15px; }
  .page-template-template-recrutement2023 .events, .page-template-template-recrutement2023-sub .events {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-template-template-recrutement2023 .events li, .page-template-template-recrutement2023-sub .events li {
      list-style: none;
      width: 31%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 0 30px 0;
      padding: 0 1%; }
      @media screen and (max-width: 768px) {
        .page-template-template-recrutement2023 .events li, .page-template-template-recrutement2023-sub .events li {
          width: 100%; } }
      .page-template-template-recrutement2023 .events li::before, .page-template-template-recrutement2023-sub .events li::before {
        content: none; }
      .page-template-template-recrutement2023 .events li .event-inner, .page-template-template-recrutement2023-sub .events li .event-inner {
        background: linear-gradient(57deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%), #FFF;
        padding: 40px 30px;
        height: 100%;
        text-align: center;
        -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;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25); }
        .page-template-template-recrutement2023 .events li .event-inner h3, .page-template-template-recrutement2023-sub .events li .event-inner h3 {
          margin: 30px 0 18px;
          padding: 0;
          text-transform: uppercase; }
        .page-template-template-recrutement2023 .events li .event-inner .Button, .page-template-template-recrutement2023-sub .events li .event-inner .Button {
          margin-top: auto; }
        .page-template-template-recrutement2023 .events li .event-inner img, .page-template-template-recrutement2023-sub .events li .event-inner img {
          max-width: 60px; }
        .page-template-template-recrutement2023 .events li .event-inner span, .page-template-template-recrutement2023-sub .events li .event-inner span {
          font-size: 18px;
          font-style: normal;
          font-weight: 600;
          line-height: 115%;
          /* 20.7px */
          letter-spacing: 3px;
          display: block;
          margin: 20px 0 30px;
          text-transform: uppercase;
          color: #073455; }
  .page-template-template-recrutement2023 .Button--blue, .page-template-template-recrutement2023 .Button--blue:link, .page-template-template-recrutement2023 .Button--blue:visited, .page-template-template-recrutement2023-sub .Button--blue, .page-template-template-recrutement2023-sub .Button--blue:link, .page-template-template-recrutement2023-sub .Button--blue:visited {
    background-color: #073455; }
  .page-template-template-recrutement2023 .modal, .page-template-template-recrutement2023-sub .modal {
    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;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    width: 100%;
    z-index: 999999;
    max-width: 800px;
    min-height: 54vh;
    padding: 1rem;
    border-radius: 3px;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1); }
  .page-template-template-recrutement2023 .modal .close-modal, .page-template-template-recrutement2023-sub .modal .close-modal {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 15px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .page-template-template-recrutement2023 .modal .close-modal svg, .page-template-template-recrutement2023-sub .modal .close-modal svg {
    width: 1.75em;
    height: 1.75em; }
  .page-template-template-recrutement2023 .CONTENT_WRAPPER, .page-template-template-recrutement2023-sub .CONTENT_WRAPPER {
    padding-bottom: 60px; }
  .page-template-template-recrutement2023 .RIGHTBAR, .page-template-template-recrutement2023-sub .RIGHTBAR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .page-template-template-recrutement2023 .RIGHTBAR .js-open-emailreminder, .page-template-template-recrutement2023-sub .RIGHTBAR .js-open-emailreminder {
      margin-right: 56px;
      margin-bottom: 0;
      background: #153c5d;
      color: #fff !important;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      font-size: 14px;
      height: 48px;
      display: -ms-inline-flexbox;
      display: -webkit-inline-box;
      display: inline-flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
              align-items: center;
      border-radius: 999vw;
      padding: 0 24px;
      border: 1px solid #000; }
      @media screen and (max-width: 992px) {
        .page-template-template-recrutement2023 .RIGHTBAR .js-open-emailreminder, .page-template-template-recrutement2023-sub .RIGHTBAR .js-open-emailreminder {
          margin-right: 20px; } }
      @media screen and (max-width: 576px) {
        .page-template-template-recrutement2023 .RIGHTBAR .js-open-emailreminder, .page-template-template-recrutement2023-sub .RIGHTBAR .js-open-emailreminder {
          padding: 0 16px; } }
    @media screen and (max-width: 768px) {
      .page-template-template-recrutement2023 .RIGHTBAR .js-open-emailreminder, .page-template-template-recrutement2023-sub .RIGHTBAR .js-open-emailreminder {
        margin-right: 30px; } }
    @media screen and (max-width: 576px) {
      .page-template-template-recrutement2023 .RIGHTBAR .js-open-emailreminder, .page-template-template-recrutement2023-sub .RIGHTBAR .js-open-emailreminder {
        margin-right: 10px; } }
  .page-template-template-recrutement2023 .btn.is-primary, .page-template-template-recrutement2023-sub .btn.is-primary {
    color: #fff;
    background: #153c5d;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 14px;
    height: 48px;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    border-radius: 999vw;
    padding: 0 24px;
    border: 1px solid #153c5d; }
  .page-template-template-recrutement2023 .modal .modal-content, .page-template-template-recrutement2023-sub .modal .modal-content {
    opacity: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
    .page-template-template-recrutement2023 .modal .modal-content .VIDEOMODAL iframe, .page-template-template-recrutement2023-sub .modal .modal-content .VIDEOMODAL iframe {
      width: 100%;
      max-width: 100%;
      height: 400px; }
      @media screen and (max-width: 576px) {
        .page-template-template-recrutement2023 .modal .modal-content .VIDEOMODAL iframe, .page-template-template-recrutement2023-sub .modal .modal-content .VIDEOMODAL iframe {
          height: 350px; } }
    .page-template-template-recrutement2023 .modal .modal-content .FORMMODAL .wpcf7, .page-template-template-recrutement2023-sub .modal .modal-content .FORMMODAL .wpcf7 {
      padding: 0 15px; }
    .page-template-template-recrutement2023 .modal .modal-content .form-horizontal, .page-template-template-recrutement2023-sub .modal .modal-content .form-horizontal {
      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; }
      .page-template-template-recrutement2023 .modal .modal-content .form-horizontal h3, .page-template-template-recrutement2023-sub .modal .modal-content .form-horizontal h3 {
        font-weight: bold; }
      .page-template-template-recrutement2023 .modal .modal-content .form-horizontal .form-group, .page-template-template-recrutement2023-sub .modal .modal-content .form-horizontal .form-group {
        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: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .page-template-template-recrutement2023 .modal .modal-content .form-horizontal .form-group .control-label, .page-template-template-recrutement2023-sub .modal .modal-content .form-horizontal .form-group .control-label {
          text-align: left; }
  .page-template-template-recrutement2023 .ea-bootstrap .ui-datepicker .no-slots, .page-template-template-recrutement2023 .ea-bootstrap .ui-datepicker .no-slots:hover, .page-template-template-recrutement2023-sub .ea-bootstrap .ui-datepicker .no-slots, .page-template-template-recrutement2023-sub .ea-bootstrap .ui-datepicker .no-slots:hover {
    background: #5c5b5d; }
  .page-template-template-recrutement2023 .ea-bootstrap .ui-state-default, .page-template-template-recrutement2023 .ea-bootstrap .ui-widget-content .ui-state-default, .page-template-template-recrutement2023-sub .ea-bootstrap .ui-state-default, .page-template-template-recrutement2023-sub .ea-bootstrap .ui-widget-content .ui-state-default {
    color: #fff; }
  .page-template-template-recrutement2023 .ea-bootstrap .ui-datepicker .free, .page-template-template-recrutement2023-sub .ea-bootstrap .ui-datepicker .free {
    color: #073455; }
    .page-template-template-recrutement2023 .ea-bootstrap .ui-datepicker .free .ui-state-default, .page-template-template-recrutement2023-sub .ea-bootstrap .ui-datepicker .free .ui-state-default {
      color: #073455; }
  .page-template-template-recrutement2023 .modal.active, .page-template-template-recrutement2023-sub .modal.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .page-template-template-recrutement2023 .modal.active .modal-content, .page-template-template-recrutement2023-sub .modal.active .modal-content {
    opacity: 1;
    padding: 10px;
    max-height: 82vh; }
  .page-template-template-recrutement2023 .modal.active .close-modal, .page-template-template-recrutement2023-sub .modal.active .close-modal {
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    z-index: 99999;
    opacity: 1; }
  .page-template-template-recrutement2023 .step.final select, .page-template-template-recrutement2023-sub .step.final select {
    visibility: hidden;
    height: 0; }
  .page-template-template-recrutement2023 .step.final.disabled, .page-template-template-recrutement2023-sub .step.final.disabled {
    display: none; }
  @media only screen and (min-width: 40em) {
    .page-template-template-recrutement2023 .modal-overlay, .page-template-template-recrutement2023-sub .modal-overlay {
      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;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 99999;
      background-color: rgba(0, 0, 0, 0.6);
      opacity: 0;
      visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
      transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1); }
    .page-template-template-recrutement2023 .modal-overlay.active, .page-template-template-recrutement2023-sub .modal-overlay.active {
      opacity: 1;
      visibility: visible; } }
  @media only screen and (max-width: 39.9375em) {
    .page-template-template-recrutement2023 h1, .page-template-template-recrutement2023-sub h1 {
      font-size: 1.5rem; }
    .page-template-template-recrutement2023 .modal, .page-template-template-recrutement2023-sub .modal {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-overflow-scrolling: touch;
      border-radius: 0;
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      padding: 0 !important; }
    .page-template-template-recrutement2023 .close-modal, .page-template-template-recrutement2023-sub .close-modal {
      right: 20px !important; } }
  .page-template-template-recrutement2023 .backlink a, .page-template-template-recrutement2023-sub .backlink a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .page-template-template-recrutement2023 .backlink a:hover, .page-template-template-recrutement2023-sub .backlink a:hover {
      color: #5c5b5d; }
  .page-template-template-recrutement2023 .header-sub-page img, .page-template-template-recrutement2023-sub .header-sub-page img {
    width: 100%;
    max-height: 800px;
    object-fit: cover; }
  .page-template-template-recrutement2023 .mxo-flex, .page-template-template-recrutement2023-sub .mxo-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-template-template-recrutement2023 .mxo-flex .mxo-col6, .page-template-template-recrutement2023-sub .mxo-flex .mxo-col6 {
      width: 44%;
      margin: 0 2%; }
      @media screen and (max-width: 768px) {
        .page-template-template-recrutement2023 .mxo-flex .mxo-col6, .page-template-template-recrutement2023-sub .mxo-flex .mxo-col6 {
          width: 100%;
          margin: 0; } }
      .page-template-template-recrutement2023 .mxo-flex .mxo-col6 h1, .page-template-template-recrutement2023-sub .mxo-flex .mxo-col6 h1 {
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
        /* 113.636% */
        letter-spacing: 2px;
        text-transform: uppercase; }
      .page-template-template-recrutement2023 .mxo-flex .mxo-col6 h2, .page-template-template-recrutement2023-sub .mxo-flex .mxo-col6 h2 {
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
        /* 138.888% */
        letter-spacing: 2px;
        text-transform: uppercase; }
  .page-template-template-recrutement2023 .mxocolumns, .page-template-template-recrutement2023-sub .mxocolumns {
    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;
    margin-top: 20px; }
    .page-template-template-recrutement2023 .mxocolumns__wrap, .page-template-template-recrutement2023-sub .mxocolumns__wrap {
      width: 29.333333%;
      padding: 0 2%;
      margin-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 992px) {
        .page-template-template-recrutement2023 .mxocolumns__wrap, .page-template-template-recrutement2023-sub .mxocolumns__wrap {
          width: 100%;
          padding: 0; } }
      .page-template-template-recrutement2023 .mxocolumns__wrap__item, .page-template-template-recrutement2023-sub .mxocolumns__wrap__item {
        padding: 12%;
        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;
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        /* 140% */
        color: white; }
        @media screen and (max-width: 992px) {
          .page-template-template-recrutement2023 .mxocolumns__wrap__item, .page-template-template-recrutement2023-sub .mxocolumns__wrap__item {
            padding: 30px; } }
        .page-template-template-recrutement2023 .mxocolumns__wrap__item ul li::before, .page-template-template-recrutement2023-sub .mxocolumns__wrap__item ul li::before {
          background-color: #fff;
          border-color: #fff; }
        .page-template-template-recrutement2023 .mxocolumns__wrap__item h3, .page-template-template-recrutement2023-sub .mxocolumns__wrap__item h3 {
          font-size: 30px;
          text-align: center;
          font-style: normal;
          font-weight: 700;
          line-height: 115%;
          /* 34.5px */
          letter-spacing: 3px;
          text-transform: uppercase;
          color: white;
          margin-top: 18px;
          margin-bottom: 18px; }

html,
body {
  height: 100%;
  background: #fff; }

.clear {
  clear: both; }

html {
  font-smooth: always;
  /* 3 */
  text-rendering: optimizeLegibility;
  /* 3 */
  text-rendering: geometricPrecision;
  /* 3 */
  font-smoothing: antialiased;
  /* 3 */
  -moz-font-smoothing: antialiased;
  /* 3 */
  -webkit-font-smoothing: antialiased;
  /* 3 */
  -moz-osx-font-smoothing: grayscale;
  /* Fixes font bold issue in Firefox version 25+ on Mac */ }

body {
  font: 18px/1.55556em "Walsheim", Helvetica, Arial, sans-serif;
  color: #231f21;
  /*opacity:0.99; /* 3 */ }
  @media screen and (max-width: 600px) {
    body {
      line-height: 1.38889em; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 0.65em;
  font-weight: bold;
  line-height: 1.13636em;
  color: #073455;
  letter-spacing: 0.04545em; }

h1 {
  font-size: 2.44444em;
  text-transform: uppercase;
  letter-spacing: 0.04545em; }

h2 {
  font-size: 1.33333em; }

h3 {
  font-size: 1.22222em; }

h4,
h5,
h6 {
  font-size: 1em; }

p,
ul,
ol,
.Table {
  margin: 0 0 1.94444em; }

ul ul,
ol ol,
ol ul,
ul ol {
  margin-top: 1.94444em; }

a:link,
a:visited {
  color: #073455;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }

a[href^="tel:"] {
  color: inherit;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  color: #1f4866; }

:focus,
:active {
  outline: none; }

address {
  font-style: normal; }

blockquote {
  position: relative;
  padding-left: 1.88889em;
  margin: 1.94444em 0; }
  blockquote p {
    font-size: 0.88889em;
    line-height: 1.5em;
    opacity: 0.67; }
  blockquote:before {
    position: absolute;
    top: -0.13636em;
    left: 0;
    font-size: 2.44444em;
    font-weight: bold;
    line-height: 1;
    color: #073455;
    content: "“"; }

table {
  margin: 1em 0; }

hr {
  border: 0;
  border-bottom: 1px solid #d9d9da; }

@media screen and (max-width: 1024px) {
  h1 {
    margin-top: 1.05263em;
    font-size: 2.11111em; } }

@media screen and (max-width: 600px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.1875em; }
  h1 {
    margin-top: 0.75em;
    margin-bottom: 0.90625em;
    font-size: 1.77778em; }
  p,
  ul,
  ol,
  .Table {
    margin: 0 0 1.66667em; }
  blockquote {
    margin: 1.66667em 0; }
  ul ul,
  ol ol,
  ol ul,
  ul ol {
    margin-top: 1.66667em; } }

.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px); }

.Container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 5.55556em; }

@media screen and (max-width: 1366px) {
  .Container {
    padding: 0 3.33333em; } }

@media screen and (max-width: 768px) {
  .Container {
    padding: 0 2.22222em; } }

@media screen and (max-width: 450px) {
  .Container {
    padding: 0 1.11111em; } }

.Table {
  max-width: 100%;
  overflow: auto; }
  .Table table {
    margin: 0; }

.Logo {
  display: inline-block;
  max-width: 50%;
  color: #fff !important; }
  @media screen and (max-width: 600px) {
    .Logo img, .Logo svg {
      width: 11.94444em; } }
  .Logo img, .Logo svg {
    display: block;
    width: 18.88889em;
    max-width: 100%; }
  .Logo svg * {
    fill: currentColor; }

.Colophon {
  font-size: 0.88889em;
  font-weight: 300; }

.BackLink {
  position: relative;
  z-index: 2;
  font-size: 0.66667em;
  font-weight: bold;
  color: #59636a;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  opacity: 0.3;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-backface-visibility: hidden; }
  .BackLink:link, .BackLink:visited {
    color: #59636a;
    opacity: 0.3;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .BackLink:before {
    position: relative;
    top: -0.05em;
    margin-right: 1em;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .BackLink:hover, .BackLink:focus, .BackLink:active {
    opacity: 0.5; }

.IconLink {
  font-size: 1.22222em; }
  .IconLink [class^="icon-"],
  .IconLink [class*=" icon-"] {
    position: relative;
    top: -0.16em;
    margin-left: 0.48em;
    font-size: 2.27273em;
    vertical-align: middle; }
    .IconLink [class^="icon-"]:before,
    .IconLink [class*=" icon-"]:before {
      margin: 0;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .IconLink:hover .icon-anchor-circle-right:before, .IconLink:focus .icon-anchor-circle-right:before, .IconLink:active .icon-anchor-circle-right:before {
    -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px); }

.Services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none; }
  .Services .Cube {
    width: 33.333333%;
    margin-top: -1px; }
  @media screen and (max-width: 768px) {
    .Services .Cube {
      width: 50%; }
      .Services .Cube:nth-child(1) .cube-recto,
      .Services .Cube:nth-child(1) .cube-verso, .Services .Cube:nth-child(6n) .cube-recto,
      .Services .Cube:nth-child(6n) .cube-verso, .Services .Cube:nth-child(6n + 1) .cube-recto,
      .Services .Cube:nth-child(6n + 1) .cube-verso {
        background-color: #073455; }
      .Services .Cube:nth-child(2) .cube-recto,
      .Services .Cube:nth-child(2) .cube-verso, .Services .Cube:nth-child(6n-1) .cube-recto,
      .Services .Cube:nth-child(6n-1) .cube-verso, .Services .Cube:nth-child(6n + 2) .cube-recto,
      .Services .Cube:nth-child(6n + 2) .cube-verso {
        background-color: #1f4866; }
      .Services .Cube.cube-empty {
        display: none; }
      .Services .Cube.cube-link .cube-recto,
      .Services .Cube.cube-link .cube-verso {
        background-color: transparent; } }

.SiteMap {
  padding-left: 0;
  font-size: 1.33333em;
  font-weight: 300;
  line-height: 1.33333em;
  list-style: none; }
  .SiteMap > li > ul {
    font-size: 0.85em; }
  .SiteMap ul {
    padding-left: 1.66667em;
    margin: 0;
    list-style: none; }

.TwoColumns {
  max-width: 870px;
  margin: 0 auto; }
  .TwoColumns:after {
    content: " ";
    /* Older browser do not support empty content */
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }
  @media screen and (max-width: 1024px) {
    .TwoColumns h2 {
      font-size: 2.11111em; } }
  @media screen and (max-width: 600px) {
    .TwoColumns h2 {
      margin-bottom: 1.21875em;
      font-size: 1.77778em; }
    .TwoColumns .two-columns-column {
      float: none;
      width: auto;
      padding: 0; }
    .TwoColumns .two-columns-column + .two-columns-column {
      display: none; } }
  @media screen and (max-width: 600px) {
    .TwoColumns h2 {
      font-size: 1.61111em; } }
  .TwoColumns h1,
  .TwoColumns h2,
  .TwoColumns h3,
  .TwoColumns h4,
  .TwoColumns h5,
  .TwoColumns h6 {
    text-transform: uppercase; }
  .TwoColumns h2 {
    font-size: 2.44444em; }
  .TwoColumns p {
    font-size: 0.88889em;
    line-height: 1.5em; }
  .TwoColumns .two-columns-column {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 0 1.38889em; }
    .TwoColumns .two-columns-column > :first-child {
      margin-top: 0; }
  .TwoColumns.Waypoint .two-columns-column {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
            transform: translateY(40px); }
  .TwoColumns.Waypoint .two-columns-column + .two-columns-column {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  .TwoColumns.Waypoint.waypoint-appear .two-columns-column {
    opacity: 0.99;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.calendar_wrap table {
  width: 100%; }

.calendar_wrap caption {
  margin-bottom: 0.5em;
  font-size: 0.77778em;
  font-weight: normal;
  color: #073455;
  text-transform: uppercase;
  letter-spacing: 0.15em; }

.calendar_wrap td,
.calendar_wrap th {
  text-align: center; }

.widgettitle {
  font-size: 0.88889em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1875em; }

@media screen and (max-width: 768px) {
  .widget_pixelmail_widget input {
    margin-bottom: 0.83333em; } }

.widget_pixelmail_widget p {
  margin-bottom: 1.33333em;
  font-size: 1.33333em;
  line-height: 1.33333em; }

.widget_pixelmail_widget input {
  display: block;
  width: 100%;
  max-width: 380px;
  margin-bottom: 0.66667em; }

.entry-subtitle {
  margin-top: 3.72222em;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.16667em; }
  @media screen and (max-width: 1024px) {
    .entry-subtitle {
      margin-top: 2.22222em; } }
  @media screen and (max-width: 600px) {
    .entry-subtitle {
      margin-top: 2.4375em;
      font-size: 0.88889em; } }
  .entry-subtitle + .entry-title {
    margin-top: 0.43182em; }

.Banner {
  max-width: 900px;
  margin: 5em 0 5.66667em; }
  .Banner .banner-subtitle {
    margin: 0;
    font-size: 2.38889em;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.16667em; }
  .Banner .banner-title {
    margin: 0.25333em 0 0;
    font-size: 4.16667em;
    font-weight: bold;
    line-height: 0.96em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.09333em; }

.PageCubes {
  padding-top: 4.27778em;
  clear: both; }
  .PageCubes.is-3-wide .Cube {
    width: calc(100% / 3); }
    @media screen and (max-width: 768px) {
      .PageCubes.is-3-wide .Cube {
        width: 100%; } }
    .PageCubes.is-3-wide .Cube:before {
      padding-top: 100%; }
    .PageCubes.is-3-wide .Cube:nth-child(2n + 1) .cube-recto,
    .PageCubes.is-3-wide .Cube:nth-child(2n + 1) .cube-verso {
      background-color: #073455; }
    .PageCubes.is-3-wide .Cube:nth-child(2n) .cube-recto,
    .PageCubes.is-3-wide .Cube:nth-child(2n) .cube-verso {
      background-color: #1f4866; }
  .PageCubes .Cube {
    float: left;
    width: 50%; }
    .PageCubes .Cube:before {
      padding-top: 60%; }
    .PageCubes .Cube .cube-recto {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 30px;
      font-size: 1.55556em;
      line-height: 1.14286em;
      text-transform: uppercase;
      letter-spacing: 0.10714em;
      word-spacing: 0; }
  .PageCubes:after {
    content: " ";
    /* Older browser do not support empty content */
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }
  @media screen and (max-width: 1440px) {
    .PageCubes .Cube .cube-recto {
      font-size: 1.94444vw; } }
  @media screen and (max-width: 1366px) {
    .PageCubes {
      padding-top: 3.61111em; } }
  @media screen and (max-width: 768px) {
    .PageCubes {
      padding-top: 2.5em; }
      .PageCubes .Cube {
        width: 50%; }
        .PageCubes .Cube .cube-recto {
          font-size: 4.375vw; }
        .PageCubes .Cube:nth-child(4n + 1) .cube-recto,
        .PageCubes .Cube:nth-child(4n + 1) .cube-verso, .PageCubes .Cube:nth-child(4n) .cube-recto,
        .PageCubes .Cube:nth-child(4n) .cube-verso {
          background-color: #073455; }
        .PageCubes .Cube:nth-child(4n + 2) .cube-recto,
        .PageCubes .Cube:nth-child(4n + 2) .cube-verso, .PageCubes .Cube:nth-child(4n + 3) .cube-recto,
        .PageCubes .Cube:nth-child(4n + 3) .cube-verso {
          background-color: #1f4866; } }
  @media screen and (max-width: 600px) {
    .PageCubes {
      padding-top: 1.66667em; } }

.pagination .page-numbers {
  margin: 0 0.3em; }
  .pagination .page-numbers:first-child {
    margin-left: 0; }

.pagination .next:before,
.post-navigation .nav-next .meta-nav:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  vertical-align: middle;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: ""; }

.pagination .next:hover, .pagination .next:focus, .pagination .next:active {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px); }

.post-navigation .nav-next a:hover .meta-nav, .post-navigation .nav-next a:focus .meta-nav, .post-navigation .nav-next a:active .meta-nav {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px); }

.pagination .prev:before,
.post-navigation .nav-previous .meta-nav:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  vertical-align: middle;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: ""; }

.pagination .prev:hover, .pagination .prev:focus, .pagination .prev:active {
  -webkit-transform: translateX(-4px);
      -ms-transform: translateX(-4px);
          transform: translateX(-4px); }

.post-navigation .nav-previous a:hover .meta-nav, .post-navigation .nav-previous a:focus .meta-nav, .post-navigation .nav-previous a:active .meta-nav {
  -webkit-transform: translateX(-4px);
      -ms-transform: translateX(-4px);
          transform: translateX(-4px); }

.pagination .next,
.pagination .prev,
.post-navigation .nav-previous .meta-nav,
.post-navigation .nav-next .meta-nav {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 1em;
  height: 1em;
  overflow: hidden;
  font-size: 1.33333em;
  line-height: 1em;
  vertical-align: bottom;
  -webkit-transition: 0.2s ease transform;
  transition: 0.2s ease transform; }
  .pagination .next:before,
  .pagination .prev:before,
  .post-navigation .nav-previous .meta-nav:before,
  .post-navigation .nav-next .meta-nav:before {
    display: block;
    margin: 0; }

.post-navigation {
  margin: 4.16667em 0 0; }
  .post-navigation:after {
    content: " ";
    /* Older browser do not support empty content */
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }
  .post-navigation .nav-previous {
    float: left; }
  .post-navigation .nav-next {
    float: right; }
  .post-navigation .nav-previous .meta-nav {
    top: 2px;
    float: left;
    margin-right: 0.5em; }
  .post-navigation .nav-next .meta-nav {
    top: 2px;
    float: right;
    margin-left: 0.5em; }

.comments-area {
  padding-top: 0.72222em;
  margin-top: 2.5em;
  border-top: 1px solid #d9d9da; }
  @media screen and (max-width: 1024px) {
    .comments-area {
      padding-top: 0em;
      margin-top: 1.66667em; }
      .comments-area .comment-list + .comment-respond {
        padding-top: 0em;
        margin-top: 1.88889em; }
      .comments-area .comments-title {
        margin-bottom: 1.4em; }
      .comments-area ol ol {
        margin: 1.5em 0 1.5em 1.65em; } }
  @media screen and (max-width: 600px) {
    .comments-area .comment-list + .comment-respond {
      margin-top: 1.66667em; }
    .comments-area .comments-title {
      margin-bottom: 1.4em; }
    .comments-area ol ol {
      margin: 1.3em 0 1.3em 1.5em; }
    .comments-area .comment-meta,
    .comments-area .comment-awaiting-moderation {
      margin-left: 3.77778em; }
    .comments-area .comment-author img {
      margin-right: 0.6em;
      margin-bottom: 1em; }
    .comments-area .comment-body p {
      margin: 0.8em 0 0.8em 1.3em; } }
  .comments-area .comment-respond p {
    margin: 0 0 0.5em; }
  .comments-area .comment-respond .comment-notes {
    margin-bottom: 1.2em; }
  .comments-area .comment-respond .form-submit {
    margin-top: 1.2em; }
  .comments-area .comment-respond label {
    font-size: 0.88889em; }
  .comments-area .comment-respond textarea,
  .comments-area .comment-respond input[type="text"] {
    display: block;
    width: 100%;
    margin-top: 0.2em; }
  .comments-area .comment-list + .comment-respond {
    padding-top: 0.72222em;
    margin-top: 2.5em;
    border-top: 1px solid #d9d9da; }
  .comments-area .comment-author,
  .comments-area .comment-awaiting-moderation,
  .comments-area .comment-meta {
    line-height: 1.3; }
  .comments-area .comment-author img {
    float: left;
    width: 56px;
    margin-right: 1em;
    margin-bottom: 1.25em; }
  .comments-area .comment-author cite {
    font-style: normal;
    opacity: 0.67; }
  .comments-area .comment-body p {
    margin: 1em 0 1em 1.5em;
    clear: both;
    line-height: 1.4; }
  .comments-area .comments-title {
    margin-bottom: 1.7em; }
  .comments-area .comment-meta,
  .comments-area .comment-awaiting-moderation {
    margin-left: 4.11111em; }
  .comments-area .comment-awaiting-moderation {
    display: block;
    opacity: 0.67; }
  .comments-area .comment-awaiting-moderation + br {
    display: none; }
  .comments-area ol {
    padding: 0;
    margin: 0;
    list-style: none; }
  .comments-area ol ol {
    margin: 2.5em 0 2em 2.5em; }
  .comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style: none; }

#tooltip {
  position: absolute;
  z-index: 10000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  max-width: 275px;
  font-size: 0.66667em;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08333em;
  background: rgba(35, 31, 33, 0.35);
  padding: 1.25em; }

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

.LanguageLinks li {
  display: inline; }

.LanguageLinks .lang_sel_sel {
  display: none; }

.LanguageLinks a:link, .LanguageLinks a:visited {
  font-size: 1.61111em;
  font-weight: 500;
  letter-spacing: 0.13793em;
  color: inherit;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.99; }

.LanguageLinks a:hover, .LanguageLinks a:focus, .LanguageLinks a:active {
  color: inherit;
  opacity: 0.7; }

.toggle-menu-trigger {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px); }

.ToggleMenu {
  position: relative;
  z-index: 1;
  overflow: visible;
  padding: 0;
  border: 0;
  margin: 0;
  min-width: 0;
  font-size: 1em;
  cursor: pointer;
  outline: none;
  background: none;
  -webkit-transition: left 0.3s ease, opacity 0.2s ease;
  transition: left 0.3s ease, opacity 0.2s ease;
  opacity: 0.99; }
  .ToggleMenu:hover, .ToggleMenu:focus, .ToggleMenu:active {
    opacity: 0.7; }
  .ToggleMenu .toggle-menu-icon {
    position: relative;
    display: inline-block;
    width: 1.66667em;
    vertical-align: middle; }
    .ToggleMenu .toggle-menu-icon .toggle-menu-bar-1, .ToggleMenu .toggle-menu-icon .toggle-menu-bar-2, .ToggleMenu .toggle-menu-icon .toggle-menu-bar-3 {
      position: relative;
      top: 0;
      display: block;
      width: 100%;
      height: 3px;
      margin-bottom: 5px;
      background: #fff; }
    .ToggleMenu .toggle-menu-icon .toggle-menu-bar-1 {
      -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease 0.25s;
      transition: top 0.2s ease, -webkit-transform 0.2s ease 0.25s;
      transition: top 0.2s ease, transform 0.2s ease 0.25s;
      transition: top 0.2s ease, transform 0.2s ease 0.25s, -webkit-transform 0.2s ease 0.25s;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }
      .toggle-menu-trigger:checked ~ .PAGE .ToggleMenu .toggle-menu-icon .toggle-menu-bar-1 {
        top: 0.44444em;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
    .ToggleMenu .toggle-menu-icon .toggle-menu-bar-2 {
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      opacity: 1; }
      .toggle-menu-trigger:checked ~ .PAGE .ToggleMenu .toggle-menu-icon .toggle-menu-bar-2 {
        opacity: 0; }
    .ToggleMenu .toggle-menu-icon .toggle-menu-bar-3 {
      margin-bottom: 0;
      -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease 0.25s;
      transition: top 0.2s ease, -webkit-transform 0.2s ease 0.25s;
      transition: top 0.2s ease, transform 0.2s ease 0.25s;
      transition: top 0.2s ease, transform 0.2s ease 0.25s, -webkit-transform 0.2s ease 0.25s; }
      .toggle-menu-trigger:checked ~ .PAGE .ToggleMenu .toggle-menu-icon .toggle-menu-bar-3 {
        top: -0.44444em;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  @media screen and (max-width: 450px) {
    .ToggleMenu .toggle-menu-icon {
      width: 1.16667em; } }

.MainMenu {
  overflow: hidden;
  color: #818a94; }
  .MainMenu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .MainMenu li {
    display: inline-block;
    margin: 0 1.2em 0 -1.2em;
    font-size: 4.16667em;
    line-height: 1.2em;
    white-space: nowrap; }
    .MainMenu li:before {
      font-family: "icons";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      vertical-align: middle;
      /* opacity: .8; */
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
      /* you can be more comfortable with increased icons size */
      /* font-size: 120%; */
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      content: "";
      display: inline-block;
      margin: -0.25397em 0.2381em 0 0.19048em;
      font-size: 0.84em;
      vertical-align: middle;
      font-weight: normal; }
    .MainMenu li.wpml-lang {
      display: none; }
  .MainMenu a {
    text-transform: uppercase;
    font-weight: bold; }
    .MainMenu a:link, .MainMenu a:visited {
      color: #818a94; }
    .MainMenu a:hover, .MainMenu a:focus, .MainMenu a:active {
      color: #fff; }
  @media screen and (max-width: 1260px) {
    .MainMenu li {
      font-size: 5.95238vw; } }
  @media screen and (max-width: 768px) {
    .MainMenu li {
      display: block;
      margin: 0 0 0.3871em;
      font-size: 1.72222em;
      font-size: 6.25vw;
      letter-spacing: 0.09677em;
      white-space: normal; }
      .MainMenu li:before {
        display: none; }
      .MainMenu li.wpml-lang {
        display: block; }
      .MainMenu li.wpml-sel {
        display: none; } }
  @media screen and (max-width: 600px) {
    .MainMenu li {
      font-size: 6.66667vw; } }
  @media screen and (max-width: 450px) {
    .MainMenu li {
      font-size: 1.72222em; } }

.Breadcrumb, .breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0.27778em 0 0;
  line-height: 1.1; }
  .Breadcrumb ol, .breadcrumbs ol {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.1; }
  .Breadcrumb li, .breadcrumbs li {
    display: inline;
    font-size: 0.66667em;
    text-transform: uppercase;
    letter-spacing: 0.16667em;
    color: #b3b4b6; }
    .Breadcrumb li:before, .breadcrumbs li:before {
      content: '/';
      margin: 0 0.5em 0 0.08333em;
      color: #073455; }
    .Breadcrumb li:first-child:before, .breadcrumbs li:first-child:before {
      display: none; }
  .Breadcrumb strong, .breadcrumbs strong {
    font-weight: normal; }

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

.InlineMenu li {
  display: inline;
  margin-right: 1.16667em; }

.InlineMenu a:link, .InlineMenu a:visited {
  font-weight: 300;
  font-size: 0.88889em; }

.Button, .Button:link, .Button:visited, button[type=submit], button[type=button], input[type=submit] {
  display: inline-block;
  min-width: 17.5em;
  border: 0;
  padding: 1.41667em 2.5em 1.33333em;
  font-size: 0.66667em;
  line-height: normal;
  font-weight: bold;
  letter-spacing: 0.20833em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #272425;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  .Button:hover, .Button:focus, .Button:active, .Button:link:hover, .Button:link:focus, .Button:link:active, .Button:visited:hover, .Button:visited:focus, .Button:visited:active, button[type=submit]:hover, button[type=submit]:focus, button[type=submit]:active, button[type=button]:hover, button[type=button]:focus, button[type=button]:active, input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {
    background-color: #a3a3a3; }
  .Button.button-alt, .Button:link.button-alt, .Button:visited.button-alt, button[type=submit].button-alt, button[type=button].button-alt, input[type=submit].button-alt {
    background-color: #073455; }
    .Button.button-alt:hover, .Button.button-alt:focus, .Button.button-alt:active, .Button:link.button-alt:hover, .Button:link.button-alt:focus, .Button:link.button-alt:active, .Button:visited.button-alt:hover, .Button:visited.button-alt:focus, .Button:visited.button-alt:active, button[type=submit].button-alt:hover, button[type=submit].button-alt:focus, button[type=submit].button-alt:active, button[type=button].button-alt:hover, button[type=button].button-alt:focus, button[type=button].button-alt:active, input[type=submit].button-alt:hover, input[type=submit].button-alt:focus, input[type=submit].button-alt:active {
      background-color: #1f4866; }
  .Button.button-alt2, .Button:link.button-alt2, .Button:visited.button-alt2, button[type=submit].button-alt2, button[type=button].button-alt2, input[type=submit].button-alt2 {
    background-color: #b3b4b6; }
    .Button.button-alt2:hover, .Button.button-alt2:focus, .Button.button-alt2:active, .Button:link.button-alt2:hover, .Button:link.button-alt2:focus, .Button:link.button-alt2:active, .Button:visited.button-alt2:hover, .Button:visited.button-alt2:focus, .Button:visited.button-alt2:active, button[type=submit].button-alt2:hover, button[type=submit].button-alt2:focus, button[type=submit].button-alt2:active, button[type=button].button-alt2:hover, button[type=button].button-alt2:focus, button[type=button].button-alt2:active, input[type=submit].button-alt2:hover, input[type=submit].button-alt2:focus, input[type=submit].button-alt2:active {
      background-color: #d9d9da; }
  .Button.button-alt3, .Button:link.button-alt3, .Button:visited.button-alt3, button[type=submit].button-alt3, button[type=button].button-alt3, input[type=submit].button-alt3 {
    color: #132E4B;
    background-color: #fff; }
    .Button.button-alt3:hover, .Button.button-alt3:focus, .Button.button-alt3:active, .Button:link.button-alt3:hover, .Button:link.button-alt3:focus, .Button:link.button-alt3:active, .Button:visited.button-alt3:hover, .Button:visited.button-alt3:focus, .Button:visited.button-alt3:active, button[type=submit].button-alt3:hover, button[type=submit].button-alt3:focus, button[type=submit].button-alt3:active, button[type=button].button-alt3:hover, button[type=button].button-alt3:focus, button[type=button].button-alt3:active, input[type=submit].button-alt3:hover, input[type=submit].button-alt3:focus, input[type=submit].button-alt3:active {
      background-color: #b3b4b6; }
  .Button[disabled], .Button.button-disabled, .Button:link[disabled], .Button:link.button-disabled, .Button:visited[disabled], .Button:visited.button-disabled, button[type=submit][disabled], button[type=submit].button-disabled, button[type=button][disabled], button[type=button].button-disabled, input[type=submit][disabled], input[type=submit].button-disabled {
    cursor: default;
    opacity: 0.8;
    background-color: #272425; }
    .Button[disabled].button-alt, .Button.button-disabled.button-alt, .Button:link[disabled].button-alt, .Button:link.button-disabled.button-alt, .Button:visited[disabled].button-alt, .Button:visited.button-disabled.button-alt, button[type=submit][disabled].button-alt, button[type=submit].button-disabled.button-alt, button[type=button][disabled].button-alt, button[type=button].button-disabled.button-alt, input[type=submit][disabled].button-alt, input[type=submit].button-disabled.button-alt {
      background-color: #073455; }
    .Button[disabled].button-alt2, .Button.button-disabled.button-alt2, .Button:link[disabled].button-alt2, .Button:link.button-disabled.button-alt2, .Button:visited[disabled].button-alt2, .Button:visited.button-disabled.button-alt2, button[type=submit][disabled].button-alt2, button[type=submit].button-disabled.button-alt2, button[type=button][disabled].button-alt2, button[type=button].button-disabled.button-alt2, input[type=submit][disabled].button-alt2, input[type=submit].button-disabled.button-alt2 {
      background-color: #b3b4b6; }
  .Button [class^="icon-"], .Button [class*=" icon-"], .Button:link [class^="icon-"], .Button:link [class*=" icon-"], .Button:visited [class^="icon-"], .Button:visited [class*=" icon-"], button[type=submit] [class^="icon-"], button[type=submit] [class*=" icon-"], button[type=button] [class^="icon-"], button[type=button] [class*=" icon-"], input[type=submit] [class^="icon-"], input[type=submit] [class*=" icon-"] {
    position: relative;
    font-size: 1.41667em;
    line-height: 0.8; }
    .Button [class^="icon-"]:before, .Button [class*=" icon-"]:before, .Button:link [class^="icon-"]:before, .Button:link [class*=" icon-"]:before, .Button:visited [class^="icon-"]:before, .Button:visited [class*=" icon-"]:before, button[type=submit] [class^="icon-"]:before, button[type=submit] [class*=" icon-"]:before, button[type=button] [class^="icon-"]:before, button[type=button] [class*=" icon-"]:before, input[type=submit] [class^="icon-"]:before, input[type=submit] [class*=" icon-"]:before {
      margin: 0 0.88889em 0 0; }
    .Button [class^="icon-"]:last-child:before, .Button [class*=" icon-"]:last-child:before, .Button:link [class^="icon-"]:last-child:before, .Button:link [class*=" icon-"]:last-child:before, .Button:visited [class^="icon-"]:last-child:before, .Button:visited [class*=" icon-"]:last-child:before, button[type=submit] [class^="icon-"]:last-child:before, button[type=submit] [class*=" icon-"]:last-child:before, button[type=button] [class^="icon-"]:last-child:before, button[type=button] [class*=" icon-"]:last-child:before, input[type=submit] [class^="icon-"]:last-child:before, input[type=submit] [class*=" icon-"]:last-child:before {
      margin: 0 0 0 0.88889em; }
  .Button .icon-linkedin, .Button:link .icon-linkedin, .Button:visited .icon-linkedin, button[type=submit] .icon-linkedin, button[type=button] .icon-linkedin, input[type=submit] .icon-linkedin {
    top: -1px;
    font-size: 1.25em; }
  .Button[href$=".pdf"]:after, .Button:link[href$=".pdf"]:after, .Button:visited[href$=".pdf"]:after, button[type=submit][href$=".pdf"]:after, button[type=button][href$=".pdf"]:after, input[type=submit][href$=".pdf"]:after {
    display: inline-block;
    line-height: normal;
    letter-spacing: 1px;
    content: 'pdf';
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding: 3px 6px 2px 6px;
    margin-left: 1.77778em;
    text-transform: uppercase;
    font-size: 0.75em;
    border-radius: 2px;
    color: #073455;
    background: #f8f8f8;
    background: rgba(248, 248, 248, 0.6); }
  @media screen and (max-width: 768px) {
    .Button, .Button:link, .Button:visited, button[type=submit], button[type=button], input[type=submit] {
      min-width: 13.125em;
      padding: 1.375em 1.875em 1.3125em;
      font-size: 0.88889em; } }
  @media screen and (max-width: 450px) {
    .Button, .Button:link, .Button:visited, button[type=submit], button[type=button], input[type=submit] {
      min-width: 0;
      width: 100%; } }

.HeroVideo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-height: 100%;
  background: url(../images/bg-video-home.webp) center center no-repeat;
  background-size: cover; }
  .no-webp .HeroVideo {
    background: url(../images/bg-video-home.jpg) center center no-repeat; }
  .HeroVideo:before {
    display: block;
    height: 0;
    content: '';
    padding-top: 55.55556%; }
  .HeroVideo video, .HeroVideo img {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }
  .HeroVideo .hero-video-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 10em;
    bottom: 8.33333em;
    z-index: 2;
    max-width: 100%;
    width: 1440px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff; }
    @media screen and (max-width: 600px) {
      .HeroVideo .hero-video-content {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .HeroVideo .hero-video-content h1 {
      margin: 0;
      font-size: 4.16667em;
      line-height: 1.2em;
      letter-spacing: 0.08em;
      color: inherit; }
    .HeroVideo .hero-video-content p {
      margin: 0.70833em 0 0;
      font-size: 1.33333em;
      font-weight: 500; }
    .HeroVideo .hero-video-content a {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 32px 0 -2px; }
      .HeroVideo .hero-video-content a span.play-btn {
        display: block;
        position: relative;
        width: 24px;
        height: 24px;
        border-radius: 999vw;
        background: #fff;
        border: 2px solid #fff;
        margin-right: 13px;
        -webkit-transition: 0.3s all ease-out;
        transition: 0.3s all ease-out; }
        .HeroVideo .hero-video-content a span.play-btn:after {
          border: 5px solid transparent;
          border-width: 7px 9px;
          border-left-color: #073455;
          display: block;
          content: ' ';
          height: 0;
          width: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(calc(-50% + 6px), -50%);
              -ms-transform: translate(calc(-50% + 6px), -50%);
                  transform: translate(calc(-50% + 6px), -50%);
          -webkit-transition: 0.3s all ease-out;
          transition: 0.3s all ease-out; }
      .HeroVideo .hero-video-content a span.text {
        display: inline-block;
        border-bottom: 1px solid transparent;
        -webkit-transition: 0.3s all ease-out;
        transition: 0.3s all ease-out; }
      .HeroVideo .hero-video-content a:hover span.play-btn {
        background: transparent; }
        .HeroVideo .hero-video-content a:hover span.play-btn:after {
          border-left-color: #fff; }
      .HeroVideo .hero-video-content a:hover span.text {
        border-bottom-color: #fff; }
  .HeroVideo .icon-anchor-circle-down {
    position: absolute;
    bottom: 0.71642em;
    left: 50%;
    z-index: 2;
    margin-left: -0.50746em;
    font-size: 3.72222em;
    color: #fff; }
    .HeroVideo .icon-anchor-circle-down:before {
      margin: 0;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
    .HeroVideo .icon-anchor-circle-down:hover:before, .HeroVideo .icon-anchor-circle-down:focus:before, .HeroVideo .icon-anchor-circle-down:active:before {
      -webkit-transform: translateY(6px) scale(1.025);
          -ms-transform: translateY(6px) scale(1.025);
              transform: translateY(6px) scale(1.025); }
  @media screen and (max-width: 1440px) {
    .HeroVideo .hero-video-content h1 {
      width: 85%;
      font-size: 5.20833vw; } }
  @media screen and (max-width: 1024px) {
    .HeroVideo:before {
      padding-top: 75%; } }
  @media screen and (max-width: 768px) {
    .HeroVideo {
      height: 100%;
      min-height: 550px;
      max-height: none; }
      .HeroVideo .hero-video-content p {
        font-size: 1.11111em; }
      .HeroVideo .icon-anchor-circle-down {
        bottom: 0.63333em;
        font-size: 3.33333em; } }
  @media screen and (max-width: 600px) {
    .HeroVideo {
      background: url(../images/bg-home-mobile.webp) center center no-repeat;
      background-size: cover; }
      .no-webp .HeroVideo {
        background: url(../images/bg-home-mobile.jpg) center center no-repeat; }
      .HeroVideo .hero-video-content h1 {
        width: auto;
        font-size: 6.66667vw; }
      .HeroVideo .hero-video-content p {
        font-size: 1.16667em; }
      .HeroVideo:before {
        display: none; }
      .HeroVideo video {
        display: none; }
      .HeroVideo .icon-anchor-circle-down {
        bottom: 0.54em;
        font-size: 2.77778em; } }
  @media screen and (max-width: 450px) {
    .HeroVideo .hero-video-content {
      top: 7em; }
      .HeroVideo .hero-video-content h1 {
        font-size: 10.3125vw; } }

.CtaStrip {
  position: relative; }
  .CtaStrip:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: center center no-repeat;
    background-size: cover; }
  .CtaStrip .Container {
    position: relative;
    z-index: 1; }
    .CtaStrip .Container:after {
      content: " ";
      /* Older browser do not support empty content */
      display: block;
      clear: both;
      visibility: hidden;
      height: 0; }
  .CtaStrip .cta-strip-content h3 {
    margin: 0;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0.16667em;
    text-transform: uppercase; }
  .CtaStrip .cta-strip-content h2 {
    margin: 0.42857em 0 1em;
    font-size: 2.33333em;
    line-height: 1.14286em;
    letter-spacing: 0.04762em;
    text-transform: uppercase; }
  .CtaStrip .cta-strip-content p {
    margin: -1.125em 0 2.9375em;
    font-size: 0.88889em;
    line-height: 1.5em;
    opacity: 0.67; }
  .CtaStrip.cta-strip-team {
    padding: 6.38889em 0 8.61111em;
    background-color: #073455; }
    .CtaStrip.cta-strip-team:before {
      background-image: url(../images/team.webp);
      background-color: #093c60; }
      .no-webp .CtaStrip.cta-strip-team:before {
        background-image: url(../images/team.jpg); }
      @media screen and (min-width: 1600px) {
        .CtaStrip.cta-strip-team:before {
          background-position: left center;
          background-color: #093c60;
          background-size: 1600px auto; } }
    .CtaStrip.cta-strip-team .cta-strip-content {
      width: 530px;
      float: right; }
      .CtaStrip.cta-strip-team .cta-strip-content h3,
      .CtaStrip.cta-strip-team .cta-strip-content h2 {
        color: #fff; }
  .CtaStrip.cta-strip-career {
    padding: 7.61111em 0 7.5em;
    background-color: #eaeaea; }
    .CtaStrip.cta-strip-career:before {
      background-color: #eaeaea;
      background-image: url(../images/career.webp);
      background-position: center right; }
      .no-webp .CtaStrip.cta-strip-career:before {
        background-image: url(../images/career.jpg); }
    .CtaStrip.cta-strip-career .cta-strip-content {
      width: 570px; }
  .CtaStrip.cta-strip-office {
    position: relative;
    overflow: hidden;
    padding: 7.22222em 0 6.94444em; }
    .CtaStrip.cta-strip-office .cta-strip-content {
      margin-left: 70px !important;
      width: calc(100% - 140px) !important;
      width: 725px !important; }
    .CtaStrip.cta-strip-office:before {
      background-image: url(../images/office.webp); }
      .no-webp .CtaStrip.cta-strip-office:before {
        background-image: url(../images/office.jpg); }
    .no-js .CtaStrip.cta-strip-office .IconLink {
      display: none; }
    .CtaStrip.cta-strip-office .cta-strip-office-slideshow {
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      width: 100% !important;
      list-style: none;
      padding: 0;
      margin: 0;
      overflow: hidden; }
      .CtaStrip.cta-strip-office .cta-strip-office-slideshow .cycle-slide {
        width: 100%;
        height: 100%; }
      .CtaStrip.cta-strip-office .cta-strip-office-slideshow .cycle-slide-previous {
        z-index: 98 !important;
        visibility: visible !important; }
      .CtaStrip.cta-strip-office .cta-strip-office-slideshow .cycle-slide img {
        display: block;
        width: auto;
        height: auto;
        min-width: 100%; }
      .CtaStrip.cta-strip-office .cta-strip-office-slideshow .cta-strip-office-img {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        overflow: hidden; }
        .CtaStrip.cta-strip-office .cta-strip-office-slideshow .cta-strip-office-img img {
          position: absolute;
          top: 50%;
          left: 50%;
          /*max-height: 100%;*/
          max-width: none;
          min-height: 100%;
          min-width: 100%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
    .CtaStrip.cta-strip-office > .icon-anchor-circle-left,
    .CtaStrip.cta-strip-office > .icon-anchor-circle-right {
      position: absolute;
      top: 50%;
      z-index: 200;
      display: inline-block;
      margin-top: -0.49254em;
      font-size: 3.72222em;
      color: #fff;
      -webkit-transition: 0.25s ease opacity, 0.3s ease-in transform;
      transition: 0.25s ease opacity, 0.3s ease-in transform; }
      .CtaStrip.cta-strip-office > .icon-anchor-circle-left:before,
      .CtaStrip.cta-strip-office > .icon-anchor-circle-right:before {
        margin: 0;
        -webkit-transition: font-weight 0.2s ease, -webkit-transform 0.2s ease;
        transition: font-weight 0.2s ease, -webkit-transform 0.2s ease;
        transition: transform 0.2s ease, font-weight 0.2s ease;
        transition: transform 0.2s ease, font-weight 0.2s ease, -webkit-transform 0.2s ease; }
    .CtaStrip.cta-strip-office > .icon-anchor-circle-left {
      left: 0.7em; }
    .CtaStrip.cta-strip-office > .icon-anchor-circle-right {
      right: 0.7em; }
    .CtaStrip.cta-strip-office .cta-strip-content {
      position: relative;
      z-index: 201;
      width: 725px;
      padding: 3.11111em 3.22222em 2.11111em;
      margin-left: -3.22222em;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: #fff;
      background-color: rgba(255, 255, 255, 0.8);
      -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, transform 0.3s ease;
      transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
      .CtaStrip.cta-strip-office .cta-strip-content h2 {
        font-size: 2.44444em; }
      .CtaStrip.cta-strip-office .cta-strip-content p {
        margin-bottom: 2.3125em; }
    .CtaStrip.cta-strip-office.cta-strip-office-active > .icon-anchor-circle-left,
    .CtaStrip.cta-strip-office.cta-strip-office-active > .icon-anchor-circle-right {
      opacity: 0.7;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      .CtaStrip.cta-strip-office.cta-strip-office-active > .icon-anchor-circle-left:hover,
      .CtaStrip.cta-strip-office.cta-strip-office-active > .icon-anchor-circle-right:hover {
        opacity: 1; }
    .CtaStrip.cta-strip-office.cta-strip-office-active .cta-strip-content,
    .CtaStrip.cta-strip-office.cta-strip-office-active.Waypoint div.cta-strip-content {
      opacity: 0;
      -webkit-transform: scale(0.95);
          -ms-transform: scale(0.95);
              transform: scale(0.95);
      pointer-events: none; }
  .CtaStrip.CtaStrip.cta-strip-best-in-mtl:before {
    display: none; }
  .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url("../images/honor-bg.webp") center center no-repeat #073455;
    background-size: auto 100%; }
    .no-webp .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex {
      background: url("../images/honor-bg.png") center center no-repeat #073455; }
    .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div.image {
      background: none;
      min-height: 612px;
      max-width: 640px;
      margin-left: -21px;
      position: relative; }
      .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div.image .imgbg {
        background: url("../images/meilleur_employeur_univ.webp") center center no-repeat;
        background-size: cover;
        float: right;
        width: calc(50vw - 20px);
        min-width: calc(100% - 20px);
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .no-webp .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div.image .imgbg {
          background: url("../images/meilleur_employeur_univ.jpg") center center no-repeat; }
      .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div.image .honors {
        padding: 0 0 25px 25px;
        position: relative;
        z-index: 1; }
        .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div.image .honors img {
          margin-right: 60px; }
    .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 50%; }
      .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div.image {
        background-size: cover;
        min-height: 587px;
        max-width: 792px;
        width: 100%; }
        .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div.image.image-fr {
          background-size: cover; }
      .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div.text {
        width: 650px;
        max-width: 100%; }
        .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div.text > div {
          max-width: 420px;
          padding: 80px 85px 38px;
          -webkit-box-sizing: content-box;
                  box-sizing: content-box; }
          .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div.text > div h3 {
            font-size: 42px;
            font-family: "Walsheim", Helvetica, Arial, sans-serif;
            font-weight: 600;
            color: white;
            text-transform: uppercase;
            line-height: 1.143;
            text-align: left;
            margin: 0 0 15px; }
          .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div.text > div p {
            font-size: 16px;
            font-family: "Walsheim", Helvetica, Arial, sans-serif;
            color: rgba(255, 255, 255, 0.749);
            line-height: 1.625;
            text-align: left; }
            .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div.text > div p.note {
              font-size: 13px;
              font-family: "Walsheim", Helvetica, Arial, sans-serif;
              font-weight: 700;
              color: white;
              text-transform: uppercase;
              line-height: 1.7em;
              max-width: 300px;
              margin: 0;
              letter-spacing: 1.9px; }
          .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div.text > div .btn {
            background: #231f21;
            color: #fff;
            text-transform: uppercase;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            padding: 0 27px 0 18px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            font-size: 13px;
            letter-spacing: 1.9px;
            font-family: "Walsheim", Helvetica, Arial, sans-serif;
            font-weight: 700;
            color: white;
            text-transform: uppercase;
            line-height: 1.167;
            width: 306px;
            height: 85px;
            margin-bottom: 14px;
            max-width: 100%;
            -webkit-transition: 0.3s all ease-out;
            transition: 0.3s all ease-out; }
            .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div.text > div .btn:hover {
              opacity: 0.7; }
            .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div.text > div .btn .play-btn {
              display: inline-block;
              line-height: 55px;
              font-size: 24px;
              height: 55px;
              width: 55px;
              background: #fff;
              border-radius: 999vw;
              text-align: center;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              padding-left: 4px; }
              .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div.text > div .btn .play-btn img {
                width: 14px; }
  .CtaStrip.CtaStrip.cta-strip-best-in-mtl.on-univ .flex {
    padding: 75px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#137479), to(#1c4c61));
    background: linear-gradient(#137479, #1c4c61); }
    .CtaStrip.CtaStrip.cta-strip-best-in-mtl.on-univ .flex > div.text {
      background: none !important; }
      .CtaStrip.CtaStrip.cta-strip-best-in-mtl.on-univ .flex > div.text > div {
        padding: 0 0 0 148px; }
        .CtaStrip.CtaStrip.cta-strip-best-in-mtl.on-univ .flex > div.text > div h3 {
          margin: 0 0 28px; }
        .CtaStrip.CtaStrip.cta-strip-best-in-mtl.on-univ .flex > div.text > div p {
          line-height: 1.5em;
          margin-bottom: 62px; }
        .CtaStrip.CtaStrip.cta-strip-best-in-mtl.on-univ .flex > div.text > div .btn {
          width: 348px;
          height: 64px;
          border-radius: 999vw;
          background-color: #f3e635;
          color: #010a4c;
          padding: 0 27px 0 45px;
          letter-spacing: 2.6px; }
          .CtaStrip.CtaStrip.cta-strip-best-in-mtl.on-univ .flex > div.text > div .btn .play-btn {
            border: 2px solid #010a4c;
            border-radius: 999vw;
            background: transparent;
            height: 50px;
            width: 50px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
  .CtaStrip.Waypoint {
    overflow: hidden; }
    .CtaStrip.Waypoint.cta-strip-team .Container, .CtaStrip.Waypoint.cta-strip-career .Container {
      opacity: 0;
      -webkit-transform: translateY(50px);
          -ms-transform: translateY(50px);
              transform: translateY(50px); }
    .CtaStrip.Waypoint.cta-strip-team .Button, .CtaStrip.Waypoint.cta-strip-career .Button {
      opacity: 0; }
    .CtaStrip.Waypoint.cta-strip-team:before, .CtaStrip.Waypoint.cta-strip-career:before {
      opacity: 0;
      -webkit-transform: translateY(50px);
          -ms-transform: translateY(50px);
              transform: translateY(50px); }
    .CtaStrip.Waypoint.cta-strip-team.waypoint-appear:before,
    .CtaStrip.Waypoint.cta-strip-team.waypoint-appear .Container, .CtaStrip.Waypoint.cta-strip-career.waypoint-appear:before,
    .CtaStrip.Waypoint.cta-strip-career.waypoint-appear .Container {
      opacity: 0.99;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .CtaStrip.Waypoint.cta-strip-team.waypoint-appear .Container, .CtaStrip.Waypoint.cta-strip-career.waypoint-appear .Container {
      -webkit-transition: opacity 0.3s 0.4s ease-out, -webkit-transform 0.3s 0.4s ease-out;
      transition: opacity 0.3s 0.4s ease-out, -webkit-transform 0.3s 0.4s ease-out;
      transition: opacity 0.3s 0.4s ease-out, transform 0.3s 0.4s ease-out;
      transition: opacity 0.3s 0.4s ease-out, transform 0.3s 0.4s ease-out, -webkit-transform 0.3s 0.4s ease-out; }
    .CtaStrip.Waypoint.cta-strip-team.waypoint-appear:before, .CtaStrip.Waypoint.cta-strip-career.waypoint-appear:before {
      -webkit-transition: opacity 0.4s 0.1s ease-out, -webkit-transform 0.4s 0.1s ease-out;
      transition: opacity 0.4s 0.1s ease-out, -webkit-transform 0.4s 0.1s ease-out;
      transition: opacity 0.4s 0.1s ease-out, transform 0.4s 0.1s ease-out;
      transition: opacity 0.4s 0.1s ease-out, transform 0.4s 0.1s ease-out, -webkit-transform 0.4s 0.1s ease-out; }
    .CtaStrip.Waypoint.cta-strip-team.waypoint-appear .Button, .CtaStrip.Waypoint.cta-strip-career.waypoint-appear .Button {
      opacity: 0.99;
      -webkit-transition: opacity 0.3s 0.7s ease;
      transition: opacity 0.3s 0.7s ease; }
    .CtaStrip.Waypoint.cta-strip-office .cta-strip-office-slideshow, .CtaStrip.Waypoint.cta-strip-office:before,
    .CtaStrip.Waypoint.cta-strip-office .cta-strip-content {
      opacity: 0;
      -webkit-transform: translateY(50px);
          -ms-transform: translateY(50px);
              transform: translateY(50px); }
    .CtaStrip.Waypoint.cta-strip-office.waypoint-appear .cta-strip-office-slideshow, .CtaStrip.Waypoint.cta-strip-office.waypoint-appear:before,
    .CtaStrip.Waypoint.cta-strip-office.waypoint-appear .cta-strip-content {
      opacity: 0.99;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
      transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
      transition: opacity 0.3s ease-out, transform 0.3s ease-out;
      transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
    .CtaStrip.Waypoint.cta-strip-office.waypoint-appear .cta-strip-content {
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
  @media screen and (max-width: 1366px) {
    .CtaStrip.cta-strip-office {
      padding: 5.55556em 0 5.55556em; }
      .CtaStrip.cta-strip-office .cta-strip-content {
        width: 60%;
        margin-left: -2.22222em;
        padding: 2.22222em 2.22222em 1.83333em; }
    .CtaStrip.cta-strip-team {
      padding: 5.55556em 0 6.66667em; }
    .CtaStrip.cta-strip-career {
      padding: 5.55556em 0 5.55556em; }
      .CtaStrip.cta-strip-career .cta-strip-content {
        max-width: 450px; } }
  @media screen and (max-width: 1260px) {
    .CtaStrip.cta-strip-team .cta-strip-content {
      width: 450px; } }
  @media screen and (max-width: 1024px) {
    .CtaStrip .cta-strip-content h2 {
      margin: 0.42105em 0 1.10526em;
      font-size: 2.11111em; }
    .CtaStrip.cta-strip-office {
      padding: 4.44444em 0 4.44444em; }
      .CtaStrip.cta-strip-office .cta-strip-content {
        width: 85%;
        max-width: 633px;
        margin-left: -1.66667em;
        padding: 1.38889em 1.66667em 1.22222em; }
        .CtaStrip.cta-strip-office .cta-strip-content h2 {
          font-size: 2.22222em; }
    .CtaStrip.cta-strip-career {
      padding: 4.44444em 0 4.44444em; }
      .CtaStrip.cta-strip-career:before {
        background-position: center center; }
      .CtaStrip.cta-strip-career .cta-strip-content {
        width: 70%; }
    .CtaStrip.cta-strip-team {
      padding: 3.33333em 0 4.44444em; }
      .CtaStrip.cta-strip-team:before {
        background-size: 1130px auto;
        background-color: #073455;
        background-position: 50% bottom; }
      .CtaStrip.cta-strip-team .cta-strip-content {
        width: 43.94531%; }
    .CtaStrip.CtaStrip.cta-strip-best-in-mtl.on-univ .flex > div.text > div {
      padding: 0 0 0 50px; } }
  @media screen and (max-width: 768px) {
    .CtaStrip .cta-strip-content p {
      display: none; }
    .CtaStrip .cta-strip-content .Button {
      font-size: 0.77778em; }
    .CtaStrip.cta-strip-office .cta-strip-content {
      width: 100%;
      margin-left: 0; }
    .CtaStrip.cta-strip-office > .icon-anchor-circle-left {
      left: 0.5em; }
    .CtaStrip.cta-strip-office > .icon-anchor-circle-right {
      right: 0.5em; }
    .CtaStrip.cta-strip-team {
      position: relative;
      padding: 19.16667em 0 3em; }
      .CtaStrip.cta-strip-team:before {
        background-position: left -1.5em; }
      .CtaStrip.cta-strip-team .Container {
        padding-top: 2.55556em;
        background-color: #073455; }
      .CtaStrip.cta-strip-team .cta-strip-content {
        float: none;
        width: auto; }
    .CtaStrip.cta-strip-career {
      padding: 3.33333em 0 3.33333em; }
    .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: #073455; }
      .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div {
        width: 100%; }
        .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div.text {
          background: #1e5799;
          background: radial-gradient(ellipse at 50% -20%, #386681 0, #013458 90%); }
    .CtaStrip.CtaStrip.cta-strip-best-in-mtl.on-univ .flex > div.image {
      margin-left: 3px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 600px) {
    .CtaStrip .cta-strip-content h2 {
      margin: 0.46875em 0 1.34375em;
      font-size: 1.77778em; }
    .CtaStrip .cta-strip-content h3 {
      font-size: 0.88889em; }
    .CtaStrip.cta-strip-office .cta-strip-content h2 {
      font-size: 1.88889em; }
    .CtaStrip.cta-strip-office > .icon-anchor-circle-left,
    .CtaStrip.cta-strip-office > .icon-anchor-circle-right {
      font-size: 3em; }
    .CtaStrip.cta-strip-office > .icon-anchor-circle-left {
      left: 0.3em; }
    .CtaStrip.cta-strip-office > .icon-anchor-circle-right {
      right: 0.3em; }
    .CtaStrip.cta-strip-career {
      overflow: hidden;
      position: relative;
      padding: 20.83333em 0 0;
      background: transparent; }
      .CtaStrip.cta-strip-career:before {
        position: absolute;
        top: 0;
        left: 50%;
        bottom: auto;
        right: auto;
        width: 51.22222em;
        margin-left: -25.61111em;
        content: "";
        height: 20.83333em;
        background: url(../images/career.webp) -9em -0.5em no-repeat;
        background-size: 100% auto; }
        .no-webp .CtaStrip.cta-strip-career:before {
          background: url(../images/career.jpg) -9em -0.5em no-repeat; }
      .CtaStrip.cta-strip-career .cta-strip-content {
        max-width: none;
        float: none;
        width: auto;
        padding: 2.5em 0 2.33333em;
        border-bottom: 1px solid #c4c4c6; }
    .CtaStrip.cta-strip-team {
      overflow: hidden;
      background: #073455; }
      .CtaStrip.cta-strip-team:before {
        position: absolute;
        top: 0;
        left: 50%;
        bottom: auto;
        right: auto;
        width: 50em;
        margin-left: -25em;
        content: "";
        height: 19.16667em;
        background: url(../images/team.webp) 8.5em -0.5em no-repeat;
        background-size: 100% auto; }
        .no-webp .CtaStrip.cta-strip-team:before {
          background: url(../images/team.jpg) 8.5em -0.5em no-repeat;
          background-size: 100% auto; }
    .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div.text > div {
      width: 100%;
      padding: 80px 30px 38px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div.text .play-btn {
      display: none !important; }
    .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div.image {
      min-height: 75vw;
      width: 100%;
      margin: 0 0 0; }
      .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div.image .imgbg {
        min-width: 100%; }
      .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div.image .honors {
        width: 100%; }
        .CtaStrip.CtaStrip.cta-strip-best-in-mtl .flex > div.image .honors img {
          margin-right: 20px;
          max-width: 30%;
          float: right; }
    .CtaStrip.CtaStrip.cta-strip-best-in-mtl.on-univ .flex {
      padding-top: 0; }
      .CtaStrip.CtaStrip.cta-strip-best-in-mtl.on-univ .flex > div.text > div {
        padding: 0 20px; } }
  @media screen and (max-width: 450px) {
    .CtaStrip .cta-strip-content h2 {
      margin: 0.51724em 0 1.48276em;
      font-size: 1.61111em; }
    .CtaStrip.cta-strip-team:before {
      width: 48.11111em;
      background-position: 10.5em -0.5em; }
    .CtaStrip.cta-strip-career:before {
      background-position: -13em -0.5em; } }
  .CtaStrip.is-universitaire {
    z-index: 0; }
    .CtaStrip.is-universitaire .Container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 446px; }
      .CtaStrip.is-universitaire .Container * {
        color: #fff !important; }
      .CtaStrip.is-universitaire .Container .cta-strip-content {
        background: #124066;
        max-width: 500px; }
        .CtaStrip.is-universitaire .Container .cta-strip-content h2 {
          font-weight: 700;
          margin: 0 0 20px; }
        .CtaStrip.is-universitaire .Container .cta-strip-content img {
          filter: brightness(999);
          width: 21px;
          margin-left: 10px; }

@media screen and (max-width: 450px) {
  .CtaStrip.cta-strip-office .cta-strip-content {
    margin-left: 0 !important;
    width: 100% !important; }
  .CtaStrip.cta-strip-office > .icon-anchor-circle-left, .CtaStrip.cta-strip-office > .icon-anchor-circle-right {
    display: none !important; } }

::-webkit-input-placeholder {
  color: #b3b4b6;
  opacity: 0.99; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #b3b4b6;
  opacity: 0.99; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b3b4b6;
  opacity: 0.99; }

:-ms-input-placeholder {
  color: #b3b4b6;
  opacity: 0.99; }

::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=url],
input[type=date],
input[type=tel],
input[type=search],
input[type=file],
textarea, select {
  display: inline-block;
  padding: 0.72222em 1.11111em 0.72222em;
  max-width: 100%;
  font-size: 1em;
  line-height: 1.22222em;
  border: 1px solid #d9d9da;
  color: #231f21;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle; }
  input[type=text]:focus,
  input[type=password]:focus,
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=url]:focus,
  input[type=date]:focus,
  input[type=tel]:focus,
  input[type=search]:focus,
  input[type=file]:focus,
  textarea:focus, select:focus {
    border-color: #e2e2e2;
    outline: none; }

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=url],
input[type=date],
input[type=tel],
input[type=search] {
  height: 2.77778em; }

select {
  padding: 0 2.77778em 0 1em;
  line-height: 2.66667em;
  height: 2.66667em; }

input[type=file] {
  padding: 9px 8px;
  line-height: 1em;
  height: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
  input[type=file]::-webkit-file-upload-button {
    margin-top: 1px;
    height: 1.66667em; }

@media screen and (max-width: 768px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=number],
  input[type=url],
  input[type=date],
  input[type=tel],
  input[type=search],
  input[type=file],
  textarea, select {
    display: inline-block;
    padding: 1.22222em 1.11111em; }
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=number],
  input[type=url],
  input[type=date],
  input[type=tel],
  input[type=search] {
    height: 3.66667em; }
  select {
    padding: 0 2.77778em 0 1em;
    line-height: 3.66667em;
    height: 3.66667em; }
  input[type=file] {
    padding: 17px 8px; }
    input[type=file]::-webkit-file-upload-button {
      height: 1.66667em; } }

.News {
  margin-bottom: 3.44444em; }
  .News .news-title {
    margin: 3.38889em 0 2.72222em;
    font-size: 1em;
    letter-spacing: 0.16667em;
    text-transform: uppercase;
    font-weight: 300;
    color: #474747; }
  .News .news-items {
    list-style: none;
    padding: 0 0 2.5em;
    margin: 0 -3.33333em 0 0; }
    .News .news-items:after {
      content: " ";
      /* Older browser do not support empty content */
      display: block;
      clear: both;
      visibility: hidden;
      height: 0; }
    .News .news-items + a {
      font-size: 1.22222em; }
  .News hr {
    margin: 0 0 0.83333em; }
  .News .news-item {
    float: left;
    width: 33.33333333%;
    padding-right: 3.33333em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .News .news-item h3 {
      margin: 0;
      font-size: 0.77778em;
      letter-spacing: 0.14286em;
      color: #b3b4b6;
      text-transform: uppercase;
      font-weight: normal; }
      .News .news-item h3 a:link, .News .news-item h3 a:visited {
        color: inherit; }
    .News .news-item h2 {
      margin: 0.61111em 0 0.44444em;
      font-size: 1em;
      line-height: 1.33333em; }
    .News .news-item p {
      margin: 0 0 1em;
      opacity: 0.67;
      font-size: 0.88889em;
      line-height: 1.5em; }
    .News .news-item > a {
      font-size: 0.88889em;
      text-decoration: underline; }
  .News > a {
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom-color 0.25s ease;
    transition: border-bottom-color 0.25s ease; }
    .News > a:hover, .News > a:focus, .News > a:active {
      border-bottom-color: #073455; }
  .News.Waypoint .news-title {
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px); }
  .News.Waypoint .news-item {
    opacity: 0;
    -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
            transform: translateY(40px); }
  .News.Waypoint hr, .News.Waypoint > a {
    opacity: 0; }
  .News.Waypoint.waypoint-appear .news-title {
    opacity: 0.99;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .News.Waypoint.waypoint-appear .news-item {
    opacity: 0.99;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .News.Waypoint.waypoint-appear .news-item:nth-child(1) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .News.Waypoint.waypoint-appear .news-item:nth-child(2) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  .News.Waypoint.waypoint-appear .news-item:nth-child(3) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s; }
  .News.Waypoint.waypoint-appear hr {
    opacity: 0.99;
    -webkit-transition: opacity 0.3s 0.9s ease-out;
    transition: opacity 0.3s 0.9s ease-out; }
  .News.Waypoint.waypoint-appear > a {
    opacity: 0.99;
    -webkit-transition: opacity 0.3s 0.9s ease-out, border-bottom-color 0.25s ease;
    transition: opacity 0.3s 0.9s ease-out, border-bottom-color 0.25s ease; }
  @media screen and (max-width: 1366px) {
    .News .news-items {
      margin: 0 -2.77778em 0 0; }
    .News .news-item {
      padding-right: 2.77778em; } }
  @media screen and (max-width: 768px) {
    .News .news-items {
      margin: 0 -2.22222em 0 0; }
    .News .news-item {
      width: 50%;
      padding-right: 2.22222em; }
    .News .news-item:nth-child(3) {
      display: none; }
    .News .news-title {
      margin: 3.38889em 0 2.66667em; } }
  @media screen and (max-width: 600px) {
    .News .news-items {
      padding: 0 0 1.38889em;
      margin: 0; }
    .News .news-item {
      float: none;
      width: auto;
      padding-right: 0; }
    .News .news-item:nth-child(2) {
      display: none; }
    .News .news-title {
      margin: 3em 0 2.3125em;
      font-size: 0.88889em; }
    .News hr {
      margin: 0 0 1.05556em; } }
  @media screen and (max-width: 600px) {
    .News {
      margin-bottom: 3.16667em; } }

.Cube {
  position: relative;
  -webkit-transition: opacity 0.2s ease, 0.3s -webkit-transform ease;
  transition: opacity 0.2s ease, 0.3s -webkit-transform ease;
  transition: 0.3s transform ease, opacity 0.2s ease;
  transition: 0.3s transform ease, opacity 0.2s ease, 0.3s -webkit-transform ease;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  color: #fff;
  text-align: center; }
  .Cube:before {
    display: block;
    height: 0;
    padding-top: 100%;
    content: ''; }
  .Cube:link, .Cube:visited {
    -webkit-transition: opacity 0.2s ease, 0.3s -webkit-transform ease;
    transition: opacity 0.2s ease, 0.3s -webkit-transform ease;
    transition: 0.3s transform ease, opacity 0.2s ease;
    transition: 0.3s transform ease, opacity 0.2s ease, 0.3s -webkit-transform ease; }
  .Cube:link, .Cube:visited, .Cube a:link, .Cube a:visited, .Cube h2 {
    color: #fff; }
  .Cube.cube-empty {
    visibility: hidden; }
  .Cube.cube-empty.cube-hint {
    visibility: visible; }
    .Cube.cube-empty.cube-hint .cube-recto {
      background: #fff;
      color: #999999;
      text-align: left;
      margin: 0 auto;
      font-size: 26px;
      max-width: 310px;
      padding: 0 16px;
      line-height: 1.25; }
  .Cube.cube-link {
    z-index: 1; }
    .Cube.cube-link .cube-recto, .Cube.cube-link .cube-verso {
      background-color: transparent; }
    .Cube.cube-link a:link, .Cube.cube-link a:visited {
      display: inline-block;
      max-width: 215px;
      font-size: 1.22222em;
      line-height: 1.45455em;
      text-align: left;
      color: #073455; }
      .Cube.cube-link a:link .cube-link-text, .Cube.cube-link a:visited .cube-link-text {
        border-bottom: 1px solid transparent;
        -webkit-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease; }
    .Cube.cube-link a:hover .cube-link-text, .Cube.cube-link a:focus .cube-link-text, .Cube.cube-link a:active .cube-link-text {
      border-color: #073455; }
  .Cube.cube-needs-click {
    cursor: pointer; }
  .Cube:hover:not(.cube-needs-click), .Cube:focus, .Cube:active, .Cube.cube-active {
    opacity: 0.95; }
    .Cube:hover:not(.cube-needs-click).cube-interactive, .Cube:focus.cube-interactive, .Cube:active.cube-interactive, .Cube.cube-active.cube-interactive {
      opacity: 0.99; }
      .Cube:hover:not(.cube-needs-click).cube-interactive .cube-recto, .Cube:hover:not(.cube-needs-click).cube-interactive .cube-verso, .Cube:focus.cube-interactive .cube-recto, .Cube:focus.cube-interactive .cube-verso, .Cube:active.cube-interactive .cube-recto, .Cube:active.cube-interactive .cube-verso, .Cube.cube-active.cube-interactive .cube-recto, .Cube.cube-active.cube-interactive .cube-verso {
        -webkit-transition-delay: 0;
                transition-delay: 0; }
      .Cube:hover:not(.cube-needs-click).cube-interactive .cube-recto, .Cube:focus.cube-interactive .cube-recto, .Cube:active.cube-interactive .cube-recto, .Cube.cube-active.cube-interactive .cube-recto {
        opacity: 0;
        z-index: 1;
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }
      .Cube:hover:not(.cube-needs-click).cube-interactive .cube-verso, .Cube:focus.cube-interactive .cube-verso, .Cube:active.cube-interactive .cube-verso, .Cube.cube-active.cube-interactive .cube-verso {
        opacity: 0.99;
        z-index: 2;
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg); }
  .Cube h2 {
    display: block;
    width: 100%;
    margin: 0;
    word-spacing: 300px;
    font-size: 1.55556em;
    line-height: 1.07143em;
    letter-spacing: 0.10714em;
    font-weight: 500;
    text-transform: uppercase; }
  .Cube p {
    overflow: hidden;
    margin: -1.16667em 0 0;
    max-width: 335px;
    font-size: 1em;
    line-height: 1.38889em;
    max-height: 12.44444em; }
  .Cube .icon-anchor-circle-right {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0.67164em;
    margin-left: -0.50746em;
    font-size: 3.72222em; }
  .Cube .icon-anchor-circle-right:before {
    margin: 0; }
  .Cube .cube-recto, .Cube .cube-verso {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #073455; }
  .Cube.cube-even .cube-recto, .Cube.cube-even .cube-verso {
    background-color: #1f4866; }
  .Cube .cube-recto {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .Cube .cube-verso {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 7.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .Cube.cube-interactive .cube-recto, .Cube.cube-interactive .cube-verso {
    -webkit-transition: 0.3s 0.4s transform ease,  0s 0.4s z-index ease, opacity 0.25s 0.4s ease;
    transition: 0.3s 0.4s transform ease,  0s 0.4s z-index ease, opacity 0.25s 0.4s ease; }
  .Cube.cube-interactive .cube-recto {
    opacity: 0.99;
    z-index: 2;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    /* for firefox 31 */ }
  .Cube.cube-interactive .cube-verso {
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg); }
  .Cube.Waypoint {
    opacity: 0;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px); }
    .Cube.Waypoint.waypoint-appear {
      opacity: 0.99;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
      transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
      transition: opacity 0.3s ease-out, transform 0.3s ease-out;
      transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  @media screen and (max-width: 1440px) {
    .Cube .icon-anchor-circle-right {
      font-size: 4.65278vw; }
    .Cube h2 {
      font-size: 1.94444vw; } }
  @media screen and (max-width: 1260px) {
    .Cube p {
      font-size: 0.88889em;
      width: 85%; }
    .Cube .cube-verso {
      padding-bottom: 6.5em; } }
  @media screen and (max-width: 1180px) {
    .Cube p {
      font-size: 0.83333em; }
    .Cube .cube-verso {
      padding-bottom: 5.3em; } }
  @media screen and (max-width: 1090px) {
    .Cube p {
      font-size: 0.77778em; } }
  @media screen and (max-width: 1024px) {
    .Cube p {
      font-size: 0.77778em; }
    .Cube:hover, .Cube:focus, .Cube:active {
      opacity: 0.95; }
      .Cube:hover.cube-interactive, .Cube:focus.cube-interactive, .Cube:active.cube-interactive {
        opacity: 0.95; }
        .Cube:hover.cube-interactive .cube-recto, .Cube:hover.cube-interactive .cube-verso, .Cube:focus.cube-interactive .cube-recto, .Cube:focus.cube-interactive .cube-verso, .Cube:active.cube-interactive .cube-recto, .Cube:active.cube-interactive .cube-verso {
          -webkit-transition: none;
          transition: none; }
        .Cube:hover.cube-interactive .cube-recto, .Cube:focus.cube-interactive .cube-recto, .Cube:active.cube-interactive .cube-recto {
          opacity: 0.99;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; }
        .Cube:hover.cube-interactive .cube-verso, .Cube:focus.cube-interactive .cube-verso, .Cube:active.cube-interactive .cube-verso {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          display: none; } }
  @media screen and (max-width: 768px) {
    .Cube h2 {
      font-size: 3.64583vw; } }
  @media screen and (max-width: 600px) {
    .Cube h2 {
      font-size: 4.66667vw; } }
  @media screen and (max-width: 450px) {
    .Cube h2 {
      font-size: 5vw; } }
  .Cube .cube__image {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px;
    margin: 0;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .Cube .cube__image img {
      position: relative;
      display: block;
      height: auto;
      max-height: 100%;
      width: auto;
      max-width: 90%;
      margin: auto;
      padding: 0; }

@-webkit-keyframes associateLoading {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 0.65;
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes associateLoading {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 0.65;
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.Associate {
  position: relative !important;
  -webkit-transition: filter 0.25s ease;
  transition: filter 0.25s ease; }
  .Associate .post-thumbnail {
    position: relative;
    z-index: 2;
    top: 0.27778em;
    display: block;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform-origin: center 35%;
        -ms-transform-origin: center 35%;
            transform-origin: center 35%;
    height: 650px; }
    .Associate .post-thumbnail img {
      position: relative;
      top: 5.55556em;
      display: block;
      width: auto;
      height: 100%;
      -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: transform 0.3s ease, opacity 0.3s ease;
      transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease; }
      .Associate .post-thumbnail img.associate-img-hide {
        opacity: 0; }
      .Associate .post-thumbnail img + img {
        display: none; }
  .Associate .associate-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out; }
    .Associate .associate-loader .associate-loader-dot {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 0 3px;
      border-radius: 50%;
      background-color: #fff;
      opacity: 0;
      -webkit-animation: associateLoading 1s 3s infinite;
              animation: associateLoading 1s 3s infinite; }
      .Associate .associate-loader .associate-loader-dot + .associate-loader-dot {
        -webkit-animation-delay: 3.33333s;
                animation-delay: 3.33333s; }
        .Associate .associate-loader .associate-loader-dot + .associate-loader-dot + .associate-loader-dot {
          -webkit-animation-delay: 3.666667s;
                  animation-delay: 3.666667s; }
  .Associate.associate-img-loading .associate-loader {
    opacity: 1; }
  .Associate .associate-content {
    position: absolute;
    left: 100%;
    bottom: 5.55556em;
    z-index: 1;
    width: 0;
    margin-left: 6.77778em;
    pointer-events: none;
    -webkit-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
            transform: translateX(-60%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, width 0s 0.3s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, width 0s 0.3s, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, width 0s 0.3s;
    transition: transform 0.3s ease, opacity 0.3s ease, width 0s 0.3s, -webkit-transform 0.3s ease; }
    .Associate .associate-content .BackLink {
      color: #fff;
      opacity: 0.99; }
    .Associate .associate-content .associate-name {
      margin-top: 0.43182em;
      font-size: 2.44444em;
      letter-spacing: 0.04545em;
      text-transform: uppercase;
      color: #fff; }
      .Associate .associate-content .associate-name a:link, .Associate .associate-content .associate-name a:visited {
        color: inherit; }
    .Associate .associate-content .Button {
      color: #231f21;
      background-color: #b2b4b6; }
      .Associate .associate-content .Button:link, .Associate .associate-content .Button:visited {
        color: inherit; }
      .Associate .associate-content .Button:hover, .Associate .associate-content .Button:focus, .Associate .associate-content .Button:active {
        background-color: #d1d3d4; }
  .Associate.associate-active {
    z-index: 300 !important; }
    .Associate.associate-active:before {
      position: absolute;
      left: 100%;
      bottom: 0;
      top: 0;
      content: '';
      width: 650px; }
    .Associate.associate-active .post-thumbnail {
      -webkit-transform: scale(1.6);
          -ms-transform: scale(1.6);
              transform: scale(1.6);
      pointer-events: none; }
    .Associate.associate-active .associate-content {
      pointer-events: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      opacity: 0.99;
      width: 650px;
      -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: transform 0.3s ease, opacity 0.3s ease;
      transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease; }
  @media screen and (max-width: 1366px) {
    .Associate .post-thumbnail {
      height: 570px; } }
  @media screen and (max-width: 1260px) {
    .Associate .associate-content {
      margin-left: 5.55556em; }
      .Associate .associate-content .associate-name {
        font-size: 2.11111em; }
    .Associate.associate-active:before {
      width: 580px; }
    .Associate.associate-active .associate-content {
      width: 580px; } }
  @media screen and (max-width: 1120px) {
    .Associate.associate-active:before {
      width: 480px; }
    .Associate.associate-active .associate-content {
      width: 480px; } }
  @media screen and (max-width: 1024px) {
    .Associate {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
      overflow: hidden; }
      .Associate .post-thumbnail {
        top: 1.66667em;
        float: left;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        height: 850px;
        margin-left: 1.66667em;
        margin-right: 3.33333em; }
        .Associate .post-thumbnail img {
          top: 4.44444em;
          margin-top: -4.44444em; }
      .Associate .BackLink {
        display: none; }
      .Associate .associate-content {
        position: static;
        overflow: visible;
        opacity: 0.99;
        width: auto;
        margin: 6.66667em 6.66667em 5em 0;
        pointer-events: auto;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center; }
        .Associate .associate-content .associate-name {
          font-size: 1.88889em;
          font-size: 3.71094vw; } }
  @media screen and (max-width: 880px) {
    .Associate .post-thumbnail {
      height: 750px; } }
  @media screen and (max-width: 800px) {
    .Associate .post-thumbnail {
      height: 700px; } }
  @media screen and (max-width: 768px) {
    .Associate {
      display: inline-block !important; }
      .Associate .post-thumbnail {
        float: none;
        margin: 0; }
        .Associate .post-thumbnail img {
          margin-left: auto;
          margin-right: auto; }
      .Associate .associate-content {
        position: absolute;
        bottom: 0;
        left: 2.22222em;
        right: 2.22222em;
        z-index: 10;
        max-width: 27.77778em;
        margin: 0 auto 4.16667em; }
        .Associate .associate-content .associate-name {
          font-size: 1.88889em; }
        .Associate .associate-content .Button {
          font-size: 0.77778em; } }
  @media screen and (max-width: 600px) {
    .Associate .associate-content {
      margin-bottom: 2.77778em; }
      .Associate .associate-content .associate-name {
        margin-bottom: 0.82759em;
        font-size: 1.61111em; } }
  @media screen and (max-width: 450px) {
    .Associate .post-thumbnail {
      height: 540px; }
    .Associate .post-thumbnail img {
      top: 1.38889em;
      margin-top: -1.38889em; }
    .Associate .associate-content {
      left: 1.11111em;
      right: 1.11111em;
      margin-bottom: 1.94444em; }
      .Associate .associate-content .Button {
        width: 100%; } }

.AssociateBio {
  position: relative; }
  .AssociateBio .associate-bio-content-wrapper {
    position: relative;
    overflow: hidden; }
    .AssociateBio .associate-bio-content-wrapper:before {
      position: absolute;
      bottom: -360px;
      right: -150px;
      width: 1440px;
      padding-top: 1440px;
      content: '';
      height: 0;
      background: radial-gradient(circle, rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0) 70%) no-repeat;
      background-size: 1440px 1440px; }
    .AssociateBio .associate-bio-content-wrapper .Container {
      position: relative; }
  .AssociateBio .post-thumbnail {
    float: right;
    overflow: hidden; }
    .AssociateBio .post-thumbnail img {
      position: relative;
      top: 30.55556em;
      display: block;
      margin-top: -30.55556em; }
  .AssociateBio .associate-bio-content {
    overflow: hidden;
    padding-top: 5em; }
    .AssociateBio .associate-bio-content > h1 {
      margin: 2.79545em 0 1.15909em; }
      .AssociateBio .associate-bio-content > h1 small {
        display: block;
        margin-top: 0.1em;
        line-height: 1.22857em; }
    .AssociateBio .associate-bio-content > h2 {
      margin-bottom: 1.375em;
      font-weight: 500; }
  .AssociateBio .associate-bio-meta {
    padding: 4.61111em 0 3.77778em;
    background-color: #073455; }
    .AssociateBio .associate-bio-meta:after {
      content: " ";
      /* Older browser do not support empty content */
      display: block;
      clear: both;
      visibility: hidden;
      height: 0; }
    .AssociateBio .associate-bio-meta h2 {
      margin: 0 0 1.25em; }
    .AssociateBio .associate-bio-meta .Button {
      min-width: 220px;
      margin-right: 2.33333em;
      margin-bottom: 1em; }
  .AssociateBio .associate-bio-paginator {
    display: inline-block;
    margin: 0 0.55556em 0 -0.55556em;
    font-weight: 300;
    color: #b3b4b6; }
    .AssociateBio .associate-bio-paginator .associate-bio-sep {
      font-size: 0.91em; }
  .AssociateBio .associate-bio-wrapper {
    height: 420px;
    overflow: hidden; }
    .AssociateBio .associate-bio-wrapper p, .AssociateBio .associate-bio-wrapper ul, .AssociateBio .associate-bio-wrapper ol {
      margin: 1.55556em 0; }
    .AssociateBio .associate-bio-wrapper ul ul, .AssociateBio .associate-bio-wrapper ol ol, .AssociateBio .associate-bio-wrapper ul ol, .AssociateBio .associate-bio-wrapper ol ul {
      margin: 0; }
  .AssociateBio .associate-bio-nav {
    margin-top: 1.61111em;
    margin-bottom: 3.33333em; }
    .AssociateBio .associate-bio-nav .icon-arrow-left, .AssociateBio .associate-bio-nav .icon-arrow-right {
      min-width: 0;
      padding: 0;
      font-size: 1.11111em;
      background: none;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
      .AssociateBio .associate-bio-nav .icon-arrow-left:hover, .AssociateBio .associate-bio-nav .icon-arrow-left:focus, .AssociateBio .associate-bio-nav .icon-arrow-left:active, .AssociateBio .associate-bio-nav .icon-arrow-right:hover, .AssociateBio .associate-bio-nav .icon-arrow-right:focus, .AssociateBio .associate-bio-nav .icon-arrow-right:active {
        opacity: 0.65; }
    .AssociateBio .associate-bio-nav .icon-arrow-left {
      margin-right: 1em; }
  .AssociateBio .associate-bio-pager {
    float: right;
    margin: 1.66667em 0 3.33333em; }
    .AssociateBio .associate-bio-pager .associate-bio-page {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin-right: 0.55556em;
      border: 1px solid;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 50%;
      cursor: pointer;
      -webkit-transition: background-color 0.2s ease;
      transition: background-color 0.2s ease; }
      .AssociateBio .associate-bio-pager .associate-bio-page:hover, .AssociateBio .associate-bio-pager .associate-bio-page:focus, .AssociateBio .associate-bio-pager .associate-bio-page:active {
        background-color: rgba(255, 255, 255, 0.25); }
      .AssociateBio .associate-bio-pager .associate-bio-page.associate-bio-page-active {
        background-color: #fff; }
  .AssociateBio .associate-bio-scroller {
    height: 100%;
    overflow: auto;
    color: #b3b4b6; }
    .AssociateBio .associate-bio-scroller h1, .AssociateBio .associate-bio-scroller h2, .AssociateBio .associate-bio-scroller h3, .AssociateBio .associate-bio-scroller h4, .AssociateBio .associate-bio-scroller h5, .AssociateBio .associate-bio-scroller h6 {
      color: #b3b4b6; }
    .AssociateBio .associate-bio-scroller a:link, .AssociateBio .associate-bio-scroller a:visited {
      color: #b3b4b6;
      text-decoration: underline; }
    .AssociateBio .associate-bio-scroller > :first-child {
      margin-top: 0; }
    .AssociateBio .associate-bio-scroller > :last-child {
      margin-bottom: 0; }
  .AssociateBio .associate-bio-specialties {
    float: left;
    width: 18.88889em;
    margin-right: 8.87097%; }
    .AssociateBio .associate-bio-specialties ul {
      list-style: none;
      margin: -0.66667em 0 0.94444em;
      padding: 0; }
    .AssociateBio .associate-bio-specialties li {
      padding: 0.70833em 0;
      font-size: 1.33333em;
      border-bottom: 1px solid #527188;
      font-weight: 300; }
      .AssociateBio .associate-bio-specialties li a:link, .AssociateBio .associate-bio-specialties li a:visited {
        opacity: 0.99; }
      .AssociateBio .associate-bio-specialties li a:hover, .AssociateBio .associate-bio-specialties li a:focus, .AssociateBio .associate-bio-specialties li a:active {
        opacity: 0.6; }
    .AssociateBio .associate-bio-specialties a:link, .AssociateBio .associate-bio-specialties a:visited {
      font-size: 1em;
      font-weight: 300;
      opacity: 0.3;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
    .AssociateBio .associate-bio-specialties a:hover, .AssociateBio .associate-bio-specialties a:focus, .AssociateBio .associate-bio-specialties a:active {
      opacity: 0.6; }
  @media screen and (max-width: 1440px) {
    .AssociateBio .post-thumbnail {
      overflow: visible; }
      .AssociateBio .post-thumbnail img {
        width: auto;
        height: 116.45833vw; }
    .AssociateBio .associate-bio-content-wrapper {
      position: relative;
      overflow: hidden; }
      .AssociateBio .associate-bio-content-wrapper:before {
        bottom: auto;
        right: auto;
        top: 10.41667%;
        left: 19.09722%;
        width: 100%;
        padding-top: 100%;
        background-size: 100% 100%; } }
  @media screen and (max-width: 1366px) {
    .AssociateBio .associate-bio-content {
      padding-top: 2.22222em; }
      .AssociateBio .associate-bio-content > h1 {
        margin-top: 1.81818em; }
    .AssociateBio .associate-bio-pager {
      margin-bottom: 3.33333em; }
    .AssociateBio .associate-bio-meta {
      padding: 2.94444em 0 2.66667em; } }
  @media screen and (max-width: 1024px) {
    .AssociateBio .post-thumbnail img {
      top: 33.33333em;
      margin-top: -33.33333em;
      height: 107.42188vw; }
    .AssociateBio .associate-bio-wrapper {
      height: 280px; }
    .AssociateBio .associate-bio-content {
      padding-top: 1.11111em; }
      .AssociateBio .associate-bio-content > h1 {
        margin-top: 1.70455em; }
    .AssociateBio .associate-bio-pager {
      margin-bottom: 2.77778em; } }
  @media screen and (max-width: 860px) {
    .AssociateBio .post-thumbnail img {
      top: 38.88889em; } }
  @media screen and (max-width: 768px) {
    .AssociateBio .post-thumbnail {
      float: none;
      overflow: visible;
      width: 17.66667em;
      margin: 0 auto; }
      .AssociateBio .post-thumbnail img {
        position: relative;
        top: 20em;
        display: block;
        width: 100%;
        height: auto;
        margin-top: -20em; }
    .AssociateBio .associate-bio-content-wrapper:before {
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      padding-top: 274%;
      background-size: 41.66667em 41.66667em;
      background-position: center top; }
    .AssociateBio .associate-bio-content {
      position: relative;
      z-index: 10;
      overflow: visible;
      padding-top: 0; }
      .AssociateBio .associate-bio-content > h1 {
        margin-top: 1.57895em; }
      .AssociateBio .associate-bio-content > * {
        position: relative; }
      .AssociateBio .associate-bio-content:before {
        position: absolute;
        top: -10em;
        left: -2.22222em;
        right: -2.22222em;
        content: '';
        height: 31em;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(45, 54, 64, 0)), color-stop(44%, #2d3640));
        background: linear-gradient(to bottom, rgba(45, 54, 64, 0) 0, #2d3640 44%); }
    .AssociateBio .associate-bio-nav,
    .AssociateBio .associate-bio-pager {
      display: none; }
    .AssociateBio .associate-bio-wrapper {
      overflow: visible;
      height: auto;
      margin-bottom: 3.38889em; }
    .AssociateBio .associate-bio-specialties {
      float: none;
      width: auto;
      margin-right: 0;
      margin-bottom: 2.22222em; }
      .AssociateBio .associate-bio-specialties ul {
        border-top: 1px solid #527188;
        margin-top: -0.5em; }
    .AssociateBio .associate-bio-contact h2 {
      margin-bottom: 1.45833em; }
    .AssociateBio .associate-bio-meta {
      padding: 2.5em 0 2.33333em; } }
  @media screen and (max-width: 600px) {
    .AssociateBio .associate-bio-content > h1 {
      margin-top: 1.38235em; }
    .AssociateBio .associate-bio-meta {
      padding: 1.77778em 0 3.33333em; }
    .AssociateBio .associate-bio-meta .Button {
      display: block;
      width: 100%;
      margin-right: 0;
      margin-bottom: 1.5em; }
    .AssociateBio .associate-bio-wrapper p, .AssociateBio .associate-bio-wrapper ul, .AssociateBio .associate-bio-wrapper ol {
      margin: 1.38889em 0; }
    .AssociateBio .associate-bio-wrapper ul ul, .AssociateBio .associate-bio-wrapper ol ol, .AssociateBio .associate-bio-wrapper ul ol, .AssociateBio .associate-bio-wrapper ol ul {
      margin: 0; } }
  @media screen and (max-width: 450px) {
    .AssociateBio .post-thumbnail {
      width: auto;
      margin: 0 -0.88889em; } }

.ListEntry {
  padding-bottom: 2.5em;
  margin: 2.88889em 0;
  border-bottom: 1px solid #d9d9da; }
  .ListEntry .list-entry-categories {
    margin: 0;
    font-size: 0.77778em;
    letter-spacing: 0.14286em;
    color: #b3b4b6;
    text-transform: uppercase;
    font-weight: normal; }
    .ListEntry .list-entry-categories a:link, .ListEntry .list-entry-categories a:visited {
      color: inherit; }
  .ListEntry .list-entry-title {
    margin: 0.61111em 0 0.44444em;
    font-size: 1.33333em;
    line-height: 1.33333em; }
  .ListEntry .list-entry-date {
    font-size: 0.83333em;
    line-height: 1.6em;
    text-transform: uppercase; }
  .ListEntry .list-entry-summary {
    margin: 0 0 0.88889em;
    opacity: 0.67; }
    .ListEntry .list-entry-summary p {
      display: inline;
      font-size: 0.88889em;
      line-height: 1.5em; }
  .ListEntry > a {
    font-size: 0.88889em;
    text-decoration: underline; }
  .entry-title + .ListEntry {
    margin-top: 3.83333em; }
  @media screen and (max-width: 1024px) {
    .ListEntry {
      padding-bottom: 2.11111em;
      margin: 2.5em 0; }
      .entry-title + .ListEntry {
        margin-top: 2.33333em; } }
  @media screen and (max-width: 600px) {
    .ListEntry {
      padding-bottom: 1.66667em;
      margin: 2.05556em 0; }
      .entry-title + .ListEntry {
        margin-top: 2.5em; } }

.Entry .searchform input[type=text] {
  width: 350px; }

.Entry img {
  max-width: 100%; }

.Entry ul {
  list-style: none;
  margin-left: 0;
  padding: 0; }
  .Entry ul > li {
    position: relative;
    padding-left: 1.33333em; }
    .Entry ul > li:before {
      position: absolute;
      top: 0.44444em;
      left: 0;
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      border: 1px solid #073455;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: #073455; }
  .Entry ul.SecondaryNav > li {
    padding-left: 0.83333em; }
  .Entry ul.SecondaryNav > li:before {
    display: none; }

.Entry li ul > li:before {
  background-color: transparent; }

.Entry ol {
  list-style: none;
  margin-left: 0;
  padding: 0;
  counter-reset: list; }
  .Entry ol > li {
    position: relative;
    padding-left: 1.33333em;
    counter-increment: list;
    text-indent: -1.33333em; }
    .Entry ol > li:before {
      display: inline-block;
      width: 1.33333em;
      content: counter(list);
      font-weight: bold;
      text-indent: 0;
      color: #073455; }

.Entry table {
  width: 100%;
  margin: 2.22222em 0; }
  .Entry table th {
    padding: 0.66667em 1.11111em;
    font-size: 1em;
    line-height: 1.22222em;
    font-weight: normal;
    text-align: left;
    color: #fff;
    background-color: #073455; }
  .Entry table td {
    padding: 0.75em 1.25em;
    border-bottom: 1px solid #cecece;
    font-size: 0.88889em;
    line-height: 1.625em;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }
  .Entry table tr:hover td {
    background-color: #f7f7f7; }

.Entry .Table {
  margin: 2.22222em 0; }
  .Entry .Table table {
    margin: 0; }

@media screen and (max-width: 600px) {
  .Entry ul.SecondaryNav > li {
    padding-left: 0.55556em; } }

.SecondaryNav {
  margin: 0 0 1.38889em;
  list-style: none;
  padding: 0;
  border-top: 1px solid #aaabad; }
  .SecondaryNav > li {
    display: block;
    padding: 0.83333em 0.83333em;
    border-bottom: 1px solid #aaabad;
    font-size: 1.33333em;
    line-height: 1.33333em;
    font-weight: 300; }
  .SecondaryNav a, .SecondaryNav > li > h3 {
    position: relative;
    display: block;
    font-weight: normal;
    font-size: 1em;
    margin: -0.41667em -0.83333em;
    padding: 0.41667em 0.83333em; }
    .SecondaryNav a:after, .SecondaryNav > li > h3:after {
      position: absolute;
      right: 0;
      top: 50%;
      font-family: "icons";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      vertical-align: middle;
      /* opacity: .8; */
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
      /* you can be more comfortable with increased icons size */
      /* font-size: 120%; */
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      content: "";
      margin: -0.5em 0 0;
      opacity: 0;
      -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
      transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
      transition: opacity 0.2s ease, transform 0.2s ease;
      transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease; }
    .SecondaryNav a:hover:after, .SecondaryNav a:focus:after, .SecondaryNav a:active:after, .SecondaryNav > li > h3:hover:after, .SecondaryNav > li > h3:focus:after, .SecondaryNav > li > h3:active:after {
      opacity: 0.99; }
  h2 + .SecondaryNav, h3 + .SecondaryNav, h4 + .SecondaryNav, h5 + .SecondaryNav, h6 + .SecondaryNav {
    margin-top: 1.5em; }
  .SecondaryNav .secondary-nav-toggle {
    cursor: pointer; }
    .SecondaryNav .secondary-nav-toggle:after {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      right: 0.5em; }
    .SecondaryNav .secondary-nav-toggle.secondary-nav-active:after {
      opacity: 0.3;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .SecondaryNav .secondary-nav-toggle.secondary-nav-active:hover:after, .SecondaryNav .secondary-nav-toggle.secondary-nav-active:focus:after, .SecondaryNav .secondary-nav-toggle.secondary-nav-active:active:after {
      opacity: 0.99; }
  .SecondaryNav .secondary-nav-content {
    max-width: 500px;
    font-size: 0.75em;
    line-height: 1.55556em; }
    .SecondaryNav .secondary-nav-content > :first-child {
      margin-top: 2em; }
    .SecondaryNav .secondary-nav-content .Table, .SecondaryNav .secondary-nav-content ol, .SecondaryNav .secondary-nav-content p, .SecondaryNav .secondary-nav-content ul {
      margin: 1.38889em 0; }
    .SecondaryNav .secondary-nav-content ul {
      padding-left: 1em;
      list-style-type: disc; }
    .SecondaryNav .secondary-nav-content li {
      margin-bottom: 0.5em; }
  .SecondaryNav .secondary-nav-toggle + .secondary-nav-content {
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    -webkit-transition: opacity 0.3s ease, max-height 0.3s ease;
    transition: opacity 0.3s ease, max-height 0.3s ease; }
  .SecondaryNav .secondary-nav-toggle.secondary-nav-active + .secondary-nav-content {
    opacity: 1;
    max-height: 200vh;
    -webkit-transition: opacity 0.3s ease, max-height 0.5s ease;
    transition: opacity 0.3s ease, max-height 0.5s ease; }
  @media screen and (max-width: 600px) {
    .SecondaryNav {
      margin: 0 0 1em; }
      .SecondaryNav li {
        padding: 0.83333em 0.55556em;
        font-size: 1em; }
      .SecondaryNav a, .SecondaryNav h3 {
        margin: -0.55556em -0.55556em;
        padding: 0.55556em 0.55556em; }
      h2 + .SecondaryNav, h3 + .SecondaryNav, h4 + .SecondaryNav, h5 + .SecondaryNav, h6 + .SecondaryNav {
        margin-top: 0.61111em; } }

.Loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #073455;
  -webkit-transition: z-index 0s 0.75s ease, opacity 0.35s 0.25s ease, -webkit-transform 0s 0.75s ease;
  transition: z-index 0s 0.75s ease, opacity 0.35s 0.25s ease, -webkit-transform 0s 0.75s ease;
  transition: z-index 0s 0.75s ease, transform 0s 0.75s ease, opacity 0.35s 0.25s ease;
  transition: z-index 0s 0.75s ease, transform 0s 0.75s ease, opacity 0.35s 0.25s ease, -webkit-transform 0s 0.75s ease; }
  .Loader:before, .Loader .loader-logo-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 320px;
    height: 40px;
    opacity: 0;
    -webkit-transform: translate(-50%, 20%);
        -ms-transform: translate(-50%, 20%);
            transform: translate(-50%, 20%);
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .Loader .loader-logo {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 100%; }
  .Loader .loader-logo:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: ''; }
  .Loader:before, .Loader .loader-logo:before {
    background: url(../images/logo-loader.png) left center no-repeat;
    background-size: 320px auto; }
  .Loader + #BODY .PAGE {
    -webkit-transition: -webkit-transform 0s ease;
    transition: -webkit-transform 0s ease;
    transition: transform 0s ease;
    transition: transform 0s ease, -webkit-transform 0s ease; }
  .Loader.loader-active {
    z-index: 9999;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: z-index 0s ease, opacity 0s ease, -webkit-transform 0.3s ease;
    transition: z-index 0s ease, opacity 0s ease, -webkit-transform 0.3s ease;
    transition: z-index 0s ease, transform 0.3s ease, opacity 0s ease;
    transition: z-index 0s ease, transform 0.3s ease, opacity 0s ease, -webkit-transform 0.3s ease; }
    .Loader.loader-active:before, .Loader.loader-active .loader-logo-wrapper {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: opacity 0.3s 0.15s ease-out, -webkit-transform 0.3s 0.15s ease-out;
      transition: opacity 0.3s 0.15s ease-out, -webkit-transform 0.3s 0.15s ease-out;
      transition: transform 0.3s 0.15s ease-out, opacity 0.3s 0.15s ease-out;
      transition: transform 0.3s 0.15s ease-out, opacity 0.3s 0.15s ease-out, -webkit-transform 0.3s 0.15s ease-out; }
    .Loader.loader-active:before {
      opacity: 0.2; }
    .Loader.loader-active .loader-logo {
      -webkit-transition: width 0.4s ease;
      transition: width 0.4s ease; }
    .Loader.loader-active + #BODY .PAGE {
      -webkit-transform: translateX(-20%);
          -ms-transform: translateX(-20%);
              transform: translateX(-20%);
      -webkit-transition: -webkit-transform 0.5s ease;
      transition: -webkit-transform 0.5s ease;
      transition: transform 0.5s ease;
      transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
    .Loader.loader-active.loader-fade {
      -webkit-transition: z-index 0s ease, opacity 0.3s ease, -webkit-transform 0s ease;
      transition: z-index 0s ease, opacity 0.3s ease, -webkit-transform 0s ease;
      transition: z-index 0s ease, transform 0s ease, opacity 0.3s ease;
      transition: z-index 0s ease, transform 0s ease, opacity 0.3s ease, -webkit-transform 0s ease; }
      .Loader.loader-active.loader-fade + #BODY .PAGE {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
        .Loader.loader-active.loader-fade + #BODY .PAGE .HEADER {
          opacity: 0.99;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; }
  .no-js .Loader {
    display: none; }
  @media screen and (max-width: 450px) {
    .Loader:before, .Loader .loader-logo-wrapper {
      width: 200px;
      height: 25px; }
    .Loader:before, .Loader .loader-logo:before {
      background-size: 200px auto; } }

.mfp-container {
  padding: 0 20px; }

.mfp-close, button.mfp-close {
  position: absolute;
  margin-top: -50px;
  display: block;
  width: 28px;
  height: 28px;
  padding: 0;
  min-width: 0;
  text-indent: -9000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  color: #000;
  opacity: 1;
  background: none;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  .mfp-close:before, .mfp-close:after, button.mfp-close:before, button.mfp-close:after {
    position: absolute;
    top: 0;
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff; }
  .mfp-close:before, button.mfp-close:before {
    -webkit-transform: rotate(90deg) translateY(0px);
        -ms-transform: rotate(90deg) translateY(0px);
            transform: rotate(90deg) translateY(0px);
    top: 50%; }
  .mfp-close:after, button.mfp-close:after {
    top: 50%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .mfp-close:hover, .mfp-close:focus, .mfp-close:active, button.mfp-close:hover, button.mfp-close:focus, button.mfp-close:active {
    background: none; }

.mfp-bg {
  opacity: 1;
  background: linear-gradient(17.34deg, #047778 0%, #132E4B 100%); }

.TypeQuiz {
  position: relative;
  display: none;
  max-width: 1104px; }
  .mfp-content .TypeQuiz {
    display: block;
    margin: 0 auto;
    height: 100%; }
  .TypeQuiz input[type=radio] {
    opacity: 0;
    position: absolute; }
  .TypeQuiz .type-quiz-radio {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #979797;
    border-radius: 50%; }
    .TypeQuiz .type-quiz-radio:before {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      content: '';
      display: block;
      margin: 2px;
      background-color: #132E4B;
      border-radius: 50%;
      opacity: 0;
      -webkit-transition: opacity ease-in-out 0.2s;
      transition: opacity ease-in-out 0.2s; }
  .TypeQuiz input[type=radio]:checked ~ label .type-quiz-radio:before {
    opacity: 1; }
  .TypeQuiz .type-quiz-question {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 6.79348%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-transition: left 0.3s ease, opacity 0.2s ease-out, margin-left 0.1s 0.1s ease, -webkit-transform 0.25s ease-out;
    transition: left 0.3s ease, opacity 0.2s ease-out, margin-left 0.1s 0.1s ease, -webkit-transform 0.25s ease-out;
    transition: left 0.3s ease, opacity 0.2s ease-out, transform 0.25s ease-out, margin-left 0.1s 0.1s ease;
    transition: left 0.3s ease, opacity 0.2s ease-out, transform 0.25s ease-out, margin-left 0.1s 0.1s ease, -webkit-transform 0.25s ease-out; }
    .mfp-calculating-height .TypeQuiz .type-quiz-question {
      top: auto;
      bottom: auto; }
    .TypeQuiz .type-quiz-question h3 {
      margin-top: 0;
      text-transform: none;
      font-weight: bold;
      font-size: 1.33333em;
      line-height: 1.1;
      letter-spacing: 0.5px; }
    .TypeQuiz .type-quiz-question.type-quiz-question-hide {
      opacity: 0;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%); }
  .TypeQuiz .type-quiz-question:nth-child(1) {
    z-index: 10; }
  .TypeQuiz .type-quiz-question:nth-child(2) {
    z-index: 9; }
  .TypeQuiz .type-quiz-question:nth-child(3) {
    z-index: 8; }
  .TypeQuiz .type-quiz-question:nth-child(4) {
    z-index: 7; }
  .TypeQuiz .type-quiz-question:nth-child(5) {
    z-index: 6; }
  .TypeQuiz .type-quiz-question:nth-child(6) {
    z-index: 5; }
  .TypeQuiz .type-quiz-question:nth-child(7) {
    z-index: 4; }
  .TypeQuiz .type-quiz-question:nth-child(8) {
    z-index: 3; }
  .TypeQuiz .type-quiz-question:nth-child(9) {
    z-index: 2; }
  .TypeQuiz .type-quiz-question:nth-child(10) {
    z-index: 1; }
  .TypeQuiz .type-quiz-answers {
    margin: 2.2em 0 3em; }
    .TypeQuiz .type-quiz-answers li {
      margin-bottom: 0.4em; }
    .TypeQuiz .type-quiz-answers label {
      display: inline-block;
      color: #4a4a4a;
      font-size: 1em; }
    .TypeQuiz .type-quiz-answers input[type=radio]:checked ~ label {
      font-weight: bold; }
    .TypeQuiz .type-quiz-answers .type-quiz-radio {
      top: 0.15em;
      margin-right: 0.3em; }
  .TypeQuiz .type-quiz-profiles {
    display: none;
    background: #fff;
    max-width: 875px;
    margin: 0 auto;
    text-align: center; }
    .TypeQuiz .type-quiz-profiles h3 {
      padding: 1.78947em 1.31579em;
      margin: 0 0 1.71053em;
      font-size: 2.11111em;
      line-height: 1.26316em;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      background: linear-gradient(156.19deg, #047778 0%, #132E4B 100%); }
    .TypeQuiz .type-quiz-profiles p {
      text-align: left;
      margin: 0 13.14286%;
      margin-bottom: 4.16667em;
      font-size: 1em;
      line-height: 1.33333em;
      color: #132E4B; }
    .TypeQuiz .type-quiz-profiles .icon-arrow-right {
      margin-left: 2em; }
    .TypeQuiz .type-quiz-profiles .a2a_default_style {
      padding: 3.88889em 0 2.22222em; }
      .TypeQuiz .type-quiz-profiles .a2a_default_style a {
        display: inline-block;
        float: none; }
      .TypeQuiz .type-quiz-profiles .a2a_default_style .a2a_svg {
        height: 40px;
        line-height: 40px;
        width: 40px;
        border-radius: 50%;
        background-color: #132e4b !important; }
        .TypeQuiz .type-quiz-profiles .a2a_default_style .a2a_svg svg {
          top: 4px;
          width: 32px; }
      .TypeQuiz .type-quiz-profiles .a2a_default_style .a2a_s_instagram svg {
        top: 8px;
        width: 24px;
        margin-left: 8px; }
  .TypeQuiz.type-quiz-show-profile .type-quiz-questions {
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden; }
  .TypeQuiz.type-quiz-show-profile .type-quiz-profiles {
    display: block; }

@media screen and (min-width: 768px) {
  .TypeQuiz .type-quiz-question {
    width: 58.78623%;
    padding: 10.23551%; }
  .TypeQuiz .type-quiz-question:nth-child(1) {
    left: 0%; }
  .TypeQuiz .type-quiz-question:nth-child(2) {
    left: 4.52899%; }
  .TypeQuiz .type-quiz-question:nth-child(3) {
    left: 9.05797%; }
  .TypeQuiz .type-quiz-question:nth-child(4) {
    left: 13.58696%; }
  .TypeQuiz .type-quiz-question:nth-child(5) {
    left: 18.11594%; }
  .TypeQuiz .type-quiz-question:nth-child(6) {
    left: 22.64493%; }
  .TypeQuiz .type-quiz-question:nth-child(7) {
    left: 27.17391%; }
  .TypeQuiz .type-quiz-question:nth-child(8) {
    left: 31.7029%; }
  .TypeQuiz .type-quiz-question:nth-child(9) {
    left: 36.23188%; }
  .TypeQuiz .type-quiz-question:nth-child(10) {
    left: 40.76087%; } }

@media screen and (max-width: 767px) {
  .mfp-close, button.mfp-close {
    width: 18px;
    height: 18px;
    margin-top: 10px;
    margin-right: 10px; }
    .mfp-close:before, .mfp-close:after, button.mfp-close:before, button.mfp-close:after {
      background-color: #727272; }
  .TypeQuiz .type-quiz-question {
    padding: 4em 1em 1.5em;
    margin-left: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .TypeQuiz .type-quiz-answers label {
    font-size: 0.88889em; }
  .TypeQuiz.type-quiz-show-profile .mfp-close:before, .TypeQuiz.type-quiz-show-profile .mfp-close:after, .TypeQuiz.type-quiz-show-profile button.mfp-close:before, .TypeQuiz.type-quiz-show-profile button.mfp-close:after {
    background-color: #fff; }
  .TypeQuiz .type-quiz-profiles h3 {
    font-size: 1.27778em; }
  .TypeQuiz .type-quiz-profiles p {
    text-align: left;
    margin: 0 1.125em 2.5em;
    font-size: 0.88889em;
    color: #727272; }
  .TypeQuiz .type-quiz-profiles .a2a_default_style {
    padding: 1.66667em 0 1.11111em; }
  .TypeQuiz .type-quiz-profiles .BtnRainbow {
    margin: 0 1.5em; } }

.BtnRainbow, button[type=button].BtnRainbow {
  position: relative;
  display: inline-block;
  min-width: 13.07143em;
  padding: 1.5em 2.14286em;
  font-size: 0.77778em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  background: linear-gradient(315deg, #047778 0%, #132E4B 100%);
  border-radius: 2.28571em; }
  .BtnRainbow .icon-arrow-right, button[type=button].BtnRainbow .icon-arrow-right {
    display: inline-block;
    -webkit-transition: -webkit-transform ease 0.25s;
    transition: -webkit-transform ease 0.25s;
    transition: transform ease 0.25s;
    transition: transform ease 0.25s, -webkit-transform ease 0.25s; }
  .BtnRainbow:link, .BtnRainbow:visited, button[type=button].BtnRainbow:link, button[type=button].BtnRainbow:visited {
    color: #fff; }
  .BtnRainbow:hover, .BtnRainbow:focus, .BtnRainbow:active, button[type=button].BtnRainbow:hover, button[type=button].BtnRainbow:focus, button[type=button].BtnRainbow:active {
    background: linear-gradient(315deg, #132E4B 0%, #132E4B 50%); }
    .BtnRainbow:hover .icon-arrow-right, .BtnRainbow:focus .icon-arrow-right, .BtnRainbow:active .icon-arrow-right, button[type=button].BtnRainbow:hover .icon-arrow-right, button[type=button].BtnRainbow:focus .icon-arrow-right, button[type=button].BtnRainbow:active .icon-arrow-right {
      -webkit-transform: translateX(10px);
          -ms-transform: translateX(10px);
              transform: translateX(10px); }
  .BtnRainbow[disabled], .BtnRainbow.disabled, button[type=button].BtnRainbow[disabled], button[type=button].BtnRainbow.disabled {
    background: #D8D8D8; }
  @media screen and (max-width: 767px) {
    .BtnRainbow, button[type=button].BtnRainbow {
      padding: 1.75em 4.16667em 1.75em 2.5em;
      text-align: left;
      font-size: 0.66667em; }
      .BtnRainbow .icon-arrow-right, button[type=button].BtnRainbow .icon-arrow-right {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -0.55em;
        font-size: 1.5em; } }

.AnchorMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none; }

.AnchorMenu li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.AnchorMenu a {
  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;
  min-height: 6.42857em;
  font-size: 0.77778em;
  font-weight: bold;
  letter-spacing: 0.20714em;
  text-align: center;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: background-color 0.25s ease, color 0.25s 0.075s ease;
  transition: background-color 0.25s ease, color 0.25s 0.075s ease; }
  .AnchorMenu a:hover, .AnchorMenu a:focus, .AnchorMenu a:active {
    color: #fff;
    background-color: #132E4B; }

div.addtoany_list a {
  padding: 0 6px; }
  div.addtoany_list a > span {
    padding: 4px;
    border-radius: 50% !important;
    background-color: #e0e1e2 !important;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }
    div.addtoany_list a > span svg {
      margin-top: 2px;
      margin-left: 2px;
      width: 0.84375em;
      height: 0.84375em; }
  div.addtoany_list a:hover > span, div.addtoany_list a:focus > span, div.addtoany_list a:active > span {
    opacity: 1;
    background-color: #b8bbbd !important; }
    div.addtoany_list a:hover > span.a2a_s_linkedin, div.addtoany_list a:focus > span.a2a_s_linkedin, div.addtoany_list a:active > span.a2a_s_linkedin {
      background-color: #0077b5 !important; }
    div.addtoany_list a:hover > span.a2a_s_facebook, div.addtoany_list a:focus > span.a2a_s_facebook, div.addtoany_list a:active > span.a2a_s_facebook {
      background-color: #3b5998 !important; }
    div.addtoany_list a:hover > span.a2a_s_twitter, div.addtoany_list a:focus > span.a2a_s_twitter, div.addtoany_list a:active > span.a2a_s_twitter {
      background-color: #55abee !important; }
    div.addtoany_list a:hover > span.a2a_s_instagram, div.addtoany_list a:focus > span.a2a_s_instagram, div.addtoany_list a:active > span.a2a_s_instagram {
      background-color: #8a3ab9 !important; }

.Trainees {
  position: relative;
  margin-bottom: 3.88889em; }
  .Trainees .trainees-items {
    overflow: auto;
    width: 100%;
    padding-top: 8.88889em; }
  .Trainees ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .Trainees ul > li {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 460px;
    margin-right: -390px;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .Trainees ul > li .trainees-img:before {
      position: absolute;
      left: 460px;
      right: 0;
      top: 20px;
      bottom: 0;
      display: block;
      content: '';
      background: #047878;
      background: linear-gradient(56deg, #047878 38%, #12304c 100%); }
    .Trainees ul > li img {
      position: relative;
      display: block;
      float: right;
      margin-right: 2.22222em;
      margin-top: -10em;
      width: 67.30769%;
      max-width: 700px; }
  .Trainees .icon-anchor-circle-left, .Trainees .icon-anchor-circle-right {
    position: absolute;
    bottom: 40px;
    z-index: 10;
    margin-bottom: 0;
    font-size: 64px; }
    .Trainees .icon-anchor-circle-left:before, .Trainees .icon-anchor-circle-right:before {
      margin: 0; }
    .Trainees .icon-anchor-circle-left:hover, .Trainees .icon-anchor-circle-left:focus, .Trainees .icon-anchor-circle-left:active, .Trainees .icon-anchor-circle-right:hover, .Trainees .icon-anchor-circle-right:focus, .Trainees .icon-anchor-circle-right:active {
      background: none; }
  .Trainees .icon-anchor-circle-left {
    right: 130px; }
  .Trainees .icon-anchor-circle-right {
    right: 50px; }
  .Trainees .trainees-text {
    position: absolute;
    top: -3.33333em;
    left: 9.44444em;
    opacity: 0;
    width: 37.15278%;
    padding: 2.22222em 2.22222em 3.33333em;
    background-color: #132e4b;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    -webkit-transition: opacity 0.3s 0.2s ease;
    transition: opacity 0.3s 0.2s ease; }
    .Trainees .trainees-text h2 {
      margin-top: 0.22727em;
      margin-bottom: 0.72727em;
      color: #fff;
      font-size: 44px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .Trainees .trainees-text .preTitle {
      color: white;
      margin-top: 0.78947em; }
    .Trainees .trainees-text p {
      margin-bottom: 2.5em; }
    .Trainees .trainees-text a {
      color: #fff; }
      .Trainees .trainees-text a .icon-play {
        position: relative;
        top: 13px;
        display: inline-block;
        width: 50px;
        height: 50px;
        margin-right: 30px;
        color: #132e4b;
        font-size: 64px;
        line-height: 0.5;
        background-color: #fff;
        border-radius: 50%; }
        .Trainees .trainees-text a .icon-play:before {
          margin-left: -5px;
          margin-top: -53px; }
      .Trainees .trainees-text a .trainees-link {
        padding-bottom: 2px;
        border-bottom: 1px solid #fff;
        -webkit-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease; }
      .Trainees .trainees-text a:hover .trainees-link, .Trainees .trainees-text a:focus .trainees-link, .Trainees .trainees-text a:active .trainees-link {
        border-bottom-color: rgba(255, 255, 255, 0); }
  .Trainees .trainees-active {
    opacity: 1; }
    .Trainees .trainees-active .trainees-text {
      opacity: 1; }
  .Trainees ol {
    position: absolute;
    top: 100%;
    right: 52px;
    margin-top: 10px; }
    .Trainees ol li {
      display: inline-block;
      list-style: none;
      width: 11px;
      height: 11px;
      margin-left: 8px;
      border-radius: 50%;
      background-color: #d8d8d8;
      -webkit-transition: background-color 0.2s ease;
      transition: background-color 0.2s ease; }
      .Trainees ol li.trainees-active {
        background-color: #132e4b; }
  @media screen and (max-width: 1366px) {
    .Trainees ul > li {
      padding-left: 260px;
      margin-right: -190px; }
      .Trainees ul > li .trainees-img:before {
        left: 260px; }
    .Trainees .trainees-text {
      top: -5.55556em;
      left: 3.88889em; }
      .Trainees .trainees-text h2 {
        margin-top: 0.22727em;
        margin-bottom: 0.72727em; } }
  @media screen and (max-width: 1260px) {
    .Trainees ul > li {
      margin-right: -220px; }
      .Trainees ul > li img {
        min-width: 550px; }
    .Trainees .icon-anchor-circle-left, .Trainees .icon-anchor-circle-right {
      bottom: 13px; }
    .Trainees .icon-anchor-circle-left {
      right: 105px; }
    .Trainees .icon-anchor-circle-right {
      right: 25px; }
    .Trainees ol {
      right: 32px; }
    .Trainees .trainees-text {
      left: 2.22222em;
      padding: 1.38889em 1.94444em 2.5em;
      min-width: 450px; }
      .Trainees .trainees-text h2 {
        font-size: 36px; }
      .Trainees .trainees-text p {
        font-size: 16px; } }
  @media screen and (max-width: 1020px) {
    .Trainees .trainees-items {
      padding-top: 0; }
    .Trainees ul > li {
      width: calc(100% - 150px);
      padding-top: 30px;
      padding-left: 0;
      margin-left: 50px;
      margin-right: 0px; }
      .Trainees ul > li .trainees-img {
        position: relative; }
      .Trainees ul > li .trainees-img:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 70px;
        bottom: 0; }
      .Trainees ul > li img {
        float: none;
        margin: 0 auto;
        width: 67.30769%;
        max-width: 700px;
        min-width: 0; }
    .Trainees .trainees-text {
      position: static;
      opacity: 0.7;
      width: 100%;
      padding: 2.22222em 2.22222em 3.33333em;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .Trainees ol {
      display: none; }
    .Trainees .icon-anchor-circle-left, .Trainees .icon-anchor-circle-right {
      margin-top: 7px;
      bottom: auto;
      top: 100%;
      font-size: 40px;
      color: #132e4b; }
    .Trainees .icon-anchor-circle-left {
      right: 82px; } }
  @media screen and (max-width: 768px) {
    .Trainees {
      margin-bottom: 50px; }
      .Trainees ul > li {
        width: calc(100% - 90px);
        margin-left: 30px; }
        .Trainees ul > li img {
          width: 100%; }
      .Trainees .icon-anchor-circle-left, .Trainees .icon-anchor-circle-right {
        display: none; }
      .Trainees .trainees-text {
        min-width: 0;
        padding: 1.11111em 1.66667em 2.5em; } }
  @media screen and (max-width: 600px) {
    .Trainees {
      margin-bottom: 40px; }
      .Trainees ul > li {
        width: calc(100% - 60px);
        margin-left: 20px; }
      .Trainees .trainees-text {
        padding: 0.83333em 1.11111em 1.94444em; }
        .Trainees .trainees-text h2 {
          font-size: 24px; } }
  @media screen and (max-width: 450px) {
    .Trainees .trainees-text a {
      color: #fff; }
      .Trainees .trainees-text a .icon-play {
        top: 5px;
        width: 30px;
        height: 30px;
        margin-right: 15px;
        font-size: 34px; }
        .Trainees .trainees-text a .icon-play:before {
          margin-left: -1px;
          margin-top: -26px; }
      .Trainees .trainees-text a .trainees-link {
        font-size: 14px; } }

/* contact form 7 */
div.wpcf7-validation-errors {
  border: 0 !important; }

.wpcf7-form {
  max-width: 685px;
  margin: 0 -10px; }
  .wpcf7-form:after {
    display: block;
    height: 1px;
    clear: both;
    content: " "; }
  .wpcf7-form .radio-wrapper .Radio {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: -4px;
    cursor: pointer;
    border: 1px solid #9f9f9f;
    border-radius: 999vw;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
    .wpcf7-form .radio-wrapper .Radio:before {
      position: absolute;
      top: 3px;
      left: 3px;
      display: block;
      width: 12px;
      height: 12px;
      content: " ";
      background: #073455;
      border-radius: 99vw;
      opacity: 0;
      -webkit-transition: 0.4s all;
      transition: 0.4s all; }
  .wpcf7-form .radio-wrapper input:checked + .Radio {
    /*background:url(../images/radio.png) center center no-repeat #fff;
    background-size:contain;*/ }
    .wpcf7-form .radio-wrapper input:checked + .Radio:before {
      opacity: 1; }
  .wpcf7-form .checkbox-wrapper .Checkbox {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: -4px;
    cursor: pointer;
    border: 1px solid #9f9f9f;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
    .wpcf7-form .checkbox-wrapper .Checkbox:before {
      position: absolute;
      top: 0;
      display: block;
      width: 18px;
      height: 18px;
      font-family: "icons";
      font-size: 12px;
      line-height: 18px;
      color: #073455;
      text-align: center;
      content: "";
      border-radius: 99vw;
      opacity: 0;
      -webkit-transition: 0.4s all;
      transition: 0.4s all; }
  .wpcf7-form .checkbox-wrapper input:checked + .Checkbox {
    /*background:url(../images/check.png) center center no-repeat #fff;
    background-size:contain;*/ }
    .wpcf7-form .checkbox-wrapper input:checked + .Checkbox:before {
      opacity: 1; }
  .wpcf7-form .wpcf7-list-item-label {
    cursor: pointer; }
  .wpcf7-form .input-hidden {
    position: absolute;
    opacity: 0; }
  .wpcf7-form .full-width,
  .wpcf7-form .half-width {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0 10px;
    margin: 10px 0 14px; }
    .wpcf7-form .full-width br,
    .wpcf7-form .half-width br {
      display: none; }
  .wpcf7-form .half-width {
    width: 50%; }
  .wpcf7-form .clear {
    clear: both; }
  .wpcf7-form label {
    display: block;
    margin-bottom: 2px;
    font-family: "Walsheim", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400; }
  .wpcf7-form input,
  .wpcf7-form textarea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0 0 0;
    border-color: #9d9d9d; }
  .wpcf7-form textarea {
    height: 150px; }
  .wpcf7-form input[type="checkbox"],
  .wpcf7-form input[type="radio"] {
    width: auto;
    margin: 0; }
  .wpcf7-form .wpcf7-radio {
    display: block;
    margin: 10px 0 0;
    vertical-align: middle; }
    .wpcf7-form .wpcf7-radio .label {
      vertical-align: middle; }
  .wpcf7-form .wpcf7-list-item span {
    font-size: 18px;
    color: #9d9d9d;
    vertical-align: middle; }
  .wpcf7-form .wpcf7-list-item.first {
    margin: 0; }
  .wpcf7-form input[type="file"] {
    height: 2.77778em;
    padding: 8px 8px; }
  .wpcf7-form input[type="submit"] {
    height: 60px;
    margin-top: 36px;
    background: #073455;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
    .wpcf7-form input[type="submit"]:hover {
      background: #272425; }
  .wpcf7-form .jfilestyle {
    margin: 0 -10px; }
    .wpcf7-form .jfilestyle input {
      float: left;
      width: calc(50% - 20px) !important;
      margin: 0 10px; }
    .wpcf7-form .jfilestyle .focus-jfilestyle {
      display: block;
      float: left;
      width: calc(50% - 20px);
      margin: 0 10px; }
      .wpcf7-form .jfilestyle .focus-jfilestyle label {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: inline-block;
        width: 50%;
        min-width: 150px !important;
        min-width: 17.5em;
        max-width: 100%;
        max-height: 50px;
        padding: 1.41667em 0 1.33333em;
        font-size: 0.66667em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
        text-align: center;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.20833em;
        cursor: pointer;
        background: #073455;
        border: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .wpcf7-form .jfilestyle .focus-jfilestyle label:hover {
          background: #272425; }
  .wpcf7-form span.wpcf7-not-valid-tip {
    font-size: 0.75em; }

div.wpcf7-validation-errors {
  padding: 0 10px !important;
  margin: 0 !important; }

.contentNoPadding .RH {
  margin-bottom: 0; }

.RH {
  margin-bottom: 30px; }
  .RH:after {
    display: block;
    clear: both;
    content: " "; }
  .RH .RH_person {
    position: relative;
    float: right;
    width: 50%;
    text-align: center;
    background: #59646a; }
    .RH .RH_person img {
      display: block;
      margin: 0 auto; }
  .RH .RH_info {
    position: absolute;
    bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 18px;
    text-align: left;
    background: rgba(12, 12, 12, 0.6); }
    .RH .RH_info h3 {
      margin: 0 0 5px;
      font-size: 18px;
      color: #fff;
      text-transform: uppercase; }
    .RH .RH_info p {
      margin-bottom: 0;
      font-size: 16px;
      line-height: 21px; }
    .RH .RH_info p,
    .RH .RH_info a {
      color: #fff; }

.hide-desktop {
  display: none; }

.cta-strip-vie {
  position: relative;
  background: #bfbfbf;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  /*background-size:contain;*/ }
  .cta-strip-vie .cyclenav {
    position: absolute;
    top: 50%;
    z-index: 999;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .cta-strip-vie .cyclenav.cyclenext {
      right: 48px; }
    .cta-strip-vie .cyclenav.cycleprev {
      left: 48px; }
    .cta-strip-vie .cyclenav.hide-desktop {
      top: -50%; }
  .cta-strip-vie .slide {
    width: 100%; }
    .cta-strip-vie .slide > div {
      position: relative;
      /*display:flex;
      align-items: flex-end;
      min-height:665px;*/ }
    .cta-strip-vie .slide:not(.cycle-slide-active) * {
      opacity: 0; }
  .cta-strip-vie .slide > div:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: " ";
    background: url(../images/vie_bureau.jpg) center bottom no-repeat #bfbfbf;
    opacity: 0;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px); }
  .cta-strip-vie .slide.vie-aLord > div:before {
    background: url(../images/vie_bureau_aLord.jpg) center bottom no-repeat #bfbfbf; }
  .cta-strip-vie.waypoint-appear .slide > div:before {
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
  .cta-strip-vie .img-mobile {
    display: none; }
    .cta-strip-vie .img-mobile img {
      width: 100%; }
  .cta-strip-vie .cta-strip-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 600px;
    min-height: 665px;
    padding: 100px 0 20px; }
    .cta-strip-vie .cta-strip-content h3 {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; }
    .cta-strip-vie .cta-strip-content h2 {
      margin: 22px 0 49px;
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .cta-strip-vie .cta-strip-content p {
      margin-bottom: 26px;
      color: #3a3a3a;
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s; }
    .cta-strip-vie .cta-strip-content a {
      font-size: 16px;
      color: #3a3a3a;
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    .cta-strip-vie .cta-strip-content .play-btn {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: inline-block;
      width: 55px;
      height: 55px;
      padding-left: 4px;
      margin-right: 21px;
      font-size: 24px;
      line-height: 55px;
      text-align: center;
      background: #fff;
      border-radius: 999vw; }
      .cta-strip-vie .cta-strip-content .play-btn img {
        width: 13px; }
  .cta-strip-vie h2,
  .cta-strip-vie h3,
  .cta-strip-vie p,
  .cta-strip-vie a {
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out; }
  .cta-strip-vie:not(.waypoint-appear) {
    background-position: center 665px; }
    .cta-strip-vie:not(.waypoint-appear) h2,
    .cta-strip-vie:not(.waypoint-appear) h3,
    .cta-strip-vie:not(.waypoint-appear) p,
    .cta-strip-vie:not(.waypoint-appear) a {
      opacity: 0;
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px); }

body .fancybox-slide--video .fancybox-content {
  width: 1024px;
  max-width: 80%;
  height: calc(1024px * 0.5625);
  max-height: 80%; }

.WCCH > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .WCCH > div .blog {
    width: 100%;
    max-width: calc(100% - 420px); }
  .WCCH > div .cch_work {
    width: 100%;
    max-width: 335px;
    margin-top: 55px; }
    .WCCH > div .cch_work .cchEcontentCss {
      background: none; }
      .WCCH > div .cch_work .cchEcontentCss a {
        color: #fff; }
    .WCCH > div .cch_work > div {
      padding: 45px 40px 20px;
      background: #073455; }
      .WCCH > div .cch_work > div .news-title {
        margin-top: 0;
        margin-bottom: 42px;
        font-size: 14px;
        font-weight: 700;
        color: #fff; }

.newsWCCH .news-items .news-item {
  width: 50%; }

.news-items-cch .controls {
  margin-bottom: 24px;
  color: #fff; }
  .news-items-cch .controls span {
    cursor: pointer; }
  .news-items-cch .controls > div {
    cursor: pointer; }
  .news-items-cch .controls .prev {
    margin-right: 28px; }

#cch_tax_alerts {
  position: relative;
  font-family: "Walsheim", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff; }
  #cch_tax_alerts > div {
    position: relative;
    top: 0;
    display: none;
    cursor: pointer; }
    #cch_tax_alerts > div:hover p,
    #cch_tax_alerts > div:hover div {
      text-decoration: underline; }
    #cch_tax_alerts > div:first-child {
      display: block; }
    #cch_tax_alerts > div.notshown {
      left: -100vw;
      display: block;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      -webkit-transition: 0.3s opacity 0s, 0.01s left 0.3s, 0.01s max-height 0.3s;
      transition: 0.3s opacity 0s, 0.01s left 0.3s, 0.01s max-height 0.3s; }
    #cch_tax_alerts > div.shown {
      left: 0;
      display: block;
      max-height: none;
      opacity: 1;
      -webkit-transition: 0.3s opacity 0.3s, 0.01s left 0s, 0.01s max-height 0s;
      transition: 0.3s opacity 0.3s, 0.01s left 0s, 0.01s max-height 0s; }
    #cch_tax_alerts > div .fullContent,
    #cch_tax_alerts > div .closeX {
      display: none; }
  #cch_tax_alerts .cchEcontentCss {
    background: none; }
  #cch_tax_alerts .cch_econtent_tax_title {
    margin-bottom: 14px; }
  #cch_tax_alerts .cch_econtent_tax_title,
  #cch_tax_alerts .cch_econtent_tax_title a {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #fff; }
  #cch_tax_alerts .cch_econtent_tax_title {
    display: block;
    font-family: "Walsheim", Helvetica, Arial, sans-serif; }
  #cch_tax_alerts .cch_econtent_tax_content.cutContent {
    display: block !important;
    color: #fff;
    /*max-height: 300px;
    overflow-y: scroll;*/ }
    #cch_tax_alerts .cch_econtent_tax_content.cutContent p,
    #cch_tax_alerts .cch_econtent_tax_content.cutContent ul,
    #cch_tax_alerts .cch_econtent_tax_content.cutContent ol {
      display: none; }
      #cch_tax_alerts .cch_econtent_tax_content.cutContent p:first-child,
      #cch_tax_alerts .cch_econtent_tax_content.cutContent ul:first-child,
      #cch_tax_alerts .cch_econtent_tax_content.cutContent ol:first-child {
        display: block; }
    #cch_tax_alerts .cch_econtent_tax_content.cutContent p,
    #cch_tax_alerts .cch_econtent_tax_content.cutContent a {
      font-family: "Walsheim", Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: #fff; }
    #cch_tax_alerts .cch_econtent_tax_content.cutContent a {
      word-wrap: break-word; }
    #cch_tax_alerts .cch_econtent_tax_content.cutContent > div {
      display: none; }

.page-template-template-fiscalite .SIDEBAR {
  width: 335px; }
  .page-template-template-fiscalite .SIDEBAR .WCCH {
    clear: both; }

.page-template-template-fiscalite .CONTENT {
  padding-right: 435px;
  margin-right: -435px; }

.popupOuter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  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;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out; }
  .popupOuter:not(.popupShown) {
    opacity: 0; }
  .popupOuter .popup {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 80%;
    max-width: 895px;
    max-height: 80vh;
    padding: 76px 80px;
    overflow: auto;
    background: #fff; }
    .popupOuter .popup .cch_econtent_tax_title {
      margin-bottom: 30px;
      font-size: 24px;
      font-weight: 700;
      line-height: 28px;
      color: #0c3756; }
    .popupOuter .popup .cch_econtent_tax_content {
      display: block !important; }
      .popupOuter .popup .cch_econtent_tax_content .Table,
      .popupOuter .popup .cch_econtent_tax_content ol,
      .popupOuter .popup .cch_econtent_tax_content p,
      .popupOuter .popup .cch_econtent_tax_content ul {
        font-size: 16px;
        line-height: 24px; }
      .popupOuter .popup .cch_econtent_tax_content.cutContent {
        display: none !important; }
    .popupOuter .popup .closeX {
      position: absolute;
      top: 30px;
      right: 30px; }
      .popupOuter .popup .closeX a {
        display: block; }
        .popupOuter .popup .closeX a:after {
          display: block;
          width: 17px;
          height: 17px;
          content: " ";
          background: url(../images/closex.png) center center no-repeat transparent; }

.meilleur_employeur.rework {
  padding: 128px 0;
  margin: 0; }
  .meilleur_employeur.rework .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .meilleur_employeur.rework .flex img {
      display: block;
      max-width: 100%;
      height: auto; }
  .meilleur_employeur.rework .text {
    width: 100%;
    max-width: 510px; }
    .meilleur_employeur.rework .text h2 {
      font-size: 44px;
      margin-top: 0;
      text-transform: uppercase; }
  .meilleur_employeur.rework .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%; }
    .meilleur_employeur.rework .image > div {
      margin-right: 60px;
      max-width: 50%; }
      .meilleur_employeur.rework .image > div img {
        max-width: 100%; }
      .meilleur_employeur.rework .image > div.meilleuremployeur {
        margin-right: 0px; }
  .meilleur_employeur.rework.page-perspective .image {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .meilleur_employeur.rework.page-perspective .image .meilleuremployeur {
      margin-top: 220px; }

@media (max-width: 1024px) {
  .cta-strip-vie .cta-strip-content {
    max-width: 50%; }
  .newsWCCH .news-items .news-item {
    float: none;
    width: 100%;
    margin-bottom: 30px; } }

@media (max-width: 768px) {
  .meilleur_employeur.rework {
    padding: 128px 0;
    margin: 0; }
    .meilleur_employeur.rework .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .wpcf7-form .jfilestyle .focus-jfilestyle label {
    width: 100%;
    max-height: none;
    padding: 1.375em 1.875em 1.3125em;
    font-size: 0.88889em; }
  .wpcf7-form input[type="submit"] {
    padding: 14px 0 10px; }
  .RH .RH_person {
    width: 100%; }
  .cta-strip-vie {
    background: #bfbfbf; }
    .cta-strip-vie .slide > div:before {
      content: none; }
    .cta-strip-vie .img-mobile {
      display: block; }
    .cta-strip-vie .cta-strip-content {
      max-width: 100%;
      min-height: 0;
      padding: 28px 0 38px; }
      .cta-strip-vie .cta-strip-content h2 {
        margin: 17px 0 23px;
        line-height: 1.1em; }
    .cta-strip-vie .cyclenav.hide-desktop {
      top: 50vw;
      display: block; }
    .cta-strip-vie .cyclenav.hide-mobile {
      top: -50%;
      display: none; }
    .cta-strip-vie .cyclenav.cyclenext {
      right: 20px; }
    .cta-strip-vie .cyclenav.cycleprev {
      left: 20px; }
  body .fancybox-slide--video .fancybox-content {
    width: calc(80vw);
    max-width: 80%;
    height: calc(80vw * 0.5625);
    max-height: 80%; }
  .WCCH > div {
    display: block; }
  .WCCH > div .blog,
  .WCCH > div .cch_work {
    max-width: 100%;
    margin: 0; }
  .popupOuter .popup {
    padding: 50px 20px 20px;
    overflow-x: hidden; }
  .page-template-template-fiscalite .CONTENT {
    width: 100%;
    padding: 0;
    margin: 0; }
  .page-template-template-fiscalite .SIDEBAR {
    max-width: 100%;
    margin-top: 40px;
    -webkit-column-count: 1;
            column-count: 1; }
    .page-template-template-fiscalite .SIDEBAR .widget_pix_backlink {
      position: static;
      top: 0;
      float: none;
      margin: 0 0 10px; } }

@media (max-width: 767px) {
  .wpcf7-form .full-width,
  .wpcf7-form .half-width {
    width: 100%; }
  .wpcf7-form .jfilestyle input {
    width: calc(100% - 20px) !important;
    margin-bottom: 20px; }
  .wpcf7-form .jfilestyle .focus-jfilestyle {
    width: calc(100% - 20px); }
  .cta-strip-vie:before {
    display: none; } }

@media (min-width: 800px) {
  .is-visible-mobile {
    display: none; } }

.toggle-menu-trigger:checked ~ .PAGE .COVIDBAR {
  display: none; }

.COVIDBAR {
  position: relative;
  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;
  min-height: 174px;
  background-color: #ffd440; }
  .COVIDBAR .close {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer; }
  .COVIDBAR .Container {
    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;
    width: 100%;
    max-width: 1060px; }
    .COVIDBAR .Container .text {
      padding: 5px 50px;
      background: url(../images/warning.png) top left no-repeat transparent;
      background-size: 30px auto; }
    .COVIDBAR .Container p {
      margin: 0 0 10px;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0; }
    .COVIDBAR .Container a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-width: 175px;
      height: 46px;
      padding: 0 10px;
      font-size: 14px;
      font-weight: 600;
      line-height: 16px;
      color: #000;
      text-align: center;
      border: 1px solid #000000;
      border-radius: 4px;
      -webkit-transition: 0.3s all ease-out;
      transition: 0.3s all ease-out; }
      .COVIDBAR .Container a:hover {
        color: #ffd440;
        background: #000; }

@media (max-width: 600px) {
  .COVIDBAR {
    padding: 39px 0; }
    .COVIDBAR .Container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 0 30px; }
      .COVIDBAR .Container .text {
        padding: 49px 0 0px 0px; }
        .COVIDBAR .Container .text p {
          margin: 0 0 20px; } }

.header-w-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .header-w-back > div {
    -webkit-box-align: right;
        -ms-flex-align: right;
            align-items: right;
    margin-top: 60px; }

.page-template-template-prix #content,
.page-template-template-responsabilite-sociale #content {
  width: 100%;
  overflow: hidden; }

.page-template-template-prix .CONTENT.is-full-width,
.page-template-template-responsabilite-sociale .CONTENT.is-full-width {
  padding-right: 0;
  margin-right: 0; }

.page-template-template-prix .limitedcol,
.page-template-template-responsabilite-sociale .limitedcol {
  max-width: 850px; }

.page-template-template-prix .pix_grid,
.page-template-template-responsabilite-sociale .pix_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% + 60px);
  margin-top: 140px;
  margin-left: -60px; }
  .page-template-template-prix .pix_grid .col,
  .page-template-template-responsabilite-sociale .pix_grid .col {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33%;
    padding-left: 60px; }
    .page-template-template-prix .pix_grid .col *:first-child,
    .page-template-template-responsabilite-sociale .pix_grid .col *:first-child {
      margin-top: 0; }
    .page-template-template-prix .pix_grid .col *:last-child,
    .page-template-template-responsabilite-sociale .pix_grid .col *:last-child {
      margin-bottom: 0; }
  .page-template-template-prix .pix_grid.is-2col .col,
  .page-template-template-responsabilite-sociale .pix_grid.is-2col .col {
    width: 50%; }
  .page-template-template-prix .pix_grid.is-gallery,
  .page-template-template-responsabilite-sociale .pix_grid.is-gallery {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .page-template-template-prix .pix_grid.is-gallery .col:first-child,
    .page-template-template-responsabilite-sociale .pix_grid.is-gallery .col:first-child {
      width: 520px; }
    .page-template-template-prix .pix_grid.is-gallery .col:last-child,
    .page-template-template-responsabilite-sociale .pix_grid.is-gallery .col:last-child {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 610px;
      padding: 0; }
      .page-template-template-prix .pix_grid.is-gallery .col:last-child img,
      .page-template-template-responsabilite-sociale .pix_grid.is-gallery .col:last-child img {
        max-width: 100%; }
    .page-template-template-prix .pix_grid.is-gallery .col .cyclenav,
    .page-template-template-responsabilite-sociale .pix_grid.is-gallery .col .cyclenav {
      position: absolute;
      top: 50%;
      right: 0;
      z-index: 1;
      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: 76px;
      height: 76px;
      color: #fff;
      cursor: pointer;
      background: #0c3455;
      border-radius: 999vw;
      -webkit-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }
      .page-template-template-prix .pix_grid.is-gallery .col .cyclenav:before, .page-template-template-prix .pix_grid.is-gallery .col .cyclenav:after,
      .page-template-template-responsabilite-sociale .pix_grid.is-gallery .col .cyclenav:before,
      .page-template-template-responsabilite-sociale .pix_grid.is-gallery .col .cyclenav:after {
        position: absolute;
        top: calc(50% - 1px);
        left: calc(50% - 5px);
        display: block;
        width: 10px;
        height: 2px;
        content: "  ";
        background: #fff;
        -webkit-transform-origin: right center;
            -ms-transform-origin: right center;
                transform-origin: right center; }
      .page-template-template-prix .pix_grid.is-gallery .col .cyclenav:before,
      .page-template-template-responsabilite-sociale .pix_grid.is-gallery .col .cyclenav:before {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .page-template-template-prix .pix_grid.is-gallery .col .cyclenav:after,
      .page-template-template-responsabilite-sociale .pix_grid.is-gallery .col .cyclenav:after {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .page-template-template-prix .pix_grid.is-gallery .col .cyclenav.prev,
      .page-template-template-responsabilite-sociale .pix_grid.is-gallery .col .cyclenav.prev {
        left: 0;
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
            -ms-transform: translate(-50%, -50%) rotate(180deg);
                transform: translate(-50%, -50%) rotate(180deg); }
    .page-template-template-prix .pix_grid.is-gallery .col .cycle-slideshow,
    .page-template-template-responsabilite-sociale .pix_grid.is-gallery .col .cycle-slideshow {
      width: 100%;
      max-width: 610px;
      height: 400px;
      overflow: visible !important;
      -webkit-clip-path: polygon(0 0, 100vw 0, 100vw 100%, 0 100%);
              clip-path: polygon(0 0, 100vw 0, 100vw 100%, 0 100%); }
      .page-template-template-prix .pix_grid.is-gallery .col .cycle-slideshow img,
      .page-template-template-responsabilite-sociale .pix_grid.is-gallery .col .cycle-slideshow img {
        max-width: 100%;
        height: 400px;
        padding-right: 10px;
        vertical-align: middle;
        object-fit: cover; }
  .page-template-template-prix .pix_grid .col.is-title,
  .page-template-template-responsabilite-sociale .pix_grid .col.is-title {
    font-family: "Walsheim", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
    color: #0c3455;
    text-transform: uppercase;
    /* or 114% */
    letter-spacing: 1px; }
  .page-template-template-prix .pix_grid.is-initiative_cols,
  .page-template-template-responsabilite-sociale .pix_grid.is-initiative_cols {
    margin-top: 200px; }
    .page-template-template-prix .pix_grid.is-initiative_cols h3,
    .page-template-template-responsabilite-sociale .pix_grid.is-initiative_cols h3 {
      color: #000; }
  .page-template-template-prix .pix_grid.is-comite-very-descriptif-text,
  .page-template-template-responsabilite-sociale .pix_grid.is-comite-very-descriptif-text {
    margin-top: 30px;
    margin-bottom: 130px; }
    .page-template-template-prix .pix_grid.is-comite-very-descriptif-text h3,
    .page-template-template-responsabilite-sociale .pix_grid.is-comite-very-descriptif-text h3 {
      color: #000; }

.page-template-template-prix .section-recycle,
.page-template-template-responsabilite-sociale .section-recycle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 121px; }
  .page-template-template-prix .section-recycle:before,
  .page-template-template-responsabilite-sociale .section-recycle:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 339px;
    height: 328px;
    content: " ";
    background: url(../images/recycle.png) center center no-repeat;
    background-size: contain; }
  .page-template-template-prix .section-recycle .text,
  .page-template-template-responsabilite-sociale .section-recycle .text {
    z-index: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 280px);
    max-width: 940px;
    padding: 48px 64px;
    margin-top: 142px;
    color: #fff;
    background: #0c3455; }
    .page-template-template-prix .section-recycle .text *,
    .page-template-template-responsabilite-sociale .section-recycle .text * {
      position: relative;
      z-index: 2; }

.page-template-template-prix .pix_grid .col a {
  display: block;
  margin-bottom: 80px; }

.page-template-template-prix .pix_grid .col img {
  display: block;
  width: 220px;
  max-width: 100%;
  height: 220px;
  margin: 0 auto 80px;
  object-fit: contain; }

.page-template-template-prix .mais_aussi {
  position: relative;
  max-width: 776px;
  padding: 44px 0 73px;
  margin: 56px 0 95px; }
  .page-template-template-prix .mais_aussi * {
    position: relative;
    z-index: 1; }
  .page-template-template-prix .mais_aussi:after {
    position: absolute;
    top: 0;
    left: -200px;
    z-index: 0;
    display: block;
    width: calc(100% + 400px);
    height: 100%;
    content: " ";
    background: #f7f7f7; }

.page-template-template-prix .conclusion {
  max-width: 776px;
  margin-bottom: 157px; }

@media (max-width: 820px) {
  .page-template-template-prix .pix_grid,
  .page-template-template-responsabilite-sociale .pix_grid {
    display: block; }
    .page-template-template-prix .pix_grid .col,
    .page-template-template-responsabilite-sociale .pix_grid .col {
      width: 100% !important;
      margin-top: 60px; }
    .page-template-template-prix .pix_grid.is-gallery .col:last-child,
    .page-template-template-responsabilite-sociale .pix_grid.is-gallery .col:last-child {
      max-width: calc(100% - 60px);
      margin: 40px 60px 0; }
  .page-template-template-prix .section-recycle .text,
  .page-template-template-responsabilite-sociale .section-recycle .text {
    width: 100%;
    max-width: 100%;
    margin-top: 300px; } }
