@charset "UTF-8";

body {
	font-family: "Open Sans", sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	box-shadow: none !important;
	border: none !important;
	padding: 0px !important;
	max-width: none !important;
	margin-top: 0px !important;
}

h1,
h2,
h3 {
	font-family: "Arial" !important;
	font-weight: 600;
}

h1 {
	font-size: 24px !important;
}
h2 {
	font-size: 18px !important;
}
h1.font-h1-small {
	font-size: 30px;
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 38px !important;
	}
}

h3 {
	font-size: 20px;
}

.font-size-mini {
	font-size: 8px;
}

.font-bold {
	font-weight: bold;
}

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

.text-t-normal {
	text-transform: none;
}

.main-color-BO {
	color: #0079e3;
}

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

.content-wrapper,
footer {
	flex-shrink: 0;
}
.content-wrapper {
	flex-grow: 1;
}
.pb-10 {
	padding-bottom: 2.5rem !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container,
	.container-sm {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1320px;
	}
}
.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
}
.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}
.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}
.col-3 {
	flex: 0 0 auto;
	width: 25%;
}
.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}
.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}
.col-6 {
	flex: 0 0 auto;
	width: 50%;
}
.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}
.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}
.col-9 {
	flex: 0 0 auto;
	width: 75%;
}
.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}
.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}
.col-12 {
	flex: 0 0 auto;
	width: 100%;
}
.offset-1 {
	margin-left: 8.33333333%;
}
.offset-2 {
	margin-left: 16.66666667%;
}
.offset-3 {
	margin-left: 25%;
}
.offset-4 {
	margin-left: 33.33333333%;
}
.offset-5 {
	margin-left: 41.66666667%;
}
.offset-6 {
	margin-left: 50%;
}
.offset-7 {
	margin-left: 58.33333333%;
}
.offset-8 {
	margin-left: 66.66666667%;
}
.offset-9 {
	margin-left: 75%;
}
.offset-10 {
	margin-left: 83.33333333%;
}
.offset-11 {
	margin-left: 91.66666667%;
}

.align-items-start {
	align-items: flex-start !important;
}
.align-items-end {
	align-items: flex-end !important;
}
.align-items-center {
	align-items: center !important;
}
.align-items-baseline {
	align-items: baseline !important;
}
.align-items-stretch {
	align-items: stretch !important;
}
.align-content-start {
	align-content: flex-start !important;
}
.align-content-end {
	align-content: flex-end !important;
}
.align-content-center {
	align-content: center !important;
}
.align-content-between {
	align-content: space-between !important;
}
.align-content-around {
	align-content: space-around !important;
}
.align-content-stretch {
	align-content: stretch !important;
}
.align-self-auto {
	align-self: auto !important;
}
.align-self-start {
	align-self: flex-start !important;
}
.align-self-end {
	align-self: flex-end !important;
}
.align-self-center {
	align-self: center !important;
}
.align-self-baseline {
	align-self: baseline !important;
}
.align-self-stretch {
	align-self: stretch !important;
}

.text-lg-start {
	text-align: left !important;
}
.text-lg-end {
	text-align: right !important;
}
.text-lg-center {
	text-align: center !important;
}

.order-lg-0 {
	order: 0 !important;
}
.order-lg-1 {
	order: 1 !important;
}
.order-lg-2 {
	order: 2 !important;
}
.order-lg-3 {
	order: 3 !important;
}
.order-lg-4 {
	order: 4 !important;
}
.order-lg-5 {
	order: 5 !important;
}
.order-lg-last {
	order: 6 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 700;
	color: #343f52;
	word-spacing: 0.1rem;
	letter-spacing: -0.01rem;
}
.text-uppercase.h1,
.text-uppercase.h2,
.text-uppercase.h3,
.text-uppercase.h4,
.text-uppercase.h5,
.text-uppercase.h6,
h1.text-uppercase,
h2.text-uppercase,
h3.text-uppercase,
h4.text-uppercase,
h5.text-uppercase,
h6.text-uppercase {
	letter-spacing: 0.02rem;
}
.h1,
h1 {
	line-height: 1.3;
}
.h2,
h2 {
	line-height: 1.2;
}
.h3,
h3 {
	line-height: 1.4;
}
.h4,
h4 {
	line-height: 1.45;
}
.h5,
h5 {
	line-height: 1.5;
}
.h6,
h6 {
	line-height: 1.55;
}
.display-1 {
	line-height: 1.2;
}
.display-2,
.display-3 {
	line-height: 1.25;
}
.display-4,
.display-5 {
	line-height: 1.3;
}
.display-6 {
	line-height: 1.35;
}

.col-lg-auto {
	flex: 0 0 auto;
	width: auto;
}
.col-lg-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}
.col-lg-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}
.col-lg-3 {
	flex: 0 0 auto;
	width: 25%;
}
.col-lg-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}
.col-lg-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}
.col-lg-6 {
	flex: 0 0 auto;
	width: 50%;
}
.col-lg-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}
.col-lg-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}
.col-lg-9 {
	flex: 0 0 auto;
	width: 75%;
}
.col-lg-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}
.col-lg-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}
.col-lg-12 {
	flex: 0 0 auto;
	width: 100%;
}

.pb-0 {
	padding-bottom: 0 !important;
}
.pb-1 {
	padding-bottom: 0.25rem !important;
}
.pb-2 {
	padding-bottom: 0.5rem !important;
}
.pb-3 {
	padding-bottom: 0.75rem !important;
}
.pb-4 {
	padding-bottom: 1rem !important;
}
.pb-5 {
	padding-bottom: 1.25rem !important;
}
.pb-6 {
	padding-bottom: 1.5rem !important;
}
.pb-7 {
	padding-bottom: 1.75rem !important;
}
.pb-8 {
	padding-bottom: 2rem !important;
}
.pb-9 {
	padding-bottom: 2.25rem !important;
}
.pb-10 {
	padding-bottom: 2.5rem !important;
}
.pb-11 {
	padding-bottom: 3rem !important;
}
.pb-12 {
	padding-bottom: 3.5rem !important;
}
.pb-13 {
	padding-bottom: 4rem !important;
}
.pb-14 {
	padding-bottom: 4.5rem !important;
}
.pb-15 {
	padding-bottom: 5rem !important;
}
.pb-16 {
	padding-bottom: 6rem !important;
}
.pb-17 {
	padding-bottom: 7rem !important;
}
.pb-18 {
	padding-bottom: 8rem !important;
}
.pb-19 {
	padding-bottom: 9rem !important;
}
.pb-20 {
	padding-bottom: 10rem !important;
}
.pb-21 {
	padding-bottom: 12.5rem !important;
}
.pb-22 {
	padding-bottom: 15rem !important;
}
.pb-23 {
	padding-bottom: 17.5rem !important;
}
.pb-24 {
	padding-bottom: 20rem !important;
}
.pb-25 {
	padding-bottom: 22.5rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}
