@font-face {
    font-family: 'Basteleur';
    src: url("fonts/Basteleur-Bold.woff2") format("woff2"),
        url("fonts/Basteleur-Bold.woff") format("woff");
}

body {
    font-family: 'Basteleur', sans-serif;
}

body {
    background: rgb(255, 255, 255);
    font-family: "Futura";
    src: url("fonts/FuturaLT-Book.woff2") format("woff2"),
        url("fonts/FuturaLT-Book.woff") format("woff");
}

a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-family: 'Basteleur', sans-serif;
    font-size: 16px;
    margin: auto;
}

.lien {
    color: black;
    text-decoration: none;
    font-family: 'sans-serif', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 16px;
    text-align: right;
    margin: auto;
}

img {
    max-width: 100%;
    display: block;
}


@media (min-width:720px){
    .grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        place-content: center;
        gap: 6px;
    }
}



.xl{
    grid-column: span 2;
}
/* .xl{
    grid-column: 2/2;
}

.xl2{
    grid-column: 3/3;
} */

.grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6px;
}

.item:hover img {
    transform: scale(1.1);
    border: 12px solid rgb(red, green, blue)
}

.item:hover .item-caption {
    opacity: 1;
}

a {
    max-width: 100%;
    display: block;
}

.a-img-txt {
    display: grid;
    text-decoration: none;

}

.a-img-txt>* {
    grid-area: 1/1/-1/-1;
}

.a-img {
    mix-blend-mode: multiply;

}

.a-img-txt:hover .a-img {
    mix-blend-mode: normal;
    transition: (1s);
}


.a-text {
    opacity: 0;
    background-color: rgb(255, 255, 255);
    display: grid;
    align-items: center;
    text-align: center;
    font-size: 160%;
    color: rgb(0, 0, 0);

}

.a-img-txt:hover .a-text {
    opacity: 0.7;
    filter: invert(0);
}

a:hover {
    color: rgb(154, 29, 158);
    text-decoration-line: none;
}

@media (min-width:720px){
    .page {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px;
        margin-right: 15px;
        margin-left: 15px;
    }
}

.projet-photos {
    grid-row: span 3;
}

.mangetarue {
    grid-row: span 3;
}

.specimen {
    grid-row: span 3;

}