/**********************************/
/******* ARCHIVE DES PROJETS ******/
/**********************************/
.archive-projets__header{
  padding-top:50px;
  padding-bottom: 50px;
  display:flex;
  justify-content: center;
  gap:10px;
  flex-direction: column;
  text-align: center;
  align-content: center;
  align-items: center;
}
.archive-projets__header .archive_desc{
  max-width: 800px;
}

.projets-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 170px 70px;
}
.pcpt-projet__footer{
  margin-top:15px;
}


.projets-grid > .pcpt-projet--card{
  grid-column: auto;
}

.projets-grid > .pcpt-projet--card:nth-child(2n){
  margin-top: 200px;
}
.projets-grid > .pcpt-projet--card:nth-child(odd):nth-child(n+3){
  margin-top: -150px;
}
.pcpt-projet__thumb{
  display:block;

  overflow:hidden;
}
.row .col .pcpt-projet__thumb img,
.pcpt-projet__thumb img{
  width:100%;
  height:⁨640px !important;
  object-fit:cover;
    border-radius: 16px;
    margin-bottom: 0px !important;
}

@media (max-width: 990px){
  .projets-grid{
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .projets-grid > .pcpt-projet--card:nth-child(2n){
    margin-top: 0;
  }
  .projets-grid > .pcpt-projet--card:nth-child(odd):nth-child(n+3){
    margin-top: 0px;
  }
  .row .col .pcpt-projet__thumb img,
  .pcpt-projet__thumb img{
    width:100%;
    height:100% !important;
    object-fit:cover;
  }
}

.archive-projets .nav-links{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  gap: 10px;
}

.archive-projets .nav-links .page-numbers{
  padding:5px 10px;
  border:1px solid var(--nectar-accent-color);
  color:var(--nectar-accent-color);
  border-radius:5px;
}

.archive-projets .nav-links .page-numbers.current{
  background:var(--nectar-accent-color);
  color:#FFF;
}

.projetville_mt_negative{
  margin-top:-50px;
}
@media screen and (max-width:990px){
  .projetville_mt_negative{
    margin-top:0px;
  }
}


/*********************/
/**** PAGE PROJET ****/
/*********************/
.h1_projet,
.h1_projet *{
  font-size: 54px;
  line-height: 100% !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 20px !important;
}
.nom_du_projet{
	font-size: 34px;
}
.force_width_100{
  width:100%;
}

.titre_categorie_display_projet,
.titre_categorie_display_projet *{
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 33.6px */
  letter-spacing: 0.56px;
}

.tag_categorie_projet_display,
.tag_categorie_projet_display *{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

.h2_projet,
.h2_projet *{
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 33.6px */
  letter-spacing: 0.56px;
}

@media screen and (max-width:990px){
  .h1_projet,
  .h1_projet *{
    font-size: 44px;
  }
}

@media screen and (max-width:690px){
  .h1_projet,
  .h1_projet *{
    font-size: 34px;
  }
  .h2_projet,
  .h2_projet *{
    font-size: 22px;
  }
}

.pcpt-pagination{
  display: flex;
  justify-content: center;
  gap:15px;
  margin-top:50px;
}

.pcpt-pagination .page-numbers{
  border:1px solid var(--nectar-accent-color);
  padding: 5px 10px;
  border-radius: 10px;
  color: var(--nectar-accent-color);
}

.pcpt-pagination .page-numbers.current{
  background: var(--nectar-accent-color);
  color:#FFF;
}
