@font-face {
  font-family: font-title;
  src: url("/public/fonts/dusty_velvet/dusty_velvet.ttf");
}

@font-face {
  font-family: font-cursive;
  src: url("/public/fonts/weather_monday/weather_monday.otf");
}

@font-face {
  font-family: font-fat;
  src: url("/public/fonts/the_manio/the_manio.ttf");
}

@font-face {
  font-family: font-marker;
  src: url("/public/fonts/Permanent_Marker/PermanentMarker-Regular.ttf");
}

@font-face {
  font-family: font-thin;
  src: url("/public/fonts/Roboto/Roboto-Thin.ttf");
}

/* materialize fixed bottom footer */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.font-title {
  font-family: font-title;
  font-size: 4em !important;
}

.font-cursive {
  font-family: font-cursive;
  font-size: 1em !important;
}

.font-fat {
  font-family: font-fat;
  font-size: 4em !important;
}

.font-marker {
  font-family: font-marker;
}

.font-thin {
  font-family: font-thin;
}

.navbar-transparent {
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.navbar-opaque {
  background-color: rgba(88, 88, 88, 0.7);
}

.brand-logo {
  margin-left: 1%;
}

@media screen and (max-width: 640px) {
  .font-fat {
    font-size: 2em !important;
  }
}

li a {
  font-size: 1.2em !important;
}

.sectionMainImg {
  margin-top: -64px;
  height: 100vh;
}

* {
  padding: 0;
  margin: 0;
}

html, body {
  height: 100%;
}

.skrollr-desktop body {
  height: 100% !important;
}

body {
  font-family: sans-serif;
}

p {
  margin: 1em 0;
}

.parallax-image-wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.parallax-image-wrapper-50 {
  height: 50%;
  top: -50%;
}

.parallax-image-wrapper-100 {
  height: 100%;
  top: -100%;
}

.parallax-image {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.parallax-image-50 {
  height: 200%;
  top: -50%;
}

.parallax-image-100 {
  height: 100%;
  top: 0;
}

.parallax-image.skrollable-between {
  display: block;
}

.no-skrollr .parallax-image-wrapper {
  display: none !important;
}

#skrollr-body {
  height: 100%;
  overflow: visible;
  position: relative;
}

.gap {
  background: transparent center no-repeat;
  background-size: cover;
}

.skrollr .gap {
  background: transparent !important;
}

.gap-50 {
  height: 50%;
}

.gap-100 {
  height: 100%;
}

.header, .content {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content-full {
  height: 100%;
}

#done {
  height: 100%;
}

@media screen and (min-width: 640px) {
  .card {
    height: 200px;
  }
}

.card .card-content {
  overflow: hidden;
}

.article-image {
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bottom-div-btn {
  bottom: 0;
  position: absolute;
  width: 100%;
  text-align: center;
}

.bottom-arrow {
  font-size: 3em;
}

main {
  margin-top: -64px;
}

@media screen and (max-width: 1200px) {
  .main-entretien {
    margin-top: 0px;
  }
}

@media screen and (max-width: 992px) {
  .main-entretien {
    padding-top: 25px;
  }
}

.pagepiling-main {
  margin-top: -64px;
}

#pagepiling .section {
  padding-top: 0px;
}

/*Underline effect on navbar*/
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0);
}

.active-nav::after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 3px;
  background: #FFF;
  position: absolute;
  bottom: 14px;
  left: 0;
}

.active-nav {
  position: relative;
}

.underline {
  display: inline;
  position: relative;
  overflow: hidden;
}

.underline:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -8px;
  background: #FFF;
  height: 3px;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.underline:hover:after,
.underline:focus:after,
.underline:active:after {
  left: 0;
  right: auto;
  width: 100%;
}

/* restauration part */
.restauration-content {
  position: absolute;
  left: 0;
  padding-top: 20%;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
  text-align: center;
}

.restauration-content .darker-bgd {
  background-image: -webkit-gradient(linear, left top, right top, from(#868f96), to(#596164));
  background-image: linear-gradient(to right, #868f96 0%, #596164 100%);
}

.restauration-content span {
  font-size: 2em;
}

/* entretien part */
.entretien-bgd {
  min-height: 64px;
  background-position: center;
  background-image: url("/img/minifiedImg/carlos-irineu-da-costa-492892-unsplash-darken.jpg");
  background-color: #cccccc;
}

.entretien-bgd span {
  font-size: 2em;
}

/* 404 part */
.error404-bgd {
  min-height: 64px;
  background-position: center;
  background-size: 100% auto;
  background-image: url("/img/minifiedImg/IMG_20190118_125310_mod2-min5.jpg");
  background-color: #cccccc;
}

/* PROGRESSIVE LOADING */
.progressive-image {
  position: relative;
  overflow: hidden;
}

.progressive-image div {
  width: 100%;
  padding-top: 100vh;
  background-size: auto !important;
  background-position: center top !important;
}

@media screen and (max-width: 640px) {
  .progressive-image div {
    padding-top: 150vh;
  }
}

.progressive-image .loadingImage {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.progressive-image .overlay {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}

.progressive-image .overlay-content {
  position: absolute;
  padding-top: 0;
  top: 0;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}

@media screen and (max-width: 640px) {
  .progressive-content {
    padding-top: 10%;
    text-align: center;
  }
}

/* CORRECTION RESPONSIVE HORIZONTAL CARDS */
@media only screen and (min-width: 601px) {
  .responsive-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .responsive-horizontal.small .card-image, .responsive-horizontal.medium .card-image, .responsive-horizontal.large .card-image {
    height: 100%;
    max-height: none;
    overflow: visible;
  }
  .responsive-horizontal.small .card-image img, .responsive-horizontal.medium .card-image img, .responsive-horizontal.large .card-image img {
    height: 100%;
  }
  .responsive-horizontal .card-image {
    max-width: 50%;
  }
  .responsive-horizontal .card-image img {
    border-radius: 2px 0 0 2px;
    max-width: 100%;
    width: auto;
  }
  .responsive-horizontal .card-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
  }
  .responsive-horizontal .card-stacked .card-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
/*# sourceMappingURL=main.css.map */
