/*
========================================================
THEME : Expression Digitale (responsive optimisé)
========================================================
Theme Name: Expression Digitale 
Theme URI: https://expression-digitale.com/
Author: The Expression
Author URI: https://expression-digitale.com/
Description: Votre agence digitale.
Version: 1.1
========================================================

SOMMAIRE
--------------------------------------------------------
1. IMPORTS
2. STYLES GENERAUX
3. LAYOUT (CONTAINERS)
4. BLOCS & COLONNES
5. HEADER
6. NAVIGATION & BURGER
7. FOOTER
8. RESPONSIVE
--------------------------------------------------------
*/

/* ======================================================
1. RESET & IMPORTS
====================================================== */

/* Reset basique */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Import typo */
@import url('https://fonts.googleapis.com/css2?family=TASA+Orbiter:wght@400..800&display=swap');


/* ======================================================
2. STYLES GENERAUX
====================================================== */

body {
  background: #171717;
  font-family: "TASA Orbiter", sans-serif;
  color:#fff;
}

body:not(.home):not(.archive):not(.single-projet) {
   background-image: url('../expressiondigitale/assets/img/bg.png');
   background-position: -200px bottom;
   background-repeat: no-repeat ;
}

body.single-projet {
   background-image: url('../expressiondigitale/assets/img/bg.png');
   background-position: -200px center;
   background-repeat: no-repeat ;
}
body.home .dates-container, body.archive .dates-container{
 background-image: url('../expressiondigitale/assets/img/bg.png');
   background-position: -200px -100px;
   background-repeat: no-repeat ;
}

/* Textes */
p {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
}


a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #B39E8D;
}

/* Titres */
h1 {
  font-size: 30px;
  text-transform: uppercase;
  color: #B39E8D;
}

body:not(.home):not(.archive):not(.single-projet) h1 {
  margin-bottom: 50px;
}

h3 {
  font-size: 19px;
  margin-bottom: 40px;
  color: #fff;
}

h4 {
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #B39E8D;
}

strong {
  font-weight: 700 !important;
}

/* Images */
main img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* ======================================================
3. LAYOUT (CONTAINERS)
====================================================== */

.site-header .container,
footer .footer-container,
body:not(.home):not(.archive):not(.single-projet) main.site-main{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}


.single-projet .grid-projets{
   max-width: 1400px;
  margin: 0 auto;
padding: 80px 40px;
}

main.site-main {
  margin: 50px auto !important;
}

/* Section projets */
.liste-projets {
  background: #F2EAE3;
  position:relative;

  
}

.home .grid-projets,
.archive .grid-projets{
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  z-index: 6;
    position: relative;

}



/* ======================================================
4. GRID PROJETS / DATES
====================================================== */

/* Desktop : 3 colonnes */
.dates-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.date-item {
  width: 100%;
}

.acf-dates p {
  color: #B39E8D;
  line-height: 2;
}

/* Tablet : 2 colonnes */
@media (max-width: 1440px) {
  .dates-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}



