/*////// GENERAL STYLES //////*/

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    overflow-x: hidden;
}

::selection {
    background: #007eba;
    color: #fff;
}

::-moz-selection {
    background: #007eba;
    color: #fff;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.jobs-iframe iframe {
    width: 100%;
}

h1 {
    color: #000;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.frame-type-header:has(h1) + .anchors-group {
    margin-top: -25px;
}

.anchors-group {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.anchor-link {
    color: #000;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}

.anchor-link:before {
    content: "\e90c";
    font-family: "icomoon" !important;
    font-size: 10px;
    margin-right: 10px;
}

h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
    margin-top: 0px;
    position: relative;
}

h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 0px;
}

.internal-page h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 30px;
    margin-bottom: 44px;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: left;
    color: #007eba;
    font-weight: 700;
    line-height: normal;
}

h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}

h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0px;
}

a {
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #007eba;
}

p a:not(.button, .round-link, .button-arrow) {
    text-decoration-line: underline;
}

a .icon {
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
    color: #006999;
}

p a:not(.button, .round-link, .button-arrow):hover {
    text-decoration-line: underline;
    color: #fc7768;
}

a:focus {
    outline: none;
    text-decoration: none;
    color: #007eba;
}

p a:focus {
    text-decoration-line: underline;
    color: #006999;
}

p a.round-link:focus {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: #bababa;
}

::-moz-placeholder {
    color: #bababa;
}

:-ms-input-placeholder {
    color: #bababa;
}

:-moz-placeholder {
    color: #bababa;
}

#content {
    overflow: hidden;
}

.btn,
.button,
.powermail_submit,
input[type="submit"] {
    border-radius: 0 !important;
    border: 0;
    background: #fc7768;
    color: #fff;
    max-width: 100%;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    transform: translateZ(0px);
    transition-duration: 0.2s;
    transition-property: color;
    font-size: 18px;
    line-height: 1.55;
    box-shadow: none !important;
}

.btn.btn-secondary {
    background: #ffefed;
    color: #fc7768;
}

.powermail_fieldwrap.powermail_fieldwrap_type_file.nolabel {
    float: right;
    width: 50%;
    padding-left: 0;
    margin-left: 50%;
}

.btn:hover,
.button:hover,
.powermail_submit:hover,
input[type="submit"]:hover,
.btn:visited,
.button:visited,
.powermail_submit:visited,
input[type="submit"]:visited {
    color: #fff;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:visited {
    color: #fc7768;
}

.btn::before,
.button:before,
.powermail_submit::before,
.tx-felogin-pi1 input[type="submit"]::before,
.powermail_submit::before {
    background: #ff9286;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: center left;
    transition-duration: 0.2s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.btn.btn-secondary::before {
    background: #fee4e1;
}

.btn:hover::before,
.button:hover:before,
.powermail_submit:hover::before,
.tx-felogin-pi1 input[type="submit"]:hover::before,
.btn-filter-newsroom.active::before,
.powermail_submit:hover:before {
    transform: scaleX(1);
}

.button-arrow {
    display: block;
    margin-bottom: 30px;
}

.button-arrow:before {
    content: "\e90c";
    font-family: "icomoon" !important;
    font-size: 10px;
    margin-right: 7px;
}

.button-arrow:hover {
    padding-left: 15px;
    color: #006999;
    text-decoration: none;
}

.button-arrow + .button-arrow {
    margin-top: -20px;
}

.image img,
.news-img-wrap img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

iframe {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

.ce-gallery figcaption {
    margin-bottom: 20px;
}

.mt-50 {
    margin-top: 50px;
    display: inline-block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .image img,
    .news-img-wrap img {
        width: 100%;
    }
}

.pop-up-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}
.pop-up-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pop-up-inner .pop-up {
    background: #fff;
    padding: 40px;
    width: 800px;
    max-width: 90%;
    border-radius: 0px;
    border-left: 10px solid #007eba;
    position: relative;
    transform: translateX(-50px);
    opacity: 0;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transition-delay: 0.3s;
    max-height: 90vh;
    overflow: auto;
}
.pop-up-inner .pop-up .pop-up-close {
    position: absolute;
    font-size: 24px;
    right: 30px;
    top: 30px;
    opacity: 0.2;
    transition: 0.3s;
    cursor: pointer;
}
.pop-up-inner .pop-up .pop-up-close:hover {
    opacity: 1;
}
.pop-up-container.open .pop-up-inner .pop-up {
    transform: translateX(0px);
    opacity: 1;
}

.pop-up-container .pop-up-inner .pop-up ul {
    margin: 0;
    padding: 0;
    list-style: none;
    column-count: 2;
}

.pop-up-container .pop-up-inner .pop-up ul li {
    break-inside: avoid-column;
}

.pop-up-container .pop-up-inner .pop-up ul li a {
    padding: 20px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 21px;
    font-weight: 400;
    line-height: 1.33;
    text-transform: uppercase;
    display: block;
    transition: 0.3s;
    color: #333;
}

.pop-up-container .pop-up-inner .pop-up ul li a:hover {
    color: #007eba;
}

/*////// GRID //////*/

@media (min-width: 768px) {
    .container {
        width: 1200px;
        max-width: calc(100% - 60px);
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1766px;
        max-width: calc(100% - 85px);
    }
}

/*////// DCE GALLERY STYLES //////*/

#html5-watermark {
    display: none !important;
}

.gallery-images {
    margin-right: -10px;
    margin-left: -10px;
}

.gallery-images > a {
    padding: 10px;
    max-width: 100%;
    height: auto;
}

.gallery-images .gallery-img {
    max-width: 100%;
    height: auto;
}

/*////// HEADER STYLES //////*/

#header {
    width: 100%;
    z-index: 9999;
    top: 0;
    position: sticky;
}

#header .social-title {
    display: none;
}

.mobile-search {
    display: none;
}

#header .header-top-area {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 40px 0;
    background-color: #fff;
}

#header .header-top-area:before {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    /* width: 100vw; */
    aspect-ratio: 23 / 35;
    top: 0;
    background-color: #007eba;
}

/* #header .header-top-area:after {
    content: "";
    position: absolute;
    left: 100%;
    height: 100%;
    width: 300%;
    top: 0;
    background-color: #fff;
} */

#header .header-top-outer {
    background-color: #fff;
}

#header .header-top-area .left-area,
#header .header-top-area .right-area {
    display: flex;
    align-items: center;
}

#header .header-top-area .right-area {
    column-gap: 30px;
}

#header .header-bottom-area #main-nav #nav {
    background-color: rgba(0, 126, 186, 0.95);
}

.logo {
    margin-left: -27px;
    position: relative;
    width: 330px;
}

#header .social-icons {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 16px;
}

#header .social-icons li a {
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

#header .social-icons li a:hover {
    color: #008bc7;
}

#main-nav .menu {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}

#main-nav .menu > li > a {
    padding: 24px 35px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.33;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#main-nav .menu > li,
#main-nav .menu > li > a {
    position: relative;
}

#main-nav .menu > li > a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 52px;
}

#main-nav .menu > li > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    width: calc(100% - 1px);
    height: 100%;
    transition: 0.3s;
}

#main-nav .menu > li > a:hover:before {
    opacity: 0.2;
}

#main-nav .menu > li:last-child > a:after {
    display: none;
}

.dropdown-menu {
    border: 0;
    border-left: 10px solid #007eba;
    background: #fff;
    box-shadow: 6px 30px 30px 0px rgba(0, 0, 0, 0.25);
    display: block;
    border-radius: 0;
    margin-top: 0;
    padding: 18px 60px 35px 60px;
    width: 740px;
    max-width: 100vw;
    opacity: 0;
    visibility: hidden;
    transition: 0.1s;
}

.dropdown-menu.overflowing {
    left: inherit;
    right: 0;
}

#main-nav .menu > li.has-sub:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
    column-count: 2;
    column-gap: 44px;
}

.dropdown-menu ul li {
    break-inside: avoid-column;
}

.dropdown-menu ul li a {
    padding: 20px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 21px;
    font-weight: 400;
    line-height: 1.33;
    text-transform: uppercase;
    display: block;
    color: #333;
    transition: 0.3s;
}

.dropdown-menu ul li a:hover {
    color: #007eba;
}

/* Menubureger  start */

.menu-toggle {
    position: relative;
    height: 29px;
    width: 34px;
    display: none;
    cursor: pointer;
}

.menu-toggle-bar {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #b4b4b4;
    transition: all 0.3s ease;
}
.menu-toggle-bar.menu-toggle-bar--top {
    top: 0;
    transform-origin: right bottom;
}
.menu-toggle-bar.menu-toggle-bar--middle {
    top: 13px;
    width: calc(100% - 7px);
}
.menu-toggle-bar.menu-toggle-bar--bottom {
    top: inherit;
    bottom: 0;
    transform-origin: right top;
}
.nav-open .menu-toggle-bar.menu-toggle-bar--top {
    transform: translate(0, 0) rotate(-45deg);
}
.nav-open .menu-toggle-bar.menu-toggle-bar--middle {
    opacity: 0;
}
.nav-open .menu-toggle-bar.menu-toggle-bar--bottom {
    transform: translate(0, 0) rotate(45deg);
}

/* Menubureger end */

/*  Virtual Counter  */

#header .virtual-counter-content {
    background: #2b3443;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    width: 100%;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s;
    z-index: 4;
    top: 0;
}

.virtual-counter-content > .container {
    padding-bottom: 100px;
}

#header .virtual-counter-content.open {
    height: calc(100vh - 124px);
    opacity: 1;
    padding-top: 85px;
    overflow-y: scroll;
}

#header.relative.virtual-open .menu-container,
#header.virtual-open .menu-container {
    position: fixed;
    bottom: 0 !important;
    top: auto !important;
}

#header.virtual-open .menu-container .dropdown-menu {
    display: none;
}

#header .virtual-counter-content h2 {
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

#header .virtual-counter-content .virtual-counter-line {
    margin-bottom: 40px;
}

#header .virtual-counter-content .virtual-counter-tile {
    border: 1px solid #555d69;
    color: #fff;
    line-height: 54px;
    padding: 20px 35px;
    text-align: left;
    height: 100px;
}

#header .virtual-counter-content .virtual-counter-tile.virtual-big {
    height: auto;
}

#header .virtual-counter-content .virtual-counter-tile:hover {
    background: #007eba;
}

#header .virtual-counter-content .virtual-counter-tile .icon {
    color: #007eba;
    display: inline-block;
    font-size: 54px;
    margin-right: 15px;
    width: 55px;
    text-align: center;
    vertical-align: middle;
}

#header .virtual-counter-content .virtual-counter-tile .icon.icon-view-2 {
    font-size: 32px;
}

#header .virtual-counter-content .virtual-counter-tile .icon.icon-shopping-cart-2 {
    font-size: 42px;
}

#header .virtual-counter-content .virtual-counter-tile .icon.icon-bicycle-mountain {
    font-size: 32px;
}

#header .virtual-counter-content .virtual-counter-tile .icon.icon-bubble-chat-exclamation-2 {
    font-size: 45px;
}

#header .virtual-counter-content .virtual-counter-tile .icon.icon-leaf,
#header .virtual-counter-content .virtual-counter-tile .icon.icon-account-group-4 {
    font-size: 46px;
}

#header .virtual-counter-content .virtual-counter-tile .icon.icon-caution-fence {
    font-size: 53px;
}

#header .virtual-counter-content .virtual-counter-tile .icon.icon-piggy-bank {
    font-size: 47px;
}

#header .virtual-counter-content .virtual-counter-tile:hover .icon {
    color: #fff;
}

#header .virtual-counter-content .virtual-counter-tile .page-title {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    line-height: 1.18;
    margin-bottom: 0px;
    max-width: 240px;
    vertical-align: middle;
    width: calc(100% - 70px);
}

#header .virtual-counter-content .virtual-counter-tile.virtual-big .page-title {
    max-width: calc(100% - 80px);
}

/*  Header picture  */

#header .header-picture {
    /*background: url(http://via.placeholder.com/1920x355) no-repeat center;


  -moz-background-size: cover;


  background-size: cover;*/

    height: 353px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.header-picture img {
    object-fit: cover;
    max-width: 100%;
    min-width: 100%;
    min-height: 353px;
}

/*  Menu  */

#header .menu-container {
    -moz-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.06);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    top: 39px;
    position: fixed;
    width: 100%;
    transform: translateY(-45px);
    z-index: -1;
    -moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

#header.relative .menu-container {
    top: 0px;
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: none;
    transition: none;
    border-top: 1px solid #ebebeb;
}

#header.sticky .menu-container {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

#header.fixed .menu-container,
#header.virtual-open .menu-container {
    visibility: visible;
    opacity: 1;
    z-index: 4;
    transform: translateY(0%);
    top: 39px;
    position: fixed;
}

#header .menu-container #navbar {
    padding: 0;
}

#header.header-without-img {
    padding-top: 38px;
}

#header.header-without-img .menu-container {
    top: 30px;
    margin-bottom: 30px;
}

#header .menu-container .logo-sticky {
    float: left;
    margin-top: 24px;
    margin-left: 34px;
}

#header .menu-container .logo-sticky.logo-big {
    display: block;
}

#header .menu-container .logo-sticky.logo-small {
    display: none;
}

#header .menu-container .menu {
    height: 90px;
    margin-bottom: 0px;
}

#header .menu-container .menu > li {
    border-left: 1px solid #ebebeb;
    float: left;
    height: 100%;
    width: 135px;
}

#header .menu-container .menu li:last-of-type {
    border-right: 1px solid #e5e5e5;
    width: auto;
}

#header .menu-container .menu li:last-of-type a {
    padding-top: 35px;
    font-size: 20px;
}

#header .menu-container .menu li:last-of-type a .icon {
    line-height: 60px;
}

#header .menu-container .menu li a {
    display: block;
    height: 100%;
    padding: 17px 12px;
    position: relative;
    font-size: 13px;
    font-weight: bold;
}

#header .menu-container .menu > li > a {
    line-height: 1.2;
}

#header .menu-container .menu li a .icon {
    font-size: 20px;
    display: block;
}

#header .menu-container .menu > li > a:after {
    background: #007eba;
    bottom: 0px;
    content: "";
    height: 4px;
    left: 0px;
    /*margin: 0 auto;*/

    opacity: 0;
    position: absolute;
    right: 0px;
    width: 0px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header .menu-container .menu > li > a:hover:after,
