/*
Theme Name: DT Comm
Description: Theme enfant DT Comm
Author: Dimitri TONNAIRE
Author URI: https://agence.dimitritonnaire.tech
Template: hello-elementor
Version: 0.1.0
*/

@media only screen and (min-width: 601px) {
  .gallery-grid-container {
    display: grid;
    padding: 1px;
    grid-template-columns: 33fr 33fr 33fr;
    grid-template-rows: none;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 600px) {
  .gallery-grid-container {
    display: grid;
    padding: 1px;
    grid-template-columns: 33fr;
    grid-template-rows: none;
  }
}

.grid-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin: 0px;
  padding: 1px;
  align-items: center;
}

.maintitle {
  font-weight: 900;
  font-size: 40pt;
  color: #2a4b9b;
  padding-left: 10%;
}

.box {
  display: flex;
}

.items {
  margin: auto;
}

.row {
  display: flex;
}

.column {
  flex: 50%;
}

h1 {
  color: #2a4b9b;
}
/*.client {
  background-color: #f4f4f4;
  margin: 5%;
  width: 25%;
  height: 25%;
}
*/