.home .nav-categories .cat-list .cat-item .img-spirale {
  right: -87px;
  bottom: -19px;
  width: 115%;
  height: auto;
  transform: rotate(-18deg);
}
.home .nav-categories .cat-list .cat-item:hover .img-spirale {
  opacity: 0.15;
}
.home .content-header {
  height: 650px;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  .home .content-header {
    margin-bottom: 0;
    height: 350px;
  }
}
.home .content-header .blue-filter {
  z-index: 0;
}
.home .bienvenue {
  position: relative;
  padding-top: 145px;
  padding-bottom: 50px;
  font-family: Arial;
}
@media screen and (min-width: 1024px) and (max-width: 1740px) {
  .home .bienvenue .container p {
    width: 80%;
  }
}
.home .bienvenue h2, .home .bienvenue h4 {
  font-family: Karla;
}
@media screen and (max-width: 1024px) {
  .home .bienvenue {
    padding-top: 0;
    padding-bottom: 220px;
  }
}
.home .bienvenue img {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .home .bienvenue img {
    bottom: 0;
    width: 250px;
  }
}
.home .bienvenue .kook-btn {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .home .bienvenue .kook-btn {
    display: table;
    margin: 30px auto 0;
  }
}
.home .bienvenue .kook-btn:hover {
  color: white;
  background-image: linear-gradient(to right, #2464ac 0%, #009cd8 100%);
  transition: all 0.3s ease-in-out;
}
.home .actus {
  padding-bottom: 40px;
  background: url(../img/spirale-double.png) no-repeat 110% 75%;
  background-size: 32%;
}
@media screen and (max-width: 1024px) {
  .home .actus {
    background-image: none;
  }
}
.home .actus .actu-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.home .actus .actu-container .actu-list {
  position: relative;
  padding-top: 30px;
}
.home .actus .actu-container .slick-track {
  display: flex;
  justify-content: center;
}
.home .actus .actu-container > .kook-btn {
  margin: 55px auto 0;
}
@media screen and (max-width: 1024px) {
  .home .actus .actu-container > .kook-btn {
    width: 100%;
  }
}
.home .actus .actu-container > .kook-btn:hover {
  color: white;
  background-image: linear-gradient(to right, #2464ac 0%, #009cd8 100%);
  transition: all 0.3s ease-in-out;
}
/*# sourceMappingURL=page-home.css.map */