/* line 1, ../sass/ressources/_modal.scss */
.modal-dialog {
  max-width: 99vw;
  margin: 0.5vw;
  overflow: scroll;
}

/* line 7, ../sass/ressources/_modal.scss */
.modal-content {
  background: #232323;
}

/* line 11, ../sass/ressources/_modal.scss */
.modal-header, modal-content {
  border: none;
}

/* line 14, ../sass/ressources/_modal.scss */
.modal-body {
  display: flex;
  border: none;
  position: relative;
}
/* line 19, ../sass/ressources/_modal.scss */
.modal-body .btn-close {
  position: absolute;
  right: 24px;
  top: 24px;
  mix-blend-mode: hard-light;
  background-image: url(../img/svg/close.svg);
  background-size: contain;
  background-color: transparent;
}

/* line 1, ../sass/ressources/_base.scss */
body, html {
  background: #232323;
  color: #ffffff;
  margin: 0;
  font-family: 'Canter', sans-serif;
  font-size: 1.3em;
}
/* line 8, ../sass/ressources/_base.scss */
body img, html img {
  box-shadow: 0px 0px 72px -5px rgba(0, 0, 0, 0.58);
}
/* line 12, ../sass/ressources/_base.scss */
body a, html a {
  color: gray;
  text-decoration: none;
}
/* line 17, ../sass/ressources/_base.scss */
body .small, html .small {
  font-size: 0.6em;
}
@media screen and (max-width: 768px) {
  /* line 22, ../sass/ressources/_base.scss */
  body .small, html .small {
    font-size: 0.5em;
  }
}

/* line 28, ../sass/ressources/_base.scss */
.sue {
  font-family: 'Dosis', sans-serif;
  font-weight: lighter;
}

/* line 34, ../sass/ressources/_base.scss */
.profil {
  border-radius: 50%;
  width: 100px;
  height: auto;
  margin: 12px;
}
/* line 40, ../sass/ressources/_base.scss */
.profil-name {
  line-height: 0.8em;
}

/* line 45, ../sass/ressources/_base.scss */
.bio {
  position: relative;
  top: -40px;
}

/* line 51, ../sass/ressources/_base.scss */
.artwork {
  padding-top: 120px;
}
/* line 55, ../sass/ressources/_base.scss */
.artwork:first-of-type {
  padding-top: 0;
}
/* line 59, ../sass/ressources/_base.scss */
.artwork .thumbs {
  cursor: pointer;
  max-width: 100%;
  max-height: 800px;
  position: relative;
}

/* line 69, ../sass/ressources/_base.scss */
video {
  width: 100%    !important;
  height: auto   !important;
}
