@font-face {
    font-family: Garamond;
    src: url('/assets/fonts/EBGaramond-Regular.ttf');
}

body {
    background-image: url(/assets/pictures/plant_blurred_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    color: whitesmoke;
}

#container-banner {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 200px;
}

#container-header {
    padding-top: 40px;
    padding-bottom: 40px;
}

#container-result {
    padding-top: 80px;
    font-size: 22px;
    text-align: center;
    font-family: Garamond, Arial, sans-serif;
}

#container-retour {
    padding-top: 80px;
    font-size: 20px;
    text-align: center;
}

#retour {
    color: #C2C0AD;
    border: solid;
    border-radius: 15px;
    padding: 12px 30px;
    border-width: 2px;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
}

.header-title {
    margin: 0 auto;
    text-align: center;
}

.form-group {
    padding-top: 30%;
}

.content-search {
    margin: 0 auto;
}

.content-search label {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    font-family: Garamond, Arial, sans-serif;
    font-size: 35px;
    color: white;
}

.form-control {
    height: 64px;
    border-radius: 13px;
    border-style: solid;
    border-width: 1px;
    padding-left: 30px;
}

.form-control::placeholder {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    opacity: 0.7;
}

.title-name {
    font-size: 45px;
    padding-bottom: 50px;
    padding-top: 100px;
    font-family: Garamond, Arial, sans-serif;
}

.title-name span {
    font-size: 35px;
}

.title-name span.civilite {
    font-size: 42px;
}

.emplacement {
    font-family: Garamond, Arial, sans-serif;
    font-size: 25px;
    margin-top: 40px;
}

.dump-content-search {
    position: absolute;
    max-height: 400px;
    margin: 0 auto;
    background-color: white;
    max-width: 1490px;
    left: 15px;
    right: 15px;
    border-radius: 13px;
    padding: 16px 23px;
}

.item-result {
    padding: 7px 10px;
    color: black;
}

.item-result:hover {
    background-color: #cecece;
    border-radius: 13px;
}

.link-result:hover {
    text-decoration: none;
}

.container-footer {
    position: absolute;
    right: 35px;
    bottom: 60px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    color: white;
}