@import url('https://use.typekit.net/bnq8grx.css');

* {
	box-sizing: border-box
}

strong,
b {
	font-weight: 700;
}


body ::-webkit-scrollbar,
html ::-webkit-scrollbar {
	width: 6px;
	background-color: #000;
}

body ::-webkit-scrollbar-thumb,
html ::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #FFBA00;
}

body ::-webkit-scrollbar-track,
html ::-webkit-scrollbar-track {
	background-color: #000;
}

body,
html {
	margin: 0;
	padding: 0
}

body {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-display: swap;
	color: #2F2F2F;
	margin: 0;
	padding: 0;
	font-weight: 200;
	font-size: 14px;
}

.rechercheblock {
	top: 0px;
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	padding: 25px;
	background: #fff;
	transition: all 0.3s ease-in-out;
}

.rechercheblock.ouvert {
	top: 85px;
	height: 120px;
	transition: all 0.3s ease-in-out;
	padding-top: 45px;
}

div#ajaxsearchlite1 {
	border-radius: 5px;
}

.rechercheblock.ouvert .probox {
	background: linear-gradient(90deg, #ba132d 0%, #f93121 100%) !important;
}

.rechercheblock.ouvert .promagnifier {
	background: #f73021 !important;
}

.openMenuMobile {
	display: none
}

.container {
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.pojo-a11y-toolbar-toggle {
	display: none !important;
}

.Flix {
	overflow: hidden
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.btn {
    padding: 10px 25px;
    position: relative;
    z-index: 0;
    display: inline-flex;
    line-height: 1.3em;
    gap: 10px;
    align-items: center;
    font-weight: 200;
    background: #FFBA00 0% 0% no-repeat padding-box;
    border-radius: 30px;
    color: #C71631;
    width: max-content;
}

.btn:hover {
	background: #fff !important;
	color: #C71631 !important;
	text-decoration: none;
}

.MenuBox {
	display: none;
}

.btn:hover {
	color: #000;
}

.text-center {
	text-align: center;
	line-height: 1.3em
}

.margin20 {
	margin-top: 20px;
	margin-bottom: 20px
}

.margin30 {
	margin-top: 30px;
	margin-bottom: 30px
}

.margin40 {
	margin-top: 40px;
	margin-bottom: 40px
}

.margin50 {
	margin-top: 50px;
	margin-bottom: 50px
}

.margin60 {
	margin-top: 60px;
	margin-bottom: 60px
}

.margin70 {
	margin-top: 70px;
	margin-bottom: 70px
}

.margin80 {
	margin-top: 80px;
	margin-bottom: 80px
}

.margin90 {
	margin-top: 90px;
	margin-bottom: 90px
}

.margin100 {
	margin-top: 100px;
	margin-bottom: 100px
}

.padding20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important
}

.padding30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important
}

.padding40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important
}

.padding50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important
}

.padding60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important
}

.padding70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important
}

.padding80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important
}

.padding90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important
}

.padding100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important
}

p {
	line-height: 1.4em;
	margin-bottom: 5px;
	margin-top: 5px;
}

/* HEADER  */

.logo {
	position: relative;
}

.logo img {
	padding: 0;
	height: 60px;
	width: auto;
}

.flottant-rapide {
	position: absolute;
	top: 0;
	right: 0;
	width: 510px;
	background: url(/wp-content/themes/mairie-houssen/img/forme-header.svg);
	z-index: 5;
	background-size: cover;
}

.flottant-rapide ul {
	padding: 0;
	list-style: none;
	display: flex;
	gap: 0 5px;
	justify-content: flex-end;
	margin: 0;
	height: 35px;
	align-items: center;
}

.flottant-rapide ul li {
	border-right: 1px solid #fff;
}

.flottant-rapide ul li a {
	color: #fff;
	font-size: 13px;
	padding: 0 20px;
}

.flottant-rapide img {
	width: 20px;
	height: auto;
}

.flottant-rapide ul li:last-child {
	border: none;
}


