.homepage-container h1 {
  font-family: 'Heebo', sans-serif;
}

.usecase-wrap h4, .hackeo-video-desc h4 {
  font-size: 14px;
  margin: 0;
}

.hackeo-video-desc h4 {
  margin-top: 80px;
}

.usecase-wrap a:hover, .hackeo-video-desc a:hover {
  text-decoration: none;
}

.homepage-header {
  position: relative;
}

.homepage-header-hand {
  position: absolute;
  z-index: 5;
  bottom: 0;
  /* display: none !important; */
}

.semi-hand {
  width: 510px;
}

.learn-hand {
  width: 290px;
  left: 50%;
  transform: translateX(-50%);
}

.retail-hand {
  width: 530px;
  right: 0;
}

.park-hand-min {
  width: 360px;
}

.escape-hand-min {
  width: 410px;
}

@media screen and (min-width: 1024px) {
  .homepage-header-hand {
    /* display: block !important; */
  }

  .semi-hand, .learn-hand, .retail-hand {
    width: auto;
    left: auto;
    transform: none;
  }

}

.learn-hand {
  right: 10%;
}

.park-hand, .semi-hand {
  right: 0;
}

.bg-header {
  height: 843px;
}

.bg-head {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 843px;
  position: absolute;
  z-index: 2;
  width: 100%;
  background-position: center;
}

.bg-hootside {
  background-image: url('../img/homepage/hootside-bg.png');
  /* background-position-x: -780px; */
}

.bg-park {
  background-image: url('../img/homepage/background-augmenteo.jpg');
  background-position-x: -460px;
}

@media screen and (min-width: 1400px) {
  .bg-hackeo {
    background-image: url('../img/homepage/background-hackeo.jpg') !important;
    background-position: right !important;
  }

  #a-creed.aside-content {
    display: block !important;
  }
}

#a-creed.aside-content {
  display: none;
}

.bg-hackeo {
  background-image: url('../img/homepage/background-hackeo-min.jpg');
}

.bg-sherlock {
  background-image: url('../img/homepage/background-sherlock.jpg');
}

.bg-semi {
  background-image: url('../img/homepage/img-background-semi02.jpg');
}

.bg-escape {
  background-image: url('../img/homepage/img-background-escape02.jpg');
}

.bg-retail {
  background-image: url('../img/homepage/img-background-retail02.jpg');
}

@media screen and (min-width: 1024px) {
  .bg-park, .bg-learn, .bg-semi, .bg-escape, .bg-retail {
    background-position: center;
  }
}

.bg-blue-stripe {
  /* background-image: url('../img/homepage/background.png'); */
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 843px;
  position: absolute;
  z-index: 2;
  width: 100%;
}

.bg-blue-stripe.hootside {
  background-image: url('../img/homepage/green-hootside.png');
}

.bg-blue-stripe.augmenteo {
  background-image: url('../img/homepage/background.png');
}

.bg-blue-stripe.hackeo {
  background-image: url('../img/homepage/violet-hackeo.png');
}

.bg-blue-stripe.sherlock {
  background-image: url('../img/homepage/violet-sherlock.png');
}

.header-title {
  position: absolute;
  z-index: 5;
  top: 54%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1024px) {
  .header-title {
    top: 50%;
  }
}

.header-title h1 {
  color: white;
  font-weight: 300;
  margin: 0;
  line-height: normal;
  text-shadow: 0px 0px 14px #515151;
  font-size: 51.2px;
}

.header-title h1 span {
  font-weight: 500;
}

.header-title p {
  color: white;
  font-weight: 500;
  font-size: 1.8rem;
  margin-top: 31px;
  text-shadow: 0px 0px 14px #515151;
}

@media screen and (min-width: 1024px) {

  .header-title h1 {
    font-size: 54px;
    width: 51%;
    line-height: 67px;
    white-space: nowrap;
  }

  .header-title h1 span {
    white-space: nowrap;
  }

  .header-title p {
    width: 530px;
  }

}

.header-semi {
  width: 510px !important;
}

.homepage-nav {
  position: absolute;
  top: 0;
  z-index: 9000;
}

@media screen and (min-width: 1500px) {
  .homepage-nav .container, .slide-header-container .container {
    width: 1410px;
  }
}

.homepage-nav .logo {
  margin-top: 36px;
}

.header-icons {
  display: flex;
  margin-top: 80px;
}