#header .menu-container .menu > li.active > a:after,
#header .menu-container .menu > li.parent-active > a:after {
    opacity: 1;
    width: 100%;
}

#header .menu-container .menu li a .icon {
    margin-bottom: 6px;
}

#header .menu-container .menu li a:hover,
#header .menu-container .menu li.active a,
#header .menu-container .menu li.parent-active a {
    color: #007eba;
}

#header .menu-container .menu li .dropdown-menu,
.sub-menu-content {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s;
    background: #1e3f74;
    background: -moz-linear-gradient(left, #1e3f74 0%, #007eba 100%);
    background: -webkit-linear-gradient(left, #1e3f74 0%, #007eba 100%);
    background: linear-gradient(to right, #1e3f74 0%, #007eba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e3f74', endColorstr='#007EBA', GradientType=1);
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#header .menu-container .menu li.open .dropdown-menu {
    overflow: visible;
}

#header li.open .dropdown-menu {
    z-index: 1001;
}

#header:not(.fixed) li.open:not(.current) .dropdown-menu::before,
#header.fixed li.open .dropdown-menu::before,
.dropdown-search.open:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    z-index: 0;
    font-size: 80px;
}

.menu-container .menu li .dropdown-menu:after,
.sub-menu-pid .sub-menu-content:after {
    content: "";
    position: absolute;
    font-family: "icomoon" !important;
    font-size: 440px;
    color: rgba(255, 255, 255, 0.07);
    line-height: 425px;
    bottom: -30px;
    right: 0;
    z-index: -1;
    pointer-events: none;
}

.sub-menu-pid .sub-menu-content:after {
    z-index: 0;
}

.menu-container .menu li.pid-51 .dropdown-menu:after,
.sub-menu-pid-51 .sub-menu-content:after {
    content: "\e944";
}

.menu-container .menu li.pid-1874 .dropdown-menu:after,
.sub-menu-pid-1874 .sub-menu-content:after {
    content: "\e96b";
}

.menu-container .menu li.pid-1875 .dropdown-menu:after,
.sub-menu-pid-1875 .sub-menu-content:after {
    content: "\e959";
}

.menu-container .menu li.pid-1876 .dropdown-menu:after,
.sub-menu-pid-1876 .sub-menu-content:after {
    content: "\e981";
}

.menu-container .menu li.pid-1877 .dropdown-menu:after,
.sub-menu-pid-1877 .sub-menu-content:after {
    content: "\e937";
}

.menu-container .menu li.pid-1878 .dropdown-menu:after,
.sub-menu-pid-1878 .sub-menu-content:after {
    content: "\e930";
}

.menu-container .menu li.pid-1879 .dropdown-menu:after,
.sub-menu-pid-1879 .sub-menu-content:after {
    content: "\e970";
}

.menu-container .menu li.pid-1880 .dropdown-menu:after,
.sub-menu-pid-1880 .sub-menu-content:after {
    content: "\e923";
}

#header .menu-container .menu li.open > .dropdown-menu,
#header .menu-container .menu li.current.open-current > .dropdown-menu,
.sub-menu-content {
    /*height: calc(100vh - 100%);*/

    height: auto;
    padding: 30px 0px 15px 0;
}

#header.relative .menu-container .menu li.open > .dropdown-menu,
#header.relative .menu-container .menu li.current.open-current > .dropdown-menu {
    height: auto;
}

#header:not(.fixed) .menu-container .menu li.current .navToggle {
    display: none;
}

.virtual-counter-content #close-virtual-counter .icon,
.navToggle .icon {
    position: absolute;
    top: 28px;
    right: 25px;
    color: #ffffff;
    font-size: 57px;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.virtual-counter-content #close-virtual-counter .icon:hover,
.navToggle .icon:hover {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#header .menu-container .menu li .dropdown-menu h3,
.sub-menu-content h3 a {
    letter-spacing: 1px;
    text-align: left;
    line-height: 1.14;
    color: #fff;
    margin-bottom: 30px;
}

#header .menu-container .menu li .dropdown-menu h3 a,
.sub-menu-content h3 a {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    display: inline-block;
}

#header .menu-container .menu li .dropdown-menu h3 a:hover,
.sub-menu-content h3 a:hover {
    color: rgba(255, 255, 255, 0.75);
}

.sub-menu-content h3 {
    margin-bottom: 10px;
    text-align: left;
}

.sub-menu-pid .sub-menu-content h3 {
    margin-bottom: 0px;
}

#header .menu-container .menu li .dropdown-menu ul {
    padding: 0px;
}

#header .menu-container .menu li .dropdown-menu ul li,
.sub-menu-content li {
    border: 0;
    /*float: none;*/
    font-size: 18px;
    height: 40px;
}

#header .menu-container .menu li .dropdown-menu ul li a,
.sub-menu-content a {
    color: #ffffff !important;
    padding: 0px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.1;
    padding-left: 15px;
    position: relative;
    display: block;
}

#header .menu-container .menu li .dropdown-menu ul li a:before,
.sub-menu-content li a:before {
    content: "\e90c";
    font-family: icomoon;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 6px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header .menu-container .menu li .dropdown-menu ul li a .icon,
.sub-menu-content li a .icon {
    margin-right: 12px;
    display: initial;
    font-size: 10px;
}

#header .menu-container .menu li .dropdown-menu ul li a:hover,
.sub-menu-content ul li a:hover,
#header .menu-container .menu li .dropdown-menu ul li.active a,
.sub-menu-content ul li.active a {
    padding-left: 30px;
    color: #ffffff;
}

#header .menu-container .menu li .dropdown-menu ul li a:hover:before,
.sub-menu-content a:hover:before,
#header .menu-container .menu li .dropdown-menu ul li.active a:before,
.sub-menu-content .active a:before {
    left: 15px;
    color: #007eba;
}

#header .menu-container .menu li .dropdown-menu ul li a:hover .icon,
.sub-menu-content ul li a:hover .icon {
    color: #007eba;
}

.sub-menu-content {
    height: auto;
    position: relative;
}

.sub-menu-content p {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 20px;
}

/*////// HOMEPAGE CONTENT STYLES //////*/

/* search */

.dropdown-search {
    border: none;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 0;
    display: block;
    height: 0;
    text-align: center;
    position: absolute;
    overflow: hidden;
    top: 100%;
    z-index: 1001;
    left: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s;
    background: #1e3f74;
    background: -moz-linear-gradient(left, #1e3f74 0%, #4073ac 100%);
    background: -webkit-linear-gradient(left, #1e3f74 0%, #4073ac 100%);
    background: linear-gradient(to right, #1e3f74 0%, #4073ac 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e3f74', endColorstr='#4073ac', GradientType=1);
}

.dropdown-search.open {
    padding: 47px 0px 47px 0px;
    height: auto;
    overflow: visible;
}

.dropdown-search form#tx_indexedsearch .tx-indexedsearch-searchbox-button,
.internal-page form#tx_indexedsearch .tx-indexedsearch-searchbox-button {
    right: 10px;
    top: 9px;
}

.dropdown-search form#form_kesearch_pi1 .submitbutt,
.internal-page form#form_kesearch_pi1 .submitbutt {
    right: 25px;
    top: 50%;
}

.dropdown-search .search-popup.open {
    top: 90%;
}

.dropdown-search .search-popup::before {
    left: 20%;
}

.dropdown-search .tx-indexedsearch-browsebox,
.dropdown-search .tx-indexedsearch-res,
.dropdown-search .info-what-was-searched-for,
.dropdown-search .no-search-result {
    display: none !important;
}

#header .no-result-found,
.tx-indexedsearch-rules,
.tx-indexedsearch-text-item-size,
.tx-indexedsearch-text-item-crdate,
.tx-indexedsearch-text-item-mtime,
.tx-indexedsearch-percent,
#tx_indexedsearch legend {
    display: none !important;
}

.dropdown-search .kesearch_pagebrowser,
.dropdown-search #kesearch_results {
    display: none !important;
}

#content.internal-page ul.tx-indexedsearch-browsebox,
#content.internal-page .kesearch_pagebrowser ul {
    padding-left: 0 !important;
}

#content.internal-page p.tx-indexedsearch-description {
    margin-bottom: 15px !important;
}

.tx-indexedsearch-icon {
    font-size: 17px !important;
    margin-right: 7px !important;
}

.tx-indexedsearch-res hr {
    margin-bottom: 30px !important;
}

.tx-indexedsearch-browsebox li,
.kesearch_pagebrowser ul li {
    list-style: none !important;
    display: inline-block !important;
    margin-right: 20px !important;
}

.internal-page form#tx_indexedsearch .tx-indexedsearch-searchbox-sword,
.internal-page form#form_kesearch_pi1 .kesearchbox #ke_search_sword {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.internal-page form#tx_indexedsearch,
.internal-page form#form_kesearch_pi1,
#content .no-result-found {
    margin: 0 0 30px 0 !important;
}

#kesearch_pagebrowser_top,
#kesearch_pagebrowser_bottom {
    text-align: left !important;
}

.tx-kesearch-pi1 {
    font-family: "Source Sans Pro", sans-serif !important;
}

.result-list-item .result-path {
    font-weight: 700 !important;
    font-size: 14px !important;
    margin-bottom: 0px !important;
}

.result-list-item hr {
    margin-bottom: 30px !important;
}

.result-list-item .hit {
    font-weight: 700 !important;
}

.result-list-item .result-teaser {
    margin-bottom: 15px !important;
}

#kesearch_pagebrowser_bottom .result_txt {
    display: none !important;
}

.kesearch_pagebrowser .current {
    font-weight: 700 !important;
    color: #007eba !important;
}

#kesearch_pagebrowser_bottom .pages_total,
#kesearch_pagebrowser_top .pages_total {
    border-bottom: 0 !important;
    border-top: 0 !important;
}

#kesearch_pagebrowser_top a,
#kesearch_pagebrowser_bottom a {
    padding: 0px !important;
}

#kesearch_pagebrowser_top .pages_total,
#kesearch_pagebrowser_bottom .pages_total {
    margin-bottom: 30px !important;
}

#kesearch_results .result-list-item .result-title {
    font-size: 23px !important;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
    color: #4b4e50 !important;
}

#ke_search_sword {
    position: initial !important;
}

div.kesearchbox {
    height: auto !important;
    margin: 0px !important;
}

/* /search */

/*  Slider top  */

#content .slider-top {
    background: #ffffff;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    margin-bottom: 85px;
}

#content .slider-top img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    /* height: 590px; */
    /* aspect-ratio: 173 / 59; */
    aspect-ratio: 450 / 120;
}

#content .slider-top .slider-top-bg-mobile {
    display: none;
}

#content .slider-top .logo-header {
    /*-moz-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.35);


  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.35);


  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.35);*/

    left: 0px;
    margin: 0 auto;
    position: absolute;
    right: 0px;
    top: 108px;
    width: 162px;
}

#content .slider-top .logo-header img {
    height: auto;
    width: auto;
    min-width: inherit !important;
}

/*  Menu tiles  */

#content .menu-tiles {
    position: relative;
}

#content .menu-tiles .menu-tiles-container {
    -moz-box-shadow: 0 12px 42px 12px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 12px 42px 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0 12px 42px 12px rgba(0, 0, 0, 0.08);
}

#form_kesearch_pi1 #ke_search_sword {
    width: 400px;
    max-width: 100%;
}

#form_kesearch_pi1 {
    display: inline-flex;
}

form#tx_indexedsearch,
form#form_kesearch_pi1 {
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}

.menu-tiles form#tx_indexedsearch,
.menu-tiles form#form_kesearch_pi1 {
    background: rgba(255, 255, 255, 0.27);
    padding: 18px;
    margin-bottom: 24px;
}

.menu-tiles form#tx_indexedsearch .tx-indexedsearch-form,
.menu-tiles form#form_kesearch_pi1 .kesearchbox {
    padding: 0px 18px;
}

form#tx_indexedsearch .tx-indexedsearch-searchbox-sword,
form#form_kesearch_pi1 .kesearchbox #ke_search_sword {
    background: #fff;
    border: 0;
    outline: none;
    padding: 20px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 100px;
    border: 1px solid #d2d2d2;
    color: transparent;
    cursor: pointer;
    color: #333;
}

#header form#form_kesearch_pi1 .kesearchbox #ke_search_sword {
    width: 57px;
    min-width: 57px;
    height: 57px;
}

form#tx_indexedsearch .tx-indexedsearch-searchbox-sword:focus,
form#form_kesearch_pi1 .kesearchbox #ke_search_sword:focus {
    max-width: 100%;
    cursor: text;
    -webkit-box-shadow: inset 0px 0px 0px 1px #007eba;
    box-shadow: inset 0px 0px 0px 1px #007eba;
}

#header form#form_kesearch_pi1 .kesearchbox #ke_search_sword:focus {
    width: 300px;
    padding-right: 50px;
}

form#form_kesearch_pi1 .kesearchbox #ke_search_sword:hover {
    -webkit-box-shadow: inset 0px 0px 0px 1px #007eba;
    box-shadow: inset 0px 0px 0px 1px #007eba;
    border-color: #007eba;
}

form#tx_indexedsearch .tx-indexedsearch-searchbox-sword:not(:focus),
#header form#form_kesearch_pi1 .kesearchbox #ke_search_sword:not(:focus) {
    color: transparent;
}

form#tx_indexedsearch .tx-indexedsearch-searchbox-sword::placeholder,
#header form#form_kesearch_pi1 .kesearchbox #ke_search_sword::placeholder {
    opacity: 0;
    transition: 0.3s;
    color: #cbcbcb;
    font-weight: 500;
}

form#tx_indexedsearch .tx-indexedsearch-searchbox-sword:focus::placeholder,
#header form#form_kesearch_pi1 .kesearchbox #ke_search_sword:focus::placeholder {
    opacity: 1;
}

form#tx_indexedsearch .tx-indexedsearch-searchbox-sword:focus + button[type="submit"],
#header form#form_kesearch_pi1.active .kesearchbox #ke_search_sword + button[type="submit"] {
    pointer-events: initial;
}

