/*!
Theme Name: Enbro
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: enbro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Enbro is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@font-face {
	font-family: 'proxima-nova';
	src: url('./assets/webfont/proximanova-black-webfont.woff2') format('woff2'),
		url('./assets/webfont/proximanova-black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'proxima-nova';
	src: url('./assets/webfont/Metropolis-SemiBold.eot');
	src: url('./assets/webfont/Metropolis-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('./assets/webfont/Metropolis-SemiBold.woff2') format('woff2'),
		url('./assets/webfont/Metropolis-SemiBold.woff') format('woff'),
		font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'proxima-nova-regular';
	src: url('./assets/webfont/Metropolis-Regular.eot');
	src: url('./assets/webfont/Metropolis-Regular.eot?#iefix') format('embedded-opentype'),
		url('./assets/webfont/Metropolis-Regular.woff2') format('woff2'),
		url('./assets/webfont/Metropolis-Regular.woff') format('woff'),
		font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proxima-nova-bold';
	src: url('./assets/webfont/Metropolis-Bold.eot');
	src: url('./assets/webfont/Metropolis-Bold.eot?#iefix') format('embedded-opentype'),
		url('./assets/webfont/Metropolis-Bold.woff2') format('woff2'),
		url('./assets/webfont/Metropolis-Bold.woff') format('woff'),
		font-weight: normal;
	font-style: normal;
}

/**Boxing*/
*,
::after,
::before {
	box-sizing: border-box;
	border: 0 solid #e5e7eb;
}

/** style body*/

body {
	margin: 0px;
	line-height: inherit;
}

body,
html {
	scroll-behavior: smooth !important;
}

html {
	overflow-x: hidden !important;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: inline-block;
}

body {
	overflow-x: hidden !important;
}

main {
	margin-bottom: auto;
	padding-top: 118px;
}

/*aside{
    max-width: 1136px;
    margin: auto;
    padding: auto;
}*/

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
	font: inherit;
}

input:focus,
button:focus,
textarea:focus,
select:focus {
	outline: none;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
	margin: 0px;
}

/**Typography**/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

/*buttons*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0px;
	padding: 0px;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
	appearance: button;
	background-color: initial;
	background-image: none;
}

[role="button"],
button {
	cursor: pointer;
}

button,
select {
	text-transform: none;
}

button {
	transition: all 0.4s ease-in-out;
}

/* Links
--------------------------------------------- */
a {
	color: inherit;
	text-decoration: inherit;
	scroll-padding-top: 110px;
	scroll-margin-top: 110px;
}

/***images,videos...*****/
img,
video {
	max-width: 100%;
	height: auto;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
	display: block;
	vertical-align: middle;
}

/* Remove list styles on ul, ol elements with a class attribute */
menu,
ol,
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/***************************
 ***********************/
hr {
	height: 0;
	color: inherit;
	border-top-width: 1px;
}

/***************************
 ***********************/
/******style for header*********/
header#masthead,
header#masthead-aide-contact {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}

.site-header .site-branding .site-title,
.site-header .main-navigation .menu-toggle,
.site-header .menu-toggle,
.site-header-aide-contact .site-branding .site-title,
.site-header-aide-contact .main-navigation .menu-toggle,
.site-header-aide-contact .menu-toggle {
	display: none;
}

.site-header-aide-contact .secondary-menu-container {
	padding-bottom: .5rem;
	padding-top: .5rem;
}

.site-header .secondary-menu-container {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.burger-icon,
.close-icon,
.burger-icon-aide-contact,
.close-icon-aide-contact {
	width: 24px;
	height: 24px;
}

.burger-icon-aide-contact path,
.close-icon-aide-contact path {
	stroke: #fff;
}

.site-header .site-branding img.logo-enbro-header,
.site-header-aide-contact .site-branding img.logo-enbro-header {
	height: 3rem;
	width: auto !important;
	max-width: initial !important;
}

.site-header .max-container-header-enbro,
.site-header-aide-contact .max-container-header-enbro {

	padding-left: 0;
	padding-right: 0;
	max-width: 1216px;
	width: 100%;
	display: block;
	margin: auto;
}

.site-header .max-container-header-enbro .content-header-enbro,
.site-header-aide-contact .max-container-header-enbro .content-header-enbro {
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: center;
}

.site-header .max-container-header-enbro .content-header-enbro .header-button-container,
.site-header-aide-contact .max-container-header-enbro .content-header-enbro .header-button-container {
	width: 25%;
	justify-content: flex-end;
	align-items: center;
	display: flex;
}

.site-header .max-container-header-enbro .content-header-enbro .site-branding,
.site-header-aide-contact .max-container-header-enbro .content-header-enbro .site-branding {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 16.666667%;

}

.site-header .max-container-header-enbro .content-header-enbro .main-navigation,
.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation {
	margin-left: auto;
	flex-direction: row;
	justify-content: center !important;
	align-items: center;
	display: flex;
	width: 100%;
}

.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-1-container,
.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-3-container,
.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-1-container,
.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-3-container {
	margin-left: auto;
	align-items: center;
	justify-content: center !important;
	display: flex;
	width: 50%;
}

,
.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-fr-container,
.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-nl-container {
	display: flex;
	align-items: center;
	justify-content: flex-end !important;

}

.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-fr-container {
	display: flex;
	align-items: center;
	justify-content: flex-end !important;
	width: 25%;
	margin-left: auto;
}

.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-nl-container {
	display: flex;
	align-items: center;
	justify-content: flex-end !important;
	width: 25%;
	margin-left: auto;
}

.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-fr-container ul#custom-menu,
.site-header .menu-mobile .menu-custom-menu-fr-container ul#custom-menu,
.site-header-aide-contact .menu-mobile-aide-contact .menu-custom-menu-fr-container ul#custom-menu,
.site-header .menu-mobile .menu-custom-menu-nl-container ul#custom-menu,
.site-header-aide-contact .menu-mobile-aide-contact .menu-custom-menu-nl-container ul#custom-menu,
.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-fr-container ul#custom-menu,
.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-nl-container ul#custom-menu,
.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-nl-container ul#custom-menu {
	display: flex;
}

.site-header .menu-mobile .menu-custom-menu-nl-container ul#custom-menu .pll-parent-menu-item,
.site-header-aide-contact .menu-mobile-aide-contact .menu-custom-menu-nl-container ul#custom-menu .pll-parent-menu-item {
	display: none;
}

.site-header .menu-mobile .menu-langue-mobile,
.site-header-aide-contact .menu-mobile-aide-contact .menu-langue-mobile {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.site-header .menu-mobile .menu-langue-mobile .lang-name,
.site-header-aide-contact .menu-mobile-aide-contact .menu-langue-mobile .lang-name {
	color: black !important;
	text-transform: uppercase;
	font-family: inter !important;
	border-radius: 5px;
	padding: 4px 10px;
	font-size: 16px !important;
	font-weight: 500;
	border: none;
	cursor: pointer;
}


/* Afficher le sous-menu au survol */
/*.site-header .menu-mobile .menu-custom-menu-nl-container #custom-menu .pll-parent-menu-item:hover .sub-menu,
.site-header-aide-contact .menu-mobile-aide-contact .menu-custom-menu-nl-container #custom-menu .pll-parent-menu-item:hover .sub-menu,
.site-header .menu-mobile .menu-custom-menu-fr-container #custom-menu .pll-parent-menu-item:hover .sub-menu,
.site-header-aide-contact .menu-mobile-aide-contact .menu-custom-menu-fr-container #custom-menu .pll-parent-menu-item:hover .sub-menu{
    display: block;
	position: absolute;
  left: 45%;
}*/
.site-header .max-container-header-enbro .content-header-enbro .header-button-container,
.site-header-aide-contact .max-container-header-enbro .content-header-enbro .header-button-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 25%;
}

.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-langage .menu-custom-menu-fr-container ul .menu-item-4834 a,
#site-navigation.main-navigation.menu-mobile .menu-langage .menu-custom-menu-fr-container ul .menu-item-4834 a,
.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-langage .menu-custom-menu-nl-container ul .menu-item-4835 a,
#site-navigation.main-navigation.menu-mobile .menu-langage .menu-custom-menu-nl-container ul .menu-item-4835 a {
	font-weight: 300 !important;
	--tw-text-opacity: 1;
	color: rgb(255 255 255);
	transition-duration: .5s;
	font-family: proxima-nova;
	background-color: rgb(30 113 183);
	padding: 17px 20px;
	border-radius: 6px;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 17px;
}


.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-langage .menu-custom-menu-fr-container .pll-parent-menu-item,
.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-fr-container ul .pll-parent-menu-item,
.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-langage .menu-custom-menu-nl-container .pll-parent-menu-item,
.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-nl-container ul .pll-parent-menu-item {
	padding-left: .75rem;
}

.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-nl-container ul .pll-parent-menu-item .sub-menu li a,
.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-fr-container ul .pll-parent-menu-item .sub-menu li a {
	color: black;
	text-transform: uppercase;
	font-family: inter;
	border-radius: 5px;
	padding: 4px 10px;
	font-size: 16px;
	font-weight: 500;
	border: none;
	cursor: pointer;
}

.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-fr-container ul .pll-parent-menu-item a,
.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-nl-container ul .pll-parent-menu-item a {
	color: white;
	text-transform: uppercase;
	font-family: inter;
	border-radius: 5px;
	padding: 4px 10px;
	font-size: 16px;
	font-weight: 500;
	border: none;
	cursor: pointer;
}

.site-header .menu-mobile .menu-langue-mobile .sub-menu li a,
.site-header-aide-contact .menu-mobile-aide-contact .sub-menu li a {
	color: black !important;
	text-transform: uppercase;
	font-family: inter !important;
	border-radius: 5px;
	padding: 4px 10px;
	font-size: 16px !important;
	font-weight: 500;
	border: none;
	cursor: pointer;
}

.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-langage .menu-custom-menu-fr-container ul .pll-parent-menu-item a,

.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-langage .menu-custom-menu-nl-container ul .pll-parent-menu-item a {
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	border-radius: 5px;
	padding: 4px 10px;
	font-size: 16px;
	font-weight: 500;
	border: none;
	cursor: pointer;
}

.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-fr-container ul .pll-parent-menu-item .sub-menu li a span,
.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-nl-container ul .pll-parent-menu-item .sub-menu li a span {
	color: black;
}

#site-navigation.main-navigation.menu-mobile .header-button-container .header-button,
.site-header-aide-contact #site-navigation.main-navigation.menu-mobile-aide-contact .header-button-container .header-button {
	font-weight: 300 !important;
	color: rgb(255 255 255);
	font-family: proxima-nova-regular;
	font-size: 17px;
	background: none;
}

#site-navigation.main-navigation.menu-mobile .header-button-container,
.site-header-aide-contact #site-navigation.main-navigation.menu-mobile-aide-contact .header-button-container {
	text-align: center;
	padding-top: 15px;
}

.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-fr-container ul .menu-item-4834 a,
.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-nl-container ul .menu-item-4835 a {
	font-weight: 300 !important;
	--tw-text-opacity: 1;
	color: #1a1328 !important;
	transition-duration: .5s;
	font-family: proxima-nova;
	background-color: #fff;
	padding: 17px 24px;
	border-radius: 6px;
	font-size: 18px;
	line-height: 24px;
}

.site-header-aide-contact .max-container-header-enbro .content-header-enbro .header-button-container .header-button:hover {
	background-color: #f7f4f2;
}

.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-1-container ul,
.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-1-container ul,
.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-3-container ul,
.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-3-container ul {
	display: flex;
	flex-direction: row;
	gap: 1.5rem;
}

.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-1-container ul li a,
.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-3-container ul li a {
	font-family: proxima-nova-regular;
	font-weight: 400;
	color: rgb(26 19 40);
	font-size: 18px;
}

.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-1-container ul li a,
.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-3-container ul li a {
	font-family: proxima-nova-regular;
	font-weight: 400;
	color: #fff;
	font-size: 18px;
}

.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-1-container ul .current-page-ancestor a,
.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-3-container ul .current-page-ancestor a {
	font-weight: 700;
	text-decoration: underline;
}

.site-header .secondary-menu-container {
	background-color: rgb(241 245 251);
	display: block;
}

.site-header-aide-contact .secondary-menu-container {
	background: linear-gradient(90deg, rgba(30, 113, 183, 1) 0%, rgba(67, 158, 216, 1) 100%);
	display: block;
}

.site-header .secondary-menu-container .max-container-secondary-menu,
.site-header-aide-contact .secondary-menu-container .max-container-secondary-menu {
	margin: auto;
	display: block;
	width: 100%;
	max-width: 1216px;
	padding-left: 0;
	padding-right: 0;
}

.site-header .secondary-menu-container .max-container-secondary-menu .secondary-navigation .menu-menu-2-container,
.site-header-aide-contact .secondary-menu-container .max-container-secondary-menu .secondary-navigation .menu-menu-2-container {
	padding-top: .2rem;
	padding-bottom: .2rem;
}

.site-header .secondary-menu-container .max-container-secondary-menu .secondary-navigation ul,
.site-header-aide-contact .secondary-menu-container .max-container-secondary-menu .secondary-navigation ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	gap: 1.5rem;
	padding-bottom: 0.2rem;
	padding-top: 0.2rem;
}

.site-header .secondary-menu-container .max-container-secondary-menu .secondary-navigation ul li a {
	font-family: proxima-nova-regular;
	font-size: 14px;
	font-weight: 400;
	color: rgb(26 19 40);
}

.site-header-aide-contact .secondary-menu-container .max-container-secondary-menu .secondary-navigation ul li a {
	font-family: proxima-nova-regular;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

body.page-id-22 main,
body.page-id-624 main,
body.page-id-2062 main {
	padding-top: 119px !important;
}

body.page-id-4524 main,
body.page-id-4526 main,
body.page-id-4536 main {
	padding-top: 113px !important;
}

#site-navigation.main-navigation.menu-mobile {
	display: none;
}

/****style onglets active*/
.site-header .max-container-header-enbro .content-header-enbro .main-navigation .current_page_item>a,
.site-header .max-container-header-enbro .content-header-enbro .main-navigation .current-menu-item>a,
.site-header .secondary-menu-container .max-container-secondary-menu .secondary-navigation .current_page_item>a,
.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .current_page_item>a,
.site-header-aide-contact .secondary-menu-container .max-container-secondary-menu .secondary-navigation .current_page_item>a {
	font-weight: 700 !important;
	position: relative;
	text-decoration: underline !important;
}

.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .current-lang>a,
.site-header .max-container-header-enbro .content-header-enbro .main-navigation .current-lang>a,
.site-header .menu-mobile .menu-langue-mobile .sub-menu li.current_page_item a,
.site-header-aide-contact .menu-mobile-aide-contact .menu-langue-mobile .sub-menu li.current_page_item a {
	font-weight: 700 !important;
	text-decoration: none !important;
}

/* Style pour l'élément actif du menu */
.site-header .menu-item.active>a {
	position: relative;
	font-weight: 700 !important;
	text-decoration: underline !important;
}

.page .entry-header .container-entry-header {
	display: none;
}

.button-blue-header {
	font-weight: 300;
	border-radius: 6px;
	background-color: rgb(241 245 251);
	padding: 1px 24px 15px 24px;
	font-family: proxima-nova;
	font-size: 16px;
	color: rgb(30 113 183);
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
	z-index: 999;
	bottom: 1.5rem;
	right: 0;
	position: fixed;
	transition: all .4s ease-in-out;
	cursor: pointer;
	box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
}

.button-blue-header:hover {
	filter: brightness(90%);
}

/***menu-langue*/
.menu-langage {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
	width: 25%;
}

li.pll-parent-menu-item {
	position: relative;
	display: inline-block;
}

.menu-langage .menu-custom-menu-nl-container #custom-menu #menu-item-4516-nl a,
.menu-langage .menu-custom-menu-nl-container #custom-menu #menu-item-4516-fr a,
.menu-langage .menu-custom-menu-fr-container #custom-menu #menu-item-4518-nl a,
.menu-langage .menu-custom-menu-fr-container #custom-menu #menu-item-4518-fr a {
	color: black;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	border-radius: 5px;
	padding: 4px 10px;
	font-size: 16px;
	font-weight: 500;
	border: none;
	cursor: pointer;
	display: flex;
}

.menu-langage .menu-custom-menu-nl-container #custom-menu #menu-item-4516-nl a img,
.menu-langage .menu-custom-menu-nl-container #custom-menu #menu-item-4516-fr a img,
.menu-langage .menu-custom-menu-fr-container #custom-menu #menu-item-4518-nl a img,
.menu-langage .menu-custom-menu-fr-container #custom-menu #menu-item-4518-fr a img,
.site-header-aide-contact .menu-custom-menu-nl-container #custom-menu #menu-item-4516-nl a img,
.site-header-aide-contact .menu-custom-menu-nl-container #custom-menu #menu-item-4516-fr a img,
.site-header-aide-contact .menu-custom-menu-fr-container #custom-menu #menu-item-4518-nl a img,
.site-header-aide-contact .menu-custom-menu-fr-container #custom-menu #menu-item-4518-fr a img {
	display: none;
}

.menu-langage .menu-custom-menu-nl-container #custom-menu #menu-item-4516-nl .sub-menu,
.menu-langage .menu-custom-menu-nl-container #custom-menu #menu-item-4518-fr .sub-menu,
.menu-langage .menu-custom-menu-fr-container #custom-menu #menu-item-4518-nl .sub-menu,
.menu-langage .menu-custom-menu-fr-container #custom-menu #menu-item-4518-fr .sub-menu {
	right: 0;
	width: 78px;
	z-index: 900;
	box-shadow: 0 8px 16px 0 #0003;
}

.pll-parent-menu-item>a::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 12px;
	mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>') center / contain no-repeat;
	mask-size: contain;
	background-color: currentColor;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 5px;
	mask-size: 80px 1rem;
}

.menu-langage .menu-custom-menu-nl-container #custom-menu .sub-menu li:hover,
.menu-langage .menu-custom-menu-fr-container #custom-menu .sub-menu li:hover,
.site-header-aide-contact .menu-custom-menu-nl-container #custom-menu .sub-menu li:hover,
.site-header-aide-contact .menu-custom-menu-fr-container #custom-menu .sub-menu li:hover,
.site-header .menu-mobile .menu-langue-mobile .sub-menu li:hover,
.site-header-aide-contact .menu-mobile-aide-contact .menu-langue-mobile .sub-menu li:hover {
	background-color: #f1f1f1;
}

/* Masquer le sous-menu par défaut */

.site-header .menu-mobile .menu-menu-4-container,
.site-header-aide-contact .menu-mobile-aide-contact .menu-menu-4-container {
	margin-top: 15px;
}

.site-header .menu-mobile .menu-custom-menu-nl-container,
.site-header-aide-contact .menu-mobile-aide-contact .menu-custom-menu-nl-container,
.site-header .menu-mobile .menu-custom-menu-fr-container,
.site-header-aide-contact .menu-mobile-aide-contact .menu-custom-menu-fr-container {
	margin-top: 15px;
}

/* Afficher le sous-menu au survol du parent */

.pll-parent-menu-item .sub-menu {
	display: none;
	position: absolute;
	right: 0;
	background-color: #f9f9f9;
	width: 78px;
	box-shadow: 0 8px 16px 0 #0003;
	z-index: 900;
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Styles pour les éléments du sous-menu */
.pll-parent-menu-item .sub-menu li {
	padding: 10px;
	white-space: nowrap;
}

.pll-parent-menu-item .sub-menu li a {
	text-decoration: none;
	color: #000;
}

.pll-parent-menu-item .sub-menu li a:hover {
	color: #0073e6;
	/* Couleur au survol des liens */
}

/******End style for header*********/
/** style for page accueil ****************
****************************************/
.img-col2-section1-accueil img {
	object-position: 35% !important;
	object-fit: cover !important;
}

.section2-accueil-enbro .container-blocks-section2-accueil .block-section2-accueil {
	transition-duration: 0.3s;
}

.section2-accueil-enbro .container-blocks-section2-accueil .block-section2-accueil:hover {
	transform: scale(1.05);
}

.section3-accueil-enbro .col1-section3-accueil-enbro .img-col1-section3-accueil-enbro img,
.section2-histoire-enbro .col1-section2-histoire-enbro .img-col1-section2-histoire-enbro img {
	position: relative;

}

.section2-accueil-enbro .container-blocks-section2-accueil .block-section2-accueil .text-block-section2 {
	height: 70px;
}

.section2-histoire-enbro .img-col1-section2-histoire-enbro img {
	position: absolute;
	left: 0px;
	top: -80px;
	display: block;
	height: 900px;
	z-index: 50;
	object-fit: cover;
}

.section3-accueil-enbro .img-col1-section3-accueil-enbro img {
	position: absolute;
	left: 0px;
	top: -80px;
	display: block;
	height: 900px;
	z-index: 50;
	object-fit: cover;
}

.section4-accueil-enbro .col2-section4-accueil-enbro .elementor-accordion .elementor-tab-title .elementor-accordion-icon-opened,
.section4-accueil-enbro .col2-section4-accueil-enbro .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
	padding-right: 31px;
	background-color: #ffffff1a;
	border-radius: .5rem;
	margin-left: -25px;
	margin-top: -5px;
}

.section4-accueil-enbro .col2-section4-accueil-enbro .accordeon-col2-section4-accueil-enbro .elementor-accordion .elementor-accordion-item .elementor-tab-content {
	width: 91.666667%;
	padding: 0;
	transform: translateX(25px);
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 12px;
}

.section4-accueil-enbro .col2-section4-accueil-enbro .accordeon-col2-section4-accueil-enbro .elementor-accordion .elementor-accordion-item {
	border: none;
	border-top: 1px solid rgb(19 65 108);
	border-bottom: 1px solid rgb(19 65 108);
	padding-top: 32px;
	padding-bottom: 20px;
}

.section4-accueil-enbro .col2-section4-accueil-enbro .elementor-accordion .elementor-tab-title,
.section4-accueil-enbro .col2-section4-accueil-enbro .elementor-accordion .elementor-tab-content {
	margin-left: -20px;
}

