@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSqRDOzjiPcYnFooOUGCOsRk.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format("woff");
}
@font-face {
  font-family: "FontAwesome";
  src: url("//cdn.jsdelivr.net/fontawesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("//cdn.jsdelivr.net/fontawesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("//cdn.jsdelivr.net/fontawesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//cdn.jsdelivr.net/fontawesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//cdn.jsdelivr.net/fontawesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//cdn.jsdelivr.net/fontawesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
caption, label, var, abbr, dfn, ins, del, code, kbd, samp, time, mark, address, cite, main, article, aside, figure, footer, header, nav, section, details, summary, pre, blockquote, q, p, a, b, strong, i, em, ul, menu, dl, dt, dd, ol, li, sup, sub, small, h1, h2, h3, h4, h5, h6, img, audio, video, embed, object, iframe, fieldset, form, legend, td, th, tbody, tfoot, thead, tr, table, div, span, html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

a,
label,
button,
input[type=radio],
input[type=button],
input[type=submit],
input[type=file],
input[type=checkbox] {
  cursor: pointer;
}

main, article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
  text-align: left;
}
main[dir=rtl], article[dir=rtl], aside[dir=rtl], figure[dir=rtl], footer[dir=rtl], header[dir=rtl], nav[dir=rtl], section[dir=rtl], details[dir=rtl], summary[dir=rtl] {
  text-align: right;
}

html, body {
  cursor: default;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 23px;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
  background-color: #888;
}

body {
  background-color: white;
}

table {
  font-size: inherit;
  font: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

th {
  font-weight: bold;
}
th, th img {
  vertical-align: bottom;
}

td {
  font-weight: normal;
}
td, td img {
  vertical-align: top;
}

img, object, embed, iframe {
  max-width: 100%;
}

img, object, embed {
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 10px 0;
  padding: 0;
}

small {
  font-size: 85%;
}

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

sub {
  top: -0.5em;
}

sup {
  bottom: -0.25em;
}

ul, menu {
  list-style: none;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

a {
  font-weight: normal;
  color: rgb(77, 106, 121);
}
a:active, a:hover {
  color: rgb(77, 106, 121);
}
a[href^=http]:empty::before {
  content: attr(href);
}

p:not(:last-child) {
  margin-bottom: 10px;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
  cursor: text;
}

details > summary {
  display: revert;
}

code, kbd, samp {
  cursor: text;
  font-family: monospace, sans-serif;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

label {
  font-weight: inherit;
}

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

*[dir=ltr] {
  direction: ltr;
  unicode-bidi: embed;
}

*[dir=rtl] {
  direction: rtl;
  unicode-bidi: embed;
}

bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}

bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}

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

.map img {
  max-width: none;
}

input, select {
  vertical-align: middle;
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

select, input, textarea {
  font: inherit;
  font-size: 99%;
}

button, input, select, textarea {
  margin: 0;
}

button, input[type=button] {
  width: auto;
  overflow: visible;
}

.fr {
  clear: right;
  float: right;
  margin-left: 10px;
}

.fl {
  clear: left;
  float: left;
  margin-right: 10px;
}

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

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

.icon:before, a.nav.card:before, .job-search.advanced span.loader:before, .job-search.advanced a:before, .job-search.advanced button#toggle_history label:before, .job-search.advanced button#toggle_history:before, .job-search.advanced button[type=submit]:before, article:not(.privacy):not(.results) .job-search.basic label:before, a[href$="/account/authenticate"]:not(.no-icon):before, a[href^="https://youtube.com"]:not(.no-icon):before, a[href^="https://www.youtube.com"]:not(.no-icon):before, a[href^="https://linkedin.com"]:not(.no-icon):before, a[href^="https://www.linkedin.com"]:not(.no-icon):before, a[href^="https://plus.google.com"]:not(.no-icon):before, a[href^="https://facebook.com"]:not(.no-icon):before, a[href^="https://www.facebook.com"]:not(.no-icon):before, a[href^="https://twitter"]:not(.no-icon):before, a[href^="https://www.twitter"]:not(.no-icon):before, [data-icon]:before {
  display: inline-block !important;
  font-family: FontAwesome !important;
  font-weight: normal !important;
  font-style: default !important;
  text-decoration: none !important;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

[data-icon] {
  padding-left: 3.5em;
  position: relative;
  vertical-align: middle;
}
[data-icon]:before {
  content: attr(data-icon);
  margin-left: -3.5em;
  width: 3.5em;
  text-align: center;
}

.vertical, .horizontal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -20px 0;
  padding: 10px;
}
.vertical > *, .horizontal > * {
  flex: 1;
  margin: 10px;
}

body > aside {
  display: none;
}

article > section {
  margin: 20px;
}

#top {
  background: #888888;
  background: -webkit-linear-gradient(-90deg, #888888, rgba(136, 136, 136, 0));
  background: linear-gradient(180deg, #888888, rgba(136, 136, 136, 0));
  position: relative;
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 20px;
}
#top *:not(form) *:not(menu) {
  vertical-align: bottom;
  display: inline-block;
}
#top hgroup {
  vertical-align: bottom;
  margin-right: 10px;
}
#top h1 img {
  min-width: 300px;
  width: 30vw;
}

