/* GLOBAL STYLES
   -------------------------------------------------- */
/* Padding below the footer and lighter body text */
html {
  height: 100%; }

body {
  padding-bottom: 40px;
  color: black;
  font-family: 'Poppins', sans-serif;
  height: 100%;
  font-size: 1em; }

a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }

.modal {
  width: 80%; }

header {
  background-color: #000000;
  color: white;
  font-weight: 300;
  font-size: 0.95em;
  padding: 8px 0;
  line-height: 1.6em;
  font-family: 'Abel', sans-serif; }
  header a {
    color: white; }
    header a:hover {
      text-decoration: none;
      color: rgba(255, 255, 255, 0.8); }
  header span {
    font-weight: 700;
    font-size: 1.7em;
    display: block;
    margin-right: 10px; }

footer {
  margin: auto;
  text-align: center;
  background-color: #000000;
  color: white;
  padding: 8px 0;
  font-variant: all-small-caps;
  display: flex;
  justify-content: center;
  align-items: center; }
  footer > * {
    margin: 0 10px; }
  footer a {
    color: rgba(255, 255, 255, 0.7); }
    footer a:hover {
      color: white; }

/* Carousel base class */
.carousel {
  margin-bottom: 30px; }

.carouselControlContainer {
  display: none; }

.carousel .item {
  height: 100%; }

.carousel img {
  max-width: 100%;
  height: auto; }

.outerContainer {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%; }
  .outerContainer h1, .outerContainer h2 {
    color: white;
    font-size: 2em;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-variant: all-small-caps;
    line-height: 0.9em; }
  .outerContainer h2 {
    font-size: 1.3em; }
    .outerContainer h2 br {
      display: none; }

.intro {
  font-size: 1.2em;
  font-family: 'Abel', sans-serif;
  margin: 50px auto;
  max-width: 800px; }
  .intro span {
    font-weight: 600;
    font-size: 1.2em; }

/* Ref
-------------------------------------------------- */
.ref [class^='col-'] {
  margin-bottom: 30px; }
.ref a {
  position: relative;
  display: block; }
  .ref a .rollover {
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
    .ref a .rollover span {
      color: white; }
  .ref a:hover .rollover {
    opacity: 1; }
.ref .thumbnail img {
  max-width: 100%; }
.ref .thumbnail.hide {
  display: none; }

/* LightBox */
#lg-counter {
  float: right; }

.lg-outer .lg-thumb-item {
  border-radius: 0;
  border-color: transparent; }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: white; }

/*.lg-actions {
  .lg-prev:after, .lg-next:before {
    content: '';
    width: 20px;
    height: 30px;
  }
  .lg-prev:after {
    background: url("../img/chevron-left-light.svg") no-repeat 1px center;
  }
  .lg-next:before {
    background: url("../img/chevron-right-light.svg") no-repeat 1px center;
  }
}
.lg-actions .lg-next, .lg-actions .lg-prev {
  width: 40px;
  height: 60px;
}*/
/* Contact */
.colContact {
  position: relative; }
  .colContact .innerContact {
    /*position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100% - 30px);
    height: 100%;*/
    padding: 15px;
    background-color: #000000;
    color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
    flex-direction: column; }
    .colContact .innerContact .titleContact {
      text-transform: uppercase;
      font-size: 1.5em;
      margin-bottom: 5px; }
    .colContact .innerContact address {
      margin-bottom: 0; }
    .colContact .innerContact .textContact {
      font-family: 'Abel', sans-serif;
      font-size: 1.1em; }
    .colContact .innerContact a {
      color: white; }

main.contact, main.legalmentions {
  position: relative;
  color: white;
  font-family: 'Abel', sans-serif; }
  main.contact .bg, main.contact .mask, main.legalmentions .bg, main.legalmentions .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    overflow: hidden; }
  main.contact .bg, main.legalmentions .bg {
    background-color: rgba(0, 0, 0, 0.7); }
  main.contact .mask, main.legalmentions .mask {
    background-color: rgba(0, 0, 0, 0.7); }
  main.contact a, main.legalmentions a {
    color: white; }
main.contact {
  font-size: 1.1em; }
  main.contact > .container {
    display: flex; }
    main.contact > .container > * {
      margin: 100px 20px 100px 0; }
    main.contact > .container .col1 > * {
      display: block; }
main.legalmentions {
  padding-bottom: 30px;
  font-size: 1em;
  /*.container {
    display: flex;
    flex-wrap: wrap;
    > * {
      &:first-child {
        width: 100%;
      }
      &:nth-child(2) {
        width: 50%;
        padding-right: 30px;
        border-right: 1px solid rgba(white,0.6);
        margin-top: 40px;
      }
      &:nth-child(3) {
        width: 25%;
        padding: 0 30px;
        border-right: 1px solid rgba(white,0.6);
        margin-top: 40px;
      }
      &:nth-child(4) {
        width: 25%;
        padding-left: 30px;
        margin-top: 40px;
      }
      &:nth-child(5) {
        width: 50%;
        padding-right: 30px;
        border-right: 1px solid rgba(white,0.6);
        margin-top: 50px;
      }
      &:nth-child(6) {
        width: 50%;
        padding-left: 30px;
        margin-top: 50px;
      }
    }
  }*/ }
  main.legalmentions h1 {
    font-family: 'Poppins', sans-serif;
    padding-top: 30px;
    font-size: 1.4em;
    text-transform: uppercase; }
  main.legalmentions h2 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: 30px; }

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 371px) {
  header {
    padding-bottom: 3px;
    line-height: inherit; }
    header span {
      display: inline-block; } }
