﻿/*
Theme Name: BX1 2025 Main
Author: Mediakod
Author URI: https://mediakod.com
Version: 2.0.0-canary-1
Requires at least: 6.5
Tested up to: 6.8.2
Requires PHP: 8.2
Text Domain: bx1
*/

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
	font-size: 1em;
	line-height: 1.4;
	color: #222;
}

::-moz-selection {
	text-shadow: none;
	background: #b3d4fc;
}

::selection {
	text-shadow: none;
	background: #b3d4fc;
}

hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

textarea {
	resize: vertical;
}

.browserupgrade {
	margin: 0.2em 0;
	padding: 0.2em 0;
	color: #000;
	background: #ccc;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

mark {
	color: #000;
	background: #ff0;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

body {
	position: relative;
	margin: auto;
	font-size: 16px;
	line-height: 1.4; /*max-width:2000px;*/
	color: #374448;
	/*font-family: 'Futura Std Book', Arial, sans-serif !important;*/
}

.news a,
.content a {
	text-decoration: underline;
}

.nopub a:before {
	content: "\f530";
}

.nopub--on a:before {
	margin-top: 2px;
	content: "\f177";
}

.bx1-toggle-ads:not(.nopub--on) a:before {
	margin-top: 2px;
	content: "\f530";
}

#page .inside {
	display: flex;
	justify-content: space-between;
}

#page .inside .bx1_carrousel-main:last-child {
	margin-bottom: 0 !important;
}

.inside,
.nav-menu-v2 {
	margin: auto;
	max-width: 1200px;
}

a[title="Modifier la vue"] {
	display: none;
}

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

.single-content-block {
	display: flex;
	flex-direction: row-reverse;
}

.social {
	float: right;
}

.social__icon {
	display: inline-block;
}

.social__icon a {
	display: block;
	width: 24px;
	height: 26px;
	margin: 4px 7px;
	overflow: hidden;
	font-size: 20px;
	color: #1d1d26;
	transition: all 0.2s ease-out;
}

.social__icon a:hover {
	text-decoration: none;
	color: #eb1f7c;
}

