.form-title-for,
.title-for-input {
	display: none;
}

.leaflet-top.leaflet-left {
	z-index: inherit !important;
}

.blog-single__date-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.services-single_page .text-block ul {
	margin-bottom: 12px;
}

.single-lecpas .wp-block-columns {
	padding-top: 64px;
}

.blog-single__date-separator {
	color: #71A5B2;
	margin-left: 9px;
	margin-right: 9px;
}

.blog-single__date {
	color: #71A5B2;
}

.wp-block-media-text__media img {
	height: auto;
	object-fit: contain;
}

.blog-single__category .post-categories li {
	padding: 0;
}

.blog-single__category .post-categories li:before {
	display: none;
}

.blog-single__category .post-categories li a {
	text-decoration: none;
	color: #71A5B2;
	text-transform: uppercase;
}

.blog-single__category .post-categories li a:hover {
	text-decoration: underline;
}

.form-wrapper {
	margin-bottom: 20px;
}

.single-lecpas .text-block a,
.lecpas-single_page a,
.single-text__wrapper a,
.blog-single_page a {
	text-decoration: underline;
}

.anchors-item .anchors-link {
	text-decoration: none;
}

.blog-single_page p {
	margin-bottom: 15px;
}

.informer-block {
	padding: 20px !important;
}

.blog-single_page h2 {
	max-width: none !important;
}

.cookies-container li,
.positions-single_page li,
.single-lecpas .text-block li,
.single-lecpas li,
.services-single_page li,
.blog-single_page li,
.single-text__wrapper li {
	/*padding-left: 18px;*/
	position: relative;
}

.cookies-container li:before,
.positions-single_page li:before,
.single-lecpas .text-block li:before,
.blog-single_page li:before,
.single-lecpas li:before,
.services-single_page li:before,
.single-text__wrapper li:before {
	/*position: absolute;
	content: "";
	top: 9px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #71a5b2;*/
}

@media screen and (max-width: 1024px) {
	.blog-single_page li:before,
	.single-text__wrapper li:before {
		top: 6px;
	}
}

.recaptcha-holder .grecaptcha-badge {
	z-index: 10;
}

.services-single_page .title.title-ink {
	margin-bottom: 6px;
	margin-top: 15px;
}

.services-single_page .text-block p {
	margin-bottom: 12px;
}

.services-single_page .informer-block {
	margin-top: 40px;
	margin-bottom: 70px;
}

.services-single_page .text-block {
	margin-bottom: 30px;
}

.page-template-page-contact .wp-block-columns {
	display: block;
}

.page-template-page-contact .address-block {
	display: flex;
	flex-wrap: wrap;
}

.page-template-page-contact .address-block .address__item {
	width: 33%;
	padding-right: 20px;
}

.page-template-page-contact .wp-block-column>.wpcf7 {
	margin: 0 auto 30px auto;
}

html {
	font-size: 18px;
	/* scroll-behavior: smooth; */
	--c-rose: #bc566f;
	--c-blue: #71a5b2;
	--c-dark-blue: #054454;
	--c-title-color: #085e73;
}

html.no-scroll {
	overflow: hidden;
}

body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #444444;
	padding: 0;
	margin: 0;
	/*overflow-x: hidden;*/
	background: #fff;
	position: relative;
}

*,
div,
p,
form,
input,
a,
span,
button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

ul,
li {
	display: block;
	padding: 0;
	margin: 0;
}

h2,
h3 {
	font-weight: 500;
	line-height: 1.64;
	margin: 0;
	padding: 0;
}

b,
strong {
	font-weight: 700;
}

h1 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	color: var(--c-dark-blue);
}

h2 {
	font-size: 3rem;
}

h3 {
	font-size: 1.223rem;
	color: var(--c-title-color);
}

