@import url('https://fonts.googleapis.com/css?family=Gabriela');
@import url('https://fonts.googleapis.com/css2?family=Saira+Stencil+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nabla&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace+SC&family=Nabla&display=swap');

/***********************************************************/
/*                          entete                         */
/*                          entete                         */
/*                          entete                         */
/***********************************************************/

.parent-grille {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-auto-rows: minmax(60px, auto);
grid-column-gap: 0px;
grid-row-gap: 0px;
max-width: 100vw;
}

.div1 { grid-area: 1 / 1 / 2 / 2; background-color: #222; text-align:left;}
.div2 { grid-area: 1 / 2 / 2 / 3; background-color: #222; display: flex;align-items: center;justify-content: center;}
.div3 { grid-area: 1 / 3 / 2 / 4; background-color: #222; text-align:right;}

.div4 { grid-area: 2 / 1 / 3 / 2; background-color: #222; text-align:left;}
.div5 { grid-area: 2 / 2 / 3 / 3; background-color: #222; display: flex;align-items: center;justify-content: center;}
.div6 { grid-area: 2 / 3 / 3 / 4; background-color: #222; text-align:right;}

.div7 { grid-area: 3 / 1 / 4 / 2; background-color: #222; text-align:left;}
.div8 { grid-area: 3 / 2 / 4 / 3; background-color: #222; display: flex;align-items: center;justify-content: center;}
.div9 { grid-area: 3 / 3 / 4 / 4; background-color: #222; text-align:right;}

.div10 { grid-area: 4 / 1 / 5 / 2; background-color: #222; text-align:left;}
.div11 { grid-area: 4 / 2 / 5 / 3; background-color: #222; display: flex;align-items: center;justify-content: center;}
.div12 { grid-area: 4 / 3 / 5 / 4; background-color: #222; text-align:right;}

.div13 { grid-area: 5 / 1 / 6 / 2; background-color: #222; text-align:left;}
.div14 { grid-area: 5 / 2 / 6 / 3; background-color: #222; display: flex;align-items: center;justify-content: center;}
.div15 { grid-area: 5 / 3 / 6 / 4; background-color: #222; text-align:right;}


.qr-code {
  width: 4rem;
  z-index: 10000;
}

.titre-direct4 {
  font-family: "Bruno Ace SC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.6rem;
  color: #999;
}

.titre-direct4B {
  font-family: "Bruno Ace SC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  color: #999;
  text-align: center;
  padding: 1rem 3rem;
}

/******************* mobile ******************/

@media only screen and (max-width: 480px) {

      .parent-grille {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-auto-rows: minmax(30px, auto);
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      max-width: 100vw;
    }

    .titre-direct4 {
      font-family: "Bruno Ace SC", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 2.3rem;
      color: #999;
    }
  }

/***********************************************************/
/*                           fin entete                    */
/*                 */
/*                            gallery                      */
/***********************************************************/

.article{}
.containerD {}
.lightbox-gallery{}
.data-image-hd{}


:root {
  /* Base font size */
  font-size: 10px;
}

.containerD {
  max-width: 95vw;
  margin: auto;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.6);
}

.lightbox-gallery {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  /* Compenser la marge excédentaire sur les éléments flexibles de la galerie externe */
  margin: -1rem -1rem;
}

.gallery-item {
  /* Largeur minimale de 24rem et s'agrandit pour s'adapter à l'espace disponible */
  flex: 1 0 24rem;
  /* La valeur de la marge doit être la moitié de la valeur de l'écart de grille, car les marges sur les éléments flexibles ne s'effondrent pas */
  margin: 1rem;
  box-shadow: 0.8rem 0.8rem 0.8rem rgba(0, 0, 0, 0.8);
  overflow: hidden;
  border-radius: 15px;
}

.gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
}

@supports (display: grid) {
  .lightbox-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
    grid-gap: 2rem;
  }

  .lightbox-gallery,
  .gallery-item {
    margin: 1rem;
  }
}

/***********************************************************/
/*                        fin gallery                      */
/*                 */
/*                         COPYRIGHT                       */
/***********************************************************/

.image-container {
position: relative;

}
.image-container .after {
font-family: "Bruno Ace SC", sans-serif;
position: absolute;
right: 0.3em;
line-height: 1em;
bottom: 0.3em;
font-size: 0.8em;
color: #777;
z-index: 888;
}


.box14 {
  display: block;
}

.box14:after {
  content: "AUPIED.NET";
  font-family: "Bruno Ace SC", sans-serif;
  font-size: 0.8em;
  color: rgba(0, 33, 252, 0.6);
  border: 0px solid gray;
  z-index: 9999;
  display: block;
  position: relative;
  right: 5px;
  line-height: 1em;
  top: 1rem;
  transform: rotate(0deg);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/***********************************************************/
/*                        fin gallery                      */
/*                 */
/*                     GRID Catégories                     */
/***********************************************************/


.gridcategorie {
  max-width: 1200px;
  margin: 3rem 1rem;
  display: grid;
  grid-gap: 3rem;
}

.cat{
  background-color: #494949;
  color: white;
  padding: 1rem;
  height: auto;
  border-radius: 0.2rem;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
  .gridcategorie { grid-template-columns: repeat(2, 1fr); }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .gridcategorie { grid-template-columns: repeat(3, 1fr); }
}

/**************************************************************/

/* Variables CSS globales */
:root {
/* Espacements */
  --spacing-lg: 1.25rem;
  --spacing-xl: 1.5rem;
/* Bordures */
  --border-radius-sm: 7px;
  --border-radius-lg: 10px;
/* Variables couleurs */
 --bouton-color: #333333 ;       /* Gris foncé */
 --bouton-color-hover: #B22222 ; /* Firebrick (Fire Brick) / #b22222 Hex Code Couleur */
}

/* Bouton */
.mon-bouton {
  background-color: var(--bouton-color);
  color: #e0e0e0;
  padding: var(--spacing-lg) var(--spacing-xl);
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.3em;
  margin: 3px 2px;
  cursor: pointer;
  border: none;
  border-radius: var(--border-radius-sm);
  transition: background-color var(--transition-default);
}
.mon-bouton a {
  color: white;
  text-decoration: none
 }
.mon-bouton a:hover,
.mon-bouton a:active,
.mon-bouton a:visited {
  color: white;
  text-decoration: none;
}
.mon-bouton:hover {
  background-color: var(--bouton-color-hover);
}
.mon-bouton:active {
  background-color: var(--bouton-color-active);
}

/**************************************************************/

.boutonUnidivers{
width: 3rem;
height:3rem;
}

.unidivers {
color:#930b31!important;
font-family: 'Roboto400';
font-size:3rem;
}