.social__icon a:before {
	display: inline-block;
	width: 1em;
	margin-right: 0.2em;
	margin-left: 0.2em;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	font-family: "fontello";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1em;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.social__icon--twitter a:before {
	content: "\f099";
}

.social__icon--facebook a:before {
	content: "\f09a";
}

.social__icon--youtube a:before {
	content: "\f167";
}

.social__icon--instagram a:before {
	content: "\f16d";
}

.social__icon--rss a:before {
	content: "\f09e";
}

form {
	color: #374448;
}

form .gform_body ul {
	padding: 0;
	list-style: none;
}

form select {
	padding-right: 25px;
	background-image: url(img/select.png);
	background-position: right center;
	background-repeat: no-repeat;
}

form input[type="checkbox"],
form input[type="radio"] {
	margin: 0;
	border: 0;
}

form input[type="checkbox"]:focus,
form input[type="radio"]:focus {
	margin: 0;
}

form .radio,
form .checkbox {
	margin-top: 5px;
	margin-bottom: 20px;
}

form .radio label,
form .checkbox label {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 16px;
}

form .radio input,
form .checkbox input {
	position: absolute;
	left: -9999px;
}

form .radio span,
form .checkbox span {
	display: inline-block;
	text-transform: none;
}

form .radio span:before,
form .checkbox span:before {
	content: "";
	display: inline-block;
	position: relative;
	bottom: -3px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

form .radio label,
form .gfield_radio li label,
form.yop-poll-forms li[class*="yop-poll-li-answer"] label {
	text-transform: none;
	font-size: 16px;
	letter-spacing: 0;
}

form .radio span:before,
form .radio label:before,
form .gfield_radio li span:before,
form .gfield_radio li label:before,
form.yop-poll-forms li[class*="yop-poll-li-answer"] span:before,
form.yop-poll-forms li[class*="yop-poll-li-answer"] label:before {
	content: "";
	display: inline-block;
	position: relative;
	bottom: -3px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1620px no-repeat;
}

form .radio input:checked + span:before,
form .radio input:checked + label:before,
form .gfield_radio li input:checked + span:before,
form .gfield_radio li input:checked + label:before,
form.yop-poll-forms li[class*="yop-poll-li-answer"] input:checked + span:before,
form.yop-poll-forms
	li[class*="yop-poll-li-answer"]
	input:checked
	+ label:before {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1580px no-repeat;
}

form .radio input:focus + span:before,
form .radio input:focus + label:before,
form .gfield_radio li input:focus + span:before,
form .gfield_radio li input:focus + label:before,
form.yop-poll-forms li[class*="yop-poll-li-answer"] input:focus + span:before,
form.yop-poll-forms li[class*="yop-poll-li-answer"] input:focus + label:before {
	outline: 1px solid #eb1f7c;
}

form .checkbox span:before,
form .checkbox label:before,
form .gfield_checkbox li span:before,
form .gfield_checkbox li label:before {
	content: "";
	display: inline-block;
	position: relative;
	bottom: -2px;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -36px no-repeat;
}

form .checkbox input:checked + span:before,
form .checkbox input:checked + label:before,
form .gfield_checkbox li input:checked + span:before,
form .gfield_checkbox li input:checked + label:before {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 0 no-repeat;
}

form .checkbox input:focus + span:before,
form .checkbox input:focus + label:before,
form .gfield_checkbox li input:focus + span:before,
form .gfield_checkbox li input:focus + label:before {
	outline: 1px solid #eb1f7c;
}

form .gfield_checkbox label,
form .gfield_radio label {
	margin-bottom: 0;
	text-transform: none;
	font-size: 1em;
	letter-spacing: 0;
}

form input[type="button"] {
	display: inline-block;
	z-index: 1;
	position: relative;
	width: auto;
	padding: 0.2em 0.5em;
	text-transform: none;
	font-weight: normal;
}

form .ginput_container_fileupload,
form [id*="gform_preview"] {
	margin-bottom: 20px;
	padding: 30px;
	border: 1px dashed #737b81;
	text-align: center;
	background-color: #f7f7f7;
}

form .ginput_container_fileupload [id*="gform_preview"] {
	padding: 0;
	border: 0;
}

form .ginput_container_fileupload input[type="file"] {
	background-color: white;
}

form [id*="extensions_message"] {
	display: block;
	padding-top: 10px;
}

form [id*="gform_preview"] {
	margin-top: -21px;
	padding-top: 0;
	border-top: 0;
	text-align: left;
}

form .gfield_description {
	margin-bottom: 5px;
	font-size: 0.9em;
	font-style: italic;
}

form .gfield_visibility_ {
	display: none;
}

form .ginput_container_checkbox,
form .ginput_container_radio {
	margin-bottom: 20px;
}

form .ginput_container_checkbox input,
form .ginput_container_radio input {
	position: absolute;
	left: -9999px;
}

.is-hidden {
	display: none !important;
}

.select2-container {
	width: 100% !important;
}

.select2-container--default .select2-selection {
	height: auto;
	padding: 0 25px 0 5px;
	border: 0;
	border-bottom: 1px solid #374448;
	border-radius: 0;
	color: #374448;
	background-image: url(img/select.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.select2-container .select2-selection--multiple {
	min-height: 0;
}

.select2-container--default.select2-container--focus
	.select2-selection--multiple {
	border-top: 0;
	border-right: 0;
	border-left: 0;
}

.select2-container--default.select2-container--focus
	.select2-selection--multiple
	input {
	margin-bottom: 0;
}

.select2-container .select2-selection .select2-selection__rendered {
	padding: 0;
}

.select2-container--default .select2-selection .select2-selection__rendered {
	line-height: 1.4;
}

.select2-container .select2-selection .select2-selection__rendered {
	text-overflow: initial;
}

.select2-dropdown {
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: 0 3px 6px #ccc;
}

.select2-container--default .select2-selection__choice,
.select2-container--default .select2-search {
	margin-bottom: 0;
	border-bottom: 0;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	display: none;
}

.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice {
	border-color: #bbbbbe;
	border-radius: 0;
	background-color: #f7f7f7;
}

.gform_confirmation_wrapper {
	padding: 15px 30px;
	color: white;
	background-color: #10a665;
}

.ginput_container_fileupload .validation_message {
	padding: 0;
	background-color: transparent;
}

.gfield.hidden-desktop {
	display: none;
}

.yop-poll-container {
	padding: 30px !important;
	background-color: #f7f7f7 !important;
}

.yop-poll-container label,
.yop-poll-container div {
	font-size: 16px !important;
}

.dernierjt-container {
	width: 100%;
}

.dernierjt-buttons {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: 25px auto;
}

.dernierjt-buttons .button1 {
	background-color: #e2237a;
	border: none;
	color: #fff;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 35px;
	font-family: "Asap Condensed", sans-serif;
	cursor: pointer;
	width: 300px;
	border-radius: 5px;
}

.dernierjt-buttons a.two:link {
	color: #fff;
}

.dernierjt-buttons a.two:hover {
	color: #fff;
}

.dernierjt-buttons a.two:visited {
	color: #fff;
}

.dernierjt-buttons .button {
	background-color: #e2237a;
	border: none;
	color: #fff;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 35px;
	font-family: "Asap Condensed", sans-serif;
	cursor: pointer;
	width: 300px;
	border-radius: 5px;
	float: left;
}

.dernierjt-buttons a.one:link {
	color: #fff;
}

.dernierjt-buttons a.one:hover {
	color: #fff;
}

.dernierjt-buttons a.one:visited {
	color: #fff;
}

div[class*="yop-poll-question"] {
	text-align: left !important;
	font-weight: bold;
}

div[id*="yop-poll-questions-container"] {
	margin: 0 0 30px 0 !important;
}

div[id*="yop-poll-question"] {
	padding: 0 !important;
}

.yop_poll_vote_button {
	width: 100% !important;
	font-size: 16px !important;
}

[class*="pds-feedback-label"] {
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
}

[class*="yop-poll-results-bar"] {
	width: 100% !important;
}

[class*="yop-poll-results-bar"] > div {
	clear: both;
	width: 100% !important;
	background-color: #bbbbbe !important;
}

[class*="yop-poll-results-bar"] > div > div {
	border: 0 !important;
	background-color: #eb1f7c !important;
}

[class*="pds-feedback-result"] {
	float: right;
}

a.allLink {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-top: 30px;
	padding: 0.5em 1em;
	border: 1px solid;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #374448;
	transition: all 0.2s ease-out;
}

a.allLink:visited {
	color: #374448;
}

a.allLink:hover,
a.allLink:visited:hover {
	border-color: #eb1f7c;
	text-decoration: none;
	color: white;
	background-color: #eb1f7c;
}

.gallery-item {
	display: inline-block;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	text-align: left;
	vertical-align: top;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	display: inline-block;
	max-width: 100%;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gallery-item a img {
	display: block;
	transition: all 0.2s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	margin-bottom: 0;
	padding: 0 10px 0 0;
	text-align: left;
}

.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	height: 100%;
	overflow: visible;
}

.fancybox-is-hidden {
	visibility: hidden;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.fancybox-container {
	z-index: 99993;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
}

.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.fancybox-bg {
	opacity: 0;
	background: #1e1e1e;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.87;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
	visibility: hidden;
	z-index: 99997;
	position: absolute;
	box-sizing: border-box;
	direction: ltr;
	opacity: 0;
	transition:
		opacity 0.25s,
		visibility 0s linear 0.25s;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
	visibility: visible;
	opacity: 1;
	transition:
		opacity 0.25s,
		visibility 0s;
}

.fancybox-infobar {
	top: 0;
	left: 50%;
	margin-left: -79px;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 44px;
	color: #ddd;
	background-color: rgba(30, 30, 30, 0.7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
	top: 0;
	right: 0;
}

.fancybox-stage {
	z-index: 99994;
	overflow: hidden;
	direction: ltr;
	-webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
	display: none;
	z-index: 99994;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	text-align: center;
	white-space: normal;
	outline: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	transition-property:
		opacity,
		-webkit-transform;
	transition-property: transform, opacity;
	transition-property:
		transform,
		opacity,
		-webkit-transform;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: visible;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #e5e3df;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	margin: 44px 0 44px;
	padding: 24px;
	border-width: 0;
	overflow: auto;
	text-align: left;
	vertical-align: middle;
	background-color: #fff;
}

.fancybox-slide .fancybox-image-wrap {
	z-index: 99995;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: visible;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: default;
	-ms-transform-origin: top left;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	max-height: none;
	max-width: none;
	border: 0;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
	width: 80%;
	height: 80%;
	padding: 0;
	max-height: calc(100% - 88px);
	max-width: calc(100% - 100px);
	overflow: visible;
	background: #fff;
}

.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
}

.fancybox-error {
	width: 100%;
	margin: 0;
	padding: 40px;
	max-width: 380px;
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	font:
		16px/20px "Helvetica Neue",
		Helvetica,
		Arial,
		sans-serif;
	color: #444;
}

.fancybox-close-small {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: "×";
	z-index: 2;
	position: absolute;
	top: 5px;
	right: 5px;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	border-width: 0;
	border-radius: 50%;
	text-align: center;
	font:
		20px/30px Arial,
		"Helvetica Neue",
		Helvetica,
		sans-serif;
	font-weight: 300;
	color: #888;
	background: #fff;
	transition: background 0.25s;
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa;
	background: transparent;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff;
}

.fancybox-caption-wrap {
	right: 0;
	bottom: 0;
	left: 0;
	padding: 60px 30px 0 30px;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.1) 20%,
		rgba(0, 0, 0, 0.2) 40%,
		rgba(0, 0, 0, 0.6) 80%,
		rgba(0, 0, 0, 0.8) 100%
	);
	pointer-events: none;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
}

.fancybox-caption a {
	text-decoration: underline;
	color: #fff;
}

.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	text-align: center;
	line-height: 44px;
	vertical-align: top;
	outline: none;
	color: #ddd;
	background: transparent;
	cursor: pointer;
}

.fancybox-button[disabled] {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: "";
	display: inline-block;
	position: absolute;
	box-sizing: border-box;
	color: currentColor;
	opacity: 0.9;
	background-color: currentColor;
	pointer-events: none;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
	opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
	top: 18px;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	background: transparent;
}

.fancybox-button--left::after {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
	width: 16px;
	height: 2px;
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fancybox-arrow {
	z-index: 99995;
	position: absolute;
	top: 50%;
	width: 54px;
	height: 100px;
	margin: -50px 0 0 0;
	padding: 0;
	border: 0;
	outline: none;
	opacity: 0;
	background: none;
	transition: opacity 0.25s;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-ms-user-select: none;
}

.fancybox-arrow::after {
	content: "";
	position: absolute;
	top: 28px;
	width: 44px;
	height: 44px;
	background-color: rgba(30, 30, 30, 0.8);
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

.fancybox-arrow--right {
	right: 0;
}

.fancybox-arrow--left {
	left: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
	left: 0;
}

.fancybox-show-nav .fancybox-arrow {
	opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
	opacity: 0.3;
}

.fancybox-loading {
	z-index: 99999;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	border: 6px solid rgba(100, 100, 100, 0.4);
	border-top: 6px solid rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	background: transparent;
	-webkit-animation: fancybox-rotate 0.8s infinite linear;
	animation: fancybox-rotate 0.8s infinite linear;
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-width: 800px) {
	.fancybox-infobar {
		left: 0;
		margin-left: 0;
	}

	.fancybox-button--left,
	.fancybox-button--right {
		display: none !important;
	}

	.fancybox-caption {
		margin: 0;
		padding: 20px 0;
	}
}

.fancybox-button--fullscreen::before {
	top: calc(50% - 6px);
	left: calc(50% - 7px);
	width: 15px;
	height: 11px;
	border: 2px solid;
	background: none;
}

.fancybox-button--play::before,
.fancybox-button--pause::before {
	top: calc(50% - 6px);
	left: calc(50% - 4px);
	background: transparent;
}

.fancybox-button--play::before {
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
}

.fancybox-button--pause::before {
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
}

.fancybox-thumbs {
	display: none;
}

.fancybox-button--thumbs {
	display: none;
}

@media all and (min-width: 800px) {
	.fancybox-button--thumbs {
		display: inline-block;
	}

	.fancybox-button--thumbs span {
		font-size: 23px;
	}

	.fancybox-button--thumbs::before {
		top: calc(50% - 2px);
		left: calc(50% - 2px);
		width: 3px;
		height: 3px;
		box-shadow:
			0 -4px 0,
			-4px -4px 0,
			4px -4px 0,
			0 0 0 32px inset,
			-4px 0 0,
			4px 0 0,
			0 4px 0,
			-4px 4px 0,
			4px 4px 0;
	}

	.fancybox-thumbs {
		z-index: 99995;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		box-sizing: border-box;
		width: 220px;
		margin: 0;
		padding: 5px 5px 0 0;
		word-break: normal;
		background: #fff;
		-webkit-tap-highlight-color: transparent;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.fancybox-show-thumbs .fancybox-thumbs {
		display: block;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 220px;
	}

	.fancybox-thumbs > ul {
		position: absolute;
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		font-size: 0;
		list-style: none;
	}

	.fancybox-thumbs > ul > li {
		float: left;
		position: relative;
		box-sizing: border-box;
		width: 105px;
		height: 75px;
		margin: 0;
		padding: 0;
		max-width: 50%;
		border: 5px solid transparent;
		border-top-width: 0;
		border-right-width: 0;
		overflow: hidden;
		outline: none;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
	}

	li.fancybox-thumbs-loading {
		background: rgba(0, 0, 0, 0.1);
	}

	.fancybox-thumbs > ul > li > img {
		position: absolute;
		top: 0;
		left: 0;
		max-height: none;
		max-width: none;
		min-height: 100%;
		min-width: 100%;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		-webkit-touch-callout: none;
		-ms-user-select: none;
	}

	.fancybox-thumbs > ul > li:before {
		content: "";
		z-index: 99991;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border: 4px solid #4ea7f9;
		border-radius: 2px;
		opacity: 0;
		transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
		opacity: 1;
	}
}

/*!
 * Datepicker v@VERSION
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-@YEAR Fengyuan Chen
 * Released under the MIT license
 *
 * Date: @DATE
 */

.datepicker-container {
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	width: 210px;
	direction: ltr !important;
	font-size: 12px;
	line-height: 30px;
	background-color: #fff;
	user-select: none;
	touch-action: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.datepicker-container:before,
.datepicker-container:after {
	content: " ";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
}

.datepicker-dropdown {
	z-index: 1;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: -44px;
	border: 1px solid #ccc;
	box-shadow: 0 3px 6px #ccc;
}

.datepicker-inline {
	position: static;
}

.datepicker-top-left,
.datepicker-top-right {
	border-top-color: #eb1f7c;
}

.datepicker-top-left:before,
.datepicker-top-left:after,
.datepicker-top-right:before,
.datepicker-top-right:after {
	top: -5px;
	left: 10px;
	border-top: 0;
}

.datepicker-top-left:before,
.datepicker-top-right:before {
	border-bottom-color: #eb1f7c;
}

.datepicker-top-left:after,
.datepicker-top-right:after {
	top: -4px;
	border-bottom-color: #fff;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
	border-bottom-color: #eb1f7c;
}

.datepicker-bottom-left:before,
.datepicker-bottom-left:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
	bottom: -5px;
	left: 10px;
	border-bottom: 0;
}

.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
	border-top-color: #eb1f7c;
}

.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
	bottom: -4px;
	border-top-color: #fff;
}

.datepicker-top-right:before,
.datepicker-top-right:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
	right: 10px;
	left: auto;
}

.datepicker-panel > ul:before,
.datepicker-panel > ul:after {
	content: " ";
	display: table;
}

.datepicker-panel > ul:after {
	clear: both;
}

.datepicker-panel > ul {
	width: 102%;
	margin: 0;
	padding: 0;
}

.datepicker-panel > ul > li {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	background-color: #fff;
	cursor: pointer;
}

.datepicker-panel > ul > li:hover {
	background-color: #fac3dc;
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
	color: #999;
}

.datepicker-panel > ul > li.highlighted {
	background-color: #fac3dc;
}

.datepicker-panel > ul > li.highlighted:hover {
	background-color: #f8abce;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
	color: #eb1f7c;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
	color: #ccc;
	background-color: #fff;
	cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
	background-color: #fac3dc;
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
	font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
	width: 150px;
}

.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
	width: 52.5px;
	height: 52.5px;
	line-height: 52.5px;
}

.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
	background-color: #fff;
	cursor: default;
}