.section4-accueil-enbro .col2-section4-accueil-enbro .elementor-accordion .elementor-tab-content {
	border: none;
}

.section4-accueil-enbro .col2-section4-accueil-enbro .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened svg {
	position: relative;
}

.section5-accueil-enbro .e-con {
	padding: 0px !important;
}

.enbro-post-slider-wrap .post-item[data-slick-index="0"] {
	margin-left: 60px;
}

.section-testimonials .block-video-testimonial .video-testimonial iframe {
	margin: auto;
	display: block;
	width: 100%;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
}

.section-testimonials .container-video-testimonial .video-testimonials {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.section-testimonials .container-video-testimonial .video-testimonials .video-testimonial {
	width: 100%;
	padding: 24px;
	border-radius: 16px;
	background-color: rgb(243 244 246);
}

.section-testimonials .container-video-testimonial .video-testimonials .video-testimonial .block-author .testimonial-avatar {
	object-fit: cover;
	object-position: center;
	height: 3rem;
	width: 3rem;
	border-radius: 9999px;
	background-color: rgb(255 255 255);
}

.section-testimonials .container-video-testimonial .video-testimonials .video-testimonial .block-author {
	display: flex;
}

.section-testimonials .container-video-testimonial .video-testimonials .video-testimonial .block-author .name-author .testimonial-author {
	font-weight: 300 !important;
	color: rgb(31 41 55) !important;
	font-family: proxima-nova;
	font-size: 18px;
	font-style: normal;
	line-height: 27px;
}

.section-testimonials .container-video-testimonial .video-testimonials .video-testimonial .block-author .name-author {
	margin-left: 20px;
}

.section-testimonials .container-video-testimonial .video-testimonials .video-testimonial .block-author .name-author .testimonial-description {
	font-family: proxima-nova-regular;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
	color: rgb(107 114 128) !important;
	padding-bottom: 24px;
}

.section-testimonials .container-video-testimonial .video-testimonials .video-testimonial .testimonial-excerpt {
	color: #0d2b48;
	font-family: proxima-nova-regular;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
	height: 159px;
	padding-bottom: 24px;
}

.enbro-post-slider-wrap {
	position: relative;
}

.enbro-post-slider-wrap .swiper-container {
	width: 100%;
	height: 490px;
}

.enbro-post-slider-wrap .post-item {
	padding: 20px;
	background-color: rgb(249 250 251);
	margin-right: 20px !important;
	border-radius: 16px;
	padding-bottom: 60px !important;
	cursor: pointer;
}

.enbro-post-slider-wrap .post-item:hover {
	background-color: #3DA6DB1A;
	transition: transform 0.3s ease-in-out;
	transform: scale(1.05);
}

.enbro-post-slider-wrap .swiper-wrapper .post-item img {
	height: 185px;
	width: 100%;
	border-radius: 8px;
	object-fit: cover;
	object-position: center;
}

.enbro-post-slider-wrap .post-item .post-link-wrapper h3 {
	color: #000 !important;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	padding-top: 15px;
	padding-bottom: 8px;
	font-family: proxima-nova;
}

.enbro-post-slider-wrap .post-item .post-link-wrapper p {
	font-size: 16px;
	font-family: proxima-nova-regular;
	padding-bottom: 15px;
	line-height: 24px;
}

.enbro-post-slider-wrap .post-item .post-link-wrapper .read-more-btn {
	text-decoration-line: underline;
	color: rgb(61 166 219);
	font-size: 16px;
	font-family: proxima-nova-regular;
	bottom: 1rem;
	position: absolute;
}

.custom-gap-4 {
	gap: 1rem;
	margin-right: 10px;
}

.custom-max-w-container {
	margin-top: 25px;
	padding-left: 0;
	padding-right: 0;
	width: 1216px !important;
	margin-left: 0;
	margin-right: auto;
}

.custom-button-prev,
.custom-button-next,
.button-prev-images-jobs,
.button-next-images-jobs {
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #0D2B48;
	background: transparent;
	transition: 1.2s ease-in-out;
	border: 1px solid #D1D5DB;
}

.custom-button-prev:hover,
.custom-button-next:hover,
.button-prev-images-jobs:hover,
.button-next-images-jobs:hover {
	background-color: #0D2B48;
}

.custom-button-prev:hover svg path,
.custom-button-next:hover svg path,
.button-prev-images-jobs:hover svg path,
.button-next-images-jobs:hover svg path {
	fill: white;
}

.custom-flex {
	display: flex;
}

.custom-flex-row {
	flex-direction: row;
}

.custom-items-center {
	align-items: center;
}

.custom-justify-center {
	justify-content: center;
}

.custom-progress-bar,
.progress-bar-images-jobs {
	background-color: #d4d8dd !important;
	width: 100% !important;
	height: 1px;
	position: relative;
	overflow: hidden;
}

.custom-progress-bar-current,
.progress-bar-current-images-jobs {
	width: 20%;
	/* Largeur initiale de la barre de progression */
	background-color: black !important;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: width 0.5s ease;
}

.section5-accueil-enbro .container-post-section5-accueil-enbro {
	overflow: hidden;
}

/**end**************/

.swiper-backface-hidden .swiper-slide {
	height: auto !important;
}

.logo {
	max-height: 100%;
	/* Ajuste automatiquement la hauteur des logos */
	object-fit: contain;
}



.section3-histoire-enbro {
	position: relative;
}

.section3-histoire-enbro .col2-section3-histoire {
	padding: 0;
}

.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire .button-comp {
	border-radius: 100px;
	padding: 8px 13px;
	font-family: proxima-nova;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: white;
}

.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire .button-comp-gaele {
	border-radius: 100px;
	padding: 8px 16px;
	font-family: proxima-nova;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: white;
}

.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire .button-comp-earth {
	border-radius: 100px;
	padding: 8px 16px;
	font-family: proxima-nova;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: white;
}

.section4-histoire-enbro .col2-section4-histoire .box4-col2-section4-histoire .button-comp-sparki {
	border-radius: 100px;
	padding: 8px 16px;
	font-family: proxima-nova;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: white;
}

.box1-nl-col2-section4-histoire {
	height: fit-content !important;
}

.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire,
.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire,
.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire,
.section4-histoire-enbro .col2-section4-histoire .box4-col2-section4-histoire {
	transition: all 0.5s ease-in-out;
}

.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire:hover,
.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire:hover,
.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire:hover,
.section4-histoire-enbro .col2-section4-histoire .box4-col2-section4-histoire:hover {
	transform: translateY(-1rem);
	/* Déplacement vers le haut de 1rem au survol */
	border-radius: 0.5rem;
	/* Bordures arrondies */
	transition-duration: 500ms;
	/* Durée de la transition */
	background-image: linear-gradient(to right, #1e71b7, var(--tw-gradient-to, #439ed8));
	/* Dégradé de fond au survol */

}

.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire:hover .title1-box1-col2-section4-histoire h4,
.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire:hover .description-box1-col2-section4-histoire,
.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire:hover .title2-box2-col2-section4-histoire h4,
.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire:hover .description-box2-col2-section4-histoire,
.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire:hover .title3-box3-col2-section4-histoire h4,
.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire:hover .description-box3-col2-section4-histoire,
.section4-histoire-enbro .col2-section4-histoire .box4-col2-section4-histoire:hover .title4-box4-col2-section4-histoire h4,
.section4-histoire-enbro .col2-section4-histoire .box4-col2-section4-histoire:hover .description-box4-col2-section4-histoire,
.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire:hover .title5-box2-col2-section4-histoire h4,
.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire:hover .title6-box3-col2-section4-histoire h4,
.section4-histoire-enbro .col2-section4-histoire .box4-col2-section4-histoire:hover .title7-box4-col2-section4-histoire h4 {
	color: white !important;
}

.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire:hover .img-box1-col2-section4-histoire svg path,
.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire:hover .img-box2-col2-section4-histoire svg path,
.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire:hover .img-box3-col2-section4-histoire svg path,
.section4-histoire-enbro .col2-section4-histoire .box4-col2-section4-histoire:hover .img-box4-col2-section4-histoire svg path {
	fill: white !important;
}



.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire .description-box1-col2-section4-histoire,
.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire .description-box2-col2-section4-histoire,
.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire .description-box3-col2-section4-histoire,
.section4-histoire-enbro .col2-section4-histoire .box4-col2-section4-histoire .description-box4-col2-section4-histoire {
	height: 224px;
}

.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire .title2-box2-col2-section4-histoire h4 {
	height: 130px;
}


.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire .title3-box3-col2-section4-histoire,
.section4-histoire-enbro .col2-section4-histoire .box4-col2-section4-histoire .title4-box4-col2-section4-histoire {
	height: 145px;
}

/** style for page offres d'emplois ****************
****************************************/
.section3-slider-images-jobs .container-images-section3-slider-images-jobs {
	overflow: hidden;
}

.section3-slider-images-jobs .container-images-section3-slider-images-jobs .enbro-images-slider-wrap .swiper-wrapper img {
	width: 100%;
	height: 390px;
	object-fit: cover;
	border-radius: .5rem;
}

.section3-slider-images-jobs .container-images-section3-slider-images-jobs .enbro-images-slider-wrap .swiper-wrapper .swiper-slide {
	margin-right: 15px;
}

/******************************/
/**********notre histoire************/
.section1-histoire-enbro .col2-section1-histoire .img-col2-section1-accueil .notre-histoire-article img {
	max-width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: center center;
	border-radius: 12px 12px 12px 12px;
}

/**********************/
/** style for page nos solutions ****************
****************************************/
.page aside {
	display: none;
}

body.page-id-22 .entry-header,
body.page-id-624 .entry-header,
body.page-id-2062 .entry-header {
	background: linear-gradient(90deg, rgba(30, 113, 183, 1) 0%, rgba(67, 158, 216, 1) 100%);
	padding-top: 20px;
}

.page .entry-footer,
.page .entry-header .entry-title {
	display: none;
}

.page .entry-header .container-entry-header {
	max-width: 1216px;
	padding: 0;
	margin: auto;
}

.page .entry-header .header-parent-child .truncate_1 {
	color: rgb(32 108 180);
	font-weight: 400;
	font-size: 14px;
	font-family: "Inter", Sans-serif
}

body.page-id-22 .entry-header .header-parent-child .truncate_1,
body.page-id-624 .entry-header .header-parent-child .truncate_1,
body.page-id-2062 .entry-header .header-parent-child .truncate_1 {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	font-family: "Inter", Sans-serif;
}

.page .entry-header .header-parent-child .truncate_2 {
	color: rgb(107 114 128);
	font-weight: 400;
	font-size: 14px;
	font-family: "Inter", Sans-serif;
}

body.page-id-22 .entry-header .header-parent-child .truncate_2,
body.page-id-624 .entry-header .header-parent-child .truncate_2,
body.page-id-2062 .entry-header .header-parent-child .truncate_2 {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	font-family: "Inter", Sans-serif;
}

body.page-id-22 .entry-header .header-parent-child .text-child,
body.page-id-624 .entry-header .header-parent-child .text-child,
body.page-id-2062 .entry-header .header-parent-child .text-child {
	padding-left: .5rem;
	padding-right: .5rem;
	color: #fff;
}

.page .entry-header .header-parent-child .text-child {
	padding-left: .5rem;
	padding-right: .5rem;
	color: rgb(209 213 219);
}

/*********************/
.section3-solutions .col1-section3-solutions .container-blocks-section3-solutions .block-section3-solutions,
.section4-solutions .container-blocks-section4-solutions .block-section4-solutions {
	transition-duration: 0.3s;
}

.section3-solutions .col1-section3-solutions .container-blocks-section3-solutions .block-section3-solutions:hover,
.section4-solutions .container-blocks-section4-solutions .block-section4-solutions:hover {
	transform: scale(1.05);
}

.section3-solutions .container-blocks-section3-solutions {
	display: grid;
	grid-template-columns: repeat(3, auto);
}

.section4-solutions .container-blocks-section4-solutions .block-section4-solutions .container-image {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	bottom: 0;
}

.section5-solutions .col2-section4-solutions img {
	transition: transform 0.5s ease-in-out;
}

.section5-solutions:hover .col2-section4-solutions:nth-child(2) img {
	transform: scale(1.1);
}

/****************style aide & contact*******/
.elementor-toggle .elementor-tab-title {
	border-bottom: none !important;
}


.search-form {
	width: 100%;
	border-radius: 6px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px !important;
	font-family: "Inter", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgb(107 114 128/var(--tw-text-opacity));
	outline: 2px solid #0000;
	outline-offset: 2px;
	transition-duration: .5s;
	z-index: 50;
}

.search-field-aide-contact {
	position: relative;
	width: 100%;
	border-radius: 6px;
	padding-right: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px !important;
	font-family: "Inter", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgb(107 114 128/var(--tw-text-opacity));
	outline: 2px solid #0000;
	outline-offset: 2px;
	transition-duration: .5s;
	z-index: 50;
}

.search-icon-aide-contact {
	position: absolute;
	left: 12px;
	top: 30px;
	z-index: 50;
}



/******end************/

/******style contact***********/
/*********formulaire-contact****/
.section2-contact-enbro .col1-section2-contact .formulaire-section2-contact #wpcf7-f2061-p2062-o1 form.wpcf7-form label,
.section2-contact-enbro .col1-section2-contact .formulaire-section2-contact #wpcf7-f4842-p4536-o1 form.wpcf7-form label {
	font-size: 14px;
	font-weight: 500;
	font-family: "Inter", Sans-serif;
	padding-bottom: 8px;
}

.section2-contact-enbro .col1-section2-contact .formulaire-section2-contact #wpcf7-f2061-p2062-o1 form.wpcf7-form label span,
.section2-contact-enbro .col1-section2-contact .formulaire-section2-contact #wpcf7-f4842-p4536-o1 form.wpcf7-form label span {
	font-size: 12px;
	color: rgb(107 114 128);
	font-family: proxima-nova-regular;
	font-weight: 300;
}

.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item input[type="radio"],
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item input[type="radio"] {
	width: 20px;
	height: 20px;
}

.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
	padding-left: 0.25rem;
	font-family: "Inter", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	--tw-text-opacity: 1 !important;
	color: rgb(13 43 72/var(--tw-text-opacity)) !important;
	letter-spacing: -.32px;
	margin-right: 32px;
}

.block-upload .wpcf7-form-control-wrap {
	position: static;
}

.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .checkbox-container p .wpcf7-acceptance .wpcf7-list-item-label,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 16px;
	font-family: proxima-nova-regular;
	align-items: center;
	padding-left: .5rem;
	color: #000 !important;
	letter-spacing: normal;
}

.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item {
	margin: 0 0 0 0 !important;
}

.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .wpcf7-form-control-wrap .first,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .wpcf7-form-control-wrap .first {
	padding-top: 8px;
}

.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .ui-input-select,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .ui-input-select {
	border-radius: 6px;
	padding: 12px;
	font-family: "Inter", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgb(107 114 128/var(--tw-text-opacity));
	border: 1px solid #d1d5db;
	background-color: initial !important;
	width: 95%;
	margin-top: 8px;
	margin-bottom: 15px;
}

.wpcf7-not-valid-tip {
	display: block;
	font-family: proxima-nova-regular !important;
	font-size: 14px !important;
	line-height: 32px !important;
	font-weight: 400 !important;
	color: #dc3232 !important;
}

.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .container-name .block-firstname p,
.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .container-name .block-lastname p,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .container-name .block-firstname p,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .container-name .block-lastname p {
	display: flex !important;
	flex-direction: column !important;
}

.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .container-name,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .container-name {
	display: flex;
	padding-bottom: 15px;
}

.wpcf7-list-item {
	margin: 0 !important;
}

.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .container-name .block-firstname input.wpcf7-form-control,
.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .container-name .block-lastname input.wpcf7-form-control,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .container-name .block-firstname input.wpcf7-form-control,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .container-name .block-lastname input.wpcf7-form-control {
	border-radius: 6px;
	padding: 12px;
	font-family: "Inter", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgb(107 114 128/var(--tw-text-opacity));
	border: 1px solid #d1d5db;
	width: 100%;
	margin-top: 8px;
}

.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .wpcf7-email,
.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .ui-input-tel,
.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .ui-input-number-tva,
.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .wpcf7-textarea,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .wpcf7-email,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .ui-input-tel,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .ui-input-number-tva,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .wpcf7-textarea {
	border-radius: 6px;
	padding: 12px;
	font-family: "Inter", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgb(107 114 128/var(--tw-text-opacity));
	border: 1px solid #d1d5db;
	margin-top: 8px;
	margin-bottom: 15px;
	width: 95%;
}

.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .wpcf7-textarea,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .wpcf7-textarea {
	height: 90px;
}

.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .wpcf7-submit,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .wpcf7-submit {
	border-radius: 6px;
	--tw-bg-opacity: 1;
	background-color: rgb(30 113 183/var(--tw-bg-opacity));
	padding: 12px 24px;
	font-family: proxima-nova;
	font-size: 18px;
	font-weight: 300 !important;
	--tw-text-opacity: 1;
	color: rgb(255 255 255/var(--tw-text-opacity));
	cursor: pointer;
}

.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .wpcf7-submit:hover,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .wpcf7-submit:hover {
	color: #e5e7eb !important;
}

.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .container-name .block-firstname .wpcf7-form-control-wrap,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .container-name .block-firstname .wpcf7-form-control-wrap {
	width: 95%;
}

.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .container-name .block-lastname .wpcf7-form-control-wrap,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .container-name .block-lastname .wpcf7-form-control-wrap {
	width: 90%;
}

.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .wpcf7-form-control-wrap input[type="file"],
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .wpcf7-form-control-wrap input[type="file"] {
	position: absolute;
	cursor: cell;
	z-index: 20;
	width: 100%;
	height: 100%;
	top: 0px;
	opacity: 0;
	-webkit-appearance: none !important;
	appearance: none;
	-moz-appearance: none !important;
	font-size: 0 !important;
}

.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .block-upload,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .block-upload {
	border: 1px solid black;
	border-color: rgb(209 213 219/var(--tw-border-opacity));
	border-radius: 6px;
	width: 95%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 8px;
	position: relative;
	z-index: 0;
}

.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .block-upload .img-file,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .block-upload .img-file {
	display: block;
	margin: auto;
	width: 36px;
	height: 36px;
}

.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .block-upload .text1,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .block-upload .text1 {
	padding-bottom: 5px;
	padding-top: 12px;
	text-align: center;
	font-family: "Inter", Sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .block-upload .text1 p,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .block-upload .text1 p {
	color: rgb(92 87 171);
}

.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .checkbox-container,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .checkbox-container {
	margin-top: 30px;
	margin-bottom: 50px;
}

.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .checkbox-container p label,
.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .checkbox-container p label {
	font-size: 16px !important;
	font-weight: 300 !important;
	font-family: proxima-nova-regular !important;
	color: #000 !important;
}

#wpcf7-f4833-o1 .wpcf7-response-output,
#wpcf7-f4897-p4889-o1 .wpcf7-response-output,
#wpcf7-f2323-p2319-o1 .wpcf7-response-output,
#wpcf7-f2318-o1 .wpcf7-response-output {
	background-color: white !important;
}

.container-block-radio p {
	display: flex !important;
	padding-bottom: 50px;
}

.file-details {
	margin-top: 10px;
	font-family: "Inter", Sans-serif;
	font-size: 14px;
	color: #333;
}

.loading-text {
	font-weight: bold;
	color: #f59c1c;
}

.remove-file {
	color: red;
	cursor: pointer;
	margin-top: 5px;
}

#delete-all {
	font-family: "Inter", Sans-serif;
	color: rgb(0 0 0);
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	text-decoration-line: underline;
	margin-top: 10px;
}

#delete-all:hover {
	background-color: transparent !important;
}

#delete-all:hover {
	background-color: darkred;
}

/********************end**********************/
/******style page single ***********/
.single-post .section1-single-post {
	background-color: rgb(241 245 251);
}

.single-post .section1-single-post .max-container-section1-single-post {
	padding-left: 0;
	padding-right: 0;
	max-width: 1216px;
	width: 100%;
	display: block;
	margin: auto;
}

.single-post .section1-single-post .max-container-section1-single-post .title-single-post {
	font-weight: 300;
	font-family: proxima-nova;
	font-size: 36px;
	line-height: 40px;
	color: rgb(30 113 183);
	padding-top: 55px;
}

.single-post .section1-single-post .max-container-section1-single-post .single-post-date {
	padding-top: 8px;
	font-family: "Inter", Sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	color: rgb(107 114 128);
	padding-bottom: 55px;
}

.single-post .single-post-container {
	gap: 55px;
	width: 100%;
	padding: 100px;
	display: flex;
	padding-left: 0;
	padding-right: 0;
	max-width: 1216px;
	margin-left: auto;
	margin-right: auto;
}

.single-post-content {
	width: 66.666667%;
}

.single-post-content .text-xs {
	color: #0d2b48;
	font-family: proxima-nova-regular;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	padding-bottom: 20px;
}

.single-post-content .read-more-button {
	display: none;
}

.single-post-sidebar {
	width: 33.333333%;
}

.single-post .single-post-container .single-post-content .container-social-icons {
	display: flex;
}

.container-social-icons .text-send {
	color: #0d2b48;
	font-family: proxima-nova-regular;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
}

.container-social-icons .container-ui-social {
	display: flex;
	flex-direction: row;
}

.container-social-icons .container-ui-social .ui-social svg {
	height: 1em;
}

.container-social-icons .ui-social {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgb(30 113 183/var(--tw-text-opacity));
	transition-duration: .5s;
	margin-left: 1rem;
}

.container-social-icons .ui-social:hover {
	background-color: #fff;
}

.container-social-icons .ui-social:hover svg path {
	fill: #0d2b48;
}

.single-post .entry-footer,
.single-post .entry-header {
	display: none;
}

.single-post .navigation {
	display: none;
}

.single-post article h1 {
	font-family: proxima-nova;
	color: #111827;
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: .8888889em;
	line-height: 1.1111111;
}

