body{
    background-color: white;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;

}

.recherche_input{
    margin-top: 10%;
    min-width: 50%;
    min-height: 40px;
    border-radius: 10px;
    color: black;
    border: 1px solid blue;
    border-bottom: 4px solid blue;
    font-size: large;
}

.recherche_input:focus{
    outline: none;
    border: 1px solid blue;
    border-bottom: 4px solid blue;
}

.btn_site{
    color: white;
    background-color: blue;
    border: 30px solid blue;
    border-radius: 5px;
    margin-top: 15px;
    margin-left: 15px;
}

.btn_site:hover{
    border: 30px solid rgb(6, 6, 124);
    background-color: rgb(17, 17, 119);
}



.titre_principal{
    border:2px solid blue;
    border-radius: 10px;
    background-color: blue;
    color: white;
}


.recherche_button{
    color: white;
    background-color: blue;
    border: 15px solid blue;
    border-radius: 5px;
    margin-top: 15px;
    margin-left: 15px;
}


.select_element{
    height: 50px;
    border: 30px solid rgb(6, 6, 124);
}

select{
    font:inherit;
}