.footer {
		color: #000;
		font-size: 20px;
		line-height: 1.65;
	}

	.footer .container {
		width: 100%;
		max-width: 1662px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 15px;
		padding-left: 15px;
	}

	.top-footer {
		background: #ededed;
		padding: 55px 0 25px;
	}

	.footer-network {
		display: flex;
		flex-wrap: wrap;
	}

	.logo-ico {
		max-width: 480px;
		padding-right: 56px;
	}

	.logo-ico img {
		max-width: 100%;
	}

	.top_f_right {
		width: calc(100% - 480px);
		max-width: calc(100% - 480px);
	}

	.top_f_right h3 {
		margin: 0;
		padding: 0 0 8px;
		border-bottom: 1px solid #000;
		color: #000;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: calc(1.2875rem + 0.45vw);
		font-style: normal;
		font-weight: 700;
		line-height: 1;
		text-transform: uppercase;
	}

	@media (min-width: 1200px) {
		.footer .container {
			padding-right: 65px;
			padding-left: 65px;
		}

		.top_f_right h3 {
			font-size: 1.625rem;
		}
	}

	.top_f_right ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 40px 0;
	}

	.top_f_right li {
		flex: 0 0 auto;
	}

	.main-footer {
		padding: 54px 0 15px;
		border: 1px solid #707070;
		color: #fff;
		background: linear-gradient(91deg, #002251 0%, #008bc5 100%);
	}

	.footerTop {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 25px;
		padding-bottom: 45px;
		border-bottom: 1px solid #fff;
	}

	.f_menu ul li {
		margin-bottom: 13px;
		font: normal 700 20px/1.1 'Source Sans Pro', sans-serif;
	}

	.f_menu {
		width: 327px;
		max-width: 100%;
	}

	.Applinks-area {
		width: 450px;
		max-width: 100%;
		padding: 0;
		text-align: left;
	}

	.Applinks-area-title {
		margin: 0;
	}

	.play-store-btn,
	.app-store-btn {
		display: inline-block;
	}

	.play-store-btn img,
	.app-store-btn img {
		width: auto;
		max-width: 180px;
		height: auto;
	}

	.app-store-btn {
		margin-left: 10px;
	}

	.f_social {
		text-align: right;
	}

	.f_social h4 {
		margin: 0 0 22px;
		color: #fff;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 1.1;
	}

	.f_social ul {
		display: flex;
		justify-content: flex-end;
	}

	.f_social li {
		margin-left: 20px;
	}

	.f_social a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 48px;
		border: 1px solid #fff;
		border-radius: 50%;
		font-size: 24px;
	}

	.f_icons {
		margin-bottom: 15px;
	}

	.f_icons ul {
		display: flex;
		justify-content: flex-end;
	}

	.f_icons li + li {
		margin-left: 38px;
	}

	.f_icons img {
		max-height: 28px;
	}

	.copy-right {
		text-align: center;
	}

	.copy-right p {
		font-size: 14px;
		line-height: 1.2;
	}

	.d-none {
		display: none;
	}

	.footer-break {
		display: none;
	}

	.d-md-none {
		display: none;
	}

	.d-md-block {
		display: block;
	}

	@media (min-width: 768px) {
		.d-md-none {
			display: none;
		}

		.d-md-block {
			display: block;
		}
	}

	@media (max-width: 767px) {
		.d-md-none {
			display: block;
		}

		.d-md-block {
			display: none;
		}
	}

	@media (max-width: 1599px) {
		.logo-ico {
			max-width: 380px;
		}

		.top_f_right {
			width: calc(100% - 380px);
			max-width: calc(100% - 380px);
		}
	}

	@media (max-width: 1439px) {
		.top_f_right li {
			max-width: 25%;
			padding: 0 15px;
		}
	}

	@media (max-width: 1199px) {
		.footer .container {
			padding-right: 55px;
			padding-left: 55px;
		}

		.f_menu {
			width: 294px;
		}

		.logo-ico {
			max-width: 300px;
			padding-right: 30px;
		}

		.top_f_right {
			width: calc(100% - 300px);
			max-width: calc(100% - 300px);
		}

		.top_f_right ul {
			padding-bottom: 20px;
		}

		.f_menu ul li {
			font-size: 18px;
		}

		.main-footer {
			padding-top: 30px;
		}
	}

	@media (max-width: 991px) {
		.footer .container {
			padding-right: 15px;
			padding-left: 15px;
		}

		.top_f_right {
			width: 100%;
			max-width: 100%;
		}

		.logo-ico {
			margin: 0 auto 25px;
		}

		.top-footer {
			padding: 35px 0;
		}
	}

	@media (max-width: 767px) {
		.footer {
			font-size: 18px;
		}

		.footer-break {
			display: block;
		}

		.f_menu {
			width: 150px;
		}

		.footerTop {
			margin-bottom: 20px;
			padding-bottom: 30px;
		}

		.f_menu ul li {
			font-size: 16px;
		}

		.logo-ico img {
			max-width: 200px;
		}

		.top-footer {
			padding: 8px 0 0;
		}

		.top_f_right ul {
			padding-top: 20px;
			column-gap: 20px;
		}

		.top_f_right li {
			max-width: calc(25% - 15px);
			padding: 0;
		}

		.Applinks-area {
			width: 445px;
			max-width: 100%;
		}

		.play-store-btn,
		.app-store-btn {
			display: block;
		}

		.app-store-btn {
			margin-top: 10px;
			margin-left: 0;
		}

		.f_social h4 {
			max-width: 88px;
			margin-left: auto;
		}
	}

	@media (max-width: 575px) {
		.footer .container {
			padding-right: 12px;
			padding-left: 12px;
		}

		.f_menu {
			width: 108px;
		}

		.logo-ico {
			margin: 0 0 10px;
			padding-right: 0;
		}

		.logo-ico img {
			max-width: 100px;
			margin-left: 15px;
		}

		.top_f_right h3 {
			margin-top: -20px;
			font-size: 12px;
			text-align: right;
		}

		.f_menu ul li,
		.f_social h4 {
			font-size: 12px;
		}

		.f_social h4 {
			margin-bottom: 10px;
			font-size: 12px;
			line-height: 1.1;
		}

		.f_social li {
			margin-left: 8px;
		}

		.f_social a {
			width: 32px;
			height: 32px;
		}

		.f_social a i {
			font-size: 18px;
		}

		.f_icons {
			margin-bottom: 30px;
		}

		.f_icons ul {
			justify-content: center;
		}

		.f_icons img {
			max-height: 21px;
		}

		.copy-right p {
			font-size: 12px;
		}

		.Applinks-area {
			width: 361px;
			max-width: 100%;
		}
	}
    .trium-newsletter-widget {
        width: 100%;
        margin-bottom: 56px;
        padding: 32px 18px 22px !important;
        overflow: hidden;
        background: #1179BF !important;
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
    }

    .trium-newsletter-widget .triumph-newsletter-logo {
        margin: 0 0 24px;
    }

    .trium-newsletter-widget .triumph-newsletter-logo img {
        width: 100%;
        max-width: 220px;
        display: block;
        margin-inline: auto;
        max-height: 90px;
        object-fit: contain;
    }

    .trium-newsletter-widget .triumph-newsletter-form {
        width: 100%;
        padding: 0;
    }

    .trium-newsletter-widget .triumph-newsletter-summary,
    .trium-newsletter-widget .triumph-newsletter-delivery,
    .trium-newsletter-widget .triumph-newsletter-more {
        width: 100%;
        color: #FFFFFF;
        text-align: center;
        font-family: var(--bs-font-sans-serif);
        font-weight: 700;
    }

    .trium-newsletter-widget .triumph-newsletter-summary {
        margin: 0 0 12px;
        font-size: 16px;
        line-height: 1.2;
    }

    .trium-newsletter-widget .triumph-newsletter-delivery {
        margin: 0 0 24px;
        font-size: 15px;
        line-height: 1.2;
    }

    .trium-newsletter-widget .triumph-newsletter-fields {
        width: 100%;
        padding: 0;
        background: transparent;
    }

    .trium-newsletter-widget .triumph-newsletter-fields > input[type="email"] {
        width: 100%;
        height: 32px;
        margin-bottom: 10px;
        padding: 6px 12px;
        border: none;
        border-radius: 0;
        background: #FFFFFF !important;
        color: #6E7583 !important;
        text-align: center;
        font-size: 14px;
        box-sizing: border-box;
    }

    .trium-newsletter-widget .triumph-newsletter-fields > input[type="email"]::placeholder {
        color: #B7BDC9 !important;
        font-weight: 700;
    }

    .trium-newsletter-widget .triumph-newsletter-submit {
        width: 100%;
        min-height: 48px;
        margin-top: 12px;
        padding: 12px 18px;
        border: none;
        border-radius: 999px;
        background: #C8D53A;
        color: #000000;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.15;
        text-transform: none;
        box-shadow: none;
    }

    .trium-newsletter-widget .triumph-newsletter-divider {
        width: 100%;
        height: 2px;
        margin: 34px 0 16px;
        background: rgba(255, 255, 255, 0.75);
    }

    .trium-newsletter-widget .triumph-newsletter-more {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        max-width: 240px;
        padding: 0;
        border: none;
        background: none;
        font-size: 14px;
        line-height: 1.35;
        text-decoration: none;
    }

    .trium-newsletter-widget .triumph-newsletter-toggle-caret {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        transition: transform 180ms ease;
    }

    .trium-newsletter-widget .triumph-newsletter-toggle[aria-expanded="true"] .triumph-newsletter-toggle-caret {
        transform: rotate(180deg);
    }

    .trium-newsletter-widget .triumph-newsletter-other-sites {
        width: 100%;
        max-height: 0;
        margin: 0 auto;
        overflow: hidden;
        opacity: 0;
        transition: max-height 220ms ease, opacity 180ms ease, margin-top 180ms ease;
    }

    .trium-newsletter-widget .triumph-newsletter-other-sites.is-open {
        max-height: 325px;
        margin-top: 14px;
        opacity: 1;
    }

    .trium-newsletter-widget .triumph-newsletter-other-sites-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .trium-newsletter-widget .triumph-newsletter-site-option {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 72px;
        padding: 14px 16px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.08);
        cursor: pointer;
        transition: background 160ms ease, transform 160ms ease;
    }

    .trium-newsletter-widget .triumph-newsletter-site-option:hover {
        background: rgba(255, 255, 255, 0.12);
        transform: translateY(-1px);
    }

    .trium-newsletter-widget .triumph-newsletter-site-option input {
        position: absolute;
        width: 0;
        height: 0;
        opacity: 0;
        pointer-events: none;
    }

    .trium-newsletter-widget .triumph-newsletter-site-option img {
        display: block;
        width: min(100%, 150px);
        opacity: 0.72;
        transition: opacity 160ms ease, transform 160ms ease;
    }

    .trium-newsletter-widget .triumph-newsletter-site-option input:checked + img {
        opacity: 1;
        transform: scale(1.02);
    }

    .trium-newsletter-widget .triumph-newsletter-site-option-state {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 16px;
        height: 16px;
        border: 2px solid rgba(255, 255, 255, 0.72);
        border-radius: 50%;
        background: transparent;
        transition: background 160ms ease, border-color 160ms ease;
    }

    .trium-newsletter-widget .triumph-newsletter-site-option input:checked ~ .triumph-newsletter-site-option-state {
        border-color: #C8D53A;
        background: #C8D53A;
    }

    .trium-newsletter-widget .triumph-newsletter-legal {
        width: 100%;
        margin-top: 18px;
        color: rgba(255, 255, 255, 0.82);
        font-size: 10px;
        line-height: 1.35;
        text-align: left;
    }

    .trium-newsletter-widget .triumph-newsletter-legal a {
        color: #FFFFFF;
        text-decoration: underline;
    }

    .trium-newsletter-widget .triumph-newsletter-response {
        width: 100%;
        margin-top: 8px;
        margin-bottom: 0;
    }

    .trium-newsletter-widget .triumph-newsletter-response .alert {
        margin-bottom: 0;
        text-align: left;
    }

    .trium-newsletter-widget .messageRemerciementNewsLetter {
        width: 100%;
        margin: auto;
        color: #FFFFFF;
        font-size: 18px;
        line-height: 1.35;
        text-transform: none;
    }

