body{

background:#eef2f7;

font-family:Segoe UI;

}

.search-box{

margin:auto;

margin-top:40px;

max-width:700px;

background:white;

padding:30px;

border-radius:20px;

box-shadow:0px 8px 25px rgba(0,0,0,.15);

}

.form-control{

height:55px;

font-size:18px;

border-radius:30px;

}

.input-group-text{

border-radius:30px 0 0 30px;

}

.resultat{

border:none;

border-left:6px solid #0d6efd;

transition:.3s;

cursor:pointer;

}

.resultat:hover{

transform:translateY(-4px);

box-shadow:0px 10px 20px rgba(0,0,0,.15);

}

.badge{

font-size:16px;

padding:10px;

}

@media(max-width:768px){

.search-box{

padding:20px;

margin-top:20px;

}

h2{

font-size:22px;

}

}