h4,
h5 {
	line-height: 1.2;
	font-size: 1.125rem;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

h5 {
	font-weight: 500;
}

img {
	display: inline-block;
	vertical-align: middle;
}

.fz-64 {
	font-size: 4rem;
}

.fz-48 {
	font-size: 2.55rem;
}

.fz-36 {
	font-size: 2rem;
}

.fz-24 {
	font-size: 1.334rem;
}

.fz-18 {
	font-size: 1.125rem;
}

.fz-14 {
	font-size: 0.875rem;
}

.fz-12 {
	font-size: 0.75rem;
}

.fw-600 {
	font-weight: 600 !important;
}

.fw-700 {
	font-weight: 700 !important;
}

.rose {
	color: var(--c-rose) !important;
}

.blue {
	color: var(--c-blue) !important;
}

.dark-blue {
	color: var(--c-dark-blue) !important;
}

.title-ink {
	color: var(--c-title-color) !important;
}

a.menu-link {
	color: var(--c-title-color);
	line-height: 1;
}

a.button,
.wp-core-ui .welcome-btn {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.2;
	text-align: center;
	color: #ffffff;
	background: var(--c-blue);
	border-radius: 48px;
	padding: 20px 37px 19px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	margin: 0;
}

a.button:hover,
.wp-core-ui .welcome-btn:hover {
	color: #fff;
	background: #5292a2;
}

.img-fluid {
	width: 100%;
	max-width: 100%;
	height: auto;
}

a:hover {
	text-decoration: none;
	color: inherit;
	outline: none;
}

a:active {
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:focus,
a:visited {
	outline: none;
	text-decoration: none;
}

a,
button,
input {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a {
	color: inherit;
	text-decoration: none;
}

a.savoir {
	color: var(--c-rose);
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
button,
button:hover,
button:focus,
button:active {
	outline: none;
	font-family: "Poppins", sans-serif;
}

button:hover,
input:hover,
select:hover {
	//opacity: 0.8;
}

.bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

input[type="text"] {
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.block-container,
.wp-block-columns {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

.menu-mob-services {
	display: none;
	padding: 0 15px;
}


/* 

 * =========================

 * Footer styles

 * ========================= 

*/

footer.site-footer {
	background-color: var(--c-dark-blue);
	color: #ffffff;
	position: relative;
	padding-top: 1px;
	padding-bottom: 44px;
}

footer.site-footer .footer-top {
	background-color: var(--c-rose);
	position: relative;
}

.footer-container {
	max-width: 1168px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.footer-top__content {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 23px;
	margin: auto;
}

footer .brand-logo {
	position: absolute;
}

footer .brand-logo img {
	max-width: 140px;
	width: 100%;
	left: -12px;
}

.footer-top__content svg {
	margin-right: 11px;
}

.footer-bottom {
	border-top: 1px solid #fff;
	padding-top: 81px;
}

.footer-bottom__left {
	width: 59%;
}

.footer-bottom__right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 40%;
}

.footer-categories {
	display: flex;
	flex-wrap: wrap;
	max-width: 320px;
	width: 100%;
	background: var(--c-rose);
	border-radius: 24px;
}

.footer-categories li {
	width: 50%;
	border-bottom: 1px solid var(--c-dark-blue);
}

.footer-categories li:nth-child(odd) {
	width: 50%;
	border-right: 1px solid var(--c-dark-blue);
}

.footer-categories li a {
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
	color: #ffffff;
	padding: 8px 5px 10px 16px;
	display: flex;
	align-items: center;
	transition: all 0.4s ease-in-out;
}

.footer-categories li:hover a {
	text-shadow: 0.1px 0.1px white;
	transition: all 0.4s ease-in-out;
}

.footer-categories li:nth-child(1) a,
.footer-categories li:nth-child(2) a {
	padding-top: 14px;
}

.footer-categories li:nth-child(5) a,
.footer-categories li:nth-child(6) a {
	padding-bottom: 16px;
}

.footer-categories li img {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}

.footer-bottom__address {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 25px;
	margin-top: 30px;
}

.footer-bottom__credits {
	font-size: 14px;
	line-height: 120%;
}

.footer-bottom__cookies {
	font-size: 14px;
	line-height: 120%;
	color: var(--c-blue);
}

.footer-nav {
	color: #bfd9d0;
	font-weight: 500;
	font-size: 14px;
	line-height: 204.5%;
	margin-right: 5%;
}

.footer-nav li a {
	position: relative;
}

.footer-nav li a:after {
	content: "";
	width: 0;
	transition: all 0.5s ease;
	height: 1px;
	background: #bfd9d0;
	border-radius: 24px;
	position: absolute;
	right: 0;
	bottom: -2px;
}

.footer-nav li a:hover:after {
	width: 100%;
	left: 0;
}


/*

 * ========================

 * header.site-headerstyles

 * ========================

*/

.spicewpsearchform {
	display: block;
	width: 500px;
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 1px;
	z-index: 9999;
	background: #fff;
	padding: 20px;
	border: 5px solid #d05353;
}

#spicewpsearchform input[type="text"] {
	width: 78%;
	height: auto;
	border: 1px solid #5ca2df;
	padding: 11px 12px;
	border-radius: 0px !important;
}

#spicewpsearchform input[type="submit"] {
	line-height: 1;
	padding: 14px 20px;
	border-radius: 0px;
	height: auto;
	font-size: 15px;
	display: inline-block;
	border: 1px solid #5ca2df;
}

#spicewpsearchform:before {
	border-color: transparent transparent #d05353;
	border-style: solid;
	border-width: 0.5em;
	content: "";
	display: block;
	position: absolute;
	right: 22px;
	top: -20px;
	z-index: 10;
}


/**Css for image search icon**/

.spicewpsearch_icon {
	background-image: url("https://cdn.talentfinder.be/CPASWatermael2021/Images/icones/icone-recherche.svg");
	background-repeat: no-repeat;
	padding: 0 0 0 36px;
	background-position: 5px center;
	background-color: transparent;
	background-size: 18px 18px;
	width: 20px;
	height: 20px;
}

.search-btn {
	cursor: pointer;
	display: flex;
	align-items: center;
}

.form-group {
	/*display: flex;
	justify-content: flex-end;
	align-items: center;*/
}

.search-btn input {
	width: 0 !important;
	overflow: hidden;
	border: 0;
	transition: all 0.4s ease-in-out;
	border-radius: 24px;
	height: 30px;
	max-width: 110px;
}

.search-btn.active input::placeholder {
	color: #085e73;
}

.search-btn.active input {
	width: 100%;
	transition: all 0.4s ease-in-out;
	padding-left: 15px;
	padding-top: 1px;
	margin-left: 5px;
}


/* .header-wrapper-mob > ul li a {

	white-space: nowrap;

} */

.container {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

.banner {
	background: var(--c-dark-blue);
	padding: 18px;
	text-align: center;
	color: #fff;
	display: none;
}

.home .banner {
	display: block;
}

.home .banner~header.site-header {
	top: 63px;
}

.home .banner~header.site-header.scroll {
	top: 0;
}

.home header.site-header {
	background-color: transparent;
	transition: all 0.4s ease-in-out;
}

header.site-header {
	position: fixed;
	/*top: 63px;*/
	top: 0px;
	z-index: 999;
	width: 100%;
	height: 132px;
	background-color: #fff;
	transition: all 0.4s ease-in-out;
}

#wpadminbar+header.site-header {
	top: calc(64px + 20px);
}

#wpadminbar+header.site-header.scroll {
	top: 32px;
}

header.site-header.scroll {
	/*color: var(--c-blue);*/
	height: 120px;
	top: 0;
	background-color: #fff;
}

header.site-header.scroll .brand-logo img {
	max-width: 126px;
	left: -11px;
	transition: all 0.4s ease-in-out;
}

header.site-header.scroll .header-text {
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.header-wrapper-mob {
	display: flex;
}

.header-text {
	display: none;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: var(--c-title-color);
	margin-left: 11px;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.home .header-text {
	display: flex;
}

.header-text a {
	font-weight: bold;
	font-size: 25px;
	line-height: 31px;
	color: var(--c-blue);
}

header.site-header.active {
	/*background-color: var(--c-blue);*/
}

header.site-header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.navbar-nav {
	display: flex;
	align-items: center;
}

.navbar-nav li {
	color: var(--c-title-color);
	font-weight: 700;
	padding: 0 18px;
	position: relative;
}

.navbar-nav li a {
	position: relative;
}

.navbar-nav li a:after {
	content: "";
	width: 0;
	transition: all 0.5s ease;
	height: 1px;
	background: var(--c-rose);
	border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: -5px;
}

.navbar-nav li a:hover:after {
	width: 100%;
	left: 0;
}

.navbar-nav li.menu-item-has-children a:after {
	opacity: 0;
}

.brand-logo {
	padding-right: 172px;
	position: relative;
}

.brand-logo img {
	position: absolute;
	top: -1px;
	left: -16px;
	transition: all 0.4s ease-in-out;
}

.header-wrapper {
	display: flex;
	justify-content: flex-end;
	width: 68%;
	height: 100%;
}

.lang {
	display: flex;
	align-items: center;
}

.lang ul {
	display: flex;
}

.lang ul li {
	color: var(--c-blue);
}

.lang ul li.wpml-ls-current-language {
	color: var(--c-title-color);
}

.lang .wpml-ls-link .wpml-ls-display {
	display: none;
}

.mob-lang {
	display: none;
	position: absolute;
	bottom: 25px;
}

.header-content {
	display: flex;
	width: 32%;
	height: 100%;
}


/*header.site-header .brand-logo {

	opacity: 0;

	transition: .4s ease-in-out;

	display: flex;

	justify-content: center;

	align-items: center;

	position: relative;

	z-index: 1;

}

header.site-header.scroll .brand-logo {

	opacity: 1;

	animation: rotate 1.5s ease-in-out;



}*/

header.site-header nav {
	margin-right: 25px;
	margin-left: auto;
	width: 80%;
	height: calc(1rem * 1.2);
	position: relative;
	transition: 0.4s ease-in-out;
}

header.site-header.scroll nav {
	margin-right: auto;
}

.menu {
	display: flex;
	list-style-type: none;
	justify-content: center;
	align-items: center;
}

header.site-header .menu {
	position: absolute;
	right: 0%;
	transform: translateX(0%);
	transition: 0.4s ease-in-out;
}

header.site-header.scroll .menu {
	right: 50%;
	transform: translateX(50%);
}

.menu li {
	margin: 0 12px;
	font-weight: 600;
}

.menu li:first-of-type {
	margin-left: 0;
}

.menu li:last-of-type {
	margin-right: 0;
}

.menu-item-has-children:after {
	content: url(https://cdn.talentfinder.be/CPASWatermael2021/Images/icones/menu-check.svg);
	position: absolute;
	right: 1px;
	top: 50%;
	transform: translateY(-50%);
}

.sub-menu {
	position: absolute;
	background: var(--c-rose);
	border-radius: 24px;
	padding: 37px 3px 32px 21px;
	width: 100%;
	max-width: 358px;
	min-width: 358px;
	transform-origin: top;
	/* transform: scaleY(0); */
	overflow: auto;
	transform: translateY(-50px);
	opacity: 0;
	transition: all 0.4s ease-in-out;
	pointer-events: none;
}

.menu-item-has-children:hover .sub-menu {
	/* transform: scaleY(1); */
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	transition: all 0.4s ease-in-out;
}

.sub-menu li {
	margin-bottom: 10px;
}

.sub-menu li a {
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	line-height: 27px;
}

button.burger {
	width: 120px;
	height: 36px;
	position: relative;
	overflow: hidden;
	background: var(--c-title-color);
	display: none;
	justify-content: center;
	align-items: center;
	outline: none;
	border: none;
	padding: 0;
	margin: 0;
	color: #fff;
	border-radius: 48px;
}

.burger span {
	position: relative;
	display: block;
	width: 24px;
	height: 3px;
	background: #fff;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	border-radius: 100px;
}

.burger span:before,
.burger span:after {
	content: "";
	display: block;
	height: 3px;
	left: 0;
	background: #fff;
	border-radius: 100px;
	position: absolute;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-animation: gradientbgAnim 49s ease infinite;
	animation: gradientbgAnim 49s ease infinite;
}

.burger span:before {
	top: -6px;
	width: 24px;
}

.burger span:after {
	bottom: -6px;
	width: 24px;
}

.burger div {
	/*transform: translate(0, -50%);*/
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
	-ms-transform: matrix(-1, 0, 0, 1, 0, 0);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	margin-left: 13px;
	width: 24px;
}

.burger.active span {
	width: 0px;
}

.burger.active span:before {
	top: 0;
	width: 27px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.burger.active span:after {
	bottom: 0;
	width: 27px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*Service menu*/

.services-menu-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 53px;
}

.services-menu-container .thumb {
	background: var(--c-rose);
	border: 4px solid #ffffff;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.services-menu-container .thumb img {
	max-width: 48px;
	width: 100%;
	max-height: 48px;
}

.services-menu-container .post_all_link {
	background: #ffffff;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
	border-radius: 0 80px 80px 0;
	height: 80px;
	max-width: 501px;
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	overflow: hidden;
}

.services-menu-container .post .title {
	padding-left: 29px;
	font-weight: 700;
}

.services-menu-container .post {
	width: 49%;
}


/* 320 -  575*/

@media screen and (max-width: 575px) {
	/*	.services-menu-container .post_all_link {

		height: 60px;

	}



	.services-menu-container .thumb {

		width: 60px;

		height: 60px;

		flex: 0 0 60px;

	}



	.services-menu-container .thumb img {

		max-width: 42px;

		max-height: 42px;

	}



	.services-menu-container .post .title {

		padding-left: 6px;

		font-size: 1.1rem;

		line-height: 1.34;

	}*/
}


/*Footer Menu*/

.header-wrapper-mob .footer-top {
	background-color: var(--c-rose);
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #fff;
	display: none;
}

.header-wrapper-mob .footer-top .footer-top__text {
	text-align: center;
}

.header-wrapper-mob .footer-top .footer-top__text p {
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #ffffff;
}

.header-wrapper-mob .footer-top .footer-top__text a {
	font-weight: bold;
	font-size: 25px;
	line-height: 31px;
	text-align: center;
	color: #ffffff;
}


/*header.site-header:not(.scroll) a:not(.cta) {

	color: var(--c-blue);

}

header.site-header:not(.scroll) a:not(.cta)::before{

	background-color: var(--c-blue);

}*/


/*@keyframes rotate {

	from {

		transform: rotate(0deg);

	}

	to {

		transform: rotate(-360deg);

	}

}*/


/* Services page */

.page__services {
	padding-top: 132px;
}

.services-single_page {
	padding-top: 132px;
	padding-bottom: 0%;
}

.services-single_page h3 {
	margin-bottom: 30px;
}

.single-text__wrapper {
	padding-top: 64px;
}

.single-text__wrapper .wp-block-column:nth-child(2) {
	padding-bottom: 140px;
}

.lecpas-single_page .wp-block-columns {
	padding-top: 64px;
}


/* .services {

        width: 63.54%;

        margin-left: auto;

    } */

.postuler_text {
	padding-left: 25px;
}

.page__contact .wp-block-columns {
	padding-top: 4%;
}


/*Blog Page*/

.page-title-block {
	width: 100%;
	background-color: var(--c-rose);
	padding: 11px;
}

.page-title-block h2 {
	color: #fff;
	font-weight: normal;
	font-size: 2rem;
	line-height: 120%;
	margin-left: 204px;
}

.filter-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.filter-container select {
	background: var(--c-blue);
	border-radius: 32px;
	width: 300px;
	height: 64px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	outline: 0;
	opacity: 0;
}

.filter-container select option {
	color: #555;
	background-color: #fff;
}

.custom-select {
	
}

.custom-select:after {
	
}


/*.custom-select:hover {

     background-color: #b83729;

}

*/

.custom-select:active,
.custom-select.active {
	/*background-color: #fff;

	color: #9E9E9E;*/
}


/*.custom-select:active:after, .custom-select.active:after {

	transform: rotateZ(180deg);

	transition: all 0.5s;

	transform-origin: 50% 25%;

}*/

.custom-select:focus {
	outline: 2px;
}

.select {
	position: relative;
	margin: 0 12px;
}

.select-options {
	max-height: 200px;
	overflow-y: auto;
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: auto;
	max-width: 270px;
	width: 100%;
	padding: 0;
	list-style: none;
	background-color: #fff;
	border-radius: 0px 0px 5px 5px;
}

.custom-select.active {
	display: block;
}

.select-options li {
	color: #424242;
	cursor: pointer;
	margin: 0;
	padding: 12px 0;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	padding-left: 15px;
}

.select-options li:hover {
	color: #424242;
	background: rgba(113, 165, 178, 0.45);
}

.select-options li[rel="hide"] {
	display: none;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #f5f5f5;
	border-radius: 0 0 5px 0;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #9e9e9e;
}

.filter-container form {
	display: flex;
	align-items: center;
	justify-content: center;
}

.filter-container select option:focus {
	outline: none;
}

.filter-container select option::-ms-expand {
	display: none;
}

.blog_page {
	padding-top: 97px;
}

.blog-articles {
	padding: 71px 0;
}

.blog-articles .articles-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.blog-title-block {
	margin-top: 132px;
}

.blog-post_wrapper {
	width: 33.3%;
	padding: 0 15px;
	margin-bottom: 45px;
}

.blog-post_wrapper h4 {
	margin-bottom: 14px;
	margin-top: 23px;
	font-weight: 500;
	line-height: 36px;
}

.blog-post_img img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}

.blog-post_link {
	color: var(--c-blue);
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	margin-top: 30px;
	display: flex;
}

.blog-post_excerpt {
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #555555;
}


/*Blog Single Page*/

.blog-single_page {
	padding-top: 90px;
	padding-bottom: 10%;
}

.page-background-block .image-back {
	height: 360px;
	width: 100%;
	border-bottom: 1px solid var(--c-blue);
}

.retour-button {
	color: var(--c-blue);
	display: flex;
	margin-top: 60px;
}

.blog-single_page h2 {
	font-weight: 500;
	line-height: 1.57;
	margin-bottom: 48px;
	max-width: 600px;
	width: 100%;
}


/* page header */

header .page-header {
	padding-top: 149px;
	/* width: 40%; */
	width: 37.5%;
	/* max-width: 540px; */
	/* padding-left: 189px; */
	padding-left: 13.125%;
	padding-right: 111px;
}

header .page-header .brand-logo {
	display: inline-flex;
	padding-bottom: 66px;
}

header .page-header .title {
	width: 70vw;
	max-width: 640px;
}

header .page-header .excerpt {
	margin: 40px 0;
}

header .page-header .extra {
	margin: 40px 0 31px;
	font-weight: 400;
	line-height: 1.2;
}

header .page-header .extra a {
	font-size: 1rem;
	font-weight: normal;
}

header .page-header .extra p {
	margin: 30px 0 0;
	color: var(--c-ink);
}

.post .page-header .title {
	max-width: unset;
}

.post aside {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	/* padding-left: 189px; */
	padding-left: 13.125%;
	margin-top: 16px;
}

.post aside a {
	margin-top: 20px;
	max-width: 540px;
}

.post aside a:hover {
	color: var(--c-blue);
}

.services-post {
	width: 63.54%;
	margin-left: auto;
	padding-bottom: 55px;
	transform: translateY(-65px);
}

.services-post .post-content {
	max-width: 915px;
}

.services-post .preview-img-container {
	max-width: 915px;
	max-height: 480px;
	margin-bottom: 47px;
	position: relative;
}

.services-post .preview-img {
	padding-bottom: 52.46%;
	height: 0;
}

.services-post .preview-img img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.services-post .post-content {
	color: var(--c-ink);
	margin-left: 100px;
	max-width: 600px;
	margin-right: 50px;
}

.services-post .post-content h4 {
	color: var(--c-blue);
	max-width: 365px;
}


/* =========== 404 page ========== */

main#page-404 {
	min-height: 85vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 80px;
}

main#page-404 h1,
main#page-404 h2 {
	text-align: center;
}


/* ========== 404 page end ========= */

.made_by {
	display: flex;
	justify-content: flex-end;
	padding: 0 49.5px;
	margin-top: 6px;
}

.made_by a {
	text-decoration: none;
}


/* 

 * ===============================

 * Media Queries

 * ===============================

*/

@media (max-width: 1024px) {
	html {
		font-size: 14px;
	}
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2.5rem;
	}
	/* ======= Journal post page ======= */
	.journal-post {
		transform: none;
		width: 100%;
		padding: 0 89px 35px;
	}
	.journal-post__title {
		margin-left: 0;
	}
	/* ======= Journal post page end ======= */
	/* ============= Book card ============= */
	.book-wrapper--sm .book-card {
		max-width: 390px;
	}
	.book-wrapper--sm .book-card__info {
		padding: 15px 5px 10px 5px;
	}
	/* ======== Instagram block ========== */
	.insta-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 782px) {
	#wpadminbar+header.site-header {
		top: calc(46px + 20px);
	}
	#wpadminbar+header.site-header.scroll {
		top: 46px;
	}
}