.pt-1 {
	padding-top: 0.25rem !important;
}
.pt-2 {
	padding-top: 0.5rem !important;
}
.pt-3 {
	padding-top: 0.75rem !important;
}
.pt-4 {
	padding-top: 1rem !important;
}
.pt-5 {
	padding-top: 1.25rem !important;
}
.pt-6 {
	padding-top: 1.5rem !important;
}
.pt-7 {
	padding-top: 1.75rem !important;
}
.pt-8 {
	padding-top: 2rem !important;
}
.pt-9 {
	padding-top: 2.25rem !important;
}
.pt-10 {
	padding-top: 2.5rem !important;
}
.pt-11 {
	padding-top: 3rem !important;
}
.pt-12 {
	padding-top: 3.5rem !important;
}
.pt-13 {
	padding-top: 4rem !important;
}
.pt-14 {
	padding-top: 4.5rem !important;
}
.pt-15 {
	padding-top: 5rem !important;
}
.pt-16 {
	padding-top: 6rem !important;
}
.pt-17 {
	padding-top: 7rem !important;
}
.pt-18 {
	padding-top: 8rem !important;
}
.pt-19 {
	padding-top: 9rem !important;
}
.pt-20 {
	padding-top: 10rem !important;
}
.pt-21 {
	padding-top: 12.5rem !important;
}
.pt-22 {
	padding-top: 15rem !important;
}
.pt-23 {
	padding-top: 17.5rem !important;
}
.pt-24 {
	padding-top: 20rem !important;
}
.pt-25 {
	padding-top: 22.5rem !important;
}
.row > * {
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: -0.01rem;
	color: #60697b;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 2px solid transparent;
	box-sizing: border-box;
	transform: translateY(0);
	padding: 0.5rem 1.2rem;
	font-size: 0.8rem;
	border-radius: 0.4rem;
	transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {
	.row > * {
		flex-shrink: 0;
		width: 100%;
		max-width: 100%;
		padding-right: calc(var(--bs-gutter-x) * 0.5);
		padding-left: calc(var(--bs-gutter-x) * 0.5);
		margin-top: var(--bs-gutter-y);
	}
	.order-1 {
		order: 1 !important;
	}
	.order-2 {
		order: 2 !important;
	}

	.text-center {
		text-align: center !important;
	}
}
.col {
	flex: 1 0 0%;
}
.row-cols-auto > * {
	flex: 0 0 auto;
	width: auto;
}
.row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
}
.row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
}
.row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.3333333333%;
}
.row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%;
}
.row-cols-5 > * {
	flex: 0 0 auto;
	width: 20%;
}
.row-cols-6 > * {
	flex: 0 0 auto;
	width: 16.6666666667%;
}
.row-cols-7 > * {
	flex: 0 0 auto;
	width: 14.2857142857%;
}
.row-cols-8 > * {
	flex: 0 0 auto;
	width: 12.5%;
}
.row-cols-9 > * {
	flex: 0 0 auto;
	width: 11.1111111111%;
}
.row-cols-10 > * {
	flex: 0 0 auto;
	width: 10%;
}
.row-cols-11 > * {
	flex: 0 0 auto;
	width: 9.0909090909%;
}
.row-cols-12 > * {
	flex: 0 0 auto;
	width: 8.3333333333%;
}
@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}
.btn:hover {
	transform: translateY(-0.15rem);
	box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
	color: #fff;
}

.py-md-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.py-md-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}
.py-md-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.py-md-3 {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
}
.py-md-4 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.py-md-5 {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important;
}
.py-md-6 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}
.py-md-7 {
	padding-top: 1.75rem !important;
	padding-bottom: 1.75rem !important;
}
.py-md-8 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.py-md-9 {
	padding-top: 2.25rem !important;
	padding-bottom: 2.25rem !important;
}
.py-md-10 {
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important;
}
.py-md-11 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.py-md-12 {
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
}
.py-md-13 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}
.py-md-14 {
	padding-top: 4.5rem !important;
	padding-bottom: 4.5rem !important;
}
.py-md-15 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}
.py-md-16 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}
.py-md-17 {
	padding-top: 7rem !important;
	padding-bottom: 7rem !important;
}
.py-md-18 {
	padding-top: 8rem !important;
	padding-bottom: 8rem !important;
}
.py-md-19 {
	padding-top: 9rem !important;
	padding-bottom: 9rem !important;
}
.py-md-20 {
	padding-top: 10rem !important;
	padding-bottom: 10rem !important;
}
.py-md-21 {
	padding-top: 12.5rem !important;
	padding-bottom: 12.5rem !important;
}
.py-md-22 {
	padding-top: 15rem !important;
	padding-bottom: 15rem !important;
}
.py-md-23 {
	padding-top: 17.5rem !important;
	padding-bottom: 17.5rem !important;
}
.py-md-24 {
	padding-top: 20rem !important;
	padding-bottom: 20rem !important;
}
.py-md-25 {
	padding-top: 22.5rem !important;
	padding-bottom: 22.5rem !important;
}
dl,
dt,
dd,
ol,
ul,
li {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
.mt-2 {
	margin-bottom: 0.5rem !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-1 {
	margin-bottom: 0.25rem !important;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.mb-3 {
	margin-bottom: 0.75rem !important;
}
.mb-4 {
	margin-bottom: 1rem !important;
}
.mb-5 {
	margin-bottom: 1.25rem !important;
}
.mb-6 {
	margin-bottom: 1.5rem !important;
}
.mb-7 {
	margin-bottom: 1.75rem !important;
}
.mb-8 {
	margin-bottom: 2rem !important;
}
.mb-9 {
	margin-bottom: 2.25rem !important;
}
.mb-10 {
	margin-bottom: 2.5rem !important;
}
.mb-11 {
	margin-bottom: 3rem !important;
}
.mb-12 {
	margin-bottom: 3.5rem !important;
}
.mb-13 {
	margin-bottom: 4rem !important;
}
.mb-14 {
	margin-bottom: 4.5rem !important;
}
.mb-15 {
	margin-bottom: 5rem !important;
}
.mb-16 {
	margin-bottom: 6rem !important;
}
.mb-17 {
	margin-bottom: 7rem !important;
}
.mb-18 {
	margin-bottom: 8rem !important;
}
.mb-19 {
	margin-bottom: 9rem !important;
}
.mb-20 {
	margin-bottom: 10rem !important;
}
.mb-21 {
	margin-bottom: 12.5rem !important;
}
.mb-22 {
	margin-bottom: 15rem !important;
}
.mb-23 {
	margin-bottom: 17.5rem !important;
}
.mb-24 {
	margin-bottom: 20rem !important;
}
.mb-25 {
	margin-bottom: 22.5rem !important;
}
.mb-auto {
	margin-bottom: auto !important;
}
.text-reset {
	--bs-text-opacity: 1;
	color: inherit !important;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
footer a {
	color: #fff !important;
}

.navbar {
	background-color: #ffffff;
	font-family: "Arial";
	font-weight: bold;
}

#navbar_brand,
#navbar_brand_2 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.navbar .nav-link {
	color: #044153;
}

.navbar .nav-link:focus,
.navbar .nav-link:hover {
	color: #9bba04;
}

.navbar-brand a.bloc-logo .logo-header {
	height: 50px;
	margin-bottom: 0px;
}

.widget-footer-white a.bloc-logo .logo-header {
	height: 21px;
	width: 200px;
}

.widget-footer a.bloc-logo .logo-header {
	height: 50px;
	margin-bottom: 20px;
}

.navbar-brand a.bloc-logo,
.widget-footer a.bloc-logo,
.widget-footer-white a.bloc-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-nav {
	-webkit-box-align: right;
	-ms-flex-align: right;
	align-items: right;
}

.navbar-nav #login_user {
	color: #343f52;
	font-weight: 700;
}

.navbar-nav #logout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 30px;
	cursor: pointer;
}

.navbar-nav #logout img {
	width: 30px;
}

.nav.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.offcanvas {
	background-color: #044153;
}

button.hamburger {
	color: #044153;
}

#div_errors,
#div_errors2,
.div_errors {
	background-color: #ffe4e4;
	border: 1px solid #d38282;
	color: #d38282;
	padding: 5px;
	margin-bottom: 20px;
	font-size: 14px;
}

#div_success,
#div_success2 {
	background-color: #96e8bf;
	border: 1px solid #00af5a;
	color: #00af5a;
	padding: 5px;
	margin-bottom: 20px;
	font-size: 14px;
}

.bouton {
	background-color: #0079e3;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 20px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
}

.bouton.gris {
	background-color: #808080;
}

.lien,
a {
	cursor: pointer;
	color: #0079e3;
	text-decoration: none;
}

.lien:hover,
a:hover {
	color: #212529;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-flex.fx-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.titre-avec-bouton .bouton {
	margin-left: 10px;
}