a.demarche {
	background: #fff0c6;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

a.demarche strong {
	color: #C71631;
	max-width: 140px;
	font-size: 14.5px;
}

.cntAccessibility img,
.cntSearch img {
	background: #E6E6E6;
	width: 26px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	padding: 3px;
	cursor: pointer;
}

.cntSearch {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.cntSearch img {
	width: 26px;
	height: 26px;
	padding: 6px;
}

.cntSearch em {
	color: #C71631;
	font-style: normal;
	font-weight: 600;
	cursor: pointer;
	font-size: 14.5px;
}

.navbar {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	color: #051429;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 20;
	justify-items: end;
	gap: 40px;
	transition: cubic-bezier(0.4, 0, 1, 1) 0.2s;
	height: 94px;
	padding: 23px 60px 0 60px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 15px 30px #00000029;
}

a.prendre_rdv.btn.bordure.icoagenda {
	color: #051429 !important;
}

.flex-entete-g {
	position: relative;
	z-index: 1;
	min-width: 287px;
}

.flex-entete-c {
	position: relative;
	z-index: 1;
}

.flex-entete-d {
	position: relative;
	z-index: 3;
	display: flex;
	gap: 20px;
	padding-left: 15px;
	align-items: center;
}

a.prendre_rdv.btn.border {
	border: 1px solid #3582AE;
	border-radius: 23px !important;
	padding: 10px 15px !important;
}

a.telephone.btn.telico {
	background: #3582AE !important;
	box-shadow: none !important;
	display: flex;
	border-radius: 23px !important;
	padding: 10px 15px !important;
	width: max-content;
	border: 1px solid;
}

.flex-entete-d a {
	margin: 0;
}

.espace-menu {
	display: flex;
	z-index: 2;
}

.navbar .espace-menu.open {
	opacity: 1;
	transform: translateX(0px);
}

.navbar .espace-menu.open .grid-reseaux {
	position: absolute;
	bottom: 20px;
}

.navbar .espace-menu.open a.imgres {
	font-size: 1.6em;
}

li.menu-item-has-children:after {
    content: "\276F";
    position: absolute;
    right: 5px;
    transform: rotate(90deg);
    top: -2px;
    color: #FFBA00;
    font-size: 20px;
}

ul#menu-entete {
	padding: 0;
	margin: 0;
	display: flex;
	gap: 40px;
}

.wrapper-submenu {
    display: none;
    padding: 20px 10px;
    background: #C71631;
    overflow: hidden;
    width: 100%;
    border-radius: 0;
    left: 0;
    top: 94px;
    min-height: 100px;
    box-shadow: inset 0px 15px 30px #00000055;
    position: fixed;
}

ul#menu-entete li {
    list-style: none;
    position: relative;
}

ul#menu-entete li a {
	text-decoration: none;
	margin: 0 10px;
	transition: all 0.5s ease;
	font-size: 14.5px;
	font-weight: 600;
	position: relative;
	color: #C71631;
}

ul#menu-entete li a:hover {
	color: #000;
}

ul#menu-entete .menu-item-has-children ul.sub-menu {
	position: fixed;
	display: none;
}

ul#menu-entete li.menu-item-has-children.openLi .wrapper-submenu { display:block; }

ul#menu-entete li.menu-item-has-children.openLi .sub-menu .menu-item-has-children ul.sub-menu {
    display: none !important;
}

ul#menu-entete li.menu-item-has-children.openLi .sub-menu {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: grid !important;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 30px;
    justify-items: start;
    align-items: start;
}

ul#menu-entete li.menu-item-has-children.openLi .sub-menu a {
    color: #fff;
    font-weight: 200;
    margin: 0;
    display: block;
    z-index: 1;
}

ul#menu-entete li.menu-item-has-children.openLi .sub-menu li {
    margin-bottom: 15px;
    border-bottom: 1px solid #d24359;
    width: 100%;
    padding-bottom: 10px;
}


ul#menu-entete li.menu-item-has-children.openLi .sub-menu li:last-child {
	margin-bottom: 10px;
}


.has-sub-children.opLiLi ul {
    margin-top: 19px !important;
    padding: 0 15px;
}

.has-sub-children.opLiLi ul li {
    border: none !important;
    margin: 0 !important;
}

.has-sub-children.opLiLi ul a {
    font-size: 13px !important;
}


ul#menu-entete > li:before, ul#menu-entete > li.current-menu-item:before {
    content: "";
    width: 0%;
    height: 2px;
    background: #FFBA00;
    position: absolute;
    left: 0;
    bottom: -10px;
transition: all .25s ease-out;
}

ul#menu-entete > li:hover:before,
ul#menu-entete > li.current-menu-item:before,
ul#menu-entete > li.processed:before  {
    content: "";
    width: 100%;
    height: 2px;
        background: #FFBA00;
}

ul#menu-entete >li:after {display:none; }


ul#menu-entete li.menu-item-has-children.openLi .sub-menu .menu-item-has-children.opLiLi ul.sub-menu {
    display: block !important;
}



/* Cache les sous-sous-menus au départ */
.has-sub-children > ul.sub-menu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

/* Affiche quand actif */
.has-sub-children.opLiLi > ul.sub-menu {
  max-height: 1000px; /* une valeur grande qui dépasse le contenu max attendu */
  opacity: 1;
}


ul.filtrer {
    list-style: none;
    display: flex;
    gap: 15px;
    justify-content: center;
}

ul.filtrer li {
    cursor: pointer;
}

ul.filtrer span.btn.active,
ul.filtrer span.btn:hover {
    border: 1px solid;
    background: transparent;
}

/* SLIDER  */

#home_slider {
	position: relative;
	padding: 0;
	height: 530px;
}

#home_slider .overflowhiddenSlider {
    height: 530px;
    width: 100%;
    position: relative;
    margin-top: 60px;
}

.slider_homepage {
	position: relative;
	z-index: 1;
}

.cadreintern {
    max-width: 440px;
    z-index: 3;
    position: absolute;
    top: 20%;
    right: 15%;
    min-height: 200px;
    transform: translate(-50%, -50%);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 15px 18px #00000029;
    border-left: 15px solid #FFBA00;
    padding-left: 20px;
}

.cadreintern a {
    padding: 15px 25px;
    position: relative;
    z-index: 0;
    display: inline-flex;
    line-height: 1.3em;
    gap: 10px;
    align-items: center;
    font-weight: 200;
    background: #FFBA00 0% 0% no-repeat padding-box;
    border-radius: 30px;
    color: #C71631;
    margin-bottom: 15px;
}