.header-icons-content {
  text-align: center;
  color: white;
}

#hackeo .header-icons-content:nth-child(2) span, #sherlock .header-icons-content:nth-child(2) span {
  position: relative;
  top: -6px;
}

#sherlock .header-icons-content:nth-child(3) span {
  position: relative;
  top: -4px;
}

#hackeo .header-icons-content:nth-child(4) span {
  position: relative;
  top: -4px;
}

#hackeo.header-title {
  top: 55%;
}

#a-creed.aside-content {
  position: absolute;
  z-index: 5;
  top: 624px;
  width: 100vw;
  right: 89px;
}

#a-creed.aside-content img {
  display: inline-block;
}

#a-creed.aside-content h4.title-ac {
  right: 22px;
  position: absolute;
  color: white;
  text-transform: uppercase;
  text-align: center;
  line-height: 27px;
  letter-spacing: 2px;
  font-size: 24px;
  text-shadow: 0px 0px 11px #515151;
}


@media screen and (max-width: 992px) {
  .header-icons-content.max {
    display: none;
  }

  #hackeo .header-icons {
    margin-top: 50px;
  }

  #hackeo .header-icons-content {
    margin: 0 auto;
  }
}

@media screen and (min-width: 992px) {
  .header-icons-content.min {
    display: none;
  }
}

.header-icons-content:not(:last-child) {
  margin-right: 50px;
}

.header-icons-content img {
  margin: 0 auto;
}

.header-icons-content span {
  font-size: 24px;
  text-shadow: 0px 0px 14px #515151;
}

#hootside .header-icons-content:nth-child(2) span {
  position: relative;
  top: -3px;
}

#hootside .header-icons-content:nth-child(3) span {
  position: relative;
  top: -1px;
}

@media screen and (max-width: 992px) {
  .header-icons-content img {
    width: 60%;
  }

  .header-icons-content span {
    font-size: 14px;
  }
}

.homepage-nav-menu {
  text-transform: uppercase;
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: center;
}

.homepage-nav-menu li {
  display: inline;
  margin-right: 40px;
  text-shadow: 0px 0px 11px #515151;
}

.homepage-nav-menu li a {
  color: white;
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  transition: ease all 0.4s;
}

.homepage-nav-menu li a:hover, .homepage-nav-menu li a:focus {
  text-decoration: none;
  text-shadow: none;
  opacity: 0.7;
}

.homepage-nav-btns {
  margin-top: 40px;
}

.header-shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 149px;
  -webkit-background-size: cover;
  background-size: contain;
  background-image: url('../img/header/ombre.png');
  background-repeat: no-repeat;
  opacity: 0.35;
}

.nav-try {
  text-align: right;
  padding-right: 0;
}

.nav-try a {
  background: #30cee1;
  color: white;
  text-decoration: none;
  padding: 7px 15px;
  border-radius: 10px;
  font-weight: 500;
}

.nav-login {
  text-align: right;
}

.nav-login a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  text-shadow: 0px 0px 11px #515151;
}

.footer-extern {
  background-color: rgba(255, 255, 255, 0.25);
}

.footer-extern-wrap p {
  margin: 0;
  padding: 21px 0;
  color: white;
  font-size: 16px;
  font-weight: 300;
}

.footer-contact-wrap {
  padding: 12px 0;
}

.footer-contact-wrap p {
  padding: 10px 0;
  font-weight: 500;
  font-size: 15px;
}

@media screen and (max-width: 1024px) {
  .footer-contact-wrap p {
    padding-left: 14px;
  }
}

.footer-contact-wrap .email-wrap {
  text-align: right;
}

.footer-linksocial-wrap {
  text-align: center;
}

.footer-links-labels {
  padding-top: 30px;
}

.homepage-content {
  margin-top: 29px;
}

.homepage-content h1 {
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  color: #30cee1;
  line-height: 51px;
}

.homepage-content h1 span {
  font-weight: 500;
}

.homepage-intro {
  /* width: 341px; */
  margin-bottom: 43px;
}

.product-card {
  height: 491px;
}