.menu-tiles form#tx_indexedsearch .tx-indexedsearch-searchbox-sword,
.menu-tiles form#form_kesearch_pi1 .kesearchbox #ke_search_sword {
    border: 2px solid #ffffff;
}

form#tx_indexedsearch .tx-indexedsearch-searchbox-sword:focus,
form#form_kesearch_pi1 .kesearchbox #ke_search_sword:focus {
    border-color: #007eba !important;
}

form#tx_indexedsearch .tx-indexedsearch-searchbox-sword::-webkit-input-placeholder,
form#form_kesearch_pi1 .kesearchbox #ke_search_sword::-webkit-input-placeholder {
    color: #98a6b3;
}

form#tx_indexedsearch .tx-indexedsearch-searchbox-sword::-moz-placeholder,
form#form_kesearch_pi1 .kesearchbox #ke_search_sword::-moz-placeholder {
    color: #98a6b3;
}

form#tx_indexedsearch .tx-indexedsearch-searchbox-sword:-ms-input-placeholder,
form#form_kesearch_pi1 .kesearchbox #ke_search_sword:-ms-input-placeholder {
    color: #98a6b3;
}

form#tx_indexedsearch .tx-indexedsearch-searchbox-sword:-moz-placeholder,
form#form_kesearch_pi1 .kesearchbox #ke_search_sword:-moz-placeholder {
    color: #98a6b3;
}

.kesearchbox {
    position: relative;
    display: inline-flex;
}

form#tx_indexedsearch .tx-indexedsearch-searchbox-button,
form#form_kesearch_pi1 .submitbutt {
    background: none;
    border: 0;
    color: #afafaf;
    font-size: 19px;
    outline: none;
    position: absolute;
    right: 18px;
    transform: translateY(-50%);
    top: 50%;
    padding: 0;
    line-height: normal;
    display: inline-flex;
}

#header form#form_kesearch_pi1 .submitbutt {
    pointer-events: none;
}

#header form#form_kesearch_pi1 .submitbutt .icon-zoom {
    line-height: normal;
}

.menu-tiles form#form_kesearch_pi1 .submitbutt {
    top: 9px;
}

.search-popup {
    -moz-box-shadow: 0 12px 42px 12px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 12px 42px 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0 12px 42px 12px rgba(0, 0, 0, 0.08);
    background: #fff;
    height: 0;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    top: 106px;
    width: 445px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s;
}

.search-popup.open {
    height: auto;
    overflow: inherit;
    padding: 15px 23px;
    top: 106px;
    z-index: 2;
}

.search-popup:before {
    content: "";
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 20px solid #fff;
    height: 0;
    position: absolute;
    top: -20px;
    width: 0;
}

.search-popup .search-popup-tabs {
    border-bottom: 3px solid #ebebeb;
    padding: 0px;
    text-align: center;
    margin-bottom: 10px;
}

.search-popup .search-popup-tabs li {
    float: left;
    list-style-type: none;
    width: 50%;
    text-align: left;
}

.search-popup .search-popup-tabs li a {
    display: block;
    position: relative;
}

.search-popup .search-popup-tabs li a:after {
    background: #b0b0b0;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0px;
    position: absolute;
    width: 0px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s;
}

.search-popup .search-popup-tabs li.active a:after {
    background: #007eba;
}

.search-popup .search-popup-tabs li.active a:after {
    width: 100%;
}

.search-popup .search-popup-tabs li.active a:hover:after {
    background: #007eba;
    opacity: 1;
    width: 100%;
}

.search-popup .search-popup-tabs li a:hover,
.search-popup .search-popup-tabs li a:focus {
    background: none;
    border: 0px;
}

.search-popup .search-popup-tabs li a:hover:after {
    background: #b0b0b0;
    opacity: 0.5;
    width: 100%;
}

.search-popup .search-popup-tabs li a {
    color: #b0b0b0;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    border: none;
}

.search-popup .search-popup-tabs li.active a {
    color: #1e3f74;
    font-size: 20px;
}

.search-popup ul {
    padding-left: 0px;
}

.search-popup ul li {
    list-style-type: none;
}

.search-popup .tab-content ul li {
    border-bottom: 1px solid #e5e5e5;
}

.search-popup .tab-content ul li a {
    color: #1e3f74;
    display: block;
    font-size: 18px;
    overflow: hidden;
    padding: 10px 0px;
    position: relative;
    text-align: left;
}

.search-popup .tab-content ul li a:hover {
    color: #007eba;
    padding-left: 18px;
}

.search-popup .tab-content ul li a:before,
.search-popup .tab-content ul li a:after {
    content: "\e90c";
    color: #007eba;
    font-family: "icomoon" !important;
    left: -10px;
    position: absolute;
    font-size: 10px;
    margin-top: 5px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s;
}

.search-popup .tab-content ul li a:after {
    left: auto;
    right: 0px;
}

.search-popup .tab-content ul li a:hover:before {
    left: 0px;
}

.search-popup .tab-content ul li a:hover:after {
    right: -10px;
}

#content .menu-tiles .row {
    margin: 0px;
}

#content .menu-tiles .row > div {
    padding: 0;
}

#content .menu-tiles .row .menu-tile {
    border-right: 1px solid #e5e5e5;
    color: #1e3f74;
    font-size: 50px;
    height: 195px;
    padding-bottom: 30px;
    padding-top: 35px;
    text-align: center;
    display: block;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

#content .menu-tiles .row .menu-tile:hover {
    -moz-box-shadow: 0 2px 11px 2px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 11px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 11px 2px rgba(0, 0, 0, 0.12);
    position: relative;
}

#content .menu-tiles .row .menu-tile:hover span:first-child {
    color: #007eba;
}

#content .menu-tiles .menu-tile .page-title {
    font-size: 20px;
    margin-bottom: 0px;
    padding: 0px 20px;
    display: block;
    font-weight: bold;
    line-height: 1.2;
}

/* Homepage Blocs */

.bg-color {
    padding-top: 70px;
    padding-bottom: 80px;
}

.themes-cta-outer {
    margin-bottom: 85px;
}

.themes-cta-outer .theme {
    display: flex;
    gap: 6px;
}

.themes-cta-outer .theme .img-wrap {
    position: relative;
    overflow: hidden;
}

.themes-cta-outer .theme .img-wrap img {
    transition: 0.3s;
}

.themes-cta-outer .theme:hover img {
    transform: scale(1.1);
}

.themes-cta-outer .theme .img-wrap .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: screen;
    z-index: 1;
}

.themes-cta-outer .theme .content {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    padding: 34px;
    position: relative;
    min-width: 42%;
    max-width: 55%;
    min-height: 257px;
}

.themes-cta-outer .theme .content .carret {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 20px solid;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    width: 0;
    z-index: 2;
}

.themes-cta-outer .theme .content .carret-bg {
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    border-right: 28px solid #fff;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    width: 0;
    z-index: 1;
}

.themes-cta-outer .theme .img-wrap img {
    filter: grayscale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-title-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 28px;
}

.list-title-header .title {
    margin-bottom: 0;
}

.round-link {
    color: #333;
    position: relative;
    font-weight: 500;
    z-index: 1;
    white-space: nowrap;
    padding: 0 27px;
}

.round-link:after {
    content: "";
    width: 48px;
    height: 48px;
    background-color: rgba(0, 126, 186, 0.12);
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    transition: 0.3s;
    z-index: -1;
}

.round-link:hover {
    color: #fff;
}

.round-link:hover:after {
    width: 100%;
    background-color: rgba(0, 126, 186, 1);
}

.ias-event {
    max-height: 650px;
    overflow-y: auto;
    padding-right: 12px;
    border-bottom: 6px solid rgba(0, 0, 0, 0.15);
}

.ias-event::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background: transparent;
}

.ias-event::-webkit-scrollbar-corner {
    background: transparent;
}

.ias-event::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 28px;
}

.load-more-loader .spinner {
    padding: 20px;
    text-align: center;
    display: block;
}

.load-more-loader .spinner svg,
.ias-spinner .icon {
    font-size: 30px;
    animation: spin 1s linear infinite;
    color: #007eba;
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.heading-month-container {
    padding: 20px 22px;
    font-size: 32px;
    letter-spacing: 0.32px;
    background: #007eba;
    color: #fff;
    font-weight: 300;
    line-height: normal;
}

.heading-month-container b {
    font-weight: 700;
    text-transform: uppercase;
}

/*  Homepage News Bloc  */

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    border: none;
    background: none;
    color: #007eba;
    padding: 0;
}

.slick-arrow.slick-prev {
    right: calc(100% + 15px);
}

.slick-arrow.slick-next {
    left: calc(100% + 15px);
    transform: translateY(-50%) rotate(180deg);
}

.slick-arrow.slick-prev:after,
.slick-arrow.slick-next:after {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
}

.slick-arrow.slick-prev:after {
    content: "\e997";
}

.slick-arrow.slick-next:after {
    content: "\e997";
}

#content .grey-background {
    background: #ddd;
}

#content.home .news-list-view {
    margin-bottom: 70px;
}

#content.home .news-list-view .top-news .article a,
#content.home .news-list-view .top-news .article .article-content {
    display: block;
    float: none;
    margin-right: 0px;
}

#content.home .news-list-view .top-news .article a {
    padding-right: 0px;
}

#content .news-list-view .article a {
    display: inline-block;
    width: 100%;
}

#content.home .news-list-view .top-news .article img {
    float: none;
    max-width: 100%;
    margin-right: 0px;
    width: 100%;
}

#content.home .news-list-view .top-news .video-container {
    max-width: 800px;
    margin: 0 auto;
}

#content.home .news-list-view .top-news .mediaelement-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

#content.home .news-list-view .top-news .mediaelement-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#content.home .news-list-view .top-news .article .article-content {
    padding: 15px 28px 15px 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#content.home .news-list-view .top-news .article a:hover .article-content {
    padding-left: 23px;
    padding-right: 5px;
}

#content.home .news-list-view .top-news .article h5 {
    font-size: 34px;
    line-height: 1.15;
    margin-top: 0px;
    padding-top: 0;
}

#content.home .news-list-view .top-news .article .teaser-text {
    color: #4b4e50;
}

#content.home .news-list-view .top-news .article .teaser-text p {
    font-size: 16px;
}

#content.home .news-list-view .top-news .article hr {
    margin: 25px 0px 7px 0px;
}

.news-list-view .article {
    margin-bottom: 25px;
    position: relative;
}

#content .news-single .teaser-text {
    font-size: inherit;
    color: #333;
}

.news-list-view .article:last-of-type {
    margin-bottom: 0px;
}

.news-list-view .article a:hover {
    background: #fff;
}

#content.home .news-list-view .col-md-7 .article {
    padding-right: 12px;
}

/*#content.home .news-list-view .col-md-5 .article img { float: left; width: 134px; }*/

#content.home .news-list-view .col-md-5 .article .mediaelement-video iframe {
    float: left;
    width: 134px;
    height: 177px;
}

#content.home .news-list-view .col-md-5 .article img,
#content.home .news-list-view .col-md-5 .article .mediaelement-video iframe {
    display: none;
}

/*#content.home .news-list-view .col-md-5 .article .article-content { float: right; width: calc(100% - 134px - 18px);}*/

#content.home .news-list-view .col-md-5 .article .article-content {
    float: none;
    width: 100%;
}

#content .news-list-view .article a,
#content .news-list-view.event-list-view .article a {
    color: #333;
}

.news-list-view .article .article-picture {
    margin-bottom: 22px;
    overflow: hidden;
}

.news-list-view .article .article-picture img {
    transition: 0.3s;
}

#content.home .news-list-view .article hr {
    margin: 0px 0px 7px 0px;
    width: 50px;
}

.news .news-list-view .article h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    padding: 0;
    border: none;
    transition: 0.3s;
    color: #333;
}

.news-list-view .article .news-list-date {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 12px;
    display: inline-block;
}

.event-list-view .article .news-list-date {
    margin-bottom: 0;
}

.news .article.top-news-layout h3,
.featured-tiles h3 {
    font-size: 32px;
    margin-bottom: 12px;
    padding: 0;
    border: none;
    color: #333;
}

.news .news-list-view .article:not(.event-list-item, .top-news-layout) a:hover h3 {
    color: #007eba;
}

.news .news-list-view .article a:hover .article-picture img {
    transform: scale(1.05);
}

.news-list-view.news-slider .article {
    margin-bottom: 0;
    padding-bottom: 0;
}

.featured-tiles {
    margin-bottom: 80px;
}

.featured-tiles > a {
    color: #333;
}

.news .article.top-news-layout .article-content,
.featured-tiles .featured-tile-content {
    background: #e1ead8;
    padding: 30px;
}

.news .article.top-news-layout .teaser-text,
.featured-tiles .featured-tile-content .teaser-text {
    margin-bottom: 28px;
}

.news .article.top-news-layout .more-btn,
.featured-tiles .featured-tile-content .more-btn {
    padding: 13px 27px;
    font-weight: 500;
    border-radius: 100px;
    border: 1px solid #007eba;
    color: #007eba;
    display: inline-block;
    transition: 0.3s;
}

.news .article.top-news-layout > a:hover .more-btn,
.featured-tiles > a:hover .featured-tile-content .more-btn {
    background-color: #007eba;
    color: #fff;
}

/*#content.home .news-list-view .col-md-5 .article .news-list-date {



    position: absolute;


    bottom: 15px;


}*/

#content.home .news-list-view .col-md-5 .article .news-list-date {
    position: relative;
}

/*  Homepage Events Bloc  */

.news {
    clear: both;
}

#content .news-list-view.event-list-view .article {
    margin-bottom: 0px;
    padding: 0;
    display: flex;
}

.news > p,
.news .news-menu-view > p {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.news .category-menu,
.news-menu-view .period-menu {
    padding-left: 0px;
}

.news > .category-menu,
.news-menu-view .period-menu {
    padding-bottom: 40px;
}

#content.internal-page ul.category-menu,
#content.internal-page ul.period-menu {
    margin-bottom: 0px;
    padding-left: 0px;
}

.news .category-menu li,
.news-menu-view .period-menu li {
    list-style-type: none;
}

.news .category-menu li a,
.news-menu-view .period-menu li a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #007eba;
    color: #007eba;
    float: left;
    font-size: 16px;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 4px 29px;
    text-align: center;
}