.cadreintern a:hover {     background: #fff !important;
    color: #C71631 !important;
    text-decoration: none; }

.fleches {
    position: absolute;
    bottom: 70px;
    right: 22%;
    height: 55px;
    width: 160px;
    z-index: 2;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.fleches:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 171px;
    background: #CEE0E3;
    z-index: -1;
    transform: translate(-50%, -50%);
    top: 41%;
    left: 0;
}

.flechPrev, .flechNext {
    background: #fff;
    border: 1px solid #FFBA00;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}

.flechPrev img, .flechNext img {
    position: relative!important;
    display: flex!important;
    transform: none!important;
    top: initial!important;
    right: initial!important;
    width: 15px !important;
    height: 14px!important;
}

.flechNext img {
    transform: scaleX(-1)!important;
}

.cadreintern h1, .cadreintern h2, .cadreintern h3 {
    margin: 0;
    line-height: 1.3em;
    font-size: 2em !important;
    display: block;
    margin-top: 20px;
    font-weight: 200;
    position: relative;
    color: #C71631;
    width: 90%;
    margin-bottom: 13px;
}

.borduimgslider {
    width: 70%;
    overflow: hidden;
    height: 580px;
    position: relative;
    z-index: 3;
    border-radius: 0px 0px 85px 0px;
}

.ItemSliderHome {
    position: relative;
    height: 530px;
}

.slider_homepage .slick-list {
    overflow: visible;
}

#home_slider .cadreintern b {
	font-weight: 500;
}

#home_slider .cadreintern p {
	line-height: 1.3em;
}

#home_slider .animimg {
	width: 100%;
	position: relative;
	filter: blur(24px);
	height: 90vh;
	background-size: cover !important;
}

.ItemSliderHome img {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	object-fit: cover;
	height: 100%;
	width: 100%;
}

#home_slider .fondImage {
	position: relative;
	z-index: 1;
}

#home_slider .fondTexte {
	position: absolute;
	bottom: 20%;
	left: 10%;
	z-index: 3;
	color: white;
	text-align: left;
	width: 80%;
}

.slick-list,
.slick-track {
	position: relative !important;
}

/* BAN INTERNE  */

div#banniereIntern {
	height: 60vh;
	overflow: hidden;
	position: relative;
}

#banniereIntern .cntimg {
	overflow: hidden;
}

#banniereIntern:before {
	content: "";
	background: url(/wp-content/uploads/2025/06/vague-banniere.svg);
	width: 100%;
	height: 90px;
	position: absolute;
	bottom: 0;
	z-index: 1;
	background-size: cover;
}

#banniereIntern .cntimg img {
	width: 100%;
	height: 100%;
	object-fit: cover !important;
	margin-top: -20%;
}

#banniereIntern .cntTitle {
	position: absolute;
	top: 55%;
	left: -5%;
	z-index: 3;
	transform: translateY(-50%);
	width: 100%;
	text-align: left;
}

#banniereIntern .cntTitle em {
	font-weight: 100;
	letter-spacing: 1px;
	font-size: 15px;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
}

#banniereIntern .cntTitle h1 {
	margin-bottom: 0;
	font-size: 2.5em;
	color: #fff;
	font-style: normal;
	margin-top: 0;
	line-height: 1em;
	font-weight: 600;
}

.Filedariane.pageint {
	margin-top: 0px
}

.Filedariane.pageint h1 {
	color: #FFBA00;
	font-size: 3.3em;
	margin: 20px 0;
}

.contenu_entete {
	font-size: 1.6em;
	padding-right: 10%;
}


/* SPEC */

.postagenda .cntimg {
	overflow: hidden;
	height: 300px;
	border-radius: 20px;
}

.postagenda .cntimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.postagenda h1.titleBorder {
	margin-top: 0;
}

hr.specAgenda {
	margin-top: 25px;
	width: 50px;
	margin-left: 0;
	border: none;
	border-top: 2px solid #FFBA00;
}

.flexAgendaTitreDate {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 30px 30px;
	justify-items: end;
}

ul.boxDate__item {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 30px;
}

ul.boxDate__item li {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #C71631;
	line-height: 1.8em;
	position: relative;
}

ul.boxDate__item li span {
	font-size: 2.5em;
	font-weight: 700;
	letter-spacing: -3px;
}

ul.boxDate__item li:last-child:before {
	content: "•";
	position: absolute;
	left: -22px;
	margin-top: 11px;
	font-size: 23px;
	color: #FFBA00;
}

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

div#cntGallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px 30px;
	margin-bottom: 35px;
}

.itemGallery .cntimg {
	height: 120px;
}

.wp-link {
	max-width: 750px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
}

.wp-link a {
	color: #FFBA00;
	display: flex;
	gap: 15px;
	align-items: center;
}

.wp-link img {
	width: 25px;
	height: auto;
}

a.link-back.next img {
	transform: scaleX(-1);
}

.TitreRouge h1 {
	color: #C71631;
}

.categories__item span {
	background: #FFBA00 0% 0% no-repeat padding-box;
	padding: 5px 10px;
	color: #fff;
	font-weight: 600;
	margin-top: 5px;
	font-size: 12px;
	display: inline-block;
	letter-spacing: 1.4px;
}

.Filedariane {
	margin-top: 60px;
	background: #C71631;
	padding: 25px;
	color: #fff;
}

