@charset "UTF-8";

body.mb-body {
	margin-bottom: 50px;
}

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: #ff5381;
}

.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;
}

.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: #ff5381;
}

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

.navbar-brand a.bloc-logo .logo-header {
	height: 80px;
	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: #ff5381;
}

button.hamburger {
	color: #ff5381;
}

#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: #ff5381;
	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: #ff5381;
	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 #ff5381;
	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: #ff5381;
	font-weight: bold;
}

#passer_budget_illimite {
	color: #ff5381;
	font-style: italic;
}

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

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,
#table3_filter {
	display: none;
}

.DTTT_button_print {
	display: none !important;
}

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

.btn.btn-light-primary {
	color: #ff5381;
	background-color: #FFE5EC;
	border-color: transparent;
}

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

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

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

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

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

.picto_moyen {
	width: 20px;
}

/* 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;
}

.btn-large {
	width: 100%;
}

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

.btn-bleu-fonce {
	border-color: #ff5381;
	background-color: #ff5381;
	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;
}

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

.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;
}

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

.info-avantage {
	font-weight: normal;
}

.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;
}

.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/mister-portage-theme/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;
}

.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.uppercase {
	text-transform: uppercase;
	font-weight: 600;
}

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

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

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

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

.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;
}

.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: #ff5381;
	font-weight: bold;
}

#modale_obtenir_infos select.form-select,
#modale_obtenir_infos input[type="tel"] {
	height: 42px;
	margin-top: 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"] {
	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;
}

#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 #ff5381;
	margin-right: 5px;
	margin-top: 30px;
	cursor: pointer;
}

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

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

#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: #ff5381;
	border-top-left-radius: 120px;
	color: #ffffff;
	font-size: 14px;
}

.baseline {
	margin-bottom: 20px;
}

#body_page_comparateur footer,
#body_page_code_promo 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: #ff5381;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-radius: 0px;
}

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;
}

@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;
	}
	.main-societes {
		margin-top: 0px;
	}
	.societe-portage {
		-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;
	}
	.btn-large {
		width: 350px;
	}
	#liste_conseils {
		padding: 0px;
	}
}

@media screen and (max-width: 767px) {
	.row {
		margin-left: 0px;
		margin-right: 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;
	}
	.societe-portage {
		padding: 0px;
	}
	.btn-large {
		width: 300px;
	}

	#container_societes {
		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: #ff5381;
	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;
}

.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: #ffffff;
	color: #ffffff;
}

h5.modal-title {
	color: #ffffff;
	margin-top: 0px;
}

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

.ratings2 {
	display: inline-block;
	position: relative;
	height: 0.8rem;
	font-size: 2rem;
	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: #ff5381;
	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;
}

#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 #ff5381;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 290px;
}

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

.dashboard-indicateur-droite {
	color: #ff5381;
	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: #ff5381;
}

.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;
	}
}

/* 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;
}

table tbody tr:hover > td,
table tbody tr:hover > th {
	background-color: #ffffff00 !important;
}
/*# sourceMappingURL=custom.css.map */

ul#menu-primary-menu a {
	color: #1e1e1e !important;
	font-size: 16px;
	font-weight: 400;
}
ul#menu-primary-menu a:hover {
	color: #3d1eac !important;
}
.site-header:not(.header-stacked) .header-inner .site-navigation {
	max-width: 90% !important;
}
li.header-cta-tel {
	word-wrap: break-word;
	border: 1px solid #4e26df;
	border-radius: 8px;
	background-color: #4e26df;
}

.site-navigation-dropdown ul.menu li.header-cta-tel a,
.site-navigation-dropdown ul.menu li.header-cta-comparer a {
    background: unset;
}

ul#menu-primary-menu li.header-cta-tel a {
	color: #ffffff !important;
	font-size: 16px;
	font-family: Inter;
	font-weight: 600;
	word-wrap: break-word;
}

ul#menu-primary-menu li.header-cta-tel:hover {
	background-color: #3203dc;
}
ul#menu-primary-menu li.header-cta-tel a:hover {
	color: #ffffff !important;
}

ul#menu-primary-menu li.header-cta-tel svg {
	width: 15px;
    margin-right: 8px;
}

ul#menu-primary-menu li.header-cta-comparer {
	word-wrap: break-word;
	background-color: #ff5381;
	border-radius: 8px;
	margin-left: 16px;
	border: 1px solid #ff5381;
}

ul#menu-primary-menu li.header-cta-comparer:hover {
	border: 1px solid #cb4267;
	background-color: #cb4267;
	color: #ffe5ec !important;
}

ul#menu-primary-menu li.header-cta-comparer a,
li.header-cta-comparer a:hover {
	color: #ffe5ec !important;
}

.site-header .header-inner .header-cta-tel-resp {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.site-header .header-inner .header-cta-tel-resp a {
	white-space: nowrap;
	border: 1px solid #ff5381;
	border-radius: 8px;
	background-color: #ff5381;
	padding:10px 18px;
	color:#ffffff;
	margin-right:20px;
	width:fit-content;
	display:flex;
	align-items: center;
	justify-content: center;
}

.site-header .header-inner .header-cta-tel-resp a img {
	width:16px;
	margin-right:10px;
}

@media (max-width: 768px) {
	.site-navigation-toggle-holder {
        max-width: fit-content;
    }
}

.site-navigation-toggle-holder {
        display: flex !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: #ff5381;
	color: #fff;
	border: 1px solid #ff5381;
}

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: #ff5381;
}
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;
}
@media only screen and (max-width: 768px) {
	.actus-bloc-header {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 20px;
		margin-bottom: 50px;
	}

	.actu-header-droite {
		margin-top: -50px;
		width: 80%;
	}
}

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: #ff5381;
	color: #fff;
}
.site-navigation-dropdown ul#menu-primary-menu li.current-menu-item a {
	color: white !important;
	background: #ff5381 !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: #ff5381;
	font-size: 18px !important;
	font-weight: bold !important;
}
.comparateur_enfant .lien {
	background-color: #9bba04;
	padding: 15px;
	padding: 5px 10px;
	color: #ff5381;
	border-radius: 5px;
	margin-top: auto;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	width: fit-content;
}

