.grille {
    display: grid;
    margin: 50px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 50px;
    color: rgb(75, 7, 60);
   
    

}

h1 {
    color: rgb(75, 7, 60);
    font-family: "PicNic";
}

body {


    background: radial-gradient(at bottom, rgb(243, 164, 60), rgb(255, 141, 208), rgb(245, 235, 209));
    background-attachment: fixed;
}

h2 {
    color:rgb(75, 7, 60);
    font-family: "PicNic";
    font-size: 80pt;
    text-align: center;
}

h3 {
    color: rgb(75, 7, 60);
    font-family:"PicNic"; ;
    font-size: 80pt;
    text-align: center;
}

figure {
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

figure span {
    transition: all .5s;
    overflow: hidden;
    border-radius: 2rem;
    height: 100%;
    background-color: white;
}

figure:hover img {
    filter: grayscale(1);
    transform: scale(1.1);
}

figure:hover span {
    background: rgb(199, 6, 86);
}

figure figcaption {
    padding: .5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #4b042f;
    color: white;
    opacity: 0;
    z-index: 1;
    font-family: "PicNic";;
    border-radius: 1rem;
}

figure:hover figcaption {
    transition: all .5s;
    opacity: 1;
}

img {
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    object-fit: cover;
    flex: 1;
    filter: grayscale(0);
    mix-blend-mode: multiply;
    transition: all .5s;

}

@font-face {
    font-family: "Ouvieres affamees";
    src: url(../Ouvrieres-main/web/Ouvrieres-affamees.woff2) format(woff2);
}
@font-face {
    font-family:"Ouvieres agricultrices" ;
    src: url(../Ouvrieres-main/web/Ouvrieres-agricultrices.woff2) format(woff2);
}
@font-face {
    font-family:"Ouvrieres rassasiees";
    src: url(../Ouvrieres-main/web/Ouvrieres-rassasiees.woff2) format(woff2);
}
@font-face {
    font-family:"Ouvrieres soldates" ;
    src: url(../Ouvrieres-main/web/Ouvrieres-soldates.woff2) format(woff2);
}
@font-face {
    font-family: "Ouvrieres exploratrices";
    src: url(../Ouvrieres-main/web/Ouvrieres-exploratrices.woff2) format(woff2);
}
@font-face {
    font-family:"PicNic" ;
    src: url(../PicNic-main/fonts/webfonts/PicNic.woff2) format(woff2);
}