.Filedariane a {
	color: #fff;
}

.Filedariane span .current-item {
	font-weight: bold;
	text-decoration: underline;
}

section.PostDetail {
	background: #F2F2F2;
}

.containerPost {
	max-width: 750px;
	margin: auto;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 23px;
	padding: 25px;
}

.BoxPost {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 20px 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dae8ea;
	align-items: center;
}

.BoxPost .BosPostImg {
    height: 150px;
    overflow: hidden;
    border-radius: 19px;
    box-shadow: 5px 4px 10px #00000029;
}

.BosPostImg img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.cadre.siass_entr {
	background: #FFBA00;
	padding: 10px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1.4px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
}

.BoxPost .post-title h2 {
	color: #C71631;
	font-size: 1.6em;
}

.post-content .post-excerpt {
	line-height: 1.7em;
	color: #C71631;
}

.post-content.textagenda {
	padding: 0 20px;
	font-size: 13px;
}

.post-content.textagenda h1,
.post-content.textagenda h2,
.post-content.textagenda h3,
.post-content.textagenda h4 {
	color: #C71631;
	font-size: 1.5em;
}

.post-content .post-excerpt b {
	font-weight: 600;
}

.lePartage {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	border-top: 1px solid #CEE0E3;
	padding-top: 20px;
}

span.titreinfos {
	display: block;
	font-size: 1.5em !important;
	color: #C71631;
	font-weight: 600;
}

.grid3_blocks {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px 50px;
}

.bord29 {
	border-radius: 29px;
}

.container-form {
	max-width: 600px;
	margin: auto;
}


.gridagenda {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px 30px;
	padding-bottom: 40px;
}

.listCard__item {
    box-shadow: 0px 15px 60px #00000029;
    position: relative;
    border-left: 10px solid #FFBA00;
    padding-left: 20px;
    min-height: 190px;
    background: #fff;
}

.listCard__item ul.boxDate__item {
	padding-top: 15px;
}

.cardBox__left {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px 30px;
	align-items: center;
}

.cardBox__right {
	width: 85%;
}

.cardBox__img {
	width: 145px;
	overflow: hidden;
	height: 100px;
	border-radius: 0px 0px 0px 20px;
	margin-left: 15px;
}

.cardBox__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

h3.cardBox__title {
	margin: 12px 0;
	font-size: 1.1em;
}

.listCard__item .cntbtn {
	position: absolute;
	right: 15px;
	bottom: 15px;
	transform: scaleX(-1);
}

.lePartageAgenda {
	display: flex;
	gap: 15px;
	width: 100%;
	margin: 25px auto;
	align-items: center;
	border-top: 1px solid #CEE0E3;
	justify-content: center;
	padding-top: 25px;
}

.lePartageAgenda img,
.lePartage img {
	width: 40px;
	height: 40px;
}


.grid-articles {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px 30px;
}

.thumb {
	overflow: hidden;
	height: 195px;
	border-radius: 18px;
	margin-bottom: 10px;
}

.thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

h2.article-title {
	margin: 5px 0;
	color: #C71631;
	font-size: 1.1em;
	width: 90%;
}


.gridImageTexte {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 30px 50px;
	align-items: center;
}

.gridImageTexte .LayImg .cadre {
	height: 300px;
	overflow: hidden;
}

.gridImageTexte .LayImg .cadre img {
	width: 100%;
	height: 100%;
	border-radius: 18px;
	object-fit: cover;
}

.gridImageTexte.Droite .LayImg {
	order: 2;
}

.LayTexte h3,
.LayTexte h4,
.LayTexte h5 {
	color: #C71631;
	font-size: 1.4em;
}

.LayTexte h3 em,
.LayTexte h4 em,
.LayTexte h5 em {
	color: #FFBA00;
}

.LayTexte h3 em,
.LayTexte h4 em,
.LayTexte h5 em {
	color: #FFBA00;
	font-weight: 100;
	font-style: normal;
}


.gridImageTexte .LayTexte hr,
hr.special {
	border: none;
	border-top: 2px solid #FFBA00;
	width: 40px;
	margin-left: -20px;
	margin-top: 35px;
	display: block;
	margin-bottom: 25px;
}

h2.RondTitre, h3.RondTitre {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #C71631;
    font-size: 3.3em;
    margin: 25px 0;
    line-height: 1.1em;
    z-index: 1;
}

h2.RondTitre span, h3.RondTitre span {
	color: #FFBA00;
	font-size: 0.6em;
	font-weight: 100;
}

h2.RondTitre:before,
h3.RondTitre:before {
	content: "";
	width: 100px;
	height: 100px;
	background: #fff2ce;
	position: absolute;
	left: -70px;
	top: -15px;
	z-index: -1;
	border-radius: 50%;
}

.boxAccordion__item {
	background: #F0F0F0 0% 0% no-repeat padding-box;
	border-radius: 18px;
	margin-bottom: 25px;
	padding: 40px;
	position: relative;
}

.gridfichier {
	display: grid;
	grid-template-columns: 1.3fr 0.7fr;
	gap: 30px 30px;
	align-items: center;
}

.element-fichier .boxAccordion__title {
	width: 74%;
	margin: 0;
}

.boxAccordion {
	margin-top: 40px;
	margin-bottom: 30px;
}