#bottom {
  padding: 20px;
  margin-top: 20px;
}

#bottom nav:first-child, #top .principal menu {
  margin: 0;
  padding: 0;
}
#bottom nav:first-child menu, #top .principal menu menu, #bottom nav:first-child li, #top .principal menu li {
  margin: 0;
  padding: 0;
}
#bottom nav:first-child li, #top .principal menu li {
  display: inline-block;
}
#bottom nav:first-child li + li, #top .principal menu li + li {
  margin-left: 10px;
}
#bottom nav:first-child a, #top .principal menu a {
  font-weight: bold;
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid white;
  color: white;
}
#bottom nav:first-child a:hover, #top .principal menu a:hover {
  background-color: white;
  color: rgb(77, 106, 121);
  text-decoration: none;
  border-color: transparent;
}
#bottom nav:first-child a:active, #top .principal menu a:active, #bottom nav:first-child a:focus, #top .principal menu a:focus {
  color: white;
  background-color: rgb(77, 106, 121);
}

#job-alert, section.wc-content, a.wc-content, header.opportunity, section.results a, .job-search.advanced section, .card {
  background-color: white;
  padding: 10px 15px;
}

.card {
  position: relative;
}

a.card {
  display: block;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.125);
  border: 1px solid white;
  text-decoration: none;
  background: #fff;
  background: -webkit-linear-gradient(-90deg, #fff, #eee);
  background: linear-gradient(180deg, #fff, #eee);
}

a:not(.no-icon)[href^="https://twitter"]:before, a:not(.no-icon)[href^="https://www.twitter"]:before {
  content: "\f081";
  width: 1.28571429em;
  text-align: center;
  margin: 0;
}
a:not(.no-icon)[href^="https://facebook.com"]:before, a:not(.no-icon)[href^="https://www.facebook.com"]:before {
  content: "\f082";
  width: 1.28571429em;
  text-align: center;
  margin: 0;
}
a:not(.no-icon)[href^="https://plus.google.com"]:before {
  content: "\f0d4";
  width: 1.28571429em;
  text-align: center;
  margin: 0;
}
a:not(.no-icon)[href^="https://linkedin.com"]:before, a:not(.no-icon)[href^="https://www.linkedin.com"]:before {
  content: "\f08c";
  width: 1.28571429em;
  text-align: center;
  margin: 0;
}
a:not(.no-icon)[href^="https://youtube.com"]:before, a:not(.no-icon)[href^="https://www.youtube.com"]:before {
  content: "\f166";
  width: 1.28571429em;
  text-align: center;
  margin: 0;
}
a:not(.no-icon)[href$="/account/authenticate"]:before {
  content: "\f090";
  width: 1.28571429em;
  text-align: center;
  margin: 0;
}

nav.social {
  text-align: right;
}
nav.social menu {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
nav.social li {
  display: inline-block;
}
nav.social li:active a, nav.social li:hover a {
  color: black;
}
nav.social a {
  color: #888;
  padding: 5px;
}
article.privacy .job-search.basic {
  display: none;
}

.job-search.advanced input, article:not(.privacy):not(.results) .job-search.basic input[type=search] {
  background-color: rgba(255, 255, 255, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.33);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  color: black;
  transition: background-color 0.5s ease-in-out, width 0.5s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  padding: 5px;
  position: relative;
}
.job-search.advanced input::-webkit-input-placeholder, article:not(.privacy):not(.results) .job-search.basic input[type=search]::-webkit-input-placeholder {
  font-size: 1.125em;
  line-height: calc(1em + 10px);
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
  text-align: center;
  transition: opacity 0.5s ease-in-out;
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: text;
}
.job-search.advanced input:focus, article:not(.privacy):not(.results) .job-search.basic input[type=search]:focus {
  background-color: rgba(255, 255, 255, 0.75);
  outline: none;
}
.job-search.advanced input:focus::-webkit-input-placeholder, article:not(.privacy):not(.results) .job-search.basic input[type=search]:focus::-webkit-input-placeholder {
  opacity: 0;
  overflow: visible;
}

article .job-search.basic {
  display: none;
}

article:not(.privacy):not(.results) .job-search.basic {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
article:not(.privacy):not(.results) .job-search.basic a {
  color: white;
  font-size: 1.125rem;
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.75), 0 0px 8px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: bold;
  word-wrap: pre;
  text-decoration: none;
}
article:not(.privacy):not(.results) .job-search.basic label {
  font-size: 1.75rem;
  width: 1.285714em;
  overflow: hidden;
  white-space: pre;
  display: inline-block;
  color: rgba(255, 255, 255, 0.9);
  line-height: 2rem;
  vertical-align: -5px;
  margin-right: 30px;
}
article:not(.privacy):not(.results) .job-search.basic label:before {
  content: "\f002";
  margin: 0;
  font-size: inherit;
  width: 1.285714em;
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.75);
}
article:not(.privacy):not(.results) .job-search.basic input[type=search] {
  font-size: 1.5rem;
  min-width: 200px;
  width: 10vw;
  margin-right: -40px;
  margin-left: 25px;
  padding-right: 40px;
}
article:not(.privacy):not(.results) .job-search.basic input[type=search]::-webkit-input-placeholder {
  font-size: 1.25rem;
  line-height: 2rem;
}
article:not(.privacy):not(.results) .job-search.basic input[type=search]:focus {
  width: 350px;
}

.job-search.advanced {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -20px 0;
  padding: 10px;
  position: relative;
  background-color: #888;
  margin-bottom: 20px;
}
.job-search.advanced > * {
  flex: 1;
  margin: 10px;
}
.job-search.advanced section {
  align-items: default;
  background-color: transparent;
  padding: 0;
}
.job-search.advanced section.actions {
  max-width: 9em;
}
.job-search.advanced input {
  display: block;
  width: 100%;
  padding: 10px 15px;
  cursor: text;
  transition: background-color 0.125s linear, color 0.125s linear;
  color: white;
}
.job-search.advanced input:focus {
  color: black;
}
.job-search.advanced input::-webkit-input-placeholder {
  cursor: text;
}
.job-search.advanced button, .job-search.advanced a, .job-search.advanced span {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 46px;
  color: #ccc;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  vertical-align: top;
}
.job-search.advanced button:hover, .job-search.advanced button:active, .job-search.advanced a:hover, .job-search.advanced a:active, .job-search.advanced span:hover, .job-search.advanced span:active {
  color: white;
}
.job-search.advanced button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}
.job-search.advanced button[type=submit]:before {
  content: "\f002";
}
.job-search.advanced button#toggle_history {
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
  padding-left: 0.2em;
}
.job-search.advanced button#toggle_history:before {
  content: "\f1da";
}
.job-search.advanced button#toggle_history.active {
  opacity: 1;
  color: black;
}
.job-search.advanced button#toggle_history label:before {
  content: "\f1da";
}
.job-search.advanced a {
  display: inline-block;
  text-decoration: none;
}
.job-search.advanced a:before {
  content: "\f05e";
  padding-left: 5px;
}
.job-search.advanced span.loader {
  color: white;
}
.job-search.advanced span.loader:before {
  content: "\f110";
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.job-search.advanced span.loader:not([data-pending]), .job-search.advanced span.loader[data-pending="0"] {
  display: none;
}

section.results a {
  display: block;
  margin-top: 0;
  text-decoration: none;
}
section.results .org > a:not(:first-of-type) {
  border-top: 1px solid rgba(136, 136, 136, 0.5);
}
section.results .org h2 a {
  background-color: transparent;
  color: black;
  padding-bottom: 0;
  padding-top: 0;
}
section.results code {
  float: right;
  margin-left: 10px;
}
section.results h2 {
  margin-top: 20px;
}
section.results h4 {
  text-transform: none;
  font-weight: bold;
}
section.results .more {
  text-align: center;
}

#job-description {
  flex: 2;
}

