@import url(https://fonts.googleapis.com/css2?family=Dosis&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap);

.glide {
	position: relative;
	width: 100%;
	box-sizing: border-box
}

.glide * {
	box-sizing: inherit
}

.glide__track {
	overflow: hidden
}

.glide__slides {
	position: relative;
	width: 100%;
	list-style: none;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	-ms-touch-action: pan-Y;
	touch-action: pan-Y;
	overflow: hidden;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	will-change: transform
}

.glide__slides--dragging {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.glide__slide {
	width: 100%;
	height: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	white-space: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent
}

.glide__slide a {
	-webkit-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.glide__arrows {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.glide__bullets {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.glide--rtl {
	direction: rtl
}

*,
*::before,
*::after {
	box-sizing: border-box
}

ul[class],
ol[class] {
	padding: 0
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0
}

body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed
}

ul[class],
ol[class] {
	list-style: none
}

a:not([class]) {
	text-decoration-skip-ink: auto
}

img {
	max-width: 100%;
	display: block
}

article>*+* {
	margin-top: 1em
}

input,
button,
textarea,
select {
	font: inherit
}

@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important
	}
}

.uppercase {
	text-transform: uppercase
}

.bold {
	font-weight: bold
}

.green {
	color: #00B1B2
}

a {
	color: #113955;
	text-decoration: none;
	line-height: 1
}

h1 {
	font-family: Dosis, sans-serif;
	color: #113955;
	font-size: 2em;
	font-weight: 900;
	text-transform: uppercase
}

h1 b,
h1 strong{
   background-color: transparent;
}

@media (max-width: 768px) {
	h1 {
		font-size: 1.5em
	}
}

h2 {
	font-family: Dosis, sans-serif;
	color: #113955;
	font-size: 1.6em;
	font-weight: 900;
	text-transform: uppercase
}

@media (max-width: 768px) {
	h2 {
		font-size: 1.3em
	}
}

h3 {
	font-family: Dosis, sans-serif;
	font-size: 1.6em;
	line-height: 1;
	margin: 35px 0;
	text-transform: uppercase;
	font-weight: 900;
	color: #113955
}

h3.card-title{
	margin: 0;
	color: #113955;
}

h4 {
	font-family: Dosis, sans-serif;
	font-size: 1.5em;
	line-height: 1;
	margin: 35px 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #113955
}

h5 {
	font-family: Dosis, sans-serif;
	font-size: 2em;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	font-weight: 900
}

@media (max-width: 768px) {
	h5 {
		font-size: 1.5em
	}
}

h6 {
	font-family: Dosis, sans-serif;
	color: #113955;
	font-size: 1.2em;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 20px 0
}

p {
	font-weight: 400;
	line-height: 1.5em;
	margin: 14px 0 14px 0;
	color: #113955
}

p strong,
p b {
	color: #113955
}

li {
	color: #113955
}

iframe {
	border-radius: 15px
}

b,
strong {
	background-color: rgba(243, 214, 50, 0.5)
}

.cta b,
.cta strong {
	background-color: transparent
}

.wp-block-table td,
.wp-block-table th {
	border-color: #d6d6d6
}

button {
	cursor: pointer
}

.button {
	padding: 10px 15px;
	border-radius: 100px
}

.button__green {
	background-color: #00B1B2;
	color: #fff;
	transition: background-color .3s ease
}

.button__green:hover {
	background-color: #113955
}

.cta {
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 25px;
	border-radius: 100px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 4px
}

@media (max-width: 768px) {
	.cta {
		font-size: .68em;
		padding: 15px 20px
	}
}

.cta.xl {
	font-size: 1em;
	padding: 20px 35px
}

@media (max-width: 768px) {
	.cta.xl {
		padding: 20px 25px
	}
}

@media (max-width: 480px) {
	.cta.xl {
		font-size: .8em;
		padding: 15px 20px
	}
}

.cta.before i {
	margin: 0 20px 0 0
}

.cta i {
	font-size: 80%;
	margin: 0 0 0 15px
}

.cta__green {
	background-color: #00B1B2;
	color: #fff;
	transition: background-color .3s ease
}

.cta__green i {
	color: #fff
}

.cta__green:hover {
	background-color: #113955
}

.cta__blue {
	background-color: #113955;
	color: #fff;
	transition: background-color .3s ease
}

.cta__blue:hover {
	background-color: #00B1B2
}

.cta__filter {
	border: 2px solid #113955
}

.cta__showmore {
	padding: 0;
	width: 46px;
	height: 46px;
	border: 2px solid #113955;
	font-size: 1.5em;
	-ms-flex-pack: center;
	justify-content: center;
	transition: border .3s ease
}

.cta__showmore i {
	color: #00B1B2;
	margin: 0;
	transition: color .3s ease
}

.cta__showmore:hover {
	border: 2px solid #00B1B2
}

.cta__showmore:hover i {
	color: #113955
}

.cta.download i {
	font-size: 120%
}

body {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
	overflow-x: hidden;
	font-feature-settings: "lnum"
}

body.hide-overflow {
	overflow: hidden
}

* {
	outline: none;
	-webkit-tap-highlight-color: transparent
}

main {
	position: relative
}

main section {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden
}

main.default {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center
}

.inner {
	width: 100%;
	padding: 0 20px
}

.inner.small {
	max-width: 1073px
}

.inner.large {
	max-width: 1256px
}

.inner.left {
	padding: 0;
	-ms-flex-item-align: start;
	align-self: flex-start
}

@media (max-width: 768px) {
	.inner.left {
		padding: 0
	}
}

.inner.large__pad {
	padding: 0 40px
}

@media (max-width: 768px) {
	.inner.large__pad {
		padding: 0 20px
	}
}

.img__bg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.default {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.default__content,
.patrimoine__content {
	padding: 15px 30px 0 100px;
	margin: 0
}

.default__content i.content__icon,
.patrimoine__content i.content__icon {
	position: absolute;
	left: -80px;
	font-size: 1.5em;
	color: #00B1B2
}

.default__content span.icon.material-symbols-outlined,
.patrimoine__content span.icon.material-symbols-outlined {
	position: absolute;
	left: -80px;
	font-size: 60px;
	color: #00B1B2
}

.default__content h2,
.patrimoine__content h2 {
	margin: 25px 0
}

@media (max-width: 768px) {

	.default__content,
	.patrimoine__content {
		padding: 0 15px
	}

	.default__content i.content__icon,
	.patrimoine__content i.content__icon {
		position: relative;
		left: 0;
		margin: 0 15px 0 0
	}
}

.default h1,
.patrimoine h1 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin: 0 0 35px 0
}

.default a,
.patrimoine a {
	text-decoration: underline
}

.default a.cta,
.patrimoine a.cta {
	text-decoration: none;
	display: inline-block
}

.default article,
.patrimoine article {
	width: 100%
}

.default article figure,
.patrimoine article figure {
	margin: 0 0 55px 0
}

@media (max-width: 768px) {

	.default article figure,
	.patrimoine article figure {
		margin: 0 0 35px 0
	}
}

.default article figure.header-img,
.patrimoine article figure.header-img {
	margin-top: 60px
}

.default article .content,
.patrimoine article .content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #113955
}

.default article .content p,
.patrimoine article .content p {
	margin: 0 0 25px 0
}

.default article .content figure,
.patrimoine article .content figure {
	width: -moz-fit-content;
	width: fit-content;
	height: auto
}

.default article .content li,
.patrimoine article .content li {
	color: #113955;
	margin: 0 0 15px 0
}

.default article .content table td,
.patrimoine article .content table td {
	padding: 10px 15px 10px 10px
}

@media (max-width: 768px) {

	.default article .content table tr,
	.patrimoine article .content table tr {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.default article .content table tr td,
	.patrimoine article .content table tr td {
		width: 100%;
		padding: 10px 0
	}
}

.default article .date,
.patrimoine article .date {
	color: #113955;
	margin: 0 0 35px 0;
	display: block
}

.default article .date:before,
.patrimoine article .date:before {
	margin: 0 15px 0 0
}

figure {
	width: 100%;
	height: 250px;
	overflow: hidden
}

figure:not(.wp-block-table) {
	border-radius: 30px
}

figure.wp-block-video {
	height: auto;
	border-radius: 30px
}

@media (max-width: 768px) {
	figure:not(.wp-block-table) {
		border-radius: 20px
	}

	figure.wp-block-video {
		border-radius: 20px
	}
}

.lazy {
	opacity: 0
}

.lazy:not(.initial) {
	transition: opacity .5s,
		transform .5s ease
}

.lazy.initial,
.lazy.loaded,
.lazy.error {
	opacity: 1
}

.in {
	opacity: 0;
	transition: opacity .5s ease,
		transform .5s ease
}

.in__bottom {
	-ms-transform: translateY(50px);
	transform: translateY(50px)
}

.in__bottom.visible {
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.in__left {
	-ms-transform: translateX(-50px);
	transform: translateX(-50px)
}

.in__left.visible {
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.in__right {
	-ms-transform: translateX(50px);
	transform: translateX(50px)
}

.in__right.visible {
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.in__icon {
	-ms-transform: translateX(150px);
	transform: translateX(150px)
}

.in__icon.visible {
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.in.visible {
	opacity: 1
}

::-webkit-scrollbar {
	width: 10px
}

::-webkit-scrollbar-track {
	background: #fff;
	border-left: solid 1px rgba(17, 57, 85, 0.1);
	border-right: solid 1px rgba(17, 57, 85, 0.1)
}

::-webkit-scrollbar-thumb {
	background: #00B1B2;
	opacity: .8;
	border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
	opacity: 1
}

@keyframes rotating {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

.bg__icon {
	position: absolute;
	font-size: 25em;
	right: -0.5em;
	color: rgba(255, 217, 117, 0.1)
}

.bg__icon--container {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 0;
	pointer-events: none;
	overflow: hidden;
	width: 100%;
	height: 500px
}

#to__top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 2px solid #00B1B2;
	color: #00B1B2;
	font-size: .8em;
	cursor: pointer;
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	transition: transform .3s ease;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

#to__top:before {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: transform .3s ease
}

#to__top.active {
	-ms-transform: translateY(0);
	transform: translateY(0)
}

#to__top:hover:before {
	-ms-transform: translateY(-5px) rotate(180deg);
	transform: translateY(-5px) rotate(180deg)
}

@media (max-width: 992px) {
	#to__top {
		background-color: #fff;
		width: 35px;
		height: 35px;
		bottom: 20px;
		right: 20px;
		font-size: .4em;
		border: 1px solid #00B1B2
	}
}

::-moz-selection {
	color: #113955;
	background: #00B1B2
}

::selection {
	color: #113955;
	background: #00B1B2
}

.hidden {
	display: none !important
}

.wp-block-columns {
	width: 100%
}

.locataire__content ul li,
.default__content ul li {
	color: #113955;
	margin: 0 0 15px 0;
	line-height: 1.5
}

.wp-block-embed {
	height: auto;
	min-height: 250px
}

.wp-block-embed__wrapper {
	width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0
}

.wp-block-embed__wrapper iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute
}

.wp-block-gallery .blocks-gallery-grid {
	-ms-flex-align: end;
	align-items: flex-end
}

.wp-block-gallery .blocks-gallery-item figcaption {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: 0;
	height: 100%;
	border-radius: 30px;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	font-size: 1.2em;
	background: rgba(17, 57, 85, 0.7);
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s
}

@media (max-width: 768px) {
	.wp-block-gallery .blocks-gallery-item figcaption {
		font-size: .9em;
		border-radius: 20px
	}
}

.wp-block-gallery .blocks-gallery-item:hover figcaption {
	opacity: 1;
	pointer-events: all
}

body.menu-mobile-opened {
	overflow: hidden !important
}

body.menu-mobile-opened .mobile-menu-container {
	display: -ms-flexbox;
	display: flex
}

body.menu-mobile-opened .mobile-langs {
	display: block;
	position: absolute;
	top: 41px;
	right: 100px
}

@media (max-width: 992px) {
	body .topMenu {
		display: none
	}
}

.mobile-langs {
	display: none;
	-ms-flex-pack: center;
	justify-content: center
}

.mobile-menu-container {
	position: absolute;
	width: 100%;
	height: calc(100% - 100px);
	top: 100px;
	padding: 14px 0 0 0;
	background-color: #fff;
	z-index: 2;
	display: none
}

@media (max-width: 768px) {
	.mobile-menu-container {
		height: calc(100% - 90px);
		top: 90px
	}
}

.mobile-menu-container .inner {
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.mobile-menu-container .inner .mobile-menu-content {
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 0;
	height: calc(100% - 85px);
	border: none;
	overflow: hidden;
	text-transform: uppercase
}

.mobile-menu-container .inner .mobile-menu-content .m-content {
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	padding: 10px 20px 10px 0;
	width: 100%
}

.mobile-menu-container .inner .mobile-menu-content .m-content nav {
	text-align: left;
	width: 100%;
	margin: 0 20px
}

.mobile-menu-container .inner .mobile-menu-content .m-content .menu {
	width: 100%
}

.mobile-menu-container .inner .mobile-menu-content .m-content .menu li.level1 {
	margin-bottom: 20px
}

.mobile-menu-container .inner .mobile-menu-content .m-content .menu li.level1>a {
	font-weight: 800
}

.mobile-menu-container .inner .mobile-menu-content .m-content .submenu>li {
	margin: 12px 0px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	line-height: 20px
}

.mobile-menu-container .inner .mobile-menu-content .m-content .submenu>li .material-symbols-outlined {
	font-size: 19px;
	color: green;
	font-weight: 600
}

.mobile-menu-container .m-footer {
	height: 66px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 20px;
	-ms-flex-direction: column;
	flex-direction: column
}

.mobile-menu-container .m-footer .socials-container {
	width: 100%
}

.mobile-menu-container .m-footer .mobile-search-container {
	width: 100%;
	margin-bottom: 20px;
	border: solid 1px #113955;
	padding: 10px 20px;
	border-radius: 25px
}

.mobile-menu-container .m-footer .mobile-search-container form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.mobile-menu-container .m-footer .mobile-search-container button {
	border: none;
	background-color: transparent;
	margin-left: 10px
}

.mobile-menu-container .m-footer .mobile-search-input {
	width: 100%;
	border: none;
	outline: none
}

.header-lbw {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width: 992px) {
	.header-lbw {
		margin: 20px 20px 0 20px
	}
}

.header-lbw .headerContainer {
	display: -ms-flexbox;
	display: flex;
	max-width: 1160px;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding: 0 20px
}

.header-lbw .bloc {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 768px) {
	.header-lbw .bloc {
		margin: 15px 0 0 0;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.header-lbw .topMenu {
	text-align: center;
	position: relative
}

.header-lbw .topMenu .socials-container {
	display: inline-block;
	margin-left: auto;
	margin-right: auto
}

.header-lbw .topMenuRight {
	position: absolute;
	top: 0px;
	right: 0px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 7px
}

.header-lbw .search-desktop {
	margin-right: 15px;
	border: 0px;
	background-color: transparent
}

.header-lbw .langs {
	margin-left: 10px;
	font-weight: 800
}

.header-lbw .langs.disabled {
	color: rgba(17, 57, 85, 0.2)
}

.header-lbw .middleMenu {
	z-index: 13000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header-lbw .middleMenu .logo {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end
}

.header-lbw .middleMenu .logo img {
	width: 227px;
	height: auto
}

@media (max-width: 992px) {
	.header-lbw .middleMenu .logo img {
		width: auto;
		height: 62px
	}
}

.header-lbw .middleMenu .mobile-menu {
	display: none
}

@media (max-width: 992px) {
	.header-lbw .middleMenu .mobile-menu {
		display: block
	}
}

.desktop-menu-container {
	display: block;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	color: #113955
}

@media (max-width: 992px) {
	.desktop-menu-container {
		display: none
	}
}

.desktop-menu-container .menu {
	padding: 0;
	margin: 0
}

.desktop-menu-container .menu>li {
	display: inline-block;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	min-width: 130px;
	position: relative
}

.desktop-menu-container .menu>li:hover {
	background-color: rgba(181, 195, 205, 0.4);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px
}

.desktop-menu-container .menu>li:hover ul.submenu {
	display: block
}

.desktop-menu-container .menu>li.no-child:hover {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px
}

.desktop-menu-container .menu>li>a {
	text-decoration: none;
	padding: 10px 12px
}

.desktop-menu-container .menu>li ul.submenu {
	background-color: rgba(181, 195, 205, 0.85);
	height: auto;
	width: 100%;
	position: absolute;
	display: none;
	padding: 14px 0;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-top: 10px
}

.desktop-menu-container .menu>li ul.submenu li {
	width: 100%;
	display: block
}

.desktop-menu-container .menu>li ul.submenu li:hover {
	background-color: rgba(255, 255, 255, 0.65)
}

.desktop-menu-container .menu>li ul.submenu li a {
	text-decoration: none;
	padding: 10px 4px 10px 4px;
	display: inline-block;
	width: 100%
}

.mainMenu {
	padding-top: 23px;
	max-width: 960px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	font-family: "Dosis", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 30px;
	color: #113955;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

@media (max-width: 992px) {
	.mainMenu {
		padding-top: 40px;
		margin: 0;
		display: block;
		zoom: 80%
	}
}

.mainMenu .mainLinkTitle {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0 15px 0 25px
}

@media (max-width: 992px) {
	.mainMenu .mainLinkTitle {
		display: block
	}
}

.mainMenu .mainLinkTitle .space-bottom-link {
	height: 11px
}

.mainMenu .mainLink {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0 15px
}

@media (max-width: 992px) {
	.mainMenu .mainLink {
		margin: 0
	}
}

.mainMenu .mainLink .wrapper-items {
	text-align: center
}

@media (max-width: 992px) {
	.mainMenu .mainLink .wrapper-items {
		display: inline-block
	}
}

.mainMenu .mainLink .wrapper-items.active .space-bottom-link {
	background-color: rgba(243, 213, 50, 0.3)
}

@media (max-width: 992px) {
	.mainMenu .mainLink .wrapper-items.active .space-bottom-link {
		background-color: transparent
	}
}

.mainMenu .mainLink .wrapper-items .space-bottom-link {
	height: 12px
}

.mainMenu .mainLink a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e8ecee;
	border-radius: 20px;
	padding: 0 24px;
	letter-spacing: 1px;
	transition: background-color 400ms 10ms;
	height: 60px
}

.mainMenu .mainLink a.menu-item-candidat img {
	max-width: 46px
}

.mainMenu .mainLink a.menu-item-locataire img {
	max-width: 60px
}

.mainMenu .mainLink a span,
.mainMenu .mainLink a img {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

@media (max-width: 992px) {

	.mainMenu .mainLink a span,
	.mainMenu .mainLink a img {
		margin-left: 10px
	}
}

.mainMenu .mainLink a.active {
	background-color: rgba(243, 213, 50, 0.3);
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

@media (max-width: 992px) {
	.mainMenu .mainLink a.active {
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px
	}
}

.mainMenu .mainLink:first-child {
	margin-left: 0
}

.mainMenu .mainLink:last-child {
	margin-right: 0
}

.mainMenu .mainLink:last-child .wrapper-items.active .space-bottom-link {
	background-color: #00B1B2
}

@media (max-width: 992px) {
	.mainMenu .mainLink:last-child .wrapper-items.active .space-bottom-link {
		background-color: transparent
	}
}

@media (max-width: 992px) {
	.mainMenu .mainLink:last-child {
		margin-left: 0
	}
}

.mainMenu .mainLink:last-child a {
	background-color: #00B1B2;
	color: #fff
}

.main-submenu-container {
	padding: 0px 20px
}

.main-submenu-container.contact-page .main-submenu .main-submenu-item a .icons {
	color: #fff
}

.main-submenu-container.contact-page .main-submenu .main-submenu-item a .title {
	color: #fff
}

@media (max-width: 992px) {
	.main-submenu-container.contact-page .main-submenu .main-submenu-item a .title {
		color: #113955
	}
}

.page-template-page-locataire .main-submenu-container.contact-page .main-submenu .main-submenu-item .icons {
	color: green
}

.main-submenu {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-width: 1200px;
	width: 100%;
	padding: 18px 10% 18px 10%;
	margin: 0 auto;
	border-radius: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width: 1056px) {
	.main-submenu {
		border-top-right-radius: 0px
	}
}

@media (max-width: 992px) {
	.main-submenu {
		margin: 38px 0 20px 0;
		display: block;
		padding: 0px 20px;
		background-color: transparent !important
	}
}

@media (max-width: 992px) {
	.main-submenu {
		margin: 38px 0 20px 0;
		display: block;
		padding: 0px 20px;
		background-color: transparent !important
	}
}

.main-submenu .main-submenu-item a {
	padding: 0px 10px;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 8px
}

@media (max-width: 992px) {
	.main-submenu .main-submenu-item a {
		padding: 3px
	}
}

@media (max-width: 992px) {
	.main-submenu .main-submenu-item a {
		display: block
	}

	.main-submenu .main-submenu-item a img {
		display: none
	}
}

.main-submenu .main-submenu-item a .icons {
	transition: color 200ms ease;
	font-size: 66px;
	color: #113955
}

@media (max-width: 992px) {
	.main-submenu .main-submenu-item a .icons {
		display: none
	}
}

.main-submenu .main-submenu-item a .icons:hover {
	color: #FFD975
}

.main-submenu .main-submenu-item a .title {
	transition: color 200ms ease;
	margin-top: 10px;
	font-size: 16px;
	color: #113955;
	font-weight: 600;
	text-transform: uppercase;
	max-width: 180px;
	text-align: center
}

.main-submenu .main-submenu-item a .title:hover {
	color: #FFD975
}

@media (max-width: 992px) {
	.main-submenu .main-submenu-item a .title {
		margin-top: 10px;
		max-width: 100%;
		text-align: left
	}
}

.main-submenu .main-submenu-item a:hover .icons,
.main-submenu .main-submenu-item a:hover .title {
	color: #00B1B2
}

.main-submenu .main-submenu-item a.contact-page:hover .icons,
.main-submenu .main-submenu-item a.contact-page:hover .title {
	color: #113955
}

.burger-icon {
	width: 30px;
	height: 30px;
	fill: #113955
}

.burger-rect {
	x: 0;
	rx: 0px;
	width: 100%;
	height: 1px;
	height: 0.7px
}

.burger-rect-1 {
	y: 0
}

.burger-rect-2 {
	y: 3px
}

.burger-rect-3 {
	y: 6px
}

[aria-expanded="true"] .burger-rect-1 {
	y: 3px;
	rotate: 45deg
}

[aria-expanded="true"] .burger-rect-2 {
	opacity: 0
}

[aria-expanded="true"] .burger-rect-3 {
	y: 3px;
	rotate: -45deg
}

@media (prefers-reduced-motion: no-preference) {
	.burger-rect {
		-ms-transform-origin: center;
		transform-origin: center;
		transition: y 0.2s 0.2s, opacity 0.2s, rotate 0.2s
	}

	[aria-expanded="true"] .burger-rect {
		transition: y 0.2s, opacity 0.2s, rotate 0.2s 0.2s
	}
}

.burger-button {
	border: 0;
	padding: 0;
	line-height: 0;
	background: transparent;
	cursor: pointer
}

.burger-button:focus-visible,
.navigation-link:focus-visible {
	outline: 2px dashed hotpink;
	outline-offset: 4px
}

svg {
	overflow: visible
}

svg * {
	transform-box: fill-box
}

#burger #icon {
	width: 60px;
	height: 45px;
	cursor: pointer;
	transform: translate3d(0, 0, 0)
}

#burger #icon path {
	fill: none;
	transition: stroke-dashoffset .5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray .5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	stroke-width: 30px;
	stroke-linecap: round;
	stroke: #113955;
	stroke-dashoffset: 0px
}

#burger #icon path#top,
#burger #icon path#bottom {
	stroke-dasharray: 240px 950px
}

#burger #icon path#middle {
	stroke-dasharray: 240px 240px
}

#burger.active path#top,
#burger.active path#bottom {
	stroke-dashoffset: -650px;
	stroke-dashoffset: -650px
}

#burger.active path#middle {
	stroke-dashoffset: -240px;
	stroke-dasharray: 1px 220px
}

.footer {
	margin-top: 96px;
	background-color: #113955
}

.footer .wrapper {
	max-width: 1256px;
	margin-left: auto;
	margin-right: auto;
	padding: 49px 20px 46px 20px
}

@media (max-width: 768px) {
	.footer .wrapper {
		padding: 24px 20px
	}
}

.footer .footer-1 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width: 768px) {
	.footer .footer-1 {
		display: block
	}

	.footer .footer-1 .logo img {
		max-width: 136px
	}
}

.footer .footer-1 .contact-cta {
	font-weight: 800;
	color: white;
	background-color: #00B1B2;
	border-radius: 10px;
	height: 30px;
	font-size: 16px;
	text-transform: uppercase;
	padding: 20px 25px;
	max-width: -moz-fit-content;
	max-width: fit-content;
	border-radius: 100px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all 0.2s ease
}

@media (max-width: 768px) {
	.footer .footer-1 .contact-cta {
		margin-top: 44px
	}
}

.footer .footer-1 .contact-cta:hover {
	color: #113955;
	background-color: white
}

.footer .footer-2 {
	margin-top: 40px
}

.footer .footer-2 ul {
	list-style-type: none;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer .footer-2 ul>li {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	margin-bottom: 16px;
	padding-right: 14px
}

@media (max-width: 992px) {
	.footer .footer-2 ul>li {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%
	}
}

@media (max-width: 768px) {
	.footer .footer-2 ul>li {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
}

@media (max-width: 480px) {
	.footer .footer-2 ul>li {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.footer .footer-2 ul>li>ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.footer .footer-2 ul>li>ul li {
	margin: 4px 0px
}

.footer .footer-2 ul>li>ul a {
	color: #b5c3cd;
	font-weight: 300
}

.footer .footer-2 a {
	color: white
}

.footer .footer-2 a:hover {
	text-decoration: underline
}

.footer .footer-2 .label {
	color: white;
	text-transform: uppercase;
	margin-bottom: 7px
}

.footer .footer-2 .address {
	color: #b5c3cd;
	margin-bottom: 26px
}

.footer .footer-2 .see-map {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.footer .footer-2 .see-map a {
	text-transform: lowercase;
	color: #00B1B2;
	text-decoration: underline;
	font-weight: 300
}

.footer .footer-2 .see-map a:hover {
	text-decoration: none
}

.footer .footer-2 .see-map .icon {
	color: #00B1B2;
	font-size: 34px
}

.footer .footer-3 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

@media (max-width: 480px) {
	.footer .footer-3 {
		display: block
	}
}

@media (max-width: 480px) {
	.footer .footer-3 .menu-other {
		margin-bottom: 30px
	}
}

.footer .footer-3 .menu-other li {
	margin-bottom: 5px
}

.footer .footer-3 .menu-other li a {
	text-transform: uppercase;
	color: white
}

.footer .footer-3 .socials {
	display: block
}

@media (max-width: 480px) {
	.footer .footer-3 .socials {
		margin-bottom: 35px
	}
}

.footer .footer-3 .socials .follow__us {
	font-size: 16px;
	font-weight: 400
}

.footer .footer-3 .socials .socials__menu {
	margin-top: 12px
}

.footer .footer-3 .socials a {
	color: white;
	font-size: 20px
}

.footer .footer-3 .socials a:hover {
	color: #00B1B2
}

.footer .footer2 {
	background-color: #b5c3cd
}

.footer .footer2 .wrapper {
	max-width: 1256px;
	margin-left: auto;
	margin-right: auto;
	padding: 16px 20px 16px 20px
}

.footer .footer2 nav ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: left;
	justify-content: left
}

@media (max-width: 768px) {
	.footer .footer2 nav ul {
		display: block
	}
}

.footer .footer2 nav ul li {
	font-weight: 300
}

@media (max-width: 768px) {
	.footer .footer2 nav ul li:not(:nth-child(1)) {
		margin-top: 6px
	}
}

.footer .footer2 nav ul li:not(:nth-child(1)):before {
	font-size: 0.7em;
	margin: 0 4px;
	content: "\2014"
}

@media (max-width: 768px) {
	.footer .footer2 nav ul li:not(:nth-child(1)):before {
		display: none
	}
}

.footer .footer2 nav ul li a {
	text-decoration: underline
}

.footer .footer2 nav ul li a:hover {
	text-decoration: none
}

.menu-mobile-opened .socials.header {
	border-radius: 15px 15px 0 0;
	padding: 0 45px;
	text-align: center;
	width: 100%
}

.socials {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0
}

.socials.header {
	background-color: #113955;
	color: #fff;
	height: 45px;
	border-radius: 0 0 15px 15px;
	padding: 0 65px
}

.socials.header ul a {
	color: #fff
}

.socials.footer ul a {
	color: #113955
}

.socials.footer.menu {
	border: solid 2px rgba(17, 57, 85, 0.1);
	height: 45px;
	border-radius: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px 0 0 0
}

.socials .follow__us {
	text-transform: uppercase;
	color: #fff;
	font-size: .65em;
	font-weight: 800;
	margin: 0 15px 0 0
}

.socials ul a {
	color: #fff;
	text-decoration: none;
	margin: 0 12px 0 0;
	font-size: .9em;
	transition: color .3s ease
}

.socials ul a:last-child {
	margin: 0
}

.socials ul a:hover {
	color: #00B1B2
}

.home .cta {
	text-transform: none;
	font-weight: 400
}

.home__slider {
	margin: 60px 0 0 0
}

@media (max-width: 992px) {
	.home__slider {
		margin: 30px 0 0 0
	}
}

.home__slider .inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.home__slider .glide {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column
}

.home__slider .glide__track {
	border-radius: 30px
}

@media (max-width: 992px) {
	.home__slider .glide__track {
		border-radius: 15px
	}
}

.home__slider .glide__slide {
	height: 500px;
	background-color: #113955;
	position: relative
}

@media (max-width: 768px) {
	.home__slider .glide__slide {
		height: 280px
	}
}

.home__slider .glide__slide--content {
	height: 368px;
	width: 535px;
	padding: 30px 40px;
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 4%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start
}

.home__slider .glide__slide--content h2 {
	color: #fff;
	font-size: 48px;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-family: Dosis, sans-serif;
	color: #113955;
	height: 200px
}

@media (max-width: 768px) {
	.home__slider .glide__slide--content {
		height: 265px;
		width: 280px;
		padding: 10px 20px
	}

	.home__slider .glide__slide--content h2 {
		text-transform: none;
		font-size: 1.85em;
		line-height: 1.2;
		margin-bottom: 20px
	}
}

.home__slider .glide__arrows {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 52px
}

@media (max-width: 1280px) {
	.home__slider .glide__arrows {
		position: relative;
		top: -5px;
		-ms-transform: translateY(0);
		transform: translateY(0);
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 25px 0 0 0
	}
}

@media (max-width: 1280px) {
	.home__slider .glide__arrow--left {
		margin: 0 20px 0 0
	}
}

@media (min-width: 1280px) {

	.home__slider .glide__arrow--left,
	.home__slider .glide__arrow--right {
		position: absolute
	}

	.home__slider .glide__arrow--left {
		left: -10%
	}

	.home__slider .glide__arrow--right {
		right: -10%
	}
}

.home__title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 100px 0 60px 0
}

@media (max-width: 768px) {
	.home__title {
		margin: 50px 0 30px 0;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.home__title .title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 350px
}

.home__title .title i {
	color: #00B1B2;
	font-size: 2.5em;
	margin: 0 20px 0 0
}

.home__title .title h3 {
	color: #113955;
	font-weight: 900;
	font-size: 2em;
	line-height: 1;
	margin: 0;
	text-transform: uppercase
}

.home__title .bloc {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%
}

.home__title .bloc .line {
	height: 1px;
	width: 30%;
	background-color: rgba(17, 57, 85, 0.2)
}

.home__title .bloc .cta {
	margin: 0 0 0 25px
}

@media (max-width: 768px) {
	.home__title .title {
		max-width: 75%
	}

	.home__title .title i {
		font-size: 1.5em
	}

	.home__title .title h3 {
		font-size: 1.5em
	}

	.home__title .bloc {
		display: none;
		margin: 20px 0 0 0;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.home__title .bloc .line {
		display: none
	}

	.home__title .bloc .cta {
		margin: 0 0 0 45px
	}
}

.home__actu {
	-ms-flex-direction: column;
	flex-direction: column
}

.home__actu__last {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start
}

@media (max-width: 992px) {
	.home__actu__last {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.home__actu__last--featured {
	width: 48.5%;
	position: relative;
	padding: 50px 0
}

@media (max-width: 992px) {
	.home__actu__last--featured {
		width: 100%;
		padding: 0
	}
}

.home__actu__last--featured:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: -100%;
	height: 100%;
	width: 180%;
	border-radius: 30px;
	background-color: #FFEDBF
}

@media (max-width: 992px) {
	.home__actu__last--featured:before {
		top: 20%;
		right: 0;
		height: 75%;
		width: calc(100% + 40px);
		border-radius: 0;
		left: -20px
	}
}

.home__actu__last--featured .content {
	display: -ms-flexbox;
	display: flex
}

@media (max-width: 992px) {
	.home__actu__last--featured .content {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.home__actu__last--featured .content .info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	width: calc(100% - 250px);
	padding: 15px 60px 15px 0
}

@media (max-width: 768px) {
	.home__actu__last--featured .content .info {
		width: 100%;
		padding: 20px 45px 20px 20px
	}
}

.home__actu__last--featured .content .info .date {
	color: #113955;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 20px;
	letter-spacing: 1px
}

.home__actu__last--featured .content .info h4 {
	color: #113955;
	font-size: 1.9em;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px 0;
	text-transform: none
}

@media (max-width: 768px) {
	.home__actu__last--featured .content .info h4 {
		font-size: 1.3em
	}
}

.home__actu__last--featured .content .info p {
	margin-bottom: 30px
}

.home__actu__last--featured .content .thumbnail {
	width: 250px;
	border-radius: 15px;
	overflow: hidden
}

@media (max-width: 992px) {
	.home__actu__last--featured .content .thumbnail {
		width: 100%;
		height: 200px
	}
}

.home__actu__last--other {
	width: 48.5%;
	padding: 50px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width: 992px) {
	.home__actu__last--other {
		display: none;
		width: 100%;
		padding: 30px 0 0 0
	}

	.home__actu__last--other .other__post {
		margin: 0 0 25px 0
	}
}

.home__actu__mobile--cta {
	display: none;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 20px 0 0 0
}

@media (max-width: 768px) {
	.home__actu__mobile--cta {
		display: -ms-flexbox;
		display: flex
	}
}

.home__logement {
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: visible
}

.home__logement--container {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 80px 0 70px 0
}

@media (max-width: 768px) {
	.home__logement--container {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0px 0 50px 0
	}
}

.home__logement--container.video {
	-ms-flex-align: start;
	align-items: flex-start
}

.home__logement--container:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: -115%;
	height: 100%;
	width: 180%;
	border-radius: 30px;
	background-color: #FFEDBF
}

@media (max-width: 768px) {
	.home__logement--container:before {
		top: 25%;
		right: -20px;
		height: 75%;
		width: calc(100% + 40px);
		border-radius: 0
	}
}

.home__logement__mobile--cta {
	position: absolute;
	display: none
}

@media (max-width: 768px) {
	.home__logement__mobile--cta {
		display: block;
		bottom: -15px;
		left: 10px
	}
}

.home__logement--media {
	width: 48.5%;
	border-radius: 0 30px;
	overflow: hidden;
	position: relative
}

@media (max-width: 768px) {
	.home__logement--media {
		width: 100%;
		height: auto
	}
}

.home__logement--media video {
	width: 100%;
	border-radius: 0 30px
}

.home__logement--media a {
	display: block;
	border-radius: 0 30px;
	position: relative
}

.home__logement--media a:after {
	content: "\E81D";
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(17, 57, 85, 0.5);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "icons";
	font-size: 4em;
	color: #00B1B2;
	transition: transform 0.3s ease
}

.home__logement--media a:hover:after {
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}

.home__logement--content {
	width: 48.5%;
	padding: 5% 10% 3% 5%
}

@media (max-width: 768px) {
	.home__logement--content {
		width: 100%;
		padding: 10% 10% 3% 5%
	}
}

.home__logement--content h6 {
	color: #113955;
	font-size: 2em;
	line-height: 1.2;
	font-weight: 700;
	text-transform: none
}

@media (max-width: 768px) {
	.home__logement--content h6 {
		font-size: 1.3em
	}
}

.chantiers {
	-ms-flex-direction: column;
	flex-direction: column
}

.chantiers__container {
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.chantiers .glide {
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 100px)
}

@media (max-width: 768px) {
	.chantiers .glide {
		width: 100%
	}
}

.chantiers .glide__track {
	width: 100%
}

.chantiers .glide__arrows--container {
	width: 50px;
	margin: 0 0 0 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 768px) {
	.chantiers .glide__arrows--container {
		display: none
	}
}

.chantiers .glide__arrow--left {
	margin-bottom: 30px
}

.chantiers .glide__slide {
	border-radius: 15px;
	overflow: hidden;
	background-color: #FFEDBF;
	transition: transform 0.3s ease
}

@media (max-width: 768px) {
	.chantiers .glide__slide {
		direction: ltr
	}
}

.chantiers .glide__slide--image {
	height: 200px;
	border-radius: 0
}

.chantiers .glide__slide--content {
	padding: 40px 65px 60px 60px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start
}

@media (max-width: 768px) {
	.chantiers .glide__slide--content {
		text-align: left;
		padding: 25px 40px 30px 30px
	}
}

.chantiers .glide__slide--content h6 {
	font-size: 1.7em;
	line-height: 1;
	color: #113955;
	font-weight: 700;
	margin: 0 0 20px;
	text-transform: none
}

@media (max-width: 992px) {
	.chantiers .glide__slide--content h6 {
		font-size: 1.2em
	}
}

.chantiers .glide__slide--content p {
	min-height: 70px;
	margin-bottom: 25px
}

.chantiers .glide__slide:hover {
	-ms-transform: scale(0.95);
	transform: scale(0.95)
}

.homeBloc {
	margin-top: 44px
}

.titleGlobal {
	margin-bottom: 20px
}

.homeBlocTitleMore {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width: 768px) {
	.homeBlocTitleMore {
		display: block
	}
}

.homeBlocTitleMore .see-more {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	margin-right: 60px
}

.homeBlocTitle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.homeBlocTitle .icons {
	color: #113955;
	font-size: 50px;
	margin-top: 4px;
	margin-right: 8px
}

@media (max-width: 768px) {
	.homeBlocTitle .icons {
		font-size: 38px;
		margin-top: 3px
	}
}

.homeBlocTitle h3 {
	margin: 0 0;
	font-weight: 500;
	font-size: 36px;
	font-family: Dosis, sans-serif
}

@media (max-width: 768px) {
	.homeBlocTitle h3 {
		font-size: 24px;
		margin: 25px 0
	}
}

.chantiers {
	padding-top: 10px
}

.newsBloc {
	background-color: rgba(17, 57, 85, 0.1)
}

.newsBloc .wrapper {
	max-width: 1256px;
	margin-left: auto;
	margin-right: auto;
	padding: 26px 20px 46px 20px
}

.newsBloc .newsContainer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: start;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.newsBloc .newsContainer .newsItem {
	border-radius: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 430px;
	width: 49%
}

@media (max-width: 992px) {
	.newsBloc .newsContainer .newsItem {
		width: 100%
	}
}

@media (max-width: 992px) {
	.newsBloc .newsContainer .newsItem:last-child {
		display: none
	}
}

.newsBloc .newsContainer .newsItem .filter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 15px;
	transition: background-color 200ms ease;
	background-color: rgba(17, 57, 85, 0.4);
	height: 100%;
	width: 100%
}

.newsBloc .newsContainer .newsItem .filter:hover {
	background-color: rgba(17, 57, 85, 0.1)
}

.newsBloc .newsContainer .newsItem .filter .top {
	margin-left: 8%
}

.newsBloc .newsContainer .newsItem .filter .top .cat {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAABbCAYAAAAoTziFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAI3SURBVHgB7dhdbhJRGIfx9z2dGxMhdgd42UYT6AbsEnQH3YG6AsMK1BXYrkC7AmEDhajVW3ZQUm78IOd4Bgt5JEVJlRY6/1/CfIeLJ2fOwPjo814ysbHH+8FkRjFAMUAxQDFAMUAxQDFAMUAxQDFAMUAxQDFAMUAxQDFAMUAxQDFAMUAxQDFAMUAxQDFAMUAxQDFAMUAxQDFAMUAxQDFAMUAxQDFAMUAxQDFAMUAxQDFAMUAxQDFAMUAxQDFAMUAxQDFAMUAxQDFAMUAxQDFAMUAxQDFAMUAxpr7aUDEubLf6inFhWC4UI0spdcu1YmQhpLeTtYn9MNPIKLnb4fZOf1BuF1Zhea4Yjj21p/uVjhHc2/Wd3mC2b1UV7fXd3ZNXPFTJGMnSUe3BybP545WL4WbP67u9g8vOVShG6oxjbM3fGnSrJ9DyaeHJjyzFd7WH/c7fri/yDTTMY+ee3RIMUF8iAJUjY5A/TdtgeUIcePTjqwSgIibrBt+8GJMA5QiIsfMvAagIuWaeR5/aBlhFAPJyMTrdO1vXeYMBaisIQJOnSUyxHTy8tDWx6hGwiE83RqetXv4Ld2Nzx3WOgEVmvzPGIT0poveu83a5qRGwiHPn/FPzwEN4YyuVOpa8W3yPh3dav94jrAufP3D+ofnYt3KQ/zpC1jcA+WUHz740G1vJ37t5w65sMwKQ/+lkedvkNyAvlo+yeQHIl7lo9LG5H0PYD54eJbPG71/g/fxw7hTf7HgTA9BPOFfQXk1/gtQAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	width: 66px;
	height: 91px
}

@media (max-width: 768px) {
	.newsBloc .newsContainer .newsItem .filter .top .cat {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABFCAYAAAAIGLXIAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFwSURBVHgB7dZNTsJQFIbh77R14IBEdsDUqElhBS7BHag7cAfQJbgD3IE7EDYAHSBT2YEETIwiPbYakhuiCYS/7zbnGfR/cN7ctKlMhw2F5zJFEqAkLISNhbCxEDYWwsZC2FgIGwthYyFsLISNhbCxEDYWwsZC2FgIGwthYyFsLISNhbCxEDYWwsZC2FgIGwthYyFsShEShVm/FCGf7+h6HyKCdrWejr0PmSFLir3fIYqkepqOikN/QzLcV856rcWpnyH5SlTOe3fupQhe0Q7mmlQu0s7yHQ9C8uGhj18feCi+Tv89FSkwEqAGKqsN78pDtCuQGg5u/eFdUTDXNkK5xkFsNrxLis1kWH/Z36psb3jXz8suc73NV+UJO7Ob4V2yOJg+N1r5WRNbs/vhXeKebB6z3+FdsnxhMohvEEhz9XfmcMO75K+Lr/34JDzClQTF10wu3XuqOs5/nVOG4V2yykNvgzgu9uEM4+P6798mm2+UOJJJ8RgmjQAAAABJRU5ErkJggg==);
		width: 50px;
		height: 68px
	}
}

.newsBloc .newsContainer .newsItem .filter .top .cat .icon {
	margin-bottom: 14px;
	font-size: 46px
}

@media (max-width: 768px) {
	.newsBloc .newsContainer .newsItem .filter .top .cat .icon {
		font-size: 30px
	}
}

.newsBloc .newsContainer .newsItem .filter .bottom {
	margin-bottom: 30px;
	margin-left: 11%;
	margin-right: 21%;
	color: white
}

.newsBloc .newsContainer .newsItem .filter .bottom .date {
	margin-bottom: 10px;
	font-size: 14px
}

.newsBloc .newsContainer .newsItem .filter .bottom .title {
	font-size: 36px;
	text-transform: capitalize
}

@media (max-width: 768px) {
	.newsBloc .newsContainer .newsItem .filter .bottom .title {
		font-size: 26px
	}
}

.newsBloc .newsContainer .newsItem .filter .bottom .news-cta {
	font-weight: 300;
	margin-top: 20px;
	color: #113955;
	background-color: white;
	border-radius: 10px;
	height: 30px;
	font-size: 16px;
	padding: 20px 25px;
	max-width: -moz-fit-content;
	max-width: fit-content;
	border-radius: 100px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all 0.2s ease
}

.newsBloc .newsContainer .newsItem .filter .bottom .news-cta:hover {
	color: white;
	background-color: #113955
}

.contactBloc {
	max-width: 1256px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px
}

@media (max-width: 1280px) {
	.contactBloc {
		margin-top: 10px
	}
}

.contactBloc .contactContainer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width: 992px) {
	.contactBloc .contactContainer {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.contactBloc .contactContainer .part1 {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: white;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
	background-color: #113955;
	width: 40%;
	padding: 40px 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (max-width: 992px) {
	.contactBloc .contactContainer .part1 {
		border-bottom-left-radius: 0px;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		width: 100%
	}
}

@media (max-width: 768px) {
	.contactBloc .contactContainer .part1 {
		padding: 30px 30px
	}
}

.contactBloc .contactContainer .part1 .contactSection {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 26px
}

@media (max-width: 768px) {
	.contactBloc .contactContainer .part1 .contactSection {
		margin-bottom: 10px
	}
}

.contactBloc .contactContainer .part1 .contactSection button,
.contactBloc .contactContainer .part1 .contactSection a {
	font-size: 36px;
	text-transform: uppercase;
	background-color: transparent;
	border: none;
	font-family: Dosis, sans-serif;
	color: white
}

@media (max-width: 768px) {

	.contactBloc .contactContainer .part1 .contactSection button,
	.contactBloc .contactContainer .part1 .contactSection a {
		font-size: 24px
	}
}

.contactBloc .contactContainer .part1 .contactSection .icons {
	font-size: 46px;
	margin-right: 20px
}

@media (max-width: 768px) {
	.contactBloc .contactContainer .part1 .contactSection .icons {
		margin-right: 15px;
		font-size: 32px
	}
}

.contactBloc .contactContainer .part1 .contactSection:hover button,
.contactBloc .contactContainer .part1 .contactSection:hover a,
.contactBloc .contactContainer .part1 .contactSection:hover .icons,
.contactBloc .contactContainer .part1 .contactSection.active button,
.contactBloc .contactContainer .part1 .contactSection.active a,
.contactBloc .contactContainer .part1 .contactSection.active .icons {
	color: #00B1B2;
	font-weight: 800
}

.contactBloc .contactContainer .part2 {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	background-color: rgba(0, 177, 178, 0.2);
	width: 60%
}

@media (max-width: 992px) {
	.contactBloc .contactContainer .part2 {
		border-top-right-radius: 0px;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
		width: 100%
	}
}

.contactBloc .contactContainer .part2 .contact-1 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.glide {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.glide__arrow {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0
}

i.icon-arrow_right,
i.icon-arrow_left,
.glightbox-clean button.gbtn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 2px solid #113955;
	background-color: transparent;
	color: #113955;
	box-shadow: none;
	transition: color ease .3s,
		background-color ease .3s,
		border ease .3s,
		box-shadow ease .3s
}

i.icon-arrow_right:hover,
i.icon-arrow_left:hover,
.glightbox-clean button.gbtn:hover {
	background-color: #113955;
	color: #fff;
	border: 2px solid transparent
}

i.icon-arrow_right.invert,
i.icon-arrow_left.invert,
.glightbox-clean button.gbtn.invert {
	background-color: #113955;
	color: #fff;
	border: 2px solid transparent
}

i.icon-arrow_right.invert:hover,
i.icon-arrow_left.invert:hover,
.glightbox-clean button.gbtn.invert:hover {
	color: #113955;
	border: 2px solid #113955;
	background-color: transparent;
	box-shadow: none
}

.general-phone {
	color: #113955;
	width: 100%;
	background-color: rgba(0, 177, 178, 0.2);
	border-spacing: 0;
	border-collapse: collapse
}

.general-phone.general-phone-desktop {
	display: table
}

@media (max-width: 768px) {
	.general-phone.general-phone-desktop {
		display: none
	}
}

.general-phone.general-phone-mobile {
	display: none
}

.general-phone.general-phone-mobile .day {
	text-align: left;
	padding-left: 30px
}

@media (max-width: 768px) {
	.general-phone.general-phone-mobile {
		display: table
	}
}

.general-phone .day {
	text-transform: uppercase;
	font-weight: bold
}

.general-phone .bg-1 {
	background-color: rgba(0, 177, 178, 0.2)
}

.general-phone tr td {
	text-align: center;
	width: 16.5%;
	padding: 10px;
	border-top: 0.2px solid rgba(17, 57, 85, 0.2)
}

.general-phone tr:last-child {
	border-bottom: 0.2px solid rgba(17, 57, 85, 0.2)
}

.general-phone .pictos {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}

.general-phone.general-phone-desktop tr td.day {
	padding-top: 24px
}

.pictos-services {
	color: #113955;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin-top: 24px;
	margin-left: 7px;
	line-height: 20px
}

@media (max-width: 992px) {
	.pictos-services {
		margin-left: 25px
	}
}

.pictos-services>div {
	-ms-flex: 1 1 200px;
	flex: 1 1 200px;
	margin-bottom: 20px
}

.pictos-services>div img {
	margin-bottom: 12px
}

.pictos-services .phone .services {
	font-weight: 600;
	text-transform: uppercase
}

.pictos-services .blue .services {
	font-weight: 600;
	text-transform: uppercase
}

.pictos-services .green {
	color: #00a15a
}

.pictos-services .green .services {
	font-weight: 600;
	text-transform: uppercase
}

.pictos-services .orange {
	font-weight: 600;
	color: #ec5b25
}

.pictos-services .orange .services {
	text-transform: uppercase
}

.page-candidat .phone-block {
	background-color: rgba(0, 177, 178, 0.2)
}

.page-candidat .guichet-block {
	background-color: rgba(0, 177, 178, 0.2)
}

.page-candidat .cta,
.home .cta {
	font-size: 16px;
	line-height: 0.8;
	padding: 13px 18px;
	font-weight: 500
}

.page-candidat .phone-block,
.home .phone-block {
	color: #113955;
	width: 100%
}

.page-candidat .phone-block .content,
.home .phone-block .content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 29px 54px
}

@media (max-width: 1280px) {

	.page-candidat .phone-block .content,
	.home .phone-block .content {
		padding: 20px
	}
}

@media (max-width: 768px) {

	.page-candidat .phone-block .content,
	.home .phone-block .content {
		padding: 20px;
		display: block
	}
}

.page-candidat .phone-block .cta-wrapper,
.home .phone-block .cta-wrapper {
	margin: 15px 0;
	margin-bottom: 36px
}

.page-candidat .phone-block .cta-wrapper .cta,
.home .phone-block .cta-wrapper .cta {
	width: -moz-fit-content;
	width: fit-content
}

.page-candidat .phone-block .timetable,
.home .phone-block .timetable {
	width: 50%
}

@media (max-width: 1280px) {

	.page-candidat .phone-block .timetable,
	.home .phone-block .timetable {
		width: 50%
	}
}

@media (max-width: 768px) {

	.page-candidat .phone-block .timetable,
	.home .phone-block .timetable {
		width: inherit
	}
}

.page-candidat .phone-block .timetable table,
.home .phone-block .timetable table {
	width: 100%
}

.page-candidat .phone-block .timetable table tr td,
.home .phone-block .timetable table tr td {
	width: 55%
}

.page-candidat .phone-block .timetable table tr td:first-child,
.home .phone-block .timetable table tr td:first-child {
	width: 45%
}

.page-candidat .phone-block .timetable table tr td:last-child,
.home .phone-block .timetable table tr td:last-child {
	text-align: right
}

.page-candidat .phone-block .day,
.home .phone-block .day {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(17, 57, 85, 0.2);
	border-bottom: 0.2px solid rgba(17, 57, 85, 0.2);
	font-weight: 400
}

.page-candidat .phone-block .day:first-child,
.home .phone-block .day:first-child {
	padding-top: 0px
}

.page-candidat .phone-block .day .day-name,
.home .phone-block .day .day-name {
	text-transform: uppercase;
	text-align: start
}

.page-candidat .guichet-block .content,
.home .guichet-block .content {
	padding: 29px 54px
}

.page-candidat .formulaire-block,
.home .formulaire-block {
	background-color: rgba(0, 177, 178, 0.2)
}

.page-candidat .formulaire-block .content,
.home .formulaire-block .content {
	padding: 29px 54px
}

@media (max-width: 1280px) {

	.page-template-page-contact .guichet-block .content,
	.page-template-page-contact .formulaire-block .content {
		padding: 20px
	}
}

@media (max-width: 768px) {

	.page-template-page-contact .guichet-block .content,
	.page-template-page-contact .formulaire-block .content {
		padding: 20px
	}
}

.blue {
	color: #113955
}

.blue .highlight {
	background-color: rgba(0, 177, 178, 0.25);
	padding: 0 4px;
	margin: 1px 0;
	display: inline-block
}

.green {
	color: #00a15a
}

.green .highlight {
	background-color: rgba(0, 160, 90, 0.25);
	padding: 0 4px;
	margin: 1px 0;
	display: inline-block
}

.orange {
	color: #eb5b25
}

.orange .highlight {
	background-color: rgba(235, 91, 37, 0.25);
	padding: 0 4px;
	margin: 1px 0;
	display: inline-block
}

@media (max-width: 1280px) {
	.guichet-block .content {
		padding: 20px
	}
}

@media (max-width: 768px) {
	.guichet-block .content {
		padding: 20px
	}
}

.guichet-block .content .columns {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width: 768px) {
	.guichet-block .content .columns {
		display: block
	}
}

.guichet-block .content .columns .content-item {
	width: 50%;
	margin-bottom: 23px
}

@media (max-width: 768px) {
	.guichet-block .content .columns .content-item {
		width: 100%
	}

	.guichet-block .content .columns .content-item:last-child {
		margin-top: 30px
	}
}

.guichet-block .content .columns .content-item:first-child {
	padding-right: 4%
}

.guichet-block .content .columns .content-item .address .block1 {
	min-height: 86px
}

.guichet-block .content .columns .content-item .address .title {
	text-transform: uppercase;
	font-weight: 700
}

.guichet-block .guichet-blue,
.guichet-block .guichet-green,
.guichet-block .guichet-orange {
	margin-top: 36px;
	margin-bottom: 10px
}

.guichet-block .guichet-blue .schedules,
.guichet-block .guichet-green .schedules,
.guichet-block .guichet-orange .schedules {
	margin-top: 20px
}

.guichet-block .guichet-blue .schedules table,
.guichet-block .guichet-green .schedules table,
.guichet-block .guichet-orange .schedules table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%
}

.guichet-block .guichet-blue .schedules table .day,
.guichet-block .guichet-green .schedules table .day,
.guichet-block .guichet-orange .schedules table .day {
	text-transform: uppercase
}

.guichet-block .guichet-blue .schedules table .periods,
.guichet-block .guichet-green .schedules table .periods,
.guichet-block .guichet-orange .schedules table .periods {
	text-align: right
}

.guichet-block .guichet-blue .schedules table tr,
.guichet-block .guichet-green .schedules table tr,
.guichet-block .guichet-orange .schedules table tr {
	padding: 4px 0px
}

.guichet-block .guichet-blue .schedules table tr td,
.guichet-block .guichet-green .schedules table tr td,
.guichet-block .guichet-orange .schedules table tr td {
	vertical-align: top;
	border-bottom: 0.2px solid rgba(17, 57, 85, 0.2);
	padding: 6px 0px
}

.guichet-block .guichet-blue .services,
.guichet-block .guichet-green .services,
.guichet-block .guichet-orange .services {
	margin-top: 8px;
	font-weight: 700;
	text-transform: uppercase
}

.cta-rdv {
	margin-top: 23px;
	background-color: #ec5b25;
	transition: background-color 250ms ease;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 20px
}

.cta-rdv:hover {
	background-color: rgba(235, 91, 37, 0.9);
	cursor: pointer
}

.cta-rdv a {
	color: white;
	font-size: 16px;
	font-weight: 400;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 0.8;
	padding: 13px 18px
}

.map a {
	width: -moz-fit-content;
	width: fit-content;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.map a .icon {
	font-size: 30px
}

.map a:hover span:last-child {
	text-decoration: underline
}

.form-container .step-content {
	display: none
}

.form-container .step-content.active {
	display: block
}

.breadcrumbs {
	padding: 35px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center
}

.breadcrumbs span:first-child span span {
	display: none
}

.breadcrumbs__container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.breadcrumbs__link,
.breadcrumbs__current {
	font-size: .9em;
	color: #113955;
	font-weight: 700
}

.breadcrumbs__link i,
.breadcrumbs__current i {
	font-size: 1.2em
}

.breadcrumbs__link {
	transition: color .3s ease
}

.breadcrumbs__link:hover {
	color: #00B1B2
}

.breadcrumbs__current {
	font-weight: 400
}

.breadcrumbs__separator {
	margin: 0 15px;
	color: #113955
}

.breadcrumbs__separator i {
	font-size: .8em
}

@media (max-width: 768px) {
	.breadcrumbs {
		width: 100%;
		display: inline-block
	}

	.breadcrumbs__separator {
		margin: 0 10px
	}

	.breadcrumbs>span {
		display: inline-block;
		margin-bottom: 5px
	}
}

.actualite {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column
}

.actualite__posts {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start
}

.actualite__posts .other__post {
	width: 19%;
	margin-bottom: 30px
}

.actualite__pagination {
	margin: 40px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.actualite__pagination--links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.actualite__pagination--links a,
.actualite__pagination--links span {
	color: #113955;
	margin: 0 5px
}

.actualite__pagination--links a.current,
.actualite__pagination--links span.current {
	font-weight: 900;
	width: 25px;
	height: 25px;
	border: 1px solid;
	border-radius: 100%;
	line-height: 1.2;
	text-align: center
}

.actualite__pagination--links a.prev,
.actualite__pagination--links span.prev {
	margin: 0 25px 0 0
}

.actualite__pagination--links a.next,
.actualite__pagination--links span.next {
	margin: 0 0 0 25px
}

.other__post {
	width: 47%;
	margin: 0 0 20px 0
}

.other__post:nth-child(n+3) {
	margin: 0
}

@media (max-width: 480px) {
	.other__post {
		width: 100%
	}

	.other__post:nth-child(n+3) {
		margin: 0 0 20px 0
	}
}

.other__post a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	transition: transform .3s ease
}

.other__post a:hover {
	-ms-transform: translateY(-5px);
	transform: translateY(-5px)
}

.other__post a .thumbnail {
	border-radius: 15px;
	width: 100%;
	height: 150px
}

.other__post a .info {
	margin-top: 25px
}

@media (max-width: 992px) {
	.other__post a .info {
		margin-top: 15px
	}
}

.other__post a .info .date {
	color: rgba(17, 57, 85, 0.8);
	font-size: .9em;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 10px;
	letter-spacing: 1px
}

.other__post a .info h4 {
	font-size: .9em;
	line-height: 1.5;
	color: #113955;
	font-weight: 600;
	text-transform: none;
	margin: 0
}

.patrimoine__content .bloc {
	margin: 0 0 50px 0
}

.patrimoine__content .bloc:last-child {
	margin: 0
}

.patrimoine__content .bloc p {
	margin: 0 0 25px 0
}

.patrimoine__content .bloc ul li {
	margin: 0 0 15px 0;
	line-height: 1.5;
	color: #113955
}

.patrimoine__content .bloc video,
.patrimoine__content .bloc img,
.patrimoine__content .bloc iframe,
.patrimoine__content .bloc figure {
	border-radius: 15px
}

.patrimoine__content .bloc iframe {
	width: 100%;
	margin: 10px 0
}

@media (max-width: 992px) {
	.patrimoine__content .bloc iframe {
		height: auto
	}
}

.patrimoine__content.sidebar {
	display: -ms-flexbox;
	display: flex
}

.patrimoine__content.sidebar .details {
	width: 60%;
	padding: 0 40px 0 0
}

@media (max-width: 992px) {
	.patrimoine__content.sidebar {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.patrimoine__content.sidebar .details {
		width: 100%;
		padding: 0
	}
}

.patrimoine__medias {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.patrimoine__medias--media {
	width: 48%;
	height: 150px;
	overflow: hidden;
	border-radius: 15px;
	margin: 0 2% 2% 0;
	position: relative
}

.patrimoine__medias--media .thumb {
	width: 100%;
	height: 150px
}

.patrimoine__medias--media .thumb.video {
	width: 200%;
	height: auto;
	margin: 0 0 0 -50%
}

.patrimoine__medias--media:after {
	content: '';
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(17, 57, 85, 0.5);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "icons";
	font-size: 3em;
	color: #fff;
	opacity: 0;
	transition: opacity .3s ease
}

.patrimoine__medias--media.image:after {
	content: '\E81E'
}

.patrimoine__medias--media.video:after {
	content: '\E81D'
}

.patrimoine__medias--media:hover:after {
	opacity: 1
}

.patrimoine__sidebar {
	width: 40%;
	-ms-flex-item-align: start;
	align-self: flex-start
}

@media (max-width: 992px) {
	.patrimoine__sidebar {
		width: 100%;
		margin: 30px 0 0 0
	}
}

.patrimoine__sidebar .sub__title {
	margin: 0 0 35px 0
}

.patrimoine__sidebar .etapes {
	padding: 0 0 0 15px
}

.patrimoine__sidebar .etape {
	padding: 0 0 35px 35px;
	border-left: 2px dashed #113955;
	position: relative
}

.patrimoine__sidebar .etape h6 {
	text-transform: none;
	font-weight: 700
}

.patrimoine__sidebar .etape:before {
	content: '';
	position: absolute;
	top: 0;
	left: -12px;
	width: 22px;
	height: 22px;
	background-color: #fff;
	border-radius: 100%;
	border: 5px solid #113955
}

.patrimoine__sidebar .etape:last-child {
	border-left: 2px solid transparent
}

.patrimoine__sidebar .etape.finish {
	border-left: 2px solid #00B1B2;
	margin: 15px 0 10px 0
}

.patrimoine__sidebar .etape.finish:before {
	content: '\E807';
	font-family: "icons";
	font-style: normal;
	top: -5px;
	left: -15px;
	width: 30px;
	height: 30px;
	color: #fff;
	background-color: #00B1B2;
	border: none;
	font-size: .7em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.patrimoine__sidebar .etape.finish:after {
	position: absolute;
	content: '\E808';
	font-family: "icons";
	font-style: normal;
	bottom: -1px;
	left: -16px;
	width: 30px;
	color: #00B1B2;
	font-size: 9px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.patrimoine__sidebar .etape.finish:last-child {
	border-left: 2px solid transparent
}

.patrimoine__sidebar .etape.finish:last-child:after {
	content: ''
}

.search-lbw {
	color: #113955;
	background-color: white;
	border-radius: 36px;
	outline: none;
	border: 1px solid #113955;
	padding: 10px 0px 10px 15px;
	margin-block-end: 0
}

.search-lbw form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.search-lbw form button {
	margin-right: -45px;
	background-color: transparent;
	border: 0px;
	outline: none
}

.search-lbw form button img {
	max-height: 100%
}

.search-lbw input[type='text'] {
	color: #113955;
	border-width: 0px;
	width: 224px;
	outline: none
}

.search-lbw input[type='text']::-moz-placeholder {
	font-weight: 300;
	opacity: 0.5;
	color: #C4C4C4
}

.search-lbw input[type='text']:-ms-input-placeholder {
	font-weight: 300;
	opacity: 0.5;
	color: #C4C4C4
}

.search-lbw input[type='text']::placeholder {
	font-weight: 300;
	opacity: 0.5;
	color: #C4C4C4
}

.search .other__post a {
	text-decoration: none
}

#search__result {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: none;
	top: 225px;
	left: 0;
	width: 100%;
	z-index: 3;
	opacity: 0;
	transition: opacity .3s ease
}

@media (max-width: 768px) {
	#search__result {
		max-height: calc(100% - 265px);
		top: 165px
	}
}

@media (min-height: 800px) {
	#search__result {
		max-height: calc(100% - 280px);
		top: 156px
	}
}

#search__result.active {
	opacity: 1;
	pointer-events: all
}

#search__result--container {
	border: solid 2px rgba(17, 57, 85, 0.1);
	border-radius: 30px;
	overflow: hidden;
	height: 100%;
	background-color: #fff
}

@media (max-width: 768px) {
	#search__result--container {
		border-radius: 20px
	}
}

#search__result ul {
	margin: 0;
	padding: 25px 0;
	max-height: 680px;
	overflow-y: auto
}

@media (max-width: 768px) {
	#search__result ul {
		max-height: 100%
	}
}

#search__result ul::-webkit-scrollbar-track {
	border-right: none
}

#search__result ul li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: solid 1px rgba(17, 57, 85, 0.1);
	padding: 0 35px 20px 35px;
	margin: 0 0 20px 0
}