.categorie {
	background: #FFBA00 0% 0% no-repeat padding-box;
	border-radius: 32px;
	position: absolute;
	padding: 8px 15px;
	font-size: 11px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	top: -13px;
}

.element-fichier ul {
	display: flex;
	gap: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.element-fichier ul li {
	font-size: 12px;
	color: #C71631;
	border-right: 1px solid #A5C1C6;
	padding: 0 10px;
	margin-top: 15px;
}

.element-fichier {
	border-right: 1px solid #A5C1C6;
}

.element-fichier ul li:first-child {
	padding-left: 0;
}

.element-fichier ul li:last-child {
	border: none;
}

ul.boxlink {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 20px;
	align-items: center;
}

.bordureblanche {
	padding: 5px;
	background: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.boxlink img {
	width: 17px;
	height: auto;
}

li.boxlink__item a {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 12px;
	color: #C71631;
}

span.texterouge {
	color: #C71631;
	font-size: 1.5em;
	font-weight: 500;
}

.slidercarougalerie .item {
	position: relative;
	margin: 15px 1% 15px 0px;
	padding: 0;
	height: 190px;
	margin-bottom: 20px;
	border-radius: 15px;
	overflow: hidden;
}

.slidercarougalerie .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.flexfleches {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

section#block_en_1_clic {
    padding-top: 80px !important;
}

#block_en_1_clic .flexfleches .galfleches {
    background: transparent;
}

#block_actu_home .flexfleches:after, 
#block_agenda_home .flexfleches:after, 
.controls.flexfleches:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 200px;
    background: #CEE0E3;
    z-index: -1;
}

.controls.flexfleches:after {
    margin-left: 50px;
}

.flexfleches .galfleches {
    background: #fff;
    border: 1px solid #FFBA00;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}

#block_en_1_clic .flexfleches .galfleches img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7435%) hue-rotate(167deg) brightness(119%) contrast(97%);
}


.flexfleches .next.galfleches img {
	transform: scaleX(-1);
}


main.faqblock {
	margin-left: 0;
	margin-top: 15px;
}

details.accordion {
	transition: all .3s ease-in-out;
	padding: 10px 15px;
	text-align: left;
	border: 1px solid #e8aeb7;
	border-radius: 18px;
	margin-bottom: 20px;
}

details.accordion summary.accordion__title {
	list-style-type: none;
	cursor: pointer;
	padding: 10px 20px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32' width='28' height='28' %3e%3crect x='14' y='6' width='2' height='18' fill='%23FFBA00'/%3e%3crect x='6' y='14' width='18' height='2' fill='%23FFBA00'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem top .625rem;
	background-size: 2rem;
	font-weight: 600;
	font-size: 1.2em;
	font-weight: 600;
}

details.accordion[open] summary.accordion__title {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32' width='32' height='32' %3e%3crect x='6' y='14' width='28' height='2' fill='%23FFBA00'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem top .625rem;
	background-size: 1.5rem;
	font-size: 1.2em;
	font-weight: 600;
}

details.accordion .accordion__content {
	padding: 0 20px;
	margin-bottom: 20px;
}

details.accordion .accordion__content p {
	margin: 0
}

.accordion__content a[href$=".pdf"],
.accordion__content a[href$=".doc"],
.accordion__content a[href$=".docx"] {
	position: relative;
	padding-right: 24px;
	color: #FFBA00;
	text-decoration: underline;
	display: inline-block;
	margin-top: 15px;
	font-size: 1.3em;
}

.accordion__content a[href$=".pdf"]::after,
.accordion__content a[href$=".doc"]::after,
.accordion__content a[href$=".docx"]::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.accordion__content a[href$=".pdf"]::after,
.accordion__content a[href$=".doc"]:after,
.accordion__content a[href$=".docx"]:after {
	background-image: url(/wp-content/uploads/2025/06/nouvel-onglet.svg);
}

a.btn[href$=".pdf"], a.btn[href$=".doc"], a.btn[href$=".docx"] {
    color: #C71631 !important;
    font-size: 1em;
    padding-right: 40px;
    text-decoration: none;
}

a.btn[href$=".pdf"]::after, a.btn[href$=".doc"]::after, a.btn[href$=".docx"]::after {
    right: 13px;
}


main.Gridconseilblock {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 35px 45px;
}

.cadreconseil {
	overflow: hidden;
	height: 285px;
	border-radius: 18px;
}

.cadreconseil img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ItemConseil hr.special {
	margin-left: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

.ItemConseil {
	color: #C71631;
}

.ItemConseil a {
	color: #FFBA00;
	text-decoration: underline;
}

.ItemConseil b {
	display: block;
	margin-bottom: 5px;
	font-weight: 800;
	font-size: 1.1em;
}

.GridServices {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 35px 15px;
	padding-bottom: 60px;
}

.cadreServices {
	overflow: hidden;
	height: 285px;
	border-radius: 18px;
	position: relative;
}

.ItemServices {
	position: relative;
}

.ItemServices:nth-child(even) {
	top: 50px;
}


.ItemServices img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cadreServices:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: transparent linear-gradient(180deg, #FFFFFF00 0%, #072C31 100%) 0% 0% no-repeat padding-box;
	mix-blend-mode: multiply;
	opacity: 0.6;
}

.servicesflotant {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 20px;
	color: #fff;
	z-index: 1;
	font-size: 1.1em;
}

.servicesflotant b {
	display: block;
}


section#block_intramuros {
	background: #C71631;
	clip-path: ellipse(130% 55% at 55% 55%);
}

