header {
    background-color: #046b5b ;
    display: flex;
    align-items: flex-start;
    font-family: baloo;
    font-size: 20px;
    color: #94d5eb;
}

.logo-header {

    width: 20%;
    height: auto;
    display: block; 
    display: flex;
    justify-content: center;
    align-content: center;
}

.header-rows {
    width: 80%;
    height: 100%;
    display: flex; 
    flex-direction: column; 
    flex-wrap: wrap;

    
}


.top-row   {
    width: 50%;
    width: 100%;
    background-color: #94d5eb;
    display: flex;
    

    
    
    
}



.langues {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: white;
    width: 15%;
}

.reseaux {
    margin: 0 5% ;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 35%;
    justify-content: space-around;
    
}
input {
    
    width: 500px;

}
.searchbar {
    border: 2px solid #046b5b;
    border-radius: 12px;
    max-width: 80%;
    background-color: #94d5eb;
}

nav {
   height: 50%;
   width: 100%;
    font-size: 30px;
    
}

ul {
    display: flex ;
    justify-content: center;
    list-style: none;
    gap: 12%;

}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #94d5eb;
}

main {
    margin: 10%;
}

.page {
    text-align: center;
    color: #046b5b;
    
}



h1 {
    font-family: akkurat ;
    font-size: 64px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 16.5%;

}

h3 {

    font-family: akkurat;
    font-size: 32px;
    font-weight: 400;    
    line-height: 100%;
    letter-spacing: 16.5%;

}

footer {
    margin: 0;
    font-family: akkurat;
    font-weight: 400;
    
    font-size: 15px;
    line-height: 197%;
    letter-spacing: 45%;
    color: #94d5eb ;

    background-color: #046b5b;
    display: flex;
    justify-content: space-between;
    align-items: center ;
    
    
}

.reseaux-footer {

    display: flex;
    flex-direction: row; 
    justify-content: center;

    background-color: #94d5eb;
}

.infos {

    display: flex;
    flex-direction: row;
        

    
}

.logo-footer {


    display: flex;
    justify-content: center;
    align-items: center;
}