/**
 * Media Query
 **/
/**
 * Aspect Ratio
 **/
/*------------------------------------*\
    #SETTINGS-COLORS
\*------------------------------------*/
/*------------------------------------*\
    #MEANINFUL-NAMES
\*------------------------------------*/
/*------------------------------------*\
    #MEANINFUL-STATUS
\*------------------------------------*/
/*------------------------------------*\
    #SETTINGS-INUIT
\*------------------------------------*/
/* Slider */
/* line 3, ../scss/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 12, ../scss/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 19, ../scss/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 23, ../scss/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 28, ../scss/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 37, ../scss/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 43, ../scss/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 49, ../scss/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 53, ../scss/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 57, ../scss/_slick.scss */
.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
/* line 61, ../scss/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 64, ../scss/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 67, ../scss/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 73, ../scss/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 77, ../scss/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 81, ../scss/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 85, ../scss/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 91, ../scss/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 3, ../scss/_cards.scss */
.card.big a:first-child {
  min-height: 500px;
}
/* line 8, ../scss/_cards.scss */
.card.medium a:first-child {
  min-height: 410px;
}
/* line 13, ../scss/_cards.scss */
.card.small a:first-child {
  min-height: 335px;
}
/* line 18, ../scss/_cards.scss */
.card.-banner a:first-child {
  min-height: 320px;
}
/* line 23, ../scss/_cards.scss */
.card a {
  display: flex;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  color: #fff;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #acacac;
  position: relative;
}
/* line 35, ../scss/_cards.scss */
.card a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
/* line 45, ../scss/_cards.scss */
.card a .infos {
  padding: 45px 35px 25px;
}
/* line 48, ../scss/_cards.scss */
.card a .infos > * {
  position: relative;
  z-index: 1;
}
/* line 54, ../scss/_cards.scss */
.card a .date {
  position: absolute;
  top: 25px;
  right: 35px;
  display: flex;
  align-items: center;
  font-size: 10px;
}
/* line 62, ../scss/_cards.scss */
.card a .date i {
  font-size: 14px;
  margin-right: 5px;
}
/* line 68, ../scss/_cards.scss */
.card a .blurry {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 85, ../scss/_cards.scss */
.card a .h3, .card a p {
  margin: 0;
}
/* line 89, ../scss/_cards.scss */
.card a .category {
  display: inline-block;
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 10px;
  padding: 5px 10px;
}
/* line 97, ../scss/_cards.scss */
.card a .h3 {
  margin-top: 10px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  text-decoration: underline;
}
/* line 103, ../scss/_cards.scss */
.card a .social-info {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
/* line 109, ../scss/_cards.scss */
.card a .social-info p {
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}
/* line 117, ../scss/_cards.scss */
.card a .holder-categories {
  margin-top: 10px;
}
/* line 121, ../scss/_cards.scss */
.card a .comments {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
/* line 126, ../scss/_cards.scss */
.card a .comments .pictures-holder {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin-right: 5px;
}
/* line 132, ../scss/_cards.scss */
.card a .comments .pictures-holder .picture {
  position: relative;
  z-index: 1;
  width: 27px;
  height: 27px;
  background-color: #aaa;
  border: 2px solid #fff;
  border-radius: 100%;
  margin-right: -10px;
}
/* line 141, ../scss/_cards.scss */
.card a .comments .pictures-holder .picture:first-child {
  margin-right: 0;
}
/* line 148, ../scss/_cards.scss */
.card a .likes {
  display: flex;
  align-items: center;
}
/* line 152, ../scss/_cards.scss */
.card a .likes i {
  font-size: 16px;
  color: #fff;
  margin-right: 3px;
}
/* line 161, ../scss/_cards.scss */
.card.radical-red .category {
  background-color: #FE2D79;
}
/* line 167, ../scss/_cards.scss */
.card.salmon .category {
  background-color: #FF8C6A;
}
/* line 173, ../scss/_cards.scss */
.card.picton-blue .category {
  background-color: #53cbed;
}
/* line 178, ../scss/_cards.scss */
.card .banner-link {
  display: block;
  width: 100%;
}
/* line 182, ../scss/_cards.scss */
.card .banner-link img {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  /* line 191, ../scss/_cards.scss */
  .card a .blurry {
    display: none;
  }
  /* line 195, ../scss/_cards.scss */
  .card a .infos {
    padding-bottom: 55px !important;
  }
  /* line 199, ../scss/_cards.scss */
  .card a .h3 {
    font-size: 30px;
  }
  /* line 203, ../scss/_cards.scss */
  .card a .social-info {
    justify-content: center;
  }
}

/* line 212, ../scss/_cards.scss */
.banner-card img {
  width: 100%;
}

/* line 6, ../scss/category.scss */
#featured {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}
/* line 11, ../scss/category.scss */
#featured .container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 20, ../scss/category.scss */
#featured .card.-week {
  order: 4;
  width: 100%;
  margin-top: 10px;
}
/* line 25, ../scss/category.scss */
#featured .card.-week a {
  align-items: center;
  justify-content: center;
  height: 615px;
}
/* line 31, ../scss/category.scss */
#featured .card.-week .infos {
  display: inline-block;
  width: 71.25%;
  text-align: right;
  padding: 0;
}
/* line 38, ../scss/category.scss */
#featured .card.-week .h1 {
  display: inline-block;
  width: 100%;
  font-family: 'Raleway';
  font-weight: 900;
  font-size: 150px;
  font-size: 13vw;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
