html {
  background-color: #FFF;
}

body {
  background-color: #FFF;
  color: #333;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857;
  margin: 0;
  min-height: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}

[role='button'] {
  cursor: pointer;
}

ul {
  list-style: none;
  padding-left: 0;
}

.form-control,
input[type='text'],
input[type='email'],
select,
textarea {
  border: 1px solid #848482;
  border-radius: 30px;
  height: 2.6rem;
  margin: .5rem 0;
  padding: .7rem 1rem;
}

a {
  color: #F05B23;
}

header nav a,
header nav a:hover,
header nav a:active {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
}


header nav {
  background-color: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  color: #000;
  font-size: 12px;
  left: 0;
  padding: .5rem 0;
  position: fixed;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 10;
}

.ouisnap-header-logo {
  background-image: url('/assets/img/logo_ouisnap.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 210px;
  left: 11%;
  margin: .5rem 1rem;
  max-height: 25%;
  max-width: 25%;
  position: fixed;
  top: 23%;
  transition: height .5s ease,
    width .5s ease,
    height .5s ease,
    top .5s ease,
    left .5s ease,
    filter .5s ease;
  width: 260px;
  z-index: 2;
}

.ouisnap-header-logo.ouisnap-header-logo-sticky {
  height: 44px;
  left: 0;
  top: 0;
  width: 80px;
}

header nav li {
  margin-bottom: 0;
  margin-top: 0;
}

header nav .ouisnap-header-link-active {
  color: #000;
}

.ouisnap-header-burger {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  z-index: 2;
}

.ouisnap-navbar-menu {
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 90px;
  position: relative;
  transition: left .5s ease,
    opacity .5s ease;

}

.ouisnap-navbar-menu .btn {
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, .5);
  font-size: 12px;
  font-weight: bold;
}

.ouisnap-navbar-menu li {
  color: #777;
  margin: .5rem 1rem;
  max-width: 150px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  header nav {
    background-color: transparent;
    box-shadow: none;
    position: absolute;
  }

  .ouisnap-header-logo {
    height: 44px;
    left: 8px;
    margin: 0;
    position: absolute;
    top: 12px;
    width: 80px;
  }

  .ouisnap-navbar-menu {
    background-color: #FFF;
    height: 100%;
    left: -50%;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 12vh 0 30vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  .ouisnap-navbar-menu li {
    width: 100%;
  }
}

.btn {
  border-radius: 50px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.ouisnap-container-fluid {
  max-width: 1200px;
}

.card-ouisnap.card-ouisnap-active,
.card-ouisnap:hover {
  background: #ED1C24;
  box-shadow: 100% 0 50% -50% #F15A24 inset;
  color: #FFF;
  font-weight: bold;
}


.card-ouisnap.card-ouisnap-active h3,
.card-ouisnap:hover h3 {
  color: #FFF;
}
.card-ouisnap.card-ouisnap-active h3::after,
.card-ouisnap:hover h3::after {
  background: none;
  background-color: #FFF;
}

.card-ouisnap.card-ouisnap--left h3 {
  text-align: left;
}
.card-ouisnap.card-ouisnap--left h3::after {
  left: 0;
}

.card-ouisnap {
  align-items: center;
  background: #FFF;
  border: 0;
  border-radius: 2rem;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: .5rem;
  min-height: 330px;
  overflow: hidden;
  padding: 2rem;
  position: relative;
  transition: background .5s linear;
}

.card-ouisnap div,
.card-ouisnap a {
  z-index: 1;
}

.card-ouisnap::before {
  background: #ED1C24;
  background: linear-gradient(to right, #ED1C24 0%, #F15A24 80%);
  border-radius: 2rem;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .5s ease;
  width: 100%;
}
.card-ouisnap.card-ouisnap-active::before,
.card-ouisnap:hover::before {
  opacity: 1;
}

.card-ouisnap h3 {
  margin-bottom: 2rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.card-ouisnap h3::after {
  background: #ED1C24;
  background: linear-gradient(to right, #ED1C24 0%, #F15A24 80%);
  background-clip: content-box;
  border-radius: 50px;
  bottom: -1rem;
  content: '';
  height: 5px;
  left: 20%;
  position: absolute;
  transition: width .5s ease, left .5s ease;
  width: 60%;
}

.card-ouisnap:hover h3::after {
  left: 10%;
  width: 80%;
}

.card-ouisnap .btn {
  font-weight: bold;
  margin: 1rem 0 0;
  transition: width .5s ease;
  width: 60%;
}

.card-ouisnap.card-ouisnap-active .btn,
.card-ouisnap:hover .btn {
  width: 100%;
}

.ouisnap-header-next {
  background-image: url('/assets/img/next_icon.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 10px;
  height: 40px;
  left: 0;
  position: absolute;
  width: 100%;
}

.ouisnap-content {
  margin: 6rem 0;
}

.ouisnap--title-underline {
  position: relative;
  z-index: 1;
}

.ouisnap--title-underline::after {
  background: #ED1C24;
  background: linear-gradient(to right, #ED1C24 0%, #F15A24 80%);
  background-clip: content-box;
  border-radius: 50px;
  bottom: -6px;
  content: '';
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
}

.ouisnap-footer-links > * {
  width: 30%;
}

.ouisnap-footer-instagram {
  background-image: url('/assets/img/social/instagram.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
}

.ouisnap-footer-facebook {
  background-image: url('/assets/img/social/facebook.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
}

.ouisnap-footer-linkedin {
  background-image: url('/assets/img/social/linkedin.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
}

.ouisnap-footer-twitter {
  background-image: url('/assets/img/social/twitter.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
}

@keyframes ouisnap-boomerang-animation {
  0% { background-position: 0% 0%; }
  5% { background-position: -100% 0%; }
  10% { background-position: -200% 0%; }
  15% { background-position: -300% 0%; }
  20% { background-position: 0% -100%; }
  25% { background-position: -100% -100%; }
  30% { background-position: -200% -100%; }
  35% { background-position: -300% -100%; }
  40% { background-position: 0% -200%; }
  45% { background-position: -100% -200%; }
  50% { background-position: -200% -200%; }
  55% { background-position: -100% -200%; }
  60% { background-position: 0% -200%; }
  65% { background-position: -300% -100%; }
  70% { background-position: -200% -100%; }
  75% { background-position: -100% -100%; }
  80% { background-position: 0% -100%; }
  85% { background-position: -300% 0%; }
  90% { background-position: -200% 0%; }
  95% { background-position: -100% 0%; }
  100% { background-position: 0% 0%; }
}

/*===[ Boomerang section ]===*/
.ouisnap-boomerang {
  height: 120vh;
  left: -50vh;
  position: relative;
  top: -15vh;
  width: 115vh;
}

.ouisnap-boomerang::before {
  animation: ouisnap-boomerang-animation 1s steps(1) infinite;
  background-image: url('/assets/img/tile_phones.jpg');
  background-position: top left;
  background-size: 400% 300%;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ouisnap-boomerang::after {
  background-image: url('/assets/img/mask.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ouisnap-boomerang.ouisnap-boomerang-mirror {
  filter: FlipH;
  left: -14vh;
  top: -5vh;
  transform: scaleX(-1);
}

/*===[ Contact section ]===*/

.ouisnap-contact .btn {
  margin: .5rem 0;
}

/*===[ Footer ]===*/
footer {
  background-color: #333;
  color: #AAA;
  font-size: 13px;
  width: 100vw;
}

footer a,
footer a:hover {
  color: #AAA;
}