#job-sidebar {
  width: 30%;
}

header.opportunity {
  margin: 20px;
}
header.opportunity code {
  float: right;
  margin-left: 10px;
  font-size: 1.1rem;
  display: inline-block;
  padding: 5px 10px;
  background-color: #eee;
  box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.125);
}
header.opportunity h2 {
  font-size: 1.2rem;
  line-height: 1;
  padding-top: 0.5rem;
}
header.opportunity h3 {
  text-transform: none;
  font-size: 24px;
  margin-bottom: 0;
}

@media screen {
  body {
    background: #ccc;
    background: -webkit-linear-gradient(-90deg, #ccc, #fff);
    background: linear-gradient(180deg, #ccc, #fff);
  }
}

h2 {
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 800;
  margin-bottom: 10px;
}

h3 {
  font-size: 22px;
  font-weight: 200;
  line-height: 1.4em;
  margin-bottom: 5px;
}

.wc-content ol {
  margin-left: 3em;
}
.wc-content ol li {
  margin: 0 0 10px;
}

.wc-content ul {
  list-style-type: disc;
  margin: 0;
  margin-left: 3em;
}
.wc-content ul li {
  margin: 0 0 10px;
}

#overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

#job-alert {
  margin: 20px;
}

a.nav.card {
  border-bottom-width: 5px;
  min-width: 20rem;
  max-width: 30rem;
}
a.nav.card:before {
  content: "\f1ad";
  float: right;
  font-size: 64px;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.125), 0px 1px 0px rgba(255, 255, 255, 0.33);
}
a.nav.card::after {
  display: block;
  content: "";
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: -1px;
  right: -1px;
}

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.autocomplete-suggestion {
  position: relative;
  padding: 0 0.6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333;
}

