/* Scss Document */
#test {
  display: none; }

header, main, footer {
  position: relative; }

a.facebook, a.twitter, a.linkedin, a.instagram {
  height: 26px;
  width: 24px;
  margin: 0 15px 0 0;
  display: inline-block;
  background-size: 20px 20px; }

a.facebook {
  background: url(https://www.lavery.ca/ftp/images/Focus/2019-Symposium/icn-facebook.svg) no-repeat center center;
  background-size: auto 23px; }
  a.facebook:hover {
    background-image: url(https://www.lavery.ca/ftp/images/Focus/2019-Symposium/icn-facebookHover.svg); }

a.twitter {
  background: url(https://www.lavery.ca/ftp/images/Focus/2019-Symposium/icn-twitter.svg) no-repeat center center;
  background-size: auto 23px; }
  a.twitter:hover {
    background-image: url(https://www.lavery.ca/ftp/images/Focus/2019-Symposium/icn-twitterHover.svg); }

a.linkedin {
  background: url(https://www.lavery.ca/ftp/images/Focus/2019-Symposium/icn-linkedin.svg) no-repeat center center;
  background-size: auto 23px; }
  a.linkedin:hover {
    background-image: url(https://www.lavery.ca/ftp/images/Focus/2019-Symposium/icn-linkedinHover.svg); }

a.instagram {
  background: url(https://www.lavery.ca/ftp/images/Focus/2019-Symposium/icn-instagram.svg) no-repeat center center;
  background-size: auto 23px; }
  a.instagram:hover {
    background-image: url(https://www.lavery.ca/ftp/images/Focus/2019-Symposium/icn-instagramHover.svg); }

hr {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

header {
  padding-top: 50px; }
  @media only screen and (max-width: 992px) {
    header {
      padding-top: 25px; } }
  @media only screen and (max-width: 400px) {
    header .mobileMedia {
      display: none; } }
  header .logoLavery {
    width: 116px; }
  header .imgSymposium {
    background: url(https://www.lavery.ca/ftp/images/Focus/2019-Symposium/header-droits-du-travail.png) no-repeat center center;
    height: 340px;
    background-size: contain; }
  header img {
    width: 100%; }
  header h1 {
    font-size: 40px;
    color: #73be64;
    font-family: galette-Bold; }
    @media only screen and (max-width: 992px) {
      header h1 {
        text-align: center;
        padding-top: 25px; } }

main.symposium li.nav-item {
  width: 20%;
  background-color: #FAFAFA; }
main.symposium li {
  /* ok */ }
  main.symposium li a.nav-link {
    background-color: #FAFAFA; }
    main.symposium li a.nav-link.active {
      background-color: #73be64; }
  main.symposium li:not(:first-child) a.nav-link.addBorder:before {
    content: "";
    position: absolute;
    border-right: solid 1px #707070;
    height: 70%;
    top: 15px; }
  main.symposium li:not(:first-child) a.nav-link.active:before {
    content: "";
    position: absolute;
    border-right: solid 0px transparent;
    height: 70%;
    top: 15px; }
  main.symposium li:not(:first-child(n + 1)) a.nav-link.active:before {
    content: "";
    position: absolute;
    border-right: solid 0px transparent;
    height: 70%;
    top: 15px; }
  main.symposium li.active:before {
    border-right: solid 0px transparent; }
  main.symposium li.active:before(first-child) {
    border-right: solid 0px transparent; }
  main.symposium li a.nav-link {
    padding: 38px 0;
    color: #414b50;
    border-radius: 0; }
    main.symposium li a.nav-link h2 {
      font-family: galette-Bold;
      font-size: 26px;
      text-align: center;
      color: #414b50; }
      @media only screen and (max-width: 992px) {
        main.symposium li a.nav-link h2 {
          font-size: 23px; } }
      @media only screen and (max-width: 738px) {
        main.symposium li a.nav-link h2 {
          font-size: 17px; } }
      @media only screen and (max-width: 575px) {
        main.symposium li a.nav-link h2 {
          display: none; } }
      main.symposium li a.nav-link h2.mobile576 {
        display: none; }
        @media only screen and (max-width: 575px) {
          main.symposium li a.nav-link h2.mobile576 {
            display: block;
            font-size: 26px; } }
    main.symposium li a.nav-link h3 {
      font-family: PTSans-Bold;
      font-size: 14px;
      text-align: center;
      color: #414b50; }
      @media only screen and (max-width: 650px) {
        main.symposium li a.nav-link h3 {
          display: none; } }
      @media only screen and (max-width: 992px) {
        main.symposium li a.nav-link h3 span.mobile992 {
          display: none; } }
    main.symposium li a.nav-link.active {
      border-radius: 0; }
      main.symposium li a.nav-link.active h2 {
        color: white; }
      main.symposium li a.nav-link.active h3 {
        color: white; }
main.symposium .sectionHead {
  background-color: #73be64;
  padding: 80px 0; }
  @media only screen and (max-width: 992px) {
    main.symposium .sectionHead {
      padding: 20px; } }
  main.symposium .sectionHead h3 {
    font-family: PTSans-Bold;
    font-size: 20px;
    color: white; }
    main.symposium .sectionHead h3.mobileCity {
      display: none;
      text-align: center;
      text-transform: uppercase;
      font-size: 30px; }
      @media only screen and (max-width: 575px) {
        main.symposium .sectionHead h3.mobileCity {
          display: block; } }
    main.symposium .sectionHead h3 a {
      color: white; }
    @media (max-width: 992px) {
      main.symposium .sectionHead h3.calendar {
        text-align: center;
        padding-bottom: 20px; } }
    @media (max-width: 992px) {
      main.symposium .sectionHead h3.location {
        text-align: right; } }
    @media (max-width: 576px) {
      main.symposium .sectionHead h3.location {
        padding-top: 20px;
        text-align: left; } }
  main.symposium .sectionHead p {
    font-family: PTSans;
    font-size: 18px;
    color: white; }
    @media (max-width: 992px) {
      main.symposium .sectionHead p.location {
        text-align: right; } }
    @media (max-width: 576px) {
      main.symposium .sectionHead p.location {
        text-align: left; } }
main.symposium .icnCalendar {
  background: url(https://www.lavery.ca/ftp/images/Focus/2019-Symposium/icn-calendar.svg) no-repeat left center;
  height: 50px;
  width: 100%;
  margin-bottom: 40px; }
  @media (max-width: 992px) {
    main.symposium .icnCalendar {
      display: none; } }
main.symposium .icnTime {
  background: url(https://www.lavery.ca/ftp/images/Focus/2019-Symposium/icn-time.svg) no-repeat left center;
  height: 50px;
  width: 100%;
  margin-bottom: 40px; }
  @media only screen and (max-width: 992px) {
    main.symposium .icnTime {
      display: none; } }
main.symposium .icnLocation {
  background: url(https://www.lavery.ca/ftp/images/Focus/2019-Symposium/icn-location.svg) no-repeat left center;
  height: 50px;
  width: 100%;
  margin-bottom: 40px; }
  @media only screen and (max-width: 992px) {
    main.symposium .icnLocation {
      display: none; } }
@media only screen and (max-width: 992px) {
  main.symposium .inscription, main.symposium .programme {
    margin-right: 15px;
    margin-left: 15px; } }

.intro {
  text-transform: uppercase;
  padding-bottom: 20px; }
  .intro h1 {
    font-family: PTSans-Bold;
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 6.3px;
    text-align: center;
    color: #73be64;
    margin-bottom: 26px; }
    @media (max-width: 992px) {
      .intro h1 {
        font-size: 2em; } }
  .intro h2 {
    font-family: PTSans-Bold;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 2.5px;
    text-align: center;
    color: #414b50;
    max-width: 530px;
    margin-bottom: 360px;
    min-height: 60px; }
    @media (max-width: 992px) {
      .intro h2 {
        margin-bottom: 400px; } }
  .intro a.bntStartGame {
    padding: 18px 46px;
    font-family: PTSans;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.3px;
    text-align: center;
    color: #ffffff;
    background-color: #73be64;
    border: solid 2px #73be64;
    opacity: 0;
    animation: showCommencer 1s 2s forwards; }
    @media (max-width: 400px) {
      .intro a.bntStartGame {
        padding: 18px 30px;
        font-size: 1em; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .intro a.bntStartGame {
        opacity: 1;
        animation: none; } }
    @supports (-ms-ime-align: auto) {
      .intro a.bntStartGame {
        opacity: 1;
        animation: none; } }
    .intro a.bntStartGame:hover {
      color: #73be64;
      background-color: white;
      text-decoration: none; }

.inscription {
  font-family: PTSans;
  margin: 60px 0 60px 0; }
  @media only screen and (max-width: 768px) {
    .inscription .alignMobile {
      text-align: center;
      padding-top: 10px; } }
  .inscription p {
    font-size: 20px;
    color: #414b50; }
    @media only screen and (max-width: 768px) {
      .inscription p {
        text-align: center; } }
  .inscription a {
    font-size: 22px;
    text-transform: capitalize;
    color: white;
    padding: 16px 70px;
    background-color: #73be64; }
    .inscription a:hover {
      background-color: #414b50;
      text-decoration: none; }
  .inscription .infoSymposium a {
    background-color: transparent;
    text-transform: none;
    color: #73be64;
    padding: 0; }
    .inscription .infoSymposium a:hover {
      text-decoration: underline; }

.programme .unit {
  padding: 30px 0; }
.programme h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #414b50;
  margin-bottom: 40px;
  font-family: galette-Bold; }
  @media only screen and (max-width: 576px) {
    .programme h2 {
      text-align: center; } }
.programme h3 {
  font-size: 22px;
  color: #414b50;
  font-family: PTSans-Bold;
  margin-bottom: 20px; }
  .programme h3.title {
    font-size: 30px;
    font-family: galette-Medium;
    color: #73be64;
    margin-bottom: 30px; }
.programme h4 {
  font-size: 20px;
  color: #414b50;
  font-family: galette-Medium;
  font-weight: bold; }
.programme h5, .programme h5 a {
  font-size: 20px;
  color: #73be64;
  font-family: galette-Medium;
  text-decoration: none; }
  .programme h5:hover, .programme h5 a:hover {
    text-decoration: underline; }
.programme p {
  font-family: PTSans;
  font-size: 20px;
  color: #414b50; }
.programme .icnConference {
  background: url(https://www.lavery.ca/ftp/images/Focus/2019-Symposium/icn-conference.svg) no-repeat;
  height: 50px;
  width: 100%;
  margin: 15px 0; }
  @media only screen and (max-width: 576px) {
    .programme .icnConference {
      display: none; } }
.programme .icnAtelier {
  background: url(https://www.lavery.ca/ftp/images/Focus/2019-Symposium/icn-atelier.svg) no-repeat;
  height: 50px;
  width: 100%;
  margin: 15px 0; }
  @media only screen and (max-width: 576px) {
    .programme .icnAtelier {
      display: none; } }
.programme button.voirPlus {
  color: white;
  background-color: #414b50;
  padding: 8px 21px;
  font-size: 18px;
  font-family: PTSans;
  border: solid 0px transparent;
  cursor: pointer; }
  .programme button.voirPlus:focus {
    outline: 0; }
  .programme button.voirPlus:hover {
    background-color: #73be64; }
.programme .padDoc {
  padding: 0 0 15px 0; }
  @media only screen and (max-width: 575px) {
    .programme .padDoc {
      margin-top: 10px; } }
.programme a.document {
  color: white;
  background-color: #73be64;
  padding: 6px 19px;
  font-size: 18px;
  font-family: PTSans;
  border: solid 2px #73be64;
  cursor: pointer; }
  .programme a.document:focus {
    outline: 0; }
  .programme a.document:hover {
    background-color: white;
    border: solid 2px #73be64;
    color: #73be64; }
.programme .tab-content {
  border-bottom: solid 1px #414b50; }
.programme .card {
  border: solid 0px transparent; }
.programme .card-body {
  padding-right: 0;
  padding-left: 0; }
.programme img {
  height: 250px;
  padding-right: 15px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 694px) {
    .programme img {
      width: 46%;
      height: auto; } }

footer {
  margin-bottom: 60px;
  margin-left: 25px;
  text-align: left; }
  footer p {
    font-size: 16px;
    color: #414b50;
    font-family: PTSans; }
  @media only screen and (max-width: 768px) {
    footer .mobileCenter {
      text-align: center; } }

.reponseGood, .reponseWrong {
  display: none; }

.next {
  display: none; }

a {
  cursor: pointer; }

.sympNav {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0; }