.single-post article h2 {
	font-family: proxima-nova;
	font-size: 32px;
	line-height: 40px;
	--tw-text-opacity: 1;
	color: rgb(30 113 183);
	font-weight: 300;
	margin-top: 2rem !important;
	margin-bottom: 1rem !important;
}

.single-post article h3 {
	margin-top: 1.6em;
	margin-bottom: .6em;
	font-family: proxima-nova;
	font-size: 20px;
	font-weight: 300;
	line-height: 28px;
	color: rgb(67 158 216);
}

.single-post article p {
	font-family: proxima-nova-regular;
	font-size: 18px;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	text-align: unset !important;
	text-indent: unset !important;
	color: #404959;
}

.single-post article p strong {
	color: #111827;
}

.single-post article a {
	color: #111827;
	text-decoration: underline;
	font-weight: 500;
}

.single-post-content .post-thumbnail img {
	margin-bottom: 1.5rem;
	border-radius: 8px;
	object-position: center;
	object-fit: cover;
	width: 100%;
	height: 575px;
}

.single-post .single-post-sidebar .container-box {
	padding: 25px;
	background-color: rgb(249 250 251);
	border-radius: 16px;
}

.single-post .single-post-sidebar .container-box .title {
	font-weight: 300 !important;
	font-size: 24px !important;
	font-family: proxima-nova;
	color: #439ed8;
	font-style: normal;
	line-height: 30px !important;

}

.single-post .single-post-sidebar .container-box .title strong {
	color: #1e71b7;
}

.single-post .single-post-sidebar .container-box .text-description {
	padding-bottom: 24px;
	padding-top: 10px;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #0d2b48;
	font-family: proxima-nova-regular;
	font-style: normal;
	font-weight: 300;
}

.single-post .single-post-sidebar .container-box a .button-blue {
	border-radius: 6px;
	--tw-bg-opacity: 1;
	background-color: rgb(30 113 183/var(--tw-bg-opacity));
	padding: 12px 24px;
	font-family: proxima-nova;
	font-size: 18px;
	font-weight: 300 !important;
	--tw-text-opacity: 1;
	color: rgb(255 255 255);
}

.single-post .single-post-sidebar .container-box a .button-blue:hover {
	opacity: 0.7;
}

.single-post .single-post-sidebar .related-posts .title-article-connexes {
	padding-bottom: 15px;
	padding-top: 40px;
	font-size: 24px !important;
	font-family: proxima-nova;
	font-weight: 300;
	line-height: 28px;
	--tw-text-opacity: 1;
	color: rgb(67 158 216/var(--tw-text-opacity));
}

.single-post .single-post-sidebar .related-posts .title-article-connexes strong {

	color: rgb(30 113 183);
}

.single-post .single-post-sidebar .related-posts .related-post-item .related-post-title {
	color: #0d2b48;
	padding-bottom: 5px;
	font-family: proxima-nova !important;
	font-size: 18px !important;
	font-weight: 300 !important;
}

.single-post .single-post-sidebar .related-posts .related-post-item .link-related-post-item {
	display: flex !important;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding-bottom: 15px;
}

.single-post .single-post-sidebar .related-posts .related-post-item .link-related-post-item .related-post-thumbnail {
	width: 33.333333%;
	padding-right: 15px;
}

.single-post .single-post-sidebar .related-posts .related-post-item .link-related-post-item .related-post-item-content {
	width: 66.666667%;
}

.single-post .single-post-sidebar .related-posts .related-post-item .link-related-post-item .related-post-thumbnail img {
	object-position: center;
	object-fit: cover;
	border-radius: 8px;
	width: 100px;
	height: 100px;

}

.single-post .single-post-sidebar .related-posts .related-post-item .link-related-post-item .related-post-read-more {
	text-decoration-line: underline !important;
	font-family: proxima-nova-regular !important;
	font-size: 16px !important;
	color: rgb(61 166 219) !important;
}

.single-post .container-post-recent {
	padding-bottom: 4rem;


}

.single-post .container-post-recent .content-recents-post {
	max-width: 1216px;
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
}

.single-post .container-post-recent .title {
	padding-bottom: 40px;
	padding-top: 55px;
	text-align: center;
	font-family: proxima-nova;
	font-size: 32px;
	font-weight: 300;
	line-height: 28px;
	--tw-text-opacity: 1;
	color: rgb(67 158 216/var(--tw-text-opacity));

}

.single-post .container-post-recent .container-box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.single-post .container-post-recent .container-box .block-post {
	width: 100%;
	margin-bottom: 32px;
	margin-right: 32px;
	transition: transform 0.3s ease-in-out;
}

.single-post .container-post-recent .container-box .block-post:hover,
.container-posts .block-container-posts article:hover {
	transform: scale(1.05);
}

.single-post .container-post-recent .container-box .block-post img,
.container-posts .block-container-posts article .box-image .post-thumbnail img {
	height: 185px;
	width: 100%;
	border-radius: 8px;
	object-fit: cover;
	object-position: center;
}

.single-post .container-post-recent .container-box .block-post .posts-box {
	margin-right: 32px;
	height: 100%;
	cursor: pointer;
	border-radius: 16px;
	background-color: rgb(243 244 246);
	padding: 15px;
}

.single-post .container-post-recent .container-box .block-post .ui-block .ui-title {
	line-height: 24px;
	font-weight: 300;
	font-size: 18px;
	font-family: proxima-nova;
	padding-bottom: 8px;
	padding-top: 15px;
	color: #000 !important;
}

.single-post .container-post-recent .container-box .block-post .ui-block {
	padding-left: 15px;
	padding-right: 15px;
}

.single-post .container-post-recent .container-box .block-post .ui-block .ui-blog-text {
	padding-bottom: 15px;
	font-family: proxima-nova-regular;
	font-size: 16px;
	color: #000 !important;
	line-height: 25px;
}

.single-post .container-post-recent .container-box .block-post .ui-read-more {
	text-decoration-line: underline;
	font-family: proxima-nova-regular;
	font-size: 16px;
	color: rgb(61 166 219);
}

.single-post-sidebar .block-sidebar {
	border-radius: 16px;
	background-color: rgb(249 250 251);
	padding: 25px;
}

.single-post-sidebar .block-sidebar .title-block-sidebar {
	line-height: 30px !important;
	font-size: 24px !important;
	font-family: proxima-nova;
	font-weight: 300;
	color: #439ed8;
}

.single-post-sidebar .block-sidebar .title-block-sidebar strong {
	color: #1e71b7;
}

.single-post-sidebar .block-sidebar .description-block-sidebar {
	padding-bottom: 24px;
	padding-top: 10px;
	font-size: 16px !important;
	line-height: 24px !important;
	font-style: normal;
	font-weight: 300;
	color: #0d2b48;
	font-family: proxima-nova-regular;
}

.single-post-sidebar .block-sidebar .button-block-sidebar {
	border-radius: 6px;
	background-color: rgb(30 113 183);
	padding: 12px 24px;
	font-family: proxima-nova;
	font-size: 18px;
	font-weight: 300 !important;
	color: rgb(255 255 255);
}

.single-post-sidebar .block-sidebar .button-block-sidebar:hover {
	color: #e5e7eb;
}

.container-post-recent .container-button .button-blue {
	background-color: rgb(241 245 251);
	padding: 10px 24px;
	font-family: proxima-nova;
	font-size: 16px;
	color: rgb(30 113 183);
	border-radius: 6px;
	font-weight: 300;
}

.container-post-recent .container-button .button-blue:hover {
	background-color: #e5e7eb;
}

.container-post-recent .container-button {
	margin-top: 10px;
	text-align: center;
}

/******end************/
/***page archive testimonial****/
.max-container {
	max-width: 1216px;
	width: 100%;
	margin: auto;
	display: block;
	padding-left: 0;
	padding-right: 0;
}