.titre-avec-bouton {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

h2.titre-souligne {
	border-bottom: 2px solid #0079e3;
	width: 200px;
	margin-top: 20px;
}

.bloc-carte {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #f3f6f9;
	border-radius: 0.42rem;
	border: 0;
	padding: 30px 40px;
	margin-bottom: 30px;
	width: 500px;
}

.bloc-carte .form-control {
	height: 39.5px;
	margin-bottom: 15px;
}

.bloc-carte .carte-infos {
	margin-bottom: 10px;
	min-height: 30px;
	vertical-align: center;
}

.bloc-carte input,
.bloc-carte textarea,
.bloc-carte select {
	padding: 9px 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	border-radius: 3px;
}

.label-carte {
	color: #0079e3;
	font-weight: bold;
}

#passer_budget_illimite {
	color: #0079e3;
	font-style: italic;
}

.titre-tableau {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #0079e3;
}

table.dataTable.display tbody tr {
	cursor: pointer;
}

.picto-datatable {
	width: 25px;
}

.bloc-table {
	margin-top: 30px;
}

#table_length,
#table_leads {
	margin-bottom: 20px;
}

table tr {
	height: 40px;
}

#table_filter,
#table_leads_filter,
#table2_filter {
	display: none;
}

.DTTT_button_print {
	display: none !important;
}

#table_info,
#table_paginate,
#table_leads_info,
#table_leads_paginate {
	margin-top: 20px;
}

.btn-primary {
	color: #fff;
	background-color: #0079e3;
	border-color: #0079e3;
}

.btn-primary:hover {
	color: #fff;
	background-color: #2768a1;
	border-color: #2768a1;
}

.btn.btn-light-primary {
	color: #0079e3;
	background-color: #92c4f0;
	border-color: transparent;
}

.btn.btn-light-primary:hover {
	color: #ffffff;
	background-color: #0079e3;
	border-color: #0079e3;
}

.btn.btn-hover-primary:hover:not(.btn-text):not(:disabled):not(.disabled) {
	color: #ffffff !important;
	background-color: #0079e3 !important;
	border-color: #0079e3 !important;
}

.btn.btn-hover-primary:not(:disabled):not(.disabled).active {
	color: #ffffff !important;
	background-color: #0079e3 !important;
	border-color: #0079e3 !important;
}

.btn-paginate {
	margin-left: 5px;
	margin-right: 5px;
}

.btn-paginate img {
	width: 15px;
}

.picto_moyen {
	width: 20px;
}

/*modal*/
.modal-title {
	color: #0079e3;
}

button.close {
	border-radius: 3px;
	border: 1px solid #0079e3;
}

/* autocompletion */
.typeahead,
.tt-query,
.tt-hint {
	outline: none;
}

.typeahead {
	border-radius: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: -internal-light-dark(#767676, #858585);
	-o-border-image: initial;
	border-image: initial;
}

.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
	color: #999;
}

.tt-menu {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1000 !important;
	margin: 0px 0;
	padding: 0px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	border-radius: 0px;
}

.tt-suggestion {
	padding: 3px 20px 3px 10px;
	font-size: 14px;
	line-height: 24px;
	border-top: 1px solid #ddd;
	white-space: nowrap;
}

.tt-suggestion:hover {
	cursor: pointer;
	color: #fff;
	background-color: #1e1e2d;
}

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #1e1e2d;
}

.tt-suggestion p {
	margin: 0;
}

#scrollable-dropdown-menu .tt-menu {
	max-height: 150px;
	overflow-y: auto;
}

.twitter-typeahead {
	width: 100%;
}

.twitter-typeahead > input[type="text"] {
	-webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
	width: 100% !important;
	font-size: 13px !important;
	padding: 2px;
	margin-right: 15px;
	line-height: 1.5;
	height: 22px;
}

.tt-menu {
	width: 100% !important;
}

.twitter-typeahead {
	background-color: #f3f6f9;
	border-color: #f3f6f9;
	color: #3f4254;
	-webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
	height: calc(1.5em + 1.3rem + 2px);
	padding: 0.65rem 1rem !important;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-clip: padding-box;
	border: 0px;
	border-radius: 0.42rem;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.twitter-typeahead > input[type="text"] {
	height: 39px !important;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
}

.btn-sm,
.btn-group-sm > .btn {
	font-size: 14px;
}

.btn-check:active + .btn,
.btn-check:checked + .btn,
.btn.active,
.btn:active {
	-webkit-transform: none;
	transform: none;
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.main-societes {
	margin-top: 0px;
}

.logo-societe img {
	width: 150px;
	margin-bottom: 10px;
}

.societe-portage {
	border-top: 1px solid #f0f0f0;
	margin: 20px 0px;
	padding: 20px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Arial";
	color: #044153;
	font-weight: bold;
	position: relative;
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2);
	width: 100%;
}

.resultat-sponsorise {
	position: absolute;
	top: 5px;
	left: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	background-color: #3fabb7;
	padding: 2px 4px;
}

.btn-large {
	width: 100%;
}

.btn-bleu {
	border-color: #1285a1;
	background-color: #1285a1;
	color: #ffffff;
}

.btn-orange {
	border-color: #f46b16;
	background-color: #f46b16;
	color: #ffffff;
}

.btn-turquoise {
	border-color: #3fabb7;
	background-color: #3fabb7;
	color: #ffffff;
}

.btn.btn-fs-14 {
	font-size: 14px;
}

.bloc-boutons-contact {
	position: relative;
	margin-top: 6px;
}

.contacter-societe {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}

.btn-primary.btn-transparent {
	background-color: #ffffff;
	border-color: #ffffff;
}

#societes_portage div:last-child {
	border-bottom: 0px;
}

.bloc-infos-societe1,
.bloc-infos-societe2,
.bloc-infos-societe3 {
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.bloc-infos-societe1 {
	width: 30%;
	padding-left: 0px;
}

.bloc-infos-societe-droite {
	width: 70%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.bloc-infos-societe2 {
	border-left: 1px solid #044153;
	border-right: 1px solid #044153;
	width: 59%;
}

.bloc-infos-societe3 {
	width: 41%;
	padding-right: 0px;
}

.bloc-en-savoir-plus {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 0px;
	bottom: 0px;
	z-index: 200;
	background-color: #f0f0f0;
	font-weight: normal;
	color: #044153;
}

.en-savoir-plus {
	padding: 40px 20px;
}

.bloc-fermer-en-savoir-plus {
	position: relative;
	width: 100%;
}

.fermer-en-savoir-plus {
	font-size: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.nom-societe {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.ligne-info-societe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ligne-info-societe .col-info-label {
	width: 66%;
	text-transform: uppercase;
}

.ligne-info-societe .col-info-label.text-t-normal {
	text-transform: none;
}

.info-societe {
	width: 33%;
	color: #9bba04;
	text-align: right;
}

.infos-societe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bloc-infos-salaire {
	background-color: #f0f0f0;
	border-radius: 3px;
	padding: 10px;
}

.ligne-smileys {
	/*display: flex;*/
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ligne-smileys img {
	width: 20px;
	margin-right: 4px;
}

.bloc-offre-speciale {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;
	background-color: #f46b16;
	width: 100%;
	padding: 10px;
	border-radius: 3px;
}

.bloc-offre-speciale .offre-speciale-infos {
	font-weight: bold;
	font-size: 14px;
}

.form-check.align-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-check.align-checkbox .form-check-input {
	margin-top: 0px;
	margin-right: 5px;
}

h5 {
	font-size: 0.7rem;
}

.form-check.align-checkbox .form-check-label {
	line-height: 16px;
}

#header_contact {
	background-image: url(/wp-content/themes/meilleur-portage-wordpress/assets/img/photos/bg3.jpg);
}

.display-colonne {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.radio-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

.form-check-input[type="radio"] {
	padding: 0px;
	margin: 0px;
	width: 21px;
	height: 21px;
	margin-right: 5px;
	border: 1px solid #999;
}

.form-check-input[type="checkbox"] {
	border: 1px solid #999;
}

.radio-list .form-check {
	padding-left: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px;
}

#validate_tel {
	max-width: 400px;
	margin: auto;
	border-radius: 3px;
	padding: 20px 30px;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#validate_tel #code_validation {
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 150px;
	margin-left: 0px;
	border: 1px solid black;
}

#correction_telephone {
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#validate_tel #code_validation,
#correction_telephone #numero_tel_corrige {
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 150px;
	margin-left: 0px;
}
#validate_tel #code_validation {
	margin-top: 0px;
	margin-bottom: 0px;

	width: 200px;
	max-width: 200px;
}

#bloc_intro {
	background-color: #044153;
	border-bottom-right-radius: 120px;
}

.color-light-green {
	color: #9bba04;
}

.color-blue {
	color: #044153;
}

.color-light-blue {
	color: #1285a1;
}

.color-turquoise {
	color: #3fabb7;
}

h1.color-white,
h2.color-white,
h3.color-white,
.color-white {
	color: #ffffff !important;
}

.uppercase {
	text-transform: uppercase;
}

.btn.rounded {
	border-radius: 20px !important;
}

.btn {
	padding: 5px 20px;
	font-family: "Arial";
}

.btn.uppercase {
	text-transform: uppercase;
	font-weight: 600;
}

#bloc_intro_photos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 400px;
	width: 400px;
	margin: auto;
}