.news .category-menu li a:hover,
.news-menu-view .period-menu li a:hover {
    color: #008bc7;
    border: 1px solid #008bc7;
}

.news .category-menu li a.active,
.news-menu-view .period-menu li a.active {
    background: #007eba;
    color: #fff;
}

.news .category-menu li a:hover,
.news .category-menu li a.active:hover,
.news-menu-view .period-menu li a:hover,
.news-menu-view .period-menu li a.active:hover {
    background: #008bc7;
    color: #fff;
}

#content .events-calendar-block .news-filter input[type="submit"] {
    font-size: 16px;
    margin-top: 38px;
    outline: none;
    padding: 12px 54px;
}

#content.internal-page .news-footer .more-link {
    margin-bottom: 150px;
    margin-top: 40px;
}

.event-list-view .article,
.news-list-view .article {
    margin-bottom: 26px;
}

.event-list-view .article a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    display: block;
    padding: 34px 30px;
    color: #333;
    position: relative;
}

.event-list-view .article:after {
    display: none !important;
}

.event-list-view .article a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: transparent;
    position: absolute;
    left: 0;
    bottom: 0px;
    transition: 0.3s;
}

.event-list-view .article:hover a {
    border-bottom-color: #007eba;
}

.event-list-view .article:hover a:after {
    background: #007eba;
}

.news-list-view.event-list-view .event-list-item h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    transition: 0.3s;
}

.news-list-view.event-list-view .event-list-item:nth-child(odd of .event-list-item) > a {
    background: #f5f5f5;
}

.news-list-view.event-list-view .news-list-date {
    width: 160px;
    min-width: 160px;
}

.news-list-view.event-list-view .event-date {
    color: #007eba;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.22px;
    line-height: normal;
}

.news-list-view.event-list-view .event-date .big-font {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.32px;
}

.news-list-view.event-list-view .event-date .txt {
    width: 31px;
    display: inline-block;
}

.news-list-view.event-list-view .event-date .hour {
    font-size: 15px;
}

.news-list-view.event-list-view .event-text > *:last-child {
    margin-bottom: 0;
}

.internal-page .news .news-list-view .top-news a {
    border-bottom: none;
}

#content.internal-page .news .news-list-view .article-content .col-sm-10 {
    padding-right: 60px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#content.internal-page .news-list-view a:hover .article-content .col-sm-10 {
    padding-right: 47px;
}

#content .event-list-view .article a:hover .article-content .col-sm-10 {
    padding-right: 15px;
}

.internal-page .news-list-view .button {
    margin-top: 40px;
}

.event-list-view .article .news-list-date .event-date,
#content.internal-page .news .news-list-view .article .news-list-date .event-date,
.news-single .article {
    position: relative;
}

.news-single .article .mediaelement.video-container {
    max-width: 800px;
    margin: 0 auto;
}

.news-single .article .mediaelement-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.news-single .article .mediaelement-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-single .social {
    position: absolute;
    right: 0px;
    top: 0px;
}

.news-single .social .facebook ul.orientation-horizontal {
    flex-wrap: unset;
}

.news-single .social .facebook .like {
    display: none;
}

.news-single .social .facebook .share {
    float: left;
    margin-right: 10px;
}

.news-single .social .facebook .twitter {
    float: left;
}

.news-single .news-list-date.event-single-date {
    color: #0062a7;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

#content .news-single .article .news-img-wrap {
    float: none;
    width: auto;
    margin: 0;
    margin-bottom: 20px;
}

.news-single .article .news-img-wrap a {
    border: 0px !important;
    float: none !important;
}

.news-single .content-element {
    margin-bottom: 40px;
}

.news-single .teaser-text {
    font-size: 16px;
    color: #4b4e50;
    margin-bottom: 20px !important;
}

#content.internal-page .news .news-list-view .article h5 {
    color: #1e3f74;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
}

.event-list-view .article a:hover h3,
#content.internal-page .news .news-list-view .article a:hover h5 {
    color: #007eba;
}
.event-list-view .article a h3,
.event-list-view .article a:hover h3 {
    color: #333;
}

.event-list-view .article .article-content {
    display: flex;
    gap: 15px;
}

.event-list-view .article .event-text,
#content.internal-page .news .news-list-view .article .event-text p {
    color: #333;
    line-height: 1.5;
    margin-bottom: 0px;
}

#content .event-list-view .article .article-footer {
    display: inline-block;
    width: 100%;
    float: none;
}

.event-list-view .article .article-footer .news-list-category,
#content.internal-page .news .news-list-view .article .article-footer .news-list-category,
.event-single-category .news-list-category {
    color: #c3c4c5;
    font-size: 14px;
    font-weight: bold;
    float: left;
    letter-spacing: 0.2px;
    margin-right: 45px;
    text-transform: uppercase;
}

#content .event-list-view .article .article-footer .event-location,
#content.internal-page .news .news-list-view .article .article-footer .event-location {
    color: #4b4e50;
    font-size: 14px;
    float: left;
}

#content .event-list-view .article .article-footer .event-location .fa,
#content.internal-page .news .news-list-view .article .article-footer .event-location .fa {
    margin-right: 5px;
}

.event-list-view .article .article-footer .more,
#content.internal-page .news .news-list-view .article .article-footer .more {
    color: #c3c4c5;
    font-size: 14px;
    font-weight: bold;
    float: right;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

#content .event-list-view .article .more .icon,
#content.internal-page .news-list-view .article .more .icon {
    color: #007eba;
    margin-left: 8px;
    font-size: 9px;
}

#content .event-list-view .article a:hover .more,
#content.internal-page .news .news-list-view .article a:hover .more {
    color: #007eba;
}

#content .news-footer,
#content.internal-page .news .news-footer {
    text-align: center;
}

#content .news-footer .more-link {
    margin-top: 35px;
}

.news-list-view .news-footer .button {
    display: inline-block;
    margin-bottom: 0px;
    cursor: pointer;
}

.news-footer .news-link {
    color: #1e3f74;
    font-size: 18px;
    padding: 5px 22px;
}

.news-footer .news-link .icon {
    color: #007eba;
    margin-left: 8px;
}

#content .news-footer .news-link-border,
#content.internal-page .news .news-footer .news-link:first-of-type {
    border-right: 1px solid #e5e5e5;
}

#content .events-calendar-block .news .news-footer .news-link:last-of-type,
#content.internal-page .news .news-footer .news-link:last-of-type {
    border-right: 0;
}

.news-footer .news-link:hover {
    color: #007eba;
}

.news.news-single h3 {
    border-bottom: 0;
    margin-top: 20px;
    margin-bottom: 30px !important;
    padding-top: 0px;
}

.news-single .footer {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.event-single-category {
    display: inline-block;
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 15px;
}

.news-single .article .news-img-wrap {
    float: none;
    width: auto;
    margin: 0;
    margin-bottom: 20px;
}

/*  Newsletter  */

#content .blue-background {
    background: #304c66;
}

#content .blue-background h3 {
    color: #fff;
}

#content .gradient-background {
    background: #007eba;
}

#content .gradient-background h3 {
    color: #fff;
}

form#newsletter {
    margin: 0 auto;
    width: 100%;
}

#newsletter input {
    border: 0px;
    background-color: #ffffff;
    margin-bottom: 22px;
    outline: none;
    padding: 20px;
    width: 100%;
    line-height: normal;
    transition: 0.3s;
    appearance: none;
    border-radius: 0;
    -webkit-appearance: none;
}

#newsletter input:focus {
    box-shadow: 0px 0px 0px 4px #006899;
}

#newsletter input::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
    opacity: 1;
}

#newsletter input::-moz-placeholder {
    color: rgba(51, 51, 51, 0.5);
    opacity: 1;
}

#newsletterinput:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
    opacity: 1;
}

#newsletter input:-moz-placeholder {
    color: rgba(51, 51, 51, 0.5);
    opacity: 1;
}

#newsletter .powermail_submit {
    background: #007eba;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-right: 0px;
    text-transform: uppercase;
    width: 100%;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#newsletter .powermail_submit:hover,
input[type="submit"]:hover {
    background: #006999;
}

#newsletter a {
    color: #fff;
    font-size: 16px;
    float: right;
    letter-spacing: 0.2px;
}

#newsletter a:hover {
    color: #007eba;
}

#newsletter .powermail_field a {
    float: right;
    margin-right: 115px;
}

#newsletter + hr {
    background: rgba(255, 255, 255, 0.2);
    border: 0px;
    height: 1px;
    margin: 30px auto 14px;
    width: 148px;
}

#content .sms-alert {
    text-align: center;
}

.sms-alert .fa.fa-mobile {
    display: none;
}

#content .sms-alert a {
    font-size: 17px;
    letter-spacing: 0.2px;
}

#content .sms-alert .icon {
    display: block;
    font-size: 39px;
    margin-bottom: 10px;
}

/*  Useful links  */

#useful-links .useful-links-container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    align-items: center;
    justify-content: center;
}

#useful-links .useful-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}

#useful-links .useful-link img {
    mix-blend-mode: darken;
    max-width: 100%;
    height: auto;
    max-height: 50px;
    width: auto;
}

#useful-links .useful-link:last-of-child {
    margin-right: 0px;
}

#useful-links .useful-link:hover {
    border-color: rgba(0, 159, 227, 0.7);
}

.container #useful-links.dce-uselful-links {
    margin-bottom: 50px;
}

.container #useful-links.dce-uselful-links:last-child {
    margin-bottom: 0;
}

/*////// INTERNAL PAGE CONTENT STYLES //////*/

.ps-scrollbar-y-rail {
    position: absolute;
}

/*



 * 5 colonnes



 */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

#title-content h1,
#title-content h2 {
    margin-top: 50px;
    text-transform: uppercase;
    margin-bottom: 0;
}

#content.internal-page {
    margin-bottom: 50px;
}

#header.fixed + #content.internal-page,
#header.fixed + .sub-menu-pid {
    margin-top: 90px;
}

.ce-border img,
.ce-border iframe {
    border: 0px !important;
}

#content.internal-page .main-content {
    padding-bottom: 120px;
}

#content.internal-page .sidebar > img {
    margin-bottom: 40px;
}

#content.internal-page p {
    line-height: 1.7;
    margin-bottom: 25px;
}

#content.internal-page ul {
    margin-bottom: 30px;
    padding-left: 48px;
}

#content.internal-page .document-link {
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    margin-bottom: 55px;
    padding-bottom: 20px;
}

#content.internal-page .document-link a {
    color: #007eba;
    margin-right: 12px;
}

#content.internal-page .document-link a:hover {
    color: #006999;
}

#content.internal-page .document-link a .fa {
    margin-right: 12px;
}

#content.internal-page .document-link .download-link {
    display: inline-block;
    font-size: 15px;
    margin-top: 10px;
}

#content.internal-page .document-link .download-link .fa {
    margin-right: 10px;
}

/* Breadcrumb */

#content #breadcrumb {
    margin-bottom: 30px;
    font-weight: 300;
    color: #000;
    font-size: 12px;
    margin-top: 80px;
}

#content #breadcrumb label {
    font-weight: 300;
}

#content #breadcrumb a {
    color: #000;
    position: relative;
    display: inline-block;
}

#content #breadcrumb .current-breadcrumb {
    color: #007eba;
    font-weight: 700;
}

#content #breadcrumb a:hover {
    color: #007eba;
}

#content #breadcrumb a:after,
#content #breadcrumb label:after {
    content: "\e90c";
    font-family: "icomoon" !important;
    font-size: 10px;
    margin-left: 16px;
    margin-right: 16px;
}

/* Journal communal */

#c8169 {
    float: left;
}

#c5777 .ce-image .ce-gallery .ce-row {
    overflow: unset;
}

#c5777 .csc-textpic-center-inner,
#c8169 .csc-textpic-center-inner {
    margin-left: -15px;
    margin-right: -15px;
}

#c8096 .ce-gallery .ce-row {
    overflow: unset;
    margin-bottom: 0px;
}

#c5777 .ce-column,
#c8096 .ce-gallery .ce-row .ce-column,
#c8169 .csc-textpic-imagecolumn {
    width: 16.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0px;
}

#c5777 .ce-column a,
#c8169 .csc-textpic-imagecolumn a {
    display: block;
}

#c5777 .ce-column figure,
#c8169 .csc-textpic-imagecolumn figure {
    margin-bottom: 30px;
}

#c5777 .ce-column img {
    margin-bottom: 8px;
    aspect-ratio: 29 / 41;
    object-fit: contain;
    width: 100%;
}

/* /Journal communal */

/* Tiles */

#content .tiles {
    margin-bottom: 50px;
}

#content .tiles a {
    color: #333;
}

#content .tiles img {
    height: auto;
    margin-bottom: 0px;
    width: 100%;
}

#content .tiles h3 {
    font-size: 32px;
    margin-bottom: 15px;
    margin-top: 0px;
    border-bottom: none;
    transition: 0.3s;
    padding: 0;
}

.internal-page#content .tiles h3 {
    color: #333;
    font-size: 28px;
    margin-bottom: 0;
}

#content .tiles p {
    margin: 0px;
}

#content .tiles a .tile-content {
    padding: 28px 0px 28px 0px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.homepage #content .tiles a .tile-content {
    padding-bottom: 0;
}

#content.internal-page .tiles a .tile-content {
    padding-right: 40px;
}

#content.internal-page .tiles a:hover .tile-content {
    background: #fafafa;
    padding-left: 20px;
    padding-right: 20px;
}

#content .tiles a:hover .tile-content > *:last-child {
    margin-bottom: 0;
}

#content .tiles a:hover h3 {
    color: #007eba;
}

#content .tile .tile-content {
    background: #fafafa;
    padding: 20px 25px 50px 25px;
}

#content .tile .tile-content p {
    margin-bottom: 10px;
}

#content .tile .tile-content ul {
    margin-bottom: 0px;
    padding-left: 0px;
}

#content .tile .tile-content ul li {
    list-style-type: none;
    line-height: 1.5;
}

/* Cartoriviera */

#content .tx-mtaddressbox-pi1 {
    margin-bottom: 50px;
}

#content .tx-mtaddressbox-pi1 .mtaddressbox-item div div {
    max-width: 100%;
}

#content .tx-mtaddressbox-pi1 .mtaddressbox-item [id^="map-"] {
    width: 100% !important;
}