@media (max-width: 768px) {
	#search__result ul li {
		padding: 0 20px 20px 20px
	}
}

#search__result ul li:last-child {
	margin: 0;
	padding: 0 35px 0 35px;
	border-bottom: none
}

#search__result ul li figure {
	width: 80px;
	height: 80px;
	border-radius: 15px;
	margin: 0 25px 0 0
}

@media (max-width: 768px) {
	#search__result ul li figure {
		width: 50px;
		height: 50px
	}
}

#search__result ul li div {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 25px 0 0
}

#search__result ul li div h6 {
	width: 60%;
	font-size: 1.1em;
	margin: 0
}

#search__result ul li div p {
	margin: 10px 0 0 0
}

@media (max-width: 768px) {
	#search__result ul li div p {
		display: none
	}
}

#search__result ul li div .cta {
	display: none
}

@media (max-width: 768px) {
	#search__result ul li div {
		margin: 0;
		width: 100%;
		-ms-flex-align: start;
		align-items: flex-start
	}

	#search__result ul li div h6 {
		width: 100%;
		font-size: 0.9em
	}

	#search__result ul li div .cta {
		display: block;
		width: auto;
		margin: 20px 0 0 0;
		opacity: 1;
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

#search__result ul li .cta {
	width: 200px
}

@media (max-width: 768px) {
	#search__result ul li .cta {
		display: none
	}
}

