/* =========================================
   GALERIE PROJET TUBE
   ========================================= */

.galerieProjetChemine {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  column-gap: 5rem;

  padding-top: 250px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;

  width: 100%;
  box-sizing: border-box;

  align-items: start;
}


/* =========================================
   COLONNES
   ========================================= */

.colonneProjetChemine {
  display: flex;

  flex-direction: column;

  gap: 3rem;

  min-width: 0;
}


/* =========================================
   IMAGES
   ========================================= */

.colonneProjetChemine > img {
  width: 100%;
  height: auto;

  display: block;
}


/* =========================================
   TEXTE
   ========================================= */

.texteProjet {
  width: 100%;
}


/* =========================================
   SOUS-TITRE
   ========================================= */

.sous-titre-projet {
  font-family: 'Andale Mono', sans-serif;

  font-size: 16px;

  font-weight: 400;

  margin-top: 0;
  margin-bottom: 15px;

  color: #000000;
  text-align: justify;
}


/* =========================================
   DESCRIPTION
   ========================================= */

.texte-projet {
  font-family: 'Raleway', sans-serif;

  font-size: 16px;

  font-weight: 300;

  line-height: 1.6;

  color: #000000;

  margin: 0;
  text-align: justify;
}