/*!**************************************************************************************************************!*\
  !*** 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 */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* SECTIONS D'ACTUALITE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
.projet {
  /* ----------------------------------------------------- */
  /* SEARCH */
  /* ----------------------------------------------------- */
  /* ----------------------------------------------------- */
  /* SLIDER */
  /* ----------------------------------------------------- */
  /* ----------------------------------------------------- */
  /* GRID */
  /* ----------------------------------------------------- */
  /* ----------------------------------------------------- */
  /* GRID */
  /* ----------------------------------------------------- */
  /* ----------------------------------------------------- */
  /* LIST */
  /* ----------------------------------------------------- */
  /* ----------------------------------------------------- */
  /* SINGLE */
  /* ----------------------------------------------------- */
  /* ----------------------------------------------------- */
  /* ASIDE */
  /* ----------------------------------------------------- */
  /* ----------------------------------------------------- */
  /* HOME */
  /* ----------------------------------------------------- */
}
.projet__search {
  margin-bottom: 1em;
}
.projet__search form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 1em;
}
.projet__search form .select_container {
  width: auto;
  margin-bottom: 0;
}
.projet__slider__container {
  position: relative;
}
.projet__slider__arrows {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.projet__slider__title {
  padding: 0;
}
.projet__slider__title .section__title {
  text-align: center;
  color: var(--wp--preset--color--white);
}
.projet__slider__title .section__subtitle {
  text-align: center;
  color: var(--wp--preset--color--tertiary);
}
.projet__slider__title .text {
  padding: 0em 1em;
}
.projet__slider__title .text p {
  color: var(--wp--preset--color--white);
  text-align: center;
}
.projet__slider__items {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.projet__slider__item {
  padding: 1em;
}
.projet__slider__item__container {
  position: relative;
  height: 100%;
  padding: 0;
  transition: all 1.2s cubic-bezier(0.14, 0.66, 0.28, 0.93);
}
.projet__slider__item__image {
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.projet__slider__item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.projet__slider__item__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.projet__slider__item__video iframe {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}
.projet__slider__item__content {
  position: absolute;
  top: auto;
  bottom: 1em;
  left: 1em;
  right: auto;
  padding: 1em;
  max-width: calc(100% - 2em);
  color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--white);
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.14, 0.66, 0.28, 0.93);
  transition-delay: 0.6s;
}
.projet__slider__item__content__client, .projet__slider__item__content__secteur, .projet__slider__item__content__localisation {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.9375em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(100%);
  transition: all 1.2s cubic-bezier(0.14, 0.66, 0.28, 0.93);
}
.projet__slider__item__content__client {
  transition-delay: 0.4s;
}
.projet__slider__item__content__secteur {
  transition-delay: 0.2s;
}
.projet__slider__item__content__localisation {
  transition-delay: 0s;
}
.projet__slider__item__title {
  opacity: 0;
  transform: translateY(100%);
  transition: all 1.2s cubic-bezier(0.14, 0.66, 0.28, 0.93);
  transition-delay: 0.6s;
}
.projet__slider__item__title h2,
.projet__slider__item__title h3 {
  font-family: var(--ff1);
  font-size: 1.1875em;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  margin-bottom: 0;
  color: var(--wp--preset--color--black);
  text-transform: uppercase;
}
.projet__slider__item__excerpt p {
  font-size: 0.75em;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: var(--ff3);
  font-weight: 900;
  letter-spacing: 4px;
  color: var(--wp--preset--color--white);
}
.projet__slider__item__more {
  text-align: left;
}
.projet__slider__item.slick-active .projet__slider__item__content {
  opacity: 1;
  transition-delay: 1.2s;
}
.projet__slider__item.slick-active .projet__slider__item__content__client, .projet__slider__item.slick-active .projet__slider__item__content__secteur, .projet__slider__item.slick-active .projet__slider__item__content__localisation {
  opacity: 1;
  transform: translateY(0);
}
.projet__slider__item.slick-active .projet__slider__item__content__client {
  transition-delay: 1.4s;
}
.projet__slider__item.slick-active .projet__slider__item__content__secteur {
  transition-delay: 1.6s;
}
.projet__slider__item.slick-active .projet__slider__item__content__localisation {
  transition-delay: 1.8s;
}
.projet__slider__item.slick-active .projet__slider__item__title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}
.projet__slider__all {
  text-align: center;
  margin: 2em auto;
}
.projet__grid {
  position: relative;
  z-index: 1;
  padding: 0;
  list-style: none;
}
.projet__grid__all {
  text-align: center;
  margin: 2em 0 0;
}
.projet__grid__all .wzcm-svg-icon {
  --icon-color: v.$gray-60;
  --icon-size: 2em;
}
.projet__grid__all__btn {
  font-family: var(--wp--preset--font-family--primary);
  text-transform: uppercase;
  font-weight: bold;
  font-size: pte(20px, 16px);
}
.projet__grid__all__btn span {
  vertical-align: middle;
  color: var(--wp--preset--color--tertiary);
}
.projet__grid__all__btn:before, .projet__grid__all__btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 5px;
  margin: 0em 0.5em;
  background-color: var(--wp--preset--color--secondary);
}
.projet__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: 1em;
}
.projet__grid__item {
  list-style: none;
  margin: 0 0.25em;
  width: 100%;
}
.projet__grid__item__container {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.projet__grid__item__inner > a {
  display: block;
}
.projet__grid__item__image {
  width: 100%;
  height: 0;
  padding-top: 60%;
  overflow: hidden;
  position: relative;
}
.projet__grid__item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.projet__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%);
}
.projet__grid__item__categories {
  position: absolute;
  top: 1em;
  left: 1em;
}
.projet__grid__item__category {
  appearance: none;
  border: none;
  border-radius: 100px;
  white-space: nowrap;
  padding: 0.25em 0.5em;
  font-size: pte(12px, 16px);
  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;
}
.projet__grid__item__title {
  padding: 1em;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  text-align: right;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}