#search__result ul li.search__link div {
	width: calc(100% - 200px)
}

@media (max-width: 768px) {
	#search__result ul li.search__link div {
		width: 100%
	}
}

#container-async {
	margin-top: 3em;
	width: 100%
}

@media (max-width: 992px) {
	#container-async {
		margin-top: .5em
	}
}

#container-async .filters__header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width: 1280px) {
	#container-async .filters__header {
		padding: 15px 30px 0 20px
	}
}

@media (max-width: 480px) {
	#container-async .filters__header {
		padding: 15px 0 0 0
	}
}

#container-async .filters__header--category {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media (max-width: 992px) {
	#container-async .filters__header--category {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

#container-async .filters__header--title {
	font-weight: 900;
	font-size: .9em;
	white-space: nowrap;
	margin: 0 20px 0 0;
	height: 45px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	color: #113955
}

#container-async .filters__header--nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-height: 200px;
	overflow: auto;
	padding: 0 0 0 20px
}

@media (max-width: 1280px) {
	#container-async .filters__header--nav {
		padding: 0
	}
}

#container-async .filters__header--nav li .cta {
	margin: 0 10px 0 0;
	transition: background-color .3s ease,
		border-color .3s ease,
		color .3s ease
}

#container-async .filters__header--nav li:hover .cta {
	background-color: rgba(17, 57, 85, 0.1)
}

