/*!****************************************************************************************************************************************!*\
  !*** css ../../../../../node_modules/css-loader/dist/cjs.js!../../../../../node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \****************************************************************************************************************************************/
/* ----------------------------------------------------- */
/* INCLUDES */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* FONCTIONS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* Display flex */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* Object Fit */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CONVERSION PX -> EM */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CONVERSION PX -> REM */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* VARIABLES */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* GRIS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* BLOCK D'ITEMS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
.items {
  /* ----------------------------------------------------- */
  /* SEARCH */
  /* ----------------------------------------------------- */
  /* ----------------------------------------------------- */
  /* SLIDER */
  /* ----------------------------------------------------- */
  /* ----------------------------------------------------- */
  /* GRID */
  /* ----------------------------------------------------- */
  /* ----------------------------------------------------- */
  /* LIST */
  /* ----------------------------------------------------- */
  /* ----------------------------------------------------- */
  /* SINGLE */
  /* ----------------------------------------------------- */
  /* ----------------------------------------------------- */
  /* ASIDE */
  /* ----------------------------------------------------- */
  /* ----------------------------------------------------- */
  /* HOME */
  /* ----------------------------------------------------- */
}
.items__search {
  margin-bottom: 1rem;
}
.items__search form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 1rem;
}
.items__search form .select_container {
  width: auto;
  margin-bottom: 0;
}
.items__search form .form-group {
  width: 100%;
  padding: 0 10%;
}
.items__search form label {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: normal;
  font-family: var(--ff1);
}
.items__slider__container {
  position: relative;
}
.items__slider .section__title {
  text-align: center;
  margin-bottom: 0;
}
.items__slider .section__subtitle {
  text-align: center;
}
.items__slider__arrows {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.items__slider__title {
  padding: 0;
}
.items__slider__items {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.items__slider__item {
  padding: 1rem;
}
.items__slider__item__container {
  height: 100%;
  padding: 1rem;
  position: relative;
}
.items__slider__item__image {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.items__slider__item__image img {
  width: 100%;
  height: auto;
}
.items__slider__item__content {
  margin-top: 1rem;
}
.items__slider__item__title {
  font-weight: normal;
  line-height: 1;
  text-align: center;
  font-family: var(--ff2);
  color: var(--wp--preset--color--black);
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  text-shadow: 0px 2px 6px black;
  color: white;
  white-space: nowrap;
  opacity: 0;
}
.items__slider__item__excerpt {
  margin-top: 0.75rem;
}
.items__slider__item__excerpt p {
  font-size: 0.75rem;
}
.items__slider__item__more {
  text-align: left;
}
.items__slider__item:hover .items__slider__item__title {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.items__slider__all {
  text-align: center;
}
.items__slider__all .btn {
  width: 80%;
}
.items__slider .swiper-button-prev {
  left: 0;
}
.items__slider .swiper-button-prev:after {
  width: 8px;
  content: url(9c0bbbb26316bf949613.svg);
}
.items__slider .swiper-button-next {
  right: 0;
}
.items__slider .swiper-button-next:after {
  width: 8px;
  content: url(cf32ce29c4f2f6b0b0cd.svg);
}
.items__grid {
  position: relative;
  z-index: 1;
  padding: 0;
  list-style: none;
}
.items__grid__all {
  text-align: center;
  margin: 2em 0 0;
}
.items__grid__all .wzcm-svg-icon {
  --icon-color: inherit;
  --icon-size: 1rem;
}
.items__grid__all__btn {
  font-family: var(--wp--preset--font-family--primary);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25em;
}
.items__grid__all__btn span {
  vertical-align: middle;
  color: var(--wp--preset--color--tertiary);
}
.items__grid__all__btn:before, .items__grid__all__btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 5px;
  margin: 0em 0.5em;
  background-color: var(--wp--preset--color--secondary);
}
.items__grid__items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 1rem;
}
.items__grid__item {
  list-style: none;
  margin: 0 0.25em;
  width: 100%;
}
.items__grid__item a {
  color: inherit;
  text-decoration: none;
}
.items__grid__item__container {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.items__grid__item__inner > a {
  display: block;
}
.items__grid__item__image {
  width: 100%;
  height: 0;
  padding-top: 60%;
  overflow: hidden;
  position: relative;
}
.items__grid__item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.items__grid__item__image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
}
.items__grid__item__categories {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.items__grid__item__category {
  appearance: none;
  border: none;
  white-space: nowrap;
  padding: 0.25em 0.5em;
  font-size: 0.75em;
  color: var(--wp--preset--color--white);
  background: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--secondary);
  text-transform: uppercase;
  font-weight: bold;
}
.items__grid__item__content {
  padding: 1rem;
}
.items__grid__item__excerpt {
  margin-top: 0.75rem;
}
.items__grid__item__excerpt p {
  font-size: 0.75rem;
}
.items__grid__item__link {
  padding: 1rem;
  text-align: right;
}
.items__grid__item__link .btn {
  color: #999999;
}
.items__grid__item__more {
  text-align: left;
}
.items__grid__item__date {
  text-align: right;
  font-weight: normal;
  font-size: 0.75em;
  color: var(--wp--preset--color--secondary);
  font-family: var(--wp--preset--font-family--secondary);
  margin-top: 0.5em;
}
.items__list {
  padding: 0;
  margin: 1rem 0;
  list-style: none;
}
.items__list__items {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.items__list__item {
  list-style: none;
}
.items__list__item:not(:last-child) {
  margin-bottom: 1rem;
}
.items__list__item .item__inner {
  display: block;
  height: 100%;
  padding: 1rem;
  background-color: #FFF;
  border: 1px solid #cccccc;
}
.items__list__item .item__inner > a {
  display: block;
}
.items__list__item .item__image {
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
.items__list__item .item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.items__list__item .item__content {
  padding: 0em;
}
.items__list__item .item__categories {
  margin-bottom: 1rem;
}
.items__list__item .item__category {
  appearance: none;
  background: none;
  white-space: nowrap;
  padding: 1rem 0em;
  font-size: 0.9375em;
  color: #666666;
}
.items__list__item .item__category .bullet {
  display: inline-block;
  vertical-align: middle;
  width: 0.625em;
  height: 0.625em;
  border-radius: 100em;
  margin-right: 0.5em;
  background: var(--wp--preset--color--primary);
}
.items__list__item .item__category.active .bullet {
  background-color: var(--wp--preset--color--col-1);
  color: var(--wp--preset--color--white);
}
.items__list__item .item__title h3 {
  line-height: 1;
  color: #000;
}
.items__list__item .item__excerpt {
  margin-top: 0.75rem;
  display: none;
}
.items__list__item .item__excerpt p {
  font-size: 0.75rem;
}
.items__list__item .item__permalink {
  text-align: right;
}
.items__list__item .item__date {
  color: #999999;
  font-weight: 500;
  letter-spacing: 6px;
  font-size: 0.75rem;
}
.items__single__share {
  text-align: center;
}
.items__single__date {
  font-weight: 600;
  letter-spacing: 7.5px;
  color: #999999;
  font-size: 0.875rem;
  text-align: center;
  margin: 2em 0;
}
.items__single__title {
  color: #000;
}
.items__single__categories {
  text-align: center;
}
.items__single__content {
  margin-top: 2em;
}
.items__aside {
  display: none;
}
.items__home__top {
  position: relative;
  z-index: 2;
  margin-bottom: 2em;
}
.items__home__title {
  color: var(--wp--preset--color--secondary);
}
.items__home__title h2 {
  text-align: center;
  color: inherit;
  margin: 0;
}
.items__home__text p {
  color: var(--wp--preset--color--secondary);
  text-align: center;
}
.items__home__categories {
  border-radius: 100em;
  border: 1px solid #999999;
  background-color: #FFF;
  margin: 1rem 0;
  overflow: hidden;
}
.items__home__categories__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  overflow-x: auto;
  overflow-y: hidden;
  touch-action: pan-x;
}
.items__home__category {
  border-radius: 100em;
  appearance: none;
  text-transform: uppercase;
  border: none;
  background: none;
  white-space: nowrap;
  padding: 1rem 1.25em;
  font-size: 0.9375em;
  background-color: transparent;
}
.items__home__category.active {
  background-color: #000;
  color: #FFF;
}
.items__home__items {
  position: relative;
  padding: 2em 1rem 0;
}
.items__home__items:before {
  content: "";
  position: absolute;
  top: 0;
  width: auto;
  height: 60%;
  left: 0;
  right: 0;
  background-size: auto 100%;
  opacity: 0.2;
}
.items__home__grid__items {
  position: relative;
  list-style: none !important;
  padding: 0 !important;
  width: 70vw;
  overflow: visible;
}
.items__home__grid__items .slick-list,
.items__home__grid__items .slick-track {
  overflow: visible;
}
.items__home__grid__items__arrows {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 1rem;
  border-radius: 0.625em;
  background-color: #FFF;
  color: var(--wp--preset--color--tertiary);
  padding: 0;
  transform: translateY(-50%);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.items__home__grid__items__arrows .slick-arrow {
  --icon-size: 16px;
  --icon-color: var(--wp--preset--color--gray);
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  vertical-align: top;
  transform: none;
  font-size: 1rem;
  padding: 1rem;
  background: var(--wp--preset--color--white);
}
.items__home__grid__items__arrows .slick-arrow:first-child:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  width: 1px;
  height: 60%;
  background: #5a5a5a;
  transform: translateY(-50%);
  opacity: 0.33;
}
.items__home__grid__items__arrows .slick-arrow.slick-prev:hover, .items__home__grid__items__arrows .slick-arrow.slick-prev:focus, .items__home__grid__items__arrows .slick-arrow.slick-next:hover, .items__home__grid__items__arrows .slick-arrow.slick-next:focus {
  background-color: var(--wp--preset--color--lightgray);
  --icon-color: var(--wp--preset--color--black);
}
.items__home__grid__items .items__grid__item,
.items__home__grid__items .items__grid__item__double {
  flex-basis: auto !important;
  padding: 0 0.5em;
  margin: 0;
}
.items__home__grid__items .items__grid__item__double {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.items__home__grid__items .items__grid__item__double .items__grid__item {
  padding: 0;
  margin: 0;
}
.items__home__grid__items .items__grid__item__double .items__grid__item:first-child {
  margin-bottom: 0.25em;
}
.items__home__grid__items .items__grid__item__double .items__grid__item:last-child {
  margin-top: 0.25em;
}
.items__home__list__items {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* XS */
/* ----------------------------------------------------- */
@media (min-width: 576px) {
  .items__grid__overflow .items__grid__item {
    width: 50vw;
  }
  .items__grid__item__title {
    padding: 1.5em;
  }
  .items__grid__item__title h3 {
    font-size: 1em;
  }
  .items__grid__item__date {
    margin-top: 1rem;
  }
}
/* ----------------------------------------------------- */
/* SM */
/* ----------------------------------------------------- */
@media (min-width: 768px) {
  .items__search form {
    justify-content: flex-start;
  }
  .items__slider__all {
    margin-top: 2em;
    margin-bottom: 1rem;
    text-align: center;
  }
  .items__slider__all .btn {
    width: auto;
  }
  .items__slider__item {
    padding: 0em 0.5em;
  }
  .items__grid__item {
    width: calc(50% - 1rem);
  }
  .items__grid__item__content {
    position: relative;
    top: -2em;
    z-index: 20;
    width: 90%;
    left: 10%;
  }
  .items__grid__item__title h3 {
    font-size: 1.125em;
  }
  .items__list__item .item__title h3 {
    font-size: 1.25rem;
  }
  .items__list__item .item__image {
    width: 30%;
    max-width: 30%;
    height: auto;
    padding-top: 0;
    margin-right: 1rem;
    overflow: hidden;
  }
  .items__list__item .item__image img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .items__list__item .item__excerpt {
    display: block;
    font-size: 0.9375rem;
    font-weight: 300;
    margin: 1rem 0;
  }
  .items__list__item .item__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .items__aside {
    display: block;
  }
  .items__aside h2 {
    padding-left: 1rem;
    border-left: 2px solid #000;
  }
  .items__aside__networks {
    margin-top: 4em;
  }
  .items__aside__networks__list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .items__aside__networks__list__item {
    display: inline-block;
    vertical-align: top;
  }
  .items__aside__networks__list__item a {
    display: block;
    border-radius: 100em;
    font-size: 4em;
    color: #000;
  }
  .items__home__categories {
    margin: 0;
  }
  .items__home .items__grid__item.big {
    margin: 0;
    width: 100%;
  }
  .items__home__items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    grid-gap: 1rem;
    padding: 2em 0.5em;
  }
  .items__home__items:before {
    height: 50%;
  }
  .items__home__grid__items {
    width: 100%;
    margin: 0;
  }
  .items__home__grid__items .slick-track {
    width: 100% !important;
    margin: 0;
  }
  .items__home__list {
    position: relative;
  }
  .items__home__list__items__container {
    width: calc(50% - 1rem);
    height: 100%;
    overflow: auto;
  }
  .items__home__list__items .items__list__item .item__inner {
    padding: 1rem 2em;
    overflow: hidden;
  }
}
/* ----------------------------------------------------- */
/* MD */
/* ----------------------------------------------------- */
@media (min-width: 992px) {
  .items__grid__item__title h3 {
    font-size: 1.25em;
  }
  .items__aside {
    padding: 0em 1rem;
  }
  .items__aside__networks__list__item a {
    font-size: 3em;
  }
  .items__single__share {
    text-align: center;
  }
  .items__single__date {
    font-weight: 600;
    letter-spacing: 7.5px;
    color: #999999;
    font-size: 0.875rem;
    text-align: center;
    margin: 2em 0;
  }
  .items__single__title {
    color: #000;
  }
  .items__single__categories {
    text-align: center;
  }
  .items__single__content {
    margin-top: 2em;
  }
  section.items {
    position: relative;
    overflow: visible;
  }
  section.items .dots {
    display: block;
  }
  section.items .dots.dots-top-center {
    transform: translate(0, calc(-100% + 3.125em));
  }
}
/* ----------------------------------------------------- */
/* LG */
/* ----------------------------------------------------- */
@media (min-width: 1200px) {
  .items__slider__item__content {
    width: 50%;
  }
  .items__slider__item__title {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    transition: var(--trans);
    z-index: 10;
  }
  .items__slider__item:hover .items__slider__item__title {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .items__grid__overflow .items__grid__item {
    width: 25%;
  }
  .items__grid__items {
    margin-top: 3rem;
    grid-gap: 1.5rem;
  }
  .items__grid__item .items__grid__item__image:before {
    transition: var(--trans);
  }
  .items__grid__item .items__grid__item__image img {
    transition: var(--trans);
  }
  .items__grid__item:hover .items__grid__item__image:before {
    top: -50%;
  }
  .items__grid__item:hover .items__grid__item__image img {
    transform: scale(1.2);
  }
  .items__grid__all {
    margin-top: 3rem;
  }
  .items__grid__all__btn:hover:before, .items__grid__all__btn:hover:after {
    transition: var(--trans);
    animation: allBtn 1s ease-in-out infinite forwards;
  }
  .items__list__item {
    cursor: pointer;
  }
  .items__list__item .circle {
    content: "";
    position: absolute;
    cursor: pointer;
    display: block;
    width: 4em;
    height: 4em;
    border-radius: 100rem;
    background-color: rgba(189, 202, 216, 0.5);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    visibility: hidden;
    animation: pulse 1s infinite;
    pointer-events: none;
  }
  .items__list__item .item__inner {
    position: relative;
    transition: all 0.4s ease-out;
  }
  .items__list__item .item__title h3 {
    font-size: 1.5rem;
  }
  .items__list__item .item__excerpt p {
    font-size: 0.9375rem;
  }
  .items__home:before {
    height: 70%;
    right: 2em;
  }
  .items__home__category {
    cursor: pointer;
    transition: all 0.4s ease-out;
  }
  .items__home__category:hover {
    background-color: var(--wp--preset--color--col-1);
    color: var(--wp--preset--color--white);
  }
  .items__home__items {
    max-width: 1125px;
    margin: 0 auto !important;
  }
  .items__home__grid__items {
    width: calc(100% - 2em);
    max-width: 1125px;
    margin: 0 auto !important;
  }
  .items__home__grid__items .slick-list,
  .items__home__grid__items .slick-track {
    overflow: hidden;
  }
  .items__home__grid__items__arrows {
    right: 3rem;
  }
}
/* ----------------------------------------------------- */
/* XL */
/* ----------------------------------------------------- */
@media (min-width: 1400px) {
  .items__slider__item__title {
    font-size: 1.25rem;
  }
  .items__slider__item__excerpt p {
    font-size: 1rem;
  }
  .items__grid__item__title h3 {
    font-size: 1.5em;
  }
  .items__home:before {
    right: 3em;
  }
  .items__aside {
    padding: 0em 0em 0em 3em;
  }
}
