/*REVISION*/
.carteRevision {
max-width: 400px;
min-height: 400px;
border-radius: 6px;
background-color: var(--white);
box-shadow: 1px 2px 1px lightgrey;
border: 1px solid var(--border);
text-align: left;
flex-direction: column;
display: flex; 
justify-content: center; 
align-items: center;
padding: 20px;
}
.revision {
display: flex;
gap: 10px;
margin: 0 auto;
justify-content: center;
max-width: 1260px;
flex-wrap: wrap;
padding: 100px 20px;
}
.revision h1,h2{
color: var(--noir);
padding-bottom: 20px;
}
/*REVISION*/
.cardPosition {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding-top: 100px;
padding-bottom: 100px;
max-width: 1260px;
margin: 0 auto;
}
.imagesFull {
width: 100%;
max-width: 400px;
height: 100%;
max-height: 400px;
border-radius: 6px;
transition: all 0.2s ease-in-out;
box-shadow: 1px 2px 1px lightgrey;
border: 1px solid var(--border);
object-fit: cover;
}
.auteur {
text-align: right;
}