.header-top {
    width: 100vw;
    height: 7.5em;
    display: grid;
    justify-content: center;
    align-content: center;
}

.header-top__inside {
    width: 88.75vw;
    height: 4.375em;
    display: grid;
    grid-template: auto / auto auto;
    justify-content: space-between;
}

.header-top__container--left {
    width: 20em;
    height: 4.625em;
    display: grid;
}

.header-top__container--left > a {
    display: grid;
}

.header-top__container--left img {
    max-width: 320px;
    max-height: 74px;
    object-fit: contain;
    width: 100%;
}

.header-top__container--right {
    display: flex;
    column-gap: 1.25em;
    align-items: center;
}

.header-top__container--right .top-band > ul  {
    display: flex;
    column-gap: 1.25em;
    align-items: center;
    margin: 0;
}

.container__circle {
    width: 2.5em;
    height: 2.5em;
    border: 1px solid var(--link-back-color);
    border-radius: 50px;
    display: grid;
    justify-content: center;
    align-content: center;
    transition: all 0.4s ease;

}

.container__circle a {
    display: grid;
}
.container__circle:hover {
    border: 1px solid transparent;
    background: var(--link-color);

}

.container__circle:hover svg {
    fill: var(--link-back-color);
}

.t-flex {
    display: flex;
}

.cgp-10 {
    column-gap: 0.625em;
}

.t-cta--header {
    grid-template: auto / auto !important;
    padding: 0.688em 1.25em !important;
    line-height: 1;
}
.t-cta--header a {
  text-decoration: none;
  font-weight: 400;
}

.t-cta--header .content {
    font-family: vinyl, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-weight: normal;
    font-size: 1.125em;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--link-color);
    transition: all 0.4s ease;
    text-decoration: none;
}

.t-cta--header:hover .content {
    color: var(--link-back-color);
}

.t-cta--back-transparent {
    background: transparent !important;
    border: 1px solid var(--link-back-color);
}

.t-cta--back-transparent:hover {
    border: 1px solid transparent !important;
    background: var(--link-color) !important;
}

.t-cta--header.select-language {
    position: relative;
}

.t-cta--header .selection-language {
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    left: 50%;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.4s ease;
    padding-top: 10%;
    z-index: 510;
}

.t-cta--header .selection-language__inside {
    padding: 1.25em 1.875em;
    display: grid;
    background: #F3F4FF;
    border-radius: 20px;
}
.t-cta--header .selection-language__choice {
    list-style: none;
}
.t-cta--header .selection-language__choice a{
    font-size: 0.875em;
    line-height: 24px;
    display: inline-block;
    color: #1A3461;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    font-family: adelle-sans, sans-serif;
}

.t-cta--header .selection-language__choice.css-language-active a {
    font-weight: 700;
}

.container__circle.site-search {
    cursor: pointer;
}

.t-cta.t-cta--header.select-language:hover a {
    color: #1A3461;

}

.t-cta--header .selection-language__choice:hover {
    opacity: 0.8;
    color: #1A3461;
}

.t-cta.t-cta--header.select-language:hover .selection-language {
    max-height: max-content !important;
    display: block !important;
    opacity: 1 !important;

}

.css-open {
    max-height: max-content !important;
    display: block !important;
    opacity: 1 !important;
}

@media only screen and (max-width: 1090px ) {
    .header-top {
        display: none;
    }
}
