/* line 3, app/assets/stylesheets/_animate.scss */
.is-inViewport[datainviewport="fadeInCard"] {
  animation: fadeIn;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s;
  animation-iteration-count: 1;
}

/* line 9, app/assets/stylesheets/_animate.scss */
.is-inViewport[datainviewport="slideInLeft"] {
  animation: slideInLeft;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s;
  animation-iteration-count: 1;
}

/* line 15, app/assets/stylesheets/_animate.scss */
.is-inViewport[datainviewport="slideInRight"] {
  animation: slideInRight;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s;
  animation-iteration-count: 1;
}

/* line 21, app/assets/stylesheets/_animate.scss */
.is-inViewport[datainviewport="fadeIn"] {
  animation: fadeIn;
  /* referring directly to the animation's @keyframe declaration */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-iteration-count: 1;
  opacity: 0;
}

/* line 29, app/assets/stylesheets/_animate.scss */
.is-inViewport[datainviewport="fadeInLeft"] {
  animation: fadeInLeft;
  /* referring directly to the animation's @keyframe declaration */
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-timing-function: ease, step-start, cubic-bezier(0.1, 0.7, 1, 0.1);
  animation-iteration-count: 1;
  opacity: 0;
}

/* line 38, app/assets/stylesheets/_animate.scss */
.is-inViewport[datainviewport="flipInX"] {
  animation: flipInX;
  /* referring directly to the animation's @keyframe declaration */
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

/* line 45, app/assets/stylesheets/_animate.scss */
.is-inViewport[datainviewport="zoomIn"] {
  animation: zoomIn;
  /* referring directly to the animation's @keyframe declaration */
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-iteration-count: 1;
  opacity: 0;
}

@font-face {
  src: url(/assets/Mulish-Regular-9d05007ae3a96bc3a4a68e84730644c0d9a00c6ea089ca24b27fb6688cc778e6.woff2) format("woff2");
  font-family: 'Mulish-Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  src: url(/assets/Oswald-Semi-Bold-fa67f0111b571c029c9c550e2e4317efa6b37f404b01b76e4f12625914c2f312.woff2) format("woff2");
  font-family: 'Oswald-Semi-Bold';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  src: url(/assets/Poppins-Thin-0993799d2507c42bbd4f810e41af7f2fad5c13a8f778638e1dd33f9578025049.woff2) format("woff2");
  font-family: 'Poppins-Thin';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  src: url(/assets/Petit-Formal-Script-24b373c4d3a393679c1131bbc2a7da92d7082fba37441a7fcc65d8c0c6d9ee9f.woff2) format("woff2");
  font-family: 'Petit-Formal-Script';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

/* line 35, app/assets/stylesheets/_fonts-sizes.scss */
h1 {
  font-family: 'Oswald-Semi-Bold';
  font-size: calc(100% + 1vw);
}

/* line 40, app/assets/stylesheets/_fonts-sizes.scss */
.h1-main-title {
  font-family: 'Oswald-Semi-Bold';
  font-size: calc(100% + 1.5vw);
  font-weight: 700;
}

/* line 46, app/assets/stylesheets/_fonts-sizes.scss */
.h2-main-title {
  font-family: 'Oswald-Semi-Bold';
  font-size: calc(100% + 1vw);
}

/* line 51, app/assets/stylesheets/_fonts-sizes.scss */
.h2-main-information {
  font-family: 'Oswald-Semi-Bold';
  font-size: calc(50% + 0.4vw);
}

/* line 56, app/assets/stylesheets/_fonts-sizes.scss */
.h3-main-title {
  font-family: 'Oswald-Semi-Bold';
  font-size: calc(100% + 0.6vw);
}

/* line 61, app/assets/stylesheets/_fonts-sizes.scss */
.p-text-photo {
  font-family: 'Mulish-Regular';
  font-size: calc(100% + 0.7vw);
}

/* line 66, app/assets/stylesheets/_fonts-sizes.scss */
h2 {
  font-size: calc(100% + 1.5vw);
  font-weight: 500;
}

/* line 71, app/assets/stylesheets/_fonts-sizes.scss */
h3 {
  font-size: calc(100% + 0.5vw);
  font-weight: 400;
}

/* line 76, app/assets/stylesheets/_fonts-sizes.scss */
h4 {
  font-family: 'Oswald-Semi-Bold';
  font-size: calc(100% + 0.1vw);
}

/* line 81, app/assets/stylesheets/_fonts-sizes.scss */
.p-title {
  font-family: 'Oswald-Semi-Bold' !important;
  font-size: calc(60% + 1.2vw) !important;
}

/* line 86, app/assets/stylesheets/_fonts-sizes.scss */
.p-card-title {
  font-family: 'Mulish-Regular';
  font-size: calc(100% + 0.2vw);
}

/* line 91, app/assets/stylesheets/_fonts-sizes.scss */
.p-service {
  font-family: 'Mulish-Regular';
  font-size: calc(100% + 0.07vw);
}

/* line 96, app/assets/stylesheets/_fonts-sizes.scss */
.p-navbar {
  font-family: 'Oswald-Semi-Bold' !important;
  font-size: calc(60% + 0.6vw) !important;
}

/* line 101, app/assets/stylesheets/_fonts-sizes.scss */
.p-navbar-mobile {
  font-family: 'Oswald-Semi-Bold';
  font-size: calc(30% + 0.9vw);
}

/* line 106, app/assets/stylesheets/_fonts-sizes.scss */
p {
  font-family: 'Mulish-Regular';
  font-size: calc(100% + 0.3vw);
}

/* line 111, app/assets/stylesheets/_fonts-sizes.scss */
.is-petit-formal-script {
  font-family: 'Petit-Formal-Script';
}

/* line 115, app/assets/stylesheets/_fonts-sizes.scss */
.is-poppins {
  font-family: 'Poppins-Thin';
}

/* line 3, app/assets/stylesheets/_is-colors.scss */
.is-background-color {
  background-color: #ec9a30 !important;
}

/* line 7, app/assets/stylesheets/_is-colors.scss */
.is-background-color-secondary {
  background-color: #1d1a1a !important;
}

/* line 11, app/assets/stylesheets/_is-colors.scss */
.is-background-color-light {
  background-color: #1d1a1a !important;
}

/* line 15, app/assets/stylesheets/_is-colors.scss */
.is-text-color-light {
  color: #1d1a1a !important;
}

/* line 19, app/assets/stylesheets/_is-colors.scss */
.is-background-color-strong {
  background-color: #e6e6de !important;
}

/* line 23, app/assets/stylesheets/_is-colors.scss */
.is-text-color-primary {
  color: #ec9a30 !important;
}

/* line 27, app/assets/stylesheets/_is-colors.scss */
.is-text-color-secondary {
  color: #1d1a1a !important;
}

/* line 32, app/assets/stylesheets/_is-colors.scss */
.is-text-dark {
  color: #0f0f0f;
}

/* line 36, app/assets/stylesheets/_is-colors.scss */
.is-text-light {
  color: #ec9a30;
}

/* line 40, app/assets/stylesheets/_is-colors.scss */
.is-text-color-strong {
  color: #e6e6de !important;
}

/* line 44, app/assets/stylesheets/_is-colors.scss */
.is-border-color-top {
  border-top: 5px solid #1d1a1a;
}

/* line 48, app/assets/stylesheets/_is-colors.scss */
.is-border-color-bottom {
  border-bottom: 5px solid #1d1a1a;
}

/* line 51, app/assets/stylesheets/_is-colors.scss */
.is-border-color-left {
  border-left: 5px solid #1d1a1a;
}

/* line 54, app/assets/stylesheets/_is-colors.scss */
.is-border-color-right {
  border-right: 5px solid #1d1a1a;
}

/* line 58, app/assets/stylesheets/_is-colors.scss */
.is-border-simple-top {
  border-top: 2px solid #eeeeee;
}

/* line 61, app/assets/stylesheets/_is-colors.scss */
.is-border-simple-bottom {
  border-bottom: 2px solid #eeeeee;
}

/* line 64, app/assets/stylesheets/_is-colors.scss */
.is-border-simple-left {
  border-left: 2px solid #eeeeee;
}

/* line 67, app/assets/stylesheets/_is-colors.scss */
.is-border-simple-right {
  border-right: 2px solid #eeeeee;
}

/*
Author: L. Voogdt
License: MIT
Version: 1.0
*/
/* Marker setup */
/* line 8, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker {
  background: url(/assets/images/markers-soft-6743c1321400ff5ed1fb4c3b0a68a7f8857956084f426b6bb8bff03cab2b724e.png) no-repeat 0 0;
  width: 35px;
  height: 46px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  text-align: center;
}

/* line 19, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-shadow {
  background: url(/assets/images/markers-shadow-883ead799be0d0437c65d6172342237e860d121f35a2d215ce4170a8da302338.png) no-repeat 0 0;
  width: 36px;
  height: 16px;
}

/* Retina displays */
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 28, app/assets/stylesheets/_awesome-markers.scss */
  .awesome-marker {
    background-image: url(/assets/images/markers-soft@2x-dd562751740663b74ed9a16c1484444d40fb95b79b8b1b13e5e12a2f8331c5e2.png);
    background-size: 720px 46px;
  }
  /* line 32, app/assets/stylesheets/_awesome-markers.scss */
  .awesome-marker-shadow {
    background-image: url(/assets/images/markers-shadow@2x-64fe7e2740a7d015109cd31a498357dada39f7552caac379a8d1f0c18dc3d77c.png);
    background-size: 35px 16px;
  }
}

/* line 38, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker i {
  color: #333;
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
}

/* line 45, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker .icon-white {
  color: #fff;
}

/* Colors */
/* line 50, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-red {
  background-position: 0 0;
}

/* line 54, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-darkred {
  background-position: -180px 0;
}

/* line 58, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-lightred {
  background-position: -360px 0;
}

/* line 62, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-orange {
  background-position: -36px 0;
}

/* line 66, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-beige {
  background-position: -396px 0;
}

/* line 70, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-green {
  background-position: -72px 0;
}

/* line 74, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-darkgreen {
  background-position: -252px 0;
}

/* line 78, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-lightgreen {
  background-position: -432px 0;
}

/* line 82, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-blue {
  background-position: -108px 0;
}

/* line 86, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-darkblue {
  background-position: -216px 0;
}

/* line 90, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-lightblue {
  background-position: -468px 0;
}

/* line 94, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-purple {
  background-position: -144px 0;
}

/* line 98, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-darkpurple {
  background-position: -288px 0;
}

/* line 102, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-pink {
  background-position: -504px 0;
}

/* line 106, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-cadetblue {
  background-position: -324px 0;
}

/* line 110, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-white {
  background-position: -574px 0;
}

/* line 114, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-gray {
  background-position: -648px 0;
}

/* line 118, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-lightgray {
  background-position: -612px 0;
}

/* line 122, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-black {
  background-position: -682px 0;
}

/* line 12, app/assets/stylesheets/home.scss */
html {
  scroll-behavior: smooth;
}

/* line 16, app/assets/stylesheets/home.scss */
.hover-top {
  box-shadow: none;
  transition: linear 0.4s;
}

/* line 21, app/assets/stylesheets/home.scss */
.hover-top:hover {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transition: linear 0.4s;
}

/* line 26, app/assets/stylesheets/home.scss */
.is-background-qui {
  background: linear-gradient(0deg, rgba(236, 154, 48, 0.5) 0%, rgba(236, 154, 48, 0.3) 100%), url(/assets/qui-9e27e9a6d934961644578078964ad376425031ab1a1a35340def3d647ca7af95.jpg);
  background-size: cover;
}

/* line 31, app/assets/stylesheets/home.scss */
.gradiant-text {
  background: linear-gradient(0deg, #ec9a30 0%, #ec9a30 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 38, app/assets/stylesheets/home.scss */
.gradiant-logo {
  background: linear-gradient(0deg, #ec9a30 0%, #ec9a30 100%) !important;
}

/* line 42, app/assets/stylesheets/home.scss */
.no-back-hover:hover {
  background-color: transparent;
}

/* line 46, app/assets/stylesheets/home.scss */
.underline-on-hover:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 50px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

/* line 58, app/assets/stylesheets/home.scss */
.underline-on-hover:hover:after {
  width: 75%;
  left: 12.5%;
}

/* line 63, app/assets/stylesheets/home.scss */
.is-background-color-logo-right {
  background-color: #ec9a30 !important;
  background: url(/assets/wall-4d10be1e8d8aca74068f691c0f73b0653a9aa3869c559e1a24c2c0a2a6c428fb.png);
  background-repeat: no-repeat;
  background-size: 450px;
  background-position: right -100px top 185px;
}

/* line 71, app/assets/stylesheets/home.scss */
.is-background-color-logo-left {
  background-color: #ec9a30 !important;
  background: url(/assets/wall-4d10be1e8d8aca74068f691c0f73b0653a9aa3869c559e1a24c2c0a2a6c428fb.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left -45% top 0px;
}

/* line 79, app/assets/stylesheets/home.scss */
.is-background-color-secondary-map {
  background-image: linear-gradient(#0e0e0e99, #0e0e0e99), url(/map.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 92, app/assets/stylesheets/home.scss */
.is-background-color-pattern {
  background-color: #ec9a30 !important;
  background: url(/assets/2028-a1aa630300c96af44048843f1cf95e26047907d6d9cb83cb0c550ee1a6910c56.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 99, app/assets/stylesheets/home.scss */
.is-background-color-pattern-2 {
  background-image: linear-gradient(#fcfcfcdd, #fcfcfcdd), url(/assets/pattern2-5b73af7fbba8018c03754083e6de9ff232990766c5e5036ba5bfdcb4d982febd.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 112, app/assets/stylesheets/home.scss */
.columnshover:hover .imagehover1 {
  margin-left: -10px;
  transition: all 0.2s ease-in-out;
}

/* line 117, app/assets/stylesheets/home.scss */
.columnshover:hover .cellhover1 {
  transform: rotate(10deg);
  transition: all 0.2s ease-in-out 0.2s;
}

/* line 122, app/assets/stylesheets/home.scss */
.columnshover .imagehover1 {
  margin-left: 0px;
  transition: all 0.2s ease-in-out;
}

/* line 127, app/assets/stylesheets/home.scss */
.columnshover .cellhover1 {
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out 0.2s;
}

/* line 133, app/assets/stylesheets/home.scss */
.columnshover:hover .imagehover2 {
  margin-top: -25px;
  transition: all 0.2s ease-in-out;
}

/* line 138, app/assets/stylesheets/home.scss */
.columnshover:hover .cellhover2 {
  transform: rotate(-15deg);
  transition: all 0.2s ease-in-out 0.2s;
}

/* line 143, app/assets/stylesheets/home.scss */
.columnshover .cellhover2 {
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out 0.2s;
}

/* line 148, app/assets/stylesheets/home.scss */
.columnshover .imagehover2 {
  margin-top: 0px;
  transition: all 0.2s ease-in-out;
}

/* line 153, app/assets/stylesheets/home.scss */
.columnshover:hover .imagehover3 {
  margin-top: -35px;
  margin-right: 15px;
  transition: all 0.2s ease-in-out;
}

/* line 159, app/assets/stylesheets/home.scss */
.columnshover:hover .cellhover3 {
  transform: rotate(19deg);
  transition: all 0.2s ease-in-out 0.2s;
}

/* line 164, app/assets/stylesheets/home.scss */
.columnshover .cellhover3 {
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out 0.2s;
}

/* line 169, app/assets/stylesheets/home.scss */
.columnshover .imagehover3 {
  margin-top: 0px;
  margin-right: 0px;
  transition: all 0.2s ease-in-out;
}

/* line 176, app/assets/stylesheets/home.scss */
.parallax {
  /* The image used */
  background-image: url(/assets/header-d9db0d58667fc61246ee0632eb597ab998841d1dc46a9ec45eb911d8e1152f6c.jpg);
  /* Create the parallax scrolling effect */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 185, app/assets/stylesheets/home.scss */
.navbar-item.is-mega {
  position: static;
}

/* line 188, app/assets/stylesheets/home.scss */
.navbar-item.is-mega .is-mega-menu-title {
  margin-bottom: 0;
  padding: .375rem 1rem;
}

/* line 194, app/assets/stylesheets/home.scss */
.block-marqueurs {
  visibility: hidden;
  position: absolute;
  width: 0px;
  height: 0px;
}

/* line 201, app/assets/stylesheets/home.scss */
.header-background {
  background-image: url(/assets/image_header-d9db0d58667fc61246ee0632eb597ab998841d1dc46a9ec45eb911d8e1152f6c.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

/* line 209, app/assets/stylesheets/home.scss */
.card-background-image {
  flex: auto !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* line 217, app/assets/stylesheets/home.scss */
.backpattern {
  background-image: url(/assets/pattern-5b73af7fbba8018c03754083e6de9ff232990766c5e5036ba5bfdcb4d982febd.png);
  background-size: 15%;
  background-repeat: repeat;
}

/* line 224, app/assets/stylesheets/home.scss */
.is-global-font-secondary {
  font-family: 'Courier New', Courier, monospace;
}

/* line 228, app/assets/stylesheets/home.scss */
.no-padding {
  padding: 0;
}

/* line 232, app/assets/stylesheets/home.scss */
.contact-card-button {
  background-color: #ec9a30;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}

/* line 240, app/assets/stylesheets/home.scss */
.bottom-section {
  background-color: #ec9a30;
  font-size: 18px;
}

/* line 245, app/assets/stylesheets/home.scss */
.footerlink {
  color: #5552ff;
}

/* line 249, app/assets/stylesheets/home.scss */
.icon-link-style {
  color: #585856;
  margin: 5px;
}

/* line 254, app/assets/stylesheets/home.scss */
.icon-link-style:visited {
  color: #303030;
}

/* line 258, app/assets/stylesheets/home.scss */
.icon-link-style:hover {
  color: #999999;
}

/* line 262, app/assets/stylesheets/home.scss */
span.highlight-dark {
  font-weight: bolder;
  background: linear-gradient(104deg, rgba(59, 57, 70, 0) 0.9%, rgba(59, 57, 70, 0.25) 2.4%, rgba(59, 57, 70, 0.5) 5.8%, rgba(59, 57, 70, 0.1) 93%, rgba(59, 57, 70, 0) 96%, rgba(59, 57, 70, 0) 98%), linear-gradient(183deg, rgba(59, 57, 70, 0) 0%, rgba(59, 57, 70, 0.1) 7.9%, rgba(59, 57, 70, 0) 15%);
  padding-left: 20px;
  padding-bottom: 5px;
  padding-right: 20px;
  -webkit-box-decoration-break: clone;
  margin: 0;
  border-radius: 7.5px;
  text-shadow: -12px 12px 9.8px rgba(59, 57, 70, 0.5);
}

/* line 274, app/assets/stylesheets/home.scss */
span.highlight-light {
  font-weight: bolder;
  background: linear-gradient(104deg, rgba(249, 228, 200, 0) 0.9%, #f9e4c8 2.4%, #f9e4c8 5.8%, rgba(249, 228, 200, 0.3) 93%, rgba(249, 228, 200, 0.7) 96%, rgba(249, 228, 200, 0) 98%), linear-gradient(183deg, rgba(249, 228, 200, 0) 0%, rgba(249, 228, 200, 0.1) 7.9%, rgba(249, 228, 200, 0) 15%);
  padding-left: 20px;
  padding-bottom: 5px;
  padding-right: 20px;
  -webkit-box-decoration-break: clone;
  margin: 0;
  border-radius: 7.5px;
  text-shadow: -12px 12px 9.8px rgba(59, 57, 70, 0.5);
}

/* line 286, app/assets/stylesheets/home.scss */
span.highlight-white {
  font-weight: bolder;
  background: linear-gradient(104deg, rgba(255, 255, 255, 0) 0.9%, white 2.4%, white 5.8%, rgba(255, 255, 255, 0.3) 93%, rgba(255, 255, 255, 0.7) 96%, rgba(255, 255, 255, 0) 98%), linear-gradient(183deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 7.9%, rgba(255, 255, 255, 0) 15%);
  padding-left: 20px;
  padding-bottom: 5px;
  padding-right: 20px;
  -webkit-box-decoration-break: clone;
  margin: 0;
  border-radius: 7.5px;
  text-shadow: -12px 12px 9.8px rgba(59, 57, 70, 0.5);
}

/* line 299, app/assets/stylesheets/home.scss */
.imageoverflow {
  overflow: hidden;
  position: relative;
  text-align: center;
  color: white;
}

/* line 306, app/assets/stylesheets/home.scss */
.active-navbar {
  background-color: #1d1a1a !important;
  color: white;
}

/* line 311, app/assets/stylesheets/home.scss */
.image-fit {
  height: 65vh !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* line 318, app/assets/stylesheets/home.scss */
.image-fit-2 {
  height: 300px !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* line 325, app/assets/stylesheets/home.scss */
.cellhover {
  transform: scale(1);
  overflow: hidden;
  transition: all 300ms;
  cursor: zoom-in;
}

/* line 332, app/assets/stylesheets/home.scss */
.cellhover:hover {
  transform: scale(0.95);
  background-color: #000;
  -webkit-filter: brightness(70%);
}

/* line 339, app/assets/stylesheets/home.scss */
.cardhover {
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 344, app/assets/stylesheets/home.scss */
.cardhover:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 352, app/assets/stylesheets/home.scss */
.cardheight {
  height: 100%;
}

/* line 3, app/assets/stylesheets/_tweaks.scss */
a {
  text-decoration: none !important;
}

/* line 7, app/assets/stylesheets/_tweaks.scss */
.button.is-multiline {
  min-height: 2.25em;
  white-space: unset;
  height: auto;
  flex-direction: column;
}

/** This isn't the actual suggested CSS - but it is just a quick fix to replicate the functionality**/
/* line 15, app/assets/stylesheets/_tweaks.scss */
.button.is-multiline .icon {
  margin: 0 !important;
}
