﻿#input-group {
    position: relative;
    max-width: 380px;
    width: 100%;
    border-radius:5px;
}

.form-control {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding-right: 45px; 
    transition: box-shadow 0.3s ease;
    border: none;
  
}

.form-control:focus {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    outline: none;
}

#btn {
    position: absolute;
    right: 0;   
    top:17px;
    transform: translateY(-50%);
    color: #555;
    background: transparent;
    font-size: 18px;
    z-index: 4;
    
}

#btn:hover i {
    color: #003567;
}

#btn:focus, #btn:focus-visible, #btn:active {
   box-shadow: none;
}

.subtitle, a:hover{
    text-decoration: none;
    color: white;

}

.text-c68f67 {
    color: #C68F67 ;
    text-transform: uppercase;
    font-weight: bold;
}

.search-card {
    border: none;
    margin-left: 24px;
    border-bottom: 1px solid #44444410;
    border-radius: 0;
  
}

.font-maj:first-letter *{
    text-transform: uppercase;
    
}

.search-card * {
    transition: color .3s ease;
}

.search-card:last-child {
    margin-bottom: 15px;

    
}

.search-card:hover * {
    color: rgba(0, 53, 103, 0.7);
}

.no-border-bottom {
    border-bottom: none;
}

mark {
    background-color: yellow;
    color: inherit;
    padding: 0;
}