#bloc_intro_photos_left {
	width: 33%;
}

#bloc_intro_photos_right {
	width: 66%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 15px;
}

#bloc_intro_photos_right_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 133px;
	padding-bottom: 15px;
}

#bloc_intro_photos_right_top > div {
	width: 50%;
}

#bloc_intro_photos_right_top_right {
	padding-left: 15px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#bloc_intro_photos_right_bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 267px;
}

#bloc_intro_photos_right_bottom > div {
	height: 100%;
	width: 50%;
}

#bloc_intro_photos_right_bottom_right {
	height: 267px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 15px;
}

#bloc_intro_photos_right_bottom_right_bottom {
	padding-top: 15px;
	height: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#bloc_intro_photos_left {
	background-image: url(/wp-content/themes/meilleur-portage-wordpress/assets/img/intro1.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 90px;
}

#intro_img2 {
	background-image: url(/wp-content/themes/meilleur-portage-wordpress/assets/img/intro2.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

#intro_img3 {
	width: 100%;
	background-image: url(/wp-content/themes/meilleur-portage-wordpress/assets/img/intro3.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

#bloc_intro_photos_right_bottom_left {
	background-image: url(/wp-content/themes/meilleur-portage-wordpress/assets/img/intro4.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
}

#intro_img5 {
	background-image: url(/wp-content/themes/meilleur-portage-wordpress/assets/img/intro5.webp);
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	height: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

#intro_img6 {
	background-image: url(/wp-content/themes/meilleur-portage-wordpress/assets/img/intro6.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	border-radius: 50%;
}

#bloc_qui_sommes_nous {
	background-color: #044153;
}

#bloc_qui_sommes_nous_photo {
	background-image: url(/wp-content/themes/meilleur-portage-wordpress/assets/img/qui-sommes-nous.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-right-radius: 90px;
	height: 400px;
	width: 300px;
	margin: auto;
}

#bloc_atouts_photo {
	background-image: url(/wp-content/themes/meilleur-portage-wordpress/assets/img/atouts.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	height: 400px;
	width: 400px;
	margin: auto;
}

.ligne-titre-bloc-atouts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ligne-titre-bloc-atouts .chiffre-rond {
	margin-bottom: 10px;
}

.chiffre-rond {
	font-family: "Arial";
	font-weight: bold;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #ffffff;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 10px;
}

.bg-light-green {
	background-color: #9bba04;
}

.bg-blue,
.bg-bleu {
	background-color: #044153;
}

.bg-light-blue {
	background-color: #1285a1;
}

.bg-turquoise {
	background-color: #3fabb7;
}

.bloc-atouts-left p {
	margin-left: 40px;
}

#bloc_form_recherche {
	background-color: #f8f8f8;
	border: 2px solid #f0f0f0;
	border-radius: 5px;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 4px 2px #f0f0f0;
	box-shadow: 0px 0px 4px 2px #f0f0f0;
}

.ligne-titre-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ligne-titre-champs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-top: 10px;
}

.chemin-champs-recherche {
	position: absolute;
	top: 37px;
	left: 14px;
	height: 64px;
	width: 4px;
}

.chemin-champs-recherche.chemin-actif {
	border-left: 2px solid #9bba04;
}

.chemin-champs-recherche.chemin-inactif {
	border-left: 2px solid #e8e8e8;
}

.ligne-titre-champs .chiffre-rond.chiffre-actif {
	background-color: #9bba04;
}

.ligne-titre-champs .chiffre-rond.chiffre-inactif {
	background-color: #e8e8e8;
}

.form-check-input[type="checkbox"] {
	border-radius: 0.25em;
}
.form-check .form-check-input {
	float: left;
	margin-left: -1.55rem;
}
.form-check-input {
	box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.04);
	margin-top: 0.2rem;
}
.form-check-input {
	width: 1.05rem;
	height: 1.05rem;
	vertical-align: top;
	background-color: #fefefe;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	appearance: none;
}
.form-check-input[type="radio"] {
	padding: 0px;
	margin: 0px;
	width: 21px;
	height: 21px;
	margin-right: 5px;
	border: 1px solid #999;
}
.titre-champs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #044153;
	font-weight: bold;
}

#bloc_form_recherche select.form-select,
#bloc_form_recherche input[type="text"],
#bloc_form_recherche input[type="tel"],
#bloc_form_recherche input[type="email"] {
	border: 0px;
	background-image: none;
	color: #000000;
	margin-left: 40px;
	width: 90%;
	border: 1px solid #999;
}

.align-btn-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.btn img {
	width: 20px;
}

.btn.btn-primary:disabled {
	background-color: #e8e8e8 !important;
	border-color: #e8e8e8 !important;
}

#bloc_avis {
	background-color: #f8f8f8;
}

#bloc_avis_details {
	background-color: #ffffff;
	border: 2px solid #f0f0f0;
	border-radius: 5px;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 4px 2px #f0f0f0;
	box-shadow: 0px 0px 4px 2px #f0f0f0;
	padding: 60px 40px;
}

.note-avis,
#pages_avis {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.note-avis img {
	width: 30px;
	margin-bottom: 30px;
}

.avis-detail {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.avis-point {
	width: 15px;
	height: 15px;
	border-radius: 50px;
	border: 1px solid #044153;
	margin-right: 5px;
	margin-top: 30px;
	cursor: pointer;
}

.avis-point:hover {
	background-color: #044153;
}

.avis-point.avis-en-cours {
	background-color: #9bba04;
	border: 1px solid #9bba04;
}

#bloc_partenaires {
	background-color: #f8f8f8;
	font-size: 20px;
	font-weight: bold;
}

.ligne-logos-partenaires {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ligne-logos-partenaires img {
	height: 50px;
	margin-right: 20px;
}

.footer-container {
	background-color: #044153;
	border-top-left-radius: 120px;
	color: #ffffff;
	font-size: 14px;
}

.baseline {
	margin-bottom: 20px;
}

footer {
	background-color: #f8f8f8;
}

.page-comparateur footer {
	background-color: #ffffff;
}

.footer-container ul,
.footer-container .widget-title {
	font-size: 20px;
	font-family: "Arial";
	font-weight: bold;
}

.copyright-text {
	margin-top: 20px;
}

#bloc_formulaire_contact input[type="text"],
#bloc_formulaire_contact input[type="email"],
#bloc_formulaire_contact input[type="tel"],
#bloc_formulaire_contact textarea {
	padding-left: 0px;
	padding-right: 0px;
	background-color: #044153;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-radius: 0px;
}

#bloc_filtres {
	background-color: #f8f8f8;
	-webkit-box-shadow: 0px 15px 10px -15px #f0f0f0;
	box-shadow: 0px 15px 10px -15px #f0f0f0;
	font-family: "Arial";
	font-weight: bold;
	color: #044153;
}

.titre-bloc-filtres {
	font-size: 30px;
}

.colonne-filtres {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.ligne-checkbox-filtres {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ligne-checkbox-filtres > div {
	margin-right: 10px;
}

#bloc_filtres .form-check-label {
	color: #9bba04;
	text-transform: uppercase;
}

#bloc_filtres .form-check.form-check.align-checkbox {
	width: 75px;
}