.datepicker-hide {
	display: none;
}

.siteHeader {
	height: 130px;
	padding-top: 20px;
}

.siteHeader img {
	max-width: 100%;
	height: auto;
	display: block;
}

.siteHeader__iReporter {
	float: right;
	position: absolute;
	top: 26px;
	width: 120px;
	height: 55px;
	right: 20px;
	padding-top: 55px;
	/*background: url('img/./icons-s1bb3f9e1fa.png') 0 -422px no-repeat;*/
	background: url("/wp-content/themes/bx1-2025-main/images/alertez-nous.png");
	background-position-x: center;
	text-decoration: none !important;
	color: #eb1f7c !important;
}

.siteHeader__iReporter:visited {
	color: #eb1f7c;
}

.siteHeader__iReporter:hover {
	text-decoration: none;
	color: #b5115d;
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -318px no-repeat;
	background-position-x: center;
}

.siteHeader__iReporter:visited:hover {
	color: #b5115d;
}

.siteHeader__iReporter--mini {
	position: static;
	padding-top: 0;
	overflow: hidden;
	text-indent: -9999px;
	/*background: url('img/./icons-s1bb3f9e1fa.png') 0 -260px no-repeat;*/
	background: url("/wp-content/themes/bx1-2025-main/images/alertez-nous_white.png")
		no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	width: 55px;
	top: 0 !important;
	height: 39px !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.siteHeader__iReporter--mini {
	background: url("/wp-content/themes/bx1-2025-main/images/alertez-nous_white.png")
		no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	width: 55px;
	top: 0 !important;
	height: 39px !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.siteHeader__iReporter--mini:hover {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -289px no-repeat;
}

.siteHeader--fixed {
	z-index: 120;
	position: fixed;
	top: -40px;
	left: 0;
	width: 100%;
	height: 39px;
	padding-top: 0;
	/*border-bottom: 1px solid #1d1d26;*/
	border-bottom: none;
	overflow: hidden;
	background-color: white;
	transition: all 0.2s ease-out;
}

.siteHeader--fixed.show {
	top: 0;
}

.logged-in .siteHeader--fixed.show {
	top: 32px;
}

.siteHeader--fixed .secondMenu {
	display: inline-block;
	border-top: 0;
	border-bottom: 0;
	vertical-align: top;
}

.siteHeader--fixed .secondMenu nav {
	width: auto;
}

.siteHeader__whatsapp {
	background: url("/wp-content/themes/bx1-2025-main/images/whatsapp.png");
	top: 26px;
	width: 120px;
	height: 55px;
	float: right;
	position: absolute;
}

.siteHeader .inside {
	display: flex;
	justify-content: space-between;
	max-width: 1230px !important;
}

.header-btn-monbx1 {
	display: none;
}

.header-btn-directtv img:hover,
.header-btn-directradio img:hover,
.header-btn-whatsapp img:hover,
.header-btn-alert img:hover,
.header-btn-monbx1 img:hover {
	opacity: 0.8 !important;
}

.header-btn-directtv img,
.header-btn-directradio img,
.header-btn-whatsapp img,
.header-btn-alert img,
.header-btn-monbx1 img {
	transition: opacity 0.3s ease;
}

.header-bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: auto;
	width: 1200px;
	align-items: end;
}

.header-right,
.header-center,
.header-left {
	display: flex;
	align-items: center;
	flex: 1.2 1 0%;
	justify-content: space-evenly;
}

.header-center {
	flex: 2;
	justify-content: center;
}

.logo img,
.logo svg {
	width: 115px;
	height: auto;
	margin-top: -7px;
	transition: all 0.15s ease-out;
}

.logo > svg:hover,
.logo > svg:focus {
	opacity: 0.8;
}

.logo--mini {
	display: inline-block;
	width: 38px;
	height: 33px;
	margin-top: 3px;
	margin-right: 30px;
	overflow: hidden;
}

.logo--mini img,
.logo--mini svg {
	width: 100%;
	margin-top: 0;
}

.openMenu {
	display: block;
	z-index: 101;
	position: initial;
	float: initial;
	top: 55px;
	left: 20px;
	color: #d51c70 !important;
	transition: all 0.15s ease-out;
}

.openMenu span {
	display: block;
	position: relative;
	width: 42px;
	height: 2px;
	margin-bottom: 14px;
	background-color: #d51c70;
	transition:
		background-color 0.15s ease-out,
		transform 0.15s ease-out;
}

.openMenu:visited,
.openMenu:visited span {
	background-color: #d51c70;
	color: #d51c70;
}

.openMenu:hover {
	color: #b5115d;
}

.openMenu:hover span {
	background-color: #b5115d !important;
}

.openMenu:visited:hover {
	color: #b5115d;
}

.openMenu--active {
	z-index: 104;
	color: #374448;
}

.openMenu--active span {
	background-color: #eb1f7c;
}

.openMenu--active span:first-child {
	top: 15px;
	left: -2px;
	width: 48px;
	transform: rotate(-45deg);
}

.openMenu--active span + span {
	visibility: hidden;
}

.openMenu--active span + span + span {
	visibility: visible;
	top: -17px;
	left: -2px;
	width: 48px;
	transform: rotate(45deg);
}

.openMenu:hover {
	text-decoration: none;
	color: #b5115d;
}

.openMenu:hover span {
	background-color: #b5115d;
}

.menuPrincipal {
	z-index: 103;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 30%;
	margin-left: -50%;
	padding: 0;
	padding: 170px 100px 100px 170px;
	min-height: 100%;
	border-right: 1px solid #1d1d26;
	overflow: hidden;
	opacity: 0;
	background-color: white;
	transition: all 0.4s ease-out;
}

.menuPrincipal #menu-menu-principal > li a {
	display: none;
}

.menuPrincipal--active {
	margin-left: 0;
	opacity: 1;
	overflow: scroll;
}

.menuPrincipal--active #menu-menu-principal > li {
	left: 0 !important;
}

.menuPrincipal--active #menu-menu-principal > li a {
	display: block;
}

.menuPrincipal ul,
.menuPrincipal li {
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style: none;
}

.menuPrincipal li {
	position: relative;
	transition: left 0.6s ease-out;
}

.menuPrincipal li a {
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	color: #374448;
	transition: all 0.2s ease-out;
}

.menuPrincipal li a:hover {
	text-decoration: none;
	color: #eb1f7c;
}

.menuPrincipal li.menu-item-has-children > a:after {
	content: "";
	display: inline-block;
	position: relative;
	top: -2px;
	width: 9px;
	height: 10px;
	margin-left: 7px;
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -526px no-repeat;
}

.menuPrincipal li.menu-item-has-children.open > a:after {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -536px no-repeat;
}

.menuPrincipal li .sub-menu {
	display: none;
	padding-left: 20px;
}

.menuPrincipal li.current-menu-item > a,
.menuPrincipal li.current-menu-parent > a {
	font-weight: bold;
	color: #eb1f7c;
}

#menu-home-v2_menu {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-direction: row;
	margin-top: 30px;
	padding: 0;
}

#menu-home-v2_menu li {
	list-style: none;
	position: relative;
}

#menu-home-v2_menu li a {
	color: #000;
	font-size: 23px;
	letter-spacing: 1.6px;
	text-decoration: none;
}

#menu-home-v2_menu li a:hover {
	text-decoration: none;
	color: #535353;
}

#menu-home-v2_menu .sub-menu {
	display: none;
	padding: 0;
	margin-top: 10px;
	position: absolute;
	z-index: 999;
}

#menu-home-v2_menu .sub-menu li a {
	font-size: 18px;
	letter-spacing: initial;
}

#menu-home-v2_menu > li::first-letter {
	font-weight: bolder;
	font-size: 29px;
}

/* 1. Onglet "Info" – première lettre en magenta (#EC1F7C) */
#menu-home-v2_menu > li:nth-child(1)::first-letter {
	color: #ec1f7c;
}

/* 2. Onglet "Reportages" – première lettre en bleu sombre (#084266) */
#menu-home-v2_menu > li:nth-child(2)::first-letter {
	color: #305b9e;
}

/* 3. Onglet "Sport" – première lettre en orange (#EC9C2B) */
#menu-home-v2_menu > li:nth-child(3)::first-letter {
	color: #ec9c2b;
}

/* 4. Onglet "Culture" – première lettre en turquoise (#0F8B8D) */
#menu-home-v2_menu > li:nth-child(4)::first-letter {
	color: #0f8b8d;
}

/* 5. Onglet "Émissions" – première lettre en gris (#8F8F8F) */
#menu-home-v2_menu > li:nth-child(5)::first-letter {
	color: #8f8f8f;
}