.max-container-single {
	max-width: 1000px;
	width: 100%;
	margin: auto;
	display: block;
	padding-left: 0;
	padding-right: 0;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-row {
	flex-direction: row;
}

.flex {
	display: flex;
}

.font-normal {
	font-weight: 400;
}

.text-14px {
	font-size: 14px;
}

.font-Inter {
	font-family: "Inter", Sans-serif;
}

.pt-15px {
	padding-top: 15px;
}

.text-neutral {
	--tw-text-opacity: 1;
	color: rgb(107 114 128/var(--tw-text-opacity));
	font-weight: 400;
}

.text-p-blue {
	--tw-text-opacity: 1;
	color: rgb(32 108 180/var(--tw-text-opacity));
}

.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-border-upload {
	--tw-text-opacity: 1;
	color: rgb(209 213 219/var(--tw-text-opacity));
}

.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.leading-24px {
	line-height: 24px;
}

.uppercase {
	text-transform: uppercase;
}

.pb-8px {
	padding-bottom: 8px;
}

.container-text {
	padding-top: 55px;
	padding-bottom: 55px;
	width: 66.666667%;
}

.container-text .title-section1-archive {
	font-family: proxima-nova;
	font-size: 40px;
	font-weight: 300;
	line-height: 48px;
	color: #439ed8;
	padding-bottom: 15px;
}

.container-text .title-section1-archive strong {
	color: #1e71b7;
	font-weight: 700 !important;
}

.pb-15px {
	padding-bottom: 15px;
}

.text-section1-archive {
	color: #0d2b48;
	font-family: proxima-nova-regular;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
}

.section2-archive-testimonial {
	background-color: rgb(241 245 251);
	padding-top: 55px;
	padding-bottom: 55px;
}

.section2-archive-testimonial .testimonial .block-text {
	width: 33.333333%;
}

.section2-archive-testimonial .testimonial .block-video {
	width: 58.333333%;
}

.section2-archive-testimonial .testimonial .block-video .testimonial-video {
	position: relative;
	width: 100%;
	max-width: 800px;
	padding-bottom: 56.25%;
	height: 0;
	/* Nécessaire pour conserver l'aspect ratio */
}

.section2-archive-testimonial .testimonial .block-video .testimonial-video iframe {
	height: 100%;
	width: 100%;
	border-radius: 12px;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
}

.section2-archive-testimonial .testimonial .block-text .testimonial-excerpt {
	padding-bottom: 25px;
	font-size: 30px !important;
	line-height: 36px;
	font-weight: 300;
	color: #439ed8;
	font-family: proxima-nova;
}

.section2-archive-testimonial .testimonial .block-text .avatar-name .testimonial-author-avatar img,
.section3-archive-testimonial .container-testimonial .testimonial .avatar-name .testimonial-author-avatar img,
.section1-single-testimonial .container-section2 .avatar-name .testimonial-author-avatar img,
.section4-single-testimonial .container-testimonial .testimonial .avatar-name .testimonial-author-avatar img {
	object-fit: cover;
	object-position: center;
	height: 3rem;
	width: 3rem;
	border-radius: 9999px;
	background-color: rgb(255 255 255);
}

.section2-archive-testimonial .testimonial .block-text .avatar-name .testimonial-author-name,
.section3-archive-testimonial .container-testimonial .testimonial .avatar-name .testimonial-author-name,
.section1-single-testimonial .container-section2 .avatar-name .testimonial-author-name,
.section4-single-testimonial .container-testimonial .testimonial .avatar-name .testimonial-author-name {
	font-weight: 300 !important;
	color: rgb(31 41 55) !important;
	font-family: proxima-nova;
	font-size: 18px;
	font-style: normal;
	line-height: 27px;

}

.section2-archive-testimonial .testimonial .block-text .avatar-name .testimonial-author-description,
.section3-archive-testimonial .container-testimonial .testimonial .avatar-name .testimonial-author-description,
.section1-single-testimonial .container-section2 .avatar-name .testimonial-author-description,
.section4-single-testimonial .container-testimonial .testimonial .avatar-name .testimonial-author-description {
	font-family: proxima-nova-regular;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
	color: rgb(107 114 128) !important;
}

.section2-archive-testimonial .testimonial .block-text .text-read-more,
.section3-archive-testimonial .container-testimonial .testimonial .text-read-more,
.section4-single-testimonial .container-testimonial .testimonial .text-read-more {
	padding-top: 25px;
	font-family: proxima-nova-regular;
	font-size: 16px;
	line-height: 24px;
	color: rgb(30 113 183);
	text-decoration-line: underline;
}

.section3-archive-testimonial,
.section4-single-testimonial {
	background-color: #fff;
	padding-bottom: 80px;
	padding-top: 80px;
}

.section3-archive-testimonial .title-section3-archive-testimonial,
.section4-single-testimonial .title-section3-single-testimonial {
	font-family: proxima-nova;
	font-weight: 300;
	color: #439ed8;
	padding-left: 0;
	padding-right: 0;
	line-height: 42px !important;
	font-size: 36px !important;
	text-align: center;
	padding-bottom: 40px;
}

.section3-archive-testimonial .title-section3-archive-testimonial strong,
.section4-single-testimonial .title-section3-single-testimonial strong {
	color: #1e71b7;
}

.section3-archive-testimonial .container-testimonial,
.section4-single-testimonial .container-testimonial {
	display: flex;
	justify-content: center !important;
	align-items: center !important;
	width: 100%;
	flex-wrap: wrap;
	gap: 15px;
}

.section3-archive-testimonial .container-testimonial a,
.section4-single-testimonial .container-testimonial a {
	width: 32%;
}

.section3-archive-testimonial .container-testimonial .testimonial,
.section4-single-testimonial .container-testimonial .testimonial {
	border-radius: 16px;
	background-color: rgb(243 244 246);
	padding: 24px;
}

.section3-archive-testimonial .container-testimonial .testimonial .avatar-name,
.section4-single-testimonial .container-testimonial .testimonial .avatar-name {
	padding-bottom: 24px;
}

.section3-archive-testimonial .container-testimonial .testimonial .blocks-video .testimonials-video,
.section4-single-testimonial .container-testimonial .testimonial .blocks-video .testimonials-video {
	position: relative;
	width: 100%;
	/* Vous pouvez fixer une largeur spécifique comme 800px */
	max-width: 800px;
	/* Exemple de largeur maximale */
	padding-bottom: 56.25%;
	/* Ratio 16:9 (9 / 16 = 0.5625, soit 56.25%) */
	height: 0;
	/* Nécessaire pour conserver l'aspect ratio */
}

.section3-archive-testimonial .container-testimonial .testimonial .blocks-video .testimonials-video iframe,
.section4-single-testimonial .container-testimonial .testimonial .blocks-video .testimonials-video iframe {
	height: 100%;
	width: 100%;
	border-radius: 12px;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
}

.section3-archive-testimonial .container-testimonial .testimonial .testimonials-excerpt,
.section4-single-testimonial .container-testimonial .testimonial .testimonials-excerpt {
	padding-bottom: 24px;
	padding-top: 24px;
	height: 210px;
	color: #0d2b48;
	font-family: proxima-nova-regular;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
}

.section1-single-testimonial {
	background-color: rgb(241 245 251);
}

.section1-single-testimonial .container-section2 {
	padding-bottom: 280px;
	padding-top: 55px;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}

.section1-single-testimonial .container-section2 .block {
	width: 60%;
}

.section1-single-testimonial .container-section2 .title-testimonial {
	color: #439ed8;
	font-weight: 300;
	font-family: proxima-nova;
	padding-bottom: 25px;
	font-size: 36px !important;
	line-height: 40px !important;
}

.section2-single-testimonial .block-video {
	border-radius: 12px;
	margin-top: -225px;
	width: 100%;
	margin-bottom: 30px;
	/*height: 560px;*/
}

.section2-single-testimonial .block-video .container-block-video {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
}

.section2-single-testimonial .block-video iframe {
	height: 100%;
	width: 100%;
	border-radius: 12px;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
}

.section2-single-testimonial .block-content {
	padding-bottom: 80px;
	display: flex;
	justify-content: center;
}

.section2-single-testimonial .block-content .content {
	width: 66.666667%;
}

.section2-single-testimonial .block-content .content p {
	margin-top: 0;
	margin-bottom: 1.25em;
	font-family: proxima-nova-regular;
	font-size: 18px;
	line-height: 28px;
	color: #374151;
}

.section2-single-testimonial .block-content .content p strong {
	font-weight: 600;
	color: #111827;
}

.section2-single-testimonial .block-content .content ul {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-left: 1.625em;
}

.section2-single-testimonial .block-content .content ul li {
	list-style-type: disc;
	padding-left: .375em;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	font-family: proxima-nova-regular;
	font-size: 18px;
	line-height: 28px;
	color: #314151;
}

.section2-single-testimonial .block-content .content h3 {
	color: #111827;
	font-weight: 300;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: .6em;
	line-height: 1.6;
	font-family: proxima-nova;
}

.section2-single-testimonial .block-content .content .button_blue_single {
	border-radius: 6px;
	--tw-bg-opacity: 1;
	background-color: rgb(30 113 183/var(--tw-bg-opacity));
	padding: 16px 24px;
	font-family: proxima-nova-regular;
	font-size: 18px;
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgb(255 255 255/var(--tw-text-opacity));
	text-decoration-line: none;
}

.section2-single-testimonial .block-share {
	padding-bottom: 80px;
	display: flex;
	flex-direction: row;
}

.section2-single-testimonial .block-share .title-share {
	font-size: 16px;
	line-height: 24px;
	color: #0d2b48;
	font-family: proxima-nova-regular;
	font-style: normal;
	font-weight: 300;
}

.section2-single-testimonial .block-share .block-icons-reseau {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 0;
}

.section2-single-testimonial .block-share .block-icons-reseau .ui-social,
.section2-job-offer-detail .container-sidebar .block-container-sidebar .container-icon-social .container-block-icon-social .block-icon-social .ui-social {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgb(30 113 183/var(--tw-text-opacity));
	transition-duration: .5s;
	margin-left: 1rem;
	cursor: pointer;
}

.section2-single-testimonial .block-share .block-icons-reseau .ui-social svg,
.section2-job-offer-detail .container-sidebar .block-container-sidebar .container-icon-social .container-block-icon-social .block-icon-social .ui-social svg {
	display: inline-block;
	height: 1em;
	overflow: visible;
	box-sizing: content-box;
}

.section2-single-testimonial .block-share .block-icons-reseau .ui-social svg:hover path,
.section2-job-offer-detail .container-sidebar .block-container-sidebar .container-icon-social .container-block-icon-social .block-icon-social .ui-social svg:hover path {
	fill: black;
}

.section3-single-testimonial .container-section3 {
	background-color: rgb(241 245 251);
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	flex-direction: row;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 55px;
	padding-right: 55px;
}

.section3-single-testimonial .container-section3 .block1-section3 {
	width: 58.333333%;
}

.section3-single-testimonial .container-section3 .block1-section3 .text1-section3-block1 {
	display: inline-block;
	padding-bottom: 25px;
	font-family: proxima-nova;
	font-size: 30px;
	font-weight: 300;
	line-height: 34px;
	color: #439ed8;
}

.section3-single-testimonial .container-section3 .block1-section3 .text2-section3-block1 {
	padding-bottom: 25px;
	color: #0d2b48;
	font-family: proxima-nova-regular;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
}

.section3-single-testimonial .container-section3 .block1-section3 .ui-button-blue {
	border-radius: 6px;
	background-color: rgb(30 113 183);
	padding: 12px 24px;
	font-family: proxima-nova;
	font-size: 18px;
	font-weight: 300 !important;
	color: rgb(255 255 255);
}

.section3-single-testimonial .container-section3 .block2-section3 {
	margin-left: auto;
	display: flex;
	align-items: center;
	width: 41.666667%;
	justify-content: flex-end;
}

.section3-single-testimonial .container-section3 .block2-section3 .img-block2-section3 {
	margin-top: 0;
	height: 217px;
}

.block-button {
	display: flex;
	justify-content: center;
	padding-bottom: 80px;
}

.block-button .button-blue {
	background-color: rgb(241 245 251);
	padding: 10px 24px;
	font-family: proxima-nova;
	font-size: 16px;
	color: rgb(30 113 183);
	border-radius: 6px;
	font-weight: 300;
}

/**********************************/


/*style for blog*/
.section1-archive-post {
	background-color: rgb(241 245 251);
	padding-bottom: 55px;
}

.section1-archive-post .title1-section1-archive-post {
	padding-top: 55px;
	padding-bottom: 8px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 24px;
	color: rgb(107 114 128);
}

.section1-archive-post .title2-section1-archive-post {
	font-family: proxima-nova;
	font-size: 40px;
	font-weight: 300;
	line-height: 48px;
	color: #439ed8;
	padding-bottom: 15px;
}

.section1-archive-post .title2-section1-archive-post strong {
	color: #1e71b7;
}

.section1-archive-post .text-section1-archive-post {
	padding-bottom: 55px;
	color: #0d2b48;
	font-family: proxima-nova-regular;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
}

.section2-archive-post .block1-container-posts {
	width: 50%;
}

.section2-archive-post .block2-container-posts {
	width: 50%;
	padding-left: 32px;
	padding-right: 32px;
}

.section2-archive-post .block1-container-posts .article-pinned {
	border-radius: 16px;
	background-color: rgb(255 255 255);
	padding: 15px;
}

.section2-archive-post .block1-container-posts .article-pinned .box-image .post-thumbnail img {
	height: 370px;
	width: 100%;
	border-radius: 8px;
	object-fit: cover;
	object-position: center;
}

.section2-archive-post .block1-container-posts .article-pinned .box-content {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.section2-archive-post .block1-container-posts .article-pinned .box-content .entry-meta .posted-on {
	padding-bottom: 15px;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgb(107 114 128);
}

.section2-archive-post .block1-container-posts .article-pinned .box-content .entry-meta {
	padding-bottom: 15px;

}

.section2-archive-post .block1-container-posts .article-pinned .box-content .entry-header {
	padding-bottom: 8px;
}

.section2-archive-post .block1-container-posts .article-pinned .box-content .entry-header .entry-title {
	color: rgb(0 0 0);
	font-family: proxima-nova;
	line-height: 32px;
	font-weight: 300;
	font-size: 24px;
}

.section2-archive-post .block1-container-posts .article-pinned .box-content .entry-content .excerpt p {
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: 300;
	font-family: proxima-nova-regular;
	color: rgb(0 0 0);
	line-height: 25px;
}

.section2-archive-post .block1-container-posts .article-pinned .box-content .entry-content .read-more-button,
.section2-archive-post .block2-container-posts article .box-content .entry-content .read-more-button,
.container-posts .block-container-posts article .box-content .entry-content .read-more-button {
	font-family: proxima-nova-regular;
	font-size: 16px;
	text-decoration-line: underline;
	color: rgb(61 166 219);
}

.section2-archive-post .block2-container-posts .title-container {
	font-family: proxima-nova;
	font-size: 24px !important;
	font-weight: 300;
	line-height: 32px;
	color: rgb(30 113 183);
	padding-bottom: 25px;
}

.section2-archive-post .block2-container-posts article {
	display: flex;
	background-color: #fff;
	margin-bottom: 15px;
	padding: 15px;
	border-radius: 16px;
}

.section2-archive-post .block2-container-posts article .box-image {
	width: 33.333333%;
}

.section2-archive-post .block2-container-posts article .box-image .post-thumbnail img {
	height: 120px;
	width: 120px;
	border-radius: 8px;
	object-fit: cover;
	object-position: center;
}

.section2-archive-post .block2-container-posts article .box-content {
	width: 66.666667%;
}

.section2-archive-post .block2-container-posts article .box-content .entry-meta,
.section2-archive-post .block2-container-posts article .box-content .entry-content .excerpt,
.container-posts .block-container-posts article .box-content .entry-meta {
	display: none;
}

.section2-archive-post .block2-container-posts article .box-content .entry-header .entry-title {
	color: #0d2b48;
	padding-bottom: 5px;
	padding-top: 8px;
	font-family: proxima-nova !important;
	font-size: 20px !important;
	font-weight: 300 !important;
	line-height: 24px !important;
}

.container-posts {
	padding-top: 55px;
	padding-bottom: 150px;
}

.container-posts.with-pagination {
	padding-bottom: 50px;
}

.container-posts .block-container-posts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.container-posts .block-container-posts article {
	width: 100%;
	transition: transform 0.3s ease-in-out;
	cursor: pointer;
	padding: 15px;
	border-radius: 16px;
	background-color: rgb(243 244 246);
}

.container-posts .block-container-posts article .box-content .entry-header .entry-title {
	padding-bottom: 8px;
	padding-top: 15px;
	font-family: proxima-nova;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
}

.container-posts .block-container-posts article .box-content .entry-content .excerpt p {
	font-size: 16px;
	font-family: proxima-nova-regular;
	padding-bottom: 15px;
	line-height: 25px;
}

/**********************************/
/*********style page job offers*******/
.section1-job-offers {
	background-color: rgb(241 245 251);
}

.section1-job-offers .title-section1-job-offers {
	font-family: proxima-nova;
	font-size: 40px;
	font-weight: 300;
	line-height: 48px;
	color: #439ed8;
	padding-bottom: 15px;
	padding-top: 40px;
	text-align: center;
}

.section1-job-offers .title-section1-job-offers strong {
	color: #1e71b7;
}

.section1-job-offers .text-section1-job-offers {
	color: #0d2b48;
	font-family: proxima-nova-regular;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
	padding-bottom: 15px;
}

.section1-job-offers .container-search {
	padding-bottom: 55px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.section1-job-offers .container-search .block-search {
	width: 66.666667%;
	position: relative;
}

.section1-job-offers .container-search .block-search .text-g-input {
	color: rgb(107 114 128);
	height: fit-content;
	margin: auto;
	left: 0.75rem;
	top: 0;
	bottom: 0;
	position: absolute;
}

.section1-job-offers .container-search .block-search .text-g-input .svg-inline--fa {
	overflow: visible;
	box-sizing: content-box;
	vertical-align: -.125em;
	display: var(--fa-display, inline-block);
	height: 1em;
}

.section1-job-offers .container-search .block-search .ui-searcher {
	width: 100% !important;
	border-radius: 6px;
	padding-right: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px !important;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: rgb(107 114 128);
	outline: 2px solid #0000;
	outline-offset: 2px;
	transition-duration: .5s;
}

.section2-job-offers-list {
	padding-top: 55px;
	padding-bottom: 100px;
}

.section2-job-offers-list.with-pagination {
	padding-bottom: 0px;
}

.section2-job-offers-list .container-section2-job-offers-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.section2-job-offers-list .container-section2-job-offers-list .block-jobs-offers,
.custom-pagination-wrap .block-jobs-offers {
	width: 66.666667%;
}

.custom-pagination.block-jobs-offers {
	margin-left: auto;
	margin-right: auto;
}

.section2-job-offers-list .container-section2-job-offers-list .block-jobs-offers .job-offer {
	background-color: rgb(243 244 246);
	border-radius: 16px;
	position: relative;
	padding: 24px;
	margin-bottom: 24px;
}

.section2-job-offers-list .container-section2-job-offers-list .block-jobs-offers .job-offer .title-job {
	padding-bottom: 5px;
	font-family: proxima-nova;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	color: rgb(26 19 40);
}

.section2-job-offers-list .container-section2-job-offers-list .block-jobs-offers .job-offer .profession-job {
	text-decoration-line: underline;
	padding-bottom: 5px;
	font-family: proxima-nova-regular;
}

.section2-job-offers-list .container-section2-job-offers-list .block-jobs-offers .job-offer .description-job {
	padding-bottom: 15px;
	font-family: proxima-nova-regular;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: rgb(26 19 40);
}

.section2-job-offers-list .container-section2-job-offers-list .block-jobs-offers .job-offer .read-more-job {
	text-decoration-line: underline;
	color: rgb(30 113 183);
	font-weight: 300;
	font-size: 16px;
	font-family: proxima-nova-regular;
}

.section3-job-offers {
	padding-bottom: 80px;
}

.section3-job-offers .container-section3-job-offers {
	background-color: rgb(241 245 251);
	border-radius: .5rem;
	display: flex;
	align-items: center;
	flex-direction: row;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 55px;
	padding-right: 55px;
}

.section3-job-offers .container-section3-job-offers .block1-container-section3-job-offers {
	width: 66.666667%;
}

.section3-job-offers .container-section3-job-offers .block2-container-section3-job-offers {
	margin-left: auto;
	display: flex;
	align-items: center;
	width: 33.333333%;
	justify-content: flex-end;
}

.section3-job-offers .container-section3-job-offers .block1-container-section3-job-offers .testi-i {
	padding-bottom: 25px;
	font-family: proxima-nova;
	font-size: 30px;
	font-weight: 300;
	line-height: 34px;
	color: #439ed8;
}

.section3-job-offers .container-section3-job-offers .block1-container-section3-job-offers .testi-i strong {
	color: #1e71b7;
}

.section3-job-offers .container-section3-job-offers .block1-container-section3-job-offers .text-xs {
	padding-bottom: 25px;
	color: #0d2b48;
	font-family: proxima-nova-regular;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
}

.section3-job-offers .container-section3-job-offers .block1-container-section3-job-offers .ui-button-spontaan {
	border-radius: 6px;
	background-color: rgb(30 113 183);
	padding: 12px 24px;
	font-family: proxima-nova;
	font-size: 18px;
	font-weight: 300 !important;
	color: rgb(255 255 255);
	line-height: 24px;
}

.section3-job-offers .container-section3-job-offers .block2-container-section3-job-offers .img-block2-container-section3-job-offers {
	margin-top: 0;
	height: auto;
}

.section1-job-offer-detail {
	background-color: rgb(241 245 251);
}

.section1-job-offer-detail .title-job {
	font-family: proxima-nova;
	font-size: 40px;
	font-weight: 300;
	line-height: 48px;
	padding-bottom: 15px;
	color: rgb(30 113 183) !important;
	padding-top: 55px;
}

.section1-job-offer-detail .description-job {
	color: #0d2b48;
	font-family: proxima-nova-regular;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
	width: 66.666667%;
	padding-bottom: 55px;
}

.section2-job-offer-detail {
	padding-top: 55px;
}

.section2-job-offer-detail .content-job {
	width: 66.666667%;
	margin-right: 32px;
	padding-bottom: 30px;
}

.section2-job-offer-detail .content-job h3 {
	font-family: proxima-nova;
	font-size: 28px;
	font-style: normal;
	line-height: 32px;
	padding-bottom: 15px;
	font-weight: 300 !important;
	color: rgb(30 113 183);
}

.section2-job-offer-detail .content-job p {
	color: #0d2b48;
	font-family: proxima-nova-regular;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
	padding-bottom: 40px;
}

.section2-job-offer-detail .content-job p strong {
	color: #111827;
	font-weight: bold;
}

.section2-job-offer-detail .content-job ul {
	padding-left: 1.625em;
}

.section2-job-offer-detail .content-job ul li {
	list-style-type: disc;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	color: #0d2b48;
	font-family: proxima-nova-regular;
	font-style: normal;
	font-weight: 300;
}

.section2-job-offer-detail .container-sidebar {
	width: 33.333333%;
}

.section2-job-offer-detail .container-sidebar .block-container-sidebar {
	margin-bottom: 25px;
	border-radius: .5rem;
	background-color: rgb(243 244 246);
	padding: 24px;
}

.section2-job-offer-detail .container-sidebar .block-container-sidebar .title-block-sidebar {
	border-bottom-width: 1px;
	border-color: rgb(229 231 235);
	padding-bottom: 25px;
	font-family: proxima-nova !important;
	font-size: 18px !important;
	font-weight: 300 !important;
}

.section2-job-offer-detail .container-sidebar .block-container-sidebar .block-text-sidebar {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-color: rgb(229 231 235);
}

.section2-job-offer-detail .container-sidebar .block-container-sidebar .block-text-sidebar .text-xs-1 {
	color: #0d2b48;
	font-family: proxima-nova-regular;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
	width: 41.666667%;
}

.section2-job-offer-detail .container-sidebar .block-container-sidebar .block-text-sidebar .text-xs-2 {
	font-size: 14px !important;
	font-weight: 300 !important;
	line-height: 27px;
	color: #0d2b48;
	font-family: proxima-nova;
	padding-left: 0;
	width: 58.333333%;
}

.section2-job-offer-detail .container-sidebar .block-container-sidebar .block-text-sidebar .text-xs-3,
.section2-job-offer-detail .container-sidebar .block-container-sidebar .container-icon-social .block-text-share .text-share {
	font-size: 16px !important;
	font-weight: 300 !important;
	line-height: 27px;
	color: #0d2b48;
	font-family: proxima-nova;
}

.section2-job-offer-detail .container-sidebar .block-container-sidebar .block-text-sidebar .text-neutral {
	padding-bottom: 8px;
	font-family: proxima-nova-regular;
	font-size: 14px !important;
	font-weight: 300;
	color: rgb(107 114 128) !important;
}

.section2-job-offer-detail .container-sidebar .block-container-sidebar .block-text-sidebar .text-neutraldark {
	font-family: proxima-nova-regular;
	font-size: 14px !important;
	font-weight: 300;
	color: rgb(26 19 40) !important;
	display: flex;

}

.section2-job-offer-detail .container-sidebar .ui-button-container-sidebar {
	border-radius: 6px;
	--tw-bg-opacity: 1;
	background-color: rgb(30 113 183/var(--tw-bg-opacity));
	padding: 14px 26px;
	font-family: proxima-nova;
	font-size: 18px;
	font-weight: 300 !important;
	--tw-text-opacity: 1;
	color: rgb(255 255 255/var(--tw-text-opacity));
	width: 100%;
}

.section3-job-offer-detail .container-section3-job-offer-detail {
	border-radius: .5rem;
	background-color: rgb(13 43 72);
	padding: 55px;
}

.section3-job-offer-detail {
	margin-bottom: 55px;
}

.section3-job-offer-detail .container-section3-job-offer-detail .title1-section3-job-offer-detail {
	color: rgb(255 255 255) !important;
	font-family: proxima-nova;
	font-size: 30px;
	font-weight: 300;
	line-height: 34px;
}

.section3-job-offer-detail .container-section3-job-offer-detail .title2-section3-job-offer-detail {
	font-family: proxima-nova;
	font-size: 30px;
	font-weight: 300;
	line-height: 34px;
	color: #439ed8;
	padding-bottom: 15px;
}

.section3-job-offer-detail .container-section3-job-offer-detail .text-section3-job-offer-detail {
	padding-bottom: 15px;
	color: rgb(255 255 255) !important;
	font-family: proxima-nova-regular;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
}

.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .block1-form,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .block1-form {
	display: flex;
	gap: 30px;
}

.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form label,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form label,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .block1-form label,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .block1-form label,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .checkbox-container label,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .checkbox-container label {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
}

.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form label input,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form label input,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .block1-form label input,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .block1-form label input {
	border-radius: .5rem;
	padding: 20px 12px;
	font-family: inter, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgb(107 114 128/var(--tw-text-opacity));
	outline: 2px solid #0000;
	outline-offset: 2px;
	width: 100%;
}

.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .checkbox-container label,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .checkbox-container label {
	font-family: proxima-nova-regular;
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
}

.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form .container-block1-form .block-name,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form .container-block1-form .block-name,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .block1-form .container-block1-form .block-name,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .block1-form .container-block1-form .block-name {
	padding-bottom: 15px;
}

.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form .container-block1-form .block-name p,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form .container-block1-form .block-name p {
	display: flex;
	gap: 15px;
}

.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form .container-block1-form .block-email,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form .container-block1-form .block-phone,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form .container-block1-form .block-email,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form .container-block1-form .block-phone,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .block1-form .container-block1-form .block-email,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .block1-form .container-block1-form .block-phone,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .block1-form .container-block1-form .block-email,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .block1-form .container-block1-form .block-phone {
	padding-bottom: 15px;
}

.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form .container-block1-form,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form .container-block1-form,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .block1-form .container-block1-form,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .block1-form .container-block1-form {
	width: 40%;
}

.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form .block2-form,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form .block2-form,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .block1-form .block2-form,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .block1-form .block2-form {
	width: 60%;
}

.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form .block2-form .block-message,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form .block2-form .block-message,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .block1-form .block2-form .block-message,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .block1-form .block2-form .block-message {
	padding-bottom: 15px;
}

.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form .block2-form .block-message label textarea,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form .block2-form .block-message label textarea,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .block1-form .block2-form .block-message label textarea,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .block1-form .block2-form .block-message label textarea {
	border-radius: .5rem;
	padding: 20px 12px;
	font-family: inter, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgb(107 114 128/var(--tw-text-opacity));
	outline: 2px solid #0000;
	outline-offset: 2px;
	width: 100%;
	height: 140px;
}

.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form .block2-form .block-file input,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form .block2-form .block-file input,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .block1-form .block2-form .block-file input,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .block1-form .block2-form .block-file input {
	left: 0;
	cursor: pointer;
	width: 200px;
	height: 55px;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-relative,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-relative {
	position: relative;
	width: 24.5%;
}

.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-relative,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-relative {
	position: relative;
	width: 30.5%;
}

.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-absolute,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-absolute,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-absolute,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-absolute {
	font-family: proxima-nova;
	font-weight: 400;
	font-size: 16px;
	color: #0000009c;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 31%;
	cursor: pointer;
	opacity: 0;
}

.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-relative .bg-apply-block-upload-absolute,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-relative .bg-apply-block-upload-absolute,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-relative .bg-apply-block-upload-absolute,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-relative .bg-apply-block-upload-absolute {
	width: fit-content;
	cursor: pointer;
	border-radius: .5rem;
	background-color: rgb(241 245 251);
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 17px;
	padding-bottom: 17px;
}

.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-relative .bg-apply-block-upload-absolute .text-enbro-blue-dark,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-relative .bg-apply-block-upload-absolute .text-enbro-blue-dark,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-relative .bg-apply-block-upload-absolute .text-enbro-blue-dark,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-relative .bg-apply-block-upload-absolute .text-enbro-blue-dark {
	font-family: proxima-nova;
	font-size: 18px;
	font-weight: 300;
	color: rgb(30 113 183);
}

.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-relative p .wpcf7-form-control-wrap,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-relative p .wpcf7-form-control-wrap,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-relative p .wpcf7-form-control-wrap,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-relative p .wpcf7-form-control-wrap {
	position: static;

}

.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .file-count-detail,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .file-count-detail,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .file-count-spontan,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .file-count-spontan {
	display: block;
	text-align: left;
	font-family: proxima-nova-regular;
	font-size: 14px;
	font-weight: 400;
	color: rgb(255 255 255) !important;
}

.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .checkbox-container p,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .checkbox-container p,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .checkbox-container p,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .checkbox-container p {
	display: flex;
}

.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .checkbox-container,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .checkbox-container {
	margin-top: 20px;
}

.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .checkbox-container input,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .checkbox-container input,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .checkbox-container input,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .checkbox-container input {
	margin-right: 8px;
}

.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .wpcf7-submit,
.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .wpcf7-submit,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .wpcf7-submit,
.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .wpcf7-submit {
	border-radius: 6px;
	background-color: rgb(30 113 183);
	padding: 12px 24px;
	font-family: proxima-nova;
	font-size: 18px;
	font-weight: 300 !important;
	color: rgb(255 255 255);
	cursor: pointer;
	margin-top: 30px;
}

.wpcf7-response-output {
	display: block !important;
	margin: auto !important;
	margin-top: 20px !important;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none !important;
}

.section4-job-offer-detail {
	border-radius: .5rem;
	background-color: rgb(241 245 251);
}

.section4-job-offer-detail .container-section4-job-offer-detail {
	padding-top: 60px;
	padding-bottom: 60px;
}

.section4-job-offer-detail .container-section4-job-offer-detail .title-section4-job-offer-detail {
	font-family: proxima-nova;
	font-size: 30px;
	font-weight: 300;
	line-height: 34px;
	color: #439ed8;
	padding-bottom: 25px;
}

.section4-job-offer-detail .container-section4-job-offer-detail .title-section4-job-offer-detail strong {
	color: #1e71b7;
}

.section4-job-offer-detail .container-section4-job-offer-detail .text-section4-job-offer-detail {
	padding-bottom: 25px;
	color: #0d2b48;
	font-family: proxima-nova-regular;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
}

.section4-job-offer-detail .container-section4-job-offer-detail .ui-button-section4-job-offer-detail {
	border-radius: 6px;
	--tw-bg-opacity: 1;
	background-color: rgb(30 113 183/var(--tw-bg-opacity));
	padding: 12px 24px;
	font-family: proxima-nova;
	font-size: 18px;
	font-weight: 300 !important;
	--tw-text-opacity: 1;
	color: rgb(255 255 255/var(--tw-text-opacity));
	line-height: 24px;
}

.section2-job-offers-list#section-job-offers-search {
	padding-top: 20px;
	padding-bottom: 20px;
}

.section2-job-offers-list#section-job-offers-search .container-section2-job-offers-list .block-jobs-offers .ui-result {
	color: #0d2b48;
	font-family: proxima-nova-regular;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
}

.section2-questions-frequentes-enbro .container-section2-questions-frequentes-enbro .no-results-message {
	color: #0d2b48;
	font-family: proxima-nova-regular;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
	text-align: center;
}

.section2-aide-contact-enbro .container-section2-aide-contact .toggle-section2-questions-frequentes .elementor-toggle .elementor-tab-content,
.section2-aide-contact .col2-section2-aide-contact .toggle-col2-section2-aide-contact .elementor-toggle .elementor-tab-content {
	border: 0px;
	border-radius: 16px;
}

/********************************/

/*style for page 404*/
.error404 .site header {
	display: none;
}

.site-main-404 .error-404 .page-content {
	background-color: #f3f4f6;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.content-block1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.text-page-error {
	color: rgba(17, 24, 39);
	margin-bottom: 2.5rem;
	font-weight: 500;
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.link-back-home {
	color: rgba(255, 255, 255) !important;
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important;
	background-color: rgba(55, 65, 81) !important;
	border-radius: 0.25rem !important;
}

.link-back-home:hover {
	background-color: rgba(17, 24, 39) !important;
}

.content-block2 {
	height: 8rem;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: translateY(150px);
}

.text-powered {
	color: rgba(209, 213, 219);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 0.75rem;
	line-height: 1rem;
	margin-bottom: 0.375rem;
}

.img-devisto {
	width: 8rem;
}

.error404 main {
	padding-top: 0px;
}

/**/
/******style privacy-policy***********/
body.page-id-3 .container-entry-header {
	display: none;
}

#privacy-policy {
	padding-top: 10rem !important;
	padding-bottom: 6rem;
}

#privacy-policy h1 {
	font-family: urbana;
	font-size: 33px;
	font-weight: 500;
	padding-bottom: 15px;
	margin-bottom: 3rem;
	line-height: 2.25rem;
	text-decoration-line: underline;
	color: #000;
}

#privacy-policy p {
	color: #000;
	line-height: 27px;
}

/********end***************/
/******style condition general***********/
body.page-id-1822 .container-entry-header {
	display: none;
}

/*style page politique de confidentialité*/

.privacy-policy h1,
.conditions-generales h1 {
	font-family: "urbana";
	font-size: 33px;

	padding-bottom: 15px;
	line-height: 60px;
	padding-top: 100px;
}

.privacy-policy h2,
.conditions-generales h2 {
	font-family: urbana, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
	color: #0d2b48 !important;
	font-size: 42px;
	line-height: 48px;
}

.privacy-policy h3,
.conditions-generales h3 {
	font-family: urbana;
	font-size: 25px !important;
	text-transform: lowercase;

	padding-bottom: 15px;
	color: #000 !important;
	line-height: 32px;
}

.privacy-policy .content-text {
	padding-bottom: 15px;
}

.privacy-policy .underline-title,
.conditions-generales .underline-title {
	text-decoration: underline;
}

.privacy-policy .title-bolder,
.conditions-generales .title-bolder {
	font-weight: bolder;
}

.conditions-generales .list-marge {
	margin-left: 19.0pt;
}

.conditions-generales .list-marge-42 {
	margin-left: 42.0pt;
}