@media (min-width: 400px) {
  .outerContainer {
    top: 3%; }
    .outerContainer h2 {
      padding-left: 0.2em; }
      .outerContainer h2 br {
        display: block; } }
@media (min-width: 410px) {
  header {
    font-size: 1em; }

  /* Carousel base class */
  .carouselControlContainer {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 15px;
    height: 30px; }
    .carouselControlContainer .container {
      position: relative; }

  .carousel-control-next, .carousel-control-prev {
    bottom: 0;
    width: 30px;
    height: 30px;
    background-color: black;
    opacity: 1; }
    .carousel-control-next:hover, .carousel-control-prev:hover {
      background-color: rgba(0, 0, 0, 0.5); }

  .carousel-control-next {
    right: 15px; }

  .carousel-control-prev {
    left: auto;
    right: 55px; }

  .carousel-control-prev-icon, .carousel-control-next-icon {
    height: 18px;
    width: 13px; }

  .carousel-control-prev-icon {
    background: url("../img/chevron-left-light.svg") no-repeat 1px center; }

  .carousel-control-next-icon {
    background: url("../img/chevron-right-light.svg") no-repeat 3px center; } }
@media (min-width: 460px) {
  header {
    font-size: 1.2em; } }
@media (min-width: 500px) {
  .outerContainer {
    top: 5%; }
    .outerContainer h1, .outerContainer h2 {
      font-size: 2.5em; }
    .outerContainer h2 {
      font-size: 1.5em; }

  main.legalmentions {
    padding-bottom: 50px; }
    main.legalmentions h1 {
      padding-top: 50px;
      font-size: 1.8em; }
    main.legalmentions h2 {
      font-size: 1.4em;
      margin-bottom: 20px;
      margin-top: 40px; } }
@media (max-width: 575px) {
  .thumbnail {
    pointer-events: none; } }
@media (min-width: 575px) {
  .colContact .innerContact {
    line-height: 1.3; } }
@media (min-width: 640px) {
  .outerContainer h1, .outerContainer h2 {
    line-height: 1em; }
  .outerContainer h2 {
    font-size: 1.7em; } }
@media (min-width: 768px) {
  .outerContainer h1, .outerContainer h2 {
    font-size: 3em; }
  .outerContainer h2 {
    font-size: 2em; }

  /* Carousel base class */
  .carouselControlContainer {
    bottom: 30px;
    height: 50px; }

  .carousel-control-next, .carousel-control-prev {
    width: 50px;
    height: 50px; }

  .carousel-control-next {
    right: 15px; }

  .carousel-control-prev {
    right: 75px; }

  .carousel-control-prev-icon, .carousel-control-next-icon {
    height: 25px;
    width: 18px; }

  .carousel-control-next-icon {
    background-position: 4px center; }

  .colContact .innerContact {
    padding: 16px 16px 18px 16px;
    line-height: 1.3em; }
    .colContact .innerContact .titleContact {
      font-size: 1.5em;
      margin-bottom: 0.9rem; }
    .colContact .innerContact .textContact {
      font-size: 1em;
      display: flex; }
      .colContact .innerContact .textContact > * {
        width: 50%; }
      .colContact .innerContact .textContact p {
        margin-bottom: 0.5rem; }
      .colContact .innerContact .textContact p + p {
        margin-bottom: 0; } }
@media (min-width: 992px) {
  .outerContainer h2 {
    font-size: 2.5em; }
    .outerContainer h2 br {
      display: block; }

  .colContact .innerContact {
    line-height: inherit;
    padding: 20px 20px 23px 20px; }
    .colContact .innerContact .titleContact {
      font-size: 1.7em;
      margin-bottom: 10px; }
    .colContact .innerContact .textContact {
      font-size: 1.1em; }
      .colContact .innerContact .textContact p {
        margin-bottom: 1rem; } }
@media (min-width: 1200px) {
  .colContact .innerContact .titleContact {
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 20px; }
  .colContact .innerContact .textContact {
    font-size: 1.2em; }
    .colContact .innerContact .textContact p + p {
      margin-bottom: 1rem; } }
@media (min-width: 1300px) {
  .outerContainer {
    top: 10%; }
    .outerContainer h1, .outerContainer h2 {
      font-size: 4em;
      line-height: 1.1em; }
    .outerContainer h2 {
      font-size: 3.3em; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .section-1 .reassurances .thed {
    background-image: url("../images/thed@2x.png");
    background-size: 100%; }

  .section-3 > div:first-of-type > .image {
    background-image: url("../images/bubble-1@2x.png");
    background-size: 100%; }
  .section-3 > div:nth-of-type(2) > .image {
    background-image: url("../images/bubble-2@2x.png");
    background-size: 100%; } }

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