.catalogue-overlay {
    bottom: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:4px;
    padding-bottom:4px;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}


@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@media (max-width: 767px) {
    .padding-news-mobile{
        padding-left: 0!important;
        padding-right: 0!important;
        padding-top: 5%!important;
    }
    .catnav-padding-mobile{
        padding-left: 50px!important;
    }
    .catnav-width-mobile{
        width: 100%!important;
    }
    .contact-padding-mobile{
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .background-scroll{
        background-attachment: scroll!important;
    }
}

@media (max-width: 575px) {
    .text-left-mobile{
        text-align: left!important;
    }
    .padding-about-mobile{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    #padding-cat-mobile.padding-cat-mobile{
        padding: 0!important;
    }
}

@media (max-width: 475px) {
    .logo-slogan{
        display: block!important;
        padding-left: 5%!important;
    }
}

@media (max-width: 1000px) {
    .logo-mobile{
        padding-left: 17%!important;
    }
    .logo-margin-mobile{
        margin-left: 0!important;
    }
    .header-padding-mobile{
        padding: 3%!important;
    }
}

@media (max-width: 1100px) {
    .slogan-mobile{
        display: none!important;
    }
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.1);
    z-index: 999;
}

.bgi-grow {
    transition: all .2s ease-in-out;
    background-size: 101%;

}

.bgi-grow:hover {
    background-size: 115%;
}

.rollover-wrapper {

}

.rollover-shade {
    /*background-color: rgba(0, 0, 0, 0.50);*/
    opacity: 0;
    transition: .5s;
    z-index: 99;
}

.rollover-wrapper:hover .rollover-shade {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 99;
}

.preview-container {
    opacity:0;
    transition: 1s;
}
.catalogue-wrapper:hover .preview-container {
    opacity:1;
}

.modal-header {
    padding: 0.25rem 1rem;
}

.modal-title {
    transform: translateY(3px);
}

.modal-header .close {
    padding: .25rem;
    margin: 0;
}

.a-color {
    text-decoration: none!important;
    color: white!important;
}

.a-color:hover {
    color: lightgoldenrodyellow!important;
    /*font-size: 17px!important;*/
    /*border-bottom: 1px solid white;*/
    font-weight: 900!important;
    /*transition: .5s!important;*/
}

.a-color-teams {
    text-decoration: none!important;
    color: black!important;
}

.a-burger:hover{
    color: #306082!important;
    /*border-left: 5px solid #306082!important;*/
}

.a-color-teams:hover {
    background-color: #d9d9d9!important;
    transition: .2s!important;
}

.a-color-menu:hover{
    color: #306082!important;
    font-weight: 600!important;
}

.block-hover{
    height: 40px;
    width: 8px;
    background-color: #4A8CBC;
    left: -24px;
    display: none;
}
.block-hover-cat{
    height: 35px;
    width: 8px;
    background-color: #4A8CBC;
    left: 0;
    display: none;
}

#collapseExample a:hover > .block-hover {
    display: block!important;
}

#navbarCollapse a:hover > .block-hover-cat {
    display: block!important;
}

.alert-consent {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 120px;
    width: 100%;
    background-color: #424242;
    border-bottom: 2px solid #4A8CBC;
    border-radius: 0 !important;
    color: #ffffff;
    z-index: 1;
}

.alert-btn {
    margin-top: 10px;
    padding: 1.375rem 4.5rem;
    font-size:20px;
    /*font-weight: bold;*/
}

.btn-cookies {
    color: #fff;
    background-color: #4A8CBC;
    border-color: #4A8CBC;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2b6891;
    border-color: #2b6891;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.ui-widget {
    z-index: 99999999;
}

.alert-consent {
    min-height: 120px;
}

.catalogue-wrapper {
    padding-bottom: 80%
}

.catalogue-wrapper2 {
    padding-bottom: 60%
}

.navbar {
    padding: 0.5rem 0;
}

.navbar-brand {
    margin-left:16px;
}

.news-page-link:hover{
    background-color: #a2c4dd!important;
    transition: 0.3s ease-in-out;
    color: black!important;
}

.line-height{
    line-height: 1.5;
}



