/* assets/styles.css */

:root {
	--bleu-fonce: #153B57;
    --vert: #009286;
    --orange: #D88413;
    --bleu-pale: #C8D9E1;
    --bleu-moyen: #275676;
}

/* Prevent Multiple Contact Form 7 Submissions */

.wpcf7-form.submitting .wpcf7-submit {
	pointer-events: none;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.aspect_ratio_16_9 img {
	aspect-ratio: 16 / 9;
}

.aspect_ratio_16_9_actualite img {
	aspect-ratio: 16 / 9;
}


.dialog-type-lightbox {
	z-index: 999999 !important;
}

/* carte interactive */

#carte_interactive .hidden {
	opacity: 0;
	transition: all .3s ease;
}

#carte_interactive_texte ul {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 33.333% 66.666%;
	grid-auto-flow: column;
	grid-template-rows: repeat(9, auto);
  	gap: 1rem 1rem;
}

#carte_interactive_texte ul li {
	padding: 0;
	list-style: none;
	margin:0;
	font-family: "Lato", Sans-serif;
	line-height: 1.3em;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--bleu-fonce);
}

#carte_interactive_texte ul li a {
	color: var(--vert);
}

#carte_interactive_texte ul li a:hover {
	color: var(--orange);
}


@media only screen and (max-width : 1439px) {

	#carte_interactive_texte ul li {
		font-size: 20px;
	}
}

@media only screen and (max-width : 1199px) {

	#carte_interactive_texte ul li {
		font-size: 18px;
	}
}

@media only screen and (max-width : 1023px) {

	#carte_interactive_texte ul li {
		font-size: 16px;
	}
}

@media only screen and (max-width : 767px) {
    #carte_interactive_texte ul li {
		font-size: 16px;
	}
}

@media only screen and (max-width : 424px) {
	#carte_interactive_texte ul {
		grid-template-columns: 1fr;
		grid-auto-flow: row;
		grid-template-rows: auto;
		gap: .5rem .5rem;
	}
}

/* header alerte */

.header_alerte_contenu p {
	margin: 0;
	color: #fff !important;
}

.header_alerte_contenu {
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	box-sizing: border-box;
}

.header_alerte_contenu p {
	display: inline-block;
	margin: 0;
	transform: translateX(0);
}

.header_alerte_contenu.overflowing p {
	padding-left: 100%;
	animation: marquee-scroll 20s linear infinite;
}

@keyframes marquee-scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.header_alerte_contenu.overflowing p {
		animation: none;
	}
}

.header_alerte_carousel {
	padding-right: 55px;
}

.swiper {
	display: none !important;
}

.header_alerte_carousel .swiper,
.footer_alert_box .swiper {
	display: grid !important;
}



.header_alerte_carousel:has(.swiper-wrapper > .e-loop-item:only-of-type) .elementor-swiper-button,
.footer_alterte_carousel:has(.swiper-wrapper > .e-loop-item:only-of-type) .elementor-swiper-button {
  display: none !important;
}


.swiper.swiper-initialized {
	display: grid !important;
}

.header_alerte_carousel .elementor-swiper-button {
	top: 50% !important;
}

.header_alerte_carousel .elementor-swiper-button-prev {
	left: auto !important;
	right: 20px !important;
}

/* alerte_modale_contenu */

.alerte_modale_contenu_icon {
	margin-bottom: 44px;
}

.alerte_modale_contenu_icon img {
	width: 100px !important;
	height: auto !important;
	margin: 0 auto !important;
	display: block !important;
}

.alerte_modale_contenu_type {
	text-align: center !important;
	color: #fff !important;
	text-transform: uppercase !important;
	margin-bottom: 12px;
}

.alerte_modale_contenu_title h2 {
	font-weight: 700 !important;
	font-style: normal !important;
	text-align: center !important;
	color: #fff !important;
	font-size: 50px !important;
	line-height: 1.1 !important;
	text-transform: uppercase !important;
	margin-bottom: 24px;
}

.alerte_modale_contenu_lien {
	margin-top: 12px;
	text-align: center;
}

.alertes_footer_btn.alerte_modale_contenu_lien {
	text-align: left;
}

@media only screen and (max-width : 1023px) {

	.alertes_footer_btn.alerte_modale_contenu_lien {
		text-align: center;
	}
}

.alerte_modale_contenu_lien a {
	background-color: var(--bleu-fonce);
	font-family: "Lato", Sans-serif;
	line-height: 1em;
	border-style: none;
	border-radius: 10px 10px 10px 10px;
	padding: 13px 17px 13px 17px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	fill: #fff;
	text-align: center;
	transition: all .3s;
	box-sizing: border-box;
	cursor: pointer;
}

.alerte_modale_contenu_lien a:hover {
	color: var(--bleu-fonce);
	background-color: #fff;
	fill: var(--bleu-fonce);
}

.alerte_modale_contenu_texte p {
	text-align: center !important;
	color: #fff !important;
	font-size: 22px !important;
}

@media only screen and (max-width : 1023px) {

	.alerte_modale_contenu_icon {
		margin-bottom: 34px;
	}

	.alerte_modale_contenu_icon img {
		width: 80px !important;
	}

	.alerte_modale_contenu_title h2 {
		font-size: 40px !important;
	}

	.alerte_modale_contenu_lien a {
		border-radius: 10px 10px 10px 10px;
		padding: 13px 17px 13px 17px;
		font-size: 18px;
	}

	.alerte_modale_contenu_texte p {
		font-size: 20px !important;
	}
}

@media only screen and (max-width : 767px) {

	.alerte_modale_contenu_icon {
		margin-bottom: 24px;
	}

	.alerte_modale_contenu_icon img {
		width: 60px !important;
	}

	.alerte_modale_contenu_title h2 {
		font-size: 30px !important;
	}

	.alerte_modale_contenu_texte p {
		font-size: 18px !important;
	}
}

@media only screen and (max-width : 424px) {

	.alerte_modale_contenu_title h2 {
		font-size: 24px !important;
	}

	.alerte_modale_contenu_texte p {
		font-size: 16px !important;
	}
}

/* header menu */

.elementor-nav-menu .sub-arrow {
    pointer-events: none;
}

.elementor-location-header .elementor-sticky {
	z-index: 99990 !important;
}

.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(.mega_menu) ul {
	box-shadow: 0px 0px 2px 0px #999999;
	border-radius: 0 0 12px 12px;
}

.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(.mega_menu) ul li a {
	border-inline-start: none !important;
}

.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(.mega_menu) ul > li:last-child,
.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(.mega_menu) ul > li:last-child a {
	border-radius: 0 0 12px 12px;
}

.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(.mega_menu) ul ul {
	border-radius: 0 12px 12px 12px;
}

.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(.mega_menu) ul ul > li:first-child,
.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(.mega_menu) ul ul > li:first-child a {
	border-radius: 0 12px 0 0;
}

.elementor-location-header ul.elementor-nav-menu--dropdown a,
.elementor-location-header ul.elementor-nav-menu--dropdown a:focus,
.elementor-location-header ul.elementor-nav-menu--dropdown a:hover {
    border-inline-start: 16px solid transparent;
}

.elementor-location-header .elementor-nav-menu ul ul ul a,
.elementor-location-header .elementor-nav-menu ul ul ul a:active,
.elementor-location-header .elementor-nav-menu ul ul ul a:focus,
.elementor-location-header .elementor-nav-menu ul ul ul a:hover {
    border-left: 32px solid transparent;
}

/* header mega menu */

.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu .elementor-nav-menu--dropdown a.elementor-item-active {
    background-color: transparent !important;
	color: var(--vert) !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}


