body {
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
    background: #f7f7f7;
}

.navbar {
display: flex;
background-color: whitesmoke;
align-items:center;
justify-content: space-between;
margin: none;
padding: 10px 20px;
border: #E0E0E0 solid 0.50px;
width: 100%;
box-sizing: border-box;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.navbar .left,
.navbar .right {
    display: flex;
    align-items: center;
}
.navbar .left h1 {
    font-size: 32px;
    margin: 0;
}
.navbar .right button {
    margin-right: 10px;
    padding: 5px 10px;
    border: none;
    border-radius: 10px;
    background-color: #1f1f1f;
    color: white;
    cursor: pointer;
}
.navbar .right img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-left: 10px;
}

nav {
    display: flex;
    justify-content: center;
    gap: 1px;
    background-color: #F7F7F7;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    position: relative;
    margin-top: 20px;
    margin-left: 30px;
    border-radius: 10px;
}


.volet {
background: none;
border: none;
font-size: 1rem;
cursor: pointer;
padding: 0.5rem 1rem;
position: relative;
}

.ici {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.gif-background {
    background-image: url('img/illustration.gif');
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.content {
max-width: auto;
margin-top: 5%;
margin-left: 14%;
margin-right: 14%;
padding: 1rem;
background: white;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

h1 {
font-size: 1.5rem;
margin-bottom: 1rem;
}

.sub-content {
display: flex;
gap: 1rem;
margin-top: 2rem;
}

.sub-sub-content{
display: flex;
flex: 1;
justify-content: space-between;
align-items:baseline;
max-width: 150%;
margin-left: 2%;
margin-right: 2%;
padding: 1rem;
background: white;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
gap: 1rem;
margin-top: 2rem;
box-sizing: border-box;
}

.card-container {
display: flex;
gap: 1rem;
margin-top: 2rem;
}

.card {
flex: 1;
background: #fff;
padding: 1rem;
border: 1px solid #ddd;
border-radius: 8px;
text-align: center;
}

.card h3 {
margin-bottom: 0.5rem;
}