#container-async .filters__header--nav li.active .cta {
	background-color: #00B1B2;
	border-color: #00B1B2;
	color: #fff
}

#container-async .filters__header--nav li.active .cta:hover {
	border-color: #007e7f
}

#container-async .filters__header--count {
	justify-self: end;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 45px;
	font-size: 1.2em;
	color: #113955
}

#container-async .filters__header--count .status {
	display: block;
	margin: 0 10px 0 0;
	font-weight: 900
}

#container-async .filters__header.none {
	display: none
}

#container-async .filters--content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

#container-async .filters__blocks {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

#container-async .filters__blocks--content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	margin: 45px 0 0 0
}

#container-async .filters__bloc {
	border-radius: 15px;
	overflow: hidden;
	transition: transform .3s ease
}

#container-async .filters__bloc:hover {
	-ms-transform: translateY(-10px);
	transform: translateY(-10px)
}

#container-async .filters__bloc figure.figure {
	height: 100px;
	border-radius: 0;
	margin: 0
}

#container-async .filters__bloc h4 {
	text-transform: none
}

#container-async .filters__bloc h6.category {
	text-transform: uppercase;
	color: #113955;
	font-size: .8em;
	font-weight: 600;
	margin: 0
}

#container-async .filters__bloc .content {
	margin: 0
}