.comparateur_enfant .lien:hover {
	background-color: #ff5381;
	color: #ffffff;
}
.bloc_encart_comparateur_function {
	background-color: #ff5381;
	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: 0.5rem 0.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: 1.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-large {
		max-width: 800px;
		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: #ff5381;
	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 #ff5381;
}
.page-template-page-article th {
	background-color: #ff5381;
	color: #fff;
}
.page-template-page-article td {
	border: 1px solid #ff5381 !important;
}

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

div.auteur {
	background-color: #ff5381 !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: #ff5381 !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: #ff5381 !important;
	border: 2px solid #ff5381;
}

div.bloc-meilleur-portage-bleu strong.bloc-meilleur-portage-titre {
	border: 1px solid #ff5381;
	background-color: #ff5381;
}
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;
}

.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: #ff5381;
	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;
	}
}

/* page code promo */

#body_page_code_promo .container {
	padding-top: 30px;
	padding-bottom: 60px;
}

#body_page_code_promo .conditions {
	font-style: italic;
	font-weight: bold;
	margin-top: 30px;
}

#body_page_code_promo .intro {
	color: #4e26df;
	font-weight: bold;
	margin-bottom: 10px;
}

#body_page_code_promo #code_promo,
#body_page_code_promo .code-promo {
	color: #ff5381;
	font-weight: bold;
}

#body_page_code_promo #remise,
#body_page_code_promo .nom-societe {
	font-weight: bold;
}

#codes_promo_additionnels ul li {
	margin: 20px 0px;
}

/* revue BO */

.color-non {
	background-color: #f28c28;
	color: #000;
	border-radius: 3px;
	padding: 6px;
	margin: 3px;
}

.color-oui {
	background-color: #32de84;
	color: #000;
	border-radius: 3px;
	padding: 6px;
	margin: 3px;
}

.color-apport-valide {
	background-color: #097969;
	color: #ffffff;
	border-radius: 3px;
	padding: 6px;
	margin: 3px;
}



/*nouvelle version*/

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

.heading {
	color: #1e1e1e;
	font-size: 32px;
	font-family: "Inter";
	font-weight: 700;
}

.subheading {
	color: #757575;
	font-size: 20px;
	font-family: "Inter";
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 10px;
}

.titre-h1 {
	color: #190c48;
	font-size: 48px;
	font-family: "Inter";
	font-weight: 700;
}

@media screen and (max-width: 700px) {
	.heading {
		font-size: 24px;
	}

	.subheading {
		font-size: 16px;
	}

	.titre-h1 {
		color: #190c48;
		font-size: 30px;
		font-family: "Inter";
		font-weight: 700;
	}

	.bloc-top-articles .titre-h1,
	.bloc-top-societes .titre-h1 {
		font-size: 48px;
	}
}

.btn {
	padding: 8px 12px;
	font-family: "Inter";
}

.btn.btn-primary {
	color: #ffe5ec;
	background-color: #ff5381;
	border-color: #ff5381;
}

.btn.btn-primary:hover {
	color: #ff5381;
	background-color: #ffe5ec;
	border-color: #ffe5ec;
}

.btn.btn-primary:disabled {
	color: #ff789c;
	background-color: #ff9db7;
	border-color: #ff9db7;
}

div a,
.elementor a {
	color: #3d1eac;
}

div a:hover,
.elementor a:hover {
	color: #ff5381;
}

.small-width-content {
	max-width: 768px;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.small-width-content {
		margin: 0px 20px;
	}
}

.color-pink {
	color: #ff5381;
}

/*pages Elementor*/

.caroussel-logos img {
	max-width: 270px;
	max-height: 60px;
	filter: grayscale(100%);
}

.elementor-section.elementor-section-boxed.largeur-768 > .elementor-container {
	max-width: 768px !important;
}