.intramuros {
	max-width: 900px;
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 35px 15px;
	margin: auto;
	align-items: center;
}

.texteintramuros {
	position: relative;
	color: #fff;
	font-size: 1.2em;
}

.Rondjaune {
	font-size: 2.2em;
	margin: 0;
	line-height: 1em;
	margin-bottom: 20px;
	margin-top: 10px;
	font-weight: 100;
}

.Rondjaune:before {
	content: "";
	width: 115px;
	height: 115px;
	background: #FFBA00;
	position: absolute;
	left: -70px;
	top: -15px;
	z-index: -1;
	border-radius: 50%;
}

.intramuros .imageintramuros img {
	height: 260px;
	width: auto;
	object-fit: cover;
}

.blocken1clic {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 30px 30px;
	align-items: center;
	margin-bottom: 29px;
	justify-content: space-between;
}

.blocken1clic .Rondjaune {
    font-size: 1.6em;
    line-height: 1.2em;
}

.blocken1clic .Rondjaune strong {
    font-size: 1.5em;
}

.Itemblocken1clic {
	text-align: center;
	margin: 0 20px;
}

.cadreen1clic {
	border: 1px solid #dd591c;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: auto;
	margin-bottom: 10px;
}

.cadreen1clic:before {
	content: "";
	position: absolute;
	width: 85px;
	height: 85px;
	background: #ffba00;
	z-index: -1;
	bottom: -75px;
	border-radius: 50%;
	transition: cubic-bezier(0.4, 0, 1, 1) 0.1s;
}

.Itemblocken1clic:hover a .cadreen1clic:before {
	bottom: 0px;
	z-index: -1;
}

.Itemblocken1clic:hover a .cadreen1clic img {
	filter: brightness(0) saturate(100%) invert(16%) sepia(74%) saturate(3269%) hue-rotate(337deg) brightness(101%) contrast(103%);
}

.cadreen1clic img.cover {
	width: 45px;
	height: 45px;
	object-fit: contain;
}

.en1clictexte {
	line-height: 1.5em;
	font-size: 1.1em;
}

main.Gridblocken1clic {
    width: 1040px;
}



.CarouDecalage {
    overflow: hidden;
    margin-right: -50%;
}

.CarouDecalage .cardBox__left {
    margin-bottom: 25px;
}

.CarouDecalage .listCard__item {
    min-width: 375px;
    margin: 0px 15px;
    margin-bottom: 25px;
    height: 210px;
    box-shadow: 0px 15px 13px #00000029;
}

#block_actu_home article.postArticle { 
    margin: 0px 15px;
    margin-bottom: 25px;
	}

.sous_galerie_agenda .flexfleches,
.sous_galerie_article .flexfleches {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}










.texteblanc {
	color: #fff;
}

.fondblanc {
	background: #FFFFFF;
}

.fondgris {
	background: #F2F2F2;
}

.fondgrisclair {
	background: #f9f9f9;
}

.fondrouge {
	background: #C71631;
}

.fondjaune {
	background: #fff9ea;
}

.minititre {
	font-weight: 700 !important;
	text-transform: uppercase;
	font-size: 1.3em;
	margin-top: 14px !important;
	display: block;
	margin-bottom: 15px;
}

.titrebase h1 {
	font-size: 2.5em;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 1.1em;
	font-weight: 700;
	position: relative;
}

.titrebase h2 {
	font-size: 2.5em;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 1.1em;
	font-weight: 700;
	position: relative;
}

.titrebase h3 {
	font-size: 2.5em;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 1.1em;
	font-weight: 700;
	position: relative;
}

.titrebase h4 {
	font-size: 2.5em;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 1.1em;
	font-weight: 700;
	position: relative;
}

.titrebase h5 {
	font-size: 2.5em;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 1.1em;
	font-weight: 700;
	position: relative;
}

.plusgros h3,
.plusgros h1,
.plusgros h2 {
	font-size: 3em;
}

.plusgros em sup {
	top: 60px;
	width: 60px;
	height: 45px;
}


/* FORM  */

h3.rondTitre {
	position: relative;
	text-align: center;
	font-size: 3.5em;
	font-weight: 900;
	line-height: 1em;
	color: #C71631;
	margin: 15px 0;
}

h3.rondTitre span {
	font-weight: 300;
	color: #FFBA00;
	display: block;
	font-size: 0.6em;
}

h3.rondTitre:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	background: #fff2ce;
	border-radius: 50%;
	z-index: -1;
}

.flex-form {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 5%;
	z-index: 1;
}

span.wpcf7-spinner {
	position: absolute;
}

.flex-form .full {
	position: relative;
	width: 100%
}

.flex-form .half {
	position: relative;
	width: 47.5%
}

.flex-form label {
	display: block;
	margin-bottom: 7px;
	font-size: 1em;
	font-weight: 500;
}

.flex-form p {
	margin: 0
}

.flex-form select,
.flex-form input:not(:is([type="button"], [type="submit"], [type="radio"], [type="checkbox"], [type="file"])) {
	height: 3rem;
}