#container-async .filters__bloc a {
	text-decoration: none
}

#container-async.style__default {
	margin: 0
}

#container-async.style__default .filters__header {
	padding: 0 30px 0 0
}

#container-async.style__default .filters__header--nav li#show__more {
	display: block
}

#container-async.style__default .filters__header--nav li:not(.active) {
	display: none
}

#container-async.style__default .filters__header--nav-container.more {
	border-left: solid 1px rgba(17, 57, 85, 0.1);
	border-top: solid 1px rgba(17, 57, 85, 0.1);
	border-bottom: solid 1px rgba(17, 57, 85, 0.1);
	overflow: hidden;
	border-radius: 30px;
	padding: 0 0 10px 0
}

#container-async.style__default .filters__header--nav-container.more ul {
	padding: 20px 20px 0 20px
}

#container-async.style__default .filters__header--nav-container.more li {
	display: block
}

#container-async.style__default .filters__header--nav-container.more li#show__more i:before {
	content: '\E82A'
}

#container-async.style__default .filters__bloc {
	width: 18%;
	margin: 0 2% 3% 0
}

#container-async.style__default .filters__bloc figure.figure {
	height: 120px;
	border-radius: 15px
}

#container-async.style__default .filters__bloc h4 {
	margin: 5px 0 0 0;
	font-size: .9em;
	font-weight: 600
}

