/* PROFIL */

#profil {
    display: flex;
    text-align: center;
    flex-direction: column;
}

#profil p {
    font-family: Arial;
    font-weight: 700;
    font-size: 15px;

}

#profil h2 {
    font-family: 'PT sans', Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 42px;
    font-size: 34px;
    color: #263892 
}

#filtre_search button:nth-child(1) {
    background-color: #0b6ba8;
    color: white;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 5px;
}

#filtre_search button:nth-child(2) {
    border: 3px solid #0b6ba8;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    background-color: #d8e8f4;
    color: #0b6ba8;
}


/* SECOND MENU */

#secondMenu {
    display: flex;
    text-align: center;
    flex-direction: column;
}

#secondMenu ul:nth-child(1) {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

#secondMenu ul:nth-child(2) {
    list-style-type: none;
    display: flex;
    justify-content: center;
    text-align: center;
}

#secondMenu ul:nth-child(2) li{
    margin-left: 50px;
}

#secondMenu ul:nth-child(1) li:nth-child(1){
    border-bottom: 2px solid #263892;
}

#secondMenu ul li a {
    text-decoration: none;
    color: #263892;
    font-family: Arial;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
}

#secondMenu ul li a:hover {
    border-bottom: 2px solid #263892;
    font-family: Arial;
}


/* FILTRE PARTY */

#filtre {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 25px;
}

#filtre h3{
    font-family: 'PT Sans', sans-serif;
    font-weight: 900;
    color: #0b6ba8;
}

#filtreParts {
    display: flex;
    justify-content: space-between;
}

.filtrePart {
    display: flex;
    flex-direction: column;
}

.filtrePart span:nth-child(1) {
    margin-bottom: 10px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    color: #0b6ba8;
}

.filtrePart select {
    padding: 10px 20px;
    border : 2px solid gray;
    border-radius: 5px;
}

.button button {
    padding: 10px 20px;
}

.button button:nth-child(1) {
    background-color: #0b6ba8;    
    border: 2px solid #0b6ba8;
    color: white;
}

.button button:nth-child(2) {
    border: 2px solid #0b6ba8;
    margin-left: -4px;
    color:#0b6ba8;
    background-color: white;
}


/* BARRE */

.ma-barre {
    background-color: #0b6ba8;
    height: 20px; 
    width: 100%;
    margin: 50px 0;
    border-radius: 50px;
}


/* KPI */

#kpis {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}


.kpi {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 20px 50px;
}

.kpi h2 {
    font-family:  'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #263892;
}

.kpi span {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 21px;
}

/* RECETTE */

#recette {
    display: flex;
    flex-direction: column;
    background-color: white;
    margin: 50px 0;
    padding: 25px;

}

#recette h2, p, h3 {
    text-align: center;
}

#recette h2 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 31px;
    line-height: 39px;
    color: #263892;
}

#recette p {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

#recette h3 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #263892;
}

#unite {
    display: flex;
    justify-content: left;
    flex-direction: column;
}

#unite span:nth-child(1){
    margin-bottom: 10px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    color: #0b6ba8;
}


