body {
    background-color: #f0f0f1;
    font-family: 'Dela gothic one', sans-serif;
    color:#142b53;
    margin: 0;
    padding: 0;
}

header {
    background-color: #f0e278;
    color: #142b53;
    text-align: center;
    font-family: 'Dela gothic one', sans-serif;
    padding-left: 5%;
    padding-bottom: 2%;
    padding-top: 2%;
    padding-right: 5%;
    margin: 0;
    position:sticky;
    top:0;
    right: 0;
    left: 0;
}

.tete {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    
}

.title-header {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
}

.logo-header {
    width: 100px;
    height: auto;
    margin-top: 10px;
}

.search {
    font-size: 1.2em;
    font-family: 'Dela gothic one', sans-serif;
    border: none;
    border-radius: 6px;
}

footer {
    text-align: center;
    background-color: #142b53;
    color: #f0f0f1;
    margin-top: 2%;
    font-size: 0.8em;
    padding-left: 5%;
    padding-bottom: 2%;
    padding-top: 2%;
    padding-right: 5%;
}

.offre-container {
    border: 2px solid #142b53;
    border-radius: 10px;
    background-color: #94d4eb;
    margin-left: 4%;
    margin-bottom: 2%;
    margin-top: 2%;
    margin-right: 4%;
}