#container-async.style__default .filters__bloc .content {
	padding: 15px
}

#container-async.style__default .filters__bloc .content .date {
	color: rgba(17, 57, 85, 0.8);
	font-size: .9em;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 10px;
	letter-spacing: 1px
}

@media (max-width: 992px) {
	#container-async.style__default .filters__bloc {
		width: 31%
	}
}

@media (max-width: 768px) {
	#container-async.style__default .filters__bloc {
		width: 48%;
		margin: 0 2% 2% 0
	}

	#container-async.style__default .filters__bloc figure.figure {
		height: 150px
	}
}

@media (max-width: 480px) {
	#container-async.style__default .filters__bloc {
		width: 100%;
		margin: 0 0 20px 0
	}
}

#container-async.style__chantiers .filters__bloc {
	width: 31%;
	margin: 0 2% 3% 0;
	background-color: #FFEDBF
}

#container-async.style__chantiers .filters__bloc figure.figure {
	height: 200px
}

#container-async.style__chantiers .filters__bloc h4 {
	margin: 20px 0 25px 0
}

@media (max-width: 768px) {
	#container-async.style__chantiers .filters__bloc h4 {
		font-size: 1.3em
	}
}

#container-async.style__chantiers .filters__bloc .content {
	padding: 35px 40px 50px 40px
}

@media (max-width: 768px) {
	#container-async.style__chantiers .filters__bloc {
		width: 48%;
		margin: 0 2% 2% 0
	}

	#container-async.style__chantiers .filters__bloc figure.figure {
		height: 150px
	}

	#container-async.style__chantiers .filters__bloc .content {
		padding: 25px 25px 30px 25px
	}
}

@media (max-width: 480px) {
	#container-async.style__chantiers .filters__bloc {
		width: 100%;
		margin: 0 0 20px 0
	}
}

.filters__pagination,
.paginationjs-pages ul {
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 20px 0 0 0
}

.filters__pagination li,
.filters__pagination a,
.paginationjs-pages ul li,
.paginationjs-pages ul a {
	margin: 0 15px 0 0
}

@media (max-width: 480px) {

	.filters__pagination li,
	.filters__pagination a,
	.paginationjs-pages ul li,
	.paginationjs-pages ul a {
		margin: 0 5px 0 0
	}
}

.filters__pagination li:last-child,
.filters__pagination a:last-child,
.paginationjs-pages ul li:last-child,
.paginationjs-pages ul a:last-child {
	margin: 0
}

.filters__pagination .paginationjs-ellipsis a,
.paginationjs-pages ul .paginationjs-ellipsis a {
	width: auto
}

.filters__pagination .paginationjs-page.active a,
.paginationjs-pages ul .paginationjs-page.active a {
	background-color: #113955;
	color: #fff
}

.filters__pagination .page-numbers,
.filters__pagination a,
.paginationjs-pages ul .page-numbers,
.paginationjs-pages ul a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 45px;
	height: 30px;
	border-radius: 30px;
	font-weight: 700;
	color: #113955;
	font-size: 1.2em;
	line-height: 1;
	text-decoration: none
}

@media (max-width: 480px) {

	.filters__pagination .page-numbers,
	.filters__pagination a,
	.paginationjs-pages ul .page-numbers,
	.paginationjs-pages ul a {
		width: 35px;
		height: 25px;
		font-size: .8em
	}
}

.filters__pagination .page-numbers.current,
.filters__pagination a.current,
.paginationjs-pages ul .page-numbers.current,
.paginationjs-pages ul a.current {
	background-color: #113955;
	color: #fff
}

.filters__pagination .page-numbers.next:before,
.filters__pagination .page-numbers.prev:before,
.filters__pagination a.next:before,
.filters__pagination a.prev:before,
.paginationjs-pages ul .page-numbers.next:before,
.paginationjs-pages ul .page-numbers.prev:before,
.paginationjs-pages ul a.next:before,
.paginationjs-pages ul a.prev:before {
	font-family: "icons";
	font-style: normal;
	font-weight: normal
}

.filters__pagination .page-numbers.next:before,
.filters__pagination a.next:before,
.paginationjs-pages ul .page-numbers.next:before,
.paginationjs-pages ul a.next:before {
	content: '\E804'
}

.filters__pagination .page-numbers.prev:before,
.filters__pagination a.prev:before,
.paginationjs-pages ul .page-numbers.prev:before,
.paginationjs-pages ul a.prev:before {
	content: '\E803'
}

.glightbox-container .goverlay {
	background: rgba(17, 57, 85, 0.8)
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
	background-color: #113955
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
	background-color: #f3d633;
	color: #113955
}

#info__banner {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FF5823;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 15000;
	color: #fff;
	display: none
}

#info__banner--content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	padding: 35px 0;
	font-weight: 600
}

@media (max-width: 768px) {
	#info__banner--content {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

#info__banner--content i.icon-info_circle {
	font-size: 2.5em;
	color: #113955;
	margin: 0 20px 0 0
}

@media (max-width: 768px) {
	#info__banner--content i.icon-info_circle {
		margin: 0 0 20px 0
	}
}

#info__banner--content-copy {
	width: 60%
}

@media (max-width: 768px) {
	#info__banner--content-copy {
		width: 100%
	}
}

#info__banner--content .cta {
	margin: 0 0 0 20px
}

@media (max-width: 768px) {
	#info__banner--content .cta {
		margin: 20px 0 0 0
	}
}

#info__banner--close {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: rgba(17, 57, 85, 0.2);
	border-radius: 30px;
	color: #fff;
	font-weight: 700;
	font-size: .7em;
	cursor: pointer;
	transition: background-color .3s ease
}

#info__banner--close:before {
	margin: 0 10px 0 0
}

#info__banner--close:hover {
	background-color: rgba(17, 57, 85, 0.5)
}

#ajax_google_map {
	width: 100%;
	height: 600px;
	border-radius: 30px
}

#ajax_google_map--filters {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%
}

#ajax_google_map--filters-container {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid rgba(17, 57, 85, 0.1);
	border-radius: 30px
}

@media (max-width: 992px) {
	#ajax_google_map--filters-container {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

#ajax_google_map--filters-type {
	width: 330px;
	border-right: 1px solid rgba(17, 57, 85, 0.1);
	padding: 35px
}

#ajax_google_map--filters-type .filter {
	width: 100%;
	padding: 10px 22px
}

@media (max-width: 992px) {
	#ajax_google_map--filters-type {
		width: 100%;
		border-right: none;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 35px 20px 35px 20px
	}

	#ajax_google_map--filters-type .filter {
		width: 49%
	}
}

@media (max-width: 480px) {
	#ajax_google_map--filters-type {
		padding: 25px 20px 25px 20px
	}

	#ajax_google_map--filters-type .filter {
		width: 100%
	}
}

#ajax_google_map--filters-district {
	width: calc(100% - 330px);
	padding: 35px
}

@media (max-width: 992px) {
	#ajax_google_map--filters-district {
		width: 100%;
		padding: 35px 20px;
		border-top: 1px solid rgba(17, 57, 85, 0.1)
	}
}

#ajax_google_map--filters-district-name {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#ajax_google_map--filters-district-name .filter {
	width: 32%;
	padding: 10px 15px
}

@media (max-width: 992px) {
	#ajax_google_map--filters-district-name .filter {
		width: 49%
	}
}

@media (max-width: 480px) {
	#ajax_google_map--filters-district-name .filter {
		width: 100%
	}
}

#ajax_google_map--filters-district-name .filter.district:before {
	content: '';
	width: 20px;
	height: 22px;
	margin: 0 10px 0 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}

