﻿/*$font: 'Avenir LT', sans-serif !default;*/
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
*::before,
*::after {
  box-sizing: border-box; }

/**
Use a more readable tab size (opinionated).
*/
:root {
  -moz-tab-size: 4;
  tab-size: 4; }

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; }

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */ }

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  text-decoration: underline dotted; }

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */ }

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

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

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

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none; }

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0; }

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

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

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

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

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item; }

h1, h2 {
  color: #502A7D;
  font-size: 2.625rem;
  font-family: "Product Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 1.875rem;
  line-height: 100%; }

h3 {
  color: black;
  font-size: 1.3125rem;
  font-family: "Product Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 0.9375rem;
  line-height: 100%;
  text-transform: uppercase; }

h4 {
  color: black;
  font-size: 1.25rem;
  font-family: "Product Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 0.9375rem;
  line-height: 125%;
  color: black; }
  h4.orange {
    color: #FFA409; }
  h4.green {
    color: #00C189; }
  h4.purple {
    color: #B299D6; }
  h4.red {
    color: #EA5C60; }
  h4.yellow {
    color: #C3D600; }
  h4.blue {
    color: #4EC1EA; }

.text, p {
  line-height: 135%;
  font-family: "Product Sans", sans-serif;
  font-size: 1.125rem;
  color: #000000; }
  .text > :first-child, p > :first-child {
    margin-top: 0; }
  .text > :last-child, p > :last-child {
    margin-bottom: 0; }

p, ul, ol {
  margin: 1rem 0; }

a {
  text-decoration: none;
  color: #0070f9; }
  a:hover, a:active {
    text-decoration: underline; }

ul {
  padding-left: 1.25rem;
  list-style: none; }
  ul > li {
    margin-bottom: 0.5rem; }
    ul > li:before {
      content: "\2022";
      /* Add content: \2022 is the CSS Code/unicode for a bullet */
      color: #502a7d;
      /* Change the color */
      font-weight: bold;
      /* If you want it to be bold */
      display: inline-block;
      /* Needed to add space between the bullet and the text */
      width: 1em;
      /* Also needed for space (tweak if needed) */
      margin-left: -1em;
      /* Also needed for space (tweak if needed) */
      margin-top: -2px;
      /* Also needed for space (tweak if needed) */ }
    ul > li:last-child {
      margin-bottom: 0; }

img {
  vertical-align: middle;
  max-width: 100%;
  /* Remettre actif pour rendre plus vos transition sur image, mis en commentaire pour permettre le border-radius sur les parent d'image 
  -webkit-backface-visibility: hidden; 
  -ms-interpolation-mode: bicubic;*/ }

*:focus {
  outline: 0; }

.width100 {
  width: 100%; }

.height100 {
  height: 100%; }

.video {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block; }

/* 16x9 Aspect Ratio */
.video-16x9 {
  padding-bottom: 56.25%; }

/* 4x3 Aspect Ratio */
.video-4x3 {
  padding-bottom: 75%; }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.invert {
  color: #FFFFFF;
  background: #0070f9; }

.nowrap {
  white-space: nowrap; }

/* Autres */
::-moz-selection {
  background: #0070f9;
  color: #181716;
  text-shadow: none; }

::selection {
  background: #502a7d;
  color: white;
  text-shadow: none; }

blockquote {
  position: relative;
  margin: 0 0 1.875rem 0;
  font-style: italic;
  padding: 0 0 0 1.375rem; }
  blockquote:before {
    content: "\00AB";
    font-size: 1.375rem;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1; }
  blockquote:after {
    content: "\00BB";
    font-size: 1.375rem;
    display: inline-block;
    margin-left: 0.5rem; }

html[lang="fr-CA"] blockquote:before {
  content: "\00AB"; }

html[lang="fr-CA"] blockquote:after {
  content: "\00BB"; }

html[lang="en-CA"] blockquote:before {
  content: "\00AB"; }

html[lang="en-CA"] blockquote:after {
  content: "\00BB"; }

.overlay {
  background-color: RGBA(234, 92, 96, 0.5);
  position: fixed;
  z-index: 4900;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none; }
  .overlay.open {
    display: block; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
  font-family: "Product Sans", sans-serif;
  color: #181716;
  font-size: 16px; }

body {
  height: 100%;
  width: 100%;
  position: relative; }

#app {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start; }

.IE11 #app {
  display: block; }

.wrapAll {
  flex: 1 0 auto;
  width: 100%; }

.wrapper {
  max-width: 1200px;
  padding: 0 0.625rem;
  margin: 0 auto; }

.overflowHidden {
  overflow: hidden; }

.pageContainer {
  padding: 3.75rem 0; }
  .pageContainer .pageTitle {
    margin-top: 0; }
  .pageContainer .catFilter {
    padding: 1.875rem;
    width: 100%;
    background: #E6F1FA;
    margin: 60px 0; }
    .pageContainer .catFilter h3 {
      margin: 0 0 1.25rem;
      text-align: center; }
  .pageContainer .filterContainer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch; }
    .pageContainer .filterContainer a {
      white-space: nowrap;
      text-transform: uppercase; }
  .pageContainer .tns-outer {
    position: relative;
    padding-bottom: 0.1875rem; }
  .pageContainer .tns-controls {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%); }
    .pageContainer .tns-controls button {
      pointer-events: visible;
      font-size: 0;
      transition: 0.25s;
      border: 0;
      cursor: pointer;
      padding: 0 0.625rem; }
      .pageContainer .tns-controls button[data-controls="prev"] {
        background: -moz-linear-gradient(left, #e6f1fa 0%, rgba(230, 241, 250, 0) 100%);
        background: -webkit-linear-gradient(left, #e6f1fa 0%, rgba(230, 241, 250, 0) 100%);
        background: linear-gradient(to right, #e6f1fa 0%, rgba(230, 241, 250, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f1fa', endColorstr='#00e6f1fa',GradientType=1 ); }
        .pageContainer .tns-controls button[data-controls="prev"]:before {
          content: "";
          width: 0.6875rem;
          height: 1.75rem;
          display: inline-block;
          width: 0.6875rem;
          height: 1.75rem;
          background: url(../images/icon/arrowLeft.svg) center center no-repeat;
          margin-left: -3.125rem; }
      .pageContainer .tns-controls button[data-controls="next"] {
        background: -moz-linear-gradient(left, rgba(230, 241, 250, 0) 0%, rgba(230, 241, 250, 0) 1%, #e6f1fa 100%);
        background: -webkit-linear-gradient(left, rgba(230, 241, 250, 0) 0%, rgba(230, 241, 250, 0) 1%, #e6f1fa 100%);
        background: linear-gradient(to right, rgba(230, 241, 250, 0) 0%, rgba(230, 241, 250, 0) 1%, #e6f1fa 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e6f1fa', endColorstr='#e6f1fa',GradientType=1 ); }
        .pageContainer .tns-controls button[data-controls="next"]:before {
          content: "";
          width: 0.6875rem;
          height: 1.75rem;
          display: inline-block;
          width: 0.6875rem;
          height: 1.75rem;
          background: url(../images/icon/arrowLeft.svg) center center no-repeat;
          transform: rotate(180deg);
          margin-right: -3.125rem; }
      .pageContainer .tns-controls button[disabled] {
        opacity: 0;
        pointer-events: none; }
  .pageContainer .tns-ovh {
    position: relative;
    overflow: hidden; }
  .pageContainer .tns-liveregion {
    display: none; }
  .pageContainer .jobListing {
    display: flex;
    margin: 0 -1.40625rem;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    padding-top: 15px; }
    .pageContainer .jobListing .noJobs {
      margin: 0 1.40625rem; }
    .pageContainer .jobListing .job {
      display: flex;
      flex-flow: column;
      justify-content: space-between;
      align-items: baseline;
      padding: 2.1875rem;
      width: calc((100% / 3) + -2.8125rem);
      margin: 0 1.40625rem 2.8125rem;
      box-shadow: 0px 0px 16px 4px #E5F1FA; }
      .pageContainer .jobListing .job .contain h4 {
        margin: 0 0 1.875rem; }
      .pageContainer .jobListing .job .contain .text {
        margin: 0 0 2.8125rem; }
      .pageContainer .jobListing .job .btn.big.arrow {
        margin: 0; }
      .pageContainer .jobListing .job h4:hover {
        text-decoration: underline; }
      .pageContainer .jobListing .job:nth-child(1n+0) h4 {
        color: #FFA409; }
      .pageContainer .jobListing .job:nth-child(2n+0) h4 {
        color: #00C189; }
      .pageContainer .jobListing .job:nth-child(3n+0) h4 {
        color: #EA5C60; }
      .pageContainer .jobListing .job:nth-child(4n+0) h4 {
        color: #C3D600; }
      .pageContainer .jobListing .job:nth-child(6n+0) h4 {
        color: #4EC1EA; }
  .pageContainer .spontaneousSection {
    text-align: center;
    padding-top: 2.8125rem;
    display: flex;
    flex-flow: column;
    justify-content: center; }
    .pageContainer .spontaneousSection h3 {
      margin: 0 0 0.9375rem; }
    .pageContainer .spontaneousSection h2 {
      margin: 0 0 1.875rem; }
    .pageContainer .spontaneousSection p.textApplication {
      margin: 0 0 2.5rem; }
    .pageContainer .spontaneousSection .btn.big {
      margin: 0 auto 3.75rem; }
    .pageContainer .spontaneousSection .btn.arrow {
      margin: 0 auto; }
  .pageContainer .pageTitle {
    margin-top: 0; }
  .pageContainer .jobType {
    margin: 0 0 1.875rem;
    font-family: "Product Sans", sans-serif;
    line-height: 125%;
    font-size: 1.5rem;
    color: black;
    font-weight: 600;
    font-style: italic; }
    .pageContainer .jobType.onMobile {
      display: none; }
  .pageContainer .posteContain {
    padding: 1.875rem 0;
    display: flex; }
    .pageContainer .posteContain .leftSide {
      width: 100%; }
      .pageContainer .posteContain .leftSide .text {
        margin: 0; }
        .pageContainer .posteContain .leftSide .text h4 {
          color: #B299D6;
          margin: 0 0 1.125rem; }
        .pageContainer .posteContain .leftSide .text ul {
          margin: 0 0 1.75rem; }
        .pageContainer .posteContain .leftSide .text .smallNote {
          font-family: "Product Sans", sans-serif;
          line-height: 125%;
          font-size: 0.9375rem;
          color: black;
          font-weight: normal;
          font-style: italic; }
    .pageContainer .posteContain .rightSide {
      max-width: 370px;
      margin-left: 3.25rem; }
      .pageContainer .posteContain .rightSide .jobTile {
        padding: 2.5rem 2.1875rem;
        box-shadow: 0px 0px 16px 4px #E5F1FA;
        background-color: white;
        display: flex;
        flex-flow: column;
        width: 100%; }
        .pageContainer .posteContain .rightSide .jobTile h4 {
          margin: 0 0 1.875rem; }
        .pageContainer .posteContain .rightSide .jobTile .text {
          margin: 0; }
  .pageContainer .sendCvSection {
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    padding-top: 3.75rem;
    width: 100%; }
    .pageContainer .sendCvSection h3 {
      margin: 0 auto 2.5rem; }
    .pageContainer .sendCvSection .btn.big {
      margin: 0 auto 1.5rem; }
    .pageContainer .sendCvSection p.textSendCv {
      margin: 0 0 3.125rem;
      font-size: 0.9375rem;
      line-height: 125%;
      font-style: italic; }
    .pageContainer .sendCvSection .btn.arrow {
      margin: 0 auto; }

/*$font: 'Avenir LT', sans-serif !default;*/
@media screen and (max-width: 1100px) {
  .pageContainer .jobListing .job {
    width: calc((100% / 2) + -2.8125rem); } }

@media screen and (max-width: 995px) {
  .wrapper {
    padding: 0 1.125rem; }
  .pageContainer .jobType {
    display: none; }
    .pageContainer .jobType.onMobile {
      display: block; }
  .pageContainer .posteContain {
    flex-wrap: wrap; }
    .pageContainer .posteContain .leftSide {
      order: 2; }
    .pageContainer .posteContain .rightSide {
      max-width: unset;
      width: 100%;
      margin-left: 0;
      order: 1;
      margin-bottom: 1.875rem; } }

@media screen and (max-width: 767px) {
  .text, p {
    font-size: 0.90625rem;
    line-height: 125%; }
  html {
    font-size: 32px;
    height: auto; }
  h1, h2 {
    font-size: 1.625rem;
    line-height: 100%; }
  h3 {
    font-size: 0.9375rem;
    line-height: 100%; }
  h4 {
    font-size: 0.9375rem;
    line-height: 105%; }
  .pageContainer {
    padding: 2.5rem 0; }
    .pageContainer .catFilter {
      margin: 2.625rem 0;
      padding-left: 0;
      padding-right: 0; }
    .pageContainer .tns-inner {
      overflow-x: scroll; }
    .pageContainer .filterContainer {
      flex-flow: row wrap;
      width: 300%; }
      .pageContainer .filterContainer .tns-item {
        padding-right: 0 !important;
        margin-right: 0.625rem;
        margin-bottom: 0.625rem; }
    .pageContainer .jobListing {
      margin: 0; }
      .pageContainer .jobListing .noJobs {
        margin: 0; }
      .pageContainer .jobListing .job {
        padding: 1.75rem 1.25rem;
        width: 100%;
        margin: 0 0 1.875rem;
        text-align: center; }
        .pageContainer .jobListing .job .contain h4 {
          margin-bottom: 1.125rem; }
        .pageContainer .jobListing .job .contain .text {
          margin-bottom: 1.625rem; }
        .pageContainer .jobListing .job .btn.big.arrow {
          margin: 0 auto; }
    .pageContainer .spontaneousSection {
      padding-top: 2.25rem; }
      .pageContainer .spontaneousSection h3 {
        margin: 0 0 0.625rem; }
      .pageContainer .spontaneousSection h2 {
        margin: 0 0 1.5rem; }
      .pageContainer .spontaneousSection p.textApplication {
        margin: 0 0 2.125rem; }
      .pageContainer .spontaneousSection .btn.big {
        margin: 0 auto 2.625rem;
        max-width: 15.625rem; }
      .pageContainer .spontaneousSection .btn.arrow {
        margin: 0 auto; }
    .pageContainer .pageTitle {
      margin: 0 0 1.5rem; }
    .pageContainer .jobType {
      margin: 0 0 0;
      font-size: 1.03125rem; }
    .pageContainer .posteContain {
      flex-wrap: wrap; }
      .pageContainer .posteContain .leftSide {
        order: 2; }
        .pageContainer .posteContain .leftSide .text {
          margin: 0; }
          .pageContainer .posteContain .leftSide .text h4 {
            margin: 0 0 0.875rem; }
          .pageContainer .posteContain .leftSide .text .smallNote {
            font-size: 0.84375rem; }
      .pageContainer .posteContain .rightSide .jobTile {
        padding: 1.75rem 1.25rem; }
        .pageContainer .posteContain .rightSide .jobTile h4 {
          margin-bottom: 1.125rem; }
    .pageContainer .sendCvSection {
      padding-top: 2.625rem; }
      .pageContainer .sendCvSection h3 {
        margin: 0 auto 1.5rem; }
      .pageContainer .sendCvSection .btn.big {
        margin: 0 auto 1rem; }
      .pageContainer .sendCvSection p.textSendCv {
        margin: 0 0 2.625rem;
        font-size: 0.84375rem;
        line-height: 110%;
        font-style: italic; }
      .pageContainer .sendCvSection .btn.arrow {
        margin: 0 auto; }
  .wrapper {
    padding: 0 1.125rem; } }

@media screen and (max-width: 744px) {
  html {
    font-size: 31px; } }

@media screen and (max-width: 720px) {
  html {
    font-size: 30px; } }

@media screen and (max-width: 696px) {
  html {
    font-size: 29px; } }

@media screen and (max-width: 672px) {
  html {
    font-size: 28px; } }

@media screen and (max-width: 648px) {
  html {
    font-size: 27px; } }

@media screen and (max-width: 624px) {
  html {
    font-size: 26px; } }

@media screen and (max-width: 600px) {
  html {
    font-size: 25px; } }

@media screen and (max-width: 576px) {
  html {
    font-size: 24px; } }

@media screen and (max-width: 552px) {
  html {
    font-size: 23px; } }

@media screen and (max-width: 528px) {
  html {
    font-size: 22px; } }

@media screen and (max-width: 504px) {
  html {
    font-size: 21px; } }

@media screen and (max-width: 480px) {
  html {
    font-size: 20px; } }

@media screen and (max-width: 456px) {
  html {
    font-size: 19px; } }

@media screen and (max-width: 432px) {
  html {
    font-size: 18px; } }

@media screen and (max-width: 408px) {
  html {
    font-size: 17px; } }

@media screen and (max-width: 384px) {
  html {
    font-size: 16px; } }

@media screen and (max-width: 360px) {
  html {
    font-size: 15px; } }

@media screen and (max-width: 336px) {
  html {
    font-size: 14px; } }

@media screen and (max-width: 320px) {
  html {
    font-size: 13.328px; } }