@media only screen and (min-width : 1200px) {

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li .sub-arrow svg {
		fill: var(--vert) !important;
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > ul a:hover .sub-arrow svg,
	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > ul a:active .sub-arrow svg,
	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > ul a:focus .sub-arrow svg,
	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > ul li.is-open .sub-arrow svg  {
		fill: #fff !important;
	}

	.elementor-location-header .header_main_menu_container {
		position: initial !important;
	}

	.elementor-location-header .header_main_menu {
		position: initial !important;
	}

	.elementor-location-header .elementor-nav-menu li.mega_menu a,
	.elementor-location-header .elementor-nav-menu li.mega_menu {
		position: initial !important;
	}

	.elementor-location-header .elementor-nav-menu {
		position: initial !important;
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu > ul {
		/* display: none !important; */
		display: flex !important;
		justify-content: space-between !important;
		flex-direction: row !important;
		position: absolute !important;
		top: 100% !important;
		right: 0 !important;
		left: 0 !important;
		width: 100% !important;
		background-color: #f2f2f2 !important;
		max-width: 1590px !important;
		margin: 1px auto 0  auto !important;
		transition: all .3s ease !important;
		box-shadow: 0px 0px 2px 0px #999999;
		padding: 16px 28px 28px 28px !important;
		border-radius: 0 0 25px 25px !important;
		transform: translateY(-1px) !important;
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu > ul[aria-expanded=true] {
		 display: flex !important;
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu > ul[aria-expanded=false] {
		 display: none !important;
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu ul > li > ul {
		box-shadow: none !important;
		padding-left: 0px !important;
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu ul ul {
		box-shadow: none !important;
		background-color: #f2f2f2 !important;
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu ul ul ul {
		box-shadow: none !important;
		padding-left: 12px !important;
		background-color: #f2f2f2 !important;
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu ul a {
		border-inline-start: 0 !important;
		white-space: normal !important;
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu > ul .sub-arrow {
		display: none !important;
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu > ul ul {
		display: block !important;
		position: initial !important;
		width: 100% !important;
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu > ul > li:nth-child(1) {
		flex: 0 0 calc( 40% - 34px );
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu > ul > li:nth-child(2) {
		flex: 0 0 calc( 30% - 34px );
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu > ul > li:nth-child(3) {
		flex: 0 0 calc( 30% - 34px );
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu > ul > li > a {
		font-size: 20px !important;
		font-weight: 700 !important;
		color: var(--bleu-fonce) !important;
		padding: 13px 0 !important;
		border-bottom: 1px solid var(--bleu-pale) !important;
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu li a:hover,
	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu li a:focus,
	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu li a:active {
		background-color: transparent !important;
		color: var(--vert) !important;
		text-decoration: underline !important;
		text-decoration-color: var(--vert) !important;
		text-underline-offset: 3px !important;
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu  li li > a {
		font-size: 18px !important;
		font-weight: 400 !important;
		padding: 6px 0 !important;
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu  li li li > a {
		font-size: 16px !important;
		font-weight: 400 !important;
		opacity: .6 !important;
		padding: 1px 0 !important;
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu  li li li > a:hover,
	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu  li li li > a:focus,
	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu  li li li > a:active {
		opacity: 1 !important;
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu .two_columns > ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 50px;
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu .two_columns > ul > li {
		break-inside: avoid-column;
		page-break-inside: avoid;
		-webkit-margin-before: 0;
		-webkit-margin-after: 0;
	}
}

@media only screen and (min-width : 1440px) {

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu > ul > li > a {
		font-size: 22px !important;
		padding: 13px 0 !important;
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu li a:hover,
	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu li a:focus,
	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu li a:active {
		text-underline-offset: 5px !important;
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu  li li > a {
		font-size: 20px !important;
		padding: 8px 0 !important;
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu  li li li > a {
		font-size: 18px !important;
		padding: 3px 0 !important;
	}
}

@media (min-width: 1200px) and (max-width: 1499px) {
	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu > ul {
		padding: 5px 15px 15px 15px !important;
	}

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu > ul > li > a {
        font-size: 18px !important;
        padding: 9px 0 !important;
    }

	.elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu li li > a {
        font-size: 16px !important;
        padding: 3px 0 !important;
    }

    .elementor-location-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.mega_menu li li li > a {
        font-size: 14px !important;
    }
}

.elementor-location-header .lien_externe a {
	padding-right: 28px !important;
	background-image: url(/wp-content/uploads/2025/09/external_link.svg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 18px;
}

@media only screen and (max-width : 1199px) {

	.elementor-location-header .lien_externe a {
		background-position: center right 20px;
	}

	.elementor-location-header .lien_externe a:hover {
		background-image: url(/wp-content/uploads/2025/09/external_link_blanc.svg);
	}
}

.elementor-location-footer .lien_externe a {
	padding-right: 28px !important;
	background-image: url(/wp-content/uploads/2025/09/external_link.svg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 18px;
}

@media only screen and (max-width : 767px) {

	.elementor-location-footer .lien_externe a {
		padding-right: 24px !important;
		background-size: 16px !important;
	}
}

.elementor-location-footer .elementor-nav-menu a {
    align-items: center;
    display: inline-flex;
}

@media only screen and (max-width : 767px) {

	.footer_menu .menu-item {
		text-align: center;
	}

	.footer_social .elementor-grid-item {
		display: flex !important;
	}

	.elementor-location-footer .footer_icon_list .elementor-icon-list-items {
		display: flex;
		flex-direction: column;
		align-items: center;
		row-gap: 12px;
	}

	.elementor-location-footer .footer_icon_list .elementor-icon-list-text {
		text-align: center !important;
	}
}

.footer_infolettre_formulaire .elementor-form-fields-wrapper {
	justify-content: space-between;
}

.footer_infolettre_formulaire input,
.footer_infolettre_formulaire button {
	border-radius: 10px !important;
	height: 43px !important;
}

.footer_infolettre_formulaire label {
	display: none !important;
}

.footer_infolettre_formulaire input {
	padding: 7px 16px !important;
	background-color: #285676 !important;
	border: 0px solid #000 !important;
	color: #fff !important;
}

.footer_infolettre_formulaire .elementor-form-fields-wrapper > div {
	padding: 0 !important;
	margin: 0 !important;
}

.footer_infolettre_formulaire .elementor-form-fields-wrapper > div:nth-child(1) {
	flex: 0 0 calc( 100% - 116px - 12px );
}

.footer_infolettre_formulaire .elementor-form-fields-wrapper > div:nth-child(2) {
	flex: 0 0 116px;
	padding: 0 !important;
}

.footer_infolettre_formulaire .elementor-button {
	padding: 6px !important;
}

@media only screen and (max-width : 424px) {

	.footer_infolettre_formulaire .elementor-form-fields-wrapper {
		row-gap: 12px;
	}

	.footer_infolettre_formulaire .elementor-form-fields-wrapper > div:nth-child(1) {
		flex: 0 0 100%;
	}

	.footer_infolettre_formulaire .elementor-form-fields-wrapper > div:nth-child(2) {
		flex: 0 0 100%;
		padding: 0 !important;
	}
}

.footer_alterte_carousel .elementor-swiper-button-prev,
.footer_alterte_carousel .elementor-swiper-button-next {
	top: 50% !important;
}

/* evenements */

.evenements_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	row-gap: 6px;
	column-gap: 6px;
}

.evenements_categories ul li {
	list-style: none;
	margin: 0;
	padding: 3px 12px 4px 12px;
	display: inline-block;
	/* margin: 0 6px 6px 0; */
	border-radius: 100vw;
	color: #fff;
	font-size: 20px;
	line-height: 1.0;
	white-space: nowrap;
	background-color: var(--vert);
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media only screen and (max-width : 767px) {

	.evenement_image {
		aspect-ratio: 1 / 1;
	}
}

@media only screen and (max-width : 1023px) {

	.accueil_hero_recherche form {
		flex-direction: column;

	}

	.accueil_hero_recherche form button {
		margin-left: 0 !important;
		margin-top: 15px !important;
		justify-content: center !important;

	}
}

/* nouvelles categories */

.nouvelles_categories .elementor-post-info__terms-list {
	margin: 0;
	padding: 0;
	display: flex !important;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	row-gap: 0px;
	column-gap: 0px;
	font-size: 0;
	line-height: 0;
}

.nouvelles_categories .elementor-post-info__terms-list-item {
	margin: 0;
	padding: 3px 12px 4px 12px;
	display: inline-block;
	border-radius: 100vw;
	color: #fff;
	font-size: 16px;
	line-height: 1.0;
	white-space: nowrap;
	background-color: var(--vert);
	margin: 0 6px 6px 0;
}

.nouvelles_categories .elementor-post-info__terms-list-item::first-letter {
  text-transform: uppercase;
}

/* accueil_nouvelles_carousel */

@media only screen and (max-width : 767px) {

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

	.accueil_nouvelles_carousel .swiper {
		width: 100% !important;
	}

	.accueil_nouvelles_carousel .elementor-swiper-button-prev {
		transform: translateY(0px) !important;
		z-index: 1 !important;
		top: auto !important;
		bottom: 0 !important;
		left:  calc( 50% - 36px ) !important;
	}

	.accueil_nouvelles_carousel .elementor-swiper-button-next {
		transform: translateY(0px) !important;
		z-index: 1 !important;
		top: auto !important;
		bottom: 0 !important;
		right:  calc( 50% - 36px ) !important;
	}
}

/* accueil_evenements_loop_grid */

.accueil_evenements_loop_grid .elementor-loop-container {
	grid-auto-rows: auto !important;
}

/* breadcrumbs */

.mrc_breadcrumbs{
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.mrc_breadcrumbs li {
    /* display: inline-block; */
    display: inline;
    vertical-align: middle;
    /* margin-right: 15px; */
    /* white-space: nowrap; */
    margin: 0;
    padding: 0;
}

.mrc_breadcrumbs li,
.mrc_breadcrumbs li a {
	color: #fff;
}

.mrc_breadcrumbs li a:hover {
	color: var(--vert);
}

.mrc_breadcrumbs .separator {
    margin: 0 .5em;
}

.mrc_breadcrumbs .separator svg {
	width: 18px;
	height: auto;
	fill: var(--vert);
    transform: translateY(2px);
}

body.single .mrc_breadcrumbs li,
body.single .mrc_breadcrumbs li a {
	color: var(--bleu-fonce);
}

body.single .mrc_breadcrumbs li a:hover {
	color: var(--vert);
}

body.single-emploi .mrc_breadcrumbs li,
body.single-emploi .mrc_breadcrumbs li a {
	color: #fff;
}

body.single-emploi .mrc_breadcrumbs li a:hover {
	color: var(--vert);
}

/* page header */

.header_inline_block {
	display: inline-flex !important;
	min-width: 33% !important;
	width: auto !important;
}

/* header_search_bar */

.header_search_bar {
	height: 0;
	overflow: hidden;
	transition: all .3s ease;
}

.header_search_bar.open {
	height: 64px;
}

/* npus joindre map */

#nous_joindre_map {
	height: calc( 100vh - 250px );
	width: 100%;
	background-color: #f6f6f6;
}

#nous_joindre_map .text-marker {
	position: relative;
	padding: 3px 10px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
	font-family: 'Lato', sans-serif;
	background: var(--bleu-fonce);
	border: 1px solid rgba(0,0,0,0.25);
	border-radius: 999px;
	transform: translateY(-100%);
	white-space: nowrap;
	pointer-events: auto;
	color: #fff;
}

#nous_joindre_map .text-marker::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -6px;
	transform: translateX(-50%);
	width: 0; height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid var(--bleu-fonce);
	filter: drop-shadow(0 -1px 0 rgba(0,0,0,0.15));
}

#nous_joindre_map .gm-style-iw-t{
	bottom: 85px !important;
}

#nous_joindre_map .gm-style-iw-d {
	margin-top: -35px;
}

#nous_joindre_map .gm-style-iw h3 {
	color: var(--bleu-fonce);
	font-size: 20px;
	margin: 0 0 .5em 0;
}

#nous_joindre_map .gm-style-iw p {
	margin-bottom: .5em;
	color: #000;
}

#nous_joindre_map .gm-style-iw p a {
	font-weight: 700;
	color: var(--vert);
}

#nous_joindre_map .gm-style-iw ul {
	padding: 0;
	margin: 0 0 .5em 0;
	list-style: none;
}

#nous_joindre_map .gm-style-iw ul li {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 14px;
	line-height: 1.3;
	list-style: none;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}

/* nous_joindre_adresses */

.nous_joindre_adresses {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: auto;
	gap: 36px;
	margin-bottom: 36px;
}

.nous_joindre_adresse ul {
	margin: 0 0 1em 0;
	list-style: none;
	padding: 0;
}

.nous_joindre_adresse ul li {
	margin: 0;
	list-style: none;
	font-weight: 700;
	padding: 0;
	color: var(--bleu-fonce);
}



.nous_joindre_item h2,
.nous_joindre_categorie h2,
.organigramme_titre h2 {
	font-size: 30px;
	line-height: 1.3;
	padding-bottom: 3px;
	margin: 0 0 1em 0;
	border-bottom: 2px solid var(--vert);
	color: var(--bleu-fonce);
}

.nous_joindre_item h3,
.nous_joindre_categorie h3 {
	font-size: 24px;
	line-height: 1.3;
	padding-bottom: 3px;
	margin: 0 0 1em 0;
	border-bottom: 2px solid var(--vert);
	color: var(--bleu-fonce);
}

.nous_joindre_item_photo {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.nous_joindre_item_photo .nous_joindre_item_info {
	flex: 0 0 100%;
}

@media only screen and (min-width : 425px) {

	.nous_joindre_item_photo .nous_joindre_item_info.nous_joindre_item_info_with_photo {
		flex: 0 0 calc( 100% - 112px);
	}

}

.nous_joindre_item_photo .nous_joindre_item_photo {
	flex: 0 0 100px;
}

@media only screen and (max-width : 424px) {

	.nous_joindre_item_photo .nous_joindre_item_photo {
		display: none;
	}
}

.nous_joindre_item_photo .nous_joindre_item_photo a {
	display: block;
	width: 100px;
	height: 150px;
	border: 1px solid #000;
	line-height: 0;
}

.nous_joindre_item_photo .nous_joindre_item_photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	line-height: 0;
}

.nous_joindre_item p {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 400;
	margin: 0 0 .25em;
	color: var(--bleu-fonce);
}

.nous_joindre_item p:last-child {
	margin: 0;
}

.nous_joindre_item .nom {
	font-weight: 700;
	margin-bottom: .25em;
	color: var(--orange);
}

.nous_joindre_categorie {
	margin-top: 36px;
	margin-bottom: 36px;
}

.nous_joindre_categorie_group {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: auto;
	gap: 36px;
}

.nous_joindre_item .adresse,
.nous_joindre_item .telephone,
.nous_joindre_item .sans_frais,
.nous_joindre_item .fax,
.nous_joindre_item .courriel {
	display: flex;
	justify-content: space-between;
}

.nous_joindre_item .adresse .icon,
.nous_joindre_item .telephone .icon,
.nous_joindre_item .sans_frais .icon,
.nous_joindre_item .fax .icon,
.nous_joindre_item .courriel .icon {
	flex: 0 0 25px;
}

.nous_joindre_employe .courriel .icon {
	padding-top: 2px;
}

.nous_joindre_item .adresse .info,
.nous_joindre_item .telephone .info,
.nous_joindre_item .sans_frais .info,
.nous_joindre_item .fax .info,
.nous_joindre_item .courriel .info {
	flex: 0 0 calc( 100% - 25px - 6px );
}

.nous_joindre_item a {
	color: var(--vert);
	font-weight: 500;
}

.nous_joindre_item .poste {
	margin: 0 0 .5em;
}

@media only screen and (max-width : 1199px) {

    .nous_joindre_adresses {
		grid-template-columns: repeat(1, 1fr);
	}

	.nous_joindre_categorie_group {
		grid-template-columns: repeat(1, 1fr);
	}

	.nous_joindre_item h2,
	.nous_joindre_categorie h2,
	.organigramme_titre h2 {
		font-size: 24px;
	}

	.nous_joindre_item h3,
	.nous_joindre_categorie h3 {
		font-size: 22px;
	}

	.nous_joindre_item p {
		font-size: 18px;
	}
}

@media only screen and (max-width : 1439px) {

    #nous_joindre_map {
		height: calc( 100vh - 200px );
	}
}

@media only screen and (max-width : 767px) {

	.nous_joindre_item h2,
	.nous_joindre_categorie h2,
	.organigramme_titre h2 {
		font-size: 22px;
	}

	.nous_joindre_item h3,
	.nous_joindre_categorie h3 {
		font-size: 20px;
	}

	.nous_joindre_item p {
		font-size: 16px;
	}

	.nous_joindre_adresses {
		gap: 18px;
		margin-bottom: 18px;
	}

	.nous_joindre_categorie {
		margin-top: 18px;
		margin-bottom: 18px;
	}

	.nous_joindre_categorie_group {
		gap: 18px;
	}
}

/* elementor-widget-text-editor */

.elementor-widget-text-editor hr {
	border-color: var(--bleu-fonce);
	margin: 1em 0;
    border-width: 0;
    border-bottom-width: 1px;
}

.elementor-widget-text-editor img {
	display: block;
}

.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3 {
	margin-top: 0 !important;
	margin-bottom: .5em !important;
}

.elementor-widget-text-editor h2 {
	font-size: 40px;
	text-transform: none;
}

@media only screen and (max-width : 1199px) {

	.elementor-widget-text-editor h2 {
		font-size: 30px;
	}
}

@media only screen and (max-width : 767px) {

    .elementor-widget-text-editor h2 {
		font-size: 24px;
	}
}

.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4 {
	border-bottom: 2px solid var(--orange);
	padding-bottom: .25em !important;
	/* color: var(--bleu-fonce) !important; */
}

.elementor-widget-text-editor p,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6,
.elementor-widget-text-editor blockquote,
.elementor-widget-text-editor figure,
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
	margin-top: 0 !important;
	margin-bottom: 1em !important;
	/* color: var(--bleu-fonce) !important; */
}

.elementor-widget-text-editor p {
	line-height: 1.3 !important;
}

.elementor-widget-text-editor li {
	margin-top: 0 !important;
	margin-bottom: 0.5em !important;
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
	padding-inline-start: 2em !important;
}

.elementor-widget-text-editor p:last-child,
.elementor-widget-text-editor h1:last-child,
.elementor-widget-text-editor h2:last-child,
.elementor-widget-text-editor h3:last-child,
.elementor-widget-text-editor h4:last-child,
.elementor-widget-text-editor h5:last-child,
.elementor-widget-text-editor h6:last-child,
.elementor-widget-text-editor blockquote:last-child,
.elementor-widget-text-editor figure:last-child,
.elementor-widget-text-editor ul:last-child,
.elementor-widget-text-editor ol:last-child,
.elementor-widget-text-editor li:last-child {
	margin-bottom: 0 !important;
}

.elementor-widget-text-editor ul ol,
.elementor-widget-text-editor ol ul,
.elementor-widget-text-editor ul ul,
.elementor-widget-text-editor ol ol {
    margin-top: 0.5em !important;
}

.elementor-widget-text-editor a {
	color: var(--vert) !important;
}

.elementor-widget-text-editor a:hover {
	color: var(--vert) !important;
	text-decoration: underline !important;
}

.elementor-widget-theme-post-content .act-lead {
	font-size: 150% !important;
	line-height: 1.3 !important;
}

.elementor-widget-theme-post-content .wp-block-group {
	margin-bottom: 1em !important;
}

.elementor-widget-theme-post-content .wp-block-post-date {
	margin-bottom: 1em !important
}

.elementor-widget-theme-post-content .wp-block-post-date:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 4.335H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-14a1 1 0 0 0-1-1Z' stroke='%23153B57' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 16.335h.002v.002H16v-.002ZM12 16.335h.002v.002H12v-.002ZM8 16.335h.002v.002H8v-.002ZM16 12.335h.002v.002H16v-.002ZM12 12.335h.002v.002H12v-.002ZM8 12.335h.002v.002H8v-.002ZM4 8.335h16M16 2.335v2M8 2.335v2' stroke='%23153B57' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    content: " ";
    display: inline-block;
    height: 25px;
    margin-right: .5rem;
    vertical-align: middle;
    width: 24px;
	margin-bottom: 4px;
}

/* sous_pages_bloc */

.sous_pages_bloc {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: auto;
	gap: 26px;
	margin-bottom: 36px;
}

.sous_pages_bloc_item {
	margin: 0px;
	border-radius: 25px;
	background-color: #fff;
	border: 2px solid var(--bleu-fonce);
	padding: 30px;
	display: block;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.sous_pages_bloc_icon {
	margin-bottom: 20px;
	display: block;
}

.sous_pages_bloc_icon svg,
.sous_pages_bloc_icon img {
	display: block;
	width: 72px;
	height: 72px;
	object-fit: contain;
}

.sous_pages_bloc_titre {
	display: block;
	color: var(--bleu-fonce) !important;
	font-weight: 900;
	font-size: 35px;
	line-height: 1.1;
	font-family: Roboto, sans-serif;
}

.sous_pages_bloc_item:hover,
.sous_pages_bloc_item:focus,
.sous_pages_bloc_item:active {
	color: #fff !important;
	text-decoration: none !important;
}

.sous_pages_bloc_btn {
	margin-top: 24px;
}

.sous_pages_bloc_btn a,
.elementor-widget-text-editor .sous_pages_bloc_btn a {
	color: var(--bleu-fonce) !important;
	cursor: pointer;
	display: inline-block;
	fill: var(--bleu-fonce);
	font-family: Lato, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	text-decoration: none !important;
	background-color: var(--bleu-pale) !important;
	padding: 11px 17px;
	border-radius: 9px;
	transition: all .3s ease;
}

.sous_pages_bloc_btn a:hover,
.elementor-widget-text-editor .sous_pages_bloc_btn a:hover {
	color: var(--bleu-pale) !important;
	background-color: var(--bleu-fonce) !important;
	text-decoration: none !important;
}

@media only screen and (max-width : 1439px) {

	.sous_pages_bloc {
		grid-template-columns: repeat(3, 1fr);
	}

	.sous_pages_bloc_titre {
		font-size: 30px;
		line-height: 1.2;
	}
}

@media only screen and (max-width : 1199px) {

	.sous_pages_bloc {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.sous_pages_bloc_titre {
		font-size: 26px;
		line-height: 1.3;
	}

	.sous_pages_bloc_item {
		border-radius: 20px;
		padding: 20px;
	}

	.sous_pages_bloc_icon {
		margin-bottom: 15px;
	}

	.sous_pages_bloc_icon svg {
		width: 55px;
		height: 55px;
	}

	.sous_pages_bloc_btn {
		margin-top: 18px;
	}
}

@media only screen and (max-width : 767px) {

	.sous_pages_bloc {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}

	.sous_pages_bloc_titre {
		font-size: 22px;
		line-height: 1.3;
	}

	.sous_pages_bloc_item {
		border-radius: 15px;
		padding: 15px;
	}

	.sous_pages_bloc_icon {
		margin-bottom: 10px;
	}

	.sous_pages_bloc_icon svg {
		width: 45px;
		height: 45px;
	}

	.sous_pages_bloc_btn {
		margin-top: 12px;
	}
}

/* sous_pages */

.sous_pages_container {
	display: block;
	padding: 26px;
	background-color: var(--bleu-fonce);
}

.sous_pages_container_inner {
	display: block;
	max-width: 1590px;
	margin: 0 auto;
}

.sous_pages {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: auto;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sous_pages_item {
	display: block;
	margin: 0;
	list-style: none;
}

.sous_pages_item a {
	display: block;
	color: #fff !important;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	font-family: Lato, sans-serif;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='%23009286' d='M439.1 297.4C451.6 309.9 451.6 330.2 439.1 342.7L279.1 502.7C266.6 515.2 246.3 515.2 233.8 502.7C221.3 490.2 221.3 469.9 233.8 457.4L371.2 320L233.9 182.6C221.4 170.1 221.4 149.8 233.9 137.3C246.4 124.8 266.7 124.8 279.2 137.3L439.2 297.3z'/></svg>");
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: top left;
	padding: 0 0 0 30px;
	cursor: pointer;
}

.sous_pages_item a:hover,
.sous_pages_item a:focus,
.sous_pages_item a:active {
	color: var(--vert) !important;
	text-decoration: none !important;
}

@media only screen and (max-width : 1439px) {

	.sous_pages {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media only screen and (max-width : 1199px) {

	.sous_pages {
		grid-template-columns: repeat(3, 1fr);
	}

	.sous_pages_item a {
		font-size: 18px;
		background-size: 23px;
	}
}

@media only screen and (max-width : 1023px) {

	.sous_pages {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width : 767px) {

	.sous_pages_item a {
		font-size: 16px;
		background-size: 20px;
		padding: 0 0 0 24px;
	}
}

@media only screen and (max-width : 599px) {

	.sous_pages {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* emploi archive */

.emploi_loop_item:hover .elementor-heading-title,
.emploi_loop_item:focus .elementor-heading-title,
.emploi_loop_item:active .elementor-heading-title {
	color: var(--vert) !important;
}

/* resultats de recherche */

.recherche_loop_item .mrc_breadcrumbs li,
.recherche_loop_item .mrc_breadcrumbs li a {
	color: var(--bleu-fonce);
}

.recherche_loop_item a {
	color: var(--bleu-fonce) !important;
}


.recherche_loop_item a:hover,
.recherche_loop_item a:focus,
.recherche_loop_item a:active {
	color: var(--vert) !important;
}

.recherche_loop_item .search_results_breadcrumb ul {
	display: inline-block !important;
	background-color: #f0f0f0;
	padding: 1px 9px;
	border-radius: 6px;
}

.recherche_loop_item .search_results_breadcrumb {
	font-size: 16px;
	line-height: 1.3;
	margin-top: 6px;
}

.recherche_loop_item .search_results_breadcrumb a:hover,
.recherche_loop_item .search_results_breadcrumb a:focus,
.recherche_loop_item .search_results_breadcrumb a:active {
	text-decoration: none;
	color: var(--vert);
}

/* search_result_post */

.search_result_post a {

	/* font-size: 24px; */
	font-weight: 400;
	line-height: 1.3;
	color: var(--bleu-fonce);
}

.search_result_post a:hover,
.search_result_post a:focus,
.search_result_post a:active {
	text-decoration: none;
	color: var(--vert);
}

.search_result_post a .search_result_post_pdf svg {
	width: auto;
	height: .75em;
	fill: var(--bleu-fonce);
	margin-left: 6px;
}

.search_result_post a:hover .search_result_post_pdf svg,
.search_result_post a:focus .search_result_post_pdf svg,
.search_result_post a:active .search_result_post_pdf svg {
	fill: var(--vert);
}

/* recherche results shortcode */

#recherche_resultats {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}

#recherche_resultats .recherche_item {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

#recherche_resultats .recherche_item_icon {
	flex: 0 0 30px;
	padding-top: 2px;
}

#recherche_resultats .recherche_item_icon svg {
	width: 27px;
	height: 27px;
	fill: var(--vert);
}

#recherche_resultats .recherche_item_info {
	flex: 0 0 calc( 100% - 30px);
	color: var(--bleu-fonce);
}



.recherche_item .mrc_breadcrumbs li,
.recherche_item .mrc_breadcrumbs li a {
	color: var(--bleu-fonce);
}

.recherche_item a {
	color: var(--bleu-fonce) !important;
}


.recherche_item a:hover,
.recherche_item a:focus,
.recherche_item a:active {
	color: var(--vert) !important;
}

.recherche_item .search_results_breadcrumb ul {
	display: inline-block !important;
	background-color: #f0f0f0;
	padding: 1px 9px;
	border-radius: 6px;
}

.recherche_item .search_results_breadcrumb {
	font-size: 16px;
	line-height: 1.3;
	margin-top: 9px;
}

.recherche_item .search_results_breadcrumb a:hover,
.recherche_item .search_results_breadcrumb a:focus,
.recherche_item .search_results_breadcrumb a:active {
	text-decoration: none;
	color: var(--vert);
}

.recherche_item .recherche_item_excerpt {
	font-size: 75%;
	line-height: 1.3;
	margin-top: 9px;
}

.recherche_item_pagination {
	margin-top: 1em;
	border-top: 2px solid var(--orange) !important;
	padding-top: .5em !important;
}


.recherche_item_pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
	row-gap: 12px;
	column-gap: 12px;
}

.recherche_item_pagination ul li {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}

.recherche_item_pagination ul li a,
.recherche_item_pagination ul li span {
	color: var(--bleu-fonce);
	display: inline-block;
	padding: 6px 12px;
	background-color: #f0f0f0;
	border-radius: 6px;

}

.recherche_item_pagination ul li span {
	background-color: var(--bleu-fonce);
	color: #fff;
	user-select: none;
}

.recherche_item_pagination ul li a:hover,
.recherche_item_pagination ul li a:focus,
.recherche_item_pagination ul li a:active {
	color: var(--vert);
}

/* recherche_resultats_h2 */

.recherche_resultats_h2 {
	margin-top: 0 !important;
	margin-bottom: .5em !important;
	font-size: 40px !important;
	text-transform: none !important;
	border-bottom: 2px solid var(--orange) !important;
	padding-bottom: .25em !important;
}

@media only screen and (max-width : 1199px) {

	.recherche_resultats_h2 {
		font-size: 30px !important;
	}
}

@media only screen and (max-width : 767px) {

    .recherche_resultats_h2 {
		font-size: 24px !important;
	}
}

/* demandes_spontanees */

.elementor-field-group-lettre_presentation label,
.elementor-field-group-curriculum_vitae label {
	height: auto !important;
	position: initial !important;
	top: 0 !important;
	margin: 9px 0 12px 0 !important;
	width: 100% !important;
	font-weight: 700 !important;
}

input[type=file] {
	border-radius: 0 !important;
}

@media only screen {

	.elementor-widget-text-editor a[href$=".pdf"]::after,
	.liens_pdf  a[href$=".pdf"]::after {
		content: "";
		display: inline-block;
		width: 1em;
		height: 1em;
		margin-left: 4px;
		background: url("/wp-content/uploads/2025/09/pdf.svg") no-repeat center;
		background-size: contain;
	}

	.elementor-widget-text-editor a[href$=".mp4"]::after,
	.liens_pdf  a[href$=".mp4"]::after {
		content: "";
		display: inline-block;
		width: 1em;
		height: 1em;
		margin-left: 4px;
		background: url("/wp-content/uploads/2025/10/mp4-1.svg") no-repeat center;
		background-size: contain;
	}

	.elementor-widget-text-editor a[href^="http"]:not([href*="mrcdelavalleedelagatineau.kinsta.cloud"]):not([href*="xmrcvg.qc.ca"])::after {
		content: "";
		display: inline-block;
		width: .75em;
		height: .75em;
		margin-left: 4px;
		background: url("/wp-content/uploads/2025/09/external_link.svg") no-repeat center;
		background-size: contain;
	}

	.elementor-widget-text-editor a[href^="text/calendar;"]::after,
	.elementor-widget-text-editor a[href^="data:text/calendar;"]::after {
		content: "";
		display: inline-block;
		width: .75em;
		height: .75em;
		margin-left: 4px;
		background: url("/wp-content/uploads/2025/10/download.svg") no-repeat center;
		background-size: contain;
	}

	.elementor-widget-text-editor a.no_external_link::after {
		display: none !important;
	}

}

.elementor-widget-text-editor ul.two_columns {
	-webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
	-webkit-column-gap: 60px;
	   -moz-column-gap: 60px;
			column-gap: 60px;
}

.elementor-widget-text-editor ul.two_columns > li {
	break-inside: avoid-column;
	page-break-inside: avoid;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin-bottom: 9px;
}

@media only screen and (max-width : 767px) {
    .elementor-widget-text-editor ul.two_columns {
  		-webkit-column-count: 1;
  		   -moz-column-count: 1;
  				column-count: 1;
	}
}


.elementor-widget-text-editor ul.three_columns {
	-webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
	-webkit-column-gap: 60px;
	   -moz-column-gap: 60px;
			column-gap: 60px;
}

.elementor-widget-text-editor ul.three_columns > li {
	break-inside: avoid-column;
	page-break-inside: avoid;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin-bottom: 9px;
}

@media only screen and (max-width : 1199px) {
    .elementor-widget-text-editor ul.three_columns {
  		-webkit-column-count: 2;
  		   -moz-column-count: 2;
  				column-count: 2;
	}
}

@media only screen and (max-width : 767px) {
    .elementor-widget-text-editor ul.three_columns {
  		-webkit-column-count: 1;
  		   -moz-column-count: 1;
  				column-count: 1;
	}
}


.elementor-widget-text-editor ul.three_columns_budget {
	-webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
	-webkit-column-gap: 60px;
	   -moz-column-gap: 60px;
			column-gap: 60px;
}

.elementor-widget-text-editor ul.three_columns_budget > li {
	break-inside: avoid-column;
	page-break-inside: avoid;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin-bottom: 9px;
}

@media only screen and (max-width : 1439px) {
    .elementor-widget-text-editor ul.three_columns_budget {
  		-webkit-column-count: 2;
  		   -moz-column-count: 2;
  				column-count: 2;
	}
}

@media only screen and (max-width : 1023px) {
    .elementor-widget-text-editor ul.three_columns_budget {
  		-webkit-column-count: 1;
  		   -moz-column-count: 1;
  				column-count: 1;
	}
}


/* accordeon*/

.e-n-accordion-item-title h2 {

}


.e-n-accordion-item-title h2 {
	font-size: 40px !important;
	text-transform: none !important;
	color: var(--bleu-fonce) !important;
}

@media only screen and (max-width : 1199px) {

	.e-n-accordion-item-title h2 {
		font-size: 30px !important;
	}
}

@media only screen and (max-width : 767px) {

    .e-n-accordion-item-title h2 {
		font-size: 24px !important;
	}
}

.e-n-accordion-item > div {
	border: none !important;
}


.municipalite_carousel img {
	aspect-ratio: 4 / 3	;
	object-fit: cover;
	border-radius: 10px;
	height: 100%;
    width: 100%;
}

.municipalite_maire img {
	aspect-ratio: 2 / 3;
	object-fit: cover;
}

.municipalite_maire figcaption {
	margin-block-start: 5px !important;
}

.elementor-widget-text-editor .municipalites_loop_personnes {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.elementor-widget-text-editor .municipalites_loop_personnes li {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}


/* la mrcen photos */

#la_mrc_en_photos {
	display: none !important;
}

#la_mrc_en_photos.slick-initialized {
	display: block !important;
}

#la_mrc_en_photos figure {
	aspect-ratio: 4 / 3;
	position: relative;
}

#la_mrc_en_photos figure img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
#la_mrc_en_photos figure .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(21,59,87,0.75);
	color: #fff;
	padding: 9px 12px;
}

#la_mrc_en_photos figure .overlay h3 {
	color: #fff !important;
	font-size: 24px !important;
	line-height: 1.3 !important;
	margin: 0 !important;
	font-style: normal !important;
	font-weight: 700 !important;
}


#la_mrc_en_photos figure .overlay figcaption {
	color: #fff !important;
	font-size: 20px !important;
	line-height: 1.3 !important;
	margin: 0 !important;
	font-style: normal !important;
	font-weight: 400 !important;
}

#la_mrc_en_photos button,
#la_mrc_en_photos button:hover,
#la_mrc_en_photos button:focus,
#la_mrc_en_photos button:active {
	background-color: transparent !important;
	z-index: 1 !important;
	border-radius: 0 !important;
	padding: 6px !important;
	width: auto !important;
	height: auto !important;
	font-size: 32px !important;
	text-shadow: 0px 0px 4px #333333 !important;
	color: #fff !important;
}

#la_mrc_en_photos .slick-prev::before,
#la_mrc_en_photos .slick-next::before {
	display: none;
}

#la_mrc_en_photos .slick-prev {
	left: 20px !important;
}

#la_mrc_en_photos .slick-next {
	right: 20px !important;
}

#la_mrc_en_photos_thumbs {
	padding: 6px 36px;
	background-color: var(--bleu-fonce);
	display: none !important;
}

#la_mrc_en_photos_thumbs.slick-initialized {
	display: block !important;
}

#la_mrc_en_photos_thumbs figure {
	aspect-ratio: 4 / 3;
	padding: 3px;
	cursor: pointer;
}

#la_mrc_en_photos_thumbs figure img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

#la_mrc_en_photos_thumbs button,
#la_mrc_en_photos_thumbs button:hover,
#la_mrc_en_photos_thumbs button:focus,
#la_mrc_en_photos_thumbs button:active {
	background-color: transparent !important;
	z-index: 1 !important;
	border-radius: 0 !important;
	padding: 3px !important;
	width: auto !important;
	height: auto !important;
	font-size: 20px !important;
	color: #fff !important;
}

#la_mrc_en_photos_thumbs .slick-prev::before,
#la_mrc_en_photos_thumbs .slick-next::before {
	display: none;
}

#la_mrc_en_photos_thumbs .slick-prev {
	left: 4px !important;
}

#la_mrc_en_photos_thumbs .slick-next {
	right: 4px !important;
}