.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6;
}

.autocomplete-suggestion.selected {
  background: #f0f0f0;
}

#top .principal menu {
  margin-top: 10px;
  margin-right: 6vw;
  white-space: nowrap;
}
#top .principal menu a[href^=http] {
  border-color: transparent;
  color: rgba(255, 255, 255, 0.75);
}
#top .principal menu a[href^=http]:hover {
  color: rgb(77, 106, 121);
}
#top .social {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 28px;
}
#top .social a {
  -moz-transition: color 0.125s;
  -o-transition: color 0.125s;
  -webkit-transition: color 0.125s;
  transition: color 0.125s;
  color: rgba(255, 255, 255, 0.75);
}
#top .social a:hover, #top .social a:active, #top .social a:focus {
  color: white;
}
@media (max-width: 660px) {
  #top .social {
    display: block;
    position: static;
    text-align: left;
    top: auto;
    bottom: auto;
    right: auto;
    margin: 10px 10px 0;
  }
}
@media print {
  #top nav {
    display: none;
  }
}

#bottom {
  color: #ccc;
  background-color: #888;
  position: relative;
}
#bottom a {
  text-transform: uppercase;
}
#bottom nav {
  text-align: center;
}
@media screen and (orientation: portrait) {
  #bottom nav:first-child .copyright {
    display: block;
  }
  #bottom nav:first-child li {
    margin-bottom: 20px;
  }
}
#bottom nav + nav {
  margin-top: 20px;
}
#bottom nav .c9t_login {
  position: absolute;
  top: 20px;
  left: 10px;
}
#bottom nav .c9t_login a {
  border-color: transparent;
  opacity: 0.25;
}
#bottom .members li {
  display: inline-block;
}
#bottom .members li:not(:last-child) {
  margin-right: 50px;
}
#bottom img {
  width: 9vw;
  display: inline-block;
  vertical-align: middle;
}

article.home #top .principal menu a[href="/"] {
  border-color: black;
}