/* 6. Onglet "Ma commune" – première lettre en violet foncé (#B1125C) */
#menu-home-v2_menu > li:nth-child(6)::first-letter {
	color: #b1125c;
}

#menu-home-v2_menu > li:nth-child(6) .sub-menu > li {
	background-color: #b1125c;
	padding: 2px 5px;
	border-bottom: 2px solid #fff;
	width: 215px;
}

#menu-home-v2_menu > li:nth-child(6) .sub-menu > li:hover {
	background-color: #d51c70;
}

#menu-home-v2_menu > li:nth-child(6) .sub-menu > li a {
	color: #fff;
}

#menu-home-v2_menu > li:nth-child(1) .sub-menu > li {
	background-color: #ec1f7c;
	padding: 2px 5px;
	border-bottom: 2px solid #fff;
	width: 215px;
}

#menu-home-v2_menu > li:nth-child(1) .sub-menu > li:hover {
	background-color: #b1125c;
}

#menu-home-v2_menu > li:nth-child(1) .sub-menu > li a {
	color: #fff;
}

.nav-menu-dossiers {
	width: 295px;
	padding-right: 25px;
}

.nav-menu-dossiers_title {
	background-color: #e3e3e3;
	padding: 3px 0px 3px 10px;
	font-weight: bold;
}

#menu-home-v2_menu_dossiers li {
	background-color: #d51c70;
	padding: 3px 0px 3px 10px;
	margin-bottom: 1px;
	list-style: none;
	width: auto !important;
}

#menu-home-v2_menu_dossiers li:hover {
	background-color: #b1125c;
}

#menu-home-v2_menu_dossiers li a {
	color: #fff;
}

#menu-home-v2_menu_dossiers li a:hover {
	text-decoration: none;
	text-shadow: 1px 1px 33px #fff;
}

#menu-home-v2_menu_dossiers {
	padding: 0;
	margin: 0;
}

.no-js .menuPrincipal li .sub-menu {
	display: block;
}

.openSearch {
	display: block;
	z-index: 100;
	position: initial;
	float: initial;
	top: 51px;
	left: 90px;
	width: 45px;
	height: 44px;
	text-indent: -9999px;
	margin: 0 23px;
}

.openSearch,
.openSearch:hover {
	background: url("/wp-content/themes/bx1-2025-main/images/loupe.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0;
}

.openSearch,
.siteHeader__iReporter,
.siteHeader__whatsapp {
	color: #fff !important;
}

.sidebar-socials_responsive {
	display: none;
}

.sidebar-socials {
	position: absolute;
	right: -55px;
	width: 25px;
}

.sidebar-socials li a:hover {
	opacity: 0.7;
}

.sidebar-socials li img {
	width: 25px;
}

.sidebar-socials li {
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: none !important;
}

.btn-direct-info {
	margin: 12px 0;
	background-color: #eb1f7c;
	padding: 2px 10px;
}

.btn-direct-info a {
	color: #fff;
}

.btn-direct-info a:hover {
	text-decoration: none;
	text-shadow: 1px 1px 33px #fff;
}

.searchForm {
	z-index: 101;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 150px;
	margin-left: -51%;
	padding: 0;
	border-right: 1px solid #1d1d26;
	opacity: 0;
	background-color: white;
	transition: all 0.4s ease-out;
}

.searchForm input,
.searchForm .searchForm__form,
.searchForm a {
	display: none;
}

.searchForm--active {
	margin-left: 0;
	opacity: 1;
}

.searchForm--active input,
.searchForm--active .searchForm__form,
.searchForm--active a {
	display: inline-block;
}

.searchForm__form {
	display: inline-block;
	width: 50%;
	margin-top: 12px;
	vertical-align: top;
}

.searchForm__form label {
	color: #bbbbbe;
}

.searchForm__form input[type="search"] {
	float: left;
	margin-bottom: 0;
	padding: 10px 0;
	border: 0;
	border-bottom: 2px solid #f7f7f7;
	font-size: 20px;
	color: #374448;
	transition: all 0.2s ease-out;
}

.searchForm__form input[type="search"]:focus {
	border-bottom: 2px solid #eb1f7c;
	outline: 0;
}

.searchForm__form input[type="search"].error {
	border-bottom-color: #f20d56;
}

.searchForm input[type="submit"] {
	display: inline-block;
	width: 45px;
	height: 44px;
	margin: 55px 20px 0 90px;
	border: 0;
	text-indent: -9999px;
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1784px no-repeat;
	background-color: transparent;
	transition: none;
}

.searchForm input[type="submit"]:hover {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1852px no-repeat;
	background-color: transparent;
}

.searchForm__close {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-top: 60px;
	margin-left: 20px;
	text-indent: -9999px;
	vertical-align: top;
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1664px no-repeat;
}

.searchForm__close:hover {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1724px no-repeat;
}

.meteo {
	float: right;
	margin-top: 18px;
}

.meteo ul,
.meteo li {
	padding: 0;
	list-style: none;
}

.meteo__block {
	display: inline-block;
	margin: 0 10px 0 0;
	text-align: center;
	line-height: 1;
	vertical-align: top;
}

.meteo__block__date {
	display: block;
	margin-bottom: 4px;
	text-transform: uppercase;
	font-size: 14px;
}

.meteo__block__icon {
	display: block;
	width: 30px;
	height: 30px;
	margin: auto;
	margin-bottom: 4px;
	text-indent: -9999px;
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1530px no-repeat;
}

.meteo__block__icon--TJ1 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1170px no-repeat;
}

.meteo__block__icon--TJ2 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1326px no-repeat;
}

.meteo__block__icon--TJ3 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -858px no-repeat;
}

.meteo__block__icon--TJ4 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1248px no-repeat;
}

.meteo__block__icon--TJ5 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -624px no-repeat;
}

.meteo__block__icon--TJ6 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1014px no-repeat;
}

.meteo__block__icon--TJ7 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1014px no-repeat;
}

.meteo__block__icon--TJ8 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -780px no-repeat;
}

.meteo__block__icon--TJ9 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -780px no-repeat;
}

.meteo__block__icon--TJ10 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1014px no-repeat;
}

.meteo__block__icon--TJ11 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -546px no-repeat;
}

.meteo__block__icon--TJ12 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -936px no-repeat;
}

.meteo__block__icon--TJ13 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -936px no-repeat;
}

.meteo__block__icon--TJ14 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -780px no-repeat;
}

.meteo__block__icon--TJ15 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -780px no-repeat;
}

.meteo__block__icon--TJ16 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -936px no-repeat;
}

.meteo__block__icon--TJ17 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -936px no-repeat;
}

.meteo__block__icon--TJ18 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -780px no-repeat;
}

.meteo__block__icon--TJ21 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -780px no-repeat;
}

.meteo__block__icon--TJ22 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -780px no-repeat;
}

.meteo__block__icon--TJ24 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -624px no-repeat;
}

.meteo__block__icon--TJ26 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -624px no-repeat;
}

.meteo__block__icon--TJ27 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -624px no-repeat;
}

.meteo__block__icon--TNN1 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -702px no-repeat;
}

.meteo__block__icon--TNN2 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1404px no-repeat;
}

.meteo__block__icon--TNN3 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -858px no-repeat;
}

.meteo__block__icon--TNN4 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1248px no-repeat;
}

.meteo__block__icon--TNN5 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -624px no-repeat;
}

.meteo__block__icon--TNN6 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1092px no-repeat;
}

.meteo__block__icon--TNN7 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1092px no-repeat;
}

.meteo__block__icon--TNN8 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -780px no-repeat;
}

.meteo__block__icon--TNN9 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -780px no-repeat;
}

.meteo__block__icon--TNN10 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1092px no-repeat;
}

.meteo__block__icon--TNN11 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -546px no-repeat;
}

.meteo__block__icon--TNN12 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -936px no-repeat;
}

.meteo__block__icon--TNN13 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -936px no-repeat;
}

.meteo__block__icon--TNN14 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -780px no-repeat;
}

.meteo__block__icon--TNN15 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -780px no-repeat;
}

.meteo__block__icon--TNN16 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -936px no-repeat;
}

.meteo__block__icon--TNN17 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -936px no-repeat;
}

.meteo__block__icon--TNN18 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -780px no-repeat;
}

.meteo__block__icon--TNN21 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -780px no-repeat;
}

.meteo__block__icon--TNN22 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -780px no-repeat;
}

.meteo__block__icon--TNN24 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -624px no-repeat;
}

.meteo__block__icon--TNN26 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -624px no-repeat;
}

.meteo__block__icon--TNN27 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -624px no-repeat;
}

.meteo__block__temp {
	display: block;
	font-size: 16px;
}

.meteo__block__temp span {
	margin-left: -0.2em;
	font-size: 0.75em;
}

.meteo__block--now {
	width: 150px;
}

.meteo__block--now .meteo__block__date {
	text-transform: none;
}

.meteo__block--now .meteo__block__icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin-bottom: 0;
	vertical-align: bottom;
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1482px no-repeat;
}

.meteo__block--now .meteo__block__icon--TJ1 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1200px no-repeat;
}

.meteo__block--now .meteo__block__icon--TJ2 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1356px no-repeat;
}

.meteo__block--now .meteo__block__icon--TJ3 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -888px no-repeat;
}

.meteo__block--now .meteo__block__icon--TJ4 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1278px no-repeat;
}

.meteo__block--now .meteo__block__icon--TJ5 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -654px no-repeat;
}

.meteo__block--now .meteo__block__icon--TJ6 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1044px no-repeat;
}

.meteo__block--now .meteo__block__icon--TJ7 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1044px no-repeat;
}

.meteo__block--now .meteo__block__icon--TJ8 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -810px no-repeat;
}