@media only screen and (max-width : 1199px) {
    #la_mrc_en_photos figure .overlay h3 {
		font-size: 22px !important;
	}

	#la_mrc_en_photos figure .overlay figcaption {
		font-size: 18px !important;
	}
}

@media only screen and (max-width : 767px) {
    #la_mrc_en_photos figure .overlay h3 {
		font-size: 20px !important;
	}

	#la_mrc_en_photos figure .overlay figcaption {
		font-size: 16px !important;
	}
}

/* temp styles for search results */

body.search-results .site-main {
	background-color: #fff;
}

/* resultat de recherche manuel */

.search_results_main {
	background-color: #fff;
	/* margin-top: 36px; */
}

.search_results_main,
.search_results_main * {
	box-sizing: border-box;
}

.search_results_container {
    gap: 0;
    height: 100%;
    margin: 0 auto;
    max-width: min(100%, 1590px );
    padding-inline-end: 0;
    padding-inline-start: 0;
    width: 100%;
	padding: 0 20px;
}

.search_results_title {
	background-color: #fff;
	background-image: url(/wp-content/uploads/2025/08/A-propos-hero.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 50px 0;
}

.search_results_header_inline_block {
	display: inline-flex;
	flex-direction: column;
    min-width: 33%;
    width: aut;
    gap: 20px 20px;
    row-gap: 20px;
    column-gap: 20px;
    border-radius: 25px;
    padding: 40px;
	background-color: var(--bleu-fonce);
}

.search_results_header_inline_block h1 {
	text-transform: uppercase;
    line-height: 1.15em;
    color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 55px;
	font-weight: 900;
	margin: 0;
	padding: 0;
}

.search_results {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.search_results article {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.search_results_content {
	padding: 150px 0;
}

.search_results_content h2 {
	font-family: Roboto, sans-serif !important;
	font-size: 48px !important;
	font-weight: 900 !important;
	text-transform: none !important;
	border-bottom: 2px solid rgb(216, 132, 19);
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

.search_results .search_results_svg {
	flex: 0 0 30px;
	padding-top: 4px;
}

.search_results .search_results_svg svg {
	width: 27px;
	height: 27px;
	fill: var(--vert);
}

.search_results .search_results_info {
	flex: 0 0 calc( 100% - 30px);
}

.search_results .search_results_info h3 {
	margin: 0 0 .25em 0;
	padding: 0;
	font-family: Lato, sans-serif;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
}

.search_results_info .search_results_breadcrumb ul {
	display: inline-block !important;
	background-color: #f0f0f0;
	padding: 1px 9px;
	border-radius: 6px;
}

.search_results_info .search_results_breadcrumb {
	font-size: 16px;
	line-height: 1.3;
	margin-top: 9px;
}

.search_results_info .search_results_breadcrumb li,
.search_results_info .search_results_breadcrumb a {
	text-decoration: none;
	color: var(--bleu-fonce);
}

.search_results_info .search_results_breadcrumb a:hover,
.search_results_info .search_results_breadcrumb a:focus,
.search_results_info .search_results_breadcrumb a:active {
	text-decoration: none;
	color: var(--vert);
}

.recherche_item_pagination {
	margin-top: 1em;
	border-top: 2px solid var(--orange) !important;
	padding-top: .5em !important;
}

.recherche_item_pagination .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	row-gap: 12px;
	column-gap: 12px;
}

.recherche_item_pagination .nav-links .page-numbers {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}

.recherche_item_pagination .nav-links .page-numbers {
	color: var(--bleu-fonce);
	display: inline-block;
	padding: 6px 12px;
	background-color: #f0f0f0;
	border-radius: 6px;
}

.recherche_item_pagination .nav-links .page-numbers.current {
	background-color: var(--bleu-fonce);
	color: #fff;
	user-select: none;
}

.recherche_item_pagination .nav-links a.page-numbers:hover,
.recherche_item_pagination .nav-links a.page-numbers:focus,
.recherche_item_pagination .nav-links a.page-numbers:active {
	color: var(--vert);
}


@media only screen and (max-width : 1799px) {

}

@media only screen and (max-width : 1439px) {

	.search_results_title {
		padding: 25px 0;
	}

	.search_results_header_inline_block h1 {
		font-size: 45px;
	}

	.search_results_content {
		padding: 100px 0;
	}

	.search_results_content h2 {
		font-size: 40px !important;
		padding: 0 0 10px 0;
		margin: 0 0 20px 0;
	}
}

@media only screen and (max-width : 1199px) {

	.search_results_header_inline_block h1 {
		font-size: 36px;
	}

	.search_results_content {
		padding: 75px 0;
	}

	.search_results_content h2 {
		font-size: 30px !important;
		padding: 0 0 7.5px 0;
		margin: 0 0 15px 0;
	}

	.search_results .search_results_info h3 {
		font-size: 20px;
	}

	.search_results .search_results_svg {
		padding-top: 2px;
	}

	.search_results .search_results_svg svg {
		width: 24px;
		height: 24px;
	}
}

@media only screen and (max-width : 1023px) {

	.search_results_header_inline_block {
		gap: 10px 10px;
		row-gap: 10px;
		column-gap: 10px;
		border-radius: 20px;
		padding: 40px;
	}

	.search_results_header_inline_block h1 {
		font-size: 30px;
	}

	.search_results_content {
		padding: 50px 0;
	}
}

@media only screen and (max-width : 767px) {

	.search_results_header_inline_block {
		border-radius: 15px;
		padding: 40px;
	}

	.search_results_header_inline_block h1 {
		font-size: 24px;
	}

	.search_results_content {
		padding: 30px 0;
	}

	.search_results_content h2 {
		font-size: 24px !important;
		padding: 0 0 6px 0;
		margin: 0 0 12px 0;
	}

	.search_results .search_results_info h3 {
		font-size: 18px;
	}

	.search_results .search_results_svg {
		padding-top: 0px;
	}

	.search_results .search_results_svg svg {
		width: 20px;
		height: 20px;
	}
}

@media only screen and (max-width : 424px) {

	.search_results_content {
		padding: 20px 0;
	}

	.search_results_content h2 {
		font-size: 20px !important;
		padding: 0 0 6px 0;
		margin: 0 0 12px 0;
	}
}

/* logements */

.elementor-widget-text-editor .logements {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	padding: 50px;
	background-color: #f0f0f0;
}

.elementor-widget-text-editor .logements h5 {
	margin: 0 0 .5em 0;
	border-bottom: 1px solid var(--orange);
}

.elementor-widget-text-editor .logements table {
	margin: 0;
}

.elementor-widget-text-editor .logements table tr th,
.elementor-widget-text-editor .logements table tr td {
	font-size: 20px;
	font-family: Lato, sans-serif;
	line-height: 1.3;
	text-align: left;
	border: 0px solid #000;
	background-color: transparent;
	padding: 0 .25em .25em 0;
}

.elementor-widget-text-editor .logements table tr:last-child th,
.elementor-widget-text-editor .logements table tr:last-child td {
	padding: 0 .25em 0 0;
}

.elementor-widget-text-editor .logements table tr td:last-child {
	padding: 0 0 .25em 0;
}

.elementor-widget-text-editor .logements table tr:last-child td:last-child {
	padding: 0;
}

.elementor-widget-text-editor .logements table tr th {
	font-weight: 700;
	width: 7em;
}

.elementor-widget-text-editor .logements table tr td {
	font-weight: 400;
	width: auto;
}

@media only screen and (max-width : 1439px) {

    .elementor-widget-text-editor .logements {
		gap: 25px;
		padding: 25px;
	}
}

@media only screen and (max-width : 1199px) {

    .elementor-widget-text-editor .logements table tr th,
	.elementor-widget-text-editor .logements table tr td {
		font-size: 18px;
	}
}

@media only screen and (max-width : 1023px) {

	.elementor-widget-text-editor .logements {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width : 767px) {

	.elementor-widget-text-editor .logements {
		gap: 15px;
		padding: 15px;
	}

	.elementor-widget-text-editor .logements table tr th,
	.elementor-widget-text-editor .logements table tr td {
		font-size: 16px;
	}
}

@media only screen and (max-width : 424px) {

}

/* single activites */

.single-activite .activite-details {
	background-color: #153B57;
    border-radius: 25px;
    color: #fff;
    font-family: "Lato", Sans-serif;
    margin-bottom: 2rem;
    padding: 1.5rem;
    position: relative;
    z-index: 1;
}

.single-activite .elementor-shortcode .activite-details {
	margin-bottom: 50px;
}

@media only screen and (max-width : 1199px) {
    .single-activite .elementor-shortcode .activite-details {
		margin-bottom: 20px;
	}
}

.single-activite .act-activite--details__link {
	display: block;
	float: right;
	position: relative;
}

.single-activite .act-activite--details__link .wp-block-button__link {
   	align-content: center;
	align-items: center;
	background-color: rgb(230, 170, 61);
	border: 1px solid rgb(40, 86, 118);
	border-radius: 8px;
	box-sizing: border-box;
	color: rgb(255, 255, 255) !important;
	column-gap: 8px;
	cursor: pointer;
	display: inline-flex;
	font-family: "Lato", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 56px;
	justify-content: center;
	line-height: 24px;
	padding: 16px 24px;
	row-gap: 8px;
	text-align: center;
	text-decoration: none !important;
}



.single-activite .act-activite--details__link .wp-element-button:after,
.single-activite .act-activite--details__link .wp-element-button:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.499 6.5v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-14c0-1.103-.897-2-2-2h-2v-2h-2v2h-6v-2h-2v2h-2c-1.103 0-2 .897-2 2Zm16.001 14H5.498v-10H19.5v10Zm0-12H5.498v-2H19.5v2Z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.499 6.5v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-14c0-1.103-.897-2-2-2h-2v-2h-2v2h-6v-2h-2v2h-2c-1.103 0-2 .897-2 2Zm16.001 14H5.498v-10H19.5v10Zm0-12H5.498v-2H19.5v2Z' fill='%23fff'/%3E%3C/svg%3E");
}

body.act-theme .act-activite--details__link .wp-element-button:after,
body.act-theme .activite-details__link .wp-element-button:after {
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 24px;
    transition: all .3s
	ease-out;
    width: 24px;
}


.single-activite .act-activite--details__link .list-links {
	right: 0;
	background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    display: flex;
    flex-direction: column;
    font-family: "Lato", Sans-serif;
    font-size: .85rem;
    font-weight: 700;
    gap: .5rem;
    margin-top: 5px;
    opacity: 0;
    padding: .5rem;
    position: absolute;
    text-align: center;
    transition: opacity .2s
	ease-in 0s;
    width: 10rem;
}

.single-activite .act-activite--details__link .list-links a {
    background-position: 0;
    background-repeat: no-repeat;
    color: #153B57 !important;
    display: block;
    height: 22px;
    padding-left: 2rem;
    text-align: left;
    text-decoration: none !important;
}

.single-activite .act-activite--details__link .list-links br {
	display: none;
}

.single-activite .act-activite--details__link .list-links.open {
    opacity: 1;
    transition: opacity .2s
	ease-out 0s;
}


.single-activite .act-activite--details__link .wp-element-button:hover:after,
.single-activite .act-activite--details__link .wp-element-button:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.499 6.5v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-14c0-1.103-.897-2-2-2h-2v-2h-2v2h-6v-2h-2v2h-2c-1.103 0-2 .897-2 2Zm16.001 14H5.498v-10H19.5v10Zm0-12H5.498v-2H19.5v2Z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.499 6.5v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-14c0-1.103-.897-2-2-2h-2v-2h-2v2h-6v-2h-2v2h-2c-1.103 0-2 .897-2 2Zm16.001 14H5.498v-10H19.5v10Zm0-12H5.498v-2H19.5v2Z' fill='%23fff'/%3E%3C/svg%3E");
}
.single-activite .act-activite--details__link .wp-element-button:after {
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 24px;
    transition: all .3s
	ease-out;
    width: 24px;
}


.single-activite .activite-details__date {
    margin-bottom: 1rem;
}

.single-activite .activite-details__address .location {
    display: block;
}

.single-activite .activite-details .activite-details__phone br {
	display: none;
}

.single-activite .activite-details .activite-details__url a {
	color: #fff !important;
    text-decoration: 1px underline #fff !important;
}

.single-activite .activite-details .activite-details__url br {
	display: none;
}

.single-activite .elementor-widget-theme-post-content p {
	margin-bottom: 1em;
}

@media only screen {

	.single-activite .activite-details .activite-details__url a[href^="http"]:not([href*="mrcdelavalleedelagatineau.kinsta.cloud"]):not([href*="xmrcvg.qc.ca"])::after {
		content: "";
		display: inline-block;
		width: .75em;
		height: .75em;
		margin-left: 4px;
		background: url("/wp-content/uploads/2025/09/external_link_blanc.svg") no-repeat center;
		background-size: contain;
	}

}


@media only screen and (max-width : 767px) {
    .single-activite .act-activite--details__link {
		float: none;
		margin-bottom: 1rem;
	}

	.single-activite .act-activite--details__link .list-links {
		position: initial;
		opacity: 1;
		display: none;
	}

	.single-activite .act-activite--details__link .list-links.open {
		display: block;
	}
}

/* entete_image_random */

.entete_image_random {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.entete_image_random div {
	height: 100%;
}

.entete_image_random img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

/* lightbox fix */


.elementor-lightbox .elementor-lightbox-item {
	max-height: calc( 100vh - 100px ) !important;
}



/* contact_form */
.demandes_spontanees .elementor-field-type-acceptance .elementor-field-option {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 0;
}
.demandes_spontanees .elementor-field-type-acceptance .elementor-field-option input {
    margin-right: 12px;
    margin-top: 6px;
}

.demandes_spontanees .elementor-field-type-acceptance .elementor-field-option label {
    line-height: 1.3;
}

.demandes_spontanees .elementor-field-type-acceptance .elementor-field-option label a {
	color: var(--vert);
}

.demandes_spontanees .elementor-field-type-acceptance .elementor-field-option label a:hover {
	color: var(--orange);
}

/* gform_submit_button_1 */

#gform_1 legend,
#gform_1 label,
#gform_1 .gfield_required {
	font-size: 18px;
}

#gform_fields_1 {
	gap: 36px !important;
}

#gform_1 h3 {
	text-transform: uppercase;
}

p.gform_required_legend {
	margin-bottom: 1em !important;
}

#gform_submit_button_1 {
	background-color: var(--orange);
	border-radius: 10px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 400;
	height: 54px;
	line-height: 1.0;
	margin: 0;
	padding: 15px 45px;
	text-align: center;
	transition: all .3s ease;
}

#gform_submit_button_1:hover,
#gform_submit_button_1:focus,
#gform_submit_button_1:active {
	background-color: var(--bleu-fonce);
}

.ginput_container_consent {
	display: flex !important;
    color: #fff !important;
    align-items: flex-start !important;
    flex-direction: row !important;
}

.ginput_container_consent input {
	margin-right: 12px;
	margin-top: 4px;
	height: 20px !important;
	width: 20px !important;
}

.ginput_container_consent a {
	color: var(--vert);
}

.ginput_container_consent a:hover {
	color: var(--orange);
}
