/**
 * Media Query
 **/
/**
 * Aspect Ratio
 **/
/*------------------------------------*\
    #SETTINGS-COLORS
\*------------------------------------*/
/*------------------------------------*\
    #MEANINFUL-NAMES
\*------------------------------------*/
/*------------------------------------*\
    #MEANINFUL-STATUS
\*------------------------------------*/
/*------------------------------------*\
    #SETTINGS-INUIT
\*------------------------------------*/
/* 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 5, ../scss/not-found.scss */
#not-found {
  position: relative;
  background-image: url("../images/temp/404.png");
  background-repeat: no-repeat;
}
/* line 132, ../scss/_mixins.scss */
#not-found:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 43.75%;
}
/* line 139, ../scss/_mixins.scss */
#not-found > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 10, ../scss/not-found.scss */
#not-found .holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 50%;
}
/* line 21, ../scss/not-found.scss */
#not-found .tag {
  display: inline;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-family: 'Raleway';
  background-color: #FF886A;
  font-size: 0.750em;
  padding: 5px 30px;
}
/* line 32, ../scss/not-found.scss */
#not-found h1 {
  font-family: 'Raleway';
  color: white;
  font-weight: 900;
  font-size: 2.000em;
  margin: 20px 0;
}
/* line 40, ../scss/not-found.scss */
#not-found p {
  font-family: 'Roboto Slab';
  font-weight: 300;
  color: #636275;
  max-width: 35rem;
}

/* line 48, ../scss/not-found.scss */
#news {
  position: relative;
  width: 100%;
}
/* line 52, ../scss/not-found.scss */
#news .section-title {
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 32px;
  margin: 0;
  text-transform: uppercase;
  color: #7b7b7b;
  margin: 20px 0 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 52, ../scss/_mixins.scss */
#news .section-title::after, #news .section-title::before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #dddddd;
}
/* line 63, ../scss/not-found.scss */
#news .section-title span {
  padding: 0 40px;
}
/* line 68, ../scss/not-found.scss */
#news .title-page {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
/* line 73, ../scss/not-found.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 83, ../scss/not-found.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 94, ../scss/not-found.scss */
#news .title-page .box {
  position: relative;
  background-color: #fff;
  border-right: 6px solid #fff;
  border-left: 6px solid #fff;
}
/* line 101, ../scss/not-found.scss */
#news .title-page p {
  display: block;
  font-family: 'Roboto Slab';
  font-size: 16px;
  border-width: 2px;
  border-style: solid;
  padding: 5px 55px;
}
/* line 109, ../scss/not-found.scss */
#news .title-page p a {
  font-weight: 700;
}
/* line 114, ../scss/not-found.scss */
#news .title-page h1 {
  font-family: 'Raleway';
  font-weight: 300;
  font-size: 40px;
  margin: 0;
}
/* line 122, ../scss/not-found.scss */
#news .holder-news {
  width: calc(100% + 40px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -20px;
}
/* line 130, ../scss/not-found.scss */
#news .card, #news .banner-card {
  width: calc(25% - 25px);
  margin: 0 0 20px 20px;
}
/* line 135, ../scss/not-found.scss */
#news .holder-button {
  width: 100%;
  text-align: center;
  margin: 115px 0 50px;
}
@media only screen and (max-width: 1023px) {
  /* line 48, ../scss/not-found.scss */
  #news {
    padding: 0 20px;
  }
  /* line 144, ../scss/not-found.scss */
  #news.category {
    display: block;
    margin-top: 60px;
  }
  /* line 149, ../scss/not-found.scss */
  #news .card, #news .banner-card {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  /* line 156, ../scss/not-found.scss */
  #news .holder-news {
    width: 100%;
    margin: 0;
  }
  /* line 161, ../scss/not-found.scss */
  #news .card, #news .banner-card {
    width: 100%;
    margin: 0 0 20px;
  }
}

/* line 168, ../scss/not-found.scss */
#back {
  display: none;
}

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

@media (max-width: 599px) {
  /* line 180, ../scss/not-found.scss */
  #not-found {
    background-size: cover;
    background-position: top right;
    margin-bottom: 40px;
  }
  /* line 185, ../scss/not-found.scss */
  #not-found::before {
    width: 100vw;
    height: 90vh;
    padding: 0;
  }
  /* line 191, ../scss/not-found.scss */
  #not-found .holder {
    padding: 0 20px;
  }
}