@media (max-width: 768px) {}

@media (max-width: 767px) {
	/* 

	* =======================

	* Book meeting card

	* =======================

	*/
	.book-wrapper--sm {
		position: relative;
		padding: 15px 10px;
		bottom: 0;
		right: 0;
	}
	.book-card {
		width: 75%;
		flex-direction: column-reverse;
	}
	.book-wrapper--sm .book-card {
		flex-direction: row;
		max-width: 100%;
		border: 1px solid var(--c-gold);
		padding: 5px;
	}
	.book-card__info {
		padding: 35px 20px 20px;
	}
	.book-card__img {
		width: 100%;
		margin: 0 auto;
	}
	footer .container {
		/* margin-top: 452px; */
		margin-top: 480px;
	}
	.book-wrapper--lg {
		top: -70px;
	}
}

@media (max-width: 575px) {
	#wpadminbar {
		position: fixed;
	}
	header .page-header {
		padding: 120px 20px 10px 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: 100%;
		width: 100%;
	}
	header .page-header .title {
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
	header .page-header .extra {
		text-align: center;
	}
	.bg-color-column {
		visibility: hidden;
	}
	.page-header .col.col-left,
	.col.col-left.page-header {
		position: relative;
	}
	.page-header .col.col-left::before {
		content: "";
		position: absolute;
		z-index: -1;
		top: -149px;
		left: -20px;
		width: calc(100% + 40px);
		height: calc(100% + 149px + 50px);
		background: var(--c-gold);
		opacity: 0.05;
	}
	.col.col-left.page-header::before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: var(--c-gold);
		opacity: 0.05;
	}
	.post aside {
		width: 100%;
		padding: 0 20px 50px;
		align-items: center;
	}
	.services-post {
		transform: translateY(0);
		width: 100%;
		padding: 0 20px 55px;
	}
	.services-post .post-content {
		margin: 0 auto;
	}
	.journal-content {
		padding: 20px 0;
	}
	.pinned-post {
		flex-direction: column;
		padding: 0 25px;
		align-items: center;
		justify-content: flex-start;
		margin: 20px 0 50px;
	}
	.pinned-post__thumb-container {
		flex: none;
	}
	.pinned-post__description {
		padding: 20px 10px 0;
		width: 100%;
	}
	.pinned-post__title,
	.pinned-post__excerpt {
		max-width: 100%;
	}
	.journal-content .container {
		flex-direction: column;
		padding: 0 25px;
	}
	.journal-content .categories {
		width: 100%;
		margin-right: inherit;
	}
	.journal-content .journal-posts {
		padding: 10px 0;
		grid-template-columns: 1fr;
	}
	.widget_categories ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	/* ======= Journal post page ======= */
	.journal-post {
		width: 100%;
		padding: 0 20px 30px;
	}
	.journal-post__title {
		max-width: 100%;
		padding: 0;
		text-align: center;
	}
	.journal-post section {
		flex-direction: column-reverse;
	}
	.journal-post__content {
		padding: 0;
		flex: none;
		width: 100%;
	}
	/* ======= Journal post page end ======= */
	.genesis-custom-block:not(.home-page-header) .container {
		width: 100% !important;
		padding: 0 20px;
	}
	footer .brand-logo,
	footer .menu-container,
	footer .cta {
		display: none;
	}
	footer .contacts {
		padding-top: 73px;
	}
	.made_by {
		justify-content: center;
		margin-top: 30px;
	}
	/* ======== Instagram block ========== */
	.insta-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}


