

@import url(bootstrap.min.css);
@import url(animate.css);

/* -----------------------------------------------------------------
    - General Styles
----------------------------------------------------------------- */

@font-face {
  font-family: 'SoleilBk';
  src: url('webfonts/386C12_0_0.eot');
  src: url('webfonts/386C12_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/386C12_0_0.woff2') format('woff2'), url('webfonts/386C12_0_0.woff') format('woff'), url('webfonts/386C12_0_0.ttf') format('truetype');
}

@font-face {
  font-family: 'SoleilXb';
  src: url('webfonts/386C12_1_0.eot');
  src: url('webfonts/386C12_1_0.eot?#iefix') format('embedded-opentype'), url('webfonts/386C12_1_0.woff2') format('woff2'), url('webfonts/386C12_1_0.woff') format('woff'), url('webfonts/386C12_1_0.ttf') format('truetype');
}


*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-x: hidden;
}

body, html {
  /*font-size: 1rem;*/
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 580px) {
  body, html {
    font-size: 14px;
  }
}

body {
  background-color: #fff;
  color: #110f10;
  /*font-family: 'SoleilBk';*/
  line-height: 2;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 580px) {
  body {
    line-height: 1.9;
  }
}


a {
  color: #110f10;
  -webkit-text-decoration-skip: objects;
  transition: all 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

a:hover, a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}


::-moz-selection {
  background: #aaa;
  color: #110f10;
}

::selection {
  background: #aaa;
  color: #110f10;
}

.noGutters-Bottom {
  margin-bottom: 0 !important;
}

/* -----------------------------------------------------------------
    - Header
----------------------------------------------------------------- */
.header-fullscreen {
  background-color: #110f10;
  color: #fff;
  height: 100vh;
}
.header-fullscreen.header-page {
  margin-top: 0;
}

.header-page {
  margin-top: 20vh;
  margin-bottom: 2rem;
  padding-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .header-page {
    margin-top: 9.37rem;
  }
}

@media only screen and (max-width: 580px) {
  .header-page {
    margin-top: 6rem;
    padding-bottom: 2.14rem;
  }
}

.header-page--gutterBottom {
  height: 50vh;
}

.header-page--half {
  padding-bottom: 0;
}

.header-page__container-fluid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  padding-left: 4.25rem;
  padding-right: 4.25rem;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 1500px) {
  .header-page__container-fluid {
    padding-left: 3.12rem;
    padding-right: 3.12rem;
  }
}

@media only screen and (max-width: 580px) {
  .header-page__container-fluid {
    padding-left: 1.42rem;
    padding-right: 1.42rem;
  }
}