#bloc_filtres .form-check-input {
	border: 1px solid #044153;
	width: 15px;
	height: 15px;
}

#bloc_filtres .ligne-detail-filtre {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#bloc_filtres .intitule-filtre {
	width: 200px;
}

ul.list-light-green {
	list-style-image: url("/img/bullet_green.svg");
	line-height: 25px;
}

ul.list-light-green li {
	list-style-image: url("/img/bullet_green.svg");
	line-height: 25px;
	margin-bottom: 10px;
}

.champs-tri-filtre {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.champ-tri {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
}

.champs-tri-filtre .form-select {
	margin-right: 10px;
	background-color: #044153;
	color: #ffffff;
	border: none;
}

#filtrer {
	font-size: 16px;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

#filtrer.filtres-visibles {
	color: #9bba04;
}

@media screen and (max-width: 991px) {
	#navbar_brand {
		display: none;
	}
	.w-100-991 {
		width: 100%;
	}
	.bloc-atouts-left.pt-20 {
		padding-top: 40px !important;
	}
	.ligne-logos-partenaires {
		margin-top: 30px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	h1 {
		margin-top: 30px;
	}
	h2 {
		font-size: 35px;
	}
	#bloc_qui_sommes_nous_photo {
		margin-bottom: 30px;
	}
	.navbar-brand a.bloc-logo .logo-header {
		padding: 10px;
	}
	.titre-bloc-filtres {
		font-size: 24px;
	}
	.main-societes {
		margin-top: 0px;
	}
	.societe-portage,
	.bloc-infos-societe-droite {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.societe-portage {
		border-right: 1px solid #f0f0f0;
		border-left: 1px solid #f0f0f0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-left: 0px;
		margin-right: 0px;
	}
	.bloc-infos-societe1,
	.bloc-infos-societe2,
	.bloc-infos-societe3,
	.bloc-infos-societe-droite {
		width: 100%;
	}
	.bloc-infos-societe2 {
		border-left: none;
		border-right: none;
	}
	.btn-large {
		width: 350px;
	}
	#container_societes,
	#bloc_filtres .container {
		padding: 0px;
		max-width: unset;
	}
	.ligne-info-societe {
		border-bottom: 1px solid #dedede;
	}
	.bloc-infos-societe1,
	.bloc-infos-societe2,
	.bloc-infos-societe3 {
		padding: 20px;
	}
	#liste_conseils {
		padding: 0px;
	}
}

@media screen and (max-width: 767px) {
	.logo-societe {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.bloc-infos-societe {
		margin-top: 20px;
	}
	.row {
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media screen and (max-width: 650px) {
	#bloc_filtres .ligne-detail-filtre {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.colonne-filtres {
		padding: 0px;
	}
}

@media screen and (max-width: 500px) {
	h2 {
		font-size: 28px;
	}
	.col-bloc-recherche {
		padding: 0px;
	}
	#bloc_form_recherche {
		padding: 10px;
	}
	#bloc_form_recherche select.form-select,
	#bloc_form_recherche input[type="text"],
	#bloc_form_recherche input[type="tel"],
	#bloc_form_recherche input[type="email"] {
		width: 88%;
		font-size: 14px;
	}
	.form-select {
		padding: 0.6rem;
	}
	#bloc_intro_photos,
	#bloc_qui_sommes_nous_photo,
	#bloc_atouts_photo {
		height: 300px;
		width: 300px;
	}
	.widget-footer-white a.bloc-logo .logo-header {
		height: 25px;
	}
	#container_societes {
		padding: 0px;
	}
	.societe-portage {
		padding: 0px;
	}
	.bloc-infos-societe1,
	.bloc-infos-societe2,
	.bloc-infos-societe3 {
		padding: 10px;
	}
	.btn-large {
		width: 300px;
	}
	.champs-tri-filtre,
	.champs-tri-filtre .form-select,
	#filtrer {
		font-size: 14px;
	}
	.champs-tri-filtre {
		padding-left: 0px;
	}
	#container_societes,
	#bloc_filtres .container {
		padding: 10px;
	}
}

@media screen and (max-width: 370px) {
	.widget-footer-white a.bloc-logo .logo-header {
		height: 26px;
		margin-bottom: 20px;
	}
	#bloc_intro_photos,
	#bloc_qui_sommes_nous_photo,
	#bloc_atouts_photo {
		height: 280px;
		width: 280px;
	}
}

/* liste conseil */
ul.conseils {
	counter-reset: index;
	padding: 0;
}

ul.conseils li {
	counter-increment: index;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul.conseils li::before {
	content: counters(index, ".", decimal-leading-zero);
	font-size: 1.5rem;
	text-align: right;
	font-weight: bold;
	min-width: 50px;
	padding-right: 12px;
	font-variant-numeric: tabular-nums;
	-ms-flex-item-align: start;
	align-self: flex-start;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#044153), to(#9bba04));
	background-image: linear-gradient(to bottom, #044153, #9bba04);
	background-attachment: fixed;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

ul.conseils li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

label {
	cursor: pointer;
}

/* loader */
.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-roller div {
	-webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	-webkit-transform-origin: 40px 40px;
	transform-origin: 40px 40px;
}

.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
	-webkit-animation-delay: -0.036s;
	animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}

.lds-roller div:nth-child(2) {
	-webkit-animation-delay: -0.072s;
	animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}

.lds-roller div:nth-child(3) {
	-webkit-animation-delay: -0.108s;
	animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}

.lds-roller div:nth-child(4) {
	-webkit-animation-delay: -0.144s;
	animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}

.lds-roller div:nth-child(5) {
	-webkit-animation-delay: -0.18s;
	animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}

.lds-roller div:nth-child(6) {
	-webkit-animation-delay: -0.216s;
	animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}

.lds-roller div:nth-child(7) {
	-webkit-animation-delay: -0.252s;
	animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}

.lds-roller div:nth-child(8) {
	-webkit-animation-delay: -0.288s;
	animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}

@-webkit-keyframes lds-roller {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes lds-roller {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.loader_results {
	font-size: 18px;
}

.accepter-cgu {
	margin-top: 20px;
}

.etape-suivante {
	margin-top: 30px;
}

#loading {
	color: #fff;
	text-align: center;
	margin: 10px auto;
}

.conditions-simulateur {
	font-size: 12px;
	border-bottom: 1px solid #9bba04;
	border-top: 1px solid #9bba04;
	padding: 10px 0px;
}

.conditions-simulateur span {
	font-size: 14px;
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px;
	border-bottom: none;
	background-color: #044153;
	color: #ffffff;
}

.modal-title {
	color: #ffffff;
}

.modal-header button.close {
	border-radius: 3px;
	border: none;
	color: #ffffff;
	font-weight: bold;
	background-color: #044153;
}

.ratings2 {
	display: inline-block;
	position: relative;
	width: 5rem;
	height: 0.8rem;
	font-size: 0.9rem;
	line-height: 1;
}

.ratings2:before {
	color: rgba(38, 43, 50, 0.1);
}
/*
.ratings2:after,
.ratings:before {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
  color: #1285a1;
  content: "\2605\2605\2605\2605";
  overflow: hidden;
}*/

#div_confiance {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 20px;
	background-color: #044153;
	color: #fff;
	-webkit-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
	box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
}

#div_confiance_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#div_confiance_content img {
	margin: 0px 30px 0px 0px;
	max-width: 300px;
}

#div_confiance_content span.titre {
	font-weight: bold;
	font-size: 18px;
}

@media screen and (max-width: 991px) {
	#div_confiance_content img {
		display: none;
	}
	#div_confiance_content {
		font-size: 0.8em;
		line-height: 14px;
	}
	#div_confiance_content span.titre {
		line-height: 20px;
	}
	#div_confiance {
		padding: 20px 10px;
	}
}

#div_reassurance,
#div_reassurance td {
	font-size: 13px;
	background-color: #9bba0444;
	padding: 5px;
	width: 100%;
	font-weight: bold;
	margin-bottom: 30px;
	color: #000;
}