.meteo__block--now .meteo__block__icon--TJ9 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -810px no-repeat;
}

.meteo__block--now .meteo__block__icon--TJ10 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1044px no-repeat;
}

.meteo__block--now .meteo__block__icon--TJ11 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -576px no-repeat;
}

.meteo__block--now .meteo__block__icon--TJ12 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -966px no-repeat;
}

.meteo__block--now .meteo__block__icon--TJ13 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -966px no-repeat;
}

.meteo__block--now .meteo__block__icon--TJ14 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -810px no-repeat;
}

.meteo__block--now .meteo__block__icon--TJ15 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -810px no-repeat;
}

.meteo__block--now .meteo__block__icon--TJ16 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -966px no-repeat;
}

.meteo__block--now .meteo__block__icon--TJ17 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -966px no-repeat;
}

.meteo__block--now .meteo__block__icon--TJ18 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -810px no-repeat;
}

.meteo__block--now .meteo__block__icon--TJ21 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -810px no-repeat;
}

.meteo__block--now .meteo__block__icon--TJ22 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -810px no-repeat;
}

.meteo__block--now .meteo__block__icon--TJ24 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -654px no-repeat;
}

.meteo__block--now .meteo__block__icon--TJ26 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -654px no-repeat;
}

.meteo__block--now .meteo__block__icon--TJ27 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -654px no-repeat;
}

.meteo__block--now .meteo__block__icon--TNN1 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -732px no-repeat;
}

.meteo__block--now .meteo__block__icon--TNN2 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1434px no-repeat;
}

.meteo__block--now .meteo__block__icon--TNN3 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -888px no-repeat;
}

.meteo__block--now .meteo__block__icon--TNN4 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1278px no-repeat;
}

.meteo__block--now .meteo__block__icon--TNN5 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -654px no-repeat;
}

.meteo__block--now .meteo__block__icon--TNN6 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1122px no-repeat;
}

.meteo__block--now .meteo__block__icon--TNN7 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1122px no-repeat;
}

.meteo__block--now .meteo__block__icon--TNN8 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -810px no-repeat;
}

.meteo__block--now .meteo__block__icon--TNN9 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -810px no-repeat;
}

.meteo__block--now .meteo__block__icon--TNN10 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1122px no-repeat;
}

.meteo__block--now .meteo__block__icon--TNN11 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -576px no-repeat;
}

.meteo__block--now .meteo__block__icon--TNN12 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -966px no-repeat;
}

.meteo__block--now .meteo__block__icon--TNN13 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -966px no-repeat;
}

.meteo__block--now .meteo__block__icon--TNN14 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -810px no-repeat;
}

.meteo__block--now .meteo__block__icon--TNN15 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -810px no-repeat;
}

.meteo__block--now .meteo__block__icon--TNN16 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -966px no-repeat;
}

.meteo__block--now .meteo__block__icon--TNN17 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -966px no-repeat;
}

.meteo__block--now .meteo__block__icon--TNN18 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -810px no-repeat;
}

.meteo__block--now .meteo__block__icon--TNN21 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -810px no-repeat;
}

.meteo__block--now .meteo__block__icon--TNN22 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -810px no-repeat;
}

.meteo__block--now .meteo__block__icon--TNN24 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -654px no-repeat;
}

.meteo__block--now .meteo__block__icon--TNN26 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -654px no-repeat;
}

.meteo__block--now .meteo__block__icon--TNN27 {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -654px no-repeat;
}

.meteo__block--now .meteo__block__temp {
	display: inline-block;
	margin-bottom: -4px;
	font-size: 32px;
	vertical-align: bottom;
}

.secondMenu {
	z-index: 1;
	position: relative;
	border-top: 1px solid #1d1d26;
	border-bottom: 1px solid #1d1d26;
}

.secondMenu:after {
	content: "";
	display: block;
	clear: both;
}

.secondMenu ul,
.secondMenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.secondMenu nav {
	float: left;
	width: 80%;
	border-left: 1px solid #1d1d26;
}

.secondMenu nav ul {
	margin-top: -1px;
	font-size: 0;
}

.secondMenu nav li {
	display: inline-block;
	min-width: 12%;
	vertical-align: middle;
}

.secondMenu nav li a {
	display: block;
	box-sizing: border-box;
	margin-bottom: -1px;
	padding: 10px 20px;
	border-top: 1px solid #1d1d26;
	border-right: 1px solid #1d1d26;
	border-bottom: 1px solid #1d1d26;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #374448;
	transition: all 0.2s ease-out;
}

.secondMenu nav li a:hover,
.secondMenu nav li a:focus {
	color: #fff !important;
	background-color: #eb1f7c;
}

.secondMenu nav li:nth-child(5) a {
	color: white;
	background-color: #eb1f7c;
}

.secondMenu nav li:nth-child(5) a:hover {
	background-color: #b5115d;
}

.secondMenu nav li:nth-child(6) a {
	color: white;
	background-color: #b5115d;
}

.secondMenu nav li:nth-child(6) a:hover {
	background-color: #eb1f7c;
}

.secondMenu nav li.current-menu-item a {
	font-weight: bold;
	color: #eb1f7c;
}

.secondMenu nav li.current-menu-item:nth-child(5) a,
.secondMenu nav li.current-menu-item:nth-child(6) a {
	color: white;
}

.tvFiles {
	margin-top: -1px;
	border-bottom: 1px solid #374448;
	font-size: 0;
	background-color: #f7f7f7;
}

.tvFiles a {
	text-decoration: underline;
	font-weight: bold;
	color: #eb1f7c;
}

.tvFiles a:hover {
	color: #b5115d;
}

.tvFiles__atTv {
	display: inline-block;
	width: 300px;
	margin-right: -1px;
	border-right: 1px solid #374448;
	font-size: 14px;
	vertical-align: top;
}

.tvFiles__atTv span {
	font-weight: bold;
}

.tvFiles__atTv p {
	margin: 20px 20px 10px 0;
}

.tvFiles__files {
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}

.tvFiles__files ul,
.tvFiles__files li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tvFiles__files ul {
	margin: 20px 20px 10px 0;
}

.tvFiles__files li {
	display: inline-block;
}

.tvFiles__files li:before {
	content: "|";
	margin: 0 5px;
}

.tvFiles__files li:first-child:before {
	display: none;
}

.tvFiles__files .flashNews {
	padding-bottom: 10px;
	padding-left: 22px;
	font-weight: bold;
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -160px no-repeat;
}

.tvFiles__atTv + .tvFiles__files ul {
	margin: 20px 20px 10px;
}

.tvFiles__atTv + .tvFiles__files .flashNews {
	margin-left: 20px;
}

.tvFiles__atTv + .tvFiles__files {
	border-left: 1px solid #374448;
}

.pubTop {
	margin-top: 35px;
	overflow: hidden;
	text-align: center;
}

.pubTop__ad > span {
	display: inline-block;
	margin: auto;
	padding: 10px;
	max-width: 700px;
	font-size: 14px;
	font-style: italic;
	color: #bbbbbe;
	background-color: #f7f7f7;
}

.pubTop__ad {
	margin: auto;
}

#page {
	margin-top: 50px;
}

.f-right {
	float: right !important;
}

.search-form label {
	display: inline-block;
	width: 70%;
}

.search-form input[type="submit"] {
	display: inline-block;
	position: relative;
	top: 3px;
	width: 25%;
	margin-left: 5px;
	padding: 6px 0 5px;
}

#pubAside {
	margin-top: 30px;
}

.ads-sidebar {
	margin-top: 10px;
}

.news,
.single-article {
	display: inline-block;
	width: 855px;
	/*margin-left: 40px;*/
	vertical-align: top;
	color: #737b81;
}

.single-article {
	padding-right: 15px;
}

.news strong {
	color: #374448;
}

.news h1 {
	margin-top: 0;
	color: #374448;
}

.news .articles,
.news-top-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news .articles .news__article,
.news-top-block .news__article {
	flex: 0 0 48% !important;
	box-sizing: border-box;
}

.news__article {
	display: inline-block;
	width: 47%;
	margin-right: 2.56%;
	margin-bottom: 40px;
	vertical-align: top;
}

.news__article.even,
.news__article:nth-child(even) {
	margin-right: 0;
}

.news__article img {
	width: 100%;
	height: auto;
	transition: all 0.2s ease-out;
}

.news__article figure {
	position: relative;
	margin: 0;
	max-height: 228px;
	overflow: hidden;
}

.news__article--video figure:before {
	content: "";
	display: block;
	z-index: 5;
	position: absolute;
	bottom: 50%;
	left: 50%;
	width: 51px;
	height: 51px;
	margin-bottom: -25px;
	margin-left: -25px;
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -2015px no-repeat;
}

.news__article h3 {
	margin-top: 8px;
	margin-bottom: 0.5em;
	font-size: 20px;
	color: #000;
}

.news__article h3 .date {
	display: block;
	margin-right: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #374448;
}

.news__article > a {
	display: block;
	position: relative;
	text-decoration: none;
	transition: all 0.15s ease-out;
}

.news__article > a:hover {
	text-decoration: none;
}

.news__article > a .flash {
	display: block;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 15px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	color: white;
	background-color: #374448;
}

.news__article > a .flash--sport {
	right: 0;
	left: auto;
	background-color: #10a665;
}

.news__article > a .redaction {
	right: 0;
	left: auto;
	background-color: #e2237a;
}

.news__article > a .bonus {
	right: 0;
	left: auto;
	background-color: #322fff;
}

.news__article > a .exclusif {
	right: 0;
	left: auto;
	background-color: #81607f;
}

.news__article > a:hover figure img {
	opacity: 0.8;
	transform: scale(1.05);
}

.news__article--video a:hover figure:before {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1964px no-repeat;
}

.news--direct > h3 {
	margin-top: 0;
	font-size: 24px;
}

