/*--------------------------------------------------------------
## COLORS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## MARGES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ARCHIVE

For blog page and archives pages like category, author etc..
ONLY for post type = post
ADD your own stylesheet for custom post type archive
OR, if it uses sames styles, add it to enqueue style function in functions.php

--------------------------------------------------------------*/
/*--------------------------------------------------------------
## REALISATIONS
--------------------------------------------------------------*/
/* line 17, ../sass/archive.scss */
.entry-filter {
  padding: 0; }
  /* line 19, ../sass/archive.scss */
  .entry-filter ul {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 0;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      /* line 19, ../sass/archive.scss */
      .entry-filter ul {
        padding: 50px 0; } }
    /* line 29, ../sass/archive.scss */
    .entry-filter ul li {
      position: relative;
      margin-right: 4rem;
      margin-bottom: 1rem;
      color: #5F515B;
      cursor: pointer; }
      /* line 35, ../sass/archive.scss */
      .entry-filter ul li:first-child {
        width: 100%;
        font-size: 3.5rem;
        font-weight: bold;
        margin-bottom: 2rem; }
        /* line 40, ../sass/archive.scss */
        .entry-filter ul li:first-child:before {
          display: none; }
      /* line 44, ../sass/archive.scss */
      .entry-filter ul li:before {
        content: "";
        display: block;
        position: absolute;
        top: 8px;
        left: -22px;
        width: 6px;
        height: 6px;
        background-color: #AF0B60; }
      /* line 54, ../sass/archive.scss */
      .entry-filter ul li .filter {
        display: inline-block;
        position: relative;
        transition: all ease-in-out 0.3s; }
        /* line 58, ../sass/archive.scss */
        .entry-filter ul li .filter:after {
          content: "";
          display: block;
          position: absolute;
          bottom: -2px;
          height: 1px;
          width: 0%;
          background-color: #AF0B60;
          transition: width 0.4s ease-out; }
        /* line 68, ../sass/archive.scss */
        .entry-filter ul li .filter:hover, .entry-filter ul li .filter.active {
          color: #AF0B60; }
          /* line 71, ../sass/archive.scss */
          .entry-filter ul li .filter:hover:after, .entry-filter ul li .filter.active:after {
            width: 100%; }

/*--------------------------------------------------------------
## ACTUALITES
--------------------------------------------------------------*/
/* line 88, ../sass/archive.scss */
.content-area-actualites .entry-filter ul li {
  display: none; }

/* line 95, ../sass/archive.scss */
.content-area {
  background-color: rgba(95, 81, 91, 0.05);
  padding-bottom: 60px; }

/* line 100, ../sass/archive.scss */
.post-list {
  transition: opacity linear 0.3s; }
  /* line 102, ../sass/archive.scss */
  .post-list.loading {
    opacity: 0.5; }
  @media screen and (min-width: 768px) {
    /* line 100, ../sass/archive.scss */
    .post-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  /* line 110, ../sass/archive.scss */
  .post-list:after {
    content: "";
    display: block; }
    @media screen and (min-width: 768px) {
      /* line 110, ../sass/archive.scss */
      .post-list:after {
        width: calc(50% - 5px); } }
    @media screen and (min-width: 992px) {
      /* line 110, ../sass/archive.scss */
      .post-list:after {
        width: calc(33% - 5px); } }
  /* line 120, ../sass/archive.scss */
  .post-list article {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      /* line 120, ../sass/archive.scss */
      .post-list article {
        width: calc(50% - 5px); } }
    @media screen and (min-width: 992px) {
      /* line 120, ../sass/archive.scss */
      .post-list article {
        width: calc(33% - 5px);
        box-shadow: 0px 3px 6px transparent;
        transition: all 0.4s; }
        /* line 131, ../sass/archive.scss */
        .post-list article:hover {
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3); }
          /* line 133, ../sass/archive.scss */
          .post-list article:hover img {
            transform: scale(1.1); }
          /* line 137, ../sass/archive.scss */
          .post-list article:hover .entry-header a {
            opacity: 1;
            transform: translateX(0%); } }
    @media screen and (max-width: 991px) {
      /* line 146, ../sass/archive.scss */
      .post-list article .entry-header a {
        opacity: 1;
        transform: translateX(0%); } }
    /* line 152, ../sass/archive.scss */
    .post-list article img {
      display: block;
      transform: scale(1);
      transition: all 1s; }
    /* line 157, ../sass/archive.scss */
    .post-list article a {
      display: block; }
    /* line 161, ../sass/archive.scss */
    .post-list article .entry-header a {
      text-decoration: none;
      transition: all 0.4s;
      background-color: #fff;
      font-size: 1.8rem;
      padding: 20px 60px 20px 20px;
      min-height: 121px; }
      @media screen and (min-width: 992px) {
        /* line 161, ../sass/archive.scss */
        .post-list article .entry-header a {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0; } }
      @media screen and (min-width: 1366px) {
        /* line 161, ../sass/archive.scss */
        .post-list article .entry-header a {
          padding: 30px 50px 20px 40px;
          min-height: 145px; } }
      /* line 178, ../sass/archive.scss */
      .post-list article .entry-header a .entry-title {
        margin: 0;
        font-weight: bold;
        font-size: 2.2rem;
        text-transform: lowercase; }
        /* line 183, ../sass/archive.scss */
        .post-list article .entry-header a .entry-title:first-letter {
          text-transform: uppercase; }
      /* line 187, ../sass/archive.scss */
      .post-list article .entry-header a .entry-cat {
        font-size: 1.6rem;
        font-weight: bold;
        color: #AF0B60;
        margin-top: 0.5rem;
        margin-bottom: 0; }
      /* line 194, ../sass/archive.scss */
      .post-list article .entry-header a small {
        color: #707070;
        font-size: 1.2rem;
        font-weight: bold; }
      /* line 199, ../sass/archive.scss */
      .post-list article .entry-header a svg {
        position: absolute;
        top: 40px;
        right: 30px;
        fill: #AF0B60; }

/*--------------------------------------------------------------
## POST LIST NAV
--------------------------------------------------------------*/
/* line 216, ../sass/archive.scss */
.post-list-nav {
  width: 100%;
  min-width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-top: 30px; }
  /* line 223, ../sass/archive.scss */
  .post-list-nav .post-list-nav-number {
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    padding: 2px 6px;
    cursor: pointer;
    font-size: 2rem;
    color: #5F515B; }
    /* line 231, ../sass/archive.scss */
    .post-list-nav .post-list-nav-number.current {
      font-weight: bold; }
    /* line 234, ../sass/archive.scss */
    .post-list-nav .post-list-nav-number.prev, .post-list-nav .post-list-nav-number.next {
      padding-left: 0;
      padding-right: 0; }
    /* line 239, ../sass/archive.scss */
    .post-list-nav .post-list-nav-number.prev {
      margin-right: 6px; }
    /* line 242, ../sass/archive.scss */
    .post-list-nav .post-list-nav-number.next {
      margin-left: 6px; }
    /* line 245, ../sass/archive.scss */
    .post-list-nav .post-list-nav-number:after {
      content: "";
      position: absolute;
      width: 0;
      height: 2px;
      background-color: #5F515B;
      left: 0;
      bottom: -1px;
      transition: all 0.4s; }
    /* line 256, ../sass/archive.scss */
    .post-list-nav .post-list-nav-number:not(.current):hover:after {
      width: 100%; }
  /* line 261, ../sass/archive.scss */
  .post-list-nav .hide {
    display: none; }
  /* line 264, ../sass/archive.scss */
  .post-list-nav .post-list-nav-more {
    margin-left: 8px;
    margin-right: 8px; }

/*# sourceMappingURL=archive.css.map */