#suite_recherche,
#voir_societes {
	background-color: #044153;
	border-color: #044153;
}

#div_reassurance table {
	width: 100%;
	text-align: left;
}

#div_reassurance img {
	width: 36px;
	margin-right: 36px;
}

#div_reassurance span.mentions {
	font-size: 11px;
	color: #999;
	font-weight: normal;
}

#div_confiance .close:before {
	content: "✕";
	font-size: 20px;
}

#div_confiance .close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	margin: 2px 10px;
}

#screenshot {
	width: 80%;
}

@media screen and (max-width: 991px) {
	#screenshot {
		width: 100%;
		margin-bottom: 20px;
	}
}

table.dataTable tbody th,
table.dataTable tbody td,
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
	padding: 0px 4px !important;
}

table.dataTable {
	font-size: 11px;
}

img.index-logo {
	width: 80px;
	margin: 0 auto;
}

table#logos {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 80%;
}

table#logos td {
	width: 20%;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width: 550px) {
	img.index-logo {
		width: 45px;
	}
}

.progressbar-wrapper {
	background-color: #dfe6e9;
	color: white;
	border-radius: 15px;
	width: 100%;
}

.progressbar {
	/*background-color: #dfe6e9;*/
	color: white;
	padding: 2px 10px;
	text-align: right;
	font-size: 16px;
	border-radius: 15px;
}

.progressbar[title="avancement"] {
	background-color: #1c9bac;
}

@media screen and (max-width: 600px) {
	.ligne-titre-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.progressbar-wrapper {
		margin-top: 10px;
	}
	.progressbar-wrapper {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 900px) {
	table#logos {
		margin-top: 0px;
		width: 100%;
	}
	div.ligne-titre-form > h3 {
		margin-bottom: 5px !important;
	}
	.progressbar-wrapper {
		margin-bottom: 15px !important;
	}
}

.form-select {
	padding: 0.4rem 2rem 0.4rem 0.5rem;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
	padding: 0.5rem 0.5rem !important;
}

#actualites_liste {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}

#actualites_liste > a {
	margin: 20px;
}

.actualite-card {
	background: #ffffff;
	-webkit-box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.209);
	box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.209);
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 24px;
	max-width: 380px;
	text-decoration: none;
	color: #000;
}

.actualite-card h2 {
	font-size: 18px;
	font-weight: bold;
}

.actualite-card div.publication {
	color: #ccc;
	margin-top: 10px;
}

h2.titre-dashboard {
	font-size: 1.5rem;
	margin-top: 20px;
}

.dashboard-indicateurs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 30px;
	cursor: pointer;
}

.dashboard-indicateur {
	border: 3px solid #044153;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 290px;
}

.dashboard-indicateur-gauche {
	background-color: #044153;
	color: #fff;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 16px;
	width: 190px;
}

.dashboard-indicateur-droite {
	color: #044153;
	padding: 10px 30px;
	font-weight: bold;
	font-size: 16px;
}

.dashboard-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
}

.pastille {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 0 auto;
}

.pastille.pastille-verte {
	background-color: #008000;
}

.pastille.pastille-rouge {
	background-color: #dc143c;
}

.picto_titre {
	font-weight: bold;
	font-size: 20px;
	color: #044153;
}

.picto_image {
	width: 50px;
	margin-top: 30px;
}

.picto_bloc {
	margin-top: 0px;
	margin-bottom: auto;
}

ul.liste-numerotee {
	counter-reset: list-number;
	list-style: none;
	padding-left: 0px;
}

ul.liste-numerotee li:before {
	counter-increment: list-number;
	content: counter(list-number);
}

ul.liste-numerotee li {
	margin-bottom: 12px;
}

ul.liste-numerotee li::before {
	content: counter(list-number) ". ";
	color: black;
	font-weight: bold;
	font-size: 16px;
}

.actualite {
	font-family: Arial, Helvetica, sans-serif;
}

.actualite h2 {
	font-size: 30px;
}

.actualite h3 {
	margin-top: 20px;
}

.table_article td {
	padding: 5px 10px;
}

#graphs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}
#logo_societe {
	max-width: 100px;
	margin-bottom: 30px;
}
#emplacement-video,
#attente-video {
	height: 310px;
	width: auto;
}
@media screen and (max-width: 600px) {
	#emplacement-video,
	#attente-video {
		height: 200px;
		width: auto;
		margin-bottom: 50px;
	}
}
div.tarifs {
	display: flex;
}
@media screen and (max-width: 600px) {
	div.tarifs {
		flex-direction: column;
	}
	div.tarifs .tarif-col1 {
		width: 80%;
	}
	div.tarifs .tarif-col1,
	div.tarifs .tarif-col2,
	div.tarifs .tarif-col3,
	div.tarifs .tarif-col4 {
		margin-left: 40px;
	}
}
.tjm-details {
	display: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}
#CA_estime_mois {
	border-radius: 0.4rem !important;
}
.div-tarif-ou > div {
	text-align: center;
	margin-bottom: 8px;
	color: #044153;
	font-weight: bold;
}
@media screen and (max-width: 600px) {
	.div-tarif-ou > div {
		margin-bottom: 0px;
		text-align: left;
	}
	.div-tarif-ou {
		padding: 0px;
	}
}
table tbody tr:hover > td,
table tbody tr:hover > th {
	background-color: #ffffff00 !important;
}
/*# sourceMappingURL=custom.css.map */

img.custom-logo {
	width: 240px !important;
	max-width: 240px !important;
}

ul#menu-primary-menu a {
	color: #044153 !important;
	font-size: 15px;
	font-weight: 700;
	font-family: "Arial", sans-serif;
}
ul#menu-primary-menu a:hover {
	color: #9bba04 !important;
}

@media (min-width: 1200px) {
	.site-header .header-inner,
	.site-header:not(.dynamic-header),
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	body:not([class*="elementor-page-"]) .site-main,
	.page-header .entry-title {
		max-width: 1600px;
	}
}
button,
[type="submit"],
[type="button"] {
	background-color: #044153;
	color: #fff;
	border: 1px solid #044153;
}

button:hover,
button:focus,
[type="submit"]:hover,
[type="submit"]:focus,
[type="button"]:hover,
[type="button"]:focus {
	background-color: #000000;
	text-decoration: none;
}
.lien,
a {
	color: #044153;
}
h2.wp-block-post-title {
}

h2.wp-block-post-title a {
	text-decoration: none !important;
	font-size: 24px;
}
table th,
table td {
	border: none !important;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
	background-color: #ffffff00 !important;
}
.site-header {
	padding: 0px 5px !important;
}
.header-inner {
	margin-top: 10px;
	margin-bottom: 10px;
}
@media (min-width: 1400px) {
	.site-header .header-inner,
	.site-header:not(.dynamic-header),
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	body:not([class*="elementor-page-"]) .site-main,
	.page-header .entry-title {
		max-width: 1300px !important;
	}
}
.site-navigation ul.menu {
	margin-top: auto !important;
	margin-bottom: auto !important;
}
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1300px !important;
}
main#content {
	margin-top: 30px !important;
}
#wpadminbar a {
	color: #ffffff !important;
}

/**
* actualité
*/
.actus-bloc-header {
	margin-left: 40%;
	margin-right: 10%;
	margin-top: 20px;
	margin-bottom: 50px;
}