.conditions-generales .title-article {
	color: var(--tw-prose-bold);
	font-weight: 600 !important;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

.conditions-generales a {
	text-decoration: underline !important;
}

.conditions-generales .content-text {
	padding-bottom: 15px;
	color: #374151 !important;
	line-height: 27px;
}

/**/
/********end***************/
/********end***************/

/** style for footer ****************
****************************************/

/** footer section1 */
.max-container-section1 {
	background-color: rgb(13 43 72);
}

.max-container-section1 .enbro-footer-section1 {
	max-width: 1216px;
	width: 100%;
	display: block;
	margin: auto;
	padding-left: 0;
	padding-right: 0;
}

.max-container-section1 .enbro-footer-section1 .content-footer-section1 {
	position: relative;
	padding-bottom: 65px;
	padding-top: 80px;
}

.max-container-section1 .enbro-footer-section1 .content-footer-section1 .ui-footer-section1-quote {
	color: rgb(255 255 255) !important;
	text-align: center;
	font-family: proxima-nova;
	font-size: 36px;
	font-weight: 300;
	line-height: 40px;
	padding-bottom: 32px;
}

.max-container-section1 .enbro-footer-section1 .content-footer-section1 .ui-footer-section1-quote strong {
	color: rgb(67 158 216) !important;
}

.max-container-section1 .enbro-footer-section1 .content-footer-section1 #first_footer_button .ui-button-white {
	display: block;
	padding: 12px 24px;
	color: #1a1328;
	font-family: proxima-nova;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	border-radius: 6px;
	background: #fff;
	margin: auto;
	width: fit-content;
	line-height: 24px;
}

.max-container-section1 .enbro-footer-section1 .content-footer-section1 #first_footer_button .ui-button-white:hover {
	background-color: #e5e7eb;
}

.max-container-section1 .enbro-footer-section1 .bar-enbro-footer-section1 {
	background-color: #ffffff29;
	border-color: #ffffff29;
	width: 100%;
	height: 1px;
}

/**end footer section1 */
/** footer section2 */
.max-container-section2 {
	background-color: rgb(13 43 72);
	padding-top: 65px;
	padding-bottom: 25px;
}

.max-container-section2 .enbro-footer-section2 {
	padding-left: 0;
	padding-right: 0;
	max-width: 1216px;
	width: 100%;
	display: block;
	margin: auto;
}

.max-container-section2 .enbro-footer-section2 .content-footer-section2 {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-end;
}

/** footer section2 column1 */
.max-container-section2 .enbro-footer-section2 .content-footer-section2 .footer-section2-column-1 {
	margin-right: 2.5rem;
	width: 58.333333%;
	padding-bottom: 0;
}

.max-container-section2 .enbro-footer-section2 .content-footer-section2 .footer-section2-column-1 .logo-enbro img {
	width: 20%;
}

.max-container-section2 .enbro-footer-section2 .content-footer-section2 .footer-section2-column-1 .text-footer-section2-col1 {
	opacity: 0.5;
	color: rgb(255 255 255);
	font-weight: 300;
	font-size: 16px;
	font-family: proxima-nova-regular;
	padding-bottom: 32px;
	padding-top: 15px;
	line-height: 25px;
}

.max-container-section2 .enbro-footer-section2 .content-footer-section2 .footer-section2-column-1 ul li a.wp-block-social-link-anchor svg {
	fill: rgb(152 162 179);
}

.max-container-section2 .enbro-footer-section2 .content-footer-section2 .footer-section2-column-1 ul li {
	transition-duration: 0.7s;
}

.max-container-section2 .enbro-footer-section2 .content-footer-section2 .footer-section2-column-1 ul li:hover {
	transform: scale(1.1);
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
	background-color: transparent;
}

/** footer section2 column2, column3, column4 */
.max-container-section2 .enbro-footer-section2 .content-footer-section2 .container-columns {
	display: flex;
	gap: 45px;
	width: 50%;
	padding-bottom: 0;
	flex-direction: row;
}

.max-container-section2 .enbro-footer-section2 .content-footer-section2 .container-columns .footer-section2-column-2 .menu-menu-1-container ul li,
.max-container-section2 .enbro-footer-section2 .content-footer-section2 .container-columns .footer-section2-column-2 .menu-menu-2-container ul li {
	padding-bottom: 5px;
}

.max-container-section2 .enbro-footer-section2 .content-footer-section2 .container-columns .footer-section2-column2-title,
.max-container-section2 .enbro-footer-section2 .content-footer-section2 .container-columns .footer-section2-column3-title,
.max-container-section2 .enbro-footer-section2 .content-footer-section2 .container-columns .footer-section2-column4-title {
	opacity: 0.7;
	color: rgb(255 255 255);
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
	font-family: proxima-nova-regular;
}

.max-container-section2 .enbro-footer-section2 .content-footer-section2 .container-columns .footer-section2-column-2 .menu-menu-1-container ul li a,
.max-container-section2 .enbro-footer-section2 .content-footer-section2 .container-columns .footer-section2-column-2 .menu-menu-2-container ul li a,
.max-container-section2 .enbro-footer-section2 .content-footer-section2 .container-columns .footer-section2-column-2 .menu-menu-3-container ul li a,
.max-container-section2 .enbro-footer-section2 .content-footer-section2 .container-columns .footer-section2-column-2 .menu-menu-4-container ul li a {
	color: rgb(255 255 255) !important;
	font-style: normal;
	font-weight: 300;
	font-family: proxima-nova-regular;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 5px;
}

.max-container-section2 .enbro-footer-section2 .content-footer-section2 .container-columns .footer-section2-column-2 .menu-menu-1-container,
.max-container-section2 .enbro-footer-section2 .content-footer-section2 .container-columns .footer-section2-column-2 .menu-menu-3-container {
	margin-top: 8px;
}

.max-container-section2 .enbro-footer-section2 .content-footer-section2 .container-columns .footer-section2-column3-text,
.max-container-section2 .enbro-footer-section2 .content-footer-section2 .container-columns .footer-section2-column4-text {
	font-size: 16px;
	font-family: proxima-nova-regular;
	font-style: normal;
	font-weight: 300;
	color: rgb(255 255 255) !important;
	line-height: 29px !important;
	padding-bottom: 5px;
	padding-top: 8px;
}

.max-container-section2 .enbro-footer-section2 .container-image {
	display: flex;
	margin-left: auto;
	justify-content: flex-end;
	padding-top: 50px;
	align-items: flex-end;
}

.wp-block-social-links {
	font-size: 28px !important;
}

/**end footer section2 *****/
/****footer section3****/
.enbro-footer-widget-area .container-footer-widget-area {
	display: flex;
	flex-direction: row;
}

.enbro-footer-widget-area .container-footer-widget-area .widget {
	width: calc(100% / 3);
}

.enbro-footer-widget-area .container-footer-widget-area .link-block-col1 .container-block-col1 {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
	background-color: #5C57AB;
}

.enbro-footer-widget-area .container-footer-widget-area .link-block-col1 .container-block-col1 .image-block-col1,
.enbro-footer-widget-area .container-footer-widget-area .link-block-col2 .container-block-col2 .image-block-col2,
.enbro-footer-widget-area .container-footer-widget-area .link-block-col3 .container-block-col3 .image-block-col3 {
	border-right-width: 1px;
	border-color: rgb(255 255 255);
	padding-right: 15px;
	width: auto;
	height: 38px;
}

.enbro-footer-widget-area .container-footer-widget-area .link-block-col2 .container-block-col2 {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
	background-color: #00AB8F;
}

.enbro-footer-widget-area .container-footer-widget-area .link-block-col3 .container-block-col3 {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
	background-color: #F26626;
}

.enbro-footer-widget-area .container-footer-widget-area .link-block-col1 .container-block-col1 .text-block-col1,
.enbro-footer-widget-area .container-footer-widget-area .link-block-col2 .container-block-col2 .text-block-col2,
.enbro-footer-widget-area .container-footer-widget-area .link-block-col3 .container-block-col3 .text-block-col3 {
	padding-left: 15px;
	font-family: "Inter", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	color: rgb(255 255 255);
}

/****end footer section3****/

/**** style footer principal****/
.site-footer {
	position: relative;
	bottom: 0;
	width: 100%;
	background-color: rgb(21 43 70);
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.site-footer .site-info {
	margin: auto;
	display: block;
	width: 100%;
	max-width: 1216px;
	padding-left: 0;
	padding-right: 0;
}

.site-footer .site-info .container-footer-principal .widget {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: rgb(255 255 255) !important;
	font-style: normal;
	font-weight: 300;
	font-family: proxima-nova-regular;
	margin-left: 8rem;
	font-size: 16px;
	line-height: 24px;
}

.site-footer .site-info .container-footer-principal .icon-g-link {
	display: flex;
	flex-direction: row;
	overflow: hidden;
	margin-left: 0.625rem;
}

.site-footer .site-info .container-footer-principal .icon-g-link .site-link .icon-lav {
	height: 1rem;
}

.site-footer .site-info .container-footer-principal .icon-g-link .site-link {
	margin: auto;
	display: block;
	padding-left: 0.5rem;
	border-color: rgb(255 255 255);
	border-left-width: 1px;
	height: 1rem;
}

.site-footer .site-info .container-footer-principal .icon-g-link .site-link:hover .site-text {
	opacity: 1;
	transition: .7s ease-in-out;
}

.site-footer .site-info .container-footer-principal .icon-g-link .site-link:hover .site-text::after {
	transform: translateX(0);
	opacity: 1;
	transition: transform .7s ease-in-out, opacity .7s ease-in-out;
}

.site-footer .site-info .container-footer-principal .icon-g-link .site-link .site-text::after {
	content: "Site by Like A Virgin";
	display: block;
	position: relative;
	margin-left: 25px;
	margin-top: -22px;
	transform: translateX(-220px);
	opacity: 0;
	transition: transform .7s ease-in-out, opacity .7s ease-in-out;
}

.site-footer .site-info .container-footer-principal .icon-g-link .site-link .text-visible-mobile {
	display: none;
}

/***end style footer principal*****/
/***end style footer**************
*********************************/

/* Style for custom pagination */

.custom-pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	padding: 0px 0;
	margin-bottom: 90px;
}


.pagination-buttons {
	flex: 1;
	text-align: left;
}

.pagination-buttons a {
	display: inline-block;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	border-radius: 4px;
	margin-right: 10px;
	border: 1px solid rgb(209 213 219);
	line-height: 32px;
	font-weight: 400;
	padding: 8px 20px !important;
	display: inline-block;
	font-size: 17px;
	font-family: "Inter", Sans-serif;
}

.pagination-buttons a:hover {
	box-shadow: 0 0 10px #00000080;
}

.pagination-buttons a.disabled {
	box-shadow: none;
}


.pagination-numbers {
	display: flex;
	text-align: right;
}

.page-numbers.current .page-number {
	font-weight: 800;
	background: #eee;
}

.pagination-numbers .page-number {

	padding: 8px 12px;
	font-weight: 400;
	color: #333;
	text-decoration: none;
	font-size: 17px;
	background: #fff;
	min-width: 50px;
	text-align: center !important;
	display: inline-block;
	font-family: "Inter", Sans-serif;
	line-height: 32px;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border: 1px solid rgb(209 213 219);
	margin: 0px;

}

.page-numbers.current .page-number:hover {
	box-shadow: none;
}

.pagination-numbers .page-number:hover {
	box-shadow: 0 0 10px #00000080;
}



.pagination-numbers .dots {
	color: #999;
}

.container-image-section2 img,
.container-image-section4 img {
	width: auto !important;
}




