@font-face {
  font-family: 'GeomanistLight';
  src: url("../fonts/Geomanist-Light.otf") format("otf"), url("../fonts/geomanist-light-webfont.woff") format("woff"), url("../fonts/geomanist-light-webfont.woff2") format("woff2"); }
@font-face {
  font-family: 'GeomanistRegular';
  src: url("../fonts/geomanist-regular-webfont.eot") format("eot"), url("../fonts/geomanist-regular-webfont.woff") format("woff"), url("../fonts/geomanist-regular-webfont.woff2") format("woff2"), url("../fonts/geomanist-regular-webfont.ttf") format("ttf"); }
@font-face {
  font-family: 'GeomanistMedium';
  src: url("../fonts/Geomanist-Medium.otf") format("otf"), url("../fonts/geomanist-medium-webfont.woff") format("woff"), url("../fonts/geomanist-medium-webfont.woff2") format("woff2"), url("../fonts/geomanist-medium-webfont.ttf") format("ttf"); }
p, h1, div, img, ul, li, h1, h2, h3, span, form, a {
  margin: 0px;
  padding: 0px;
  border: 0px; }

input, table {
  margin: 0px;
  padding: 0px; }

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

iframe {
  border: none; }

html, body {
  margin: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  background: #fff; }

ul, li {
  list-style-type: none; }

.classAfter:after {
  content: "";
  display: block;
  clear: both; }

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.display-cell {
  display: table-cell;
  vertical-align: middle;
  float: none; }

header {
  background-color: #07457e; }
  header #menu {
    padding: 1em 0 0em 0; }
    header #menu .logo {
      padding: 0 0 1em 0; }
    header #menu .pictos {
      padding: 0em 0em 1em 0em; }
    header #menu .picto {
      color: #fff;
      padding: 0 0 1em 0;
      font-size: 1.2em;
      margin: 0 0.3em; }
    header #menu > div button {
      display: none; }
    header #menu .home2 {
      display: none; }
    header #menu nav .home {
      padding: 0.3em 0.6em 1em 0.6em;
      font-size: 20px;
      color: #fff; }
    header #menu nav ul {
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      header #menu nav ul li {
        position: relative;
        padding: 0em 0.8em 1em 0.8em; }
        header #menu nav ul li a {
          color: #fff;
          font-size: 0.9em; }
          header #menu nav ul li a.active {
            font-weight: bold; }
        header #menu nav ul li:hover ul {
          opacity: 1;
          display: block; }
        header #menu nav ul li ul {
          display: none;
          opacity: 0;
          position: absolute;
          background-color: rgba(255, 255, 255, 0.9);
          padding: 1em 2em;
          top: 2.5em;
          left: 0;
          z-index: 100;
          -webkit-box-shadow: 0px 6px 20px 0px rgba(41, 41, 41, 0.1);
          -moz-box-shadow: 0px 6px 20px 0px rgba(41, 41, 41, 0.1);
          box-shadow: 0px 6px 20px 0px rgba(41, 41, 41, 0.1); }
          header #menu nav ul li ul:before {
            position: absolute;
            content: "\f0d8";
            display: inline-block;
            font: normal normal normal 4px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 30px;
            top: -21px;
            color: #fff; }
          header #menu nav ul li ul li {
            padding: 0; }
            header #menu nav ul li ul li a {
              color: #07457e;
              white-space: nowrap;
              margin: 0.5em 0;
              display: inline-block; }

h1.videoCareLib span {
  font-weight: bold;
  font-size: 0.7em; }
  h1.videoCareLib span:first-child {
    color: #07457e; }
  h1.videoCareLib span:nth-child(2) {
    color: #71757f;
    font-weight: normal; }
  h1.videoCareLib span:nth-child(3) {
    color: #71757f;
    font-weight: 300;
    line-height: 50px; }
  h1.videoCareLib span:nth-child(4) {
    color: #07457e; }

label[for=filter1] {
  color: #292929;
  font-size: 0.8em; }

#filter1 {
  cursor: pointer;
  padding: 0 3em 0 1em;
  margin-left: 0.5em; }

.video {
  background: #fff;
  width: 33%; }
  .video .deco {
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    .video .deco .caption {
      opacity: 0;
      -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in;
      background-color: #07457e;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0%;
      left: 0;
      text-align: center;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 15px; }
      .video .deco .caption .fa-play-circle {
        color: #fff;
        font-size: 5em; }
    .video .deco > img {
      -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in;
      width: auto;
      max-width: none;
      height: 250px; }
    .video .deco:hover .caption {
      opacity: 1; }
    .video .deco:hover > img {
      -webkit-transform: scale(1.25);
      /* Safari and Chrome */
      -moz-transform: scale(1.25);
      /* Firefox */
      -ms-transform: scale(1.25);
      /* IE 9 */
      -o-transform: scale(1.25);
      /* Opera */
      transform: scale(1.25); }
  .video .deco2 {
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    .video .deco2 > img {
      width: auto;
      max-width: none;
      height: 102%; }
  .video > img {
    cursor: pointer; }
    .video > img.img-fluid {
      max-width: unset !important; }
  .video .readMore {
    display: none; }
  .video .descFull {
    width: 100%;
    height: 1px;
    margin-top: 2em;
    background-color: #dbdbdb;
    position: relative; }
    .video .descFull .more {
      width: 1em;
      height: 1em;
      background-color: #07457e;
      position: absolute;
      top: -0.5em;
      right: 0;
      color: #fff;
      font-size: 2em;
      text-align: center;
      line-height: 1em;
      transform: rotate(45deg);
      cursor: pointer;
      -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in; }
      .video .descFull .more div {
        transform: rotate(-45deg);
        -webkit-transition: all 0.25s ease-in;
        -moz-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in; }
      .video .descFull .more:hover {
        transform: rotate(90deg); }
        .video .descFull .more:hover div {
          transform: rotate(-90deg); }

.video h2, .modal h2 {
  margin: 1em 0;
  color: #07457e;
  font-size: 1.5em;
  font-weight: bold; }
.video .description, .modal .description {
  color: #292929;
  font-size: 0.9em;
  background: #ffffff; }
.video time, .modal time {
  color: #292929;
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 1em;
  display: block; }

.modal .modal-header {
  border-bottom: 0;
  padding-bottom: 0em; }
.modal .modal-content {
  padding: 0 3em 3em 3em; }
.modal h2 {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 1em; }
.modal video {
  width: 100%;
  height: auto; }

.searchContainer {
  position: absolute;
  right: 0;
  z-index: 90;
  background-color: #07457e;
  padding: 1em;
  display: none; }
  .searchContainer .col-12 {
    text-align: right; }
  .searchContainer input[name="search"] {
    background-color: #f5f8fa;
    border: 1px solid #dbdbdb;
    box-shadow: 0;
    font-size: 0.7em;
    padding: 1em;
    width: 20em;
    border-radius: 5em; }

.login {
  background-color: #07457e; }
  .login h1 {
    background-image: url(../../images/logo-boston-scientific.png);
    background-size: 132px 58px;
    width: 132px;
    height: 58px;
    margin: auto; }
    .login h1 a {
      display: none; }
  .login #nav a, .login #backtoblog a {
    color: #fff; }

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