.actu-header-droite {
	box-sizing: border-box;
	padding: 24px;
	background-color: #ffffff;
	border: 1px solid #f3f3f6;
	box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.actu-etiquette-categorie {
	border: 1px solid #044153;
	border-radius: 55px;
	padding: 10px 20px;
	font-size: 12px;
	margin-bottom: 10px;
}
.actu-etiquette-categorie:hover {
	background-color: #9bba04;
	color: #fff;
	cursor: pointer;
}

.actu-etiquette-categorie.active {
	background-color: #9bba04;
	color: #fff;
	border-color: #9bba04;
}
#actus-liste,
#zen-liste {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

@media only screen and (max-width: 1000px) {
	#actus-liste,
	#zen-liste {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 768px) {
	#actus-liste,
	#zen-liste {
		grid-template-columns: repeat(1, 1fr);
	}

	.actus-bloc-header {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 20px;
		margin-bottom: 50px;
	}

	.actu-header-droite {
		margin-top: -50px;
		width: 80%;
	}
}
.actu-card,
.zen-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	background: #ffffff;
	box-shadow: 4px 2px 10px rgb(0 0 0 / 10%);
	border-radius: 10px;
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 1;
	max-width: 100%;
	align-content: space-around;
}
.actu-card:hover,
.zen-card:hover {
	box-shadow: 8px 4px 15px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.actu-card h2 {
	font-size: 18px !important;
	margin-top: 0px;
	margin-bottom: 12px;
	margin-right: 16px;
	font-weight: 900 !important;
}

.zen-card h2 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 12px;
	margin-right: 16px;
}

.actu-card .carte-padding,
.zen-card .carte-padding {
	padding: 24px;

	display: flex;
	flex-direction: column;
	height: 80%;
}

.actu-card .actu-card-categorie-date {
	display: flex;
}

.actu-card-categorie-date {
	width: 100%;
	justify-content: space-between;
	margin-bottom: 10px;
}

.actu-card-categorie-date .liste-categories-article {
	display: flex;
	flex-wrap: wrap;
}

.actu-card-categorie {
	border: 1px solid #044153;
	border-radius: 50px;
	padding: 0px 10px;
	font-size: 12px;
	color: #2c3449;
	line-height: 34px;
}

.actu-card-categorie {
	margin-right: 5px;
}

.actu-lien-article {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: rgba(49, 49, 49, 0.5);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M9.129 5.25L5.106 1.227L6.1665 0.166504L12 6L6.1665 11.8335L5.106 10.773L9.129 6.75H0V5.25H9.129Z' fill='%23044153'/%3E%3C/svg%3E") !important;
	padding-right: 48px;
	background-position: right 22px center;
	background-repeat: no-repeat;
	color: #044153;
	margin-top: auto;
	width: fit-content;
}

.actu-card-date {
	font-size: 14px;
	text-align: right;
	width: fit-content;
	padding-left: 5px;
	margin-top: 0.5rem;
	font-weight: 600;
}

.actu-card .img-carte-actu,
.zen-card .img-carte-zen {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	height: 240px;
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
figure.wp-block-table {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
}
#content .wp-block-button__link {
	background-color: #9bba04;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-bottom: 50px;
}
.wp-block-button__link {
	display: inline-block;
}
#content .wp-block-button__link:hover {
	background-color: #044153;
	color: #fff;
}
.site-navigation-dropdown ul#menu-primary-menu li.current-menu-item a {
	color: white !important;
	background: #044153 !important;
	box-shadow: 0px 5px 26px -3px #000000;
}
@media screen and (max-width: 768px) {
	.site-header {
		position: fixed;
		left: 0px;
		right: 0px;
		z-index: 999999;
		top: 0px;
	} /*
  .content-wrapper {
    margin-top: 50px;
  }*/
}
.comparateur_enfants {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	padding: 10px;
	margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
	.comparateur_enfants {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media screen and (max-width: 728px) {
	.comparateur_enfants {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 500px) {
	.comparateur_enfants {
		grid-template-columns: 1fr;
	}
}

.comparateur_enfant {
	border: 1px solid #f3f3f6;
	box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background-color: #f8f8f8;
	cursor: pointer;
	display: flex;
	flex-direction: column;
}

.comparateur_enfant:hover {
	box-shadow: 8px 4px 15px rgba(0, 0, 0, 0.3);
}
.comparateur_enfant .photo {
	background-size: cover;
	height: 250px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.comparateur_enfant .contenu {
	padding: 15px;
}

.comparateur_enfant h2 {
	color: #044153;
	font-size: 18px !important;
	font-weight: bold !important;
}
.comparateur_enfant .lien {
	background-color: #9bba04;
	padding: 15px;
	padding: 5px 10px;
	color: #044153;
	border-radius: 5px;
	margin-top: auto;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	width: fit-content;
}

.comparateur_enfant .lien:hover {
	background-color: #044153;
	color: #ffffff;
}
.bloc_encart_comparateur_function {
	background-color: #044153;
	color: #ffffff;
	border-radius: 10px;
	padding: 15px;
	text-align: center;
	max-width: 500px;
	margin: 26px auto 26px auto;
}
.bloc_encart_comparateur_function .titre {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 16px;
}
.bloc_encart_comparateur_function .lien-div {
	margin-top: 16px;
	margin-bottom: 10px;
}
.bloc_encart_comparateur_function .lien {
	padding: 10px 20px;
	background-color: #9bba04 !important;
	text-decoration: none;
	color: #ffffff;
	border-radius: 20px;
	font-family: Arial !important;
}
.bloc_encart_comparateur_function .lien:hover {
	background-color: #1285a1 !important;
	border-color: #1285a1 !important;
}
.page-template-page_homepage {
	width: 100%;
}
@media screen and (max-width: 768px) {
	/*
  body.page-template-page_homepage {
    margin-top: 70px;
  }*/
	body.page-template-default main#content,
	body.page-template-page_articles main#content {
		margin-top: 80px !important;
	}
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}
.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}
.modal.show .modal-dialog {
	transform: none;
}
.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}
.modal-dialog-scrollable {
	height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}
.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 0 solid rgba(0, 0, 0, 0.2);
	border-radius: 0.4rem;
	box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: rgba(30, 34, 40, 0.9);
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: 1;
}
.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 2.5rem 2.5rem;
	border-bottom: 0 solid #cacaca;
	border-top-left-radius: 0.4rem;
	border-top-right-radius: 0.4rem;
}
.modal-header .btn-close {
	padding: 1.25rem 1.25rem;
	margin: -1.25rem -1.25rem -1.25rem auto;
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.7;
}
.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 2.5rem;
}
.modal-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	padding: 2.25rem;
	border-top: 0 solid #cacaca;
	border-bottom-right-radius: 0.4rem;
	border-bottom-left-radius: 0.4rem;
}
.modal-footer > * {
	margin: 0.25rem;
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 560px;
		margin: 1.75rem auto;
	}
	.modal-dialog-scrollable {
		height: calc(100% - 3.5rem);
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	.modal-content {
		box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.04);
	}
	.modal-sm {
		max-width: 450px;
	}
}
@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}
@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}
.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0;
}
.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}
.modal-fullscreen .modal-header {
	border-radius: 0;
}
.modal-fullscreen .modal-body {
	overflow-y: auto;
}
.modal-fullscreen .modal-footer {
	border-radius: 0;
}
@media (max-width: 575.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-md-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 991.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 1399.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0;
	}
}

.modal .btn-close {
	position: absolute;
	top: 0.7rem;
	right: 0.7rem;
}
.modal.fade.modal-bottom-center .modal-dialog {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
@media (min-width: 576px) {
	.modal.fade.modal-bottom-center .modal-dialog {
		margin: 1.75rem auto;
	}
}
@media (max-width: 767.98px) {
	.modal.fade.modal-bottom-center .modal-dialog {
		width: calc(100% - 1rem);
	}
}
.wp-block-buttons {
	margin-bottom: 50px;
}

@media (min-width: 1200px) {
	body.page-template-page-article .col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 800px;
		margin: 0 auto;
	}
}
.page-template-page-article .photo {
	height: 500px;
	background-size: cover;
}
.page-template-page-article .titre {
	background-color: #044153;
	border-radius: 8px;
}
.page-template-page-article .titre h1 {
	color: #fff;
}
.page-template-page-article .contenu {
	margin-top: 30px;
	padding-bottom: 50px;
}
.page-template-page-article table {
	border: 2px solid #044153;
}
.page-template-page-article th {
	background-color: #044153;
	color: #fff;
}
.page-template-page-article td {
	border: 1px solid #044153 !important;
}

.page-template-page-article tr td:nth-child(1) {
	background-color: #04415333 !important;
}
.page-template-page-article h2 {
	margin-top: 50px;
}