.product-illu {
  height: 263px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.hackeo-illu {
  background-image: url('../img/homepage/illu-hackeo.png');
}

.luditour-illu {
  background-image: url('../img/homepage/hootside-illu.png');
}

@media screen and (min-width: 992px) {
  .luditour-illu {
    background-size: contain;
  }
}

.sherlock-illu {
  background-image: url('../img/homepage/illu-sherlockbox.png');
}

.chrono-illu {
  background-image: url('../img/homepage/chrono-illu.png');
}

.product-description {
  position: relative;
  top: -80px;
  padding-top: 20px;
  border-radius: 0 0 25px 25px;
  box-shadow: 0px 4px 8px 0px #c0c0c08f;
}

.product-description-text {
  padding: 26px 14px;
  padding-bottom: 0;
  padding-top: 10px;
}

.product-description-link a {
  padding: 14px;
  padding-top: 15px;
  background: #fafafa;
  border-radius: 0 0 20px 20px;
}

.product-description span {
  font-size: 11px;
  text-transform: uppercase;
  padding: 2px 10px;
  border-radius: 22px;
  font-weight: 500;
}

.product-description h3 {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 21px;
}

.product-description a {
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
  display: block;
}

.hackeo-description span {
  background-color: rgba(77, 53, 124, 0.25);
}

.luditour-description span {
  background-color: rgba(149, 193, 33, 0.2);
}

.sherlock-description span {
  background-color: rgba(113, 32, 58, 0.25);
}

.chrono-description span {
  background-color: rgba(233, 73, 38, 0.2);
}

.hackeo-description span, .hackeo-description h3, .hackeo-description a {
  color: #4d357c;
}

.sherlock-description span, .sherlock-description h3, .sherlock-description a {
  color: #72203a;
}

.sherlock-description .product-description-text {
  height: 144px;
}

.product-description a img {
  width: 7%;
  position: relative;
  left: 15px;
}

.product-description a:hover {
  text-decoration: none;
}

.luditour-description span, .luditour-description h3, .luditour-description a {
  color: #95c121;
}

.chrono-description span, .chrono-description h3, .chrono-description a {
  color: #e94927;
}

.product-transform {
  height: 100px;
  width: 100%;
  background-color: #fff;
  transform: rotate(8deg);
  position: absolute;
  top: 207px;
  left: -2px;
}

.homepage-content-col {
  margin: 0 auto;
  float: none;
}

.hackeo-gif img {
  margin: 0 auto;
  width: 229px;
}

.hackeo-app-card {
  text-align: center;
}

.hackeo-app-card h3 {
  text-align: center;
  color: #30cee1;
  font-size: 16px;
  margin-top: 7px;
}

.hackeo-app-play {
  text-align: right;
  padding-right: 3px;
}

.hackeo-app-store {
  text-align: left;
  padding-left: 3px;
}

.hackeo-app-links {
  margin-top: 20px;
  margin-bottom: 70px;
}

.scenario-intro {
  width: 821px;
}

.usecase-wrap {
  text-align: center;
  margin-top: 40px;
}

.usecase-wrap p {
  margin: 26px auto;
}

.usecase-wrap:nth-child(2) p {
  width: 240px;
}




.usecase-wrap:last-child p {
  /* width: 210px; */
}

.usecase-wrap a, .hackeo-video-desc a, .hackeo-blog-desc a {
  display: block;
  margin-top: 20px;
  color: #30cee1;
  white-space: nowrap;
}

.hackeo-blog {
  box-shadow: 0px 1px 8px 0px #c0c0c0b3;
  border-radius: 20px;
}

.hackeo-blog-desc a:hover {
  text-decoration: none;
}

.hackeo-blog-desc h4 {
  font-size: 14px;
  margin: 0;
}

.homepage-content-discover {
  margin-top: 50px;
}

.homepage-content-discover h2 {
  font-family: 'Heebo', sans-serif;
  color: #30cee1;
  font-size: 27px;
  margin-bottom: 28px;
  margin-top: 10px;
}

.hackeo-discover {
  margin-bottom: 75px;
  background: #f6f6f6;
  padding: 25px 35px;
  border-radius: 25px;
  min-height: 307px;
  padding-top: 15px;
  padding-bottom: 5px;
}

.hackeo-discover a img {
  border-radius: 9px;
}

.hackeo-blog-illu {
  min-height: 193px;
  background-image: url('../img/homepage/illu-blog.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 20px 20px 0 0;
}

.hackeo-blog-desc span {
  color: #30cee1;
  font-weight: 600;
  font-size: 14px;
}

.hackeo-blog-desc p {
  padding-top: 10px;
}

.hackeo-blog-desc {
  border-radius: 0 0 20px 20px;
  padding: 3px 14px;
}

.hackeo-video-wrap {
  padding-right: 0;
}


@media screen and (min-width: 1024px) {

  .homepage-content-scenars p {
    width: 721px;
  }

  .homepage-content-scenars {
    margin-top: 40px;
  }

}

.homepage-content-scenars h1 {
  color: #5945a4;
  font-weight: 300;
}

.homepage-content-scenars h1 span {
  font-weight: 500;
}

.hackeo-scenar-vignettes {
  margin-top: 40px;
  margin-bottom: 35px;
}

.hackeo-scenar-vignette {
  margin-bottom: 30px;
}

.slick-dots li.slick-active button:before {
  background: #30cee1;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  color: transparent;
}

.slick-dots li button:before {
  background: white;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  color: transparent;
  opacity: 1;
}

.slick-dots {
  display: block;
  top: 10px;
  left: 5px;
  width: 50px;
  height: 80px;
}

/* @media screen and (max-width: 500px) {
.slick-dots {
width: 80px;
height: 20px;
left: 50%;
transform: translateX(-50%);
top: 218px;
}
.slick-dots li {
display: table-cell;
}
} */

/* @media screen and (max-width: 465px) {
.slick-dots {
top: 185px;
}
}

@media screen and (min-width: 465px) and  (max-width: 480px) {
.slick-dots {
top: 205px !important;
}
} */

.slick-arrow {
  display: none !important;
}

.hackeo-carousel-content {
  position: relative;
}

.hackeo-carousel-description {
  background-color: rgba(12, 58, 59, 0.4);
  color: white;
  margin-top: 0;
  padding: 30px;
}

.hackeo-carousel-description .auteur-description {
  padding-left: 151px;
}

.hackeo-carousel-description .auteur-description h3 {
  font-size: 18px;
  margin-bottom: 20px;
  padding-right: 15px;
}

.hackeo-carousel-description .auteur-description h4 {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 15px;
  padding-right: 15px;
}

.hackeo-carousel-description p {
  padding: 0 35px;
}

@media screen and (min-width: 1024px) {
  .hackeo-carousel-description {
    padding: 0;
    margin: 0;

    /* position: absolute;
    bottom: 0;
    min-height: 190px;
    min-height: 210px;
    padding-left: 170px;
    padding-right: 8px;
    padding-top: 15px;
    margin-top: 10px; */
  }
}

.hackeo-carousel-description p {
  color: white;
  line-height: 18px;
  margin-top: 6%;
}

.hackeo-carousel-description h4 {
  font-size: 14px;
}

.usecase-img {
  position: absolute;
  top: 10px;
  right: 238px;
  transition: all ease 0.5s;
  opacity: 0;
  display: none;
}

.ref-mobile {
  display: block;
  margin-top: 30px;
}

.ref-desktop {
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .usecase-img {
    display: block;
  }

  .homepage-content-showroom {
    display: block !important;
  }

  .homepage-content-showroom h1 {
    margin-bottom: 35px;
  }

  .ref-mobile {
    display: none !important;
  }

}

.hackeo-carousel-content-wrap {
  overflow: hidden;
  height: 610px;
}

.hackeo-carousel-description .auteur-description {
  padding-top: 29px;
  padding-bottom: 5px;
}

@media screen and (min-width: 1200px) {
  .hackeo-carousel-content-wrap {
    height: 530px;
  }

  .hackeo-carousel-description .auteur-description {
    padding-bottom: 49px;
  }
}



.usecase-marine {
  opacity: 1;
}

.hackeo-carousel-content-wrap {
  overflow: hidden;
}

.homepage-content-showroom {
  margin-bottom: 30px;
  display: none;
}

.usecase-link {
  position: absolute;
  display: none;
  right: 59px;
  bottom: 8px;
  background: #30cee1;
  color: white;
  padding: 10px 25px;
  border-radius: 10px;
  transition: ease all 0.5s;
  box-shadow: 0 0 5px 0 rgba(20, 23, 41, 0.08);
}

@media screen and (min-width: 1024px) {
  .usecase-link.min {
    display: none !important;
  }
}

.usecase-link.min {
  display: block;
  position: inherit;
  padding-right: 9px;
  margin-top: 30px;
}

.usecase-link.min h4 {
  position: relative;
}

.usecase-link.min img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: auto;
}

@media screen and (min-width: 1024px) {
  .usecase-link {
    display: block;
  }

  .usecase-link.min {
    display: none;
  }
}

.usecase-link h4 {
  font-size: 14px;
  margin: 0;
}

.usecase-link img {
  position: relative;
  left: 18px;
}

.usecase-link:hover, .usecase-link:focus {
  color: white;
  text-decoration: none;
  background: #1c828f;
}

.aug-product-content {
  position: absolute;
  display: none;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 130px;
  margin: 0 auto;
  transform: translateX(-50%);
  left: 50%;
  border-radius: 10px;
  min-height: 170px;
  top: 40px;
  z-index: 1;
}

.aug-utilisation-content {
  position: absolute;
  display: none;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 360%;
  margin: 0 auto;
  border-radius: 10px;
  min-height: 316px;
  top: 40px;
  z-index: 1;
}

.aug-studio-content {
  width: 560%;
  left: -25px;
  min-height: 296px;
}

.aug-product-content:before, .aug-utilisation-content:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
  top: -10px;
}