#ajax_google_map--filters-district-name .filter.district__10:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='37' viewBox='0 0 29 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4997 36.8751C11.9209 34.6755 9.53064 32.264 7.35384 29.6659C4.08718 25.7643 0.20801 19.9537 0.20801 14.4167C0.205114 8.63381 3.68751 3.41908 9.03019 1.20593C14.3729 -1.00723 20.5227 0.217438 24.61 4.30845C27.2978 6.98427 28.8034 10.6241 28.7914 14.4167C28.7914 19.9537 24.9122 25.7643 21.6455 29.6659C19.4687 32.264 17.0784 34.6755 14.4997 36.8751ZM14.4997 8.29174C12.3114 8.29174 10.2894 9.45916 9.19527 11.3542C8.10115 13.2493 8.10115 15.5842 9.19527 17.4792C10.2894 19.3743 12.3114 20.5417 14.4997 20.5417C17.8824 20.5417 20.6247 17.7995 20.6247 14.4167C20.6247 11.034 17.8824 8.29174 14.4997 8.29174Z' fill='%23FFD975'/%3E%3C/svg%3E")
}

#ajax_google_map--filters-district-name .filter.district__11:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='37' viewBox='0 0 29 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4997 36.8751C11.9209 34.6755 9.53064 32.264 7.35384 29.6659C4.08718 25.7643 0.20801 19.9537 0.20801 14.4167C0.205114 8.63381 3.68751 3.41908 9.03019 1.20593C14.3729 -1.00723 20.5227 0.217438 24.61 4.30845C27.2978 6.98427 28.8034 10.6241 28.7914 14.4167C28.7914 19.9537 24.9122 25.7643 21.6455 29.6659C19.4687 32.264 17.0784 34.6755 14.4997 36.8751ZM14.4997 8.29174C12.3114 8.29174 10.2894 9.45916 9.19527 11.3542C8.10115 13.2493 8.10115 15.5842 9.19527 17.4792C10.2894 19.3743 12.3114 20.5417 14.4997 20.5417C17.8824 20.5417 20.6247 17.7995 20.6247 14.4167C20.6247 11.034 17.8824 8.29174 14.4997 8.29174Z' fill='%2317D1A7'/%3E%3C/svg%3E")
}

#ajax_google_map--filters-district-name .filter.district__12:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='37' viewBox='0 0 29 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4997 36.8751C11.9209 34.6755 9.53064 32.264 7.35384 29.6659C4.08718 25.7643 0.20801 19.9537 0.20801 14.4167C0.205114 8.63381 3.68751 3.41908 9.03019 1.20593C14.3729 -1.00723 20.5227 0.217438 24.61 4.30845C27.2978 6.98427 28.8034 10.6241 28.7914 14.4167C28.7914 19.9537 24.9122 25.7643 21.6455 29.6659C19.4687 32.264 17.0784 34.6755 14.4997 36.8751ZM14.4997 8.29174C12.3114 8.29174 10.2894 9.45916 9.19527 11.3542C8.10115 13.2493 8.10115 15.5842 9.19527 17.4792C10.2894 19.3743 12.3114 20.5417 14.4997 20.5417C17.8824 20.5417 20.6247 17.7995 20.6247 14.4167C20.6247 11.034 17.8824 8.29174 14.4997 8.29174Z' fill='%23113955'/%3E%3C/svg%3E")
}

#ajax_google_map--filters-district-name .filter.district__13:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='37' viewBox='0 0 29 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4997 36.8751C11.9209 34.6755 9.53064 32.264 7.35384 29.6659C4.08718 25.7643 0.20801 19.9537 0.20801 14.4167C0.205114 8.63381 3.68751 3.41908 9.03019 1.20593C14.3729 -1.00723 20.5227 0.217438 24.61 4.30845C27.2978 6.98427 28.8034 10.6241 28.7914 14.4167C28.7914 19.9537 24.9122 25.7643 21.6455 29.6659C19.4687 32.264 17.0784 34.6755 14.4997 36.8751ZM14.4997 8.29174C12.3114 8.29174 10.2894 9.45916 9.19527 11.3542C8.10115 13.2493 8.10115 15.5842 9.19527 17.4792C10.2894 19.3743 12.3114 20.5417 14.4997 20.5417C17.8824 20.5417 20.6247 17.7995 20.6247 14.4167C20.6247 11.034 17.8824 8.29174 14.4997 8.29174Z' fill='%23719BB8'/%3E%3C/svg%3E")
}

#ajax_google_map--filters-district-name .filter.district__14:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='37' viewBox='0 0 29 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4997 36.8751C11.9209 34.6755 9.53064 32.264 7.35384 29.6659C4.08718 25.7643 0.20801 19.9537 0.20801 14.4167C0.205114 8.63381 3.68751 3.41908 9.03019 1.20593C14.3729 -1.00723 20.5227 0.217438 24.61 4.30845C27.2978 6.98427 28.8034 10.6241 28.7914 14.4167C28.7914 19.9537 24.9122 25.7643 21.6455 29.6659C19.4687 32.264 17.0784 34.6755 14.4997 36.8751ZM14.4997 8.29174C12.3114 8.29174 10.2894 9.45916 9.19527 11.3542C8.10115 13.2493 8.10115 15.5842 9.19527 17.4792C10.2894 19.3743 12.3114 20.5417 14.4997 20.5417C17.8824 20.5417 20.6247 17.7995 20.6247 14.4167C20.6247 11.034 17.8824 8.29174 14.4997 8.29174Z' fill='%239E6B1D'/%3E%3C/svg%3E")
}

#ajax_google_map--filters-district-name .filter.district__15:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='37' viewBox='0 0 29 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4997 36.8751C11.9209 34.6755 9.53064 32.264 7.35384 29.6659C4.08718 25.7643 0.20801 19.9537 0.20801 14.4167C0.205114 8.63381 3.68751 3.41908 9.03019 1.20593C14.3729 -1.00723 20.5227 0.217438 24.61 4.30845C27.2978 6.98427 28.8034 10.6241 28.7914 14.4167C28.7914 19.9537 24.9122 25.7643 21.6455 29.6659C19.4687 32.264 17.0784 34.6755 14.4997 36.8751ZM14.4997 8.29174C12.3114 8.29174 10.2894 9.45916 9.19527 11.3542C8.10115 13.2493 8.10115 15.5842 9.19527 17.4792C10.2894 19.3743 12.3114 20.5417 14.4997 20.5417C17.8824 20.5417 20.6247 17.7995 20.6247 14.4167C20.6247 11.034 17.8824 8.29174 14.4997 8.29174Z' fill='%23C5ADEE'/%3E%3C/svg%3E")
}

#ajax_google_map--filters-district-name .filter.district__16:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='37' viewBox='0 0 29 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4997 36.8751C11.9209 34.6755 9.53064 32.264 7.35384 29.6659C4.08718 25.7643 0.20801 19.9537 0.20801 14.4167C0.205114 8.63381 3.68751 3.41908 9.03019 1.20593C14.3729 -1.00723 20.5227 0.217438 24.61 4.30845C27.2978 6.98427 28.8034 10.6241 28.7914 14.4167C28.7914 19.9537 24.9122 25.7643 21.6455 29.6659C19.4687 32.264 17.0784 34.6755 14.4997 36.8751ZM14.4997 8.29174C12.3114 8.29174 10.2894 9.45916 9.19527 11.3542C8.10115 13.2493 8.10115 15.5842 9.19527 17.4792C10.2894 19.3743 12.3114 20.5417 14.4997 20.5417C17.8824 20.5417 20.6247 17.7995 20.6247 14.4167C20.6247 11.034 17.8824 8.29174 14.4997 8.29174Z' fill='%23F27D3C'/%3E%3C/svg%3E")
}

#ajax_google_map--filters-district-name .filter.district__17:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='37' viewBox='0 0 29 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4997 36.8751C11.9209 34.6755 9.53064 32.264 7.35384 29.6659C4.08718 25.7643 0.20801 19.9537 0.20801 14.4167C0.205114 8.63381 3.68751 3.41908 9.03019 1.20593C14.3729 -1.00723 20.5227 0.217438 24.61 4.30845C27.2978 6.98427 28.8034 10.6241 28.7914 14.4167C28.7914 19.9537 24.9122 25.7643 21.6455 29.6659C19.4687 32.264 17.0784 34.6755 14.4997 36.8751ZM14.4997 8.29174C12.3114 8.29174 10.2894 9.45916 9.19527 11.3542C8.10115 13.2493 8.10115 15.5842 9.19527 17.4792C10.2894 19.3743 12.3114 20.5417 14.4997 20.5417C17.8824 20.5417 20.6247 17.7995 20.6247 14.4167C20.6247 11.034 17.8824 8.29174 14.4997 8.29174Z' fill='%2378D8ED'/%3E%3C/svg%3E")
}

#ajax_google_map--filters-district-name .filter.district__18:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='37' viewBox='0 0 29 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4997 36.8751C11.9209 34.6755 9.53064 32.264 7.35384 29.6659C4.08718 25.7643 0.20801 19.9537 0.20801 14.4167C0.205114 8.63381 3.68751 3.41908 9.03019 1.20593C14.3729 -1.00723 20.5227 0.217438 24.61 4.30845C27.2978 6.98427 28.8034 10.6241 28.7914 14.4167C28.7914 19.9537 24.9122 25.7643 21.6455 29.6659C19.4687 32.264 17.0784 34.6755 14.4997 36.8751ZM14.4997 8.29174C12.3114 8.29174 10.2894 9.45916 9.19527 11.3542C8.10115 13.2493 8.10115 15.5842 9.19527 17.4792C10.2894 19.3743 12.3114 20.5417 14.4997 20.5417C17.8824 20.5417 20.6247 17.7995 20.6247 14.4167C20.6247 11.034 17.8824 8.29174 14.4997 8.29174Z' fill='%234F6F86'/%3E%3C/svg%3E")
}

#ajax_google_map--filters-district-name .filter.district__19:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='37' viewBox='0 0 29 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4997 36.8751C11.9209 34.6755 9.53064 32.264 7.35384 29.6659C4.08718 25.7643 0.20801 19.9537 0.20801 14.4167C0.205114 8.63381 3.68751 3.41908 9.03019 1.20593C14.3729 -1.00723 20.5227 0.217438 24.61 4.30845C27.2978 6.98427 28.8034 10.6241 28.7914 14.4167C28.7914 19.9537 24.9122 25.7643 21.6455 29.6659C19.4687 32.264 17.0784 34.6755 14.4997 36.8751ZM14.4997 8.29174C12.3114 8.29174 10.2894 9.45916 9.19527 11.3542C8.10115 13.2493 8.10115 15.5842 9.19527 17.4792C10.2894 19.3743 12.3114 20.5417 14.4997 20.5417C17.8824 20.5417 20.6247 17.7995 20.6247 14.4167C20.6247 11.034 17.8824 8.29174 14.4997 8.29174Z' fill='%230BCAF4'/%3E%3C/svg%3E")
}

#ajax_google_map--filters .filter {
	position: relative;
	border-radius: 5px;
	background-color: transparent;
	margin: 0 0 10px 0;
	border: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	color: #113955;
	font-weight: 700;
	text-align: left;
	opacity: .8;
	transition: background-color .3s ease, opacity .3s ease
}

#ajax_google_map--filters .filter:last-child {
	margin: 0
}

#ajax_google_map--filters .filter i {
	font-size: 1.7em;
	margin: 0 1em 0 0;
	width: 30px
}

#ajax_google_map--filters .filter span {
	width: calc(100% - 30px);
	text-align: left
}

#ajax_google_map--filters .filter.active {
	opacity: 1;
	background-color: rgba(17, 57, 85, 0.07)
}

#ajax_google_map--filters .filter:hover {
	opacity: 1;
	background-color: rgba(17, 57, 85, 0.03)
}

#ajax_google_map--filters .filter.active:hover {
	background-color: rgba(17, 57, 85, 0.1)
}

#ajax_google_map--filters h3 {
	font-weight: 900;
	text-transform: uppercase
}

#ajax_google_map--results-container {
	width: 100%;
	margin: 50px 0 0 0
}

#ajax_google_map--results-blocs {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#ajax_google_map--results-blocs .bloc__container {
	width: 31%;
	margin: 0 0 3% 0
}

@media (max-width: 768px) {
	#ajax_google_map--results-blocs .bloc__container {
		width: 48%;
		margin: 0 0 3% 0
	}
}

@media (max-width: 480px) {
	#ajax_google_map--results-blocs .bloc__container {
		width: 100%;
		margin: 0 0 5% 0
	}
}

#ajax_google_map--results-blocs .bloc__container .results--image {
	width: 100%;
	height: 200px;
	border-radius: 15px;
	margin: 0 0 30px 0;
	background-position: center;
	background-size: cover;
	background-color: #00B1B2;
	position: relative;
	overflow: hidden
}

@media (max-width: 480px) {
	#ajax_google_map--results-blocs .bloc__container .results--image {
		margin: 0 0 20px 0
	}
}

#ajax_google_map--results-blocs .bloc__container .results--image .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 177, 178, 0.8);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	transition: opacity ease .3s
}

#ajax_google_map--results-blocs .bloc__container .results--image .overlay button {
	border: none
}

#ajax_google_map--results-blocs .bloc__container .bloc__details p {
	margin: 0 0 10px 0
}

#ajax_google_map--results-blocs .bloc__container .bloc__details p strong {
	text-transform: uppercase;
	font-weight: 900;
	font-size: .9em
}

#ajax_google_map--results-blocs .bloc__container:hover {
	cursor: pointer
}