.trium-newsletter-widget :focus-visible { outline: 2px solid white; outline-offset: 3px; }
.triumph-newsletter-site-option:focus-within { outline: 2px solid white; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  .trium-newsletter-widget * { transition: none !important; }
}
#modalNewsletterBandeau {
		background: rgba(0, 0, 0, 0.65);
	}

	#modalNewsletterBandeau .modal-content {
		background: transparent;
		position: relative;
		border: none;
	}

	#modalNewsletterBandeau[hidden] {
		display: none !important;
	}

	.modal-newsletter {
		width: 95%;
		max-width: 950px;
	}

	.close-modal {
		position: absolute;
		top: 15%;
		right: 0;
		width: 12%;
		height: 8%;
		cursor: pointer;
	}dialog[data-astro-cid-iubjydoy]{position:fixed;inset:0;width:min(336px,calc(100vw - 32px));max-width:336px;max-height:calc(100dvh - 48px);margin:auto;padding:0;border:none;border-radius:0;background:#1179bf;color:white;box-shadow:0 18px 48px rgba(0,0,0,.24);overflow-x:hidden;overflow-y:auto}dialog[data-astro-cid-iubjydoy]::backdrop{background:rgba(0,0,0,.24)}dialog[data-astro-cid-iubjydoy] .trium-newsletter-widget{margin-bottom:0;padding:28px 18px 22px!important;box-shadow:none}dialog[data-astro-cid-iubjydoy] .triumph-newsletter-logo{margin:58px 0 24px}.newsletter-close[data-astro-cid-iubjydoy]{position:absolute;top:16px;left:16px;z-index:2;width:34px;height:34px;padding:0;border:none;border-radius:50%;background:white;color:black;font-size:28px;font-weight:700;line-height:34px;cursor:pointer}.newsletter-close[data-astro-cid-iubjydoy]:focus-visible{outline:2px solid white;outline-offset:3px}.newsletter-success[data-astro-cid-iubjydoy]{padding:80px 24px 32px;margin:0;text-align:center}.container,
	.container-md,
	.container-sm {
		width: 100%;
		max-width: 1662px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 55px;
		padding-left: 55px;
	}

	.header {
		position: relative;
		z-index: 123;
		background: var(--trium-header-bg);
		--trium-header-copy-size: 20px;
		--trium-header-copy-line-height: 1.4;
		font-family: sans-serif;
		font-size: 20px;
		line-height: 1.4;
	}

	.logo-header .weather-wrap,
	.logo-header .weather-wrap p,
	.logo-header .weather-wrap .weather-ico,
	.logo-header .weather-wrap .weather-ico > *,
	.menu-header .main-menu ul li,
	.menu-header .main-menu ul li a {
		/* Legacy declares Source Sans Pro without loading it: match its system fallback. */
		font-family: sans-serif;
		font-size: var(--trium-header-copy-size);
		line-height: calc(var(--trium-header-copy-size) * var(--trium-header-copy-line-height));
	}

	.top-header {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 22px 0;
		border-bottom: 2px solid #e6e5e5;
	}

	.followus {
		display: flex;
		align-items: center;
	}

	.followus p {
		display: none;
	}

	.newsletter-open {
        border: 0;
        padding: 0;
        margin-right: 15px;
        background: transparent;
        color: inherit;
        line-height: 1;
        cursor: pointer;
    }
    .newsletter-open:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }

	.social-links a {
		display: inline-block;
		color: inherit;
		line-height: 1;
	}

	.social-links a + a {
		margin-left: 15px;
	}

	.social-links i {
		font-size: 20px;
	}

	.search-ico i {
		display: block;
	}

	.switch-weather {
		margin-left: 55px;
		border-radius: 33px;
		box-shadow: inset 1px 1px 2px #00000029, 0px 2px 2px #00000029;
	}

	.switch-weather input[type='checkbox'] {
		position: absolute;
		width: 0;
		height: 0;
		visibility: hidden;
	}

	.switch-weather label {
		position: relative;
		display: block;
		width: 66px;
		height: 28px;
		border-radius: 33px;
		cursor: pointer;
		background-color: var(--trium-blue);
		background-image: var(--trium-moon-image);
		background-repeat: no-repeat;
		background-position: right 7px center;
		text-indent: -9999px;
	}

	.switch-weather label::after {
		position: absolute;
		top: 4px;
		left: 4px;
		width: 20px;
		height: 20px;
		border-radius: 20px;
		background: #fff;
		content: '';
		transition: 0.3s;
	}

	.switch-weather input:checked + label {
		background-color: var(--trium-yellow);
		background-image: var(--trium-sun-image);
		background-position: left 6px center;
	}

	.switch-weather input:checked + label::after {
		left: calc(100% - 4px);
		transform: translateX(-100%);
	}

	.logo-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 20px 0 15px;
	}

	.header_left {
		display: flex;
		align-items: flex-end;
	}

	.header_right {
		display: block;
	}

	.header_right .menu2,
	.top-header-right .menu2 {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.logo-header .logo {
		margin-right: 28px;
	}

	.logo a {
		display: block;
	}

	.logo img {
		max-width: 100%;
	}

	.logo span {
		display: inline-block;
		font: normal 800 28px/1 'Raleway', sans-serif;
		text-transform: uppercase;
	}

	.weather-wrap {
		display: flex;
		align-items: flex-end;
	}

	.logo-header .weather-ico {
		display: flex;
		align-items: center;
		margin-left: 45px;
	}

	.Black-hover:hover {
		color: #000;
	}

	.menu-header {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 62px;
		padding: 0 20px;
		box-shadow: 0px 3px 6px #00000029;
	}

	.menu-header .logo a {
		display: none;
	}

	.menu2 {
		position: relative;
		height: 47px;
		padding: 0 2px 0 20px;
		border-radius: 25px 0px 0px 25px;
		background: var(--trium-blue);
	}

	.menu2::before {
		position: absolute;
		left: 100%;
		width: 500%;
		height: 100%;
		background: var(--trium-blue);
		content: '';
	}

	.menu2 li {
		padding: 0 15px;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
	}

	.menu2 li a {
		display: inline-flex;
		align-items: center;
		height: 47px;
	}

	.menu2 img {
		max-width: none;
	}

	.main-menu ul {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.main-menu ul li {
		padding: 0 15px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.main-menu ul li a {
		color: inherit;
	}

	.search-ico {
		border: 0;
		padding: 0;
		background: transparent;
		color: inherit;
		cursor: pointer;
	}

	.search-ico .ico-s {
		display: inline-flex;
		align-items: center;
		font-size: 26px;
	}

	.header-mobile-actions,
	.top-header-logo,
	.top-header-main-menu,
	.top-header-right,
	.mob-sub-menu,
	.mob-icons {
		display: none;
	}

	.hover-underline-animation a {
		position: relative;
		color: white;
		text-decoration: none;
	}

	.hover-underline-animation a::before {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 2px;
		background-color: var(--hover-color, transparent);
		content: '';
		transform: scaleX(0);
		transition: transform 0.3s ease;
	}

	.hover-underline-animation a:hover::before {
		transform: scaleX(1);
	}

	.main-menu a.is-active {
		border-bottom: solid var(--trium-blue);
	}

	.cat-nav-item .cat-dropdown {
		position: absolute;
		left: 0;
		z-index: 1;
		display: flex;
		width: 100%;
		padding-top: 10px;
		visibility: hidden;
		opacity: 0;
	}

	.cat-nav-item:hover .cat-dropdown,
	.cat-nav-item:focus-within .cat-dropdown {
		visibility: visible;
		opacity: 1;
		transition: all 0.5s ease;
	}

	.grid-item + .grid-item {
		margin-top: 13px;
	}

	.grid_txt {
		padding: 10px 22px 8px;
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
	}

	.grid_txt h5 {
		margin: 0 0 3px;
		color: #d9d8d8;
		font-weight: 600;
	}

	.grid_txt h4 {
		margin: 0;
		font: normal 700 22px/1.1 'Raleway', sans-serif;
	}

	.chevron-right {
		display: inline-block;
		width: 12px;
		height: 12px;
		border-top: 3px solid #ffffff;
		border-right: 3px solid #ffffff;
		content: '';
		opacity: 1;
		transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	}

	.WidgetCategorieMenu {
		background: #fff;
		box-shadow: 0px 3px 6px #00000029;
	}

	.MenuCategoryNewsBlock .dataWrapper {
		height: 70px;
	}

	.cat-dropdown-footer {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding-right: 1rem;
		color: white;
		font-weight: 700;
	}

	.nav-icon1 {
		position: relative;
		width: 40px;
		height: 26px;
		padding: 0;
		border: 0;
		background: transparent;
		cursor: pointer;
		transform: rotate(0);
		transition: 0.5s ease-in-out;
	}

	.nav-icon1 span {
		position: absolute;
		left: 0;
		display: block;
		width: 100%;
		height: 3px;
		border-radius: 2px;
		background: #707070;
		opacity: 1;
		transform: rotate(0);
		transition: 0.25s ease-in-out;
	}

	.nav-icon1 span:nth-child(1) {
		top: 0;
	}

	.nav-icon1 span:nth-child(2) {
		top: 12px;
		right: 0;
	}

	.nav-icon1 span:nth-child(3) {
		top: 24px;
		right: 0;
	}

	.menu-active .nav-icon1-trigger span:nth-child(1) {
		top: 12px;
		transform: rotate(135deg);
	}

	.menu-active .nav-icon1-trigger span:nth-child(2) {
		left: -60px;
		width: 100%;
		opacity: 0;
	}

	.menu-active .nav-icon1-trigger span:nth-child(3) {
		top: 12px;
		right: auto;
		width: 100%;
		transform: rotate(-135deg);
	}

	.search-modal-shell[hidden] {
		display: none !important;
	}

	.search-modal-shell {
		position: fixed;
		inset: 0;
		z-index: 500;
		padding: 0 0.25rem;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
	}

	.search-modal-shell .modal-backdrop {
		position: absolute;
		inset: 0;
		z-index: 0;
		background: rgba(0, 0, 0, 0.45);
	}

	.search-modal-shell .modal-dialog {
		position: relative;
		z-index: 1;
		width: min(1662px, calc(100% - 2rem));
		max-width: 1662px;
		margin: 40px auto;
	}

	.search-modal-shell .modal-content {
		position: relative;
		display: flex;
		flex-direction: column;
		width: 100%;
		background: var(--trium-modal-bg);
		box-shadow: 0px 3px 6px #00000029;
		color: inherit;
	}

	.search-modal-shell .modal-body {
		padding: 3rem;
	}

	.search-modal-head,
	.search-modal-meta {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 1rem;
	}

	.search-modal-row {
		display: flex;
		flex-wrap: wrap;
		gap: 1rem;
	}

	.search-box {
		flex: 1 1 320px;
		min-height: 60px;
		border: 1px solid #d9d8d8;
		padding: 0 20px;
		background: #fff;
		font-size: 20px;
		color: inherit;
	}

	.search-modal-results {
		margin: 1rem 0;
	}

	.search-results-grid {
		display: flex;
		flex-wrap: wrap;
		row-gap: 1.5rem;
		margin: 0 -0.75rem;
	}

	.search-result-card {
		width: 100%;
		padding: 0 0.75rem;
	}

	.search-result-category {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		display: block;
		width: auto;
		height: auto;
		padding: 0.75rem;
		color: #fff;
		font: normal 700 18px/1 'Raleway', sans-serif;
		text-transform: uppercase;
	}

	.search-result-text {
		height: 60px;
		color: #fff;
	}

	.inherit-color,
	.inherit-color:hover {
		color: inherit;
	}

	.search-loading {
		display: flex;
		justify-content: center;
		padding: 2rem 0;
	}

	.search-loading-spinner {
		width: 40px;
		height: 40px;
		border: 3px solid rgba(0, 112, 186, 0.2);
		border-top-color: var(--trium-blue);
		border-radius: 50%;
		animation: trium-spin 0.8s linear infinite;
	}

	@keyframes trium-spin {
		to {
			transform: rotate(360deg);
		}
	}

	.search-modal-shell .search-modal-all-form .btn {
		width: 100%;
		min-width: 0;
	}

	.search-modal-shell .btn {
		min-width: 260px;
		height: 60px;
		border: 1px solid var(--trium-blue);
		border-radius: 2px;
		background-color: var(--trium-blue);
		color: #fff;
		font-size: 22px;
		font-weight: 600;
		line-height: 58px;
		text-transform: uppercase;
	}

	.search-modal-shell .btn-close {
		width: 40px;
		height: 40px;
		border: 0;
		background: transparent;
		cursor: pointer;
		position: relative;
	}

	.search-modal-shell .btn-close::before,
	.search-modal-shell .btn-close::after {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 22px;
		height: 2px;
		background: currentColor;
		content: '';
	}

	.search-modal-shell .btn-close::before {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.search-modal-shell .btn-close::after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.ID-MeteoIcon {
		display: block;
		width: 25px;
		height: 25px;
		object-fit: contain;
	}

	.weather-symbol {
		position: relative;
		display: inline-flex;
		width: 22px;
		height: 18px;
		color: var(--trium-dark-red);
	}

	.weather-symbol-sun-core,
	.weather-symbol-moon-shape {
		position: absolute;
		top: 3px;
		left: 6px;
		width: 10px;
		height: 10px;
		border-radius: 50%;
	}

	.weather-symbol-sun-core {
		background: #fd0000;
	}

	.weather-symbol-sun-rays::before,
	.weather-symbol-sun-rays::after {
		position: absolute;
		top: 0;
		left: 10px;
		width: 2px;
		height: 18px;
		background: #fd0000;
		content: '';
	}

	.weather-symbol-sun-rays::before {
		transform: rotate(45deg);
	}

	.weather-symbol-sun-rays::after {
		transform: rotate(-45deg);
	}

	.weather-symbol-moon-shape {
		background: #fd0000;
	}

	.weather-symbol-moon-shape::after {
		position: absolute;
		top: -1px;
		left: 4px;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: var(--trium-header-bg);
		content: '';
	}

	.weather-symbol-cloud-shape {
		position: absolute;
		right: 2px;
		bottom: 2px;
		width: 16px;
		height: 8px;
		border-radius: 8px;
		background: var(--trium-dark-red);
	}

	.weather-symbol-cloud-shape::before,
	.weather-symbol-cloud-shape::after {
		position: absolute;
		border-radius: 50%;
		background: var(--trium-dark-red);
		content: '';
	}

	.weather-symbol-cloud-shape::before {
		bottom: 3px;
		left: 2px;
		width: 8px;
		height: 8px;
	}

	.weather-symbol-cloud-shape::after {
		right: 1px;
		bottom: 3px;
		width: 9px;
		height: 9px;
	}

	.weather-symbol-rain-drop,
	.weather-symbol-snow-flake,
	.weather-symbol-bolt {
		position: absolute;
		left: 8px;
		bottom: -1px;
	}

	.weather-symbol-rain-drop {
		width: 6px;
		height: 8px;
		border-radius: 100% 0 60% 50% / 60% 0 100% 50%;
		background: #0cf;
		transform: rotate(-28deg);
	}

	.weather-symbol-snow-flake {
		color: #308dc9;
		font-size: 9px;
		line-height: 1;
	}

	.weather-symbol-bolt {
		width: 0;
		height: 0;
		border-top: 0 solid transparent;
		border-right: 4px solid transparent;
		border-bottom: 10px solid var(--trium-dark-red);
		border-left: 4px solid transparent;
		transform: skewX(-20deg);
	}

	[theme='dark'] .header {
		background: var(--trium-body-bg);
	}

	[theme='dark'] .menu-header {
		background: var(--trium-header-bg);
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2607843137);
	}

	[theme='dark'] .search-modal-shell .modal-content {
		background: var(--trium-modal-bg);
	}

	[theme='dark'] .search-box {
		background: var(--trium-body-bg);
		color: inherit;
	}

	[theme='dark'] .top-header {
		border-bottom-color: var(--bs-body-color);
	}

	[theme='dark'] .WidgetCategorieMenu {
		background: #25292d;
	}

	[theme='dark'] .top-header .nav-icon1 span {
		background: #8f8f8f;
	}

	[theme='dark'] .search-modal-shell .btn-close::before,
	[theme='dark'] .search-modal-shell .btn-close::after {
		background: #fff;
	}

	.trium-header-sticky .main-content {
		margin-top: 230px;
	}

	.header.sticky {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}

	.header.sticky .logo-header,
	.header.sticky .top-header {
		display: none !important;
	}

	.header.sticky .logo {
		padding: 15px 0 8px;
	}

	.header.sticky .logo img {
		max-width: 150px;
	}

	.header.sticky .logo a {
		display: block;
	}

	@media (min-width: 576px) {
		.search-result-card {
			width: 50%;
		}
	}

	@media (min-width: 992px) {
		.container,
		.container-md,
		.container-sm {
			padding-right: 55px;
			padding-left: 55px;
		}
	}

	@media (min-width: 1200px) {
		.container,
		.container-md,
		.container-sm {
			padding-right: 65px;
			padding-left: 65px;
		}

		.search-result-card {
			width: 33.333333%;
		}
	}

	@media (max-width: 1439px) {
		.header {
			--trium-header-copy-size: 16px;
			font-size: 16px;
		}

		.logo-header .logo {
			margin-right: 20px;
		}

		.menu2 li {
			padding: 0 12px;
		}

		.switch-weather,
		.logo-header .weather-ico {
			margin-left: 30px;
		}

		.main-menu ul li {
			padding: 0 12px;
		}

		.grid_txt {
			padding: 10px 14px 8px;
		}

		.grid_txt h5 {
			font-size: 14px;
		}

		.grid_txt h4 {
			font-size: 16px;
		}
	}

	@media (max-width: 1199px) {
		.top-header {
			padding: 15px 0;
		}

		.logo img {
			max-width: 175px;
		}

		.menu2 {
			padding-left: 10px;
			font-size: 13px;
			line-height: 1.4;
		}

		.menu2 li {
			padding: 0 8px;
		}

		.header {
			--trium-header-copy-size: 14px;
			font-size: 14px;
		}

		.menu-header {
			padding: 0 10px;
		}

		.header.sticky .logo img {
			max-width: 136px;
		}
	}

	@media (max-width: 991px) {
		.container,
		.container-md,
		.container-sm {
			max-width: 100%;
			padding-right: 15px;
			padding-left: 15px;
		}

		.header {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
		}

		.header_right,
		.menu-header {
			display: none;
		}

		.logo-header {
			display: flex !important;
			padding: 35px 0 20px;
		}

		.logo img {
			max-width: 210px;
		}

		.header-mobile-actions {
			display: flex;
			align-items: center;
			gap: 20px;
		}

		.search-ico-mobile {
			display: inline-flex;
		}

		.switch-weather-wrapper {
			position: static;
			order: 7;
			display: flex;
			align-items: center;
			justify-content: flex-start;
			width: 100%;
			height: 64px;
			margin-top: 24px;
			padding: 0 15px;
			background: var(--trium-switch-theme-bg);
		}

		.switch-weather-wrapper .switch-weather {
			margin: 0;
			border: 1px solid #fff;
		}

		.top-header {
			position: fixed;
			top: var(--trium-mobile-header-height, 74px);
			left: 0;
			display: flex !important;
			flex-direction: column;
			flex-wrap: nowrap;
			align-items: stretch;
			justify-content: flex-start;
			width: min(418px, 100vw);
			height: calc(100vh - var(--trium-mobile-header-height, 74px));
			height: calc(100dvh - var(--trium-mobile-header-height, 74px));
			padding: 12px 0 0;
			overflow-x: hidden;
			overflow-y: auto;
			-webkit-overflow-scrolling: touch;
			overscroll-behavior: contain;
			touch-action: pan-y;
			background: var(--trium-top-header-bg);
			box-shadow: 0px 0px 4px #00000029;
			transform: translateX(-100%);
			visibility: hidden;
			pointer-events: none;
			transition: transform 0.4s;
		}

		.top-header > * {
			flex-shrink: 0;
		}

		.top-header-logo,
		.top-header-main-menu,
		.top-header-right,
		.mob-sub-menu,
		.mob-icons {
			display: block;
		}

		.top-header-logo {
			order: 1;
			margin: 0 0 25px 26px;
		}

		.top-header-logo img {
			width: 214px !important;
			max-width: 214px !important;
		}

		.top-header-main-menu {
			order: 2;
			width: 100%;
			margin-bottom: 6px;
		}

		.top-header-main-menu ul,
		.mob-sub-menu ul {
			display: block;
			padding: 0 26px;
		}

		.top-header-main-menu li,
		.mob-sub-menu li {
			width: 100%;
			max-width: 100%;
			padding: 9px 0;
			font: normal 700 16px/19px 'Raleway', sans-serif;
		}

		.top-header-right {
			order: 3;
			margin-bottom: 17px;
		}

		.top-header-right .menu2 {
			height: auto;
			max-width: 305px;
			padding: 10px 26px;
			border-radius: 0px 69px 68px 0px;
		}

		.top-header-right .menu2::before {
			display: none;
		}

		.top-header-right .menu2 li {
			width: 100%;
			max-width: 100%;
			padding: 9px 0;
			font: normal 700 16px/19px 'Raleway', sans-serif;
		}

		.top-header-right .menu2 li a {
			height: auto;
		}

		.followus {
			order: 4;
			width: 100%;
			max-width: 100%;
			padding: 0 26px 30px;
			display: block;
		}

		.followus p {
			display: inline-block;
			padding-bottom: 9px;
			border-bottom: 1px solid #cccccc;
			font: normal 700 16px/19px 'Raleway', sans-serif;
		}

		.followus .social-links {
			margin-top: 12px;
		}

		.followus .social-links i {
			font-size: 19px;
		}

		.mob-sub-menu {
			order: 5;
			width: 100%;
			margin-bottom: 45px;
		}

		.mob-icons {
			order: 6;
			padding: 0 26px;
		}

		.mob-icons ul {
			display: flex;
			gap: 20px;
		}

		.mob-icons img {
			max-width: 75px;
		}

		.menu-active .top-header {
			transform: translateX(0);
			visibility: visible;
			pointer-events: auto;
		}

		.menu-active .logo-header .nav-icon1-trigger {
			opacity: 1;
			visibility: visible;
		}

		[theme='dark'] .top-header {
			box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2607843137);
		}
	}

	@media (max-width: 767px) {
		.header .logo-header {
			position: fixed;
			left: 0;
			width: 100%;
			padding: 15px;
			background: var(--trium-body-bg);
		}

		.logo img,
		.header.sticky .logo img {
			max-width: 105px;
		}

		.nav-icon1 {
			width: 26px;
			height: 19px;
		}

		.nav-icon1 span:nth-child(2),
		.nav-icon1 span:nth-child(3),
		.menu-active .nav-icon1-trigger span:nth-child(1),
		.menu-active .nav-icon1-trigger span:nth-child(3) {
			top: 8px;
		}

		.nav-icon1 span:nth-child(3) {
			top: 16px;
		}

		.weather-wrap {
			flex-direction: column;
			align-items: flex-start;
		}

		.weather-wrap p {
			order: 2;
		}

		.weather-wrap .weather-ico {
			order: 1;
			margin: 0;
		}

		.header.sticky .logo-header {
			padding: 15px;
		}

		.top-header {
			padding-top: 0;
		}

		.top-header-logo {
			display: none;
		}

		.top-header-main-menu {
			margin-top: 0;
		}

		.top-header-main-menu ul {
			padding-top: 0;
		}

		.top-header-right {
			margin-bottom: 22px;
		}

		.trium-header-sticky .main-content {
			margin-top: 0;
		}

		.followus {
			padding-bottom: 24px;
		}

		.mob-sub-menu {
			margin-bottom: 35px;
		}
	}

	@media (max-width: 575px) {
		.container,
		.container-md,
		.container-sm {
			padding-right: 12px;
			padding-left: 12px;
		}

		.search-modal-shell .modal-dialog {
			width: calc(100% - 1rem);
			margin: 20px auto;
		}

		.search-modal-shell .modal-body {
			padding: 20px 16px;
		}

		.search-modal-shell .btn {
			min-width: 100%;
			font-size: 18px;
		}

		.search-box {
			min-height: 52px;
			padding: 0 15px;
			font-size: 16px;
		}

		.search-modal-row {
			gap: 0.75rem;
		}

		.search-result-category {
			padding: 0.6rem 0.75rem;
			font-size: 14px;
		}
	}

	@media (prefers-reduced-motion: reduce) {
		.top-header,
		.nav-icon1 {
			transition: none;
		}

		.search-loading-spinner {
			animation: none;
		}
	}:root {
		--trium-blue: #0070ba;
		--trium-dark-blue: #003566;
		--trium-sky-blue: #1c9fa5;
		--trium-green: #008e5a;
		--trium-purple: #6a2383;
		--trium-red: #e51a2a;
		--trium-dark-red: #cc1f42;
		--trium-orange: #f37321;
		--trium-yellow: #f4b701;
		--trium-text-grey: #707070;
		--trium-body-bg: #ffffff;
		--trium-body-color: #000000;
		--trium-header-bg: #ffffff;
		--trium-modal-bg: #ffffff;
		--trium-top-header-bg: #ffffff;
		--trium-switch-theme-bg: #d9d8d8;
	}

	html {
		overflow-x: hidden;
		font-size: 16px;
	}

	body {
		margin: 0;
		overflow-x: hidden;
		background: var(--trium-body-bg);
		color: var(--trium-body-color);
		font: normal 400 16px/1.35 'Source Sans Pro', sans-serif;
	}

	main {
		display: block;
	}

	* {
		box-sizing: border-box;
	}

	a {
		color: inherit;
		outline: none;
		text-decoration: none;
		transition: all 0.3s;
	}

	img {
		display: block;
		max-width: 100%;
	}

	[hidden] {
		display: none !important;
	}

	ul,
	p {
		margin: 0;
		padding: 0;
	}

	li {
		list-style: none;
	}

	button,
	input {
		box-shadow: none !important;
		font: inherit;
		outline: none !important;
	}

	[theme='dark'] {
		--trium-body-bg: #1d2023;
		--trium-body-color: #fafafa;
		--trium-header-bg: #2c3135;
		--trium-modal-bg: #2c3135;
		--trium-top-header-bg: #25292d;
		--trium-switch-theme-bg: #44494d;
	}

	[theme='dark'] .plus-ls-sec {
		border-color: var(--bs-body-color);
	}

	html.trium-modal-open,
	body.menu-active,
	body.trium-modal-open {
		overflow: hidden;
	}

	body.trium-modal-open {
		position: fixed;
		top: var(--trium-modal-scroll-offset, 0px);
		left: 0;
		right: 0;
		width: 100%;
		overscroll-behavior: none;
	}

	@media (max-width: 991px) {
		#wrapper {
			padding-top: 110px;
		}
	}

	@media (max-width: 767px) {
		#wrapper {
			padding-top: 73px;
		}
	}