/* Pagination dots */
.dates-dots {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.dates-dots span {
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.dates-dots span.active {
  background: #B39E8D;
  transform: scale(1.2);
}

/*======================================================
4. BLOCS & COLONNES
======================================================*/

/* Bloc général */
.bloc {
  margin-bottom: 40px;
}

/* ROW */
.bloc-colonnes .row {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.mb-50 {
  margin-bottom: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-200 {
  margin-bottom: 200px;
}

.mt-50 {
  margin-top: 50px;
}
.mt-84 {
  margin-top: 84px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-200 {
  margin-top: 200px;
}



/* COLONNES */
.col-12 { width: 100%; }

/* 2 colonnes */
.col-6 { width: calc((100% - 50px) / 2); }

.col-8 {
  width: calc(((100% - 100px) / 3) * 2 + 50px);
}

/* 3 colonnes */
.col-4 { width: calc((100% - 100px) / 3); }

/* 4 colonnes */
.col-3 { width: calc((100% - 150px) / 4); }

/* 75% / 25% */
.col-9 { width: calc((100% - 50px) * 0.75); }

/* Bordures */

.bordermobile {
  border: none;
}

.borderdeskop {
  border-top: 1px solid #B39E8D;
  padding-top: 70px;
}

.introduction .col-12 h3{
  text-transform: uppercase;
  color:#B39E8D;
  margin-bottom:-16px;
}

.introduction h3.subtitle {
  text-transform: uppercase;
  color:#B39E8D;
  margin-bottom:20px;
}

.page-id-10 .bloc-colonnes .row.introduction,
.page-id-10 .bloc-colonnes .row.about   {
  display: block;
}
.page-id-10 .introduction .col-4:nth-child(1),
.page-id-10 .introduction .col-4:nth-child(2),
.page-id-10 .introduction .col-4:nth-child(4),
.page-id-10 .introduction .col-4:nth-child(5),
.page-id-10 .about .col-4:nth-child(1),
.page-id-10 .about .col-4:nth-child(2){
  float: left;
  width: calc(33.33% - 50px);
  margin-right:50px;

}
.page-id-10 .introduction .col-4:nth-child(4){
 min-height: 1px;
}

.page-id-10 .introduction .col-4:nth-child(5) {
  margin-top:150px;
}
.page-id-10 .introduction .col-4:nth-child(3),
.page-id-10 .about .col-4:nth-child(3){
   float: right;
  width: calc(33.33% - 50px);
  margin-right:50px;
  clear: right; 

}
.page-id-10 .introduction::after,
.page-id-10 .about::after {
    content: "";
    display: table;
    clear: both; 
}

 .bloc-colonnes .row.about  h3 {
  color:#B39E8D;
 }
.page-id-10 img {
  width: 100%;
}
.num {
  text-align: center;
  display: grid;
  position: relative;
}


.num:after {
 content:"";
 position: absolute;
 height: 100%;
 width:1px;
 background: #fff;
}

.col-4:first-child .num::after {
  display: none;
}

.num strong{
  font-size: 120px;
  color:#B39E8D;
}

.num span{
  color:#fff;
  text-transform: uppercase;
}
/*======================================================
5. HEADER
======================================================*/

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 20px 0;
}

.site-header.is-scrolled {
  background: #171717;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.header-inner {
  display: flex;
  align-items: center;
}

.site-logo img {
  max-height: 40px;
  width: 22vh;
}


/*======================================================
6. NAVIGATION & BURGER
======================================================*/

/* Navigation principale */
.main-nav {
  flex: 1;
  display: flex;
  margin-left: 80px;
}

.main-nav .menu {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav .menu li a {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.main-nav .menu li a:hover,
.main-nav .menu li.current-menu-item a {
  color: #B39E8D;
}

/* Actions header */
.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-social {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-social a {
  color: #ffffff;
  font-size: 16px;
  transition: color 0.3s ease;
  margin: 0 5px;
}

.header-social a:hover {
  color: #B39E8D;
}


/* Burger menu */
.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1100;
}

.burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease;
}

/* Animation burger → croix */
.burger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/*======================================================
6.1. PROJET
======================================================*/

/* HERO*/
.hero-projet {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  background-color: #f6e8e5;
  margin-top:-134px;
}

.hero-projet a,
button#load-more {
  border: 1px solid #B39E8D;
  padding: 15px 25px;
  border-radius: 51px;
  color: #B39E8D;
  background: none;
  cursor: pointer;
}

.hero-projet a{
  display: inline-block;
  margin-top: 50px;
}

.hero-projet .numero{
  font-size: 100px;
  font-weight: 700;
  color: #B39E8D;
}

.hero-projet .etiquette {
  color: #B39E8D;
  margin-top:5px;
}


.dates-container {
  background: #171717;
  margin-top:-200px;
  position: relative;
  z-index: 2;
  padding-top:400px;
}

.hero-projet .content-hero-projet {
  max-width: 1400px;
  width:1400px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

.dates-grid{ 
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;

}

.hero-projet a:hover,
button#load-more:hover {
  background: #B39E8D;
  color:#000;
}

.load-more-wrap{
  text-align: center;
  position: relative;
  z-index: 3;
}

.hero-content {
  color: #fff;
  padding: 50px;
}

.grid-projets {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.projet-item {
  width: calc(50% - 20px);
  box-shadow: 0px 0px 53.01px 0px #00000026;
  opacity: 1;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.projet-item:hover {
  opacity: 0.7;
}

.projet-item .image {
  width: 100%; 
  position: relative;
  overflow: hidden;
  padding-bottom: 73%; 
}

.projet-item .image  img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Centré et rogné */
  background-color: #f6e8e5;
}


.projet-item .content {
  display: flex;
  padding:30px 10px;
  background: #F2EBE4;
}

.date-item h2{
  font-size:60px;
}

.projet-item a .content span,
.projet-item a .content h2,
.date-item h2{ 
  color:#B39E8D !important;
}

.projet-item a .content span.etiquette{
  font-weight: 300;
}
.projet-item a .content span.numero {
  font-weight: 600;
}
.projet-item .left {
  width: 30%;
  text-align: right;
  margin-top: -8px;
  margin-right:20px;
}

.projet-item .left .numero {
      font-size: 80px;
    margin-top: -13px;
    display: block;
}

.projet-item .etiquette {
  margin-top: 5px;
  display: block;
}

.projet-item .right {
  width: 70%;
}

/* Desktop très large */
@media (min-width: 1700px) {
  .home .grid-projets,
  .archive .grid-projets {
    max-width: 1400px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .projet-item {
    width:100%;
  }
}

/* PROJET SINGLE */
.single-projet .details strong{
  color:#B39E8D;
}

.single-projet .descriptions {
margin-top:80px;
}

.nav-projets {
  clear: both;
  position: relative;
  z-index: 2;
  margin-top: 100px;
  width:100%;
  font-size: 14px;
}

.nav-projets-inner {
  display: flex;
  justify-content: center;
  gap: 100px;
}
.prev-projet,
.next-projet {
  text-decoration: none;
  color: #fff;
  position: relative;
}

.prev-projet:hover,
.next-projet:hover {
  opacity: 0.6;
}

/* GRID PRINCIPAL */
.projet-grid {
  display: grid;
  grid-template-columns: 1fr 3fr; 
  gap: 60px;
}

/* IMAGE */
.image-secondaire img {
  width: 100%;
  height: auto;
  display: block;
  background-color: #F2EAE3;
}

/* DESCRIPTIONS */
.descriptions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

/* DETAILS */
.details {
  font-size: 16px;
  line-height: 1.6;
}

.galerie-projet {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  gap: 40px;
  margin-top: 80px;
}

/* IMAGE */
.galerie-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ===== BLOC 1 ===== */

/* grande gauche (descendue) */
.item-1 {
  grid-column: 1 / 6;
  grid-row: 1 / span 6;
}

/* petite droite haut */
.item-2 {
  grid-column: 7 / 12;
  grid-row: 1 / span 3;
}

/* petite droite bas */
.item-3 {
  grid-column: 7 / 12;
  grid-row: 5 / span 6;
}

/* grande bas gauche */
.item-4 {
  grid-column: 1 / 6;
  grid-row: 9 / span 3;
}


/* ===== BLOC 2 ===== */

/* grande droite */
.item-5 {
  grid-column: 7 / 12;
  grid-row: 12 / span 6;
}

/* petite gauche haut */
.item-6 {
  grid-column: 1 / 6;
  grid-row: 13 / span 3;
}

/* petite gauche bas */
.item-7 {
  grid-column: 1 / 6;
  grid-row: 16 / span 5;
}

/* grande milieu */
.item-8 {
  grid-column: 6 / 12;
  grid-row: 18 / span 4;
}


/* ===== BLOC 3 ===== */

/* grande gauche */
.item-9 {
  grid-column: 1 / 7;
  grid-row: 22 / span 6;
}

/* petite droite haut */
.item-10 {
  grid-column: 8 / 12;
  grid-row: 22 / span 3;
}

/* petite droite bas */
.item-11 {
  grid-column: 8 / 12;
  grid-row: 26 / span 4;
}

/* grande bas */
.item-12 {
  grid-column: 1 / 8;
  grid-row: 29 / span 5;
}


/* DESKTOP */
@media (min-width: 768px) {
    .date-item {
      padding:15px 0;
    }
    .date-header {
        display: flex;
        /* flex-direction: column; */
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        font-weight: 400;
        border-bottom: 0.5px solid #b39e8d;
        padding-bottom:10px;
    }

    .date-header h2 {
        margin: 0;
        font-weight: 400;
        font-size: 45px;
    }

    .toggle-date {
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Triangle */
    .arrow {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #B39E8D;
        transition: transform .3s ease;
    }

    /* caché au départ */
    .acf-dates {
        display: none;
        margin-top: 20px;
    }

    /* visible */
    .date-item.active .acf-dates {
        display: block;
    }

    /* triangle vers le haut */
    .date-item.active .arrow {
        transform: rotate(180deg);
    }
}

/* MOBILE = on ne change rien */
@media (max-width: 768px) {

    .toggle-date {
        display: none;
    }

    .acf-dates {
        display: block !important;
    }
}


/*======================================================
7. FOOTER
======================================================*/

#site-footer {
  text-align: center;
  font-size: 14px;
  margin: 150px 0 50px 0;
}

#site-footer .footer-container {
  color: #B39E8D;
     max-width: 1400px;
    margin: 0 auto;
}


.footer-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.footer-column {
    min-width: 0;
}

.footer-column .widget {
    margin-bottom: 30px;
}

.footer-column p {
  color: #B39E8D;
}


/*======================================================
8. RESPONSIVE
======================================================*/

/* TABLET / DESKTOP */
@media (max-width: 1440px) {

  .bloc-colonnes .row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
  }

  .col-4 {
    width: calc((100% - 50px) / 2);
  }

  .col:empty {
    display: none;
  }

 .page-id-10 .bloc-colonnes .row.introduction {
    display: block;
  }

  .page-id-10 .introduction .col-4:nth-child(1),
  .page-id-10 .introduction .col-4:nth-child(2),
  .page-id-10 .introduction .col-4:nth-child(3),
  .page-id-10 .introduction .col-4:nth-child(4),
  .page-id-10 .introduction .col-4:nth-child(5),
  .page-id-10 .about .col-4:nth-child(1),
  .page-id-10 .about .col-4:nth-child(2),
  .page-id-10 .about .col-4:nth-child(3){
     width: calc(50% - 50px) !important;
    margin-right:50px;
  }

.page-id-10 .introduction .col-4:nth-child(3){
  float: left;
  margin-top:-383px;
}

.page-id-10 .introduction .col-4:nth-child(5){
  float: right;
    margin-top:80px;
}
.page-id-10 .introduction .col-4:nth-child(1) {
   float: none;
}


.row.introduction {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
  }


  .mt-150 {
    margin-top: 0;
  }

    .mt-84{
  margin-top:0;
}
  .container-numero .col-4 {
    width: calc((100% - 100px) / 3);
  }

  .projet-item {
    width: calc(50% - 20px);
  }

  /* LISTE PROJETS */
  .grid-projets {
    gap: 30px;
  }

  .projet-item {
    width: calc(50% - 15px);
  }

  .projet-item .content {
/*    flex-direction: column;
    padding: 20px;
  }

.projet-item .left,
  .projet-item .right {
    width: 100%;
    text-align: left;
    margin: 0;
  }

  .projet-item .left {
    margin-bottom: 10px;
    text-align: right;
  } .projet-item .left .numero {
   font-size: 40px;
  }*/

  /* SINGLE PROJET */
  .projet-grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 40px;
  }

  .descriptions {
    grid-template-columns: 1fr; /* 2 → 1 */
  }

  /* NAV */
  .nav-projets-inner {
    gap: 50px;
  }

  /* GALERIE */
  .galerie-projet {
        display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: auto;
    gap: 40px;
    margin-top: 80px;
  }

  /* on simplifie le layout */
  .item-1,
  .item-2,
  .item-3,
  .item-4,
  .item-5,
  .item-6 {
    grid-column: span 6;
    grid-row: auto;
  }

  .footer-grid {
        grid-template-columns: repeat(2, 1fr);

 
}
}
@media (max-width: 1016px) {
    .page-id-10 .introduction .col-4:nth-child(3) {
   margin-top:-167px;


}

}


@media (max-width: 900px) {
.element-alone {
  position: relative;
  left: 0;
  top: 0;
      
}
  /* SINGLE PROJET */
  .projet-grid {
    grid-template-columns: 1fr; /* stack */
    gap: 40px;
  }

/*  .image-secondaire {
    display: none;
  }*/

  /* GALERIE */
  .galerie-projet {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }


  .galerie-item img {
    height: auto;
  }

 .header-inner {
    justify-content: space-between;
  }

  .main-nav {
    margin-left: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #171717;

    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }

  .main-nav.open {
    opacity: 1;
    visibility: visible;
  }

  .main-nav .menu {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .main-nav .menu li a {
    font-size: 18px;
    letter-spacing: 3px;
  }

  .burger {
    display: flex;
  }
  .single-projet .descriptions {
    margin-top:0;
  }
  .details p {
    font-size: 22px;

  }
  .galerie-projet {
    margin-top:0;
  }
  .nav-projets {
    margin-top:20px;
  }

  .descriptions {
        display: block;
  }
  .nav-projets-inner {
    gap:50px;
  }
  .footer-grid {
        grid-template-columns: 1fr;
    }

    .introduction .col-12 h3{
      margin-bottom:20px;
    }
}
@media (max-width: 826px) {
    .page-id-10 .introduction .col-4:nth-child(3) {
   margin-top:-163px;


}
}
/* MOBILE */
@media (max-width: 768px) {
body:not(.home):not(.archive):not(.single-projet) {
   background-image:none;
}

/*body.single-projet {
    background-image:none;
}*/
body.home .dates-container, body.archive .dates-container{
  background-image:none;
}
  h1 {
    font-size:35px;
  }
  h3 {
    font-size:22px;
  }

 .page-id-10 .introduction .col-4:nth-child(1),
  .page-id-10 .introduction .col-4:nth-child(2),
  .page-id-10 .introduction .col-4:nth-child(3),
  .page-id-10 .introduction .col-4:nth-child(4),
   .page-id-10 .about .col-4:nth-child(1),
  .page-id-10 .about .col-4:nth-child(2),
  .page-id-10 .about .col-4:nth-child(3){
    float: none;
    width:100% !important;
    margin-top:0;
  }

  .no-mobile {
      display: none;
    }

  .site-header .container,
body:not(.home):not(.archive):not(.single-projet) main.site-main,
  footer .footer-container{
    padding: 0px 20px;
  }
    .home .grid-projets,
.archive .grid-projets,
.single-projet .grid-projets{
    padding: 40px 20px; 
  } 

  .bloc-colonnes .row.introduction {
    gap: 0;
  }

  .bordermobile {
    border-top: 1px solid #B39E8D;
    padding-top: 50px;
  }

  .col {
    width: 100% !important;
  }

  .page-id-14 .col-9 {
    order: 2;
    width: 100%;
  }

  .page-id-14 .col-3 {
    order: 1;
    width: 100%;
  }

  #site-footer {
    margin: 50px 0;
  }
  .num:after  {
    display: none;
  }

  .page-id-10 .introduction .col-4:nth-child(5)  {
    margin-top:0;
  }
.mb-50 {
  margin-bottom: 50px;
}
.mb-100 {
  margin-bottom: 50px;
}
.mb-200 {
  margin-bottom: 90px;
}

.mt-50 ,.mt-100,.mt-150,.mt-200 {
  margin-top: 50px;
}



.gap-0 {
  gap: 0 !important;
}
  .projet-item {
            width: 92%;
        margin: 0 auto;
    }

    .dates-container {
      padding:200px 40px 0 !important;
    }

    .dates-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;


    
        gap: 0; 
        padding: 0;
    }

    .date-item {
        flex: 0 0 100%;
        max-width: 100%;
        scroll-snap-align: start;
        margin-top:80px;
    }

    /* hide scrollbar */
    .dates-grid {
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .dates-grid::-webkit-scrollbar {
        display: none;
    }

     .dates-dots {
      display: flex;
    }

    .icone-texte p:last-child {
      margin-bottom:15px;
    }
    .projet-item .left {
margin-right: 20px;
    margin-left: 5px;
  }
    .projet-item .left .numero{
      font-size: 70px;
      margin-top: -8px;
      display: block;
    }

    .projet-item a .content h2 {
      font-size: 17px;
    }

}

iframe {
   filter: invert(90%) hue-rotate(180deg) !important;
}