.aug-product-content:before {
  left: 50%;
  transform: translateX(-50%);
}

.aug-utilisation-content:before {
  left: 30px;
  z-index: -1;
}

.aug-product-content img {
  margin: 0 auto;
  margin-top: 25px;
}

.aug-product-content a {
  display: block;
  transition: ease all 0.3s;
}

.aug-product-content a:hover {
  /* background-color: rgba(134, 134, 134, 0.2); */
}

.aug-product-dropdown, .aug-utilisation-dropdown {
  position: relative;
}
.aug-product-dropdown:hover > .aug-product-content, .aug-utilisation-dropdown:hover > .aug-utilisation-content {
  display: block;
}

.product-dropdown-btn, .utilisation-dropdown-btn {
  padding-bottom: 50px;
}

.aug-utilisation-content a {
  display: flex;
  transition: ease all 0.3s;
}

.aug-utilisation-content a:hover h4 {
  color: #30cee1;
}


.aug-utilisation-content a img {
  width: 28%;
  height: 28%;
  margin-top: 20px;
  margin-left: 16px;
}

.aug-studio-content a img {
  width: 34%;
  height: 28%;
  margin-top: 28px;
  margin-left: 21px;
}

.utilisation-text {
  text-align: left;
  padding: 21px;
  padding-bottom: 12px;
  padding-top: 16px;
}