/**responsivity **/
/* Affichage sur les petits écrans */
@media only screen and (max-width: 767px) {

	.site-header .menu-mobile .menu-langue-mobile .sub-menu li.current-lang a,
	.site-header-aide-contact .menu-mobile-aide-contact .sub-menu li.current-lang a {
		font-weight: 700 !important;
	}

	.section1-histoire-enbro .col2-section1-histoire .img-col2-section1-accueil .notre-histoire-article img {
		height: 350px !important;
	}

	.custom-pagination {
		flex-direction: column;
		margin-bottom: 0px;
	}

	.custom-pagination .pagination-buttons {
		margin-bottom: 20px;
	}

	.container-post-remaining {
		padding-bottom: 0px;
	}

	/**header*/
	header#masthead,
	header#masthead-aide-contact {
		background: white !important;
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		z-index: 9999 !important;
		width: 100% !important;
	}

	body.page-id-22 main,
	body.page-id-624 main,
	body.page-id-2062 main {
		padding-top: 50px !important;
	}

	.page .entry-header .container-entry-header {
		padding-left: 20px;
		padding-right: 20px;
	}

	.site-header .color-header,
	.site-header-aide-contact .color-header {
		width: 100%;
		display: flex;
		padding-top: .5rem;
		padding-bottom: .5rem;
	}

	.site-header .max-container-header-enbro,
	.site-header-aide-contact .max-container-header-enbro {
		padding-left: 20px;
		padding-right: 20px;
	}

	.site-header .site-branding img.logo-enbro-header,
	.site-header-aide-contact .site-branding img.logo-enbro-header {
		height: 2rem;
		width: auto !important;
		max-width: initial !important;
	}

	.site-header .max-container-header-enbro .content-header-enbro .site-branding,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .site-branding {
		width: 33.33333%;
	}

	.site-header .site-branding .site-title,
	.site-header .max-container-header-enbro .content-header-enbro .main-navigation,
	.site-header .secondary-menu-container,
	.site-header .max-container-header-enbro .content-header-enbro .header-button-container,
	.site-header-aide-contact .site-branding .site-title,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation,
	.site-header-aide-contact .secondary-menu-container,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .header-button-container {
		display: none;
	}

	.site-header .menu-toggle,
	.site-header-aide-contact .menu-toggle {
		display: block;
		right: 0;
		position: absolute;
		cursor: pointer;
	}

	/* Styles pour la navigation principale */

	#site-navigation.main-navigation.menu-mobile {
		position: relative;
		top: 0;
		right: 0;
		background-color: rgb(14, 43, 72) !important;
		width: 100%;
		height: 100vh;
		display: none;
		z-index: 99;
		align-content: center;
		justify-content: center;
		flex-direction: column;
	}

	#site-navigation.main-navigation.menu-mobile-aide-contact {
		position: relative;
		top: 0;
		right: 0;
		background-color: rgb(14, 43, 72) !important;
		width: 100%;
		height: 100vh;
		display: none;
		z-index: 99;
		align-content: center;
		justify-content: center;
		flex-direction: column;
	}

	.pll-parent-menu-item>a::after {
		background-color: white !important;
	}

	/* Container pour les éléments du menu */
	#site-navigation.main-navigation.menu-mobile .menu-menu-1-container,
	#site-navigation.main-navigation.menu-mobile-aide-contact .menu-menu-1-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#site-navigation.main-navigation.menu-mobile .menu-menu-2-container,
	#site-navigation.main-navigation.menu-mobile-aide-contact .menu-menu-2-container {
		padding-top: 15px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	/* Liste des éléments du menu */
	#site-navigation.main-navigation.menu-mobile ul.menu,
	#site-navigation.main-navigation.menu-mobile-aide-contact ul.menu {
		gap: 1rem;
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	#site-navigation.main-navigation.menu-mobile li,
	#site-navigation.main-navigation.menu-mobile-aide-contact li {
		margin-left: 0;
	}

	#site-navigation.main-navigation.menu-mobile li a,
	#site-navigation.main-navigation.menu-mobile-aide-contact li a {
		color: #fff;
		font-size: 18px;
		font-family: proxima-nova-regular;
	}

	#site-navigation.main-navigation.menu-mobile li.pll-parent-menu-item a,
	#site-navigation.main-navigation.menu-mobile-aide-contact li.pll-parent-menu-item a {
		color: #fff !important;
		font-size: 18px !important;
		font-family: proxima-nova-regular !important;
	}

	#site-navigation.main-navigation.menu-mobile li.pll-parent-menu-item .sub-menu .lang-item a,
	#site-navigation.main-navigation.menu-mobile-aide-contact li.pll-parent-menu-item .sub-menu .lang-item a {
		color: black !important;
	}

	/* SVG icon styles */
	.burger-icon,
	.close-icon,
	.burger-icon-aide-contact,
	.close-icon-aide-contact {
		cursor: pointer;
	}

	/* Icon styles for close button initially hidden */
	.close-icon,
	.close-icon-aide-contact {
		display: none;
	}

	.menu-item-4518 {
		display: none !important;
	}

	/*home*/
	.section3-accueil-enbro .img-col1-section3-accueil-enbro img {
		object-position: top;
		object-fit: cover;
		width: 100%;
		height: 390px;
		display: block;
		margin-bottom: 1rem;
		position: relative;
		top: 0px;
	}

	.section-testimonials .block-video-testimonial .video-testimonial iframe {
		height: 100%;
	}

	.section-testimonials .container-video-testimonial .video-testimonials {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}

	.enbro-post-slider-wrap .post-item[data-slick-index="0"] {
		margin-left: 0px;
	}

	.enbro-post-slider-wrap .post-item {
		margin-right: 18px !important;
	}

	/*********************
  /*****solution*****/
	.section3-solutions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.section3-solutions .container-blocks-section3-solutions {
		display: grid;
		grid-template-columns: repeat(2, 2fr) !important;
	}

	body.page-id-4524 main,
	body.page-id-4526 main,
	body.page-id-4536 main {
		margin-bottom: auto;
		padding-top: 70px !important;
	}

	.site-header .menu-mobile .menu-langue-mobile .lang-name,
	.site-header-aide-contact .menu-mobile-aide-contact .menu-langue-mobile .lang-name {
		color: white !important;
	}

	/***********************/
	/*********page questions-frequentes*********/
	.section1-questions-frequentes-enbro .title1-section1-questions-frequentes-enbro h2 .flex {
		flex-wrap: wrap;
	}

	.search-icon-aide-contact {
		top: 40px;
	}

	/******************/

	/** style for page temoignages ****************
****************************************/
	.section1-archive-testimonial {
		padding-left: 20px;
		padding-right: 20px;
	}

	.container-text {
		padding-top: 45px;
		width: 100%;
		padding-bottom: 40px;
	}

	.container-text .title-section1-archive {
		font-size: 38px;
		line-height: 35px;
	}

	.section2-archive-testimonial {
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 40px;
	}

	.section2-archive-testimonial .testimonial a {
		gap: 50px !important;
		flex-direction: column;
	}

	.section2-archive-testimonial .testimonial .block-text {
		width: 100%;
		order: 1;
	}

	.section2-archive-testimonial .testimonial .block-video {
		order: -1;
		width: 100%;
	}

	.section3-archive-testimonial {
		padding-bottom: 50px;
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.section3-archive-testimonial .title-section3-archive-testimonial,
	.section4-single-testimonial .title-section3-single-testimonial {
		font-size: 30px !important;
		line-height: 37px !important;
	}

	.section3-archive-testimonial .container-testimonial,
	.section4-single-testimonial .container-testimonial {
		display: flex;
		flex-wrap: wrap;
	}

	.section3-archive-testimonial .container-testimonial .testimonial .testimonials-excerpt,
	.section4-single-testimonial .container-testimonial .testimonial .testimonials-excerpt {
		height: auto;
	}

	.section1-single-testimonial {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
	}

	.section1-single-testimonial .container-section2 .block,
	.section2-single-testimonial .block-content .content {
		width: 100%;
	}

	.section1-single-testimonial .container-section2 .title-testimonial {
		font-size: 32px !important;
		line-height: 38px !important;
	}

	.section2-single-testimonial .block-video {
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 40px;
	}

	.section2-single-testimonial .block-video .container-block-video {
		width: 100% !important;
	}

	.section2-single-testimonial .block-video .container-block-video iframe {
		height: 350px;
	}

	.section2-single-testimonial .block-content {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 50px;
	}

	.section2-single-testimonial .block-share {
		padding-bottom: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.section3-single-testimonial {
		padding-left: 20px;
		padding-right: 20px;
	}

	.section3-single-testimonial .container-section3 {
		flex-direction: column;
		padding: 20px;
	}

	.section3-single-testimonial .container-section3 .block1-section3 {
		width: 100%;
	}

	.section3-single-testimonial .container-section3 .block2-section3 {
		width: 100%;
		justify-content: center;
	}

	.section3-single-testimonial .container-section3 .block2-section3 .img-block2-section3 {
		height: 150px;
		margin-top: 1rem;
	}

	.section3-archive-testimonial,
	.section4-single-testimonial {
		padding-bottom: 60px;
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}

	/*************end*******************/
	/******contact********/
	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .wpcf7-form-control-wrap .first,
	.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .wpcf7-form-control-wrap .first {
		padding-bottom: 0px !important;
	}

	.block-radios {
		padding-bottom: 50px;
	}

	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .checkbox-container p input,
	section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .checkbox-container p input {
		margin-right: 0px !important;
	}

	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .checkbox-container p label,
	.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .checkbox-container p label {
		padding-left: 5px;
		line-height: 24px;
	}

	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .wpcf7-form-control-wrap input[type="file"],
	.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .wpcf7-form-control-wrap input[type="file"] {
		width: 298px !important;
	}

	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .ui-input-select,
	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .container-name .block-lastname .wpcf7-form-control-wrap,
	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .container-name .block-firstname .wpcf7-form-control-wrap,
	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .wpcf7-email,
	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .ui-input-tel,
	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .ui-input-number-tva,
	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .wpcf7-textarea,
	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .block-upload,
	.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .ui-input-select,
	.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .container-name .block-lastname .wpcf7-form-control-wrap,
	.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .container-name .block-firstname .wpcf7-form-control-wrap,
	.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .wpcf7-email,
	.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .ui-input-tel,
	.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .ui-input-number-tva,
	.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .wpcf7-textarea,
	.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .block-upload {
		width: 100%;
	}

	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .container-name,
	.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .container-name {
		display: block;
	}

	/********************************/
	/*******Blog*******/
	.section1-archive-post {
		padding-left: 20px;
		padding-right: 20px;
	}

	.section1-archive-post .title2-section1-archive-post {
		font-size: 38px !important;
		line-height: 35px !important;
	}

	.section1-archive-post .container-section1-archive-post {
		width: 100% !important;
	}

	.section2-archive-post {
		display: flex;
		gap: 30px;
		flex-direction: column;
	}

	.section2-archive-post .block1-container-posts,
	.section2-archive-post .block2-container-posts,
	.section2-archive-post .block2-container-posts article .box-image,
	.section2-archive-post .block2-container-posts article .box-content {
		width: 100%;
	}

	.section2-archive-post .block1-container-posts .article-pinned .box-content .entry-header .entry-title {
		font-size: 32px !important;
		line-height: 37px !important;
	}

	.section1-archive-post .text-section1-archive-post {
		padding-bottom: 45px !important;
	}

	.section2-archive-post .block1-container-posts .article-pinned .box-content {
		padding-left: 15px;
		padding-right: 15px;
	}

	.section2-archive-post .block2-container-posts {
		padding: 0px !important;
	}

	.section2-archive-post .block2-container-posts article {
		display: block;
	}

	.section2-archive-post .block2-container-posts article .box-image {
		width: 100%;
	}

	.section2-archive-post .block2-container-posts article .box-image .post-thumbnail img {
		height: 120px;
		width: 100% !important;
	}

	.section1-archive-post {
		padding-bottom: 35px;
		padding-top: 20px;
	}

	.container-posts .block-container-posts {
		display: flex;
		flex-direction: column;
	}

	.container-posts {
		padding-left: 20px;
		padding-right: 20px;
	}

	.container-posts .block-container-posts article {
		height: 100%;
	}

	/**********************single post*********/
	.section1-single-post {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
	}

	.single-post .section1-single-post .max-container-section1-single-post .title-single-post {
		padding-top: 45px;
		font-size: 38px;
		line-height: 35px;
	}

	.single-post .section1-single-post .max-container-section1-single-post .single-post-date {
		padding-bottom: 45px;
	}

	.single-post .single-post-container {
		display: flex;
		flex-direction: column;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 40px;
	}

	.single-post-content {
		width: 100%;
	}

	.single-post-content .post-thumbnail img {
		height: 350px;
	}

	.single-post-sidebar {
		width: 100% !important;
	}

	.single-post .container-post-recent {
		padding-left: 20px;
		padding-right: 20px;
	}

	.single-post .container-post-recent .container-box .block-post,
	.single-post .container-post-recent .container-box .block-post .posts-box {
		margin-right: 0px !important;
	}

	.single-post .container-post-recent .container-box {
		display: block !important;
	}

	.container-post-recent .container-button {
		margin-top: 40px;
	}

	/**************/
	/******page spontanement*/
	.section2-spontanement .container-section2-spontanement {
		padding: 20px !important;
	}

	.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .block1-form,
	.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .block1-form {
		flex-direction: column !important;
	}

	.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .block1-form .container-block1-form,
	.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .block1-form .block2-form,
	.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .block1-form .container-block1-form,
	.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .block1-form .block2-form {
		width: 100% !important;
	}

	.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement {
		padding: 0px !important;
	}

	.section2-spontanement .checkbox-container {
		margin-top: 20px;
	}

	/*****************************/
	/*****offres d'emploi page archive*******/
	.section1-job-offers .title-section1-job-offers {
		font-size: 38px !important;
		line-height: 35px !important;
	}

	.section1-job-offers,
	.section2-job-offers-list,
	.section3-job-offers {
		padding-left: 20px;
		padding-right: 20px;
	}

	.section3-job-offers {
		padding-bottom: 40px;
	}

	.section2-job-offers-list {
		padding-bottom: 0px !important;
	}

	.section1-job-offers .container-search .block-search,
	.section2-job-offers-list .container-section2-job-offers-list .block-jobs-offers,
	.section3-job-offers .container-section3-job-offers .block1-container-section3-job-offers {
		width: 100% !important;
	}

	.section3-job-offers .container-section3-job-offers {
		flex-direction: column !important;
		padding: 20px !important;
	}

	.section3-job-offers .container-section3-job-offers .block1-container-section3-job-offers .testi-i {
		font-size: 32px !important;
		line-height: 37px !important;
	}

	.section3-job-offers .container-section3-job-offers .block1-container-section3-job-offers .ui-button-spontaan {
		font-size: 16px !important;
	}

	.section3-job-offers .container-section3-job-offers .block2-container-section3-job-offers {
		width: 100%;
		display: flex;
		margin-left: auto;
		align-items: center;
		justify-content: center;
	}

	.section3-job-offers .container-section3-job-offers .block2-container-section3-job-offers img {
		margin-top: 1rem !important;
		height: 150px !important;
	}

	/*******************/
	/***offres demploi page detail******/
	.section1-job-offer-detail {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
	}

	.section1-job-offer-detail .title-job {
		padding-top: 40px;
		font-size: 38px !important;
		line-height: 35px !important;
	}

	.section1-job-offer-detail .description-job {
		width: 100% !important;
		padding-bottom: 40px !important;
	}

	.section2-job-offer-detail {
		padding-left: 20px;
		padding-right: 20px;
	}

	.section2-job-offer-detail .container-section2-job-offer-detail,
	.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form,
	.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form {
		flex-direction: column !important;
	}

	.section2-job-offer-detail .content-job {
		order: 2;
		width: 100% !important;
	}

	.section2-job-offer-detail .container-sidebar {
		width: 100% !important;
		padding-bottom: 40px;
	}

	.section2-job-offer-detail .container-sidebar .block-container-sidebar .container-icon-social {
		flex-direction: column !important;
		align-items: start;
		justify-content: start;
	}

	.section2-job-offer-detail .container-sidebar .block-container-sidebar .container-icon-social .block-text-share,
	.section2-job-offer-detail .container-sidebar .block-container-sidebar .container-icon-social .container-block-icon-social {
		width: 100% !important;
	}

	.section2-job-offer-detail .container-sidebar .block-container-sidebar .container-icon-social .container-block-icon-social .block-icon-social .ui-social {
		margin-left: 0px !important;
		margin-right: 1rem;
	}

	.section3-job-offer-detail {
		padding-left: 20px;
		padding-right: 20px;
	}

	.section3-job-offer-detail .container-section3-job-offer-detail {
		padding: 20px !important;
	}

	.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form .container-block1-form,
	.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form .block2-form,
	.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form .container-block1-form,
	.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form .block2-form {
		width: 100% !important;
	}

	.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form .container-block1-form .block-name p,
	.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form .container-block1-form .block-name p,
	.section4-job-offer-detail .container-section4-job-offer-detail {
		flex-direction: column !important;
	}

	.section4-job-offer-detail {
		padding-left: 20px;
		padding-right: 20px;
	}

	.section4-job-offer-detail .container-section4-job-offer-detail .block1-container-section4-job-offer-detail,
	.section4-job-offer-detail .container-section4-job-offer-detail .block2-container-section4-job-offer-detail {
		width: 100% !important;
	}

	.section4-job-offer-detail .container-section4-job-offer-detail .title-section4-job-offer-detail {
		font-size: 32px !important;
		line-height: 37px !important;
	}

	.section4-job-offer-detail .container-section4-job-offer-detail .block2-container-section4-job-offer-detail {
		margin-left: auto;
		display: flex;
		align-items: center !important;
		justify-content: center !important;
	}

	.section4-job-offer-detail .container-section4-job-offer-detail .block2-container-section4-job-offer-detail img {
		margin-top: 1rem !important;
		height: 150px !important;
	}

	/*************/
	/*******page notre histoire*/
	.section2-histoire-enbro .img-col1-section2-histoire-enbro img {
		position: relative;
		left: 0px;
		top: 0px;
		display: block;
		height: 390px;
		z-index: 50;
		width: 100%;
		object-fit: cover;
		object-position: top;
	}

	.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire .description-box1-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire .description-box2-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire .description-box3-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box4-col2-section4-histoire .description-box4-col2-section4-histoire {
		height: fit-content !important;
	}

	.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire .title2-box2-col2-section4-histoire h4 {
		height: 80px;
	}

	.section4-histoire-enbro .col2-section4-histoire .box4-col2-section4-histoire .title4-box4-col2-section4-histoire {
		height: 50px !important;
	}

	.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire .title3-box3-col2-section4-histoire {
		height: 20px !important;
	}

	.custom-max-w-container {
		max-width: 100%;
	}

	.section3-histoire-enbro .col2-section3-histoire svg {
		width: 80% !important;
		height: 250px !important;
	}

	.section-testimonials .container-video-testimonial .video-testimonials .video-testimonial .testimonial-excerpt {
		height: 100% !important;
	}

	.section3-archive-testimonial .container-testimonial a,
	.section4-single-testimonial .container-testimonial a {
		width: 100% !important;
	}

	/**************************/
	/*footer*/
	.max-container-section1 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.max-container-section2 {
		padding-bottom: 0px;
	}

	.max-container-section2 .enbro-footer-section2 .content-footer-section2 .footer-section2-column-1 {
		margin-right: 0rem;
	}

	.max-container-section1 .enbro-footer-section1 .content-footer-section1 .ui-footer-section1-quote {
		font-size: 32px;
		line-height: 37px;
	}

	.max-container-section2 .enbro-footer-section2 .content-footer-section2 {
		flex-wrap: wrap;
		padding-left: 20px;
		padding-right: 20px;
		gap: 25px;
	}

	.max-container-section2 .enbro-footer-section2 .content-footer-section2 .footer-section2-column-1 .logo-enbro img {
		width: 10rem;
	}

	.max-container-section2 .enbro-footer-section2 .content-footer-section2 .footer-section2-column-1,
	.max-container-section2 .enbro-footer-section2 .content-footer-section2 .container-columns {
		width: 100%;
	}

	.max-container-section2 .enbro-footer-section2 .content-footer-section2 .container-columns {
		display: flex;
		gap: 55px;
		flex-direction: column;
	}

	.max-container-section2 .enbro-footer-section2 .container-image {
		padding: 20px;
	}

	.enbro-footer-widget-area .container-footer-widget-area {
		display: block;
	}

	.enbro-footer-widget-area .container-footer-widget-area,
	.enbro-footer-widget-area .container-footer-widget-area .widget {
		width: 100%;
	}

	.site-footer .site-info .container-footer-principal .icon-g-link .site-link .site-text::after {
		margin-top: -20px;
		transform: translateX(0px);
		opacity: 1;
		transition: none;
	}

	.site-footer .site-info .container-footer-principal .widget {
		margin-left: 1.5rem;
	}

	:where(.is-layout-flex) {
		gap: 1em;
	}

	.enbro-footer-widget-area .container-footer-widget-area .link-block-col2 .container-block-col2,
	.enbro-footer-widget-area .container-footer-widget-area .link-block-col3 .container-block-col3 {
		padding-left: 20px;
		padding-right: 20px;
	}

	/************end footer****************/
	.container-image-section2 img,
	.container-image-section4 img {
		width: auto !important;
	}

}

@media only screen and (max-width: 767px) and (orientation: portrait) {
	main {
		margin-bottom: auto;
		padding-top: 65px !important;
	}
}

@media (min-width: 481px) and (max-width: 999px) and (orientation: landscape) {
	.block-section4-solutions {
		width: 100% !important;
	}

	.container-image-section2 img,
	.container-image-section4 img {
		width: auto !important;
	}

	.text-section-info {
		width: 100% !important;
	}

	.container-button-section1-home {
		display: flex !important;
		flex-direction: column !important;
	}

	.site-header .site-branding img.logo-enbro-header,
	.site-header-aide-contact .site-branding img.logo-enbro-header {
		height: 3rem;
	}

	#img1.container-image-section4 {
		transform: translatex(90px) !important;
	}

	/*.section1-accueil-enbro .e-con-inner{
		padding-top: 0px;
	}*/
	.section2-accueil-enbro .container-blocks-section2-accueil,
	.section4-solutions .container-blocks-section4-solutions {
		gap: 15px !important;
	}

	.bouton-article svg {
		margin-top: 0px !important;
	}

	.section2-accueil-enbro .container-blocks-section2-accueil .block-section2-accueil .text-block-section2 {
		height: fit-content;
	}

	.section2-accueil-enbro .container-blocks-section2-accueil {
		display: flex;
		flex-wrap: wrap;
	}

	.section2-accueil-enbro .container-blocks-section2-accueil .block-section2-accueil {
		width: calc((100% / 2) - 8px);
		height: fit-content;
	}

	.section-testimonials .container-video-testimonial .video-testimonials .video-testimonial .testimonial-excerpt {
		height: 136px;
	}

	.custom-max-w-container {
		max-width: 100% !important;
		margin-left: auto;
		margin-right: auto;
	}

	.enbro-post-slider-wrap .post-item[data-slick-index="0"] {
		margin-left: 10px;
	}

	.section4-single-testimonial .container-testimonial {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.section4-single-testimonial .container-testimonial .testimonial .testimonials-excerpt {
		height: 237px;
	}

	/****aide & contact*************/
	.section1-aide-contact-enbro .e-con-inner {
		padding-top: 25px !important;
	}

	.section1-aide-contact-enbro .title-section1-aide-contact {
		margin-top: -10px;
	}

	.section1-aide-contact-enbro .description-section1-aide-contact {
		margin-top: 20px;
		margin-bottom: 10px !important;
	}

	.section1-aide-contact-enbro .container-block-section1-aide-contact .block-section1-aide-contact .description-block-section1-aide-contact {
		font-size: 16px;
	}

	.section2-aide-contact-enbro .e-con-inner {
		padding-bottom: 45px;
	}

	/*******************************/
	/****************questions-frequentes*******************/
	.section1-questions-frequentes-enbro .e-con-inner {
		padding-top: 25px !important;
	}

	.section1-questions-frequentes-enbro .title2-section1-questions-frequentes-enbro {
		margin-top: 20px;
	}

	.section1-questions-frequentes-enbro .form-section1-questions-frequentes-enbro {
		width: 100% !important;
		margin-top: -5px;
	}

	/**************************/
	/*****contact*********/
	.section1-contact-enbro .e-con-inner {
		padding-top: 25px !important;
	}

	.block-radios {
		width: 50% !important;
	}

	/************/
	/*************************solutions******/
	.section2-solutions .container-blocks-section2-solutions .container-text-block-section2-solutions {
		min-height: auto !important;
	}

	.section3-solutions .col1-section3-solutions .container-blocks-section3-solutions .block-section3-solutions img {
		height: 85px;
		width: fit-content !important;
		margin: auto;
		display: block;
		object-fit: contain;
	}

	.section3-solutions .col1-section3-solutions .container-blocks-section3-solutions .block-section3-solutions .text-block-section3-solutions .elementor-widget-container {
		padding: 0px 0px 10px 0px !important;
	}

	.section4-solutions .container-blocks-section4-solutions {
		display: flex;
		flex-wrap: wrap;
	}

	.section4-solutions .container-blocks-section4-solutions .block-section4-solutions {
		width: 48%;
		height: 100% !important;
	}

	/*******************/
	/*****offres d'emploi*******/
	.section2-jobs-enbro {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.section2-jobs-enbro .container-blocks-section2-jobs .block-section2-jobs .title-block-section2-jobs {
		min-height: 35px;
	}

	.section2-jobs-enbro .container-blocks-section2-jobs .block-section2-jobs .text-block-section2-jobs {
		min-height: 108px;
		height: fit-content;
	}

	.section4-jobs-enbro .container-blocks-section5-jobs .block-section5-jobs .container-text-block-section5-jobs {
		min-height: 108px;
	}

	.section4-jobs-enbro .container-blocks-section5-jobs .block-section5-jobs .container-description-block-section5-jobs {
		min-height: 27px;
	}

	/*******************/
	/******page detail offres demploi*******/
	.section1-job-offer-detail {
		padding-right: 0px !important;
	}

	/*************************/
	/************notre histoire**********/
	.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire .description-box1-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire .description-box2-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire .description-box3-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box4-col2-section4-histoire .description-box4-col2-section4-histoire {
		height: 89px !important;
	}

	.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire .title2-box2-col2-section4-histoire h4 {
		height: auto !important;
	}

	.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire .btn-box2-col2-section4-histoire a,
	.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire .btn-box3-col2-section4-histoire a {
		margin-top: 30px !important;
	}

	.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire .title3-box3-col2-section4-histoire {
		height: 40px !important;
	}

	.site-header .menu-mobile .menu-menu-3-container,
	.site-header-aide-contact .menu-mobile-aide-contact .menu-menu-3-container,
	#site-navigation.main-navigation.menu-mobile .menu-menu-1-container,
	#site-navigation.main-navigation.menu-mobile-aide-contact .menu-menu-1-container {
		margin-top: -80px;
	}

	.site-header .menu-mobile .menu-langue-mobile,
	.site-header-aide-contact .menu-mobile-aide-contact .menu-langue-mobile {
		margin-bottom: 5px !important;
		margin-top: -90px;
	}

	/*************/
}

@media only screen and (min-width: 481px) and (max-width: 779px) and (orientation: landscape) {
	.home main#primary.site-main {
		margin-bottom: auto;
		padding-top: 80px;
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-5.5px) !important;
	}
}

@media only screen and (min-width: 780px) and (max-width: 870px) and (orientation: landscape) {
	.home main#primary.site-main {
		margin-bottom: auto;
		padding-top: 120px;
	}

	/*.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9{
    transform: translateX(-1px) !important;
  }*/
}

@media only screen and (min-width: 780px) and (max-width: 804px) and (orientation: landscape) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-2px) !important;
	}
}

@media only screen and (min-width: 805px) and (max-width: 811px) and (orientation: landscape) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-4px) !important;
	}
}

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

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-2.5px) !important;
	}
}

@media only screen and (min-width: 781px) and (max-width: 782px) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-2px) !important;
	}
}

@media only screen and (min-width: 783px) and (max-width: 805px) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-4px) !important;
	}
}

@media only screen and (min-width: 806px) and (max-width: 819px) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-5.5px) !important;
	}
}

@media only screen and (min-width: 820px) and (max-width: 821px) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-9px) !important;
	}

}

@media only screen and (min-width: 822px) and (max-width: 832px) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-2px) !important;
	}
}

@media only screen and (min-width: 812px) and (max-width: 820px) and (orientation: landscape) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-5px) !important;
	}
}

@media only screen and (min-width: 821px) and (max-width: 823px) and (orientation: landscape) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(1.5px) !important;
	}
}

@media only screen and (min-width: 824px) and (max-width: 832px) and (orientation: landscape) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(0px) !important;
	}
}

@media only screen and (min-width: 833px) and (max-width: 843px) and (orientation: landscape) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-1px) !important;
	}
}

@media only screen and (min-width: 844px) and (max-width: 870px) and (orientation: landscape) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-1px) !important;
	}
}

@media only screen and (min-width: 844px) and (max-width: 845px) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-1px) !important;
	}
}

@media only screen and (min-width: 846px) and (max-width: 861px) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-12px) !important;
	}
}

@media only screen and (min-width: 862px) and (max-width: 870px) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-3px) !important;
	}
}

@media only screen and (min-width: 871px) and (max-width: 950px) and (orientation: landscape) {
	.home main#primary.site-main {
		margin-bottom: auto;
		padding-top: 120px;
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-5px) !important;
	}
}

@media only screen and (min-width: 871px) and (max-width: 932px) and (orientation: landscape) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-3px) !important;
	}
}

@media only screen and (min-width: 934px) and (max-width: 950px) and (orientation: landscape) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-5.5px) !important;
	}
}

@media only screen and (min-width: 921px) and (max-width: 923px) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-17.5px) !important;
	}
}

@media only screen and (min-width: 924px) and (max-width: 925px) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-19px) !important;
	}
}

@media only screen and (min-width: 951px) and (max-width: 975px) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-22.5px) !important;
	}
}

@media only screen and (min-width: 976px) and (max-width: 984px) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-24px) !important;
	}
}

@media only screen and (min-width: 871px) and (max-width: 950px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	.home main#primary.site-main {
		margin-bottom: auto;
		padding-top: 120px;
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-5.5px) !important;
	}
}


@media only screen and (min-width: 870px) and (max-width: 999px) and (orientation: landscape) {
	.img-box3-solutions {
		transform: translatey(30px) !important;
	}

	/*.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9{
    transform: translateX(-3px) !important;
  }*/
}

@media only screen and (min-width: 768px) and (max-width: 778px) {
	.btn-box1-col2-section4-histoire {
		margin-top: -20px !important;
	}
}

@media only screen and (min-width: 779px) and (max-width: 780px) {
	.btn-box1-col2-section4-histoire {
		margin-top: 0px !important;
	}
}

@media only screen and (min-width: 781px) and (max-width: 819px) {
	.btn-box1-col2-section4-histoire {
		margin-top: -20px !important;
	}
}

@media only screen and (min-width: 820px) and (max-width: 831px) {
	.btn-box1-col2-section4-histoire {
		margin-top: 0px !important;
	}
}

@media only screen and (min-width: 832px) and (max-width: 852px) {
	.btn-box1-col2-section4-histoire {
		margin-top: 0px !important;
	}
}