#content .tx-mtaddressbox-pi1 h4 {
    font-weight: bold;
    font-size: 18px;
}

#content .tx-mtaddressbox-pi1 p {
    color: #4b4e50;
    font-size: 16px;
    margin: 0px;
}

#content .tx-mtaddressbox-pi1 .visible-container {
    background: #fafafa;
    padding: 25px;
}

#content .tx-mtaddressbox-pi1 .visible-container p {
    margin-bottom: 10px;
    color: #4b4e50;
    font-size: 16px;
    line-height: 1.5;
}

#content .tx-mtaddressbox-pi1 .visible-container p.address,
#content .tx-mtaddressbox-pi1 .visible-container p.address-2,
#content .tx-mtaddressbox-pi1 .visible-container p.locality {
    margin-bottom: 0px;
}

#contentAddress #address #address-content .onglets-sub-content .jp-container .address .where p {
    margin-bottom: 10px;
}

div.olMap {
    position: relative;
}

#fancybox {
    max-width: 100%;
    overflow: hidden;
}

#fancybox #address-menu {
    display: none;
}

#contentAddress #address #address-content .active {
    max-height: 628px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
}

#contentAddress #planSitu {
    width: 50% !important;
}

#contentAddress #address #address-content .onglets-sub-content {
    padding: 10px;
}

#contentAddress #address #address-content .onglets-sub-content .jp-container .address .zoom {
    padding: 0px 20px 0px 10px;
    width: 20%;
}

#contentAddress #address #address-content .onglets-sub-content .jp-container .address .zoom span {
    width: 100%;
}

#contentAddress #address #address-content .onglets-sub-content .jp-container .address .where {
    margin: 0 0 20px 0px;
    float: left;
    width: 80%;
}

#contentAddress #address #address-content {
    width: 100%;
}

#contentAddress #address {
    width: 50%;
}

div.olMap {
    width: 50% !important;
}

.mtaddressbox-item div.olMap {
    width: 100% !important;
}

#contentAddress #address #address-content .onglets-sub-content .jp-container .address .where h3 {
    line-height: 12px;
    text-align: left;
}

#contentAddress .container {
    max-width: 1170px;
    width: 100%;
}

/* /cartoriviera */

/* News */

#content.internal-page .news-list-view .top-news .article {
    height: 380px;
    margin-bottom: 50px;
}

#content.internal-page .news .top-news .article-content {
    border: 5px solid #007eba;
    display: block;
    height: 100%;
    padding: 20px 35px 25px 25px;
    position: relative;
}

#content.internal-page .news .top-news a:hover {
    padding-left: 0;
    background: none;
}

#content.internal-page .news .top-news .article-content:before {
    background: #fff;
    content: "A LA UNE";
    color: #007eba;
    font-size: 17px;
    left: 40px;
    padding: 0px 15px;
    position: absolute;
    top: -14px;
    font-weight: bold;
    font-family: "carlitoregular";
}

#content.internal-page .news .top-news .article-content h5 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
}

#content.internal-page .news .top-news .article-content .teaser-text p {
    color: #4b4e50;
    font-size: 16px;
}

#content.internal-page .news .top-news .article-content .top-news-date {
    bottom: 25px;
    position: absolute;
}

#content.internal-page .news .top-news .article-content hr {
    margin: 25px 0px 7px 0px;
    width: 50px;
}

.internal-page .news .news-list-view .article {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.internal-page .news .news-list-view .article:nth-child(4n + 1) {
    clear: left;
}

@media screen and (max-width: 1199px) {
    .internal-page .news .news-list-view .article:nth-child(4n + 1) {
        clear: initial;
    }

    .internal-page .news .news-list-view .article:nth-child(3n + 1) {
        clear: left;
    }
}

@media screen and (max-width: 991px) {
    .internal-page .news .news-list-view .article:nth-child(3n + 1) {
        clear: initial;
    }

    .internal-page .news .news-list-view .article:nth-child(2n + 1) {
        clear: left;
    }
}

.internal-page .news .news-list-view .article h5 {
    margin-top: 5px;
}

.internal-page .news .news-list-view:not(.event-list-view) .article a {
    padding-bottom: 15px;
    position: relative;
}

.internal-page .news .news-list-view .article .article-picture {
    border: solid 1px #e5e5e5;
}

.internal-page .news .news-list-view .article-picture iframe {
    max-width: 100%;
    max-height: 180px;
    border: solid 1px #e5e5e5;
}

.internal-page .news .news-list-view .top-news .article-picture iframe {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.internal-page .news .news-list-view .article .article-content {
    float: left;
    max-width: none;
    width: 100%;
}

.internal-page .news-list-view .article .article-footer {
    float: left;
}

.internal-page .news-list-view .article .article-content hr {
    margin: 0px 0px 7px 0px;
    width: 50px;
}

#content.internal-page .news .news-list-view .article .article-content .news-list-date,
.news-single .news-list-date {
    color: #87898a;
}

#content.internal-page .news-single p {
    margin-bottom: 20px;
}

.news-single .news-list-date {
    font-size: 14px;
}

#content.internal-page .news .news-list-view .article .article-content .more {
    color: #c3c4c5;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2px;
    padding-top: 8px;
    text-transform: uppercase;
}

#content.internal-page .news .news-list-view .article .article-content .more .fa {
    color: #007eba;
    margin-left: 5px;
}

#content.internal-page .news .news-list-view .article a:hover .more {
    right: 25px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

fieldset {
    margin-left: -15px;
    margin-right: -15px;
}

.tx-felogin-pi1 fieldset,
.frame-type-felogin_login fieldset {
    margin-left: 0px;
    margin-right: 0px;
}

.tx-felogin-pi1 legend,
.frame-type-felogin_login legend {
    display: none;
}

.frame-type-felogin_login > h3 + p {
    font-size: 14px !important;
    margin-bottom: 0px !important;
}

.powermail_fieldwrap {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.powermail_legend {
    display: none;
}

.powermail_fieldwrap.powermail_fieldwrap_type_input,
.powermail_fieldwrap.powermail_fieldwrap_type_radio,
.powermail_fieldwrap.powermail_fieldwrap_type_check,
.powermail_fieldwrap.powermail_fieldwrap_type_textarea {
    width: 50%;
    float: left;
}

.powermail_fieldwrap_type_submit {
    margin-top: 20px;
}

.powermail_label {
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 7px;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.powermail_fieldwrap_type_input .powermail_field,
.powermail_fieldwrap_type_textarea .powermail_field,
.powermail_fieldwrap_type_radio .powermail_field,
.powermail_fieldwrap.powermail_fieldwrap_type_file .powermail_field,
.powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field,
.powermail_fieldwrap .col-sm-10 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}

.powermail_input,
.powermail_textarea {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.powermail_fieldwrap_type_radio label {
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.powermail_fieldwrap_type_radio > label {
    margin-bottom: 10px;
}

.powermail_fieldwrap_type_radio .powermail_field {
    padding-left: 20px;
}

.powermail_fieldwrap_type_text .powermail_field {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
}

.powermail_fieldwrap_type_file .powermail_label,
.powermail_fieldwrap.powermail_fieldwrap_type_file .powermail_field {
    padding-top: 0px;
    padding-right: 15px;
    width: 50%;
}

.powermail_fieldwrap.layout1 {
    width: 50%;
    clear: both;
    float: left;
}

.powermail_fieldwrap.layout3 {
    margin-right: 50%;
}

/*  Login  */

.tx-felogin-pi1 form,
.frame-type-felogin_login form {
    margin-top: 25px;
    max-width: 550px;
}

.tx-felogin-pi1 input[type="text"],
.tx-felogin-pi1 input[type="password"],
.frame-type-felogin_login input[type="text"],
.frame-type-felogin_login input[type="password"] {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    float: none;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 70%;
}

.tx-felogin-pi1 label,
.frame-type-felogin_login label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 0px;
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
    float: none;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    max-width: 100%;
}

.tx-felogin-pi1 input[type="submit"],
.frame-type-felogin_login input[type="submit"] {
    margin-top: 20px;
}

/*  Accordion Styles  */

.panel {
    border: 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: -2px;
}

.panel-default > .panel-heading {
    background: none;
}

.panel-default > .panel-heading a.collapsed {
    background: none;
}

.panel-default > .panel-heading a {
    background: #f5f5f5;
}

.panel-heading {
    border: 0;
    padding: 0;
    position: relative;
}

.panel-heading a {
    display: block;
    padding: 35px;
}

.panel-heading a.collapsed h3 {
    color: #1e3f74;
}

.panel-heading a h3 {
    color: #007eba;
    font-weight: bold;
    border: 0;
    margin: 0px;
    padding: 0px;
}

.panel .panel-body .panel-heading a h3 {
    font-size: 28px;
}

.panel-heading h1,
.panel-heading h2,
.panel-heading h3,
.panel-heading h4,
.panel-heading h5,
.panel-heading h6 {
    margin-bottom: 0;
}

.panel-heading .more-icon {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 35px;
    top: calc(50% - 10px);
}

.panel-heading .more-icon span {
    height: 2px;
    border-radius: 2px;
    width: 100%;
    background: #333;
    display: block;
    margin: 9px 0px;
    transition: all 0.2s ease;
}

.panel-heading a.collapsed .more-icon span + span {
    transform: rotate(90deg);
    margin: 0px;
    margin-top: -11px;
}

.panel-heading a {
    color: #333;
}

.panel-heading a .more-icon span + span {
    transform: rotate(0deg);
    margin: 0px;
    margin-top: -11px;
}

.panel-collapse {
    background: #f5f5f5;
    padding: 0px;
}

.panel-collapse .panel-body {
    padding: 10px 35px 20px 35px;
}

/*////// FOOTER STYLES //////*/

footer ul {
    padding-left: 0px;
}

footer ul li {
    list-style-type: none;
}

.newsletter-form h3,
.newsletter-form p {
    color: #fff;
}

.newsletter-form .form-area {
    flex: 1;
    min-width: 20%;
}

.subfooter-left-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/*  Top footer  */

footer #top-footer {
    background-color: #007eba;
    color: #fff;
    padding: 60px 0px 80px;
}

footer #top-footer .info-contact ul {
    margin-bottom: 45px;
    padding-left: 0px;
}

footer #top-footer .info-contact ul li,
footer #top-footer .info-contact p {
    font-size: 18px;
    line-height: 1.8;
}

footer #top-footer .info-contact p {
    margin-bottom: 0px;
}

footer #top-footer .info-contact a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

footer #top-footer .info-contact a:hover {
    color: rgba(255, 255, 255, 1);
}

footer #top-footer .info-contact hr {
    background: rgba(255, 255, 255, 0.2);
    border: 0px;
    height: 1px;
    margin: 50px auto 40px;
    width: 262px;
}

footer #top-footer .info-contact .social-icons {
    margin-bottom: 0px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

footer #top-footer .info-contact .social-icons + *,
footer .info-contact .frame + .frame {
    margin-top: 40px;
}

footer #top-footer .info-contact .social-icons li a {
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons li a .icon {
    transition: none;
}

footer #top-footer .info-contact .social-icons li a:hover {
    color: #fc7768;
}

footer #top-footer .info-contact .social-icons li.social-mail {
    display: none;
}

/* footer #top-footer .info-contact .social-icons li.social-facebook-official a:hover {
    color: #3b5999;
}

footer #top-footer .info-contact .social-icons li.social-twitter a:hover {
    background: #55acee;
}

footer #top-footer .info-contact .social-icons li.social-instagram a:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
} */

.iFrameBox:hover .map-icon-text span:last-child {
    text-decoration: underline;
}

.map-icon-text {
    display: inline-flex;
    align-items: center;
}

footer #top-footer .iFrameBox .map-icon-text {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.iFrameBox {
    position: relative;
    display: block;
}

footer #top-footer .iFrameBox .map-icon-text .icon {
    color: #fff;
    font-size: 90px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: normal;
}

footer #top-footer .iFrameBox .map-icon-text span {
    color: #fff;
    display: block;
    font-size: 24px;
    letter-spacing: 0.7px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
    text-decoration: none;
}

footer #top-footer .iFrameBox .map-icon-text span.icon-map {
    font-size: 40px;
}

footer #top-footer .iFrameBox:after {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer #top-footer .iFrameBox:hover:after {
    background: rgba(211, 129, 119, 0.7);
}

/*  Copyright footer  */

footer #copyright-footer {
    background: #0174ab;
    color: #fff;
}

footer #copyright-footer .footer-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

footer #copyright-footer ul {
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
}

footer #copyright-footer ul li {
    margin-right: 20px;
}

footer #copyright-footer ul li:last-of-type {
    margin-right: 0px;
}

footer #copyright-footer ul li a,
footer #copyright-footer a {
    color: #fff;
    line-height: 1;
}

footer #copyright-footer ul li a:hover,
footer #copyright-footer a:hover {
    text-decoration: underline;
}

footer #copyright-footer p {
    padding-left: 25px;
    margin-left: 25px;
    margin-bottom: 0;
    position: relative;
}

footer #copyright-footer p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 26px;
    background: rgba(255, 255, 255, 0.25);
}

footer #copyright-footer img {
    position: relative;
    top: -35px;
}

/*////// RESPONSIVE STYLES //////*/

/*  Media Queries - Screen under 1800px  */