@media only screen and (min-width: 2400px) {
  .header-page__container-fluid {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}

.header-page__container-fluid .row {
  align-items: center;
  width: 100%;
}

.header-page__description {
  font-size: 1.125rem;
}

@media only screen and (max-width: 992px) {
  .header-page__description {
    padding-bottom: 1.25rem;
  }
}

/* -----------------------------------------------------------------
    - Typography
----------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'SoleilXb';
  line-height: 1.2;
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 1200px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 3rem;
  }
}

.title {
  transition: all 0.1s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}
.title--h1 {
  font-size: 3.8571rem;
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 1200px) {
  .title--h1 {
    font-size: 3.1428rem;
    margin-bottom: 2.14rem;
  }
}
@media only screen and (max-height: 768px) {
  .title--h1 {
    margin-bottom: 2.14rem;
  }
}
@media only screen and (max-height: 580px) {
  .title--h1 {
    font-size: 2.4285rem;
    margin-bottom: 1rem;
  }
}
.title--h2 {
  font-size: 3.1428rem;
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 580px) {
  .title--h2 {
    font-size: 2.4285rem;
    margin-bottom: 2rem;
  }
}
.title--h3 {
  font-size: 2.4285rem;
  margin-bottom: 2.71rem;
}
@media only screen and (max-width: 580px) {
  .title--h3 {
    font-size: 2rem;
  }
}
.title--h4 {
  font-size: 2rem;
  margin-bottom: 2.28rem;
  line-height: 1.3;
}
@media only screen and (max-width: 992px) {
  .title--h4 {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 580px) {
  .title--h4 {
    font-size: 1.9rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}
.title--h5 {
  font-size: 1.715rem;
  margin-bottom: 2rem;
}
.title--h6 {
  font-size: 1.286rem;
  margin-bottom: 1.25rem;
}
.title--display-1 {
  font-size: 5rem;
  letter-spacing: -0.1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .title--display-1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 580px) {
  .title--display-1 {
    font-size: 2.5rem;
  }
}
.title--subtitle {
  font-family: "SoleilBk", sans-serif;
}
@media only screen and (max-width: 580px) {
  .title--subtitle {
    margin-top: 1rem;
    margin-bottom: .5rem;
  }
}
.title--center {
  text-align: center;
}

.text--grey {
  color: rgba(255,255,255,.3);
}

.text--light {
  color: #aaa;
}

.separation {
  border-top: 1px solid rgba(17, 15, 16, 0.1);
}

.text--outline {
 -webkit-text-stroke: 1px black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* -----------------------------------------------------------------
    - Nav
----------------------------------------------------------------- */


/* -----------------------------------------------------------------
    - Sections
----------------------------------------------------------------- */

.bg-dark { background: #000 !important;}
.bg-grey { background: #FAFAFA !important; }
.flex-conteiner-fluid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}

@media only screen and (max-width: 1500px) {
  .flex-conteiner-fluid {
    padding-left: 3.12rem;
    padding-right: 3.12rem;
  }
}

@media only screen and (max-width: 580px) {
  .flex-conteiner-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 2400px) {
  .flex-conteiner-fluid {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}

.mw {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.h--100 {
  height: 90vh;
}

.mt--0 {
  margin-top: 0;
}

.mb--0 {
  margin-bottom: 0;
}

.mt--2 {
  margin-top: 2rem;
}
@media only screen and (max-width: 580px) {
  .mt--2 {
    margin-top: 1rem;
  }
}

.mb--2 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 580px) {
  .mb--2 {
    margin-bottom: 1rem;
  }
}

.mt--5 {
  margin-top: 5rem;
}
@media only screen and (max-width: 580px) {
  .mt--5 {
    margin-top: 2.5rem;
  }
}

.mb--5 {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 580px) {
  .mb--5 {
    margin-bottom: 2.5rem;
  }
}

.mt--8 {
  margin-top: 8rem;
}
@media only screen and (max-width: 580px) {
  .mt--8 {
    margin-top: 4rem;
  }
}

.mb--8 {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 580px) {
  .mb--8 {
    margin-bottom: 4rem;
  }
}

.mt--10 {
  margin-top: 10rem;
}
@media only screen and (max-width: 580px) {
  .mt--10 {
    margin-top: 5rem;
  }
}

.mb--10 {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 580px) {
  .mb--10 {
    margin-bottom: 5rem;
  }
}

.container-no-gutters {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}




/* -----------------------------------------------------------------
    - Team
----------------------------------------------------------------- */


@media screen and (min-height: 416px) and (min-width: 668px)  {
.team--name, .team--position {
    padding-left: 40px;
    padding-right: 40px;
}
}
.team--name {
    display: block;
    color: #110f10;
    padding-bottom: 2px;
}


@media screen and (min-height: 416px) and (min-width: 668px){
.team--position {
    padding-bottom: 30px;
}
}

@media screen and (min-height: 416px) and (min-width: 668px){
.team--name, .team--position {
    padding-left: 40px;
    padding-right: 40px;
}
}

.team--position {
    display: block;
    padding-bottom: 15px;
    color: #BDC1C0;
}

.team {
  padding: 0 30px;
  width: 100%;
}


.team--item {
  padding: 25px 0 23px;
}

.is-hidden+.team--item {
  border-top: 0;
  padding-top: 0;
}

.team--name {
  display: block;
  color: #191a1b;
  padding-bottom: 2px;
}

.team--position {
  display: block;
  padding-bottom: 15px;
}

.team--image {
  display: block;
  position:relative;
}

 span.mvp--bio {
  border-radius: 50%;
   position: absolute;
   right: 20px;
   bottom: 20px;
   width: 46px;
   line-height: 46px;
   text-align: center;
   height: 406x;
   color:#4a00d8;
   background: #fff;
    }


.team--image img {
  display: block;
  position: relative;
  max-width: 100vw;
  margin-left: -30px;
  margin-right: -30px;
  height: auto;
}

@media (min-width:668px) and (min-height:416px),
screen and (max-width:979px) and (max-height:415px) and (orientation:landscape) {
  .team {
    padding: 0 110px;
  }
  .team--image {
    width: 100%;
    overflow: hidden;
  }
  .team--image img {
    max-width: 100%;
    margin: 0;
  }
}

@media screen and (min-width:668px) and (min-height:416px) {
  .team {
    padding: 0;
  }
  .team,
  .team--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .team--item {
    padding: 1px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 0;
    border-left: 1px solid rgba(25, 26, 27, .08);
    -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;
  }
  .is-hidden+.team--item {
    border-left: 0;
  }
  .team--name,
  .team--position {
    padding-left: 40px;
    padding-right: 40px;
  }
  .team--position {
    padding-bottom: 30px;
  }
  .team--image img {
    width: 100%;
  }
}

/* -----------------------------------------------------------------
    - Contact
----------------------------------------------------------------- */

.contact-info, .footer-info {
  font-size: 14px;
  line-height: 1.7;
}

.contact-info a {
 color:#110f10;
 text-decoration:underline;
}


@media only screen and (max-width: 1200px) {
  .contact-info, .footer-info {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  .contact-info, .footer-info {
    font-size: 1rem;
    line-height: 1.4;
  }
}

/* -----------------------------------------------------------------
    - Footer
----------------------------------------------------------------- */

footer p,
footer a, 
footer a:hover {
  color: rgba(255,255,255,1);
}


footer a:hover {
  text-decoration:underline;
}


.flag-icon-ca-en {
    background-image: url(../../assets/img/flag/ca.svg);
}
.flag-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    font-size: 14px;
    height: 0.9em;
    width: 1.33333333em;
}

.list-unstyled {
  color: rgba(17, 15, 16, 0.75);
}

.listContact, .list--bottom {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .listContact, .list--bottom {
    margin-bottom: 2rem;
  }
}
.listContact .title, .list--bottom .title {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .listContact .title, .list--bottom .title {
    margin-bottom: .8rem;
  }
}
@media only screen and (max-width: 580px) {
  .listContact .title, .list--bottom .title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: .6rem;
  }
}

.disclaimer {
  color: #595959;
  font-size:0.5rem;
  line-height:0.8rem;
}


/* -----------------------------------------------------------------
    - Effects
----------------------------------------------------------------- */

.js-lines,
.js-lines-l {
  overflow: hidden;
}

.cursor {
  background-color: #e1e1e1;
  border-radius: 50%;
  display: block;
  position: fixed;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  mix-blend-mode: multiply;
  transform: scale(1);
  transition: transform .35s ease-out;
  z-index: 1000;
}
@supports not (mix-blend-mode: multiply) {
  .cursor {
    opacity: .7;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cursor {
    visibility: hidden;
  }
}
.cursor--zoom {
  transform: scale(4);
}

.open .cursor {
  mix-blend-mode: lighten;
}

.touch .cursor {
  display: none;
}

.cursor--active {
  animation: cursor-active 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
}
.cursor--active.cursor--zoom {
  animation: cursor-active2 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
}

@keyframes cursor-active {
  0% {
    box-shadow: 0 0 0 0 #f7541b;
  }
  100% {
    box-shadow: 0 0 0 3rem rgba(247, 84, 27, 0);
  }
}
@keyframes cursor-active2 {
  0% {
    box-shadow: 0 0 0 0 #f7541b;
  }
  100% {
    box-shadow: 0 0 0 1rem rgba(247, 84, 27, 0);
  }
}


 .pulse--item {
         margin: 0 auto;
         display: flex;
         align-items: center;
         justify-content: center;
         height: 3rem;
         width: 3rem;
         border-radius: 50%;
         background: #fff;
         cursor: pointer;
         animation: pulse 2s infinite;
         }
         .pulse--link {
         color:#4a00d8;
         }
         .pulse--item:hover {
         animation: none;
         }
         @-webkit-keyframes pulse {
         0% {
         -webkit-box-shadow: 0 0 0 0 rgba(118, 43, 255, 0.6);
         }
         70% {
         -webkit-box-shadow: 0 0 0 15px rgba(118, 43, 255, 0);
         }
         100% {
         -webkit-box-shadow: 0 0 0 0 rgba(118, 43, 255, 0);
         }
         }
         @keyframes pulse {
         0% {
         -moz-box-shadow: 0 0 0 0 rgba(118, 43, 255, 0.6);
         box-shadow: 0 0 0 0 rgba(118, 43, 255, 0.6);
         }
         70% {
         -moz-box-shadow: 0 0 0 15px rgba() 0);
         box-shadow: 0 0 0 15px rgba(118, 43, 255, 0);
         }
         100% {
         -moz-box-shadow: 0 0 0 0 rgba(118, 43, 255, 0);
         box-shadow: 0 0 0 0 rgba(118, 43, 255, 0);
         }
         }

.scroll-line {
    background: #4a00d8;
    height: 5px;
    position: fixed;
    top: 0;
    width: 0;
    z-index: 1;
}

.text-overlay {
  color: #fff;
  font-size: 14vw;
  font-weight: 700;
  position: absolute;
}

.text-overlay--left-bottom {
  bottom: 0;
  left: 0;
  line-height: .5;
}

.hover-line {
  background-image: linear-gradient(to right, #110f10 0%, #110f10 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  transition: background-size 0.25s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
  padding: 0.1% 0;
  
}

.triger-hl:hover .hover-line {
  background-size: 100% 2px;
}


/* -----------------------------------------------------------------
    - Tabl
----------------------------------------------------------------- */

.table {

    margin-top: 1rem;
}

.table td.head {
font-family: 'SoleilXb';
}

.table td:first-child {
    border-right: 1px solid #dee2e6;
}

.table td.nul{
    border-left:1px solid white;
}

.table td, .table th {
    border: 1px solid #dee2e6;
}

/* -----------------------------------------------------------------
    - Panel
----------------------------------------------------------------- */

 .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border:#FAFAFA;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-top:1px solid #FAFAFA;
        border-left:1px solid #FAFAFA;
        border-right:1px solid #FAFAFA;
    }

    .panel-title {
        margin-bottom:0px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
        line-height:2 !important;
    }

/* -----------------------------------------------------------------
    - Form
----------------------------------------------------------------- */