/* Keyframes */

.wpcf7 {
	background-color: rgba(191, 217, 208, 0.2);
	border-radius: 24px;
	padding: 30px 40px;
	max-width: 640px;
	width: 100%;
}

.wpcf7 h4 {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: var(--c-blue);
}

.postuler__wrap {
	display: flex;
	justify-content: space-between;
}

.postuler__wrap label {
	width: 48%;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #888888;
}

.postuler__wrap-full label,
.postuler__wrap-textarea label {
	width: 100%;
}

.postuler__wrap label .postuler__title {
	padding-left: 25px;
}

.postuler__wrap .form__input {
	border: 1px solid #bfd9d0;
	background: #fff;
	border-radius: 100px;
	height: 48px;
	width: 100%;
	padding: 10px 25px;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: var(--c-dark-blue);
}

.postuler__wrap-textarea .form__input {
	height: auto;
	max-height: 500px;
	border-radius: 24px;
	max-width: 560px;
	width: 100%;
	min-width: 230px;
	min-height: 100px;
}

.postuler__wrap.address label:nth-of-type(1) {
	width: 64%;
}

.postuler__wrap.address label:nth-of-type(2) {
	width: 34%;
}

.postuler__wrap.locate label:nth-of-type(1) {
	width: 34%;
}

.postuler__wrap.locate label:nth-of-type(2) {
	width: 64%;
}