@media screen and (min-width: 991px) and (max-width: 1920px) {
    .logo {
        margin-left: -1.4vw;
        width: 17vw;
    }

    form#tx_indexedsearch .tx-indexedsearch-searchbox-button,
    form#form_kesearch_pi1 .submitbutt {
        font-size: 1vw;
        right: 1vw;
    }

    #header form#form_kesearch_pi1 .kesearchbox #ke_search_sword {
        height: 2.95vw;
        width: 2.95vw;
        min-width: 2.95vw;
        font-size: 0.95vw;
    }

    #header form#form_kesearch_pi1 .kesearchbox #ke_search_sword:focus {
        width: 15.7vw;
        padding-right: 2.6vw;
    }

    #header form#form_kesearch_pi1 .kesearchbox #ke_search_sword {
        padding: 0 1vw;
    }

    #header .header-top-area .right-area {
        column-gap: 1.56vw;
    }

    #header .social-icons {
        gap: 0.84vw;
    }

    #header .social-icons li a {
        font-size: 1.5vw;
    }

    .header-btn {
        padding: 0.77vw;
        font-size: 0.938vw;
    }

    #header .header-top-area {
        padding: 2.1vw 0;
    }

    #main-nav .menu > li > a {
        padding: 1.25vw 1.7vw;
        font-size: 1.05vw;
    }

    .dropdown-menu {
        border-width: 0.55vw;
        box-shadow: 0.31vw 1.56vw 1.56vw 0px rgba(0, 0, 0, 0.25);
        padding: 0.93vw 3.125vw 1.82vw 3.125vw;
        width: 38.5vw;
    }

    .dropdown-menu ul {
        column-gap: 2.29vw;
    }

    .dropdown-menu ul li a {
        padding: 1.04vw 0;
        font-size: 1.09vw;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1920px) {
    .themes-cta-outer .theme .content {
        font-size: 1.35vw;
        min-height: 11vw;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .themes-cta-outer .theme {
        flex-direction: column-reverse;
    }

    .themes-cta-outer .theme .content {
        min-width: 100%;
        max-width: 100%;
        min-height: auto;
    }

    .themes-cta-outer .theme .content .carret {
        left: calc(50% - 25px);
        top: 100%;
        transform-origin: 100% 0;
        transform: translateX(-100%) rotate(-90deg);
    }

    .themes-cta-outer .theme .content .carret-bg {
        left: calc(50% - 36px);
        top: 100%;
        transform-origin: 100% 0;
        transform: translateX(-100%) rotate(-90deg);
    }

    .themes-cta-outer .theme .img-wrap img {
        aspect-ratio: 6/4;
    }
}

@media screen and (max-width: 1800px) {
    #header .menu-container .logo-sticky.logo-big {
        display: none;
    }

    #header .menu-container .logo-sticky.logo-small {
        display: block;
    }

    #header .menu-container .logo-sticky {
        margin-top: 15px;
    }
}

/*  Media Queries - Screen under 1400px  */

@media screen and (max-width: 1400px) {
    #header .menu-container .container,
    .sub-menu-content .container {
        padding-left: 116px;
        width: 100%;
    }

    #header .menu-container .menu {
        display: flex;
    }

    #header .menu-container .menu > li {
        width: auto;
    }
}

/*  Media Queries - Screen under 1310px  */

@media screen and (max-width: 1310px) {
    #header .menu-container .container {
        padding-right: 0;
    }

    #header .menu-container .dropdown-menu .container {
        padding-right: 15px;
    }
}

/*  Media Queries - Screen under 1250px  */

@media screen and (max-width: 1250px) {
    #header .menu-container .container,
    .sub-menu-content .container {
        padding-left: 72px;
    }

    #header .menu-container .logo-sticky {
        margin-left: 12px;
    }
}

/*  Media Queries - Screen under 1200px  */

@media screen and (max-width: 1200px) {
    #header .virtual-counter-content .virtual-counter-tile {
        padding: 20px 30px;
    }

    #header .virtual-counter-content .virtual-counter-tile .page-title {
        font-size: 20px;
        max-width: 180px;
    }

    #header .virtual-counter-content .virtual-counter-tile .fa {
        float: none;
        margin-right: 0px;
    }

    #header .virtual-counter-content .virtual-counter-tile p {
        max-width: inherit;
        width: 100%;
    }

    #header .menu-container .menu li:last-of-type {
        border-right: 0;
    }

    #content .news-block .article hr {
        margin: 35px 0px 7px 0px;
    }

    #content .events-calendar-block .news-filter input[type="submit"] {
        padding: 12px 37px;
    }

    #content #useful-links .useful-link {
        margin-bottom: 6px;
    }

    #content #useful-links .useful-link:last-of-type {
        margin-bottom: 0px;
    }

    footer #copyright-footer p {
        padding: 20px 20px;
        text-align: center;
    }
}

/*  Media Queries - Screen under 680px height  */

@media screen and (max-height: 680px) {
    #content .menu-tiles {
        margin-top: -440px;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    #content .menu-tiles.little-tiles {
        margin-top: -116px;
    }
}

@media only screen and (min-width: 992px) and (max-height: 680px) {
    #content .menu-tiles {
        margin-top: -335px;
    }
}

/*  Media Queries - Screen under 992px  */

@media screen and (max-width: 991px) {
    .menu-toggle {
        display: block;
    }

    .logo {
        margin-left: -10px;
        width: 130px;
    }

    #header .header-top-area {
        padding: 0;
        flex-wrap: wrap;
    }

    #header .header-top-area .right-area,
    .slider-top {
        display: none;
    }

    .mobile-search {
        display: flex;
        justify-content: center;
        margin: 26px 0 42px 0;
    }

    #header {
        background: #fff;
    }

    #header .main-nav-wrap {
        background: #fff;
        position: fixed;
        width: 100%;
        max-width: inherit;
        height: calc(100% - 69px);
        z-index: 999;
        top: 69px;
        left: 0;
        padding: 0 45px;
        display: none;
        overflow: auto;
    }

    #main-nav .menu {
        flex-direction: column;
        width: 100%;
    }

    #header .header-top-area .left-area {
        padding: 20px 0;
        top: 0;
        background: #fff;
        z-index: 99;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    #main-nav .menu > li > a:after {
        width: 67px;
        height: 1px;
        background-color: #86c1de;
        left: 28px;
        bottom: 0;
        top: inherit;
        transform: none;
    }

    #main-nav .menu > li > a {
        padding: 20px 28px;
        font-size: 16px;
        line-height: 1.3;
        display: flex;
        justify-content: flex-start;
    }

    #header .header-bottom-area {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 100%;
        gap: 10px;
    }

    #header .header-bottom-area #nav {
        margin-bottom: 45px;
    }

    #header .header-bottom-area .btn {
        display: block;
        margin-bottom: 20px;
        white-space: normal;
        font-size: 16px;
    }

    #header .social-icons {
        gap: 19px;
        justify-content: center;
        margin-bottom: 40px;
    }

    #main-nav .menu .has-sub > a:before {
        content: "\e90a";
        font-family: "icomoon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        opacity: 0 !important;
        transition: 0.3s;
        background: none;
        width: auto;
        position: inherit;
        transition: 0.3s;
        position: absolute;
        top: 50%;
        transform: translateX(-10px) translateY(-50%);
        height: auto;
        left: 15px;
    }

    #main-nav .menu .has-sub.sub-open > a:before {
        opacity: 1 !important;
        transform: translateX(0px) translateY(-50%);
    }

    #main-nav .menu .has-sub.sub-open > a {
        padding-left: 40px;
    }

    .dropdown-menu {
        position: inherit;
        opacity: 1;
        visibility: visible;
        width: 100%;
        max-width: 100%;
        padding: 0;
        box-shadow: none;
        border-width: 15px;
        display: none;
        transition: none !important;
        margin-top: -1px;
    }

    .dropdown-menu ul {
        column-count: inherit;
    }

    .dropdown-menu ul li a {
        padding: 20px 26px;
        border-bottom: none;
        font-size: 16px;
        position: relative;
    }

    .dropdown-menu ul li a:after {
        content: "";
        width: 64px;
        height: 1px;
        background: #d9d9d9;
        position: absolute;
        left: 26px;
        bottom: 0;
    }

    .dropdown-menu ul li:last-child a:after {
        display: none;
    }

    form#form_kesearch_pi1 .kesearchbox #ke_search_sword {
        padding: 8px 15px;
        width: 312px;
        min-width: 312px;
        height: auto;
        border: 4px solid rgba(0, 0, 0, 0.1);
        color: #333;
        cursor: text;
        line-height: normal;
        font-size: 16px;
    }

    form#form_kesearch_pi1 .kesearchbox #ke_search_sword:not(:focus) {
        color: #333;
    }

    form#tx_indexedsearch .tx-indexedsearch-searchbox-button,
    form#form_kesearch_pi1 .submitbutt {
        font-size: 15px;
        pointer-events: initial;
    }

    form#form_kesearch_pi1 .kesearchbox #ke_search_sword::placeholder {
        opacity: 1;
    }

    #header #top-header .top-header-icons li {
        margin: 0;
    }

    #header .menu-container .menu li a {
        padding: 14px 10px;
        font-size: 12px;
    }

    #header .menu-container .menu li .dropdown-menu h3 a,
    .sub-menu-content h3 {
        font-size: 45px;
    }

    #header .virtual-counter-content .virtual-counter-tile {
        padding: 20px;
        height: 100px;
    }

    #header .virtual-counter-content .virtual-counter-tile .icon {
        font-size: 50px;
        width: 50px;
    }

    #header .virtual-counter-content .virtual-counter-tile .icon.icon-shopping-cart-2 {
        font-size: 38px;
    }

    #header .virtual-counter-content .virtual-counter-tile .icon.icon-bicycle-mountain {
        font-size: 28px;
    }

    #header .virtual-counter-content .virtual-counter-tile .icon.icon-bubble-chat-exclamation-2 {
        font-size: 41px;
    }

    #header .virtual-counter-content .virtual-counter-tile .icon.icon-leaf,
    #header .virtual-counter-content .virtual-counter-tile .icon.icon-account-group-4 {
        font-size: 41px;
    }

    #header .virtual-counter-content .virtual-counter-tile .icon.icon-caution-fence {
        font-size: 49px;
    }

    #header .virtual-counter-content .virtual-counter-tile .icon.icon-piggy-bank {
        font-size: 43px;
    }

    #header .virtual-counter-content .virtual-counter-tile .page-title {
        font-size: 18px;
        width: calc(100% - 65px);
        max-width: 130px;
    }

    #header #top-header .virtual-counter-btn {
        width: 280px;
        font-size: 18px;
    }

    #header .header-top-ext-link:first-of-type {
        margin-left: 20px;
    }

    #content .menu-tiles.little-tiles {
        margin-top: -116px;
    }

    #content .menu-tiles {
        margin-top: -440px;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    #content .menu-tiles .row .menu-tile {
        padding-top: 20px;
        font-size: 48px;
        background: #ffffff;
        height: 150px;
    }

    #content .menu-tiles .menu-tile .page-title {
        padding: 0 15px;
        font-weight: bold;
        line-height: 1.1;
        font-size: 17px;
        margin-top: 0;
    }

    #content .grey-background {
        background: #fafafa;
        margin-top: 0;
    }

    .top-news {
        margin-bottom: 26px;
    }

    #content.internal-page .news .top-news .article-content {
        margin-top: 12px;
    }

    #content .news-block .top-news .article {
        margin-bottom: 25px;
    }

    #content .events-calendar-block .news-filter input[type="submit"] {
        padding: 12px 54px;
    }

    #content.internal-page .main-content {
        padding-bottom: 30px;
    }

    #c5777 .ce-column {
        width: 25%;
    }

    #content.internal-page .news-list-view .top-news .article {
        height: auto;
    }

    footer #top-footer .iFrameBox {
        margin-right: 0px;
    }

    .slick-arrow {
        top: calc(100% + 20px);
        transform: translateY(0%);
    }

    .slick-arrow.slick-prev {
        left: 15px;
    }

    .slick-arrow.slick-next {
        left: 50px;
        transform: translateY(0%) rotate(180deg);
    }

    .slick-arrow.slick-prev:after,
    .slick-arrow.slick-next:after {
        font-size: 20px;
    }

    .themes-cta-outer .theme .content {
        min-width: 60%;
        max-width: 60%;
        min-height: 200px;
    }

    .themes-cta-outer .row > [class^="col-"]:not(:last-child) {
        margin-bottom: 30px;
    }

    #content.internal-page .sidebar {
        padding-top: 25px;
    }

    .round-link:after {
        width: 40px;
        height: 40px;
    }

    .round-link {
        padding: 0 20px;
        font-size: 15px;
    }

    h2 {
        font-size: 30px;
    }

    .pop-up-container .pop-up-inner .pop-up ul li a {
        padding: 10px 0px;
        font-size: 16px;
    }

    .pop-up-inner .pop-up .pop-up-close {
        font-size: 16px;
        right: 20px;
        top: 20px;
    }

    .pop-up-inner .pop-up {
        padding: 20px;
    }

    footer #top-footer .info-contact {
        margin-bottom: 50px;
    }

    footer #top-footer .row > [class^="col-"]:last-child .info-contact:last-child {
        margin-bottom: 0;
    }

    footer #copyright-footer .footer-flex {
        flex-direction: column;
        padding: 30px 0;
    }

    .subfooter-left-area {
        flex-direction: column;
        row-gap: 20px;
    }

    footer #copyright-footer img {
        top: 0;
    }

    footer #copyright-footer p {
        margin: 0;
    }

    footer #copyright-footer p:before {
        display: none;
    }

    footer .column-3 {
        clear: left;
    }
}

/*  Media Queries - Screen under 991px  */

/*  Media Queries - Screen under 900px  */

@media screen and (max-width: 900px) {
    #content .news-block .top-news .article {
        margin-bottom: 25px;
    }

    #content .events-calendar-block .news-filter input[type="submit"] {
        padding: 12px 54px;
    }
}

/*  Media Queries - Screen under 850px  */

@media screen and (max-width: 850px) {
    #header #top-header .social-icons li {
        margin-right: 8px;
    }

    #header .header-top-ext-link:first-of-type {
        margin-left: 15px;
    }
}