.news--direct #liveHome__video {
	margin-bottom: 35px;
}

.news--big {
	display: block;
	width: 100%;
	margin-bottom: 35px;
	margin-left: 0;
}

.news--big .news__article {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}

.news--big .news__article h3 {
	margin-bottom: 0.75em;
	font-size: 32px;
}

.news--big .news__article figure {
	max-height: none !important;
}

.news--mini {
	float: left;
	width: 300px;
	margin-left: 0;
	padding: 0;
	background-color: transparent;
}

.news--mini .news__article {
	display: block;
	width: auto;
	margin-right: 0;
}

.news--mini .news__article h3 {
	font-size: 16px;
}

.news--mini .news__article h3 a {
	line-height: 24px;
}

.news--mini .news__article h3 span {
	font-size: 14px;
}

.news--mini .news__article h3 span.flash {
	padding: 0 10px;
	font-size: 11px;
}

.news--related {
	width: auto;
	margin: 60px 0;
	color: #374448;
}

.news--related h2 {
	margin-bottom: 30px;
	font-size: 20px;
}

.news--grille {
	color: #374448;
}

.content .meta {
	display: inline-block;
	float: left;
	width: 300px;
	vertical-align: top;
}

.single-left-block .meta {
	width: 100%;
	padding: 10px;
}

.content .meta h2,
.single-left-block .meta h2 {
	margin-bottom: 20px;
	padding: 20px 0 15px;
	border-bottom: 1px solid #bbbbbe;
	font-size: 20px;
}

.content .meta .date,
.single-left-block .meta .date {
	margin-top: 30px;
}

.content .meta .tags,
.single-left-block .meta .tags {
	margin: 0;
	margin-top: 30px;
	padding: 0;
	list-style-type: none;
}

.content .meta .tags li,
.single-left-block .meta .tags li {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.content .meta .tags li a,
.single-left-block .meta .tags li a {
	display: block;
	padding: 7px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	color: white;
	background-color: #737b81;
	transition: all 0.15s ease-out;
}

.content .meta .tags li a:hover,
.single-left-block .meta .tags li a:hover {
	background-color: #374448;
}

.content .content {
	display: inline-block;
	max-width: 855px;
	width: 100%;
	margin-top: 25px;
	line-height: 1.6;
	vertical-align: top;
	color: #737b81;
}

.content .content strong {
	color: #374448;
}

.content .attachment-post-thumbnail {
	width: 100%;
}

#mapTrafic {
	width: 100%;
	height: 650px;
}

.contactList__contact {
	display: none;
	margin-top: 20px;
}

.contactList__contact p:first-child {
	margin-top: 0;
}

form#services #selectService {
	float: left;
	width: 80%;
}

form#services input[type="submit"] {
	float: right;
	width: 19%;
	padding: 7px;
}

#cookie-law-info-bar {
	z-index: 5000;
	width: 100%;
	padding: 1.5em 0;
	text-align: center;
	color: #fff !important;
	background-color: #eb1f7c !important;
}

#cookie-law-info-bar > span {
	display: block;
	margin: auto;
	padding: 0 1em;
	max-width: 1200px;
}

#cookie-law-info-bar > span #cookie_action_close_header {
	display: inline-block;
	margin: 1em 1em 0 0;
	padding: 0.5em 1em;
	border: 1px solid white;
	text-transform: uppercase;
	color: #fff !important;
	background-color: transparent !important;
}

#cookie-law-info-bar > span #cookie_action_close_header:hover {
	text-decoration: none;
	color: #eb1f7c !important;
	background-color: #fff !important;
	transition: all 0.2s ease-out;
}

#cookie-law-info-bar > span .cli-plugin-main-link {
	border-bottom: 1px solid;
	text-decoration: none;
	color: #fff !important;
}

#cookie-law-info-bar > span .cli-plugin-main-link:hover {
	border-bottom: 1px dotted;
}

.post .attachment-post-thumbnail {
	width: 100%;
}

.wp-paginate {
	float: right;
	margin-top: 25px;
	text-align: center;
	text-transform: uppercase;
	list-style: none;
	color: #374448;
}

.wp-paginate li {
	float: left;
	margin: 0;
	border: 0;
	list-style: none;
}

.wp-paginate li a {
	display: inline-block;
	box-sizing: border-box;
	margin: 5px 0 5px -1px;
	padding: 0.5em 1em;
	border: 1px solid;
	text-decoration: none;
	color: #374448;
	transition: all 0.2s ease-out;
}

.wp-paginate li a:hover {
	border-color: #eb1f7c;
	text-decoration: none;
	color: white;
	background-color: #eb1f7c;
}

.wp-paginate li .current {
	display: inline-block;
	margin: 6px 0;
	padding: 0.5em 1em;
	font-weight: bold;
}

.wp-paginate li .gap,
.wp-paginate li .dots {
	display: inline-block;
	margin: 6px 0;
	padding: 0.5em 1em;
}

.onglets {
	margin: 0;
	padding: 0;
	list-style: none;
}

.onglets li {
	display: inline-block;
}

.onglets li a {
	display: block;
	margin-bottom: 4px;
	padding: 0.5em;
	border-bottom: 2px solid #bbbbbe;
	text-decoration: none;
	color: #374448;
	transition: all 0.2s ease-out;
}

.onglets li a:hover {
	border-bottom-color: #eb1f7c;
	text-decoration: none;
}

.onglets li a.active {
	border-bottom-color: #b5115d;
	color: #b5115d;
}

.grille {
	display: none;
}

.grille .grid {
	margin: 0;
	padding: 0;
	list-style: none;
}

.grille .grid__row {
	padding: 1em 0.5em;
	border-top: 1px solid #bbbbbe;
}

.grille .grid__row:nth-child(even) {
	background-color: #f7f7f7;
}

.grille .grid__row:last-child {
	border-bottom: 1px solid #bbbbbe;
}

.grille .grid__row__hour {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	color: #737b81;
}

.grille .grid__row__hour--large {
	width: 40%;
}