.flex-form :is(input, textarea, select):not(:is([type="submit"], [type="button"])) {
	color: #818181;
	background: transparent;
	font-style: initial;
	font-family: sans-serif;
}

.flex-form select,
.flex-form textarea,
.flex-form input:not(:is([type="button"], .flex-form [type="submit"], .flex-form [type="radio"], .flex-form [type="checkbox"], .flex-form[type="file"])) {
	width: 100%;
	font-size: 14px;
	line-height: 1;
	outline: none;
	font-weight: 100;
	box-sizing: border-box;
	padding: .7375rem 0px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	background: transparent;
	padding-left: 15px;
	padding-right: 15px;
}

.flex-form .wpcf7-acceptance span.wpcf7-list-item-label {
	font-weight: 100;
	line-height: 1.3em;
}

.wpcf7-acceptance input {
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid #00000040;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact
}

input#acceptance,
#condition2 input,
input[name="acceptance-284"] {
	font-size: 20px;
	border-radius: 5px;
	min-width: 20px;
	border: 1px solid #c3c4c7;
	background: #fff;
}

input#acceptance:checked[type=checkbox],
#condition2 input:checked[type=checkbox],
input:checked[name="acceptance-284"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%237F1416' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

input#acceptance:checked,
input#acceptance:focus,
#condition2 input:focus,
input[name="acceptance-284"]:focus {
	background-color: #f0ece2;
	border-color: #fff;
	border-color: #fcfbfa;
	outline: 0;
	box-shadow: 0 0 0 .11rem #090000
}

.wpcf7-acceptance span.wpcf7-list-item {
	margin: 0
}

.wpcf7-acceptance span.wpcf7-list-item-label {
	text-transform: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background: transparent;
	border: none;
	color: #C71631;
	font-size: 1em;
	font-weight: 600;
}

.wpcf7-acceptance label {
	font-size: 11px;
	display: flex;
	gap: 10px;
}

.acceptance b {
	margin-bottom: 0px;
	display: block;
}

/* FOOTER  */

footer.footerbg {
	background: #BA132D;
	position: relative;
	clip-path: ellipse(130% 55% at 55% 55%);
	margin-top: -20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

footer.footerbg p {
	margin: 10px 0;
	position: relative;
}

.main-footer {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas:
		"logo nav reservation credits";
	color: #fff;
	padding: 0;
	gap: 0px 50px;
	max-width: 1280px;
	margin: auto;
	align-items: start;
	padding-bottom: 30px;
	padding-top: 30px;
}

.main-footer ul {
	list-style: none;
	padding: 0
}

.main-footer ul li {
	margin-bottom: 15px;
}

.footer-logo {
	grid-area: logo;
	line-height: 1.2em;
}

.footer-logo .wp-image-122 {
	width: 380px;
	margin-left: -10%;
}

.footer-logo strong {
	font-weight: 100;
}

.footer-logo ul li {
	display: flex;
	align-items: flex-end;
}

.footer-logo ul li a {
	font-size: 1.2em;
	font-weight: 600;
}

.footer-logo p {
	line-height: 1.5em;
}

.footer-nav {
	grid-area: nav;
	margin-left: 30px;
}

.footer-reservation {
	grid-area: reservation;
}

.footer-reservation a.reservation {
	max-width: 120px
}

nav.footer-nav li a,
.footer-reservation li a,
.footer-reservation li label {
	color: #fff;
	position: relative;
	font-weight: 200;
}

.footer-credits {
	grid-area: credits;

}

.footer-credits .container {
	display: flex;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}

.main-footer span strong {
	font-size: 1.2em;
}

.bordtop {
	border-top: 1px solid #d05d6f;
}

.bordtop ul {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	margin: 0;
}

.bordtop ul li {
	border-right: 1px solid #fff;
}

.bordtop ul li:last-child {
	border: none;
}

.bordtop ul li a {
	color: #fff;
	font-size: 13px;
	letter-spacing: 1.4px;
	padding: 0 20px;
}

.footerbg a[href^="tel:"],
.footerbg a[href^="mailto:"] {
	color: #fff;
	font-weight: 600;
}


section#block_agenda_home { position:relative; }

section#block_agenda_home:before {
    content: "";
    background: #ffffff;
    width: 100%;
    height: 72px;
    position: absolute;
    clip-path: ellipse(113% 40% at 80% 70%);
    top: -60px;
    transform: rotate(1deg);
}



.gridmagazine {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 0.6fr 1.4fr;
    gap: 30px 30px;
    align-items: center;
    padding: 0 60px;
}

.contenumagazine h4, .contenumagazine h3, .contenumagazine h2 {
    font-size: 1.8em;
}

hr.hrspecial {
    border: none;
    border-top: 2px solid #FFFFFF;
    width: 40px;
    margin-left: -15px;
    margin-bottom: 25px;
}

.slidermagazine {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    perspective: 1200px;
}

.deck {
    display: flex;
    justify-content: left;
    position: relative;
    height: 380px;
}

.griddb {
    background: #f6f6f6;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 30px 30px;
    align-items: center;
    padding: 25px 50px;
}

.card {
    position: absolute;
    transition: transform 0.5s ease, z-index 0.5s ease;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    width: 250px;
    height: 350px;
    overflow: hidden;
    opacity: 0.8 !important;
}

.card.activer {  opacity: 1 !important; }

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.controls {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
}

.controls button {
  font-size: 24px;
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
}

.detailmagazine {
    margin-left: 65px;
}

h3#carousel-title {
    font-size: 1.5em;
    color: #C71631;
    margin-bottom: 15px;
    text-transform: uppercase;
}

