.zalando-sans-expanded-titre {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

*{
    font-family: Montserrat;
}

body{
    background-color: #696969;
}

.ligne{
    display: flex; 
	flex-direction: row;
	justify-content: center;
}

h1{
    color:#FDFBFB;
    text-align: center;
}

.carte{
    height: 110px;
    width: 110px;
    border: 3px solid black;
    background-color: white;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carte:hover{
    cursor: pointer;
}

.header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 25px;
}

button{
    border-radius: 10px;
    background-color: #696969;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;    
}

button:hover{
    background-color: #505050;  
    transform: scale(1.05);
}

p{
    color: white;
}

.img_cartes{
    object-fit: cover;
}