.utilisation-text h4 {
  text-shadow: none;
  color: #727272;
  text-transform: initial;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
  transition: ease all 0.3s;
}

.utilisation-text p {
  text-transform: initial;
  text-shadow: none;
  font-size: 12px;
  font-weight: 300;
  margin-top: 3px;
}

.soon {
  color: #8080808c;
  position: relative;
  top: 7px;
  font-style: italic;
}

@media screen and (max-width: 1024px) {
  .soon {
    opacity: 0;
  }

}

.menu-small-bloc {
  text-align: right;
  color: white;
  font-weight: 600;
  padding-right: 0;
  margin-top: 32px;
  cursor: pointer;
}

.small-menu-wrap.open {
  position: fixed;
  top: 0;
  z-index: 5000;
  left: 0;
}

.menu-small-bloc.fixed {
  position: fixed;
  right: 10%;
}

.small-menu-content h4 {
  font-size: 28px;
  color: white;
  margin-bottom: -10px;
  margin-top: 0;
}

.homepage-header .slick-dots {
  display: flex;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-123%);
  top: 97%;
}

.hackeo-carousel-content-wrap {
  display: flex;
}

.hackeo-carousel-content-wrap img {
  width: 65%;
  /* height: 400px; */
}

@media screen and (min-width: 1024px) {
  .homepage-header .slick-dots {
    bottom: -50px;
  }
}

.hackeo-scenar-card {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 263px;
  background-position: center;
  border-radius: 10px;
}

.hackeo-scenar-overflow {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  height: 100%;
  opacity: 0;
  transition: ease all 0.5s;
}

.hackeo-scenar-overflow p {
  width: auto;
  color: white;
  padding-left: 9px;
  position: absolute;
  bottom: 2px;
  transform: translateY(90px);
  transition: ease all 0.5s;
  font-weight: 500;
  padding-right: 25px;
}

.hackeo-scenar-card:hover > .hackeo-scenar-overflow {
  opacity: 1;
}

.hackeo-scenar-card:hover > .hackeo-scenar-overflow p {
  transform: translateY(0);
}

.footer-tarifs {
  margin-top: 30px;
}