.postuler__wrap input:active,
.postuler__wrap input:focus {
	border-color: var(--c-rose) !important;
	outline: none;
}

.postuler__wrap select:active,
.postuler__wrap select:focus {
	border-color: var(--c-rose) !important;
	outline: none;
}

.postuler__wrap select {
	-moz-appearance: none;
	/* Firefox */
	-webkit-appearance: none;
	/* Safari and Chrome */
	appearance: none;
}

.wpcf7 input.form_submit,
.wpcf7 input[type="submit"] {
	background: var(--c-blue);
	border-radius: 48px;
	height: 64px;
	max-width: 240px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 24px;
	line-height: 105%;
	color: #fff;
	border: none;
	margin-top: 30px;
}

.wpcf7 input.form_submit.contact_submit,
.wpcf7 input[type="submit"].contact_submit {
	margin-top: 50px;
}

.cookies-container {
	max-width: 761px;
	width: 100%;
	padding-top: 133px;
	padding-bottom: 68px;
}

.page__cookies {
	padding-top: 132px;
}

.main__search {
	padding-top: 100px;
}

.page__search,
.page__search-results {
	padding-top: 133px;
	padding-bottom: 68px;
	min-height: 70vh;
}

.main__search .blog-post_wrapper img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}

.main__search .article-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.search.mobile {
	margin-bottom: 35px;
}