.grille .grid__row__prog {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.grille .grid__row__prog--small {
	width: 30%;
}

.grille .grid__row__imag {
	display: inline-block;
	width: 25%;
	vertical-align: top;
}

.grille .grid__row__imag figure {
	margin: 0;
}

.grille .grid__row--featured {
	color: white;
	background-color: #eb1f7c !important;
}

.grille .grid__row--featured a {
	color: white;
}

.grille .grid__row--featured a:hover {
	color: white;
}

.grille .grid__row--featured .grid__row__hour,
.grille .grid__row--featured .grid__row__hour {
	color: white;
}

.filterForm {
	margin-bottom: 30px;
	padding: 1px 30px 20px;
	background-color: #f7f7f7;
}

.filterForm__select {
	margin-bottom: 20px;
}

.filterForm__select select,
.filterForm__select input {
	background-color: white;
}

.filterForm__select:nth-child(4) {
	margin-right: 0;
}

.filterForm input[type="submit"] {
	float: right;
	clear: both;
	width: 31.33%;
	padding: 7px;
}

.filterForm h4 {
	margin-bottom: 0;
}

.filterForm__reset {
	float: right;
	margin-top: 7px;
	margin-right: 3%;
}

.filterForm--agenda .filterForm__select {
	width: 100%;
	margin-right: 0;
}

.filterForm .search-field {
	box-sizing: border-box;
	margin-bottom: 20px;
	background-color: white;
}

.filterForm .search-field:focus {
	margin-bottom: 19px;
}

.depeches img {
	display: block;
}

.footerPartners {
	padding: 35px 0 25px;
	text-align: center;
}

.footerPartners__partner {
	display: inline-block;
	margin: auto;
	margin-right: 10px;
	vertical-align: middle;
}

.footerPartners__partner img {
	width: 100px;
	height: auto;
}

.footerPartners__partner a {
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: all 0.2s ease-out;
}

.footerPartners__partner a:hover {
	opacity: 0.8;
}

.pubBottom {
	margin-top: 60px;
	padding: 35px 0;
	overflow: hidden;
	text-align: center;
	background-color: #f7f7f7;
}

.pubBottom__ad {
	margin: auto;
}

.footerHighlight {
	padding: 35px 0 20px;
	color: white;
	background-color: #eb1f7c;
}

.footerHighlight__widgets {
	float: left;
	width: 70%;
}

.footerHighlight:after {
	content: "";
	display: block;
	clear: both;
}

.footerHighlight .social--bottom a {
	width: 32px;
	height: 36px;
	font-size: 28px;
	color: white;
}

.footerHighlight .social--bottom a:hover {
	opacity: 0.8;
}

.footerHighlight h2 {
	font-size: 1.4em;
	font-weight: normal;
}

.footerHighlight form input {
	color: white;
	background-color: transparent;
}

.footerHighlight form input[type="submit"] {
	width: 320px;
	background-color: #b5115d;
}

.footerHighlight form input[type="submit"]:hover {
	color: #eb1f7c;
	background-color: white;
}

.footerHighlight form label {
	color: white;
}

.footerHighlight form .firstStep {
	width: 320px;
	margin-bottom: 50px;
}

.footerHighlight form .secondStep {
	display: none;
}

.footerHighlight form .secondStep__block {
	margin-bottom: 50px;
}

.footerHighlight form .secondStep__block__float {
	display: inline-block;
	width: 320px;
	margin-right: 20px;
	vertical-align: top;
}

.footerHighlight form .secondStep__block__float--mini {
	width: 130px;
}

.footerHighlight form .radio span:before {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1600px no-repeat;
}

.footerHighlight form .radio input:checked + span:before {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -1560px no-repeat;
}

.footerHighlight form .checkbox span:before {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -18px no-repeat;
}

.footerHighlight form .checkbox input:checked + span:before {
	background: url("img/./icons-s1bb3f9e1fa.png") 0 -54px no-repeat;
}

.footerHighlight form input[type="email"]:focus {
	margin-bottom: -1px;
}

.footerHighlight form .radio label:before,
.footerHighlight form .checkbox label:before {
	display: none;
}

.no-js .footerHighlight form .secondStep {
	display: block;
}

.footerEnd {
	padding: 60px 0;
	font-size: 14px;
	text-align: center;
}

.footerEnd .inside {
	display: initial !important;
}

.footerPartners .inside {
	display: flex;
	justify-content: center !important;
}

.footerEnd [class*="menu-footer"] {
	margin-top: 40px;
	line-height: 2;
}

.footerEnd [class*="menu-footer"] ul,
.footerEnd [class*="menu-footer"] li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footerEnd [class*="menu-footer"] li {
	display: inline-block;
}

.footerEnd [class*="menu-footer"] li:after {
	content: "|";
	margin: 0 10px;
}

.footerEnd [class*="menu-footer"] li:last-child:after {
	display: none;
}

.footerEnd [class*="menu-footer"] li a {
	color: #374448;
	transition: all 0.2s ease-out;
	text-decoration: none !important;
}

.footerEnd [class*="menu-footer"] li a:hover {
	color: #eb1f7c;
}

.footerEnd__signature {
	margin-top: 60px;
}

.footerEnd__signature * {
	display: inline-block;
	vertical-align: bottom;
}

.footerEnd__signature img,
.footerEnd__signature svg {
	margin-right: 10px;
	width: 60px;
	height: auto;
}

.mc4wp-success p {
	font-weight: bold;
	color: white;
}

.liveMini {
	z-index: 4999;
	position: fixed;
	right: 20px;
	bottom: 0;
	width: 310px;
	background-color: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transition: all 0.2s ease-out;
}

.liveMini__inside {
	padding: 20px;
}

.liveMini h4 {
	margin-top: 0;
	font-size: 12px;
	font-weight: normal;
}

.liveMini h4 span {
	display: inline-block;
	float: right;
	margin-top: -3px;
	margin-right: 25px;
	margin-left: 5px;
	padding: 3px 8px;
	border: 1px solid;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	transition: all 0.2s ease-out;
}

.liveMini a {
	display: block;
	z-index: 5000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.liveMini__inside:hover h4 {
	color: #eb1f7c;
}

.liveMini__inside:hover h4 span {
	border-color: #eb1f7c;
	color: white;
	background-color: #eb1f7c;
}

.liveMini__close {
	z-index: 5001;
	position: absolute;
	top: 17px;
	right: 20px;
	padding: 0 6px;
	border: 1px solid;
	font-size: 15px;
	background: white;
	transition: all 0.2s ease-out;
}

.liveMini__close:hover {
	border-color: #374448;
	color: white;
	background-color: #374448;
	cursor: pointer;
}

@media screen and (max-width: 1560px) {
	.header-bottom {
		width: 1020px;
	}

	.inside,
	.nav-menu-v2 {
		width: 1020px;
	}

	.openMenu,
	.openSearch,
	.siteHeader__iReporter {
		position: relative;
		top: auto;
		left: auto;
		margin: 0;
	}

	.siteHeader__iReporter {
		margin-top: 28px;
		margin-right: 0;
		margin-left: 50px;
	}

	.siteHeader__iReporter--mini {
		margin-top: 5px;
	}

	.header-bottom {
		width: 675px;
	}

	.news {
		width: 650px !important;
	}

	.news--big {
		width: 100%;
	}

	.news--mini {
		width: 300px;
	}

	.content .content {
		max-width: 675px;
		width: 100%;
	}

	.header-bottom {
		width: 1020px;
	}
	.siteHeader .inside {
		width: 1020px !important;
	}
	.pubTop {
		left: 0px;
	}
	.news,
	.single-article {
		width: 650px !important;
	}
	.single-article {
		padding: 0px;
	}
	.single-content-block .news,
	.single-content-block .content {
		width: 100%;
		margin: auto !important;
	}
	.nav-menu-dossiers {
		padding-right: 38px;
	}
}

@media screen and (max-width: 1060px) {
	.single-main {
		flex-direction: column;
		align-items: center;
		gap: 25px;
	}

	.single-main .single-article,
	.single-main .single-left-block {
		width: 100%;
	}

	.content .meta,
	.single-left-block .meta,
	.content .content {
		margin-left: 0;
	}

	.single-content-block {
		display: initial;
	}

	#menu-home-v2_menu {
		display: none;
	}

	.header-bottom {
		width: auto;
		flex-direction: column;
		align-items: center;
	}

	.siteHeader {
		height: 95px;
		padding-top: 0;
		background-position: top;
	}

	.realHeader {
		display: flex;
	}

	.logo img,
	.logo svg {
		width: 55px !important;
	}

	.openMenu {
		font-size: 13px !important;
	}

	.openMenu span {
		width: 38px;
		margin-bottom: 10px !important;
	}

	.siteHeader .inside {
		width: 85% !important;
	}

	/* Homepage */
	.pubTop {
		left: 0;
	}

	.news {
		width: 66% !important;
		margin-left: 3%;
	}

	.single-right-block .news {
		width: 100% !important;
	}

	.news--big {
		width: 100% !important;
		margin-left: 0;
	}

	.header-center img {
		width: 70%;
	}

	/* Sidebar */
	.sidebar-socials_responsive {
		display: flex;
	}

	.sidebar-socials_responsive ul {
		display: flex;
		justify-content: center;
		padding: 0;
		width: 100%;
	}

	.header-btn-directtv,
	.header-btn-directtv > a,
	.header-btn-directradio,
	.header-btn-directradio > a {
		display: flex;
		justify-content: center;
	}

	.nav-menu-dossiers {
		display: none;
	}

	/* Existing Media Query Rules from List 2 */
	.inside,
	.nav-menu-v2 {
		width: auto;
		padding-right: 15px;
		padding-left: 15px;
	}

	.social--top,
	.siteHeader--fixed {
		display: none;
	}

	.menuPrincipal {
		width: 75%;
		margin-left: -75%;
		padding-left: 200px;
	}

	.menuPrincipal--active {
		margin-left: 0;
	}

	.searchForm {
		width: 100%;
		margin-left: -101%;
	}

	.searchForm--active {
		margin-left: 0;
	}

	.news--mini {
		width: 30%;
		margin-left: 0;
		overflow: hidden;
	}

	.news__article {
		width: 48%;
	}

	.secondMenu nav {
		float: none;
		width: auto;
		border-left: 0;
	}

	#pebbleMiddle {
		display: none;
	}

	.footerHighlight__widgets {
		width: 320px;
	}

	.footerHighlight form .secondStep__block__float {
		display: block;
	}

	/* Footer */
	.footer-block {
		width: 85% !important;
		padding: 0;
	}

	.search-results #page .inside {
		flex-direction: column;
		align-items: center;
	}

	.search-results #page .inside section {
		width: 80%;
	}
}

@media screen and (max-width: 820px) {
	.liveMini {
		display: none;
	}

	.meteo {
		display: none;
	}

	.logo img {
		width: auto;
	}

	.openMenu,
	.openSearch {
		margin-right: 20px;
	}

	.news__article {
		width: 100%;
		margin-right: 0;
	}

	.pubTop,
	.pubBottom {
		overflow: hidden;
	}
}

