.pagination-wrap .page-link {
    display: flex;
    min-width: auto;
}
.tt-menu {
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}
.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}
.btn.btn-refresh-captcha {
    width: auto;
    padding: 0 0 0 5px;
    min-width: auto;
}
.alert.alert-fixed {
    position: fixed;
    top: 40%;
    left: 50%;
    z-index: 1;
    line-height: 20px;
    transform: translate(-50%, -40%);
}
#ajax-loader {
    background-color: #000;
    border-radius: 5px;
    color: #fff;
    display: none;
    font-size: 20px;
    height: 70px;
    left: 50%;
    line-height: 30px;
    opacity: .8;
    padding: 20px;
    position: fixed;
    top: 40%;
    transform: translate(-50%, -40%);
    width: auto;
    z-index: 22;
}
form.contact .dropdown-item.current, form.contact .dropdown-item.current::after {
    background-color: #00a0d1;
    color: #fff;
}
.dropdown-item.current::before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    height: 1px;
    left: 0;
    right: 0;
    background-color: #00a0d1;
}
.dropdown-form.dropdown-white.show .dropdown-item.current {
    background-color: #081536;
    color: #fff;
}
.dropdown-form.dropdown-white.show .dropdown-item.current::after, .dropdown-form.dropdown-white.show .dropdown-item.current::before {
    background-color: #081536;
}
.job-item.d-flex.no-result {
    width: 100% !important;
    flex: 0 auto !important;
    justify-content: center;
}
.input-error {
    color: red;
    font-size: 12px;
    margin-bottom: 5px;
}
.offer-card .dropdown-item.current, .offer-card .dropdown-item.current::after {
    background-color: #00a0d1;
    color: #fff;
}
.twitter-typeahead {
    width: 100%;
}
.typeahead-container {
    position: relative;
}
.typeahead-container .typeahead.dropdown-menu {
    transform: translate(0);
    width: 100%;
}
form.contact div.input-error {
    position: absolute;
    bottom: -25px;
}
.btn-link-magazine {
    color: #081536;
}
.container.raton-laveur {
    padding: 60px 0;
}
.list-item-img > img {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .info-card p img {
        width: 100% !important;
        margin: 0 !important;
        height: auto !important;
    }
}