.titre-surligne {
	background: linear-gradient(transparent 20%, #c6b9f4 20%);
	display: inline-block;
	padding-bottom: 0;
}

.elementor .lien-avec-fleche a {
	padding-right: 48px;
	background-position: right 22px center;
	background-image: url("/wp-content/themes/mister-portage-theme/assets/img/arrow_right_purple.svg") !important;
	background-repeat: no-repeat;
	text-decoration: none;
}

.elementor .lien-avec-fleche a:hover {
	background-image: url("/wp-content/themes/mister-portage-theme/assets/img/arrow_right_pink.svg") !important;
}

.elementor .responsive-reverse.elementor-section .elementor-container {
	flex-wrap: wrap-reverse;
}

.btn-pleine-largeur a.elementor-button {
	width: 100%;
}

/* fil d'ariane*/
body.page-template-default div.yoast-breadcrumbs,
body.page-template-default li.breadcrumbs-li {
	margin-bottom: 30px;
	margin-top: 30px;
}

ul.hfe-breadcrumbs {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.hfe-breadcrumbs li a,
ul li.breadcrumbs-li,
ul li.breadcrumbs-li a {
	color: #757575;
	font-size: 14px;
	font-family: "Inter";
	font-weight: 400;
	line-height: 14px;
}

ul.hfe-breadcrumbs li.hfe-breadcrumbs-last,
ul li.breadcrumbs-li .breadcrumb_last {
	color: #303030;
	font-weight: 600;
}

ul.hfe-breadcrumbs .hfe-breadcrumbs-home-icon svg {
	width: 1.5em;
	height: 1.5em;
}

div.elementor-widget-breadcrumbs ul,
nav > ul {
	padding-inline-start: 0px !important;
}

li.breadcrumbs-li {
	list-style-type: none;
	display: inline;
}

nav {
	margin-bottom: 12px;
}

.fil-ariane {
	display: flex;
	align-items: center;
	margin: 20px 0px;
}

.fil-ariane nav {
	margin-bottom: 0px;
}

.fil-ariane img {
	width: 24px;
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
	.fil-ariane,
	ul.hfe-breadcrumbs {
		border-radius: 8px;
		border: 1px #d9d9d9 solid;
		padding: 12px 8px;
		width: fit-content;
	}
}

/*Slider Elementor*/

.slick-list .slick-track {
	display: flex !important;
}

.slick-list .slick-track .slick-slide {
	height: inherit !important;
}

.slick-list .slick-track .slick-slide > div,
.slick-list .slick-track .wb_ps_item,
.slick-list .slick-track .wb_ps_item .wb_ps_single_item {
	height: 100% !important;
}

.wbel-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
	width: 30px;
	height: 30px;
	padding-top: 3px;
	background: #f5f5f5;
	text-align: center;
	line-height: 26px;
	font-size: 20px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
}

.wbel-arrow:hover {
	background: #ffe5ec;
	border: 1px solid #b3b3b3;
}

div.wb_ps_single_item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px;
	background: #ffffff;
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 1;
	border-radius: 16px;
	border: 1px #d9d9d9 solid;
	box-shadow: none;
}

div.wb_ps_single_item:hover {
	box-shadow: 8px 4px 15px rgba(0, 0, 0, 0.1);
}

div.wb_ps_single_item .wb_ps_thumbnail,
div.wb_ps_single_item .wb_ps_thumbnail img {
	width: 100%;
	border-radius: 16px;
}

div.wb_ps_single_item .wb_ps_thumbnail {
	background-position: center center;
	background-size: cover;
	height: 160px;
	min-height: 160px;
}

.wb_ps_title > h3 {
	color: #1e1e1e;
	font-size: 20px;
	font-family: "Inter";
	font-weight: 600;
	line-height: 24px;
}

.wb_ps_content {
	text-align: left;
	padding: 0px;
}

div.wb_ps_single_item .wb_ps_description .wb_ps_text {
	color: #b3b3b3;
	font-size: 16px;
	font-family: "Inter";
	font-weight: 400;
	text-align: left;
}

div.wb_ps_single_item.avis {
	background: #f5f5f5;
	border: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

div.wb_ps_single_item.avis .avis-note {
	display: flex;
	align-items: center;
	margin: 10px 0px 20px 0px;
}

div.wb_ps_single_item.avis .avis-note img {
	height: 20px;
	margin-right: 10px;
}

div.wb_ps_single_item.avis .ps_bottom {
	border-top: 1px #d9d9d9 solid;
	margin-top: 10px;
	width: 100%;
}

div.wb_ps_single_item.avis .ps_bottom .nom-avis {
	color: #1e1e1e;
	font-weight: 600;
	margin-top: 10px;
}
div.wb_ps_single_item.avis .ps_bottom .fonction-avis {
	color: #757575;
	font-size: 14px;
}

div.wb_ps_single_item.avis .ps_bottom .date-avis {
	color: #b3b3b3;
	font-size: 14px;
}

/*page formulaire saisie infos comparateur*/

#bloc_recherche .container {
	max-width: 800px;
	margin: auto;
}

#bloc_form_saisie .libelle-incitation {
	color: #ff5381;
	font-size: 16px;
	font-family: Inter;
	font-weight: 400;
	line-height: 22.4px;
	word-wrap: break-word;
	margin-bottom: 5px;
}


#bloc_form_saisie .libelle {
	color: #1e1e1e;
	font-size: 16px;
	font-family: Inter;
	font-weight: 400;
	line-height: 22.4px;
	word-wrap: break-word;
	margin-bottom: 5px;
}

input[type="text"].form-style,
input[type="email"].form-style,
input[type="number"].form-style,
input[type="tel"].form-style,
select.form-style {
	border-radius: 8px;
	border: 1px #d9d9d9 solid;
}

#bloc_form_saisie .libelle-explication {
	color: #757575;
	font-size: 14px;
	font-family: "Inter";
	font-weight: 400;
	line-height: 19.6px;
}

#bloc_form_saisie .bloc-avec-incitation {
	display:flex;
}

#bloc_form_saisie .bloc-avec-incitation .col-lg-6 {
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
}
#bloc_form_saisie .bloc-case-cocher {
	display: flex;
	align-items: center;
	margin-bottom:10px;
}

#bloc_form_saisie .bloc-case-cocher .libelle {
	margin-bottom:0px;
}


#bloc_form_saisie .bloc-case-cocher input {
	margin-left:10px;
}

div.tarifs {
	display: flex;
}

div.tarifs .tarif-col1 {
	width: 50%;
}

div.tarifs .tarif-col2 {
	width: 15%;
}

div.tarifs .tarif-col3 {
	width: 35%;
}

.div-tarif-ou > div {
	color: #1e1e1e;
	font-size: 14px;
	font-family: "Inter";
	font-weight: 600;
	text-align: center;
	margin-bottom: 8px;
}

@media screen and (max-width: 700px) {
	div.tarifs {
		flex-direction: column;
	}
	div.tarifs .tarif-col1,
	div.tarifs .tarif-col2,
	div.tarifs .tarif-col3 {
		width: 100%;
	}
	.div-tarif-ou > div {
		text-align: left;
	}
}