.search.mobile input {
	background: #ffffff;
	border: 1px solid #71a5b2;
	border-radius: 100px;
	padding: 10px 25px;
}

.search.mobile .form-group {
	justify-content: flex-start;
}


/* 1200 -  1300*/

@media screen and (max-width: 1300px) {
	.container,
	.block-container,
	.wp-block-columns,
	.footer-container {
		padding: 0 15px;
	}
	.brand-logo {
		padding-right: 155px;
	}
	.search-btn input {
		max-width: 100px;
	}
	.home .header-text {
		margin-left: 20px;
	}
	.header-content {
		width: 31%;
	}
	.header-text a {
		font-size: 22px;
	}
	.header-wrapper {
		width: 68%;
	}
	.brand-logo img {
		max-width: 170px;
	}
	.footer-bottom__left {
		width: 54%;
	}
	.footer-bottom__right {
		width: 45%;
	}
	.blog-single_page {
		padding-top: 6%;
	}
	#map {
		height: 47vh !important;
	}
}


/* 992 -  1199*/

@media screen and (max-width: 1199px) {
	header.site-header {
		height: 100px;
	}
	.navbar-nav li.menu-item-has-children a:after {
		opacity: 1;
	}
	.page__services,
	.services-single_page {
		padding-top: 100px;
	}
	.blog-title-block {
		margin-top: 100px;
	}
	.site-header.active .header-wrapper-mob {
		top: 100px;
	}
	header.site-header .header-wrapper-mob {
		min-height: calc(100vh - 100px);
	}
	.single-text__wrapper .wp-block-column:nth-child(2) {
		padding-bottom: 120px;
	}
	.header-wrapper {
		align-items: center;
	}
	.brand-logo {
		padding-right: 145px;
	}
	.header-content {
		width: 31%;
	}
	.header-wrapper {
		width: 69%;
	}
	.brand-logo img {
		/*width: 100%;*/
		max-width: 160px;
	}
	.lang,
	.mob-lang,
	.search-btn,
	.header-content {
		z-index: 2;
	}
	.home .header-text {
		display: none;
	}
	.menu-item-has-children .sub-menu,
	.menu-item-has-children:nth-child(3):after {
		display: none;
	}
	button.burger {
		display: flex;
		order: 2;
	}
	header.site-header .header-wrapper-mob {
		width: 100%;
		min-height: calc(100vh - 80px - 20px);
		background-color: #fff;
		position: fixed;
		top: -200vh;
		left: 0;
		transition: top 0.55s ease-in-out 0.1s;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	header.site-header .header-wrapper .nav {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.menu-mob-services {
		display: flex;
		transition: top 0.55s ease-in-out 0.1s;
		max-width: 1050px;
		width: 100%;
	}
	.header-wrapper-mob .footer-top {
		display: flex;
	}
	.site-header.active .menu-mob-services {
		transition: top 0.55s ease-in-out 0.1s;
	}
	#wpadminbar+header.site-header.scroll .nav {
		min-height: calc(100vh - 80px);
	}
	#wpadminbar+header.site-header.scroll .nav.active {
		top: calc(80px + 46px);
	}
	/* #wpadminbar + header.site-header nav {

        top: calc(80px + 20px + 46px);

    } */
	#wpadminbar+header.site-header .nav.active {
		top: calc(80px + 20px + 46px);
	}
	.site-header.active .header-wrapper-mob {
		top: calc(80px + 20px);
	}
	/*header.site-header.scroll .nav {

		min-height: calc(100vh - 80px);

	}*/
	header.site-header.scroll nav.active {
		top: 80px;
	}
	header.site-header .menu {
		transform: translateX(0) !important;
	}
	header.site-header .menu li {
		margin: 22px auto;
		font-size: 2rem;
	}
	header.site-header nav.active a:not(.cta) {
		color: #ffffff;
	}
	header.site-header .brand-logo {
		order: 1;
	}
	.blog_page {
		padding-top: 7%;
	}
	.blog-single_page .wp-block-columns {
		padding: 0;
	}
	.page__contact .wp-block-column,
	.page__contact .wp-block-column:not(:only-child) {
		flex-basis: 100% !important;
		margin-left: 0;
	}
	.page__contact .wpcf7 {
		margin: auto;
	}
}


