/* 404 page */
.error-404 {
    text-align: center;
    margin: 60px auto;
    padding: 0 15px;
}

.error-404 h5 {
    font-family: 'Alliance n.1 regular';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    background: linear-gradient(to right, #000226,
            #000226, #007CA0, #007CA0);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.error-404 h4 {
    font-family: 'Alliance n.2 regular';
    font-weight: 600;
    font-size: 32px;
    line-height: 38.6px;
    color: #000226;
}

.error-404 p {
    font-family: 'Alliance n.1 regular';
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #08034F;
}

.error-404 .btn-elt-color{
    margin: 0 auto;
}

.error-404 .btn-elt-color{
    cursor: pointer;
}
.error-404 a {
    color: #fff;
    text-decoration: none;
}
.error-404 .btn-elt-color .icon-btn-elt{
    margin-top: 4px;
}

/* search-no-results page */

.no-results {
    max-width: 100%;
    margin: 60px auto;
    padding: 0 15px;
}

.no-results .page-header {
    padding: 0;
    border: none;
    margin-left: 0;
}

.no-results.not-found>*:first-child {
    margin-bottom: 15px !important;
}

.no-results .page-title {
    font-family: 'Alliance n.2 regular';
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #000226;
}

.no-results .page-content {
    max-width: 1152px;
    margin-top: 0 !important;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.no-results .page-content p {
    font-family: 'Alliance n.1 regular';
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: left;
    color: #08034F;
}

.no-results .page-content .search-form {
    margin-top: 30px;
}

.no-results .page-content .search-form label {
    display: none;
}

.no-results .page-content .search-form {
    margin-left: 0;
    position: relative;
    max-width: max-content;
}

.no-results .page-content .search-form .search-field {
    background-color: #000226;
    border-color: #000226;
    color: white;
    font-size: 14px;
    height: 45px;
    flex-grow: 0;
}

.no-results .page-content .search-form .search-submit {
    background-color: none;
    border: none;
    color: white;
    padding: 0;
    margin: 0;
    height: 45px;
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 0px;
    background-image: url('../images/search.svg');
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-flex;
}


.no-results .page-content .search-form .search-field::-webkit-search-decoration,
.no-results .page-content .search-form .search-field::-webkit-search-cancel-button,
.no-results .page-content .search-form .search-field::-webkit-search-results-button,
.no-results .page-content .search-form .search-field::-webkit-search-results-decoration {
    -moz-appearance: none;
    -webkit-appearance: none;
}


/* no result press release */

.no-result-news {
 
}

.no-result-news article .yoast-breadcrumbs span,
.no-result-news article .yoast-breadcrumbs a {
    font-family: 'Alliance n.1 regular';
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}

.no-result-news article .yoast-breadcrumbs a:hover {
    color: #FAFAFA;
}

.no-result-news .page-title {
    font-family: 'Alliance n.2 regular';
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #000226;
}

.no-result-news p {
    font-family: 'Alliance n.1 regular';
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: left;
    color: #08034F;
    margin: 30px auto 25px;
}

.no-result-news .btn-elt-color{
    cursor: pointer;
}
.no-result-news a {
    color: #fff;
    text-decoration: none;
}
.no-result-news .btn-elt-color .icon-btn-elt{
    margin-top: 4px;
}

/* no result events release */

.no-result-events article .yoast-breadcrumbs span,
.no-result-events article .yoast-breadcrumbs a {
    font-family: 'Alliance n.1 regular';
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}

.no-result-events article .yoast-breadcrumbs a:hover {
    color: #FAFAFA;
}

.no-result-events .page-title {
    font-family: 'Alliance n.2 regular';
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #000226;
}

.no-result-events p {
    font-family: 'Alliance n.1 regular';
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: left;
    color: #08034F;
    margin: 30px auto 25px;
}

.no-result-events .btn-elt-color{
    cursor: pointer;
}
.no-result-events a {
    color: #fff;
    text-decoration: none;
}
.no-result-events .btn-elt-color .icon-btn-elt{
    margin-top: 4px;
}

@media (min-width: 768px) {

    /* 404 page */
    .error-404 {
        margin: 120px auto;
        padding: 0;
    }

    .error-404 h5 {
        font-size: 18px;
        line-height: 22.4px;
    }

    .error-404 h4 {
        font-size: 48px;
        line-height: 54.6px;
    }

    .error-404 p {
        font-size: 18px;
        line-height: 28.8px;
    }

    /* search-no-results page */
    .no-results {
        max-width: 1152px;
        margin: 120px auto;
    }

    .no-results.not-found>*:first-child {
        margin-bottom: 30px !important;
    }

    .no-results .page-title {
        font-size: 48px;
        line-height: 54.6px;
    }

    .no-results .page-content p {
        font-size: 18px;
        line-height: 28.8px;
    }

    .no-results .page-content .search-form {
        margin-top: 60px;
    }

    .no-results .page-content .search-form {
        margin-left: 0;
    }

    /* no results news page */

    .no-result-news article .yoast-breadcrumbs span {
        font-size: 18px;
        line-height: 22.4px;
    }

    .no-result-news .page-title {
        font-size: 48px;
        line-height: 54.6px;
    }

    .no-result-news .page-content p {
        font-size: 18px;
        line-height: 28.8px;
    }

    /* no result events page */
    .no-result-events article .yoast-breadcrumbs span {
        font-size: 18px;
        line-height: 22.4px;
    }

    .no-result-events .page-title {
        font-size: 48px;
        line-height: 54.6px;
    }

    .no-result-events .page-content p {
        font-size: 18px;
        line-height: 28.8px;
    }
}

.imapsSprite-group .imapsContainer.imapsLabel foreignObject br {
    display: none;
}

.imapsSprite-group .imapsContainer.imapsLabel foreignObject .text-1-elt.night-blue p,
.imapsSprite-group .imapsContainer.imapsLabel foreignObject .text-1-elt.night-blue div{
    margin-bottom: 0;
}

.imapsSprite-group .imapsContainer.imapsLabel foreignObject .text-1-elt.night-blue br{
    display: block;
}

.imapsSprite-group .imapsContainer.imapsLabel foreignObject>div div,
.imapsSprite-group .imapsContainer.imapsLabel foreignObject>div h3,
.imapsSprite-group .imapsContainer.imapsLabel foreignObject>div p {
    margin-bottom: 10px;
}