.projet__grid__item__title h2,
.projet__grid__item__title h3 {
  color: var(--wp--preset--color--white);
  font-size: pte(15px, 16px);
  font-style: normal;
  line-height: 1;
  margin: 0;
}
.projet__grid__item__excerpt {
  margin-top: ptr(12px, 16px);
}
.projet__grid__item__excerpt p {
  font-size: ptr(12px, 16px);
}
.projet__grid__item__link {
  padding: 1em;
  text-align: right;
}
.projet__grid__item__link .btn {
  color: #999999;
}
.projet__grid__item__more {
  text-align: left;
}
.projet__grid__item__date {
  text-align: right;
  font-weight: normal;
  font-size: pte(12px, 16px);
  color: var(--wp--preset--color--secondary);
  font-family: var(--wp--preset--font-family--secondary);
  margin-top: 0.5em;
}
.projet__category {
  position: relative;
  z-index: 1;
  padding: 0 0 10vw 0;
  list-style: none;
}
.projet__category:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--secondary);
}
.projet__category__top {
  position: relative;
  padding-top: 4em;
  width: 90%;
  margin: auto;
}
.projet__category__all {
  text-align: center;
  margin: 2em 0 0;
}
.projet__category__all .wzcm-svg-icon {
  --icon-color: v.$gray-60;
  --icon-size: 2em;
}
.projet__category__all__btn {
  font-family: var(--wp--preset--font-family--primary);
  text-transform: uppercase;
  font-weight: bold;
  font-size: pte(20px, 16px);
}
.projet__category__all__btn span {
  vertical-align: middle;
  color: var(--wp--preset--color--tertiary);
}
.projet__category__all__btn:before, .projet__category__all__btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 5px;
  margin: 0em 0.5em;
  background-color: var(--wp--preset--color--secondary);
}
.projet__category__title .section_title {
  color: var(--wp--preset--color--white);
  line-height: 1;
  text-align: center;
  margin-bottom: 1em;
}
.projet__category__title .section_subtitle {
  text-align: center;
  color: var(--wp--preset--color--primary);
}
.projet__category__text {
  text-align: center;
  color: var(--wp--preset--color--white);
}
.projet__category__text p {
  color: inherit;
}
.projet__category__items {
  list-style: none;
  padding: 0;
  margin: 0;
  grid-gap: 1em;
}
.projet__category__item {
  list-style: none;
  margin: 0 0.25em;
  width: 100%;
}
.projet__category__item__container {
  position: relative;
  width: 100%;
  height: 100%;
  transform: scale(0.75);
  border: 2px solid transparent;
  overflow: hidden;
  transition: all 1.2s cubic-bezier(0.14, 0.66, 0.28, 0.93);
}
.projet__category__item__container > a {
  display: block;
}
.projet__category__item__image {
  width: 100%;
  height: 0;
  padding-top: 150%;
  overflow: hidden;
  position: relative;
}
.projet__category__item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.projet__category__item__content {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 1em;
}
.projet__category__item__title {
  padding: 1em;
  background: transparent;
  color: var(--wp--preset--color--white);
  text-align: right;
}
.projet__category__item__title h2,
.projet__category__item__title h3 {
  font-family: var(--ff1);
  color: var(--wp--preset--color--white);
  font-size: 1.75em;
  font-style: italic;
  text-align: center;
  text-transform: none;
  line-height: 1;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.projet__category__item__excerpt {
  margin-top: ptr(12px, 16px);
}
.projet__category__item__excerpt p {
  font-size: ptr(12px, 16px);
}
.projet__category__item.slick-active .projet__category__item__container {
  transform: scale(1);
  border-color: white;
}
.projet__list {
  padding: 0;
  margin: 1em 0;
  list-style: none;
}
.projet__list__items {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.projet__list__item {
  list-style: none;
}
.projet__list__item:not(:last-child) {
  margin-bottom: 1em;
}
.projet__list__item .item__inner {
  display: block;
  height: 100%;
  padding: 1em;
  background-color: #FFF;
  border: 1px solid #cccccc;
}
.projet__list__item .item__inner > a {
  display: block;
}
.projet__list__item .item__image {
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
.projet__list__item .item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.projet__list__item .item__content {
  padding: 0em;
}
.projet__list__item .item__categories {
  margin-bottom: 1em;
}
.projet__list__item .item__category {
  appearance: none;
  background: none;
  white-space: nowrap;
  padding: 1em 0em;
  font-size: pte(15px, 16px);
  color: #666666;
}
.projet__list__item .item__category .bullet {
  display: inline-block;
  vertical-align: middle;
  width: pte(10px, 16px);
  height: pte(10px, 16px);
  border-radius: 100em;
  margin-right: 0.5em;
  background: var(--wp--preset--color--primary);
}
.projet__list__item .item__category.active .bullet {
  background-color: var(--wp--preset--color--col-1);
  color: var(--wp--preset--color--white);
}
.projet__list__item .item__title h3 {
  line-height: 1;
  color: #000;
}
.projet__list__item .item__excerpt {
  margin-top: ptr(12px, 16px);
  display: none;
}
.projet__list__item .item__excerpt p {
  font-size: ptr(12px, 16px);
}
.projet__list__item .item__permalink {
  text-align: right;
}
.projet__list__item .item__date {
  color: #999999;
  font-weight: 500;
  letter-spacing: 6px;
  font-size: ptr(12px, 16px);
}
.projet__single__share {
  text-align: center;
}
.projet__single__date {
  font-weight: 600;
  letter-spacing: 7.5px;
  color: #999999;
  font-size: ptr(14px, 16px);
  text-align: center;
  margin: 2em 0;
}
.projet__single__title {
  color: #000;
}
.projet__single__categories {
  text-align: center;
}
.projet__single__content {
  margin-top: 2em;
}
.projet__aside {
  display: none;
}
.projet__home__top {
  position: relative;
  z-index: 2;
  margin-bottom: 2em;
}
.projet__home__title {
  color: var(--wp--preset--color--secondary);
}
.projet__home__title h2 {
  text-align: center;
  color: inherit;
  margin: 0;
}
.projet__home__text p {
  color: var(--wp--preset--color--secondary);
  text-align: center;
}
.projet__home__categories {
  border-radius: 100em;
  border: 1px solid #999999;
  background-color: #FFF;
  margin: 1em 0;
  overflow: hidden;
}
.projet__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;
}
.projet__home__category {
  border-radius: 100em;
  appearance: none;
  text-transform: uppercase;
  border: none;
  background: none;
  white-space: nowrap;
  padding: 1em 1.25em;
  font-size: pte(15px, 16px);
  background-color: transparent;
}
.projet__home__category.active {
  background-color: #000;
  color: #FFF;
}
.projet__home__items {
  position: relative;
  padding: 2em 1em 0;
}
.projet__home__grid__items {
  position: relative;
  list-style: none !important;
  padding: 0 !important;
  width: 70vw;
  overflow: visible;
}
.projet__home__grid__items .slick-list,
.projet__home__grid__items .slick-track {
  overflow: visible;
}
.projet__home__grid__items__arrows {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 1em;
  border-radius: pte(10px, 16px);
  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;
}
.projet__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: 1em;
  padding: 1em;
  background: var(--wp--preset--color--white);
}
.projet__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;
}
.projet__home__grid__items__arrows .slick-arrow.slick-prev:hover, .projet__home__grid__items__arrows .slick-arrow.slick-prev:focus, .projet__home__grid__items__arrows .slick-arrow.slick-next:hover, .projet__home__grid__items__arrows .slick-arrow.slick-next:focus {
  background-color: var(--wp--preset--color--lightgray);
  --icon-color: var(--wp--preset--color--black);
}
.projet__home__grid__items .projet__grid__item,
.projet__home__grid__items .projet__grid__item__double {
  flex-basis: auto !important;
  padding: 0 0.5em;
  margin: 0;
}
.projet__home__grid__items .projet__grid__item__double {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.projet__home__grid__items .projet__grid__item__double .projet__grid__item {
  padding: 0;
  margin: 0;
}
.projet__home__grid__items .projet__grid__item__double .projet__grid__item:first-child {
  margin-bottom: 0.25em;
}
.projet__home__grid__items .projet__grid__item__double .projet__grid__item:last-child {
  margin-top: 0.25em;
}
.projet__home__list__items {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* XS */
/* ----------------------------------------------------- */
@media (min-width: 576px) {
  .projet__grid__overflow .projet__grid__item {
    width: 50vw;
  }
  .projet__grid__item__title {
    padding: 1.5em;
  }
  .projet__grid__item__title h3 {
    font-size: pte(16px, 16px);
  }
  .projet__grid__item__date {
    margin-top: 1em;
  }
  .projet__slider__item__image {
    padding-top: 56.25%;
  }
}
/* ----------------------------------------------------- */
/* SM */
/* ----------------------------------------------------- */
@media (min-width: 768px) {
  .projet__search form {
    justify-content: flex-start;
  }
  .projet__slider__all {
    text-align: center;
  }
  .projet__slider__all .btn {
    width: auto;
  }
  .projet__slider__item {
    padding: 0em 0.5em;
  }
  .projet__slider__item__title h2,
  .projet__slider__item__title h3 {
    font-size: 1.25em;
  }
  .projet__slider__item__excerpt p {
    font-size: 1em;
  }
  .projet__grid__item {
    width: calc(50% - 1em);
  }
  .projet__grid__item__content {
    position: relative;
    top: -2em;
    z-index: 20;
    width: 90%;
    left: 10%;
  }
  .projet__grid__item__title h3 {
    font-size: pte(18px, 16px);
  }
  .projet__grid__all {
    margin: 0;
  }
  .projet__category__item__container {
    transform: scale(0.9);
  }
  .projet__category__item__image {
    padding-top: 200%;
  }
  .projet__list__item .item__title h3 {
    font-size: ptr(20px, 16px);
  }
  .projet__list__item .item__image {
    width: 30%;
    max-width: 30%;
    height: auto;
    padding-top: 0;
    margin-right: 1em;
    overflow: hidden;
  }
  .projet__list__item .item__image img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .projet__list__item .item__excerpt {
    display: block;
    font-size: ptr(15px, 16px);
    font-weight: 300;
    margin: 1em 0;
  }
  .projet__list__item .item__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .projet__aside {
    display: block;
  }
  .projet__aside h2 {
    padding-left: 1em;
    border-left: 2px solid #000;
  }
  .projet__aside__networks {
    margin-top: 4em;
  }
  .projet__aside__networks__list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .projet__aside__networks__list__item {
    display: inline-block;
    vertical-align: top;
  }
  .projet__aside__networks__list__item a {
    display: block;
    border-radius: 100em;
    font-size: 4em;
    color: #000;
  }
  .projet__home__categories {
    margin: 0;
  }
  .projet__home .projet__grid__item.big {
    margin: 0;
    width: 100%;
  }
  .projet__home__items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    grid-gap: 1em;
    padding: 2em 0.5em;
  }
  .projet__home__items:before {
    height: 50%;
  }
  .projet__home__grid__items {
    width: 100%;
    margin: 0;
  }
  .projet__home__grid__items .slick-track {
    width: 100% !important;
    margin: 0;
  }
  .projet__home__list {
    position: relative;
  }
  .projet__home__list__items__container {
    width: calc(50% - 1em);
    height: 100%;
    overflow: auto;
  }
  .projet__home__list__items .projet__list__item .item__inner {
    padding: 1em 2em;
    overflow: hidden;
  }
}
/* ----------------------------------------------------- */
/* MD */
/* ----------------------------------------------------- */
@media (min-width: 992px) {
  .projet__slider .text {
    width: 50%;
  }
  .projet__slider__item {
    padding: 0em 1em;
  }
  .projet__slider__item__content {
    padding: 2em 2em 1em 1em;
  }
  .projet__grid__item__title h3 {
    font-size: pte(20px, 16px);
  }
  .projet__aside {
    padding: 0em 1em;
  }
  .projet__aside__networks__list__item a {
    font-size: 3em;
  }
  .projet__single__share {
    text-align: center;
  }
  .projet__single__date {
    font-weight: 600;
    letter-spacing: 7.5px;
    color: #999999;
    font-size: ptr(14px, 16px);
    text-align: center;
    margin: 2em 0;
  }
  .projet__single__title {
    color: #000;
  }
  .projet__single__categories {
    text-align: center;
  }
  .projet__single__content {
    margin-top: 2em;
  }
}
/* ----------------------------------------------------- */
/* LG */
/* ----------------------------------------------------- */
@media (min-width: 1200px) {
  .projet__slider__item {
    padding: 2em 1em 1em 1em;
  }
  .projet__slider__item__content {
    left: 2em;
  }
  .projet__category {
    padding-bottom: 5vw;
  }
  .projet__category:before {
    width: 75%;
  }
  .projet__category__top {
    width: 75%;
  }
  .projet__category__text {
    width: 75%;
    margin: auto;
  }
  .projet__category__items {
    padding-top: 5vw;
  }
  .projet__category__item.slick-active .projet__category__item__container {
    transform: scale(0.9);
    border-color: transparent;
  }
  .projet__category__item:hover .projet__category__item__container {
    transform: scale(1);
    border-color: var(--wp--preset--color--white);
  }
  .projet__grid__overflow .projet__grid__item {
    width: 25%;
  }
  .projet__grid__item .projet__grid__item__image:before {
    transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93);
  }
  .projet__grid__item .projet__grid__item__image img {
    transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93);
  }
  .projet__grid__item:hover .projet__grid__item__image:before {
    top: -50%;
  }
  .projet__grid__item:hover .projet__grid__item__image img {
    transform: scale(1.2);
  }
  .projet__grid__all__btn:hover {
    color: var(--wp--preset--color--secondary);
  }
  .projet__grid__all__btn:hover:before, .projet__grid__all__btn:hover:after {
    transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93);
    animation: allBtn 1s ease-in-out infinite forwards;
  }
  .projet__list__item {
    cursor: pointer;
  }
  .projet__list__item .circle {
    content: "";
    position: absolute;
    cursor: pointer;
    display: block;
    width: pte(64px, 16px);
    height: pte(64px, 16px);
    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;
  }
  .projet__list__item .item__inner {
    position: relative;
    transition: all 0.4s ease-out;
  }
  .projet__list__item .item__title h3 {
    font-size: ptr(24px, 16px);
  }
  .projet__list__item .item__excerpt p {
    font-size: ptr(15px, 16px);
  }
  .projet__home:before {
    height: 70%;
    right: 2em;
  }
  .projet__home__category {
    cursor: pointer;
    transition: all 0.4s ease-out;
  }
  .projet__home__category:hover {
    background-color: var(--wp--preset--color--col-1);
    color: var(--wp--preset--color--white);
  }
  .projet__home__items {
    max-width: 1125px;
    margin: 0 auto !important;
  }
  .projet__home__grid__items {
    width: calc(100% - 2em);
    max-width: 1125px;
    margin: 0 auto !important;
  }
  .projet__home__grid__items .slick-list,
  .projet__home__grid__items .slick-track {
    overflow: hidden;
  }
  .projet__home__grid__items__arrows {
    right: 3rem;
  }
}
/* ----------------------------------------------------- */
/* XL */
/* ----------------------------------------------------- */
@media (min-width: 1400px) {
  .projet__slider__item__image {
    padding-top: 50%;
  }
  .projet__slider__all {
    margin-top: 4em;
  }
  .projet__grid__item__title h3 {
    font-size: pte(24px, 16px);
  }
  .projet__home:before {
    right: 3em;
  }
  .projet__aside {
    padding: 0em 0em 0em 3em;
  }
}
/* ----------------------------------------------------- */
/* XL */
/* ----------------------------------------------------- */
@media (min-width: 1400px) {
  .projet__slider__item {
    padding: 0em 2em;
  }
  .projet__slider__item__image {
    padding-top: 44%;
  }
}