#ajax_google_map--results-blocs .bloc__container:hover .results--image .overlay {
	opacity: 1
}

#ajax_google_map--results-count {
	width: 100%;
	color: #113955;
	font-size: 1.2em;
	text-align: left;
	margin: 50px 0 0 0
}

#ajax_google_map--results-count span {
	font-weight: 800
}

#ajax_google_map--results-pagination {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

#ajax_google_map--results-pagination ul {
	list-style-type: none
}

#ajax_google_map--results-pagination .paginationjs-prev.disabled,
#ajax_google_map--results-pagination .paginationjs-next.disabled {
	display: none
}

#modal__marker {
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	top: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 992px) {
	#modal__marker {
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

#modal__marker--overlay {
	background-color: rgba(17, 57, 85, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#modal__marker--header {
	text-transform: uppercase
}

#modal__marker--header span {
	font-size: .8em;
	color: rgba(17, 57, 85, 0.4);
	margin: 0 0 5px 0;
	display: inline-block
}

#modal__marker--header h2 {
	font-size: 2em
}

#modal__marker--image {
	width: 100%;
	height: 320px;
	border-radius: 30px;
	margin: 30px 0 60px 0;
	background-position: center;
	background-size: cover;
	background-color: #00B1B2
}

#modal__marker--image.no-image {
	height: 150px
}

@media (max-width: 992px) {
	#modal__marker--image {
		height: 200px;
		margin: 30px 0 50px 0
	}
}

#modal__marker--close {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 1.4em;
	color: #113955;
	background-color: transparent;
	border: 0
}

@media (max-width: 480px) {
	#modal__marker--close {
		font-size: 1.2em;
		top: 15px;
		right: 15px
	}
}

#modal__marker--container {
	position: relative;
	width: 100%;
	max-width: 768px;
	background-color: #fff;
	padding: 50px 60px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 30px;
	margin: 25px 30px
}

@media (max-width: 992px) {
	#modal__marker--container {
		height: 100%;
		margin: 0;
		border-radius: 0;
		padding: 30px 20px
	}
}

#modal__marker--container h3 {
	font-weight: 900;
	text-transform: uppercase;
	color: #113955;
	margin: 0 0 20px 0
}

#modal__marker--container strong {
	color: #113955
}

#modal__marker--container ul {
	margin: 0 0 15px 0
}

#modal__marker--container ul li {
	color: #113955;
	margin: 0 0 10px 0
}

#modal__marker--container ul li:last-child {
	margin: 0
}

#modal__marker--container-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

#modal__marker--container-description {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 0 50px 0 0
}

@media (max-width: 768px) {
	#modal__marker--container-description {
		padding: 0;
		margin: 0 0 20px 0
	}
}

#modal__marker--container-description-container {
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 0 30px;
	max-height: 340px;
	overflow: auto
}

@media (max-width: 768px) {
	#modal__marker--container-description-container {
		width: 100%;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: auto
	}
}

#modal__marker--container-description .description__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

#modal__marker--container-description .description__content p {
	margin: 5px 0
}

#modal__marker--container-description .cta {
	margin: 15px 0
}

#modal__marker--container-address {
	width: 60%;
	padding: 0 20px 0 0
}

@media (max-width: 768px) {
	#modal__marker--container-address {
		padding: 0;
		width: 100%
	}
}

#modal__marker--container-address .address__container a {
	display: block;
	margin: 0 0 20px 0;
	font-size: .8em;
	text-transform: uppercase;
	text-decoration: underline;
	color: #00B1B2;
	font-weight: 700
}

#modal__marker--container-address .address__container p {
	margin: 0 0 10px 0
}

#modal__marker--container p {
	color: #113955;
	margin: 0 0 5px 0;
	display: inline-block
}

#modal__marker--container p.district {
	position: relative
}

#modal__marker--container p.district:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: absolute;
	top: 6px;
	left: -20px;
	background-color: 900
}

#modal__marker--container p.district__bg--10:before {
	background-color: #FFD975
}

#modal__marker--container p.district__bg--11:before {
	background-color: #00B1B2
}

#modal__marker--container p.district__bg--12:before {
	background-color: #719BB8
}

#modal__marker--container p.district__bg--13:before {
	background-color: #719BB8
}

#modal__marker--container p.district__bg--14:before {
	background-color: #9E6B1D
}

#modal__marker--container p.district__bg--15:before {
	background-color: #C5ADEE
}

#modal__marker--container p.district__bg--16:before {
	background-color: #F27D3C
}

#modal__marker--container p.district__bg--17:before {
	background-color: #78D8ED
}

#modal__marker--container p.district__bg--18:before {
	background-color: #4F6F86
}

#modal__marker--container p.district__bg--19:before {
	background-color: #0BCAF4
}

#modal__marker--container p.district__bg--20:before {
	background-color: #f90
}

#modal__marker--container p.district__bg--22:before {
	background-color: #8D4D9D
}

.modal {
	color: #113955;
	font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif
}

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 12002
}

.modal__container {
	z-index: 12005;
	background-color: #fcf2c6;
	padding: 30px;
	max-width: 500px;
	max-height: 100vh;
	border-radius: 30px;
	overflow-y: auto;
	box-sizing: border-box;
	box-shadow: 0px 0px 6px #dfdfdf
}

.modal__header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.modal__title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.25;
	box-sizing: border-box
}

.modal__close {
	background: transparent;
	border: 0;
	font-size: 22px;
	color: #113955
}

.modal__header .modal__close:before {
	content: "\2715"
}

.modal__content {
	min-width: 280px;
	margin-top: 1.5rem;
	margin-bottom: 0.8rem;
	line-height: 1.5
}

@keyframes mmfadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes mmfadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes mmslideIn {
	from {
		transform: translateY(15%)
	}

	to {
		transform: translateY(0)
	}
}

@keyframes mmslideOut {
	from {
		transform: translateY(0)
	}

	to {
		transform: translateY(-10%)
	}
}

.micromodal-slide {
	display: none
}

.micromodal-slide.is-open {
	display: block
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.micromodal-slide[aria-hidden="false"] .modal__container {
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.micromodal-slide[aria-hidden="true"] .modal__container {
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform
}

.locataire-candidat .wrapper,
.page-candidat .wrapper {
	max-width: 1240px;
	margin: 45px auto 0 auto;
	padding: 0 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width: 992px) {

	.locataire-candidat .wrapper,
	.page-candidat .wrapper {
		display: block
	}
}

.locataire-candidat .wrapper .main-content,
.page-candidat .wrapper .main-content {
	width: 100%
}

.locataire-candidat .wrapper .main-content .section,
.page-candidat .wrapper .main-content .section {
	margin-bottom: 48px
}

.locataire-candidat .wrapper .main-content .section-name,
.page-candidat .wrapper .main-content .section-name {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0
}

@media (max-width: 992px) {

	.locataire-candidat .wrapper .main-content .section-name,
	.page-candidat .wrapper .main-content .section-name {
		margin: 0 18px
	}
}

.locataire-candidat .wrapper .main-content .section-name .icons,
.page-candidat .wrapper .main-content .section-name .icons {
	font-size: 40px;
	color: #113955;
	margin-right: 10px
}

.locataire-candidat .wrapper .main-content .section-name h2,
.page-candidat .wrapper .main-content .section-name h2 {
	font-family: Dosis, sans-serif;
	font-weight: 500;
	font-size: 36px
}

.locataire-candidat .wrapper .main-content .section-content,
.page-candidat .wrapper .main-content .section-content {
	padding: 16px 54px
}

@media (max-width: 992px) {

	.locataire-candidat .wrapper .main-content .section-content,
	.page-candidat .wrapper .main-content .section-content {
		padding: 16px 26px
	}
}

.locataire-candidat .wrapper .main-content h3.section-group,
.page-candidat .wrapper .main-content h3.section-group {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	background-color: rgba(17, 57, 85, 0.5);
	color: white;
	padding: 23px 49px;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	margin-top: 20px
}

@media (max-width: 992px) {

	.locataire-candidat .wrapper .main-content h3.section-group,
	.page-candidat .wrapper .main-content h3.section-group {
		padding: 23px 26px
	}
}

.locataire-candidat .wrapper .main-content h3.section-group:first-child,
.page-candidat .wrapper .main-content h3.section-group:first-child {
	margin-top: 0
}

.locataire-candidat .wrapper .main-content .question-answer .question,
.page-candidat .wrapper .main-content .question-answer .question {
	color: #113955;
	background-color: rgba(232, 236, 238, 0.9);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	width: 100%;
	border: none;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 16px 48px;
	transition: all 400ms ease
}

@media (max-width: 992px) {

	.locataire-candidat .wrapper .main-content .question-answer .question,
	.page-candidat .wrapper .main-content .question-answer .question {
		padding: 23px 26px
	}
}

.locataire-candidat .wrapper .main-content .question-answer .question .icons-close,
.page-candidat .wrapper .main-content .question-answer .question .icons-close {
	display: none;
	font-size: 30px;
	margin-top: -4px
}

.locataire-candidat .wrapper .main-content .question-answer .question .icons-open,
.page-candidat .wrapper .main-content .question-answer .question .icons-open {
	margin-top: -4px
}

.locataire-candidat .wrapper .main-content .question-answer .answer,
.page-candidat .wrapper .main-content .question-answer .answer {
	transition: all 400ms ease;
	overflow: hidden;
	height: 0px;
	padding-left: 48px;
	padding-right: 48px
}

@media (max-width: 992px) {

	.locataire-candidat .wrapper .main-content .question-answer .answer,
	.page-candidat .wrapper .main-content .question-answer .answer {
		padding-left: 26px;
		padding-right: 26px
	}
}

.locataire-candidat .wrapper .main-content .question-answer.open .question,
.page-candidat .wrapper .main-content .question-answer.open .question {
	background-color: rgba(243, 214, 50, 0.2)
}

.locataire-candidat .wrapper .main-content .question-answer.open .question .icons-close,
.page-candidat .wrapper .main-content .question-answer.open .question .icons-close {
	display: block
}

.locataire-candidat .wrapper .main-content .question-answer.open .question .icons-open,
.page-candidat .wrapper .main-content .question-answer.open .question .icons-open {
	display: none
}

.locataire-candidat .wrapper .main-content .question-answer.open .answer,
.page-candidat .wrapper .main-content .question-answer.open .answer {
	background-color: rgba(243, 214, 50, 0.2)
}

.locataire-candidat .wrapper .main-content .question-answer.open:nth-of-type(even) .question,
.page-candidat .wrapper .main-content .question-answer.open:nth-of-type(even) .question {
	background-color: rgba(243, 214, 50, 0.2)
}

.locataire-candidat .wrapper .main-content .question-answer:nth-of-type(even) .question,
.page-candidat .wrapper .main-content .question-answer:nth-of-type(even) .question {
	background-color: rgba(232, 236, 238, 0.5)
}

.side {
	width: 20%;
	padding-top: 12px;
	min-width: 380px;
	padding-left: 40px
}

@media (max-width: 992px) {
	.side {
		margin-top: 60px;
		padding-left: 0px;
		padding-top: 0px
	}
}

@media (max-width: 768px) {
	.side {
		min-width: auto;
		width: 100%
	}
}

.side .service {
	font-weight: 400;
	padding: 12px 14px;
	border-bottom: solid #113955 1px
}

.side .service:first-child {
	border-top: solid #113955 1px
}

.side .service button img.icons-open {
	display: block;
	margin-bottom: 4px
}

.side .service button img.icons-close {
	display: none;
	margin-bottom: 4px
}

.side .service.open {
	background-color: rgba(232, 236, 238, 0.3)
}

.side .service.open button img.icons-close {
	display: block
}

.side .service.open button img.icons-open {
	display: none
}

.side .service.open .service-content {
	margin-top: 10px;
	margin-bottom: 10px
}

.side .service .service-content {
	transition: all 400ms ease;
	overflow: hidden;
	height: 0px
}

.side .service .service-content .service-content-container {
	margin-top: 10px;
	margin-bottom: 10px
}

.side .service .service-content table {
	border-spacing: 0;
	border-collapse: collapse;
	margin-top: 24px;
	width: 100%
}

.side .service .service-content table tr td {
	vertical-align: top;
	width: 55%;
	border-bottom: 1px solid rgba(17, 57, 85, 0.2);
	border-bottom: 0.2px solid rgba(17, 57, 85, 0.2);
	padding-top: 6px;
	padding-bottom: 6px
}

.side .service .service-content table tr td.day {
	text-transform: uppercase
}

.side .service .service-content table tr td:first-child {
	width: 45%
}

.side .service .service-content table tr td:last-child {
	text-align: right
}

.side .service .address {
	margin-top: 40px
}

.side .service .address .title {
	text-transform: uppercase;
	font-weight: 700
}

.side .service .desc {
	margin-left: 60px
}

.side .service .cta-wrapper {
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 10px;
	margin-bottom: 10px
}

.side .service .icon {
	margin-top: 20px;
	margin-bottom: 20px
}

.side .side-services {
	color: #113955
}

.side button {
	color: #113955;
	background-color: transparent;
	border: none;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-transform: uppercase
}

.side button .title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700
}

.side button .title img {
	margin-right: 15px
}