#bloc_recherche .illustration {
	display: flex;
	justify-content: center;
}

#bloc_recherche .illustration img {
	max-width: 400px;
}

@media screen and (max-width: 600px) {
	#bloc_recherche .illustration {
		display: none;
	}
}

/*Page liste des articles */

#actus-liste {
	margin-bottom: 30px;
}

.bloc-top-articles {
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 1px #d9d9d9 solid;
}

.bloc-top-articles .bloc-top-articles-left {
	width: 40%;
}

.bloc-top-articles .bloc-top-articles-right {
	width: 60%;
	display: flex;
	justify-content: center;
}

.bloc-top-articles .texte-filtre {
	color: black;
}

button.actu-etiquette-categorie {
	border: 1px solid #757575;
	border-radius: 8px;
	padding: 8px;
	color: #757575;
	font-size: 16px;
	margin-bottom: 10px;
}
.actu-etiquette-categorie:hover {
	background-color: #ff5381;
	border: 1px solid #ff5381;
	color: #ffe5ec;
	cursor: pointer;
}

.actu-etiquette-categorie.active {
	background-color: #ff5381;
	border: 1px solid #ff5381;
	color: #ffe5ec;
}

.nb-resultats {
	color: #1e1e1e;
	font-size: 32px;
	font-weight: 700;
	margin: 20px 0px;
}

.actu-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	background: #ffffff;
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 1;
	max-width: 100%;
	align-content: space-around;
}
.actu-card:hover {
	cursor: pointer;
}

.actu-card h2 {
	color: #1e1e1e;
	font-size: 20px;
	font-family: "Inter";
	font-weight: 600;
	margin-bottom: 12px;
}

.actu-card .actu-card-content {
	display: flex;
	flex-direction: column;
}

.actu-card-categorie-list {
	width: 100%;
	margin: 10px 0px;
}

.liste-categories-article {
	display: flex;
	flex-wrap: wrap;
}

.actu-card-categorie {
	border: 1px solid #757575;
	border-radius: 8px;
	padding: 0px 8px;
	font-size: 12px;
	color: #757575;
	line-height: 34px;
	width: fit-content;
}

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

.actu-lien-article {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #3d1eac;
	background-image: url("/wp-content/themes/mister-portage-theme/assets/img/arrow_right_purple.svg") !important;
	padding-right: 48px;
	background-position: right 16px center;
	background-repeat: no-repeat;
	margin-top: auto;
	width: fit-content;
}

a.actu-lien-article:hover {
	color: #ff5381;
	background-image: url("/wp-content/themes/mister-portage-theme/assets/img/arrow_right_pink.svg") !important;
}

.actu-card .img-carte-actu {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	height: 240px;
	width: 100%;
	border-radius: 16px;
}

#actus-liste {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

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

@media screen and (max-width: 768px) {
	.bloc-top-articles {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		border-bottom: none;
	}

	.bloc-top-articles .bloc-top-articles-left,
	.bloc-top-articles .bloc-top-articles-right {
		width: 100%;
	}

	.bloc-top-articles .bloc-top-articles-right {
		border-bottom: 1px #1e1e1e solid;
		margin-bottom: 30px;
	}
}

/**
* pagination 
*/

.actu-pagination {
	margin-top: 30px;
	margin-bottom: 60px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-numbers {
	margin-left: 12px;
	margin-right: 12px;
}

a.page-numbers {
	color: #1e1e1e;
}

a.page-numbers:hover {
	color: #ff5381;
}

.page-numbers.current {
	background: #ff5381;
	border-radius: 8px;
	color: #ffe5ec;
	padding: 8px 12px;
}

a.prev.page-numbers::after {
	content: url("/wp-content/themes/mister-portage-theme/assets/img/pagination-prev.svg");
	margin-right: 10px;
}

a.next.page-numbers::after {
	content: url("/wp-content/themes/mister-portage-theme/assets/img/pagination-next.svg");
	margin-left: 10px;
}

@media only screen and (max-width: 768px) {
	.actu-pagination {
		border-top: 1px #d9d9d9 solid;
		border-bottom: 1px #d9d9d9 solid;
		padding: 12px 0px;
	}
}

/*Page article */

#actu-bloc-header {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

#actu-bloc-header .actu-header-bloc-img-titre {
	width: 100%;
	height: 430px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
}

#actu-bloc-header .actu-header-img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	width: 100%;
	border-radius: 16px;
	opacity: 0.5;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

#actu-bloc-header .actu-header-titre {
	z-index: 2;
}

.bloc-similar-posts {
	margin-top: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}

.bloc-similar-posts .actu-card {
	padding: 10px;
	border-radius: 16px;
	border: 1px #d9d9d9 solid;
}

@media only screen and (max-width: 768px) {
	.bloc-previous-next-posts,
	.bloc-similar-posts {
		grid-template-columns: repeat(1, 1fr);
	}
}

/*Widgets Elementor */

/*Sommaire*/

.mp-sommaire {
	padding: 20px 0px;
	margin: 20px 0px;
	border-top: 1px #d9d9d9 solid;
	border-bottom: 1px #d9d9d9 solid;
}

.mp-sommaire .heading {
	margin-bottom: 20px;
}

.mp-sommaire .texte a {
	padding-left: 48px;
	background-position: left 22px center;
	background-image: url("/wp-content/themes/mister-portage-theme/assets/img/arrow_right_purple.svg") !important;
	background-repeat: no-repeat;
	font-weight: 600;
}

.mp-sommaire .texte a:hover {
	background-image: url("/wp-content/themes/mister-portage-theme/assets/img/arrow_right_pink.svg") !important;
}

