h3{
    font-size: 1.3rem;
}
.HeaderLanding.armony_header_top {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	left: 0;
}

section.enteteLanding {
	background-position: center !important;
	overflow: hidden;
	position: relative;
	height: 380px;
	background-size: cover !important;
}

section.enteteLanding:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(14 14 14 / 50%);
	top: 0;
	display: block;
	z-index: 0;
}

section.enteteLanding .container.text-center {
	padding-top: 7%;
	color: #fff;
	z-index: 9;
	position: relative;
	padding-bottom: 8%;
}

section.enteteLanding .container.text-center h1,
section.enteteLanding .container.text-center h2,
section.enteteLanding .container.text-center h3 {
	font-size: 44px;
}

section.block_image_texte {
	margin-top: 25px;
	margin-bottom: 25px;
}

section.block_image_texte .image_landing {
	min-height: 500px;
	width: 100%;
	background-size: cover;
	background-position: center !important;
}

section.block_image_texte .BlTexte :is(h1, h2, h3) {
	color: #97A4AF;
	font-family: "Fjalla";
	text-decoration: underline;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 42px;
}

section.block_image_texte .BlTexte :is(p) {
	margin-bottom: 0;
	color: #97A4AF;
	font-size: 13px;
	font-family: "Open-Sans";
}

section.block_image_texte .BlTexte a {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	font-family: "Open-Sans";
	margin-top: 30px;
	display: inline-flex;
	width: 100%;
	white-space: nowrap;
	align-items: center;
}

section.block_image_texte .BlTexte a:before,
section.block_image_texte .BlTexte a:after {
	position: relative;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: auto;
	visibility: inherit;
	box-sizing: border-box;
	height: 2px;
	background-color: currentColor;
	content: "";
	transition: width .35s ease, margin .35s ease;
	will-change: width, margin;
	width: 100%;
	margin-right: 0;
	margin-left: 5px;
}

section.block_image_texte .BlTexte a:before {
	overflow: hidden;
	width: 0px;
	margin-left: 0;
	transition: all 1s;
}

section.block_image_texte .BlTexte a:hover:before {
	display: block;
	width: 40px;
	margin-right: 5px;
}

.block_carrousel_images .armony_post_slider {
	margin-left: -15px !important;
	margin-right: -15px !important;
	padding: 0 !important;
}

.block_carrousel_images .custom-nav .owl-prev {
	left: -30px !important;
}

.block_carrousel_images .custom-nav .owl-next {
	right: -30px !important;
}

a.glightbox_video {
	position: relative;
	overflow: hidden;
}

.glightbox_video .overlay {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(14 14 14 / 50%);
	display: flex;
	z-index: 0;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.glightbox_video .overlay:before {
	content: "";
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: rgb(255 255 255 / 48%);
	position: absolute;
}

.glightbox_video .overlay:after {
	content: "";
	height: 0;
	width: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	position: absolute;
	left: 50%;
	margin-left: -3.5%;
	border-left: 80px solid white;
}

.ContenuTexteForm {
	padding: 15px;
	margin: -15px;
}

.ContenuTexteForm :is(h1, h2, h3) {
	color: #000000;
}

.ContenuTexteForm :is(h1 strong, h2 strong, h3 strong) {
	font-weight: bold;
}

.ContenuTexteForm :is(p),
.ContenuTexteForm {
	margin-bottom: 5px;
	color: #97A4AF;
	font-size: 13px;
	font-family: "Open-Sans";
}

.ContenuTexteForm hr {
	width: 130px;
	margin-left: 0;
	border-top: 1px solid #d8dde1;
}

.ContenuTexteForm img {
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

section.double_block {
	margin-top: 40px;
}

section.double_block .row {
	margin-right: -30px;
	margin-left: 0px;
}

section.double_block .FormTexte {
	padding-right: 0;
}

.FormTexte .row {
	margin-right: 0px !important;
	margin-left: 0px;
}

.FormTexte .formulaireLangindFond {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 20px 60px #00000024;
	border-radius: 5px;
	opacity: 1;
	padding: 30px 40px;
	font-size: 14px;
	margin-top: -100px;
	color: #838383;
}

.FormTexte .formulaireLangindFond :is(h1, h2, h3, h4) {
	font-size: 40px;
	color: #000000;
	margin-bottom: 25px;
}

.formulaireLangindFond .form-field {
	background: #F8F8F8;
	border: white;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	padding-left: 10px;
	font-size: 14px;
	text-transform: uppercase;
}

.formulaireLangindFond .wpcf7-textarea {
	min-height: 90px;
	padding-top: 10px;
}

.formulaireLangindFond span.wpcf7-list-item {
	margin: 0 0 0 0 !important;
	padding-left: 0;
	text-indent: 0;
}

.formulaireLangindFond .captcha-image {
	border: 1px solid;
	padding: 10px;
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 15px;
}

.armony_btn {
	border-color: #233746;
	margin-left: 30px;
	color: #233746;
	font-size: 12px;
	font-family: 'Sansation';
	font-weight: bold;
	border-radius: 0px;
	line-height: 40px;
}

@media screen and (min-width: 767px) and (max-width: 1179px) {
	.FormTexte .formulaireLangindFond {
		margin-top: 0;
	}

	section.double_block .FormTexte {
		padding-right: 15px;
		margin-left: -15px;
	}


}


@media screen and (min-width: 992px) and (max-width: 1025px) {

	section.double_block .FormTexte {
		padding-right: 15px;
		margin-left: 8.333333%;
	}

	.FormTexte .formulaireLangindFond {
		margin-top: -100px;
	}

	.formulaireLangindFond .form-group [class*="col-"] {
		padding: 0;
		padding-right: 10px;
	}

}

@media screen and (min-width: 690px) and (max-width: 768px) {

	.armony_btn {
		display: none !important;
	}
}

@media (max-width: 43rem) {

	section.enteteLanding {
		height: 300px;
	}

	section.enteteLanding .container.text-center {
		padding-top: 11%;
		color: #fff;
		z-index: 9;
		position: relative;
		padding-bottom: 8%;
	}


	.armony_btn {
		display: none !important;
	}

	.FormTexte .formulaireLangindFond {
		margin-top: 0;
	}

	section.double_block .FormTexte {
		padding-right: 15px;
		margin-left: -15px;
	}

	.form-group {
		margin-bottom: 0;
	}

	.formulaireLangindFond .form-field {
		margin-bottom: 10px;
	}

	.formulaireLangindFond .form-group [class*="col-"] {
		padding: 0;
	}

	section.block_image_texte .image_landing {
		min-height: 260px;
	}

	section.block_image_texte .BlTexte :is(h1, h2, h3) {
		font-size: 30px;
	}


	.glightbox_video .overlay:after {
		margin-left: -6.5%;
	}

}