@import url(settings/globalTag.css);
@import url(settings/reset.css);
@import url(responsive/responsive.css);
body {
  font-family: "Work Sans", sans-serif;
  color: #3f3f3f;
  background: #fafafa; }

button:focus {
  outline: 0px dotted !important;
  outline: 0px auto -webkit-focus-ring-color !important; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.07rem; }

h3 {
  font-size: 1.3rem; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px; }

.mainBackground.fontLightColor p, .mainBackground.fontLightColor span {
  font-weight: lighter; }

.overhidden {
  overflow: hidden; }

a {
  transition: all 500ms; }

.comment {
  color: #FF2500;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 14px; }

.aling-p {
  padding-right: 7.5px;
  padding-left: 7.5px; }

.rouge {
  color: #FF2500; }
  .rouge:hover {
    color: #FF2500;
    text-decoration: underline; }

.link-white {
  color: white; }
  .link-white:hover {
    color: white;
    text-decoration: underline; }

.btn-prev-back-next i {
  background: #FF2500;
  height: 25px;
  width: 25px;
  border-radius: 50px;
  line-height: 25px;
  text-align: center;
  transition: all 500ms; }
.btn-prev-back-next .prev:hover i {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px); }
.btn-prev-back-next .next:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px); }

/*------------------------------------------------------*/
.btn-all {
  margin: 15px 9px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  display: block; }
  .btn-all span.main {
    color: #1A208A; }
  .btn-all span.white {
    color: white; }
  .btn-all .text {
    z-index: 3;
    position: relative;
    left: -16px; }
  .btn-all i {
    margin-right: 10px;
    z-index: 1;
    position: relative;
    color: white; }
  .btn-all .back-btn {
    background: #FF2500;
    position: absolute;
    content: '';
    height: 35px;
    width: 35px;
    border-radius: 25px;
    display: block;
    margin-top: -25px;
    z-index: -1;
    right: -11px;
    transition: all 500ms; }
  .btn-all:hover .back-btn {
    width: 200px; }

.btn-plus {
  margin: 25px 9px 15px 9px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  display: block; }
  .btn-plus span.white {
    color: white; }
  .btn-plus .text {
    z-index: 1;
    position: relative;
    left: 5px; }
  .btn-plus .main.text {
    color: #1A208A; }
  .btn-plus i {
    margin-right: 10px;
    z-index: 1;
    position: relative;
    color: white; }
  .btn-plus .back-btn.main {
    background: #1A208A; }
  .btn-plus .back-btn.second {
    background: #3D3EB9; }
  .btn-plus .back-btn {
    position: absolute;
    content: '';
    height: 35px;
    width: 35px;
    border-radius: 25px;
    display: block;
    margin-top: -25px;
    z-index: -1;
    left: -11px;
    transition: all 500ms; }
  .btn-plus .fa-file-download .back-btn {
    left: -13px; }
  .btn-plus:hover .main.text {
    color: white; }
  .btn-plus:hover .back-btn {
    width: 135px; }
  .btn-plus:hover .fa-file-download .back-btn {
    width: 145px; }

/*------------------------------------------------------*/
header .banner {
  background: url(../medias/photos/neuroneFond.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 20px; }

/*------------------------------------------------------*/
canvas {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 0; }

header .navbar {
  -webkit-box-shadow: -1px -13px 35px -10px rgba(0, 0, 0, 0.73);
  -moz-box-shadow: -1px -13px 35px -10px rgba(0, 0, 0, 0.73);
  box-shadow: -1px -13px 35px -10px rgba(0, 0, 0, 0.73);
  padding: 30px; }
header .nav-item a {
  color: white;
  text-transform: uppercase;
  padding: 4px 15px !important;
  border-radius: 25px; }
  header .nav-item a:hover, header .nav-item a:focus {
    background: #1A208A;
    padding: 4px 15px !important;
    border-radius: 25px; }

.affix {
  z-index: 100;
  top: 0px;
  width: 100%;
  left: 0;
  position: fixed; }

.collapse.in {
  display: block; }

/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
main {
  min-height: calc( 100vh - 614px); }

#intro {
  background: url(../medias/photos/neurone-left.jpg) no-repeat bottom left;
  padding-top: 200px; }
  #intro h1 {
    font-size: 4rem;
    color: #3c38bc;
    font-weight: bold;
    line-height: 4rem; }
  #intro:before {
    content: '';
    display: block;
    position: absolute;
    height: 420px;
    width: 10px;
    background: url(../medias/vectors/lineRed.svg) no-repeat bottom;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1; }

#papers {
  background: url(../medias/photos/neurone-right.jpg) no-repeat bottom right; }
  #papers article p {
    font-size: 14px;
    line-height: 19px;
    margin-top: 10px;
    opacity: 0.6; }
  #papers:before {
    content: '';
    display: block;
    position: absolute;
    height: calc(100% - 150px);
    width: 10px;
    background: url(../medias/vectors/lineRed.svg) no-repeat bottom;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 110px;
    z-index: -1; }

#contact address {
  font-weight: lighter; }

#press-media {
  position: relative; }
  #press-media:before {
    content: '';
    display: block;
    position: absolute;
    height: calc(100% - 70px);
    width: 10px;
    background: url(../medias/vectors/lineRed.svg) no-repeat bottom;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 25px;
    top: 50px;
    margin: auto; }
  #press-media article {
    padding-left: 30px; }
  #press-media .more {
    position: absolute;
    bottom: 16px;
    right: 20px; }

/*------------------------------------------------------*/
/*------------------------------------------------------*/
#footer {
  background: url(../medias/photos/neurone-banner.jpg) no-repeat bottom left;
  background-attachment: fixed;
  border-top: 1px solid #efefef;
  color: #3D3EB9; }
  #footer ul {
    list-style: none; }
  #footer ul a {
    color: #3D3EB9; }
  #footer ul a:hover {
    text-decoration: underline; }

#scalp h5 {
  font-weight: lighter;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0; }
#scalp h5 a {
  letter-spacing: 0.9px;
  font-weight: bold;
  color: white;
  transition: all 500ms; }
#scalp h5 a:hover {
  opacity: 0.5; }

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