/*  Media Queries - Screen under 768px  */

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 1.5;
    }

    h1 {
        font-size: 27px;
        margin-bottom: 30px;
    }

    h2 {
        font-size: 24px;
    }

    .internal-page h3,
    h3 {
        font-size: 18px;
    }

    #content #breadcrumb {
        margin-top: 24px;
    }

    .btn:not(.header-btn),
    .button,
    .powermail_submit,
    input[type="submit"] {
        font-size: 13px;
    }

    .newsletter-form .btn {
        padding: 7px 15px;
    }

    #header .header-top-outer > .container {
        padding-left: 45px;
        padding-right: 25px;
        max-width: 100%;
    }

    #header .header-top-outer > .container.main-nav-wrap {
        padding-right: 45px;
    }

    .internal-page form#form_kesearch_pi1 {
        padding: 0px 15px;
    }

    #header #top-header .social-icons,
    #header #top-header .top-header-icons {
        display: none;
    }

    #header.sticky #top-header .virtual-counter-btn,
    #header.fixed #top-header .virtual-counter-btn {
        padding: 16px 0px 12px 0;
        width: 100%;
        background: #007eba;
        display: inline-block;
    }

    #header #top-header .virtual-counter-btn {
        width: 100%;
        box-shadow: none;
        font-size: 18px;
        padding: 16px 0px 12px;
    }

    #header #top-header .virtual-counter-btn .arrow-down {
        display: none;
        opacity: 0;
    }

    #header #top-header .virtual-counter-btn .arrow-left {
        opacity: 1;
        margin-right: 17px;
    }

    #header.sticky #top-header .virtual-counter-btn .arrow-left,
    #header.fixed #top-header .virtual-counter-btn .arrow-left,
    #header.virtual-open #top-header .virtual-counter-btn .arrow-left {
        opacity: 1;
        width: 0;
        margin-right: 17px;
    }

    #content .slider-top .logo-header {
        display: none;
    }

    #header .virtual-counter-content.open {
        height: calc(100vh - 38px);
    }

    #header .virtual-counter-content h2 {
        padding: 0 15px;
        font-size: 25px;
        margin-bottom: 15px;
    }

    .virtual-counter-content h2:after {
        display: none;
    }

    .virtual-counter-content #close-virtual-counter .icon,
    .navToggle .icon {
        top: 15px;
        right: 15px;
        z-index: 10;
        font-size: 45px;
    }

    #header .virtual-counter-content.open {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    #header .virtual-counter-content .button {
        margin: 45px auto 50px;
    }

    #header .virtual-counter-content .row {
        margin: 0px;
        overflow: hidden;
    }

    #header .virtual-counter-content .virtual-counter-line {
        margin-bottom: 40px;
    }

    #header .virtual-counter-content .virtual-counter-tile {
        display: block;
        height: auto;
        padding: 15px 20px;
    }

    #header .virtual-counter-content .virtual-counter-tile .page-title {
        font-size: 18px;
        width: calc(100% - 85px);
        max-width: inherit;
    }

    #header.virtual-open #top-header {
        bottom: 0px;
    }

    #header.virtual-open #top-header .virtual-counter-btn {
        background: #007eba !important;
        box-shadow: 0 -3px 16px rgba(0, 0, 0, 0.6);
    }

    #header.relative.virtual-open .menu-container,
    #header.virtual-open .menu-container {
        display: none;
    }

    #header .menu-container,
    #header.relative .menu-container {
        visibility: visible;
        opacity: 1;
        transform: none;
        top: 38px;
        position: fixed;
    }

    .tx-kesearch-pi1 form fieldset {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .news-single .social {
        position: inherit;
    }
    .news-single ul.theme-color {
        padding-left: 0px !important;
        margin-bottom: 10px !important;
    }

    #content .slider-top .slider-top-bg {
        display: none;
    }

    #content .slider-top .slider-top-bg-mobile {
        display: block;
    }

    #content .menu-tiles .menu-tiles-container {
        box-shadow: none;
    }

    #content .menu-tiles form {
        border-radius: 0;
        margin-bottom: 20px;
        margin-left: 0;
        width: 100%;
    }

    form#tx_indexedsearch,
    form#form_kesearch_pi1 {
        width: auto;
        margin: 0 15px;
    }

    form#tx_indexedsearch .tx-indexedsearch-searchbox-sword {
        padding: 12px 40px 12px 20px;
    }

    form#tx_indexedsearch .tx-indexedsearch-searchbox-button {
        right: 25px;
        top: 24px;
        font-size: 27px;
    }

    .dropdown-search form#tx_indexedsearch .tx-indexedsearch-searchbox-button,
    .internal-page form#tx_indexedsearch .tx-indexedsearch-searchbox-button .dropdown-search form#form_kesearch_pi1 .submitbutt,
    .internal-page form#form_kesearch_pi1 .submitbutt {
        right: 14px;
    }

    .search-popup {
        width: auto;
        margin-left: 15px;
        margin-right: 12px;
        top: 90px;
        display: none !important;
    }

    #navToggle,
    #subnavToggle {
        float: right;
        margin: 15px;
        padding: 0;
        background: none;
        border: none;
        outline: none;
    }

    #subnavToggle {
        margin: 0;
    }

    .menu-label {
        display: inline-block;
        vertical-align: super;
        text-transform: uppercase;
        font-size: 17px;
        margin-right: 5px;
        color: #1e3f74;
    }

    .menu-bars {
        display: inline-block;
    }

    #navToggle .menu-bar,
    #subnavToggle .menu-bar {
        border-bottom: 3px solid #1e3f74;
        margin: 6px 0;
        width: 35px;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    #subnavToggle .menu-bar {
        border-bottom-color: #ffffff;
    }

    #navToggle.open .menu-bar,
    #subnavToggle.open .menu-bar {
        border-color: #007eba;
    }

    #navToggle .menu-bar:last-child,
    #subnavToggle .menu-bar:last-child {
        margin-bottom: 0;
    }

    #navToggle .menu-bars .menu-bar:nth-child(2),
    #subnavToggle .menu-bars .menu-bar:nth-child(2) {
        width: 25px;
        -moz-transition: all 0s;
        -o-transition: all 0s;
        -webkit-transition: all 0s;
        transition: all 0s;
    }

    #navToggle.open .menu-bars .menu-bar:nth-child(1),
    .open #subnavToggle .menu-bars .menu-bar:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg);
    }

    #navToggle.open .menu-bars .menu-bar:nth-child(2),
    .open #subnavToggle .menu-bars .menu-bar:nth-child(2) {
        opacity: 0;
    }

    #navToggle.open .menu-bars .menu-bar:nth-child(3),
    .open #subnavToggle .menu-bars .menu-bar:nth-child(3) {
        width: 100%;
        -webkit-transform: translateY(-9px) rotate(-45deg);
        -ms-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg);
    }

    #content .menu-tiles.little-tiles {
        margin-top: 0;
    }

    #content .menu-tiles.little-tiles .menu-tiles-container {
        margin-top: 100vh;
    }

    #content .menu-tiles {
        margin-top: 0;
        position: absolute;
        top: 103px;
        padding: 0px;
    }

    #content .menu-tiles .menu-tiles-container {
        margin-top: 0;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    #content .menu-tiles .menu-tiles-container {
        margin-left: 15px;
        margin-right: 15px;
    }

    #content .menu-tiles .row {
        margin-right: -3px;
        margin-left: -3px;
    }

    #content .menu-tiles .row > div {
        padding-left: 3px;
        padding-right: 3px;
        padding-bottom: 6px;
    }

    #content .menu-tiles .row .menu-tile {
        padding-top: 15px;
        font-size: 35px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e5e5e5;
        height: 100px;
    }

    #content .menu-tiles .menu-tile .page-title {
        font-size: 14px;
    }

    #header .menu-container .logo-sticky.logo-big {
        display: block;
        margin: 0;
        padding: 15px;
    }

    #header .menu-container .logo-sticky.logo-big img {
        max-height: 32px;
        width: auto;
    }

    #header .menu-container .logo-sticky.logo-small {
        display: none;
    }

    #header .menu-container .container,
    .sub-menu-content .container {
        padding-left: 15px;
        float: none;
        clear: both;
    }

    #header .menu-container .container,
    #header .menu-container .dropdown-menu .container {
        padding-left: 0;
        padding-right: 0;
    }

    #header:not(.fixed) li.open:not(.current) .dropdown-menu::before,
    #header.fixed li.open .dropdown-menu::before,
    .dropdown-search.open:before {
        display: none;
    }

    .dropdown-search {
        position: relative;
    }

    .dropdown-search.open {
        padding: 20px 0px 20px 0px;
    }

    #header .menu-container #navbar {
        margin: 0;
    }

    #c5777 .csc-textpic-imagerow {
        clear: left;
    }

    /*



  #header .menu-container #navbar nav {



    overflow: hidden;


    height: calc(100vh - 43px - 62px - 90px - 39px);


  }  



  */

    #header .menu-container #navbar nav {
        height: calc(100vh - 43px - 62px - 90px - 39px);
        position: relative;
        z-index: 14;
    }

    #header .menu-container .menu {
        display: block;
        height: auto;
    }

    #header .menu-container .menu li {
        float: none;
        border-left: none;
    }

    #header .menu-container .menu li .dropdown-menu ul li {
        height: auto !important;
    }

    #header .menu-container .menu > li:last-of-type {
        display: none;
    }

    #header .menu-container .menu li a {
        font-size: 15px;
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: 1px solid #e5e5e5;
    }

    #header .menu-container .menu .dropdown-menu li a {
        border-bottom-color: rgba(255, 255, 255, 0.1);
        padding: 20px 15px 20px 30px !important;
    }

    #header .menu-container .menu li .dropdown-menu ul li a:before {
        left: 15px;
        top: 24px;
    }

    #header .menu-container .menu li a:focus {
        color: #1e3f74;
    }

    #header .menu-container .menu > li > a:hover,
    #header .menu-container .menu > li.active > a,
    #header .menu-container .menu > li.parent-active > a {
        /*border-bottom-color: #007EBA;*/

        border-bottom-color: #e5e5e5;
    }

    /*#header .menu-container .menu > li.has-sub > a:after*/

    #header .menu-container .menu > li > a:after {
        content: "\e90c";
        font-family: "icomoon" !important;
        position: absolute;
        right: 0;
        border-left: 1px solid #e5e5e5;
        background: none;
        left: auto;
        top: 5px;
        opacity: 1;
        padding-right: 22px;
        padding-left: 22px;
        height: auto;
        width: auto;
        bottom: 5px;
        color: #007eba;
        line-height: 49px;
    }

    #header .menu-container .menu li.inside a .icon {
        font-size: 0;
    }

    #header .menu-container .menu li.inside > a > span:before {
        content: "Retour";
        font-size: 15px;
        color: #1e3f74;
        font-weight: bold;
    }

    #header .menu-container .menu li.inside > a {
        font-size: 0;
        border-top: 1px solid #e5e5e5;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #header .menu-container .menu > li.inside > a:after {
        font-size: 15px;
        content: "\e90a";
    }

    #header .menu-container .menu > li > a:hover:after,
    #header .menu-container .menu > li.active > a:after,
    #header .menu-container .menu > li.parent-active > a:after {
        width: auto;
    }

    #header .menu-container .menu li a .icon {
        display: inline-block;
        font-size: 30px;
        margin-bottom: 0;
        margin-right: 15px;
        vertical-align: middle;
    }

    #header li.inside .dropdown-menu {
        height: 100%;
        min-height: calc(100vh - 43px - 62px - 39px - 28px) !important;
        overflow-y: scroll !important;
    }

    #header .menu-container .menu li .dropdown-menu h3 {
        margin: 0;
    }

    #header .menu-container .menu li .dropdown-menu h3 a {
        color: #1e3f74;
        background: #ffffff;
        display: block;
        padding: 15px;
        font-size: 20px;
    }

    .menu-container .menu li .dropdown-menu h3 a:before {
        content: "";
        font-family: "icomoon" !important;
        font-size: 25px;
        color: #007eba;
        margin-right: 10px;
        vertical-align: middle;
    }

    .menu-container .menu li.pid-51 .dropdown-menu h3 a:before {
        content: "\e944";
    }

    .menu-container .menu li.pid-1874 .dropdown-menu h3 a:before {
        content: "\e96b";
    }

    .menu-container .menu li.pid-1875 .dropdown-menu h3 a:before {
        content: "\e959";
    }

    .menu-container .menu li.pid-1876 .dropdown-menu h3 a:before {
        content: "\e981";
    }

    .menu-container .menu li.pid-1877 .dropdown-menu h3 a:before {
        content: "\e937";
    }

    .menu-container .menu li.pid-1878 .dropdown-menu h3 a:before {
        content: "\e930";
    }

    .menu-container .menu li.pid-1879 .dropdown-menu h3 a:before {
        content: "\e970";
    }

    .menu-container .menu li.pid-1880 .dropdown-menu h3 a:before {
        content: "\e923";
    }

    .menu-container .menu li .dropdown-menu:after {
        display: none;
    }

    nav ul li,
    nav > ul > li.active {
        display: block;
    }

    #sidebar nav > ul > li > a:after {
        position: absolute;
        content: "\f105";
        font-family: fontawesome;
        right: 30px;
        font-style: normal;
        font-weight: 100;
    }

    #sidebar nav > ul.activated > li > a {
        padding-left: 60px;
        padding-right: 30px;
    }

    #sidebar nav > ul.activated > li > a:after {
        content: "\f104";
        color: #a0a0a0;
        left: 30px;
    }

    nav > ul.activated > li > a:hover:after {
        color: #ffffff;
    }

    nav ul li,
    nav > ul > li.active {
        position: relative;
    }

    #header .menu-container nav ul li.closed {
        height: 0px;
        opacity: 0;
    }

    .inside > .dropdown-menu {
        left: 0;
        z-index: 3;
        height: auto;
        left: 0;
        padding: 0;
        position: relative;
        width: 100%;
        background: rgba(0, 0, 0, 0.05);
    }

    .open > .dropdown-menu li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    #header .dropdown-menu > .active > a,
    #header .dropdown-menu > .active > a:hover,
    #header .dropdown-menu > .active > a:focus,
    #header .dropdown-menu > li > a:hover,
    #header .dropdown-menu > li > a:focus {
        border: none;
        background: #e5e5e5;
        color: #3e3e3e;
        border-bottom: 1px solid #dbdbdb;
    }

    #top-header-mobile {
        bottom: 0;
        top: auto;
    }

    #content .news-list-view .article h5,
    #content .news-list-view.event-list-view .article h5 {
        font-size: 23px;
        line-height: 1.1;
    }

    .sub-menu-content h3,
    .sub-menu-pid .sub-menu-content h3 {
        margin-bottom: 20px;
    }

    .sub-menu-pid .sub-menu-content:not(.open)::after {
        content: "";
    }

    .toggle-mobile {
        max-height: 0;
        overflow: hidden;
        width: 100%;
        -moz-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
        -o-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
        -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    }

    .open .toggle-mobile {
        max-height: 100vh;
        padding-top: 15px;
        clear: both;
    }

    #header .header-picture {
        display: none;
    }

    #content.internal-page {
        padding-top: 0px !important;
        margin-top: 0 !important;
    }

    /*#content .col-sm-4:first-child div:first-child .tiles {



    margin-top: 80px;


  }*/

    .sub-menu-content h3,
    .sub-menu-content h3 a {
        font-size: 28px;
        float: left;
        margin-bottom: 8px;
        width: calc(100% - 60px);
    }

    .sub-menu-content {
        margin-top: 106px;
        padding: 20px 0px 0px 0;
    }

    #newsletter .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    #newsletter .powermail_fieldwrap_type_input input {
        margin-bottom: 25px;
        margin-right: 2%;
        width: 49%;
    }

    #newsletter .powermail_fieldwrap_type_input:nth-child(2) input {
        margin-right: 0px;
    }

    #newsletter .powermail_fieldwrap_type_submit input {
        display: block;
        float: none;
        margin: 20px auto 0px;
        width: 100%;
    }

    #newsletter a {
        display: block;
        float: none;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }

    #newsletter .powermail_field a {
        display: inherit;
        float: none;
        margin-right: 0px;
        margin-top: 15px;
        text-align: center;
    }

    #c5777 .ce-column {
        width: 33.33333333%;
    }

    .powermail_fieldwrap.powermail_fieldwrap_type_input,
    .powermail_fieldwrap.powermail_fieldwrap_type_radio,
    .powermail_fieldwrap.powermail_fieldwrap_type_check,
    .powermail_fieldwrap.powermail_fieldwrap_type_textarea {
        width: 100%;
    }

    .powermail_fieldwrap_type_file .powermail_label,
    .powermail_fieldwrap.powermail_fieldwrap_type_file .powermail_field {
        width: 100%;
        padding-right: 0px;
    }

    .powermail_label {
        margin-bottom: 10px;
        text-align: left;
        width: 100%;
    }

    .powermail_fieldwrap_type_input .powermail_field,
    .powermail_fieldwrap_type_textarea .powermail_field,
    .powermail_fieldwrap_type_radio .powermail_field,
    .powermail_fieldwrap.powermail_fieldwrap_type_file .powermail_field,
    .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field,
    .powermail_fieldwrap .col-sm-10 {
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
    }

    .powermail_fieldwrap_type_radio .powermail_field {
        padding-left: 20px;
    }

    #contentAddress #planSitu {
        width: 100% !important;
    }

    footer #top-footer {
        background-image: none;
    }

    footer #top-footer .iFrameBox {
        float: none;
        clear: both;
        margin-top: 0px;
        max-width: 100%;
        max-height: 450px;
        margin: 0px auto 0px;
        display: block;
    }

    footer #top-footer .iFrameBox img {
        max-width: 100%;
        height: auto;
        margin-top: 0px;
    }

    footer #copyright-footer .footer-flex {
        margin-left: 0px;
        margin-right: 0px;
    }

    footer #top-footer .info-contact {
        margin-bottom: 50px;
    }

    footer #top-footer .row > [class^="col-"]:last-child .info-contact:last-child {
        margin-bottom: 0;
    }

    #fancybox {
        padding: 0px;
    }

    div.olMap {
        max-height: 300px;
        width: 100% !important;
    }

    #contentAddress #address {
        width: 100%;
    }

    #content.home .news-list-view {
        margin-bottom: 50px;
    }

    #content.home .frame:has(.event-list-view) + .frame:has(.round-link) {
        margin-bottom: 50px;
        margin-top: -20px;
    }

    .round-link.mt-50 {
        margin-top: 0px;
    }

    .list-title-header {
        gap: 26px;
        margin-bottom: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .featured-tiles {
        margin-bottom: 40px;
    }

    .news .article.top-news-layout h3,
    .featured-tiles h3 {
        font-size: 18px;
    }

    .news .article.top-news-layout .more-btn,
    .featured-tiles .featured-tile-content .more-btn {
        padding: 7px 18px;
        font-size: 16px;
    }

    .round-link {
        font-size: 16px;
        padding-left: 17px;
    }

    .round-link:after {
        width: 34px;
        height: 34px;
        left: 0px;
    }

    .round-link:hover:after {
        width: calc(100% + 17px);
    }

    .list-title-header .round-link {
        margin-bottom: 7px;
    }

    .news-list-view.news-slider {
        width: calc(100% + ((100vw - 100%) / 2));
    }

    .news-list-view.news-slider .slick-list {
        padding-right: 20%;
    }

    .news .news-list-view .article h3 {
        font-size: 18px;
    }

    .themes-cta-outer {
        margin-bottom: 56px;
    }

    .themes-cta-outer .row [class^="col-"]:not(:last-child) {
        margin-bottom: 15px;
    }

    .themes-cta-outer .theme .img-wrap img {
        aspect-ratio: 5 / 4;
    }

    .themes-cta-outer .theme .content {
        min-height: initial;
        padding: 20px;
        font-size: 18px;
        min-width: 52%;
    }

    .themes-cta-outer .theme .content .carret-bg {
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-right: 21px solid #fff;
    }

    .themes-cta-outer .theme .content .carret {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 14px solid;
    }

    .pop-up-container .pop-up-inner .pop-up ul {
        column-count: 1;
    }

    .ias-event {
        padding-right: 0;
    }

    .heading-month-container {
        padding: 20px 22px;
        font-size: 16px;
        letter-spacing: 0.16px;
    }

    .event-list-view .article a {
        padding: 20px 15px;
    }

    .news-list-view.event-list-view .event-date .big-font,
    .news-list-view.event-list-view .event-date {
        font-size: 14px;
        letter-spacing: 0.22px;
    }

    .news-list-view.event-list-view .event-date .txt {
        width: 20px;
    }

    .news-list-view.event-list-view .event-date .hour {
        font-size: 14px;
    }

    .news-list-view.event-list-view .news-list-date {
        width: 120px;
        min-width: 120px;
        line-height: normal;
    }

    .news-list-view.event-list-view .event-list-item h3 {
        font-size: 14px;
        margin-bottom: 0;
    }

    .event-list-view .article .event-text {
        font-size: 14px;
    }

    .news-list-view.event-list-view .event-list-item h3 {
        font-size: 14px;
    }

    /* .internal-page .news-list-view .button {
        margin-top: 0px;
    } */

    #content .tiles h3,
    .internal-page#content .tiles h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .internal-page#content .tiles h3 {
        margin-bottom: 0;
    }

    .bg-color {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #newsletter input {
        margin-bottom: 16px;
        padding: 8px 20px;
    }

    footer #top-footer {
        padding: 50px 0px 35px;
    }

    #useful-links .useful-links-container {
        column-gap: 0;
        row-gap: 30px;
    }

    #useful-links .useful-link {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    footer #top-footer .info-contact {
        width: 100%;
    }

    footer #top-footer .info-contact .social-icons {
        flex-wrap: wrap;
        width: 100%;
    }

    footer {
        background-color: #ddd;
    }

    footer #copyright-footer .footer-flex {
        flex-direction: column;
        height: auto;
        padding: 0 0 30px 0;
        text-align: center;
    }

    footer #copyright-footer .footer-flex ul {
        margin-bottom: 15px;
        margin-top: 17px;
    }

    footer #copyright-footer ul li {
        float: none;
        display: inline-block;
        text-align: center;
        margin-right: 0;
        padding: 14px 50px;
        border-bottom: 1px solid #c2c2c2;
    }

    .map-icon-text .icon-map {
        font-size: 16px;
    }

    footer #copyright-footer ul {
        flex-direction: column;
    }

    .subfooter-left-area {
        flex-direction: column;
    }

    .map-icon-text {
        flex-direction: column;
        gap: 14px;
        margin-right: 0;
    }

    footer #copyright-footer .footer-flex p {
        margin-bottom: 20px;
        padding: 0px;
        margin-left: 0;
    }

    footer #copyright-footer img {
        top: 0px;
    }

    footer #copyright-footer p:before {
        display: none;
    }
}