/* line 51, ../scss/category.scss */
#featured .card.-week .box {
  position: relative;
  background-color: #fff;
  border: 6px solid #fff;
}
/* line 56, ../scss/category.scss */
#featured .card.-week .box p {
  border-width: 1px;
  border-style: solid;
  padding: 5px 45px;
  margin: 0;
}
/* line 62, ../scss/category.scss */
#featured .card.-week .box p a {
  font-weight: 700;
}
/* line 69, ../scss/category.scss */
#featured .card.-featured {
  width: calc(33.33333% - 8px);
}
/* line 72, ../scss/category.scss */
#featured .card.-featured a {
  height: 25.15vw;
}
/* line 78, ../scss/category.scss */
#featured .slick-dots {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: 15px;
}
/* line 86, ../scss/category.scss */
#featured .slick-dots li {
  opacity: 0.5;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 100%;
  margin: 0 2.5px;
}
/* line 94, ../scss/category.scss */
#featured .slick-dots li.slick-active {
  opacity: 1;
}
/* line 98, ../scss/category.scss */
#featured .slick-dots li button {
  display: none;
}
@media only screen and (max-width: 1023px) {
  /* line 106, ../scss/category.scss */
  #featured .container {
    width: 100%;
  }
  /* line 110, ../scss/category.scss */
  #featured .card {
    margin: 0 !important;
  }
  /* line 113, ../scss/category.scss */
  #featured .card.-week {
    order: 0;
  }
  /* line 117, ../scss/category.scss */
  #featured .card.-featured {
    width: 100%;
  }
  /* line 121, ../scss/category.scss */
  #featured .card a {
    height: 100vh !important;
    padding-top: 60px;
  }
  /* line 128, ../scss/category.scss */
  #featured .card.-week .infos, #featured .card.-featured .infos {
    width: 100%;
    padding: 0 5%;
  }
  /* line 133, ../scss/category.scss */
  #featured .card.-week .h1, #featured .card.-week .h1 span, #featured .card.-featured .h1, #featured .card.-featured .h1 span {
    display: block;
    font-size: 85px !important;
    text-align: left;
    white-space: normal;
    word-break: break-all;
  }
  /* line 141, ../scss/category.scss */
  #featured .card.-week .h1, #featured .card.-featured .h1 {
    width: calc(100% - 45px);
  }
  /* line 144, ../scss/category.scss */
  #featured .card.-week .h1 span, #featured .card.-featured .h1 span {
    width: 100%;
  }
  /* line 149, ../scss/category.scss */
  #featured .card.-week .category, #featured .card.-featured .category {
    display: none;
  }
  /* line 153, ../scss/category.scss */
  #featured .card.-week .h3, #featured .card.-featured .h3 {
    font-size: 24px;
    text-align: center;
    text-decoration: underline;
  }
  /* line 159, ../scss/category.scss */
  #featured .card.-week .box, #featured .card.-featured .box {
    width: 100%;
  }
}

/* line 167, ../scss/category.scss */
#banner {
  position: relative;
  width: 100%;
  margin: 40px 0;
}
/* line 172, ../scss/category.scss */
#banner .container {
  text-align: center;
}
/* line 176, ../scss/category.scss */
#banner a {
  display: inline-block;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  /* line 167, ../scss/category.scss */
  #banner {
    display: none;
  }
}

/* line 186, ../scss/category.scss */
#news {
  position: relative;
  width: 100%;
}
/* line 190, ../scss/category.scss */
#news .title-page {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
/* line 195, ../scss/category.scss */
#news .title-page .call-week {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 18px;
}
/* line 205, ../scss/category.scss */
#news .title-page .line {
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 216, ../scss/category.scss */
#news .title-page .box {
  position: relative;
  background-color: #fff;
  border-right: 6px solid #fff;
  border-left: 6px solid #fff;
}
/* line 223, ../scss/category.scss */
#news .title-page p {
  display: block;
  font-family: 'Roboto Slab';
  font-size: 16px;
  border-width: 2px;
  border-style: solid;
  padding: 5px 55px;
}
/* line 231, ../scss/category.scss */
#news .title-page p a {
  font-weight: 700;
}
/* line 236, ../scss/category.scss */
#news .title-page h1 {
  font-family: 'Raleway';
  font-weight: 300;
  font-size: 40px;
  margin: 0;
}
/* line 244, ../scss/category.scss */
#news .holder-news {
  width: calc(100% + 40px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -20px;
}
/* line 252, ../scss/category.scss */
#news .card, #news .banner-card {
  width: calc(25% - 25px);
  margin: 0 0 20px 20px;
}
/* line 257, ../scss/category.scss */
#news .holder-button {
  width: 100%;
  text-align: center;
  margin: 115px 0 50px;
}
@media only screen and (max-width: 1023px) {
  /* line 186, ../scss/category.scss */
  #news {
    display: none;
  }
  /* line 266, ../scss/category.scss */
  #news.category {
    display: block;
    margin-top: 60px;
  }
  /* line 271, ../scss/category.scss */
  #news .card, #news .banner-card {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  /* line 278, ../scss/category.scss */
  #news .holder-news {
    width: 100%;
    margin: 0;
  }
  /* line 283, ../scss/category.scss */
  #news .card, #news .banner-card {
    width: 100%;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 1023px) {
  /* line 290, ../scss/category.scss */
  #back, #menu {
    display: none !important;
  }
}

@media (max-width: 599px) {
  /* line 299, ../scss/category.scss */
  #news .holder-news {
    padding: 0;
  }
  /* line 302, ../scss/category.scss */
  #news .holder-news .card {
    padding: 0 20px;
  }
  /* line 307, ../scss/category.scss */
  #news .holder-button {
    margin: 20px 0 40px;
  }
}