@media only screen and (min-width: 853px) and (max-width: 1023px) {
	.btn-box1-col2-section4-histoire {
		margin-top: -47px !important;
	}
}

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

	#site-navigation.main-navigation.menu-mobile li.pll-parent-menu-item a,
	#site-navigation.main-navigation.menu-mobile-aide-contact li.pll-parent-menu-item a {
		color: #fff !important;
		font-size: 18px !important;
		font-family: proxima-nova-regular !important;
	}

	#site-navigation.main-navigation.menu-mobile li.pll-parent-menu-item .sub-menu .lang-item a,
	#site-navigation.main-navigation.menu-mobile-aide-contact li.pll-parent-menu-item .sub-menu .lang-item a {
		color: black !important;
	}

	.site-header .menu-mobile .menu-langue-mobile .sub-menu li.current-lang a,
	.site-header-aide-contact .menu-mobile-aide-contact .sub-menu li.current-lang a {
		font-weight: 700 !important;
	}

	.container-blocks-section2-jobs {
		gap: 20px !important;
	}

	.container-image-section2 img,
	.container-image-section4 img {
		width: auto !important;
	}

	/**header*/
	header#masthead,
	header#masthead-aide-contact {
		background: white !important;
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		z-index: 9999 !important;
		width: 100% !important;
	}

	.site-header .menu-mobile .menu-langue-mobile .lang-name,
	.site-header-aide-contact .menu-mobile-aide-contact .menu-langue-mobile .lang-name {
		color: white !important;
	}

	body.page-id-22 main,
	body.page-id-624 main,
	body.page-id-2062 main {
		padding-top: 118px !important;
	}

	.page .entry-header .container-entry-header {
		padding-left: 20px;
		padding-right: 20px;
	}

	.site-header .color-header,
	.site-header-aide-contact .color-header {
		width: 100%;
		display: flex;
	}

	.site-header .max-container-header-enbro,
	.site-header-aide-contact .max-container-header-enbro {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.site-header .max-container-header-enbro .content-header-enbro .site-branding,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .site-branding {
		width: 33.33333%;
	}

	.site-header .max-container-header-enbro .content-header-enbro .main-navigation,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .header-button-container {
		display: block;
	}

	.menu-langage,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-nl-container,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-fr-container {
		margin-right: 25px !important;
		width: 50% !important;
	}

	.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-langage .menu-custom-menu-fr-container ul .menu-item-4834 a,
	#site-navigation.main-navigation.menu-mobile .menu-langage .menu-custom-menu-fr-container ul .menu-item-4834 a,
	.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-langage .menu-custom-menu-nl-container ul .menu-item-4835 a,
	#site-navigation.main-navigation.menu-mobile .menu-langage .menu-custom-menu-nl-container ul .menu-item-4835 a,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-fr-container ul .menu-item-4834 a,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-nl-container ul .menu-item-4835 a {
		padding: 15px 20px !important;
		font-size: 15px !important;
	}

	.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-1-container,
	.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-3-container,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-1-container,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-3-container {
		display: none !important;
	}

	.site-header .menu-mobile .menu-custom-menu-fr-container ul#custom-menu .pll-parent-menu-item,
	.site-header-aide-contact .menu-mobile-aide-contact .menu-custom-menu-fr-container ul#custom-menu .pll-parent-menu-item,
	.site-header .menu-mobile .menu-custom-menu-nl-container ul#custom-menu .pll-parent-menu-item,
	.site-header-aide-contact .menu-mobile-aide-contact .menu-custom-menu-nl-container ul#custom-menu .pll-parent-menu-item {
		display: none;
	}

	.site-header .menu-mobile .pll-parent-menu-item>a::after,
	.site-header-aide-contact .menu-mobile-aide-contact .pll-parent-menu-item>a::after {
		background-color: white;
	}

	.site-header .menu-toggle,
	.site-header-aide-contact .menu-toggle {
		display: block;
		right: 0;
		position: absolute;
		cursor: pointer;
	}

	.site-header .max-container-header-enbro .content-header-enbro .header-button-container,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .header-button-container {
		width: 60%;
	}

	.site-header .max-container-header-enbro .content-header-enbro .header-button-container .header-button {
		font-size: 14px;
	}

	.site-header .site-branding img.logo-enbro-header,
	.site-header-aide-contact .site-branding img.logo-enbro-header {
		height: 3rem;
		width: auto !important;
		max-width: initial;
	}

	.section3-accueil-enbro .img-col1-section3-accueil-enbro img {
		top: 0;
	}

	.section-testimonials .container-video-testimonial .video-testimonials .video-testimonial .testimonial-excerpt {
		height: 375px;
	}

	.enbro-post-slider-wrap .post-item {
		margin-right: 20px !important;
	}

	.custom-max-w-container {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.section1-archive-testimonial .max-container .flex {
		display: none;

	}

	.section1-archive-testimonial {
		padding-left: 20px;
		padding-right: 20px;
	}

	.section2-archive-testimonial {
		padding-left: 20px;
		padding-right: 20px;
	}

	.container-text .title-section1-archive {
		font-size: 38px !important;
		line-height: 35px !important;
	}

	.section2-archive-testimonial .testimonial a {
		display: flex !important;
		flex-direction: column-reverse;
		gap: 50px !important;
	}

	.section2-archive-testimonial .testimonial .block-text,
	.section2-archive-testimonial .testimonial .block-video {
		width: 100%;
	}

	.section2-single-testimonial .block-content .content,
	.container-block-video {
		width: 93% !important;
	}

	.section2-archive-testimonial .testimonial .block-text .testimonial-excerpt {
		font-size: 32px !important;
		line-height: 37px !important;
		padding-right: 1.5rem;
	}

	.section2-archive-testimonial .testimonial .block-video {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.section3-archive-testimonial,
	.section1-single-testimonial,
	.section2-single-testimonial .block-share,
	.section3-single-testimonial,
	.section4-single-testimonial {
		padding-left: 20px;
		padding-right: 20px;
	}

	.section3-archive-testimonial .title-section3-archive-testimonial,
	.section4-single-testimonial .title-section3-single-testimonial {
		font-size: 32px !important;
		line-height: 37px !important;
	}

	.section3-archive-testimonial .container-testimonial {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.section3-archive-testimonial .container-testimonial .testimonial .testimonials-excerpt {
		height: 237px;
	}

	.section1-single-testimonial .max-container .flex {
		display: none;
	}

	.section1-single-testimonial .container-section2 .block {
		width: 100%;
	}

	.section4-single-testimonial .container-testimonial .testimonial .testimonials-excerpt {
		height: 372px;
	}

	.section3-archive-testimonial .container-testimonial a,
	.section4-single-testimonial .container-testimonial a {
		width: 48% !important;
	}

	/* Styles pour la navigation principale */

	#site-navigation.main-navigation.menu-mobile {
		position: relative;
		top: 0;
		right: 0;
		background-color: rgb(14, 43, 72) !important;
		width: 100%;
		height: 100vh;
		display: none;
		z-index: 99;
		align-content: center;
		justify-content: center;
		flex-direction: column;
	}

	#site-navigation.main-navigation.menu-mobile-aide-contact {
		position: relative;
		top: 0;
		right: 0;
		background-color: rgb(14, 43, 72) !important;
		width: 100%;
		height: 100vh;
		display: none;
		z-index: 99;
		align-content: center;
		justify-content: center;
		flex-direction: column;
	}

	/* Container pour les éléments du menu */
	#site-navigation.main-navigation.menu-mobile .menu-menu-1-container,
	#site-navigation.main-navigation.menu-mobile-aide-contact .menu-menu-1-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#site-navigation.main-navigation.menu-mobile .menu-menu-2-container,
	#site-navigation.main-navigation.menu-mobile-aide-contact .menu-menu-2-container {
		padding-top: 15px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	/* Liste des éléments du menu */
	#site-navigation.main-navigation.menu-mobile ul.sub-menu,
	#site-navigation.main-navigation.menu-mobile-aide-contact ul.sub-menu {
		display: none;
	}

	#site-navigation.main-navigation.menu-mobile ul,
	#site-navigation.main-navigation.menu-mobile-aide-contact ul {
		gap: 1rem;
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	#site-navigation.main-navigation.menu-mobile li,
	#site-navigation.main-navigation.menu-mobile-aide-contact li {
		margin-left: 0;
	}

	#site-navigation.main-navigation.menu-mobile li a,
	#site-navigation.main-navigation.menu-mobile-aide-contact li a {
		color: #fff;
		font-size: 18px;
		font-family: proxima-nova-regular;
	}

	.site-header .secondary-menu-container .max-container-secondary-menu .secondary-navigation ul,
	.site-header-aide-contact .secondary-menu-container .max-container-secondary-menu .secondary-navigation ul {
		padding-right: 1.6rem;
	}

	/* SVG icon styles */
	.burger-icon,
	.close-icon,
	.burger-icon-aide-contact,
	.close-icon-aide-contact {
		cursor: pointer;
	}

	/* Icon styles for close button initially hidden */
	.close-icon,
	.close-icon-aide-contact {
		display: none;
	}

	/****solutions*/
	.section2-solutions .container-blocks-section2-solutions,
	.section3-solutions .container-blocks-section3-solutions {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.section4-solutions .container-blocks-section4-solutions {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	/******************/
	/*****contact************/
	.section2-contact-enbro .col1-section2-contact {
		width: 50% !important;
	}

	.section2-contact-enbro .col2-section2-contact {
		width: 41.666667% !important;
	}

	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .container-name,
	.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .container-name {
		display: block !important;
	}

	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .ui-input-select,
	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .container-name .block-lastname .wpcf7-form-control-wrap,
	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .container-name .block-firstname .wpcf7-form-control-wrap,
	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .wpcf7-email,
	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .ui-input-tel,
	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .ui-input-number-tva,
	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .wpcf7-textarea,
	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .block-upload,
	.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .ui-input-select,
	.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .container-name .block-lastname .wpcf7-form-control-wrap,
	.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .container-name .block-firstname .wpcf7-form-control-wrap,
	.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .wpcf7-email,
	.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .ui-input-tel,
	.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .ui-input-number-tva,
	.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .wpcf7-textarea,
	.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .block-upload {
		width: 100%;
	}

	.block-radios .container-block-radio p {
		display: flex;
	}

	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .wpcf7-form-control-wrap input[type="file"],
	.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .wpcf7-form-control-wrap input[type="file"] {
		width: 308px !important;
	}

	/**********/
	/***histoire*/
	.box1-col2-section4-histoire {
		height: 100% !important;
	}


	.vertical-line2 {
		height: 225px !important;
	}

	/*.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9{
    transform: translateX(-3px) !important;
  }*/
	/********/
	/*****solutions*/
	.section4-solutions .container-blocks-section4-solutions .block-section4-solutions:hover {
		transform: none !important;
	}

	/*********************/
	/**********************blog********/
	.section1-archive-post {
		padding-left: 20px;
		padding-right: 20px;
	}

	.section1-archive-post .flex {
		display: none;
	}

	.section2-archive-post {
		flex-direction: column !important;
	}

	.section2-archive-post .block1-container-posts,
	.section2-archive-post .block2-container-posts {
		width: 100% !important;
	}

	.section2-archive-post .block1-container-posts .article-pinned .box-content .entry-header .entry-title {
		font-size: 32px !important;
		line-height: 37px !important;
	}

	.section2-archive-post .block2-container-posts article .box-image .post-thumbnail img {
		width: 200px;
	}

	.section2-archive-post .block2-container-posts {
		padding: 0px !important;
	}

	.section2-archive-post .block2-container-posts article {
		gap: 20px;
	}

	.container-posts {
		padding-left: 20px;
		padding-right: 20px;
	}

	.container-posts .block-container-posts {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 32px;
	}

	/******************************/
	/****offres d\'emploi********/
	.section2-jobs-enbro .container-blocks-section2-jobs,
	.section4-jobs-enbro .container-blocks-section5-jobs {
		display: flex;
		flex-wrap: wrap;
	}

	.section2-jobs-enbro .container-blocks-section2-jobs .block-section2-jobs,
	.section4-jobs-enbro .container-blocks-section5-jobs .block-section5-jobs {
		width: 48%;
	}

	/**********************/
	/***page archive offres demploi***/
	.section3-job-offers {
		padding-left: 20px;
		padding-right: 20px;
	}

	/*******************/
	/*****page detail offres demploi**/
	.section1-job-offer-detail,
	.section2-job-offer-detail,
	.section3-job-offer-detail,
	.section4-job-offer-detail {
		padding-left: 20px;
		padding-right: 20px;
	}

	.section1-job-offer-detail .flex {
		display: none;
	}

	.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form .container-block1-form .block-name p,
	.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form .container-block1-form .block-name p {
		flex-direction: column !important;
	}

	.section2-job-offer-detail .container-section2-job-offer-detail .container-sidebar .block-container-sidebar .container-icon-social {
		flex-direction: column !important;
	}

	.section2-job-offer-detail .container-section2-job-offer-detail .container-sidebar .block-container-sidebar .container-icon-social .block-text-share,
	.section2-job-offer-detail .container-section2-job-offer-detail .container-sidebar .block-container-sidebar .container-icon-social .container-block-icon-social {
		width: 100% !important;
	}

	/*******************/
	/*footer*/
	.max-container-section2 .enbro-footer-section2 .content-footer-section2 .container-columns {
		display: flex;
		flex-wrap: wrap;
	}

	.max-container-section1,
	.max-container-section2 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.site-footer .site-info .container-footer-principal .icon-g-link .site-link .site-text::after {
		margin-top: -20px;
		transform: translateX(-200px);
		opacity: 1;
		transition: none;
	}

	.site-footer .site-info .container-footer-principal .widget {
		margin-left: 0px;
	}

	.section1-aide-contact-enbro .flex {
		display: none;
	}

	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .header-button-container {
		justify-content: flex-end;
		display: flex;
	}

	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .header-button-container a {
		padding: 15px 20px !important;
		font-size: 14px !important;
	}

	.enbro-footer-widget-area .container-footer-widget-area .link-block-col1 .container-block-col1,
	.enbro-footer-widget-area .container-footer-widget-area .link-block-col2 .container-block-col2,
	.enbro-footer-widget-area .container-footer-widget-area .link-block-col3 .container-block-col3 {
		padding-left: 20px !important;
	}

	.enbro-footer-widget-area .container-footer-widget-area .link-block-col3 .container-block-col3 .text-block-col3 {
		padding-right: 20px !important;
	}

	/*****/
	/************single post**************/
	.section1-single-post .flex {
		display: none;
	}

	.single-post .section1-single-post,
	.single-post .single-post-container,
	.single-post .container-post-recent .content-recents-post {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.single-post .single-post-container {
		flex-direction: column !important;
	}

	.single-post-content,
	.single-post-sidebar {
		width: 100% !important;
	}

	.single-post-sidebar .block-sidebar .title-block-sidebar {
		font-size: 32px !important;
		line-height: 37px !important;
	}

	.single-post .container-post-recent .container-box {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	/*******************/
	/****notre histoire**********/
	.section2-histoire-enbro .img-col1-section2-histoire-enbro img {
		top: 0 !important;
	}

	.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire .description-box2-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire .description-box3-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box4-col2-section4-histoire .description-box4-col2-section4-histoire {
		height: auto !important;
	}

	.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire .description-box1-col2-section4-histoire {
		height: 132px !important;
	}

	.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire .title2-box2-col2-section4-histoire h4 {
		height: 72px !important;
	}

	.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire .title3-box3-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box4-col2-section4-histoire .title4-box4-col2-section4-histoire {
		height: 114px !important;
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container .vertical-line {
		height: 307px !important;
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container {
		transform: translateX(4px);
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1 .vertical-line1 {
		height: 280px !important;
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container2,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container4,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container6,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container8,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container10 {
		transform: translateX(5px) !important;
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3 .vertical-line3 {
		height: 320px !important;
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container4 .vertical-line4 {
		height: 225px !important;
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5 .vertical-line5 {
		height: 390px !important;
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container6 .vertical-line6 {
		margin-top: -20px !important;
		height: 280px !important;
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7 .vertical-line7 {
		height: 390px !important;
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container8 .vertical-line8,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 .vertical-line9 {
		height: 370px !important;
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container10 .vertical-line10 {
		height: 450px !important;
	}

	.section3-histoire-enbro .col2-section3-histoire svg {
		width: 150% !important;
		height: 500px !important;
	}

	/****************/
}

@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation: landscape) {
	.btn-box1-col2-section4-histoire .elementor-widget-container {
		margin-top: 0px !important;
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container {
		transform: translateX(0px);
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container2,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container4,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container6,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container8,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container10 {
		transform: translateX(1px) !important;
	}

	.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire .description-box1-col2-section4-histoire {
		height: 140px !important;
	}
}

@media only screen and (min-width: 821px) and (max-width: 890px) and (orientation: landscape) {
	.btn-box1-col2-section4-histoire .elementor-widget-container {
		margin-top: 0px !important;
	}

	.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire .description-box1-col2-section4-histoire {
		height: 140px !important;
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container {
		transform: translateX(-6px) !important;
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container2,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container4,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container6,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container8,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container10 {
		transform: translateX(-5px) !important;
	}
}

@media only screen and (min-width: 891px) and (max-width: 999px) and (orientation: landscape) {
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container {
		transform: translateX(-12px) !important;
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container2,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container4,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container6,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container8,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container10 {
		transform: translateX(-11px) !important;
	}

	.btn-box1-col2-section4-histoire .elementor-widget-container {
		margin-top: 0px !important;
	}

	.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire .description-box1-col2-section4-histoire {
		height: 110px !important;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1040px) {
	.btn-box1-col2-section4-histoire {
		margin-top: -40px !important;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1040px) and (orientation: landscape) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(17px) !important;
	}
}

@media only screen and (min-width: 1041px) and (max-width: 1119px) and (orientation: landscape) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(3.5px) !important;
	}
}

@media only screen and (min-width: 1120px) and (max-width: 1279px) and (orientation: landscape) {

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(10px) !important;
	}

}

@media only screen and (min-width: 890px) and (max-width: 926px) and (orientation: landscape) {
	.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire .btn-box1-col2-section4-histoire {
		margin-top: 30px !important;
	}
}

@media only screen and (min-width: 927px) and (max-width: 999px) and (orientation: landscape) {
	.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire .btn-box1-col2-section4-histoire {
		margin-top: 1px !important;
	}
}

@media only screen and (min-width: 1172px) and (max-width: 1240px) and (orientation: landscape) {
	.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire .btn-box1-col2-section4-histoire {
		margin-top: -11px !important;
	}
}

@media only screen and (min-width: 1120px) and (max-width: 1171px) and (orientation: landscape) {
	.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire .btn-box1-col2-section4-histoire {
		margin-top: -8px !important;
	}
}

@media only screen and (min-width: 1241px) and (max-width: 1279px) and (orientation: landscape) {
	.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire .btn-box1-col2-section4-histoire {
		margin-top: -8px !important;
	}
}



@media only screen and (min-width: 1024px) and (max-width: 1279px) and (orientation: landscape) {

	header#masthead,
	header#masthead-aide-contact {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		width: 100%;
	}

	.site-header .site-branding .site-title,
	.site-header .main-navigation .menu-toggle,
	.site-header .menu-toggle,
	.site-header-aide-contact .site-branding .site-title,
	.site-header-aide-contact .main-navigation .menu-toggle,
	.site-header-aide-contact .menu-toggle {
		display: none;
	}

	.burger-icon,
	.close-icon,
	.burger-icon-aide-contact,
	.close-icon-aide-contact {
		width: 24px;
		height: 24px;
	}

	.burger-icon-aide-contact path,
	.close-icon-aide-contact path {
		stroke: #fff;
	}

	.site-header .site-branding img.logo-enbro-header,
	.site-header-aide-contact .site-branding img.logo-enbro-header {
		height: 2.5rem;
	}

	.site-header .max-container-header-enbro,
	.site-header-aide-contact .max-container-header-enbro {

		padding-left: 0px;
		padding-right: 0px;
		max-width: 1216px;
		width: 100%;
		display: block;
		margin: auto;
	}

	main {
		margin-bottom: auto;
		padding-top: 150px !important;
	}

	.site-header .max-container-header-enbro .content-header-enbro,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro {
		position: relative;
		display: flex;
		width: 100%;
		flex-direction: row;
		align-items: center;
		padding-left: 20px;
		padding-right: 20px;
	}

	.site-header .max-container-header-enbro .content-header-enbro .header-button-container,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .header-button-container {
		width: 25%;
		justify-content: flex-end;
		align-items: center;
		display: flex;
	}

	.site-header .max-container-header-enbro .content-header-enbro .site-branding,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .site-branding {
		padding-top: 15px;
		padding-bottom: 15px;
		width: 16.666667%;

	}

	.site-header .max-container-header-enbro .content-header-enbro .main-navigation,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation {
		margin-left: auto;
		flex-direction: row;
		justify-content: center !important;
		align-items: center;
		display: flex;
	}

	.site-header .max-container-header-enbro .content-header-enbro .header-button-container,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .header-button-container {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 25%;
	}

	.site-header .max-container-header-enbro .content-header-enbro .header-button-container .header-button,
	#site-navigation.main-navigation.menu-mobile .header-button-container .header-button {
		font-weight: 300 !important;
		--tw-text-opacity: 1;
		color: rgb(255 255 255);
		transition-duration: .5s;
		font-family: proxima-nova;
		background-color: rgb(30 113 183);
		padding: 15px 20px;
		border-radius: 6px;
		padding-left: 24px;
		padding-right: 24px;
		font-size: 17px;
	}

	#site-navigation.main-navigation.menu-mobile .header-button-container .header-button {
		font-weight: 300 !important;
		color: rgb(255 255 255);
		font-family: proxima-nova-regular;
		font-size: 17px;
		background: none;
	}

	#site-navigation.main-navigation.menu-mobile .header-button-container {
		text-align: center;
		padding-top: 15px;
	}

	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .header-button-container .header-button {
		font-weight: 300 !important;
		--tw-text-opacity: 1;
		color: #1a1328 !important;
		transition-duration: .5s;
		font-family: proxima-nova;
		background-color: #fff;
		padding: 15px 20px;
		border-radius: 6px;
		font-size: 18px;
	}

	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .header-button-container .header-button:hover {
		background-color: #f7f4f2;
	}

	.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-1-container ul,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-1-container ul {
		display: flex;
		flex-direction: row;
		gap: 1.5rem;
	}

	.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-1-container ul li a {
		font-family: proxima-nova-regular;
		font-weight: 400;
		color: rgb(26 19 40);
		font-size: 18px;
	}

	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-1-container ul li a {
		font-family: proxima-nova-regular;
		font-weight: 400;
		color: #fff;
		font-size: 17px;
	}

	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-1-container ul .current-page-ancestor a {
		font-weight: 700;
		text-decoration: underline;
	}

	.site-header .secondary-menu-container {
		background-color: rgb(241 245 251);
		display: block;
	}

	.site-header-aide-contact .secondary-menu-container {
		background: linear-gradient(90deg, rgba(30, 113, 183, 1) 0%, rgba(67, 158, 216, 1) 100%);
		display: block;
	}

	.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-1-container,
	.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-3-container,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-1-container,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-3-container {
		display: flex !important;
	}

	.site-header .secondary-menu-container .max-container-secondary-menu,
	.site-header-aide-contact .secondary-menu-container .max-container-secondary-menu {
		margin: auto;
		display: block;
		width: 100%;
		max-width: 1216px;
		padding-left: 0;
		padding-right: 0;
	}

	.site-header .secondary-menu-container .max-container-secondary-menu .secondary-navigation .menu-menu-2-container,
	.site-header-aide-contact .secondary-menu-container .max-container-secondary-menu .secondary-navigation .menu-menu-2-container {
		padding-top: .2rem;
		padding-bottom: .2rem;
	}

	.site-header .secondary-menu-container .max-container-secondary-menu .secondary-navigation ul,
	.site-header-aide-contact .secondary-menu-container .max-container-secondary-menu .secondary-navigation ul {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		padding-top: .5rem;
		padding-bottom: .5rem;
		gap: 1.5rem;
	}

	.site-header .secondary-menu-container .max-container-secondary-menu .secondary-navigation ul li a {
		font-family: proxima-nova-regular;
		font-size: 14px;
		font-weight: 400;
		color: rgb(26 19 40);
	}

	.site-header-aide-contact .secondary-menu-container .max-container-secondary-menu .secondary-navigation ul li a {
		font-family: proxima-nova-regular;
		font-size: 14px;
		font-weight: 400;
		color: #fff;
	}

	body.page-id-22 main,
	body.page-id-624 main,
	body.page-id-2062 main {
		padding-top: 111px !important;
	}

	#site-navigation.main-navigation.menu-mobile {
		display: none;
	}

	.site-header .secondary-menu-container .max-container-secondary-menu .secondary-navigation ul,
	.site-header-aide-contact .secondary-menu-container .max-container-secondary-menu .secondary-navigation ul {
		padding-right: 20px !important;
	}

	/****style onglets active*/
	.site-header .max-container-header-enbro .content-header-enbro .main-navigation .current_page_item>a,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .current_page_item>a {
		font-weight: 700 !important;
	}

	.site-header .secondary-menu-container .max-container-secondary-menu .secondary-navigation .current_page_item>a,
	.site-header-aide-contact .secondary-menu-container .max-container-secondary-menu .secondary-navigation .current_page_item>a {
		font-weight: 700 !important;
		position: relative;
		text-decoration: underline !important;
	}

	/* Style pour l'élément actif du menu */
	.site-header .menu-item.active>a {
		position: relative;
		font-weight: 700 !important;
		text-decoration: underline !important;
	}

	.page .entry-header .container-entry-header {
		display: none;
	}

	.button-blue-header {
		font-weight: 300;
		border-radius: 6px;
		background-color: rgb(241 245 251);
		padding: 1px 24px 15px 24px;
		font-family: proxima-nova;
		font-size: 16px;
		color: rgb(30 113 183);
		border-bottom-right-radius: 0 !important;
		border-top-right-radius: 0 !important;
		z-index: 999;
		bottom: 1.5rem;
		right: 0;
		position: fixed;
		transition: all .4s ease-in-out;
		cursor: pointer;
	}

	/*.site-header .max-container-header-enbro .content-header-enbro, .site-header-aide-contact .max-container-header-enbro .content-header-enbro{
		 padding-left: 20px;
		 padding-right: 20px;
	}*/
	.section2-accueil-enbro .container-blocks-section2-accueil {
		grid-template-columns: repeat(4, 1fr) !important;
	}

	.section3-accueil-enbro .e-con-inner {
		padding-bottom: 185px !important;
	}

	.section-testimonials .container-video-testimonial .video-testimonials .video-testimonial .testimonial-excerpt {
		height: 240px;
	}

	.enbro-post-slider-wrap .post-item {
		margin-right: 20px !important;
	}

	.enbro-post-slider-wrap .post-item[data-slick-index="0"] {
		margin-left: 0px;
	}

	.section5-accueil-enbro .max-container-section5-accueil .description-section5-accueil {
		width: 50%;
	}

	.section1-archive-testimonial .max-container .flex,
	.section1-single-testimonial .max-container .flex {
		display: flex;
	}

	.section2-archive-testimonial .testimonial .block-text .testimonial-excerpt {
		font-size: 30px !important;
		line-height: 36px !important;
	}

	.section3-archive-testimonial .title-section3-archive-testimonial {
		font-size: 36px !important;
		line-height: 40px !important;
	}

	.section3-archive-testimonial .container-testimonial {
		grid-template-columns: repeat(3, 1fr) !important;
	}

	.section1-single-testimonial .container-section2 .block {
		width: 58.333333%;
	}

	.section4-single-testimonial .container-testimonial .testimonial .testimonials-excerpt {
		height: 264px;
	}

	.section1-aide-contact-enbro .flex {
		display: flex;

	}

	.section1-aide-contact-enbro .e-con-inner {
		padding-top: 0px !important;
	}

	.section1-aide-contact-enbro .title-section1-aide-contact {
		margin-top: 60px;
	}

	.section1-aide-contact-enbro .container-block-section1-aide-contact .block-section1-aide-contact {
		width: 33.333333%;
	}

	.section2-aide-contact .col1-section2-aide-contact .title2-col1-section2-aide-contact {
		font-size: 32px;
		line-height: 36px;
	}

	.section1-questions-frequentes-enbro .title1-section1-questions-frequentes-enbro {
		display: block !important;
	}

	.section1-questions-frequentes-enbro .e-con-inner {
		padding-top: 0px !important;
	}

	.section1-questions-frequentes-enbro .description-section1-questions-frequentes-enbro .elementor-widget-container {
		padding: 0px !important;
	}

	.section1-questions-frequentes-enbro .form-section1-questions-frequentes-enbro {
		width: 66.666667% !important;
	}

	/****contact*/
	.section1-contact-enbro .e-con-inner {
		padding-top: 5px !important;
	}

	.section1-contact-enbro .e-con-inner .title1-section1-contact {
		display: block !important;
	}

	.section2-contact-enbro .e-con-inner {
		gap: 120px !important;
	}

	.section2-contact-enbro .col1-section2-contact {
		width: 90% !important;
	}

	.section2-contact-enbro .col2-section2-contact {
		width: 33.333333% !important;
	}

	.block-radios .container-block-radio p {
		gap: 10px;
	}

	.section2-contact-enbro #wpcf7-f2061-p2062-o1 form.wpcf7-form .wpcf7-form-control-wrap input[type="file"],
	.section2-contact-enbro #wpcf7-f4842-p4536-o1 form.wpcf7-form .wpcf7-form-control-wrap input[type="file"] {
		width: 509px !important;
	}

	/*******************/
	/**************blog***************/
	.section1-archive-post .flex {
		display: flex;
	}

	.section2-archive-post {
		flex-direction: row !important;
	}

	.section2-archive-post .block1-container-posts .article-pinned .box-content .entry-header .entry-title {
		font-size: 24px !important;
		line-height: 32px !important;
	}

	.container-posts .block-container-posts {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 32px;
	}

	.container-posts .block-container-posts article {
		height: 100%;
	}

	/*********************/
	/*********single-post****/
	.section1-single-post .flex {
		display: flex;
	}

	.single-post .single-post-container {
		flex-direction: row !important;
	}

	.single-post-sidebar .block-sidebar .title-block-sidebar {
		line-height: 30px !important;
		font-size: 24px !important;
	}

	.single-post .container-post-recent .container-box {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	/*******************************/
	/*************nos solutions*******/
	.section1-solutions .e-con-inner {
		padding-top: 10px !important;
	}

	.title1-page-solutions {
		display: flex !important;
	}

	.section2-solutions .container-blocks-section2-solutions,
	.section4-solutions .container-blocks-section4-solutions {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}

	.section3-solutions .container-blocks-section3-solutions {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	/************************/
	/********offres d\'emploi*******/
	.section2-jobs-enbro .title-section2-jobs {
		width: 50%;
	}

	.section2-jobs-enbro .title-section2-jobs h2 {
		font-size: 40px;
		line-height: 48px;
	}

	.section2-jobs-enbro .description-section2-jobs {
		width: 48% !important;
	}

	.section2-jobs-enbro .container-blocks-section2-jobs .block-section2-jobs,
	.section4-jobs-enbro .container-blocks-section5-jobs .block-section5-jobs {
		width: 31.9%;
	}

	.section4-jobs-enbro .container-blocks-section4-jobs {
		display: flex;
		flex-direction: row !important;
		gap: 55px;
	}

	.section4-jobs-enbro .container-blocks-section4-jobs .col2-block1-section4-jobs {
		padding: 0;
	}

	.title-page-jobs {
		display: flex !important;
		padding-bottom: 30px !important;
	}

	/**************/
	/********page detail offres demploi********/
	.section1-job-offer-detail .flex {
		display: flex;
	}

	.section2-job-offer-detail .container-section2-job-offer-detail .container-sidebar .block-container-sidebar .container-icon-social {
		flex-direction: row !important;
	}

	.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form .container-block1-form .block-name p,
	.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form .container-block1-form .block-name p {
		flex-direction: row !important;
	}

	/**************/
	/***notre histoire*********/
	.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box4-col2-section4-histoire {
		width: 31.5% !important;
	}

	.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire .btn-box2-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire .btn-box3-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box4-col2-section4-histoire .btn-box4-col2-section4-histoire {
		margin-top: 20px !important;
	}

	/*.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7,
	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9{
		transform: translateX(3.5px) !important;
	}*/
	.section2-histoire-enbro .col2-section2-histoire-enbro .title2-col2-section3-histoire-enbro h2 {
		font-size: 40px !important;
		line-height: 48px !important;
	}

	.container-title-page-ntre-histoire {
		display: flex !important;
	}

	/***********/
	.menu-langage,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-nl-container {
		width: 30% !important;
	}

	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-3-container,
	.site-header .max-container-header-enbro .content-header-enbro .main-navigation .menu-menu-3-container {
		width: 55% !important;
	}

	.section1-aide-contact-enbro .e-con-inner {
		margin-top: 25px !important;
	}

	/*.container-image-section4 {
   transform: translatey(0px) !important;
  }*/
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-fr-container {
		width: 35% !important;
	}

	.max-container-section2 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.enbro-footer-widget-area .container-footer-widget-area .link-block-col2 .container-block-col2,
	.enbro-footer-widget-area .container-footer-widget-area .link-block-col3 .container-block-col3 {
		padding-left: 20px !important;
	}

}

@media only screen and (min-width: 1024px) and (max-width: 1025px) and (orientation: landscape) {

	.container-blocks-section2-jobs,
	.container-blocks-section5-jobs {
		display: flex !important;
		flex-wrap: wrap !important;
		gap: 12px !important;
	}

	.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f2318-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-relative,
	.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f2323-p2319-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-relative {
		position: relative;
		width: 41%;
	}

	.section3-job-offer-detail .container-section3-job-offer-detail .block-form-container-section3-job-offer-detail #wpcf7-f4833-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-relative,
	.section2-spontanement .container-section2-spontanement .block-form-section1-spontanement #wpcf7-f4897-p4889-o1 .wpcf7-form .block1-form .block2-form .block-file .block-upload .block-upload-relative {
		position: relative;
		width: 32.5%;
	}

	.section1-archive-testimonial,
	.section2-archive-testimonial,
	.section3-archive-testimonial,
	.section1-single-testimonial,
	.section2-single-testimonial,
	.section3-single-testimonial,
	.section4-single-testimonial,
	.section1-archive-post,
	.container-posts,
	.section1-single-post,
	.single-post-container,
	.container-post-recent,
	.section1-jobs-enbro,
	.section4-jobs-enbro,
	.section1-job-offers,
	.section2-job-offers-list,
	.section2-job-offers-list,
	.section3-job-offers,
	.section1-job-offer-detail,
	.section2-job-offer-detail,
	.section3-job-offer-detail,
	.section4-job-offer-detail,
	.section1-spontanement,
	.section2-spontanement,
	.section3-spontanement {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire .description-box2-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire .description-box3-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box4-col2-section4-histoire .description-box4-col2-section4-histoire {
		height: 180px !important;
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container1 {
		transform: translateX(-23px) translateY(-8px) !important;
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container9 {
		transform: translateX(-23px) translateY(-12px) !important;
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container7 {
		transform: translateX(-23px) translateY(-12px) !important;
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container5 {
		transform: translateX(-23px) translateY(-12px) !important;
	}

	.section5-histoire-enbro .container-blocks-section5-histoire-enbro .block-container-section5-histoire-enbro .col2-block-container-section5-histoire-enbro .line-container3 {
		transform: translateX(-23px) translateY(-10px) !important;
	}

	.line-container2 {
		transform: translateX(2px) translateY(-10px) !important;
	}

	.line-container4 {
		transform: translateX(2px) translateY(-12px) !important;
	}

	/*.line-container3{
		transform: translateX(-19px)translateY(-2px) !important;
	}*/
	.vertical-line5 {
		height: 350px !important;
	}

	.line-container6 {
		transform: translateX(2px) translateY(-32px) !important;
	}

	.vertical-line7 {
		height: 295px !important;
	}

	.line-container8 {
		transform: translateX(2px) translateY(-12px) !important;
	}

	.vertical-line9 {
		height: 345px !important;
	}

	/*.line-container9{
		transform: translateX(-19px)translateY(-34px) !important;
	}*/
	.line-container10 {
		transform: translateX(2px) translateY(-12px) !important;
	}

	.vertical-line10 {
		height: 350px !important;
	}

}






@media (min-width: 1025px) {

	.container-post-section5-accueil-enbro,
	.container-post-section5-accueil-enbro .swipper {
		overflow: visible !important;
	}
}


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

	header .color-header,
	.section1-accueil-enbro,
	.section2-accueil-enbro,
	.section4-accueil-enbro,
	.container-video-testimonial,
	.section5-accueil-enbro,
	.col2-section3-accueil-enbro,
	.header-breadcump,
	.section2-aide-contact,
	.section1-solutions,
	.section2-solutions,
	.section3-solutions,
	.container-blocks-section4-solutions,
	.section5-solutions,
	.section1-archive-testimonial,
	.section2-archive-testimonial,
	.section3-archive-testimonial,
	.section1-single-testimonial,
	.section2-single-testimonial,
	.section3-single-testimonial,
	.section4-single-testimonial,
	.section1-histoire-enbro,
	.col2-section2-histoire-enbro,
	.col1-section3-histoire,
	.section1-archive-post,
	.container-posts,
	.section1-single-post,
	.single-post-container,
	.container-post-recent,
	.section1-jobs-enbro,
	.section4-jobs-enbro,
	.section1-job-offers,
	.section2-job-offers-list,
	.section2-job-offers-list,
	.section3-job-offers,
	.section1-job-offer-detail,
	.section2-job-offer-detail,
	.section3-job-offer-detail,
	.section4-job-offer-detail,
	.section1-spontanement,
	.section2-spontanement,
	.section3-spontanement,
	.section1-contact-enbro,
	.section2-contact-enbro {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.site-header .max-container-header-enbro .content-header-enbro,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.col2-section3-histoire {
		width: 1205px !important;
	}

	.section3-accueil-enbro .img-col1-section3-accueil-enbro img {
		height: 950px !important;
		width: 58% !important;
	}

	.menu-langage,
	.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-fr-container {
		width: 35% !important;
	}

	.img-box3-solutions {
		transform: translatey(25px) !important;
	}

	.section2-histoire-enbro .img-col1-section2-histoire-enbro img {
		height: 957px !important;
		width: 58% !important;
		top: 0px !important;
	}

	.section4-histoire-enbro {
		display: block !important;
	}

	.col1-section4-histoire {
		width: 100% !important;
		padding-bottom: 50px;
	}

	.col2-section4-histoire {
		width: 100% !important;
		display: flex;
		flex-wrap: wrap !important;
		padding-top: 50px !important;
		padding-left: 0px !important;
	}

	.box1-col2-section4-histoire,
	.box2-col2-section4-histoire,
	.box3-col2-section4-histoire,
	.box4-col2-section4-histoire {
		width: 32% !important;
	}

	.box1-col2-section4-histoire {
		height: 100% !important;
	}

	.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire .title2-box2-col2-section4-histoire h4 {
		height: 75px;
	}

	.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire .title3-box3-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box4-col2-section4-histoire .title4-box4-col2-section4-histoire {
		height: 89px;
	}

	.container-title6-box3 {
		min-height: 100px !important;
	}

	.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire .description-box1-col2-section4-histoire {
		height: 182px !important;
	}

	.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire .description-box2-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire .description-box3-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box4-col2-section4-histoire .description-box4-col2-section4-histoire {
		height: 150px;
	}

	.line-container1,
	.line-container3,
	.line-container5,
	.line-container7,
	.line-container9 {
		transform: translatex(10px) !important;
	}

	.vertical-line3 {
		height: 228px !important;
	}

	.vertical-line7,
	.vertical-line9 {
		height: 286px !important;
	}

	.container-blocks-section2-jobs {
		display: flex !important;
		flex-wrap: wrap !important;
		gap: 15px !important;
	}

	.block-section2-jobs {
		width: 32% !important;
	}

	.title-block-section2-jobs {
		min-height: 58px !important;
	}

	.text-block-section2-jobs {
		min-height: auto !important;
	}

}

@media only screen and (min-width: 1110px) and (max-width: 1114px) {
	.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire .description-box1-col2-section4-histoire {
		height: 153px !important;
	}
}

/* Afficher le sous-menu au survol du parent 
.pll-parent-menu-item:hover .sub-menu {
  display: block;
}*/
/* Cibler les écrans haute résolution de 13 pouces (comme les MacBook Retina) */
@media screen and (min-width: 1280px) and (max-width: 1440px),
(min-width: 2560px) and (max-width: 2880px) and (-webkit-min-device-pixel-ratio: 2) {
	.col2-section3-accueil-enbro {
		padding-left: 32px !important;

	}

	.section2-histoire-enbro .img-col1-section2-histoire-enbro img {
		top: 0px !important;
	}

	.col2-section2-histoire-enbro {
		padding-left: 32px !important;
	}

	.entry-content .elementor .elementor-element.section2-histoire-enbro {
		margin-bottom: 17px !important;
	}
}

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

	.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire .description-box1-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire .description-box2-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire .description-box3-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box4-col2-section4-histoire .description-box4-col2-section4-histoire {
		height: 143px !important;
	}

	.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire .title3-box3-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box4-col2-section4-histoire .title4-box4-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire .title1-box1-col2-section4-histoire h4,
	.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire .title5-box3-col2-section4-histoire h4,
	.section4-histoire-enbro .col2-section4-histoire .box4-col2-section4-histoire .title6-box4-col2-section4-histoire h4 {
		height: 89px !important;
		padding-bottom: 8px !important;
	}

	.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire .title2-box2-col2-section4-histoire h4 {
		height: 78px !important;
		padding-bottom: 8px !important;
	}

	.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box2-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box3-col2-section4-histoire,
	.section4-histoire-enbro .col2-section4-histoire .box4-col2-section4-histoire {
		height: 100% !important;
	}

	.section4-histoire-enbro .col2-section4-histoire .box1-col2-section4-histoire .title1-box1-col2-section4-histoire h4 {
		height: 140px;
	}

}

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

	.title1-box1-col2-section4-histoire,
	.title2-box2-col2-section4-histoire,
	.title3-box3-col2-section4-histoire {
		height: 85px !important;
	}

	.title4-box4-col2-section4-histoire {
		height: 95px !important;
	}

	.container-title6-box3 {
		min-height: 85px !important;
	}

	.elementor-element-5f589d8 {
		min-height: 95px !important;
	}
}

.custom-form_wrapper .gfield input[type=text],
.custom-form_wrapper .gfield input[type=email],
.custom-form_wrapper .gfield input[type=tel],
.custom-form_wrapper .gfield textarea,
.custom-form_wrapper .gfield select {
	font-family: "Inter", Sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	--tw-text-opacity: 1 !important;
	color: rgb(107 114 128/var(--tw-text-opacity)) !important;
	border: 1px solid #d1d5db !important;
	background-color: initial !important;
}

.gform_drop_instructions,
.gfield_description.gform_fileupload_rules {
	font-size: 10px !important;
	color: #112337 !important;
	font-family: "Inter", Sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}

.custom-form_wrapper .gfield legend {
	font-family: "Inter", Sans-serif !important;
	font-size: 14px !important;
	font-weight: bold !important;
	--tw-text-opacity: 1 !important;
	color: #112337 !important;
}

.gform_required_legend {
	display: none;
}

.custom-form_wrapper .gform_button.button,
.button.gform_button_select_files {
	border-radius: 6px !important;
	--tw-bg-opacity: 1 !important;
	background-color: rgb(30 113 183 / var(--tw-bg-opacity)) !important;
	padding: 12px 24px !important;
	font-family: proxima-nova !important;
	font-size: 18px !important;
	font-weight: 300 !important;
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
	cursor: pointer !important;
}

.gfield_required.gfield_required_asterisk {
	color: #112337 !important;
}

.custom-form_wrapper .gfield input[type=checkbox] {
	height: 1rem;
	width: 1rem;
}

.ginput_container_consent a {
	text-decoration: underline !important;
}

/* Temporary campaign css */


.page-id-7740 .secondary-menu-container {
	background: transparent !important;
}

.page-id-7740 #masthead-aide-contact{
	position: absolute;
	left: 0;
	top: 0;
	color: white !important;
}

.page-id-7740 .site-header a {
		color: white !important;
}

.page-id-7740 .site-header .secondary-menu-container {
		background: transparent !important;
			color: white !important;
}

.page-id-7740 .color-header {
		background: transparent !important;
		color: white !important;
}

.page-id-7740 main {
	padding-top: 0;
		color: white !important;
}

.site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-fr-container ul .pll-parent-menu-item a, .site-header-aide-contact .max-container-header-enbro .content-header-enbro .main-navigation .menu-custom-menu-nl-container ul .pll-parent-menu-item a {
	font-family: proxima-nova-regular  !important;
    font-weight: 400;
}

.lang-item a {
		font-family: proxima-nova-regular  !important;
    font-weight: 400;
}