/*  Media Queries - Screen under 700px  */

@media screen and (max-width: 700px) {
    #content .menu-tiles {
        padding: 0px;
    }

    #content .news-block,
    #content .events-calendar-block {
        padding: 80px 0px;
    }

    #content .event-list-view .article .article-footer .event-location,
    #content.internal-page .news .news-list-view .article .article-footer .event-location {
        width: 100%;
    }
}

/*  Media Queries - Screen under 550px  */

@media screen and (max-width: 550px) {
    #content .events-calendar-block .news .news-footer .news-link:first-of-type {
        padding-left: 0px;
    }

    #content .events-calendar-block .news .news-footer .news-link:last-of-type {
        padding-right: 0px;
    }

    #newsletter .powermail_fieldwrap_type_input input {
        margin-bottom: 25px;
        margin-right: 0px;
        width: 100%;
    }

    #content #useful-links .useful-links-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
    }

    .news-list-view.news-slider .slick-list {
        padding-right: 40%;
    }
}

/*  Media Queries - Screen under 500px  */

@media screen and (max-width: 500px) {
    .news-footer .news-link {
        display: block;
        width: 100%;
    }

    #content .news-footer .news-link-border,
    #content.internal-page .news .news-footer .news-link:first-of-type {
        border-right: 0;
    }

    #header #top-header-mobile .social-icons li {
        margin-right: 8px;
    }

    #header #top-header,
    #top-header-mobile {
        padding: 6px 15px;
    }

    #header #top-header-mobile .top-header-icons li {
        margin-right: 8px;
    }

    .container {
        padding-right: 25px;
        padding-left: 25px;
    }
}

/*  Media Queries - Screen under 450px  */

@media screen and (max-width: 450px) {
    #header .header-top-ext-link:first-of-type {
        margin-left: 0px;
    }

    #header #top-header .social-icons,
    #top-header-mobile .social-icons {
        float: none;
        margin: 0 auto 10px;
        width: 96px;
    }

    .virtual-counter-content #close-virtual-counter .icon,
    .navToggle .icon {
        font-size: 35px;
        top: 10px;
    }

    #header .virtual-counter-content h2 {
        font-size: 24px;
        margin-bottom: 10px;
        padding-top: 15px;
    }
}

/*  Media Queries - Screen under 350px  */

@media screen and (max-width: 360px) {
    #header .menu-container .logo-sticky.logo-big img {
        max-height: 28px;
    }

    #header .virtual-counter-content h2 {
        font-size: 22px;
    }
}

.alert {
    background: rgba(197, 54, 54, 0.5);
    position: absolute;
    bottom: 360px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    transition: all 0.3s ease;
    z-index: 999;
    border-radius: 0;
    border: none;
    display: table;
    width: 570px;
    transform: translateX(100%);
    opacity: 0;
    padding: 0px;
    z-index: 1;
}

.alert .alert-text {
    display: table-cell;
    vertical-align: top;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
    padding: 20px 25px;
}

.alert .alert-text a {
    color: #fff;
    font-weight: bold;
}

.alert .alert-text a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.alert .alert-text p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 22px;
    padding-bottom: 0px;
}

.alert:hover {
    background: rgba(197, 54, 54, 1);
}

.alert .alert-icon {
    display: table-cell;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.3);
    font-size: 90px;
    padding: 0px 25px;
    transition: all 0.3s ease;
}

.alert .alert-icon i {
    font-weight: bold;
}

.alert .alert-icon-2 {
    display: block;
    vertical-align: middle;
    color: #fff;
    padding-right: 10px;
    padding-top: 10px;
    line-height: 20px;
    text-align: right;
    cursor: pointer;
    font-size: 20px;
    position: relative;
}

.alert .alert-icon-2 i {
    transition: all 0.3s ease;
}

.alert .alert-icon-2 i:before {
    z-index: 2;
    position: relative;
}

.alert .alert-icon-2 i:hover {
    opacity: 0.5;
}

#flexperso-jobs .fp_details .fp_outils a.fp_postuler,
#flexperso-jobs .fp_details .fp_contenu a.fp_postuler_bottom {
    background-color: #1e3f74 !important;
}

#flexperso-jobs .fp_details .fp_outils a.fp_postuler:hover,
#flexperso-jobs .fp_details .fp_contenu a.fp_postuler_bottom:hover {
    background-color: #007eba !important;
}

@media (max-width: 991px) {
    .alert {
        background: rgba(233, 78, 77, 0.9);
        position: fixed;
        bottom: 0;
        top: inherit;
        right: 0px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
        padding: 15px 15px;
        table-layout: initial;
    }

    .alert .alert-icon {
        font-size: 30px;
    }

    .alert .alert-text {
        width: 100%;
        vertical-align: center;
        line-height: 17px;
    }

    .alert .alert-text .date-alert {
        font-size: 15px;
        line-height: normal;
    }

    .alert .alert-text p {
        font-size: 17px;
        padding-bottom: 0;
    }

    .alert .alert-icon-2 {
        padding-left: 20px;
    }

    .alert .alert-icon-2 i {
        top: 3px;
    }
}

@media (max-width: 767px) {
    .alert {
        background: rgba(233, 78, 77, 0.9);
        position: fixed;
        bottom: 0;
        top: inherit;
        right: 0px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
        padding: 10px 15px;
    }

    .alert .alert-icon {
        font-size: 25px;
    }

    .alert .alert-text .date-alert {
        font-size: 11px;
        line-height: normal;
    }

    .alert .alert-text p {
        font-size: 12px;
    }

    .alert .alert-icon-2 {
        padding-left: 20px;
    }
}

@media (max-height: 870px) {
    .alert .alert-text p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-height: 830px) {
    .alert .alert-icon {
        font-size: 70px;
        padding: 0px 15px;
    }

    .alert .alert-text {
        padding: 15px 15px;
    }
}

@media (max-height: 800px) {
    .alert {
        background: rgba(233, 78, 77, 0.9);
        position: fixed;
        bottom: 0;
        top: inherit;
        right: 0px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
        padding: 15px 15px;
        table-layout: initial;
    }

    .alert .alert-icon {
        font-size: 30px;
    }

    .alert .alert-text {
        width: 100%;
        vertical-align: center;
        line-height: 17px;
    }

    .alert .alert-text .date-alert {
        font-size: 15px;
        line-height: normal;
    }

    .alert .alert-text p {
        font-size: 17px;
        padding-bottom: 0;
    }

    .alert .alert-icon-2 {
        padding-left: 20px;
    }

    .alert .alert-icon-2 i {
        top: 3px;
    }
}

@media screen and (max-width: 340px) {
    #header .menu-container .logo-sticky.logo-big img {
        max-height: 22px;
    }
}