/* 768 -  991*/

@media screen and (max-width: 991px) {
	.single-text__wrapper .wp-block-column,
	.single-text__wrapper .wp-block-column:not(:only-child) {
		flex-basis: 100% !important;
		margin-left: 0;
	}
	.single-text__wrapper .wp-block-column:not(:first-child) {
		padding-top: 40px;
	}
	.footer-bottom__left {
		width: 40%;
	}
	.footer-bottom__right {
		width: 55%;
	}
	.blog-post_wrapper {
		width: 50%;
	}
	.blog-single_page .wp-block-column:not(:only-child) {
		flex-basis: calc(75% - 1em) !important;
	}
}


/* 576 -  767*/

@media screen and (max-width: 767px) {
	.page-template-page-contact .address-block .address__item {
		width: 50%;
		padding-right: 15px;
	}
	.menu-mob-services {
		display: none;
	}
	header.site-header .header-wrapper .nav {
		flex-direction: column;
	}
	.menu-item-has-children:after {
		display: none;
	}
	.navbar-nav li {
		margin-bottom: 15px;
		font-size: 18px;
	}
	.footer-container {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.footer-bottom__left {
		width: 100%;
		margin-top: 20px;
	}
	.footer-bottom__right {
		width: 100%;
		justify-content: flex-end;
	}
	.footer-bottom {
		padding-top: 21px;
	}
	.filter-container form {
		flex-direction: column;
	}
	.filter-categories {
		margin-bottom: 30px;
	}
	.blog-articles {
		padding: 8% 0;
	}
	.blog-single_page h2 {
		margin-bottom: 5%;
	}
	.front-page .wp-block-column,
	.front-page .wp-block-column:not(:only-child) {
		flex-basis: 100% !important;
		margin-left: 0;
	}
}


/* 320 -  575*/

@media screen and (max-width: 575px) {
	.page-template-page-contact .address-block .address__item {
		width: 100%;
		padding-right: 0px;
	}
	.home .banner~header.site-header {
		top: 57px;
	}
	header.site-header.scroll {
		height: 86px;
	}
	.brand-logo {
		padding-right: 105px;
	}
	header.site-header {
		height: 86px;
	}
	button.burger {
		min-width: 120px;
	}
	.brand-logo img {
		max-width: 104px;
		top: 0;
		left: -8px;
	}
	.site-header.active .header-wrapper-mob {
		top: 86px;
	}
	.header-wrapper-mob .footer-top {
		display: none;
	}
	header.site-header .header-wrapper-mob {
		min-height: calc(100vh - 86px);
	}
	.lang {
		display: none;
	}
	.mob-lang {
		display: flex;
	}
	.footer-bottom__right {
		flex-direction: column;
		justify-content: center;
	}
	.footer-nav {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.footer-top__content {
		padding: 23px 0;
	}
	.page__services {
		padding-top: 86px;
	}
	.services-single_page {
		padding-top: 86px;
	}
	.blog-title-block {
		margin-top: 86px;
	}
	.postuler__wrap {
		flex-direction: column;
	}
	.postuler__wrap label {
		margin-bottom: 15px;
	}
	.postuler__wrap br {
		display: none;
	}
	.postuler__wrap label,
	.postuler__wrap.address label:nth-of-type(1),
	.postuler__wrap.address label:nth-of-type(2),
	.postuler__wrap.locate label:nth-of-type(1),
	.postuler__wrap.locate label:nth-of-type(2) {
		width: 100%;
	}
	.wpcf7 input[type="submit"] {
		margin-top: 50px;
	}
	.wpcf7 {
		padding: 20px 15px;
	}
	.blog-post_wrapper {
		width: 100%;
	}
	.filter-container select,
	.custom-select {
		width: 250px;
	}
	.page-title-block h2 {
		margin-left: 105px;
	}
	.page-background-block .image-back {
		height: 230px;
	}
	.blog-single_page h2 {
		font-size: 2.45rem;
		line-height: 1.3;
	}
	.additional-text-block div {
		font-size: 1rem;
		margin-bottom: 4%;
	}
	#map {
		height: 42vh !important;
	}
}


/* 320 -  390*/

@media screen and (max-width: 390px) {
	header.site-header.scroll {
		height: 86px;
	}
	header.site-header.scroll .brand-logo img {
		max-width: 104px;
		left: -8px;
		top: 0;
	}
	.form-group {
		position: relative;
	}
	.search-btn input {
		position: absolute;
		bottom: -35px;
		right: -24px;
		opacity: 0;
	}
	.search-btn.active input {
		opacity: 1;
		width: 100px;
	}
}