/*Bloc Info Couleur */

.mp-bloc-info-couleur {
	padding: 16px;
	display: flex;
	flex-direction: column;
	margin: 30px 0px;
	border-radius: 8px;
	border-width: 1px;
	border-style: solid;
}

.mp-bloc-info-couleur .picto-titre {
	display: flex;
}

.mp-bloc-info-couleur .picto-titre .picto {
	width: 40px;
}

.mp-bloc-info-couleur .picto-titre .picto img {
	width: 24px;
}

.mp-bloc-info-couleur .picto-titre .titre {
	font-weight: 600;
}

.mp-bloc-info-couleur .texte {
	font-size: 14px;
	padding-left: 40px;
}

/*Page résultats*/

#bloc_intro .bloc-intro-right {
	display: flex;
	justify-content: center;
}

#bloc_intro .bloc-top-resultats {
	border-bottom: 1px #d9d9d9 solid;
}

@media only screen and (max-width: 768px) {
	#bloc_intro .bloc-top-resultats {
		flex-direction: column-reverse;
	}

	#bloc_intro .bloc-top-resultats {
		border-bottom: none;
	}

	#bloc_intro .bloc-top-resultats h1 {
		border-top: 1px #d9d9d9 solid;
		padding-top: 20px;
	}
}

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

.societe-portage {
	background: #f5f5f5;
	border-radius: 16px;
	margin: 20px 0px;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.societe-portage .bloc-top-societe {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px #d9d9d9 solid;
}

.societe-portage .bloc-top-societe .nom-societe {
	color: #1e1e1e;
	font-size: 32px;
	font-weight: 700;
}

.societe-portage .bloc-top-societe .logo-societe img {
	max-width: 150px;
	max-height: 70px;
}

.societe-portage .bloc-infos-societe {
	display: flex;
	margin-top: 20px;
}

.societe-portage .bloc-infos-societe .bloc-infos-societe-gauche,
.societe-portage .bloc-infos-societe .bloc-infos-societe-droite {
	width: 50%;
}

.societe-portage .bloc-infos-societe .bloc-infos-societe-gauche {
	display: flex;
	flex-direction: column;
	padding-right: 10px;
}

.societe-portage .bloc-infos-societe .bloc-infos-societe-droite {
	display: flex;
	padding-left: 10px;
}

.ligne-info-societe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}



.ligne-info-societe .ligne-note-avis {
	display: flex;
	align-items: center;
}


.societe-portage .bloc-infos-societe .fond-gris {
	padding: 8px;
	background: #d9d9d9;
	border-radius: 8px;
	margin-right: 10px;
}

.societe-portage .ligne-info-societe .align-bottom {
	display: flex;
	align-items: flex-end;
}

.societe-portage .avis {
	color: #b3b3b3;
	font-weight: 400;
}

.societe-portage .bloc-infos-societe .btn-tel {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: fit-content;
	border-radius: 8px;
	background: #4e26df;
	color: #ffffff;
	border: 2px solid #4e26df;
	font-weight: 600;
	padding: 8px 12px;
	margin-left:15px;
	font-family:"Inter";
	cursor:pointer;
}

.societe-portage .bloc-infos-societe .btn-tel:hover {
	background: #ffffff;
	color: #4e26df;
	border: 2px solid #4e26df;
}

.societe-portage .bloc-infos-societe .bloc-infos-societe-droite .bloc-societe-droite {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	width: 100%;
	height: 100%;
}

.societe-portage .bloc-infos-societe .bloc-infos-societe-droite .bloc-societe-droite .bloc-infos-salaire {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #E6E6E6;
	border-radius: 8px;
	color: #4e26df;
	font-weight: 600;
	width: 100%;
	height: 100%;
	padding: 20px;
	border: 1px solid #D9D9D9;
}

.societe-portage .bloc-infos-societe .bloc-infos-societe-droite .bloc-societe-droite .info-salaire {
	font-weight: 700;
	font-size: 32px;
	display: flex;
	justify-content: center;
	text-align: center;
}

.societe-portage .bloc-infos-societe .bloc-infos-societe-droite .bloc-societe-droite .bloc-boutons-droite {
	display: flex;
	flex-direction: column;
}

.societe-portage .bloc-infos-societe .bloc-infos-societe-droite .bloc-societe-droite .bloc-boutons-droite .btn-obtenir {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: 8px;
	background: #ff5381;
	color: #ffe5ec;
	font-weight: 600;
	padding: 8px 12px;
}