div.auteur {
	background-color: #04415333 !important;
	border-radius: 10px;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 50px;
}
div.auteur img {
	height: 40px !important;
	width: auto;
}
div.auteur-nom {
	font-size: 12px;
	margin-top: 5px;
}

div.auteur .biographie {
	margin-top: 12px;
	font-size: 12px;
}
div.auteur div.author_links {
	margin-top: 30px;
}
div.auteur div.author_links a {
	margin-top: 20px;
	color: #044153 !important;
	font-size: 13px;
}
div.bloc-meilleur-portage {
	border-radius: 10px;
	padding: 15px;
	margin-top: 32px;
	position: relative;
	margin-bottom: 30px;
}
div.bloc-meilleur-portage-bleu {
	background-color: #04415322 !important;
	border: 2px solid #044153;
}

div.bloc-meilleur-portage-bleu strong.bloc-meilleur-portage-titre {
	border: 1px solid #044153;
	background-color: #044153;
}
div.bloc-meilleur-portage-vert {
	background-color: #007f0e22 !important;
	border: 2px solid #007f0e;
}
div.bloc-meilleur-portage-vert strong.bloc-meilleur-portage-titre {
	border: 1px solid #007f0e;
	background-color: #007f0e;
}

div.bloc-meilleur-portage-rouge {
	background-color: #c4000022 !important;
	border: 2px solid #c40000;
}
div.bloc-meilleur-portage-rouge strong.bloc-meilleur-portage-titre {
	border: 1px solid #c40000;
	background-color: #c40000;
}
div.bloc-meilleur-portage-jaune {
	background-color: #ff6a0022 !important;
	border: 2px solid #ff6a00;
}
div.bloc-meilleur-portage-jaune strong.bloc-meilleur-portage-titre {
	border: 1px solid #ff6a00;
	background-color: #ff6a00;
}
strong.bloc-meilleur-portage-titre {
	position: absolute;
	top: -15px;
	padding: 5px 10px;
	border-radius: 13px;
	color: #fff;
	left: 14px;
}
.wp-block-buttons-is-layout-flex {
	display: block !important;
}
.wp-block-buttons-is-layout-flex > div.wp-block-button {
	text-align: center;
}

#send_validation {
	font-size: 20px;
	width: 200px;
}
.code-sms-etape {
	background-color: #9bba04;
	border-radius: 50%;
	padding: 6px 8px;
	color: #fff;
	width: 34px;
	height: 34px;
	text-align: center;
}
.code-sms-etapes {
	width: 300px;
	margin-top: 15px;
}
.code-sms-etapes td {
	padding: 10px;
}
.phrase-economisez1,
.phrase-economisez2 {
	color: #ff6a00;
	font-size: 22px;
	margin-bottom: 0px;
}
.phrase-economisez2 {
	font-size: 12px;
	margin-bottom: 30px;
}

.font-color-orange {
	color: #ff6a00;
}

.bloc-CTA-vert {
	display: flex;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #9bba04;
	margin-left: -30px;
	margin-right: -30px;
}

.bloc-CTA-vert .btn,
.bloc-CTA .btn {
	font-size: 1.2rem;
}

@media screen and (max-width: 500px) {
	.bloc-CTA-vert {
		margin-left: -10px;
		margin-right: -10px;
	}
}

.align-btn-center {
	display: flex;
	justify-content: center;
}

/* burger */
[class*=" eicon-"],
[class^="eicon"] {
	display: inline-block;
	font-family: eicons;
	font-size: inherit;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.eicon-menu-bar:before {
	content: "\e816";
}

.bloc-carte .trumbowyg-box .trumbowyg-editor {
	background-color: #ffffff;
}

.bloc-carte .trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
	display: none;
}

.bloc-carte .carte-infos.lien a {
	color: #0079e3;
	font-style: italic;
}

.bloc-carte .carte-infos .form-check.align-checkbox .form-check-input {
	padding: 0px;
}

.bloc-carte .carte-infos .form-check.align-checkbox .form-check-input {
	margin-top: 10px;
	width: 15px;
	height: 15px;
}
ul#menu-primary-menu .telephone-menu a {
	color: #9bba04 !important;
}
div#telephone-sticky {
	border-radius: 50%;
	background-color: #9bba04;
	width: 80px;
	height: 80px;
	right: 50px;
	bottom: 50px;
	float: right;
}
div#telephone-sticky img {
	width: 40px;
	margin: 20px;
}

@media screen and (max-width: 768px) {
	#telephone-sticky {
		position: sticky;
	}
}
@media screen and (min-width: 769px) {
	#telephone-sticky {
		display: none;
	}
}
input[type="number"].input_priorite {
	border: 1px solid grey;
	padding: 5px !important;
	width: 50px !important;
}
#menu_header {
	background-color: #0079e3;
	padding: 10px;
	color: #fff;
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
}
#menu_header div.logo {
	font-weight: 700;
	font-size: 24px;
	margin-left: 10px;
}
#menu_header div.login {
	margin-left: auto;
	width: auto;
}
#menu_header div.lien_deconnexion {
	width: 150px;
	text-align: right;
}

#menu_header div.lien_deconnexion > a {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 15px;
	padding: 5px 10px;
}
#menu_header div.lien_deconnexion > a:hover {
	background-color: #fff;
	color: #0079e3;
}
.contenu_page {
	display: flex;
	height: 100%;
}
.contenu_page nav {
	background-color: #efefef;
	border-right: 1px solid #ababab;
	padding: 20px;
	width: 200px;
	display: flex;
	flex-direction: column;
}

.contenu_page > section {
	padding: 30px;
	width: 100%;
}

.contenu_page nav li {
	list-style: none;
}
.contenu_page nav ul {
	padding-left: 0px !important;
}
.contenu_page nav ul a:hover {
	color: #0079e3;
	text-decoration: underline;
}
input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
}
.dataTables_length {
	display: none;
}
.input_voir {
	background-color: #0079e3;
	color: #fff;
	padding: 2px 10px;
	border-radius: 10px;
}
#dropcontact_credits_left,
#datagma_credits_left,
#proxycurl_credits_left {
	font-size: 24px;
}
#dropcontact_credits_left_label,
#datagma_credits_left_label,
#proxycurl_credits_left_label {
	font-size: 11px;
}
#dropcontact_credits_left_div,
#datagma_credits_left_div,
#proxycurl_credits_left_div {
	margin-top: 100px;
}
table.dataTable.display {
	border-bottom: none !important;
}
.enrichissement {
	margin-bottom: 18px;
	padding: 8px;
	border-bottom: 1px solid #dedede;
}
input[type="button"] {
	background-color: #0079e3;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #0079e3;
}
input[type="button"]:hover {
	border: 1px solid #000000;
}
input[type="button"].input_supprimer {
	background-color: #e3001a;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #e3001a;
}
input[type="button"].input_supprimer :hover {
	border: 1px solid #9f0013;
}
.enrichir_entreprise_loader,
.enrichir_contacts_loader,
.enrichir_nouveaux_contacts_loader,
.refresh_entreprises_loader {
	width: 24px;
	height: 24px;
	border: 5px solid #0079e3;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
	margin-right: 8px;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.enrichir_entreprise_div,
.enrichir_contacts_div,
.enrichir_nouveaux_contacts_div,
.refresh_entreprises_div {
	color: #0079e3;
	margin-top: 8px;
	display: flex;
	margin-bottom: 24px;
}
#enrichir_entreprise {
	margin-top: 8px;
}
#enrichir_contacts {
	margin-top: 8px;
}
#div_confirmation_content {
	background-color: #02b0003b;
	padding: 8px;
	margin-top: 8px;
	width: fit-content;
	border: 1px solid #02b000;
}
.enrichissement_nouveau {
	background-color: #02b0003b;
	width: fit-content;
	border: 1px solid #02b000;
	padding: 6px;
	margin-bottom: 16px;
}
.form-floating > label {
	padding: 7px 9px !important;
}
table.dataTable tfoot input[type="text"] {
	padding: 4px 6px !important;
	font-size: 12px;
	border-radius: 0px;
}