article:not(.privacy) #top {
  height: 50vh;
  min-height: 30vw;
  max-height: 60vw;
}
article:not(.privacy) #top .principal {
  display: inline-block;
}
article:not(.privacy) #top .principal menu {
  display: inline-flex;
}
article:not(.privacy) #top .social {
  top: 10px;
  bottom: auto;
  font-size: 3vh;
}
article:not(.privacy) #top .social menu {
  flex-direction: column-reverse;
}
@media screen {
  article:not(.privacy) #top {
    background: url("/public/img/cegep/hero.jpeg") no-repeat top center local;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 20px;
    /*
    // Stupid silly responsiveness.
    @include transition(min-height 1s);

    @media (min-aspect-ratio: 1/1) {  // Portrait
    	min-height: 40vh;
    }
    @media (min-aspect-ratio: 133/100) {  // 4:3
    	min-height: 100vh;
    }
    @media (min-aspect-ratio: 150/100) {  // 3:2
    	min-height: 60vh;
    }
    @media (min-aspect-ratio: 160/100) {  // 16:9
    	min-height: 55vh;
    }
    @media (min-aspect-ratio: 178/100) {  // 16:10
    	min-height: 50vh;
    }
    @media (min-aspect-ratio: 190/100) {  // Facebook
    	min-height: 75vh;
    }
    @media (min-aspect-ratio: 200/100) {  // Twitter
    	min-height: 100vh;
    }
    */
  }
}
article:not(.privacy) a.card.nav:nth-child(1):before {
  content: "\f19d";
  color: rgba(168, 226, 243, 0.5);
  text-shadow: 0px -1px 0px rgba(0, 57, 74, 0.125), 0px 1px 0px rgba(255, 255, 255, 0.33);
}
article:not(.privacy) a.card.nav:nth-child(1)::after {
  background-color: #00A9DB;
}
article:not(.privacy) a.card.nav:nth-child(2):before {
  content: "\f087";
  color: rgba(193, 214, 124, 0.5);
  text-shadow: 0px -1px 0px rgba(55, 66, 20, 0.125), 0px 1px 0px rgba(255, 255, 255, 0.33);
}
article:not(.privacy) a.card.nav:nth-child(2)::after {
  background-color: #A2C23B;
}
article:not(.privacy) a.card.nav:nth-child(3):before {
  content: "\f2b5";
  color: rgba(243, 192, 129, 0.5);
  text-shadow: 0px -1px 0px rgba(79, 44, 1, 0.125), 0px 1px 0px rgba(255, 255, 255, 0.33);
}
article:not(.privacy) a.card.nav:nth-child(3)::after {
  background-color: #E78102;
}
article:not(.privacy) a.card.nav:nth-child(4):before {
  content: "\f21d";
  color: rgba(252, 174, 168, 0.5);
  text-shadow: 0px -1px 0px rgba(84, 6, 0, 0.125), 0px 1px 0px rgba(255, 255, 255, 0.33);
}
article:not(.privacy) a.card.nav:nth-child(4)::after {
  background-color: #00A9DB;
}

.wc-content.map {
  position: relative;
}
.wc-content.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media screen {
  article #top::after {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 20px;
    background-color: rgba(255, 255, 255, 0.3333333333);
    font-size: 10px;
    font-feature-settings: "smcp" 1;
    border-top-left-radius: 10px;
  }
  article.definition #top {
    background: url("/public/img/cegep/definition.jpeg") no-repeat bottom center local;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  article.definition #top::after {
    content: "© Cégep de Saint-Laurent";
  }
  article.avantages #top {
    background: url("/public/img/cegep/avantages.jpeg") no-repeat center center local;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  article.avantages #top::after {
    content: "© Cégep de Chicoutimi";
  }
  article.egalite #top {
    background: url("/public/img/cegep/egalite.jpeg") no-repeat center center local;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  article.egalite #top::after {
    content: "© Cégep de Saint-Félicien";
  }
}
article.privacy #bottom a[href="/a-propos/confidentialite"] {
  border-color: black;
}

/*
.wc-content[data-editable] {
	&:hover, a:hover, img:hover {
		outline: rgba(red, 0.5) solid 2px;
		cursor: cell;

		&.wc-selected, &:active, &:focus {
			outline-color: rgba(green, 0.5);
		}
	}
}
*/
nav.social label, .job-search.advanced button label, .job-search.advanced a label, .job-search.advanced span label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*# sourceMappingURL=cegep.css.map */