.societe-portage .bloc-infos-societe .bloc-infos-societe-droite .bloc-societe-droite .bloc-boutons-droite .btn-detail {
	line-height: 140%;
	width:100%;
	height:fit-content;
	margin-top: 10px;
	color: #5A5A5A;
	font-weight: 600;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.btn.lien-obtenir-promo,
.btn.lien-obtenir-salaire {
	font-size: 16px;
	white-space: wrap;
}

.bloc-boutons-droite .bloc-info-remise {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 10px;
}

.bloc-boutons-droite .bloc-info-remise .montant-remise {
	font-size: 32px;
	font-weight:700;
	line-height: 120%;
	color:#4e26df;
}

.bloc-boutons-droite .bloc-info-remise .bas-bloc-remise {
	font-size: 14px;
	color:#4e26df;
	line-height: 140%;;
}

.btn.lien-obtenir-promo .bloc-remise {
	font-size: 16px;
	display:flex;
	align-items: center;
}

.btn.lien-obtenir-promo .bloc-remise img{
	height: 16px;
	width:16px;
	margin-right:10px;
}

.societe-portage .bloc-infos-societe .bloc-infos-societe-droite .bloc-societe-droite .bloc-boutons-droite .btn.btn-detail img,
.societe-portage .bloc-infos-societe .bloc-infos-societe-droite .bloc-societe-droite .bloc-boutons-droite .btn.btn-obtenir img {
	width: 26px;
}

.avance-salaire {
	font-size: 12px;
	font-weight: 400;
	color: #1e1e1e;
	margin-top: 20px;
	text-align: center;
}

.avance-salaire img {
	height:12px;
	width:12px;
}

.bloc-detail-societe {
  border-top : 1px #d9d9d9 solid;
  margin-top: 30px;
}

.bloc-detail-societe .mp-societe-annee-CA >div {
  width:fit-content;
  margin-right:20px;
}

.bloc-detail-societe .mp-societe-criteres {
  height:auto;
}

.bloc-detail-societe .fermer-detail-societe {
  padding: 20px 0px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bloc-detail-societe .bloc-fermer-detail-societe .fermer-detail-societe {
  cursor:pointer;
  color: #4e26df;
  font-weight: 600;
}

.conditions-remise {
	margin-top:30px;
}

@media screen and (max-width: 1200px) {
	.ligne-info-societe {
		flex-direction:column;		
		align-items: flex-start;
		justify-content:center;
		margin-bottom: 20px;
	}
	.societe-portage .bloc-infos-societe .btn-tel {
		margin-left:0px;
		margin-top:10px;
		width:100%;
	}
}

@media screen and (max-width: 768px) {
	.societe-portage .bloc-infos-societe {
		flex-direction: column;
	}
	.societe-portage .bloc-infos-societe .bloc-infos-societe-gauche,
	.societe-portage .bloc-infos-societe .bloc-infos-societe-droite {
		width: 100%;
	}
	.societe-portage .bloc-infos-societe .bloc-infos-societe-droite {
		margin-top: 20px;
	}
	.modal.show .modal-dialog {
		margin-top: 200px;
		margin-right: 10px;
		margin-left: 10px;
	}
	.modal .img-modal-footer img {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.societe-portage .bloc-infos-societe .bloc-infos-societe-droite .bloc-societe-droite {
		grid-template-columns: 1fr;
	}

	.societe-portage .bloc-top-societe {
		flex-direction: column-reverse;
		align-items: center;
		border-bottom: 0px;
	}

	.societe-portage .bloc-top-societe .nom-societe {
		border-top: 1px #d9d9d9 solid;
		margin-top: 20px;
		width: 100%;
		padding-top: 20px;
	}
	.societe-portage .bloc-infos-societe .bloc-infos-societe-droite .bloc-societe-droite .bloc-boutons-droite .btn-detail {
		border: none;
		color: #093044;
		font-size: 16px;
	}
	.societe-portage .bloc-top-societe .nom-societe,
	.nb-resultats {
		font-size: 24px;
	}
	.modal .btn {
		width: 100%;
	}
}

.modal .img-modal-footer {
	display: flex;
	justify-content: center;
}

.modal .check-cgu {
	margin: 30px 0px;
	font-size: 12px;
	display: flex;
	align-items: center;
}

.modal .check-cgu input {
	margin-right: 5px;
	border: 1px solid #ff5381;
	border-radius: 8px;
}

.modal .check-cgu div {
	white-space: wrap;
}

.modal .check-cgu a {
	color: #333333;
	text-decoration: underline;
}

/*footer*/

footer .pre-footer-texte p {
	color: #757575;
	font-size: 12px;
	font-family: Inter;
	font-weight: 400;
}

footer .pre-footer-contact p,
footer .pre-footer-contact p a {
	color: #190c48 !important;
	font-size: 16px;
	font-family: "Inter";
	font-weight: 600;
}

footer .pre-footer-contact p a {
	text-decoration: underline;
}

.bloc-footer div a {
	color: #1e1e1e;
}

.elementor-section.top-footer-resp .elementor-container {
	flex-wrap: nowrap;
}

/*header*/

header.site-header .header-inner {
	max-width: unset;
}

header.site-header img.custom-logo {
	width: 250px !important;
	max-width: 250px !important;
}

@media screen and (max-width: 500px) {
	header.site-header img.custom-logo {
	width: 150px !important;
	max-width: 150px !important;
	}

	.site-header .header-inner .header-cta-tel-resp a {
		font-size:14px;
	}
}

@media screen and (max-width: 500px) {
	header.site-header img.custom-logo {
	width: 120px !important;
	max-width: 120px !important;
	}

	.site-header .header-inner .header-cta-tel-resp a {
		font-size:12px;
		margin-right: 10px;
	}
}

/*Page liste des sociétés */

#societes-liste {
	margin-bottom: 30px;
	margin-top: 30px;
}

.bloc-top-societes {
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 1px #d9d9d9 solid;
}

.bloc-top-societes .bloc-top-societes-left {
	width: 40%;
}

.bloc-top-societes .bloc-top-societes-right {
	width: 60%;
	display: flex;
	justify-content: center;
}

#societes-liste {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.societe-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
	background: #ffffff;
	border: 1px solid #d9d9d9;
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 1;
	max-width: 100%;
	align-content: space-around;
	border-radius: 16px;
	box-shadow: 4px 2px 15px rgba(0, 0, 0, 0.209);
}
.societe-card:hover {
	cursor: pointer;
}

.societe-card h2 {
	color: #1e1e1e;
	font-size: 32px;
	font-family: "Inter";
	font-weight: 700;
	margin-bottom: 12px;
	margin-top: 20px;
}

.societe-card .societe-card-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.societe-card .societe-card-content .annee {
	margin-bottom: 12px;
	padding: 8px;
	border-radius: 8px;
	background: #f5f5f5;
	color: #1e1e1e;
	width: fit-content;
}

.societe-card .societe-card-content .description {
	color: #b3b3b3;
}

.societe-lien-societe {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #3d1eac;
	background-image: url("/wp-content/themes/mister-portage-theme/assets/img/plus_purple.svg") !important;
	padding-right: 48px;
	background-position: right 16px center;
	background-repeat: no-repeat;
	margin-top: auto;
	width: fit-content;
	margin: 20px 0px;
}

a.societe-lien-societe:hover {
	color: #ff5381;
	background-image: url("/wp-content/themes/mister-portage-theme/assets/img/plus_pink.svg") !important;
}

.societe-card .img-carte-societe {
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
	width: 100%;
}

.societe-card .img-carte-societe img {
	height: 30px;
    width: auto;
}

#societes-liste .elementor-section {
	height: 100%;
}

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

