@charset "UTF-8";
.page-template-page-actualite h2:after, body.category-actualites h2:after {
  margin: 25px 0;
}
.page-template-page-actualite .actus, body.category-actualites .actus {
  padding-bottom: 40px;
  background-image: url("../img/spirale-double.png");
  background-position: 110% 95%;
  background-size: 500px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .page-template-page-actualite .actus, body.category-actualites .actus {
    background-image: none;
    padding-top: 40px;
  }
}
.page-template-page-actualite .actus .actu + .actu, body.category-actualites .actus .actu + .actu {
  margin-left: 0;
}
.page-template-page-actualite .actus .actu, body.category-actualites .actus .actu {
  max-width: 330px;
  margin-bottom: 60px;
}
.page-template-page-actualite .actus .actu:nth-child(3n-1), body.category-actualites .actus .actu:nth-child(3n-1) {
  margin: 0 30px 60px 30px;
}
@media screen and (max-width: 1200px) {
  .page-template-page-actualite .actus .actu:nth-child(3n-1), body.category-actualites .actus .actu:nth-child(3n-1) {
    margin: 0;
  }
  .page-template-page-actualite .actus .actu:nth-child(3n-1):nth-child(n), body.category-actualites .actus .actu:nth-child(3n-1):nth-child(n) {
    margin: 0 15px 60px 15px;
  }
}
.page-template-page-actualite .actus .actu .photo-container, body.category-actualites .actus .actu .photo-container {
  max-width: 280px;
}
@media screen and (max-width: 1024px) {
  .page-template-page-actualite .actus .actu .photo-container, body.category-actualites .actus .actu .photo-container {
    width: 280px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 425px) {
  .page-template-page-actualite .actus .actu .actu-texte, body.category-actualites .actus .actu .actu-texte {
    padding: 15px;
  }
}
@media screen and (max-width: 425px) {
  .page-template-page-actualite .actus .actu .actu-texte .link-btn, body.category-actualites .actus .actu .actu-texte .link-btn {
    margin-top: 30px;
  }
}
.page-template-page-actualite .actus .actu-container, body.category-actualites .actus .actu-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.page-template-page-actualite .actus .actu-container .actu-list, body.category-actualites .actus .actu-container .actu-list {
  position: relative;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s;
  justify-content: center;
}
.page-template-page-actualite .actus .actu-container > .kook-btn, body.category-actualites .actus .actu-container > .kook-btn {
  line-height: 1;
  font-size: 14px;
  margin: 0 auto;
  margin-top: 15px;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s;
}
.page-template-page-actualite .actus .actu-container > .kook-btn:hover, body.category-actualites .actus .actu-container > .kook-btn:hover {
  background: linear-gradient(to right, #2464ac 0%, #009cd8 100%);
  color: white;
  transition: all 0.3s;
}
.page-template-page-actualite .arrowTexte:after, body.category-actualites .arrowTexte:after {
  content: "Charger plus d'actualités";
}
.page-template-page-actualite .arrowAnimation, body.category-actualites .arrowAnimation {
  animation: animationArrow linear 0.5s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationArrow linear 0.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationArrow linear 0.5s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationArrow linear 0.5s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationArrow linear 0.5s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}
.page-template-page-actualite .arrowAnimation:after, body.category-actualites .arrowAnimation:after {
  content: "";
  font-family: FontAwesome;
  font-size: 21px;
}
@keyframes animationArrow {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@-moz-keyframes animationArrow {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(180deg);
  }
}
@-webkit-keyframes animationArrow {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@-o-keyframes animationArrow {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(180deg);
  }
}
@-ms-keyframes animationArrow {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(180deg);
  }
}
/*# sourceMappingURL=page-actualite.css.map */