@media screen and (max-width: 680px) {
	/* Header */

	.header-btn-alert,
	.header-btn-whatsapp,
	.header-btn-directradio,
	.header-btn-directtv,
	.openMenu,
	.openSearch,
	.logo {
		width: 40px !important;
	}

	.openSearch {
		width: 35px;
		height: 35px;
		margin: 0 !important;
		background: url("/wp-content/themes/bx1-2025-main/images/loupe-1.png")
			no-repeat;
		background-size: contain;
	}

	.openSearch:hover {
		background: url("/wp-content/themes/bx1-2025-main/images/loupe-1.png")
			no-repeat;
		background-size: contain;
	}

	.logo {
		overflow: initial !important;
		display: inline-block;
	}

	.logo img {
		width: 45px !important;
		height: auto;
		margin-top: 0;
	}

	.siteHeader {
		padding: 5px !important;
		height: 65px;
	}

	.inside {
		padding: 0 !important;
	}

	.header-center {
		flex: 1 !important;
		justify-content: space-evenly;
	}

	.openMenu {
		font-size: 10px !important;
		margin: 0 !important;
		overflow: initial;
		width: 25px;
		height: 22px;
	}

	.openMenu span {
		width: 26px;
		margin-bottom: 6px !important;
		height: 1px !important;
	}

	.openMenu--active span:first-child {
		top: 10px;
		left: 0;
		width: 28px;
	}

	.openMenu--active span + span + span {
		top: -10px;
		left: 0;
		width: 28px;
	}

	.openMenu,
	.openSearch,
	.siteHeader__iReporter {
		margin-top: 13px;
	}

	.siteHeader__iReporter {
		height: 25px;
		margin-top: 9px;
		margin-right: -20px;
		margin-left: 0;
		padding-top: 4px;
		padding-right: 35px;
		font-size: 14px;
		background: url("img/./icons-s1bb3f9e1fa.png") 0 -260px no-repeat;
		background-position-x: 91px;
	}

	.siteHeader__iReporter:hover {
		background: url("img/./icons-s1bb3f9e1fa.png") 0 -289px no-repeat;
		background-position-x: 91px;
	}

	/* Homepage */
	.news,
	.single-article {
		width: 100% !important;
		margin-left: 0;
		padding: 0 !important;
	}

	.single-left-block {
		width: 90% !important;
	}

	.news-top-block,
	.news--big {
		padding: 0 10px;
	}

	.news--big .news__article h3 {
		font-size: 24px;
	}

	.news--related {
		margin: 0 !important;
	}

	/* Sidebar */

	#pebbleMiddle {
		display: block;
	}

	#pubAside {
		text-align: center;
	}

	/* Footer */
	.footer-block {
		padding: 0 !important;
		width: 100% !important;
		text-align: center;
	}

	.footerPartners {
		margin-top: 60px;
	}

	.footerPartners__partner img {
		width: 50px;
	}

	.footerHighlight__widgets {
		width: 100%;
	}

	.footerHighlight__widgets form .firstStep,
	.footerHighlight__widgets form .secondStep__block__float--mini,
	.footerHighlight__widgets form .secondStep__block__float,
	.footerHighlight__widgets form input[type="submit"] {
		width: 100%;
	}

	/* Menus */
	.secondMenu nav li a {
		padding: 7px 15px;
		font-size: 12px;
	}

	.tvFiles .inside,
	.secondMenu .inside {
		padding: 0;
	}

	.menuPrincipal {
		width: 100%;
		margin-left: -100%;
		padding: 100px 15px;
		border-right: 0;
	}

	.menuPrincipal li a {
		font-size: 16px;
	}

	.menuPrincipal li.menu-item-has-children > a:after {
		top: 0;
	}

	.menuPrincipal--active {
		margin-left: 0;
	}

	/* Miscellaneous */
	.tvFiles__atTv {
		display: none;
	}

	.tvFiles__files ul {
		margin: 10px 15px;
	}

	.tvFiles__files .flashNews {
		margin-left: 15px;
	}

	.pubTop,
	.pubBottom {
		display: none;
	}

	.allLink {
		margin-top: 0;
	}

	.searchForm {
		height: 75px;
	}

	.searchForm input[type="submit"] {
		width: 25px;
		height: 24px;
		margin: 28px 5px 0 60px;
		padding: 0;
		background: url("img/./icons-s1bb3f9e1fa.png") 0 -1760px no-repeat;
	}

	.searchForm input[type="submit"]:hover {
		background: url("img/./icons-s1bb3f9e1fa.png") 0 -1828px no-repeat;
	}

	.searchForm__form {
		margin-top: -13px;
	}

	.searchForm__form label {
		font-size: 12px;
	}

	.searchForm__form input[type="search"] {
		padding: 5px 0;
		font-size: 14px;
	}

	.searchForm__close {
		width: 24px;
		height: 24px;
		margin: 28px 0 0 5px;
		background: url("img/./icons-s1bb3f9e1fa.png") 0 -1640px no-repeat;
	}

	.searchForm__close:hover {
		background: url("img/./icons-s1bb3f9e1fa.png") 0 -1700px no-repeat;
	}

	.content .meta,
	.single-left-block .meta .content .content {
		width: 100%;
	}

	.news--direct > h3 {
		font-size: 20px;
	}

	h1 {
		font-size: 1.6em;
	}

	.single-content-block {
		flex-direction: column !important;
	}

	.dernierjt-buttons {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.search-results .inside .sideFil {
		display: flex !important;
	}
}

@media screen and (max-width: 560px) {
	#page {
		padding: 0 15px;
	}

	.news .articles .news__article,
	.news-top-block .news__article {
		flex: 90% !important;
	}

	#cookie-law-info-bar {
		padding: 0.5em 0;
		font-size: 14px;
	}

	.search-form label {
		width: 56%;
	}

	.search-form input[type="submit"] {
		width: 40%;
	}

	.filterForm__select {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 0;
	}

	.filterForm__select:nth-child(4) {
		margin-bottom: 20px;
	}

	.filterForm input[type="submit"] {
		width: 50%;
	}
}

@media print {
	a[href]:after {
		content: none !important;
	}

	a {
		text-decoration: none !important;
	}

	.openMenu,
	.openSearch,
	.siteHeader__iReporter,
	.menuPrincipal,
	.searchForm,
	.meteo,
	.secondMenu,
	.tvFiles,
	.pubTop,
	.siteHeader--fixed,
	#pubAside,
	.pubBottom,
	.footerPartners,
	.footerHighlight,
	.menu-footer-1-container,
	.menu-footer-2-container,
	.menu-footer-3-container,
	.menu-footer-4-container,
	.tweets,
	#video,
	.meta > h2,
	#dernierJT,
	.wp-paginate,
	#videoLive,
	.allLink {
		display: none;
	}

	.logo img {
		width: 90px;
	}

	.siteHeader {
		height: auto;
		margin: 0;
		padding: 0;
	}

	.footerEnd strong {
		font-weight: normal;
	}

	.news,
	.single-article,
	.sideFil,
	.single-left-block,
	.meta,
	.content .content,
	.header-bottom {
		display: block !important;
		width: 100% !important;
		margin: 0 !important;
	}

	.news + .sideFil {
		padding-top: 1cm;
	}

	.footerEnd__signature {
		margin-top: 0.5cm;
	}

	.footerEnd__signature img,
	.footerEnd__signature svg {
		width: 0.5cm;
	}

	figure img,
	.content > img {
		margin: auto;
		max-width: 10cm !important;
	}
}

.visuallyhidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

@media print {
	*,
	*:before,
	*:after {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: "(" attr(href) ") ";
	}

	abbr[title]:after {
		content: "(" attr(title) ") ";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

/* Bannière elections 2024 */

/*.banner-elections2024 {
    text-align: center;
    width: 90%;
    margin: 10px auto;
}

.banner-elections2024 img {
    width: 100%;
    max-width: 640px;
}*/

#gestcom_52 > ul {
	padding-left: 0 !important;
}

/*@media all and (max-width:710px) {
    .banner-elections2024 > img {
        width: 100%;
    }
}*/

/* Update for news Header CSS by Mediakod */

/* HEADER */
.realHeader {
	position: relative;
}
.realHeader::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;

	background: linear-gradient(
		110deg,
		#ffffff 0%,
		#ffffff 30%,
		#f6d5e2 35%,
		var(--color-pink-medium) 45%,
		var(--color-pink-medium) 100%
	);

	border-bottom: 4px solid var(--color-pink-medium);
}

.realHeader::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;

	background: linear-gradient(
		183deg,
		rgba(0, 0, 0, 0.4) 0%,
		rgba(0, 0, 0, 0) 65%,
		rgba(0, 0, 0, 0) 100%
	);
}

/* STICKY HEADER */
.siteHeader--fixed {
	background-color: var(--color-pink, #fff);
	background-image: none !important;
}

.siteHeader--fixed ul li a {
	color: var(--color-white, #000);
}

.siteHeader--fixed ul li.current-menu-item {
	background-color: var(--color-pink-dark, #fff);
}

.siteHeader--fixed ul li.current-menu-item a {
	color: var(--color-white, #000);
}

/* Fix single emission styles */

.single-emission main {
	width: 100%;
}
.single-emission .hentry > .content {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
}

@media screen and (min-width: 560px) {
	.single-emission .hentry > .content {
		grid-template-columns: 300px 1fr;
	}

	.single-emission .hentry > .content > div:first-child {
		grid-column: span 2;
	}

	.single-emission .hentry > .content > div:first-child {
		grid-column: span 2;
	}

	.single-emission .hentry > .content > .meta {
		grid-column: 1/2;
		grid-row: 2/3;
		width: 100%;
	}

	.single-emission .hentry > .content > .content {
		grid-column: 2/3;
		grid-row: 2/3;
	}
}

.card-search-result {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding-bottom: 1rem;
}

.card-search-result h3 {
	margin-top: 0.5rem;
}

/* Single concours */
.single-concours .single-content-block {
	display: grid !important;
	margin-top: 2rem;
}

.single-concours .single-left-block {
	grid-column: 1/2;
	grid-row: 1/2;
	width: 100% !important;
}

.single-concours .single-left-block .meta {
	width: 100% !important;
}

.single-concours .single-left-block .meta > h2:first-child {
	margin-top: 0;
	padding-top: 0;
}

.single-concours .single-left-block .meta,
.single-concours .single-left-block .meta * {
	box-sizing: border-box;
}

@media screen and (min-width: 561px) {
	.single-concours #page {
		padding: 0 1rem;
	}
}

@media screen and (min-width: 681px) {
	.single-concours .single-content-block {
		grid-template-columns: 300px 1fr;
		gap: 2rem;
	}

	.single-concours .single-right-block {
		grid-column: 2/3;
		grid-row: 1/2;
	}
}

aside.single-left-block {
	padding: 1.5rem;
}

aside.single-left-block .meta {
	padding: 0;
}

aside.single-left-block .meta > h2:first-child,
aside.single-left-block .filinfo > h2:first-child {
	margin-top: 0;
	padding-top: 0;
}

aside.single-left-block .filinfo + .filinfo {
	margin-top: 1rem;
}

aside.single-left-block .concours-listing {
	padding: 0;
}

/* Update of section news-related on single */
.single .news--related ul {
	padding: 0;
	margin-top: 0;
	list-style: none;
	display: grid;
	gap: 1rem;
}

.card-article {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	position: relative;
}

.card-article a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.card-article h3 {
	text-decoration: none;
	font-size: 16px !important;
	color: #000 !important;
	margin: 0;
}

.card-article .date {
	font-size: 14px;
	margin: 0;
}

.card-article figure {
	margin: 0;
	padding: 0;
	width: 100%;
	aspect-ratio: 16/9;
	position: relative;
	overflow: hidden;
}

.card-article figure img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	transform: scale(1.00001);
	transition: transform 0.3s ease;
}

.card-article:hover h3,
.card-article:focus-visible h3 {
	color: var(--color-pink-medium, #000) !important;
}

.card-article:hover figure img,
.card-article:focus-visible figure img {
	transform: scale(1.05);
}

@media screen and (min-width: 561px) {
	.single .news--related ul {
		grid-template-columns: repeat(2, 1fr);
	}
}

.communes-list {
	list-style: disc;
}