@media screen and (max-width: 768px) {
	.bloc-top-societes {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		border-bottom: none;
	}

	.bloc-top-societes .bloc-top-societes-left,
	.bloc-top-societes .bloc-top-societes-right {
		width: 100%;
	}

	.bloc-top-societes .bloc-top-societes-right {
		border-bottom: 1px #1e1e1e solid;
		margin-bottom: 30px;
	}
}

/*Page détail société*/

#societe-bloc-header {
	background-color: #f5f5f5;
	padding-top: 20px;
	padding-bottom: 50px;
}

#societe-bloc-header .contenu {
	margin: auto;
}

#societe-bloc-header .infos-societe-bloc-header {
	display: flex;
}

#societe-bloc-header .infos-societe-bloc-header > div {
	width: 50%;
}

#societe-bloc-header .infos-societe-bloc-header .infos-societe-bloc-header-left {
	padding-right: 20px;
}

#societe-bloc-header .infos-societe-bloc-header .infos-societe-bloc-header-left .description {
	color: #000;
	margin-top: 20px;
}

#societe-bloc-header .infos-societe-bloc-header .titre-h1 {
	margin-bottom: 5px;
}

#societe-bloc-header .infos-societe-bloc-header .societe-bloc-note {
	color: #1e1e1e;
	display: flex;
	align-items: center;
}

#societe-bloc-header .infos-societe-bloc-header .societe-bloc-note .libelle {
	padding: 8px;
	border-radius: 8px;
	background-color: #d9d9d9;
	margin-right: 10px;
}

#societe-bloc-header .infos-societe-bloc-header .societe-bloc-note .note {
	font-weight: 600;
	margin-right: 10px;
}

#societe-bloc-header .infos-societe-bloc-header .societe-bloc-note .note-etoiles {
	display: flex;
	align-items: flex-end;
}

#societe-bloc-header .infos-societe-bloc-header .societe-bloc-note img {
	width: 20px;
}

#societe-bloc-header .infos-societe-bloc-header .infos-societe-bloc-header-right {
	border-radius: 8px;
	border: 4px solid #3d1eac;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

#societe-bloc-header .infos-societe-bloc-header .infos-societe-logo-responsive {
	display: none;
}

#societe-bloc-header .infos-societe-bloc-header .infos-societe-bloc-header-right img {
	max-width: 400px;
	max-height: 150px;
}

@media (max-width: 1200px) {
	#societe-bloc-header .infos-societe-bloc-header .infos-societe-logo-responsive {
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 8px;
		border: 4px solid #3d1eac;
		background-color: #ffffff;
		padding: 20px;
		margin: 20px 0px;
	}
	#societe-bloc-header .infos-societe-bloc-header .infos-societe-bloc-header-right {
		display: none;
	}
	#societe-bloc-header .infos-societe-bloc-header .infos-societe-bloc-header-left {
		width: 100%;
		padding-right: 0px;
	}
}

@media (max-width: 576px) {
	#societe-bloc-header .contenu {
		margin: 20px;
	}
}

@media (min-width: 576px) {
	#societe-bloc-header .contenu {
		max-width: 500px;
	}
}

@media (min-width: 768px) {
	#societe-bloc-header .contenu {
		max-width: 600px;
	}
}

@media (min-width: 992px) {
	#societe-bloc-header .contenu {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	#societe-bloc-header .contenu {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	#societe-bloc-header .contenu {
		max-width: 1300px !important;
	}
}

/* Bloc Elementor Societe avantages */

.single-societe .elementor-widget-MP_Societe_Avantages_Inconvenients,
.single-societe .elementor-widget-MP_Societe_Avantages_Inconvenients .elementor-widget-container {
	height: 100%;
}

.mp-societe-avantages-inconvenients {
	display: flex;
	flex-direction: column;
	padding: 24px;
	border-radius: 8px;
	border: 1px solid #d9d9d9;
	height: 100%;
}

.bloc-societe-titre {
	color: #1e1e1e;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.mp-societe-avantages-inconvenients .liste-avantages {
	color: #000;
	margin-bottom: 10px;
	list-style: url("/wp-content/themes/mister-portage-theme/assets/img/bullet-avantage.png");
}

.mp-societe-avantages-inconvenients .liste-inconvenients {
	color: #000;
	list-style: url("/wp-content/themes/mister-portage-theme/assets/img/bullet-inconvenient.png");
}

/* Bloc Elementor Societe critères */

.single-societe .elementor-widget-MP_Societe_Criteres,
.single-societe .elementor-widget-MP_Societe_Criteres .elementor-widget-container {
	height: 100%;
}

.mp-societe-criteres {
	display: flex;
	flex-direction: column;
	padding: 24px;
	border-radius: 8px;
	border: 1px solid #d9d9d9;
	height: 100%;
}