ul.ulmag {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

ul.ulmag li {
    margin: 0 10px;
}

ul.ulmag li .icomag {
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.ulmag li img {
    width: 30px;
    height: 20px;
    object-fit: contain;
}




.cntBox {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 30px 30px;
    align-items: center;
}

div#map {
    border-radius: 29px;
}

#custom-map-controls .leaflet-control {
    float: left;
    clear: both;
    width: 100%;
    height: 355px;
}

form.leaflet-control-layers-list.leaflet-control-layers-scrollbar {
    height: 360px!important;
    display: block;
    position: relative;
}



#leaflet-control-layers-group-1 label input {
    display: none;
}

#leaflet-control-layers-group-1 input[type=checkbox] ~ span {
    text-transform: uppercase;
    font-weight: 600;
}


#leaflet-control-layers-group-1 input[type=checkbox]:checked < label {
	color:red;
} 

#leaflet-control-layers-group-1 input[type=checkbox]:checked ~ span::before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: url(../img/tick.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.leaflet-marker-icon {
    cursor: pointer;
}

#leaflet-control-layers-group-1 label:nth-child(2):before {
    content: "";
    background: url(/wp-content/themes/mairie-houssen/svg/map-e.svg) no-repeat center;
    width: 30px;
    height: 30px;
    background-size: cover;
    margin-left: -5px;
    margin-right: 15px;
}

#leaflet-control-layers-group-1 label:nth-child(3):before {
    content: "";
    background: url(/wp-content/themes/mairie-houssen/svg/map-a.svg) no-repeat center;
    width: 30px;
    height: 30px;
    background-size: cover;
    margin-left: -5px;
    margin-right: 15px;
}

#leaflet-control-layers-group-1 label:nth-child(4):before {
    content: "";
    background: url(/wp-content/themes/mairie-houssen/svg/map-in.svg) no-repeat center;
    width: 30px;
    height: 30px;
    background-size: cover;
    margin-left: -5px;
    margin-right: 15px;
}

#leaflet-control-layers-group-1 label:nth-child(5):before {
    content: "";
    background: url(/wp-content/themes/mairie-houssen/svg/map-c.svg) no-repeat center;
    width: 30px;
    height: 30px;
    background-size: cover;
    margin-left: -5px;
    margin-right: 15px;
}

#leaflet-control-layers-group-1 label:nth-child(6):before {
    content: "";
    background: url(/wp-content/themes/mairie-houssen/svg/map-t.svg) no-repeat center;
    width: 30px;
    height: 30px;
    background-size: cover;
    margin-left: -5px;
    margin-right: 15px;
}




.listPosition .itemPosition {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding: 10px;
    background: transparent;
    cursor: pointer;
    position: relative;
    transition: all .3s ease-in-out;
}
.listPosition .itemPosition:first-child {
    border-top: 1px solid rgba(255,255,255,.3);
}
.listPosition .itemPosition:hover,
.listPosition .itemPosition.active {
    background: #0E386A;
}
.listPosition .itemPosition.active::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background:url(../img/tick.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.listPosition .itemPosition .cntAdresse {
    font-size: 20px;
    padding-left: 16px;
}
.listPosition .itemPosition .icnPosition {
    width: 24px;
}
.listPosition .itemPosition .icnPosition img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#leaflet-control-layers-group-1 label {
    display: flex;
    align-items: center;
    padding: 10px;
    background: transparent;
    cursor: pointer;
    position: relative;
    transition: all .3s ease-in-out;
    font-size: 20px;
    padding-left: 16px;
    margin-bottom: 0;
    min-height: 65px;
    overflow: hidden;
    border-top: 2px solid #D6D6D6;
}

#leaflet-control-layers-group-1 label:last-child {
    border-bottom: 2px solid #D6D6D6;
}


.filters {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    justify-content: center;
}


.cardlistesite-grid {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px 30px;
    max-width: 800px;
    margin: auto;
}

.cardlistesite {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    box-shadow: 1px 15px 20px #00000029;
}

.cardlistesite img {
    width: 130px;
    object-fit: cover;
    height: 100%;
    flex-basis: 130px;
}

.cardlistesite-content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cardlistesite-content h3 {
    color: #C71631;
    margin: 0;
    font-size: 1em;
}

button#filter-reset {
    background: #D5D5D5 0% 0% no-repeat padding-box;
    border-radius: 30px;
    padding: 15px 25px;
    border: none;
    color: #C71631;
    font-weight: 600;
    cursor: pointer;
}

.filters select, input#filter-keyword {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #B9B9B9;
    border-radius: 29px;
    padding: 0 20px;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 200;
}

input#filter-keyword {
    min-width: 225px;
}

.filters select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #FFFFFF url(/wp-content/uploads/2025/06/fleche-menu.svg) no-repeat right 1rem center;
    border: 1px solid #B9B9B9;
    border-radius: 29px;
    padding: 0 20px;
    background-size: 13px;
    padding-right: 3rem;
}