.mp-societe-criteres .bloc-critere {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.mp-societe-criteres .bloc-critere .donnee {
	font-weight: 600;
}

.mp-societe-criteres .bloc-critere .donnee img {
	width: 16px;
}

@media (max-width: 500px) {
	.mp-societe-criteres .bloc-critere {
		flex-direction: column;
	}
}

/* Bloc Elementor Societe année CA */

.mp-societe-annee-CA {
	display: flex;
	margin-bottom: 20px;
	margin-top: 20px;
}

.mp-societe-annee-CA > div {
	width: 50%;
	display: flex;
	align-items: center;
}

.mp-societe-annee-CA .libelle {
	border-radius: 8px;
	background-color: #d9d9d9;
	padding: 8px;
	margin-right: 5px;
}

.mp-societe-annee-CA .donnee {
	font-weight: 600;
}

@media (max-width: 600px) {
	.mp-societe-annee-CA {
		flex-direction: column;
	}

	.mp-societe-annee-CA > div {
		width: 100%;
	}

	.mp-societe-annee-CA > div:last-child {
		margin-top: 20px;
	}
}

/* Bloc Elementor Societe notre avis */

.mp-societe-notre-avis {
	border-radius: 16px;
	border: 1px solid #d9d9d9;
	background-color: #ffe5ec;
	padding: 24px;
	margin: 20px 0px;
}

.mp-societe-notre-avis .titre {
	color: #303030;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.mp-societe-notre-avis .avis {
	color: #757575;
}

/* Bloc Elementor Societe formulaire */

.mp-societe-formulaire {
	border-radius: 16px;
	border: 1px solid #d9d9d9;
	background-color: #f5f5f5;
	padding: 24px;
}

/* Menu responsive **/
.site-navigation-dropdown.elementor-active {
	transform: none !important;
}

@media (max-width: 768px) {
	li.header-cta-tel,
	li.header-cta-comparer {
		margin: 10px !important;
		width: fit-content !important;
	}
}

/* Page codes **/

.supprimer-code {
	cursor: pointer;
}

.supprimer-code:hover {
	color: red;
}
.site-navigation ul.menu li {
    padding: 10px !important;
}


/* sticky header **/

header#site-header {
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	z-index:99998;
	box-shadow: 4px 2px 10px rgba(0, 0, 0, .1);
}

body {
	margin-top: 125px !important;
}

@media (min-width: 576px) and (max-width: 930px) {
    #site-header.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 930px) {
    #site-header.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
        display: flex !important;
    }
}

@media (min-width: 930px) {
    .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
        display: none !important;
    }
}

@media (max-width: 1200px) and (min-width:930px) {
	header.site-header img.custom-logo {
		width: 150px !important;
		max-width: 150px !important;
	}
	.site-navigation ul.menu li a {
		padding: 8px 0px !important;
	}
}

@media (max-width: 930px) {
    li.header-cta-tel, li.header-cta-comparer {
        margin: 10px !important;
        width: fit-content !important;
    }
}

/* Mention RGPD **/

.customCheckbox {
	display:flex;
	flex-direction:row;
	align-items:center;
	margin-top:10px;
}

.customCheckbox label {
	margin-left:10px;
}

.customCheckbox label {
	height:16px;
	width:16px;
}

/*revue BO */

.color-lead-signe-facture,
.color-lead-signe-non-facture {
	background-color: #ff5381;
	color: #ffffff;
	border-radius: 3px;
	padding: 6px;
	margin: 3px;
}

.color-lead-tres-chaud {
	background-color: #097969;
	color: #ffffff;
	border-radius: 3px;
	padding: 6px;
	margin: 3px;
}

.color-lead-chaud {
	background-color: #32de84;
	color: #000;
	border-radius: 3px;
	padding: 6px;
	margin: 3px;
}

.color-lead-tiede {
	background-color: #FFEA00;
	color: #000;
	border-radius: 3px;
	padding: 6px;
	margin: 3px;
}

.color-lead-froid {
	background-color: #6cb4ee;
	color: #000;
	border-radius: 3px;
	padding: 6px;
	margin: 3px;
}

.color-lead-faux-numero {
	background-color: #5D3FD3;
	color: #ffffff;
	border-radius: 3px;
	padding: 6px;
	margin: 3px;
}

.color-lead-faux-lead {
	background-color: #5D3FD3;
	color: #ffffff;
	border-radius: 3px;
	padding: 6px;
	margin: 3px;
}

table#table.dataTable.display tbody tr.lead_ligne > .sorting_1 {
	background-color: unset;
}

#table .lead_ligne.lead-signe-facture,
#table .lead_ligne.lead-signe-non-facture {
	background-color: rgba(255,83,129,0.3);
}

#table .lead_ligne.lead-tres-chaud {
	background-color: rgba(9,121,105,0.3);
}

#table .lead_ligne.lead-chaud {
	background-color: rgba(50,222,132,0.3);
}

#table .lead_ligne.lead-tiede {
	background-color: rgba(255,234,0,0.3);
}

#table .lead_ligne.lead-froid {
	background-color: rgba(108,180,238,0.3);
}

#table .lead_ligne.lead-faux-numero {
	background-color: rgba(93,63,211,0.3);
}

#table .lead_ligne.lead-faux-lead {
	background-color: rgba(93,63,211,0.3);
}

#table .lead_ligne.lead-ferme {
	background-color: #C2CEDB;
	opacity:0.3;
}

/*page simulation */

@media (max-width: 1024px) {
	#bloc_page_simulation #bloc_colonne_form_simulation .elementor-widget-wrap.elementor-element-populated {
		background-color:unset;
	}
	#bloc_page_simulation {
		background-image:none;
	}
}