html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
	color: white;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: "Ubuntu";
	src: url("../font/Ubuntu-Bold.ttf");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "Ubuntu";
	src: url("../font/Ubuntu-Medium.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Ubuntu";
	src: url("../font/Ubuntu-Light.ttf");
	font-weight: lighter;
	font-style: normal;
}
@font-face {
	font-family: "Inconsolata";
	src: url("../font/Inconsolata-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Inconsolata";
	src: url("../font/Inconsolata-Light.ttf");
	font-weight: lighter;
	font-style: normal;
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
@media only screen and (max-width: 1200px) {
	html {
		font-size: 55%;
	}
}
@media only screen and (max-width: 992px) {
	html {
		font-size: 50%;
	}
}
@media only screen and (max-width: 768px) {
	html {
		font-size: 45%;
	}
}
@media only screen and (max-width: 576px) {
	html {
		font-size: 40%;
	}
}
@media only screen and (max-width: 374px) {
	html {
		font-size: 35%;
	}
}
body {
	background-color: #1a1a1a;
	color: white;
	font-family: "Ubuntu";
	font-size: 3.5rem;
	width: 100vw;
	overflow-x: hidden;
}
nav {
	z-index: 999;
	background-color: #1a1a1a;
	transition: top 0.3s, background-color 0.3s linear;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding-bottom: 10px;
}
nav .logo {
	padding-top: 10px;
}
@media only screen and (max-width: 992px) {
	nav .logo {
		width: 40%;
	}
}
@media only screen and (max-width: 768px) {
	nav .logo {
		width: 100%;
	}
}
nav img {
	width: 100%;
}
@media only screen and (max-width: 992px) {
	nav img {
		width: 100%;
	}
}
nav ul {
	display: flex;
	align-items: center;
	padding-left: 3rem;
	width: 100%;
	justify-content: space-between;
	font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
	nav ul {
		padding-left: 2rem;
	}
}
nav ul a {
	style: none;
	transition: 0.4s;
}
nav ul a:hover {
	color: #08dbff;
	text-decoration: underline;
}
nav ul .burger-menu__line {
	margin-top: 5px;
	width: 25px;
	height: 2px;
	background-color: #08dbff;
}
[anim] {
	opacity: 0;
}
[anim].is-appear {
	opacity: 1;
}
.nav-mobile {
	height: 100%;
	width: 0%;
	position: fixed;
	background-color: #1a1a1a;
	z-index: 10000;
	top: 0;
	right: 0;
	overflow-y: hidden;
	transition: width 0.5s;
}
.nav-mobile__close-btn {
	margin-top: 3rem;
	width: 25px;
	float: right;
	margin-right: 7%;
	fill: #08dbff;
}
.nav-mobile__list {
	margin-right: auto;
}
.nav-mobile ul {
	display: block;
	width: fit-content;
	margin: 20rem auto;
}
.nav-mobile__link {
	color: #08dbff;
	line-height: 2;
}
.nav-mobile__button-link {
	display: block;
	margin-top: 5rem;
	color: #08dbff;
	font-size: 3.2rem !important;
}
.container {
	position: relative;
	margin: auto;
	max-width: 1400px;
	padding-left: 7%;
	padding-right: 7%;
}
@media only screen and (min-width: 1500px) {
	.container {
		padding: 0;
	}
}
h1 {
	font-size: 8.5rem;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
}
@media only screen and (max-width: 992px) {
	h1 {
		font-size: 7.5rem;
	}
}
@media only screen and (max-width: 768px) {
	h1 {
		font-size: 6.3rem;
	}
}
@media only screen and (max-width: 576px) {
	h1 {
		font-size: 4.5rem;
	}
}
h2 {
	font-size: 5.5rem;
	font-weight: lighter;
	margin-bottom: 20px;
}
h3 {
	font-size: 2.2rem;
	font-weight: lighter;
}
a {
	transition: 0.4s;
}
.button {
	padding: 1.3rem 1.5rem 1.3rem;
	border: 2px solid white;
	border-radius: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	cursor: pointer;
}
.button:hover {
	background-color: #08dbff;
	color: #ffffff;
}
.d-flex {
	display: flex;
}
.d-none {
	display: none;
}
@media only screen and (max-width: 768px) {
	.md-d-none {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.md-d-block {
		display: block;
	}
}
.underline {
	text-decoration: underline;
}
.accent-color-b {
	color: #08dbff;
}
.accent-color-b:hover {
	color: #ef32f9;
}
.align-item-center {
	align-items: center;
}
.--underline-m {
	text-decoration: underline;
	text-decoration-color: #ef32f9;
	text-decoration-thickness: 4px;
	text-underline-offset: 3px;
}
.--underline-m:hover {
	color: #ef32f9;
	text-decoration-color: #ffffff;
}
.--underline-b {
	text-decoration: underline;
	text-decoration-color: #08dbff;
	text-decoration-thickness: 4px;
	text-underline-offset: 3px;
}
.--underline-b:hover {
	color: #08dbff;
	text-decoration-color: #ffffff;
}
.--underline-b-g {
	text-decoration: underline;
	text-decoration-color: #25b7b3;
	text-decoration-thickness: 4px;
	text-underline-offset: 3px;
}
.--underline-b-g:hover {
	color: #25b7b3;
	text-decoration-color: #ffffff;
}
.--underline-y {
	text-decoration: underline;
	text-decoration-color: #ffff01;
	text-decoration-thickness: 4px;
	text-underline-offset: 3px;
}
.--underline-y:hover {
	color: #ef32f9;
	text-decoration-color: #ffffff;
}
.--underline-g {
	text-decoration: underline;
	text-decoration-color: #00ffce;
	text-decoration-thickness: 4px;
	text-underline-offset: 3px;
}
.--underline-g:hover {
	color: #00ffce;
	text-decoration-color: #ffffff;
}
.--underline-o {
	text-decoration: underline;
	text-decoration-color: #fea621;
	text-decoration-thickness: 4px;
	text-underline-offset: 3px;
}
.--underline-o:hover {
	color: #fea621;
	text-decoration-color: #ffffff;
}
[class*="--border-"] {
	border-width: 2px;
	border-style: solid;
	border-radius: 20px;
}
.--border-m {
	border-color: #ef32f9;
}
.--border-m:hover {
	background-color: #ef32f9;
}
.--border-b {
	border-color: #08dbff;
}
.--border-b:hover {
	background-color: #08dbff;
}
.--border-b-g {
	border-color: #25b7b3;
}
.--border-b-g:hover {
	background-color: #25b7b3;
}
.--border-y {
	border-color: #ffff01;
}
.--border-y:hover {
	background-color: #ffff01;
}
.--border-g {
	border-color: #00ffce;
}
.--border-g:hover {
	background-color: #00ffce;
}
.--border-o {
	border-color: #fea621;
}
.--border-o:hover {
	background-color: #fea621;
}
.--color-b {
	color: #08dbff;
	display: inline;
}
.--color-m {
	color: #ef32f9;
	display: inline;
}
.--color-g {
	color: #00ffce;
	display: inline;
}
.--color-y {
	color: #ffff01;
	display: inline;
}
.--color-o {
	color: #fea621;
	display: inline;
}
.footer {
	padding-top: 6rem;
	background-color: #1a1a1a;
}
.footer__line {
	height: 1px;
	width: 100%;
	background-color: #08dbff;
	opacity: 0.25;
}
.footer__information {
	margin-top: 6rem;
	display: flex;
	width: 100%;
	border-bottom: solid 1px #ffffff;
	padding-bottom: 2rem;
}
@media only screen and (max-width: 576px) {
	.footer__information {
		display: block;
	}
}
.footer__information_logo-valeur {
	font-weight: bold;
	line-height: 1.5;
}
@media only screen and (max-width: 992px) {
	.footer__information_logo-valeur {
		max-width: 35%;
	}
}
@media only screen and (max-width: 576px) {
	.footer__information_logo-valeur {
		max-width: 80%;
	}
}
.footer__information_logo-valeur img {
	width: 100%;
}
.footer__information_logo-valeur div {
	margin-left: 35%;
	font-size: 3rem;
}
@media only screen and (max-width: 576px) {
	.footer__information_logo-valeur div {
		margin-left: 0;
		margin-right: 5px;
	}
}
.footer__information_contact {
	margin-left: auto;
	margin-right: 10rem;
	font-size: 2rem;
	font-weight: bold;
}
@media only screen and (max-width: 992px) {
	.footer__information_contact {
		margin-right: 2rem;
	}
}
@media only screen and (max-width: 576px) {
	.footer__information_contact {
		margin-top: 2rem;
	}
}
.footer__information_contact_title {
	margin-bottom: 2rem;
}
.footer__information_contact a {
	display: block;
	font-weight: lighter;
	font-size: 1.6rem;
	line-height: 1.8;
}
@media only screen and (max-width: 576px) {
	.footer__information_contact a {
		font-size: 2rem;
	}
}
.footer__information_inscription {
	font-size: 2rem;
	font-weight: bold;
	width: 30%;
}
@media only screen and (max-width: 576px) {
	.footer__information_inscription {
		margin-top: 2rem;
		width: 100%;
	}
}
.footer__information_inscription_description {
	margin-top: 25px;
	font-size: 1.6rem;
	font-weight: lighter;
	width: 50%;
}
@media only screen and (max-width: 576px) {
	.footer__information_inscription_description {
		margin-top: 1rem;
		font-size: 2rem;
		width: 100%;
	}
}
.footer__information_inscription input {
	margin-top: 25px;
	width: calc(100% - 1.5rem);
	border-radius: 8px;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 1.5rem;
	font-family: "Ubuntu";
	font-weight: bold;
	border: none;
}
.footer__information-supp {
	margin-top: 2rem;
	font-size: 1.8rem;
}
.footer__information-supp a {
	font-size: 1.8rem;
	text-transform: uppercase;
}
.footer__credit {
	margin-top: 5rem;
	padding-top: 2.6rem;
	padding-bottom: 2.6rem;
	background-color: #08dbff;
	margin-bottom: 0;
}
.footer__credit div {
	color: #080156;
	font-size: 1.6rem;
}
.hero {
	background-image: url("../images/flower-accueil.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-bottom: 20rem;
}
.hero.--immo {
	background-image: url("../images/hero-immo.png");
	background-color: #1a1a1a;
	background-repeat: no-repeat;
	background-position: right;
	padding-bottom: 20rem;
}
.hero.--pro {
	background-image: url("../images/hero-pro.png");
	background-color: #1a1a1a;
	background-repeat: no-repeat;
	background-position: right;
	padding-bottom: 5rem;
}
.hero.--pro ul {
	margin-top: 3rem;
}
.hero.--pro ul li {
	padding-left: 40px;
	line-height: 1.8;
	font-size: 3rem;
}
.hero.--pro ul li:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 34.495 34.492'%3E%3Cpath id='Tracé_184' data-name='Tracé 184' d='M265.016,373.359,260.783,384.1,250.2,388.7l-10.742-4.231-4.6-10.588,4.233-10.742,10.586-4.6,10.735,4.231Z' transform='translate(-232.685 -356.375)' fill='%2307dbff' stroke='%2307dbff' stroke-width='4'/%3E%3C/svg%3E%0A");
	left: 0px;
	position: absolute;
	margin-top: 2px;
}
.hero .container {
	padding-top: 200px;
}
.hero__text {
	font-weight: lighter;
	font-size: 4rem;
	margin: auto;
	margin-bottom: 10rem;
	text-align: center;
	width: fit-content;
}
@media only screen and (max-width: 1500px) {
	.hero__text {
		font-size: 3rem;
	}
}
.hero__text.--pro {
	text-align: left;
}
.hero__text div {
	text-align: right;
}
.hero__search {
	font-weight: bold;
	font-size: 3rem;
	margin: auto;
	margin-bottom: 5rem;
}
.hero__search_text {
	margin-bottom: 15px;
	text-align: center;
}
@media only screen and (max-width: 1500px) {
	.hero__search_text {
		font-size: 2.5rem;
		text-align: center;
	}
}
.hero__search svg {
	right: 29.5%;
	margin-top: 10px;
	position: absolute;
}
@media only screen and (min-width: 1500px) {
	.hero__search svg {
		right: 26%;
	}
}
@media only screen and (max-width: 1500px) {
	.hero__search svg {
		right: 12%;
	}
}
.hero__search input {
	width: 50%;
	padding: 15px 20px;
	border-radius: 15px;
	border: none;
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom: 50px;
}

#hero__search_div {
	margin-left: 25%;
	margin-right: 25%;
	width: 50%;
	border-radius: 12px;
	background-color: white;
}

.hero__search select {
	width: 100%;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: none;
	outline: 0;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: none;
	border-radius: 12px;
	cursor: text;
	padding-bottom: 5px;
	padding-right: 5px;
	position: relative;
}

.select2-container * {
	color: darkslategray;
}

.select2-container li {
	font-size: 22px;
}

.select2-search--inline .select2-search__field {
	height: 32px !important;
	margin: 12px !important;
	margin-right: 12px !important;
}

.select2-container--default .select2-results__group {
	font-weight: bold;
}

@media only screen and (max-width: 1500px) {
	.hero__search input {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}

	#hero__search_div {
		margin-left: 10%;
		margin-right: 10%;
		width: 80%;
	}
}
.hero__search ul {
	display: flex;
	justify-content: space-between;
	font-size: 2.4rem;
	gap: 2rem;
}
@media only screen and (max-width: 1500px) {
	.hero__search ul {
		justify-content: space-around;
		flex-wrap: wrap;
		font-size: 3rem;
	}
}

.hero__search ul li {
	width: 100%;
	max-width: 208px;
}

.hero__search ul li a {
	display: flex;
	flex-flow: column nowrap;
	gap: 2rem;
	align-items: center;
	justify-content: center;
	padding: 4rem;
	text-decoration: none;
}

.hero__search ul li a i {
	font-size: 8rem;
}
.mandat {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #ffffff;
	color: #000000;
}
.mandat .container {
	display: flex;
	color: #000000;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.mandat .container {
		display: block;
		text-align: center;
	}
}
.mandat__title {
	color: black;
	font-size: 4rem;
	font-weight: bold;
}
.mandat__text {
	color: black;
	font-weight: lighter;
	font-size: 3rem;
	width: 40%;
}
@media only screen and (max-width: 768px) {
	.mandat__text {
		margin-top: 15px;
		width: 100%;
	}
}
.expert {
	background-color: #08dbff;
	padding-top: 5.5rem;
	padding-bottom: 5.5rem;
}
.expert__text,
.expert h2 {
	text-align: center;
	margin-bottom: 15px;
	color: black;
}
.fonctionnement {
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.fonctionnement__container {
	margin-top: 10rem;
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 768px) {
	.fonctionnement__container {
		display: block;
	}
}
.fonctionnement__container_liste {
	width: 65%;
}
@media only screen and (max-width: 768px) {
	.fonctionnement__container_liste {
		width: 100%;
	}
}
.liste__container {
	display: flex;
	font-size: 3rem;
	padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
	.liste__container {
		padding-bottom: 0;
	}
}
.liste__container:last-child {
	padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
	.liste__container {
		font-size: 20px;
	}
}
.liste__container_bullet {
	margin-right: 20px;
	position: relative;
	z-index: 2;
}
@media only screen and (max-width: 768px) {
	.liste__container_bullet {
		margin-right: 10px;
	}
}
.liste__container_bullet_no-after {
	margin-right: 20px;
	position: relative;
	z-index: 2;
}
@media only screen and (max-width: 768px) {
	.liste__container_bullet_no-after {
		margin-right: 10px;
	}
}
.liste__container_bullet::after {
	display: inline-block;
	position: absolute;
	content: "";
	width: 3px;
	height: 100%;
	left: 50%;
	top: 61px;
	background-color: white;
	z-index: 1;
}
@media only screen and (max-width: 768px) {
	.liste__container_bullet::after {
		width: 2px;
		top: 35px;
	}
}
@media only screen and (max-width: 768px) {
	.liste__container_bullet_no-after svg {
		width: 45px;
	}
}
.liste__container_bullet_no-after::after {
	display: none;
}
.liste__container_bullet svg {
	position: relative;
	z-index: 2;
}
@media only screen and (max-width: 768px) {
	.liste__container_bullet svg {
		width: 45px;
	}
}
@media only screen and (max-width: 768px) {
	.liste__container_step-title {
		padding-top: 15px;
	}
}
.liste__container_step-text {
	font-size: 2rem;
	padding-top: 1rem;
	line-height: 3rem;
}
@media only screen and (max-width: 768px) {
	.liste__container_step-text {
		padding-bottom: 30px;
		font-size: 1.8rem;
	}
}
.container__button {
	width: 35%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-self: center;
}
@media only screen and (max-width: 768px) {
	.container__button {
		width: 50%;
		margin: auto;
	}
}
@media only screen and (max-width: 576px) {
	.container__button {
		width: 100%;
	}
}
.container__button a {
	width: 70%;
	display: block;
	font-size: 1.8rem;
	text-align: center;
	margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
	.container__button a {
		width: 90%;
		font-size: 2.5rem;
	}
}
.container__button_bg-b {
	background-color: #08dbff;
	transition: 0.4s;
}
.container__button_bg-b:hover {
	background-color: #080156;
}
.container__button_link {
	display: inline;
	text-align: right;
	width: 100%;
	padding-left: 1.3rem;
	padding-right: 1.3rem;
}
.container__button_link div {
	display: inline;
}
#submit-situation {
	margin: 4rem 0 0;
	display: inline-block;
}
.entreprendre {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #08dbff;
	line-height: 1.1em;
}
.entreprendre h2 {
	color: #000000;
}
.entreprendre__container {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 768px) {
	.entreprendre__container {
		flex-direction: column-reverse;
		margin-top: 25px;
	}
}
.entreprendre__form {
	width: 40%;
}
@media only screen and (max-width: 768px) {
	.entreprendre__form {
		width: 100%;
		margin-top: 25px;
	}
}
.entreprendre__form textarea {
	min-height: 150px;
	resize: none;
}
.entreprendre__form textarea,
.entreprendre__form input {
	width: calc(100% - 30px);
	padding: 15px 15px;
	border-radius: 15px;
	border: solid 1px #707070;
	font-size: 2.2rem;
	font-family: "Ubuntu";
	color: #080156;
	font-weight: bold;
}
.entreprendre__form textarea::placeholder,
.entreprendre__form input::placeholder {
	color: #080156;
}
.entreprendre__form label {
	font-size: 1.8rem;
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-left: 15px;
	color: #080156;
}
.entreprendre__form_submit {
	display: block;
	margin: auto;
	width: 60%;
	background-color: #08dbff;
	color: #ffffff;
	font-family: "Ubuntu";
	font-size: 1.8rem;
	transition: 0.4s;
}
.entreprendre__form_submit:hover {
	background-color: #080156;
}
@media only screen and (max-width: 768px) {
	.entreprendre__form_submit {
		width: 80%;
		font-size: 2.3rem;
	}
}
.entreprendre__testimony {
	width: 45%;
}

@media only screen and (max-width: 768px) {
	.entreprendre__testimony {
		width: 100%;
	}
}
.entreprendre__testimony_text {
	color: #080156;
	font-size: 3rem;
}
.entreprendre__testimony_name {
	line-height: 45px;
	color: #080156;
	font-size: 3rem;
}
@media only screen and (max-width: 768px) {
	.entreprendre__testimony_name {
		line-height: 25px;
	}
}
.reponse-question {
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.reponse-question__container {
	display: flex;
}
@media only screen and (max-width: 768px) {
	.reponse-question__container {
		display: block;
	}
}
.reponse-question__faq {
	width: 70%;
}
@media only screen and (max-width: 768px) {
	.reponse-question__faq {
		width: 100%;
	}
}
.reponse-question__faq h2 {
	margin-bottom: 50px;
}
.reponse-question__faq_accordeon {
	background-color: transparent;
	cursor: pointer;
	width: 90%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 3.5rem;
	font-family: "Ubuntu";
	color: #ffffff;
	transition: 0.4s;
	padding-bottom: 10px;
	border-bottom: solid 1px white;
}
.reponse-question__faq_accordeon:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' viewBox='0 0 20 18'%3E%3Cpath id='Polygone_9' data-name='Polygone 9' d='M9.126,1.573a1,1,0,0,1,1.748,0l8.3,14.941A1,1,0,0,1,18.3,18H1.7a1,1,0,0,1-.874-1.486Z' fill='%23fff'/%3E%3C/svg%3E%0A");
	float: right;
	transform: rotate(180deg);
}
.reponse-question__faq_accordeon.active:after {
	transform: rotate(360deg);
}
.reponse-question__faq_accordeon_panel {
	width: 90%;
	padding-top: 15px;
	margin-bottom: 15px;
	font-size: 2.8rem;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.reponse-question__blog {
	width: 30%;
}
@media only screen and (max-width: 768px) {
	.reponse-question__blog {
		width: 100%;
		margin-top: 35px;
	}
}
.reponse-question__blog_container {
	display: flex;
	justify-content: space-between;
	font-size: 1.8rem;
	margin-top: 10px;
}
@media only screen and (max-width: 576px) {
	.reponse-question__blog_container {
		font-size: 2.5rem;
	}
}
.reponse-question__blog_container a {
	text-decoration: underline;
}
.reponse-question__blog_container a:hover {
	color: #08dbff;
}
@media only screen and (max-width: 576px) {
	.reponse-question__blog_container a {
		font-size: 2.5rem;
	}
}
.reponse-question__blog_container a::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.812' height='13.66' viewBox='0 0 16.812 13.66'%3E%3Cpath id='arrow-right-thin' d='M9.682,77.542l6,6a.283.283,0,0,1,0,.4l-6,6a.283.283,0,0,1-.4-.4L14.8,84.025H.284a.283.283,0,0,1,0-.566H14.8L9.282,77.941a.282.282,0,1,1,.4-.4Z' transform='translate(0.499 -76.913)' fill='%23fff' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E%0A");
	margin-left: 5px;
}
.reponse-question__blog_title {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.2;
}
@media only screen and (max-width: 768px) {
	.reponse-question__blog_title {
		font-size: 3.5rem;
	}
}
.reponse-question__blog_img img {
	margin-top: 10px;
	border-radius: 20px;
	width: 100%;
}
.reponse-question__blog_button {
	margin-top: 10px;
	display: block;
	font-size: 1.8rem;
	width: 50%;
	text-align: center;
}
@media only screen and (max-width: 576px) {
	.reponse-question__blog_button {
		margin-top: 25px;
		width: 90%;
		font-size: 2.5rem;
	}
}
.scenario {
	background-color: #ffffff;
	padding-top: 7rem;
	padding-bottom: 7rem;
	position: relative;
}
.scenario__title {
	color: #000000;
	font-size: 5.5rem;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.scenario__title--bold {
	font-weight: bold;
	color: #000000;
	display: inline;
}
.scenario__list {
	margin-top: 7rem;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
	.scenario__list {
		display: block;
	}
}
.scenario__list a {
	color: #000000;
	font-size: 4;
	margin-top: 2rem;
	padding-right: 15px;
}
@media only screen and (max-width: 576px) {
	.scenario__list a {
		display: block;
		text-align: center;
	}
}
.scenario__list a:active {
	text-decoration: underline;
}
.etape {
	padding-top: 15rem;
	padding-bottom: 15rem;
}
.etape__container {
	margin-top: 10rem;
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 768px) {
	.etape__container {
		display: block;
	}
}
.etape__container_liste {
	width: 65%;
}
@media only screen and (max-width: 992px) {
	.etape__container_liste {
		width: 55%;
	}
}
@media only screen and (max-width: 768px) {
	.etape__container_liste {
		width: 100%;
	}
}
.etape__title {
	font-size: 6.5rem;
}
.etape__subtitle {
	font-size: 4.5rem;
	margin-top: 1rem;
	font-weight: lighter;
}
.container__button-source {
	padding-left: 2rem;
	width: 35%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-self: center;
	cursor: pointer;
}
@media only screen and (max-width: 992px) {
	.container__button-source {
		width: 45%;
		padding-left: 4rem;
	}
}
@media only screen and (max-width: 768px) {
	.container__button-source {
		width: 100%;
		padding-left: 0;
	}
}
.container__button-source a {
	width: 70%;
	display: block;
	font-size: 1.8rem;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.container__button-source a {
		width: 50%;
		font-size: 2.5rem;
		margin: auto;
	}
}
@media only screen and (max-width: 576px) {
	.container__button-source a {
		width: 90%;
		margin: auto;
	}
}
.container__button-source_list {
	margin-top: 5rem;
}
.source-list__item {
	margin-top: 3rem;
	display: flex;
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.source-list__item {
		width: 50%;
	}
}
@media only screen and (max-width: 576px) {
	.source-list__item {
		width: 100%;
	}
}
.source-list__item_text {
	margin: auto;
}
@media only screen and (max-width: 992px) {
	.source-list__item_text {
		margin-left: 3.5rem;
	}
}
.source-list__item img {
	border-radius: 15px;
	width: 25%;
}
.source-list__item_name {
	padding-top: 5px;
	font-weight: bold;
	font-size: 2rem;
}
.source-list__item_title {
	padding-top: 5px;
	font-style: italic;
	font-size: 2rem;
}
.source-list__item_company {
	padding-top: 5px;
	font-weight: lighter;
	font-size: 2rem;
}
.situation {
	padding-top: 5rem;
}
.situation h2 {
	letter-spacing: 2px;
	font-weight: bold;
}
.situation__subtitle {
	font-family: "Inconsolata";
}
.situation__button-folder {
	display: flex;
	margin-top: 5rem;
	max-width: 1400px;
	padding-left: 7%;
}
@media only screen and (max-width: 576px) {
	.situation__button-folder {
		display: block;
	}
}
.situation__button-folder_button {
	font-family: "Ubuntu";
	font-size: 2.5rem;
	color: #ffffff;
	text-align: inherit;
	padding-bottom: 2rem;
	padding-left: 3.5rem;
	padding-right: 2rem;
	border: none;
	cursor: pointer;
}
@media only screen and (max-width: 576px) {
	.situation__button-folder_button {
		margin-bottom: 2rem;
	}
}
.situation__button-folder_button.--sit-1 {
	-webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
	background-color: #08dbff;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
@media only screen and (max-width: 576px) {
	.situation__button-folder_button.--sit-1 {
		-webkit-clip-path: none;
		clip-path: none;
		border: solid 1px #08dbff;
		background-color: transparent;
		padding-right: 3.5rem;
		cursor: pointer;
	}
}
.situation__button-folder_button.--sit-1:before {
	-webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
	content: "";
	background-color: #1a1a1a;
	position: absolute;
	width: calc(100% - 2px);
	height: 99%;
	top: 1px;
	left: 1px;
	z-index: -1;
}
@media only screen and (max-width: 576px) {
	.situation__button-folder_button.--sit-1:before {
		-webkit-clip-path: none;
		clip-path: none;
		display: none;
	}
}
.situation__button-folder_button.--sit-2 {
	-webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0% 38%);
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0% 38%);
	background-color: #ef32f9;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
@media only screen and (max-width: 576px) {
	.situation__button-folder_button.--sit-2 {
		-webkit-clip-path: none;
		clip-path: none;
		border: solid 1px #ef32f9;
		background-color: transparent;
		padding-right: 3.5rem;
		cursor: pointer;
	}
}
.situation__button-folder_button.--sit-2:before {
	-webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0% 38%);
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0% 38%);
	content: "";
	background-color: #1a1a1a;
	position: absolute;
	width: calc(100% - 2px);
	height: 99%;
	top: 1px;
	left: 1px;
	z-index: -1;
}
@media only screen and (max-width: 576px) {
	.situation__button-folder_button.--sit-2:before {
		-webkit-clip-path: none;
		clip-path: none;
		display: none;
	}
}
.situation__button-folder_button.--sit-3 {
	-webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0% 38%);
	clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0% 38%);
	background-color: #00ffce;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
@media only screen and (max-width: 576px) {
	.situation__button-folder_button.--sit-3 {
		-webkit-clip-path: none;
		clip-path: none;
		border: solid 1px #00ffce;
		background-color: transparent;
		padding-right: 3.5rem;
		cursor: pointer;
	}
}
.situation__button-folder_button.--sit-3:before {
	-webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0% 38%);
	clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0% 38%);
	content: "";
	background-color: #1a1a1a;
	position: absolute;
	width: calc(100% - 2px);
	height: 99%;
	top: 1px;
	left: 1px;
	z-index: -1;
}
.situation__button-folder_title {
	padding-top: 2rem;
	text-align: left;
}
.situation__button-folder_title.--b-color {
	color: #08dbff;
}
.situation__button-folder_title.--m-color {
	color: #ef32f9;
}
.situation__button-folder_title.--g-color {
	color: #00ffce;
}
.situation__content.--sit-1 {
	width: 100%;
	border-top: solid 1px #08dbff;
	padding-top: 15rem;
}
.situation__content.--sit-2 {
	width: 100%;
	border-top: solid 1px #ef32f9;
	padding-top: 15rem;
	display: none;
}
.situation__content.--sit-3 {
	width: 100%;
	border-top: solid 1px #00ffce;
	padding-top: 15rem;
	display: none;
}
.situation__content_step {
	display: flex;
	justify-content: center;
	width: 60%;
	margin: 0 auto 10rem auto;
}
@media only screen and (max-width: 992px) {
	.situation__content_step {
		width: 80%;
	}
}
@media only screen and (max-width: 576px) {
	.situation__content_step {
		display: block;
		width: 100%;
	}
}
.situation__content_step.--reverse {
	flex-direction: row-reverse;
}
.situation__content_step_number {
	font-size: 20rem;
	font-weight: bold;
}
.situation__content_step_text {
	width: 70%;
	margin: auto 25px;
}
@media only screen and (max-width: 992px) {
	.situation__content_step_text {
		width: 80%;
	}
}
@media only screen and (max-width: 576px) {
	.situation__content_step_text {
		width: 100%;
		margin: 0;
	}
}
.situation__text_title span {
	color: #000000;
}
.situation__text_title span.--bg-b {
	background-color: #08dbff;
}
.situation__text_title span.--bg-o {
	background-color: #fea621;
}
.situation__text_title span.--bg-m {
	background-color: #ef32f9;
}
.situation__text_title span.--bg-y {
	background-color: #ffff01;
}
.situation__text_title span.--bg-g {
	background-color: #00ffce;
}
.situation__text_subtitle {
	margin-top: 1rem;
	font-size: 2.5rem;
	font-family: "Inconsolata";
	font-weight: lighter;
}
.situation__button {
	margin: auto;
	font-family: "Ubuntu";
	background-color: transparent;
	color: #ffffff;
	display: block;
	cursor: pointer;
}
.forfait {
	padding-top: 20rem;
	padding-bottom: 12rem;
	position: relative;
}
@media only screen and (max-width: 768px) {
	.forfait {
		padding-top: 8rem;
	}
}
.forfait__title {
	text-align: center;
	font-weight: bold;
	font-size: 5rem;
	line-height: 1.5;
}
.forfait__subtitle {
	text-align: center;
	font-weight: lighter;
	font-size: 2.5rem;
	color: #08dbff;
}
.forfait__bg {
	position: absolute;
	top: 42rem;
	height: 100%;
	width: 100%;
	background-color: #08dbff;
	background-image: url("../images/bg-forfait.png");
	background-repeat: no-repeat;
	background-position: top right;
	z-index: -1;
}
@media only screen and (max-width: 768px) {
	.forfait__bg {
		top: 35rem;
	}
}
.forfait__container {
	width: 100%;
	margin-top: 5.5rem;
	display: flex;
	justify-content: center;
	gap: 15px 2%;
	flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
	.forfait__container {
		gap: 15px 1%;
	}
}
.forfait__card {
	width: 25%;
	padding: 2.5rem 3rem 2.5rem 3rem;
	background-color: #ffffff;
	border-radius: 3rem;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media only screen and (max-width: 768px) {
	.forfait__card {
		width: 40%;
		margin: auto;
	}
}
@media only screen and (max-width: 576px) {
	.forfait__card {
		width: 100%;
		max-width: 300px;
		margin: auto;
	}
}
.forfait__card.--card-1 {
	background-image: url("../images/bg-card-1.png");
	background-repeat: no-repeat;
	background-position-x: -28rem;
	background-position-y: -20rem;
}
@media only screen and (max-width: 1200px) {
	.forfait__card.--card-1 {
		background-position-x: -33rem;
		background-position-y: -23rem;
	}
}
@media only screen and (max-width: 992px) {
	.forfait__card.--card-1 {
		background-position-x: -36rem;
		background-position-y: -26rem;
	}
}
@media only screen and (max-width: 768px) {
	.forfait__card.--card-1 {
		background-position-x: -38rem;
		background-position-y: -29rem;
	}
}
@media only screen and (max-width: 576px) {
	.forfait__card.--card-1 {
		background-position-x: -43rem;
		background-position-y: -36rem;
	}
}
@media only screen and (max-width: 374px) {
	.forfait__card.--card-1 {
		background-position-x: -41rem;
		background-position-y: -57rem;
	}
}
.forfait__card.--card-1 ul {
	position: relative;
	margin: 25px 15px 15px 30px;
}
.forfait__card.--card-1 ul li {
	color: #000000;
	font-size: 1.8rem;
	line-height: 1.6;
}
@media only screen and (max-width: 576px) {
	.forfait__card.--card-1 ul li {
		font-size: 2.3rem;
	}
}
.forfait__card.--card-1 ul li:last-child {
	margin-top: 25px;
}
.forfait__card.--card-1 ul li:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.037' height='10' viewBox='0 0 30.037 21.457'%3E%3Cpath id='check-solid' d='M61.334,96.653a2.149,2.149,0,0,1,0,3.037L44.172,116.853a2.149,2.149,0,0,1-3.037,0l-8.581-8.581a2.147,2.147,0,0,1,3.037-3.037l7.066,7.059L58.3,96.653a2.149,2.149,0,0,1,3.037,0Z' transform='translate(-31.925 -96.025)' fill='%2300ffce'/%3E%3C/svg%3E%0A");
	left: -20px;
	position: absolute;
}
.forfait__card.--card-2 {
	background-image: url("../images/bg-card-2.png");
	background-color: #2c2c2c;
	background-repeat: no-repeat;
	background-position-x: -28rem;
	background-position-y: -20rem;
}
@media only screen and (max-width: 1200px) {
	.forfait__card.--card-2 {
		background-position-x: -33rem;
		background-position-y: -23rem;
	}
}
@media only screen and (max-width: 992px) {
	.forfait__card.--card-2 {
		background-position-x: -36rem;
		background-position-y: -26rem;
	}
}
@media only screen and (max-width: 768px) {
	.forfait__card.--card-2 {
		background-position-x: -38rem;
		background-position-y: -29rem;
	}
}
@media only screen and (max-width: 576px) {
	.forfait__card.--card-2 {
		background-position-x: -43rem;
		background-position-y: -36rem;
	}
}
@media only screen and (max-width: 374px) {
	.forfait__card.--card-2 {
		background-position-x: -41rem;
		background-position-y: -57rem;
	}
}
.forfait__card.--card-2 ul {
	position: relative;
	margin: 25px 15px 15px 30px;
}
.forfait__card.--card-2 ul li {
	color: #ffffff;
	font-size: 1.8rem;
	line-height: 1.6;
}
@media only screen and (max-width: 576px) {
	.forfait__card.--card-2 ul li {
		font-size: 2.3rem;
	}
}
.forfait__card.--card-2 ul li:last-child {
	margin-top: 25px;
}
.forfait__card.--card-2 ul li:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.019' height='10.728' viewBox='0 0 15.019 10.728'%3E%3Cpath id='check-solid' d='M46.629,96.339a1.074,1.074,0,0,1,0,1.518l-8.581,8.581a1.074,1.074,0,0,1-1.518,0l-4.291-4.291a1.074,1.074,0,0,1,1.518-1.518l3.533,3.53,7.824-7.82a1.074,1.074,0,0,1,1.518,0Z' transform='translate(-31.925 -96.025)' fill='%23EF32F9'/%3E%3C/svg%3E%0A");
	left: -20px;
	position: absolute;
}
.forfait__card.--card-3 {
	background-image: url("../images/bg-card-3.png");
	background-color: #080156;
	background-repeat: no-repeat;
	background-position-x: -28rem;
	background-position-y: -20rem;
}
@media only screen and (max-width: 1200px) {
	.forfait__card.--card-3 {
		background-position-x: -33rem;
		background-position-y: -23rem;
	}
}
@media only screen and (max-width: 992px) {
	.forfait__card.--card-3 {
		background-position-x: -36rem;
		background-position-y: -26rem;
	}
}
@media only screen and (max-width: 768px) {
	.forfait__card.--card-3 {
		background-position-x: -38rem;
		background-position-y: -29rem;
	}
}
@media only screen and (max-width: 576px) {
	.forfait__card.--card-3 {
		background-position-x: -43rem;
		background-position-y: -36rem;
	}
}
@media only screen and (max-width: 374px) {
	.forfait__card.--card-3 {
		background-position-x: -41rem;
		background-position-y: -57rem;
	}
}
.forfait__card.--card-3 ul {
	position: relative;
	margin: 25px 15px 15px 30px;
}
.forfait__card.--card-3 ul li {
	color: #ffffff;
	font-size: 1.8rem;
	line-height: 1.6;
}
@media only screen and (max-width: 576px) {
	.forfait__card.--card-3 ul li {
		font-size: 2.3rem;
	}
}
.forfait__card.--card-3 ul li:last-child {
	margin-top: 25px;
}
.forfait__card.--card-3 ul li:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.019' height='10.728' viewBox='0 0 15.019 10.728'%3E%3Cpath id='check-solid' d='M46.629,96.339a1.074,1.074,0,0,1,0,1.518l-8.581,8.581a1.074,1.074,0,0,1-1.518,0l-4.291-4.291a1.074,1.074,0,0,1,1.518-1.518l3.533,3.53,7.824-7.82a1.074,1.074,0,0,1,1.518,0Z' transform='translate(-31.925 -96.025)' fill='%23FEA621'/%3E%3C/svg%3E%0A");
	left: -20px;
	position: absolute;
}
.forfait__card_title {
	color: #000000;
	font-family: "Inconsolata";
}
.forfait__card_title.--white-color {
	color: #ffffff;
}
.forfait__card_price {
	color: #000000;
	font-weight: bold;
	margin-top: 2rem;
	font-size: 6rem;
}
.forfait__card_price.--white-color {
	color: #ffffff;
}
.forfait__card_price-detail {
	color: #000000;
	font-weight: lighter;
	font-size: 1.5rem;
}
.forfait__card_price-detail.--white-color {
	color: #ffffff;
}
.forfait__card_button {
	border: 2px solid #000000;
	background-color: #000000;
	width: 80%;
	display: block;
	text-align: center;
	margin-top: 5rem;
	margin-left: auto;
	margin-right: auto;
}
.forfait__card_button:hover {
	background-color: #08dbff;
	border: 2px solid #ffffff;
}
@media only screen and (max-width: 992px) {
	.forfait__card_button {
		margin-top: 1rem;
	}
}
@media only screen and (max-width: 576px) {
	.forfait__card_button {
		margin-top: 8rem;
	}
}
.forfait__card_button.--empty-button {
	background-color: transparent;
	border: solid 2px #ffffff;
}
.forfait__card_button.--empty-button:hover {
	background-color: #08dbff;
}
.temoignage {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-image: url("../images/bg-temoignage.png");
	background-size: cover;
}
.temoignage__title {
	font-weight: bold;
	font-size: 5rem;
	color: #000000;
	margin: auto;
	text-align: center;
}
.temoignage__wrapper {
	margin-top: 10rem;
}
.temoignage__wrapper_testimonial {
	background-color: #ffffff;
	width: 30%;
	border-radius: 20px;
	margin: 0 15px;
	padding-left: 3rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.temoignage__wrapper_testimonial.--dark {
	background-color: #1a1a1a;
}
.temoignage__testimonial_container {
	display: flex;
	align-items: center;
}
.temoignage__testimonial_img img {
	width: 80px;
	border-radius: 10px;
}
.temoignage__testimonial_name {
	font-size: 2rem;
	color: #000000;
	margin-left: 1.5rem;
	font-family: "Inconsolata";
	font-weight: bold;
}
.temoignage__testimonial_name.--light-txt {
	color: #ffffff;
}
.temoignage__testimonial_job {
	font-size: 1.8rem;
	color: #000000;
	margin-left: 1.5rem;
	margin-top: 0.5rem;
	font-family: "Inconsolata";
}
.temoignage__testimonial_job.--light-txt {
	color: #ffffff;
}
.temoignage__testimonial_text {
	font-size: 2.5rem;
	line-height: 1.5;
	color: #000000;
	margin-top: 1.5rem;
	margin-left: 5px;
	width: 90%;
}
@media only screen and (max-width: 576px) {
	.temoignage__testimonial_text {
		margin-top: 3rem;
	}
}
.temoignage__testimonial_text::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.753' height='17.1' viewBox='0 0 13.753 17.1'%3E%3Cg id='Groupe_214' data-name='Groupe 214' transform='translate(-175.746 -5647.047)'%3E%3Cpath id='Tracé_214' data-name='Tracé 214' d='M5.92,27.267a20.385,20.385,0,0,1,1.008-6.431A25.246,25.246,0,0,1,9.951,14.76l2.845,1.3a22.98,22.98,0,0,0-2.045,5.216,19.29,19.29,0,0,0-.563,4.446v1.126a9.146,9.146,0,0,0,.059,1.008H5.92Z' transform='translate(169.826 5632.287)' fill='%2300FFCE'/%3E%3Cpath id='Tracé_215' data-name='Tracé 215' d='M5.92,27.267a20.385,20.385,0,0,1,1.008-6.431A25.246,25.246,0,0,1,9.951,14.76l2.845,1.3a22.98,22.98,0,0,0-2.045,5.216,19.29,19.29,0,0,0-.563,4.446v1.126a9.146,9.146,0,0,0,.059,1.008H5.92Z' transform='translate(176.703 5636.287)' fill='%2300FFCE'/%3E%3C/g%3E%3C/svg%3E%0A");
	margin-top: -20px;
	margin-left: -15px;
	position: absolute;
}
@media only screen and (max-width: 768px) {
	.temoignage__testimonial_text::before {
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.6271' height='11.97' viewBox='0 0 13.753 17.1'%3E%3Cg id='Groupe_214' data-name='Groupe 214' transform='translate(-175.746 -5647.047)'%3E%3Cpath id='Tracé_214' data-name='Tracé 214' d='M5.92,27.267a20.385,20.385,0,0,1,1.008-6.431A25.246,25.246,0,0,1,9.951,14.76l2.845,1.3a22.98,22.98,0,0,0-2.045,5.216,19.29,19.29,0,0,0-.563,4.446v1.126a9.146,9.146,0,0,0,.059,1.008H5.92Z' transform='translate(169.826 5632.287)' fill='%2300FFCE'/%3E%3Cpath id='Tracé_215' data-name='Tracé 215' d='M5.92,27.267a20.385,20.385,0,0,1,1.008-6.431A25.246,25.246,0,0,1,9.951,14.76l2.845,1.3a22.98,22.98,0,0,0-2.045,5.216,19.29,19.29,0,0,0-.563,4.446v1.126a9.146,9.146,0,0,0,.059,1.008H5.92Z' transform='translate(176.703 5636.287)' fill='%2300FFCE'/%3E%3C/g%3E%3C/svg%3E%0A");
		margin-top: -15px;
	}
}
.temoignage__testimonial_text::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.784' height='15.486' viewBox='0 0 20.784 15.486'%3E%3Cg id='Groupe_215' data-name='Groupe 215' transform='translate(-361.261 -5788.867)'%3E%3Cpath id='Tracé_216' data-name='Tracé 216' d='M12.794,27.263a20.379,20.379,0,0,0-1.007-6.429A25.238,25.238,0,0,0,8.764,14.76l-2.844,1.3a22.973,22.973,0,0,1,2.044,5.215,19.285,19.285,0,0,1,.563,4.444v1.126a9.144,9.144,0,0,1-.059,1.007h4.326Z' transform='matrix(0.921, 0.391, -0.391, 0.921, 376.035, 5773.713)' fill='%2300FFCE'/%3E%3Cpath id='Tracé_217' data-name='Tracé 217' d='M12.794,27.263a20.379,20.379,0,0,0-1.007-6.429A25.238,25.238,0,0,0,8.764,14.76l-2.844,1.3a22.973,22.973,0,0,1,2.044,5.215,19.285,19.285,0,0,1,.563,4.444v1.126a9.144,9.144,0,0,1-.059,1.007h4.326Z' transform='matrix(0.921, 0.391, -0.391, 0.921, 366.695, 5772.967)' fill='%2300FFCE'/%3E%3C/g%3E%3C/svg%3E ");
	margin-left: 5px;
	margin-top: -10px;
	position: absolute;
}
@media only screen and (max-width: 768px) {
	.temoignage__testimonial_text::after {
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.5488' height='10.8402' viewBox='0 0 20.784 15.486'%3E%3Cg id='Groupe_215' data-name='Groupe 215' transform='translate(-361.261 -5788.867)'%3E%3Cpath id='Tracé_216' data-name='Tracé 216' d='M12.794,27.263a20.379,20.379,0,0,0-1.007-6.429A25.238,25.238,0,0,0,8.764,14.76l-2.844,1.3a22.973,22.973,0,0,1,2.044,5.215,19.285,19.285,0,0,1,.563,4.444v1.126a9.144,9.144,0,0,1-.059,1.007h4.326Z' transform='matrix(0.921, 0.391, -0.391, 0.921, 376.035, 5773.713)' fill='%2300FFCE'/%3E%3Cpath id='Tracé_217' data-name='Tracé 217' d='M12.794,27.263a20.379,20.379,0,0,0-1.007-6.429A25.238,25.238,0,0,0,8.764,14.76l-2.844,1.3a22.973,22.973,0,0,1,2.044,5.215,19.285,19.285,0,0,1,.563,4.444v1.126a9.144,9.144,0,0,1-.059,1.007h4.326Z' transform='matrix(0.921, 0.391, -0.391, 0.921, 366.695, 5772.967)' fill='%2300FFCE'/%3E%3C/g%3E%3C/svg%3E ");
		margin-top: -5px;
	}
}
.temoignage__testimonial_text.--light-txt {
	color: #ffffff;
}
.temoignage__testimonial_text.--light-txt::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.753' height='17.1' viewBox='0 0 13.753 17.1'%3E%3Cg id='Groupe_214' data-name='Groupe 214' transform='translate(-175.746 -5647.047)'%3E%3Cpath id='Tracé_214' data-name='Tracé 214' d='M5.92,27.267a20.385,20.385,0,0,1,1.008-6.431A25.246,25.246,0,0,1,9.951,14.76l2.845,1.3a22.98,22.98,0,0,0-2.045,5.216,19.29,19.29,0,0,0-.563,4.446v1.126a9.146,9.146,0,0,0,.059,1.008H5.92Z' transform='translate(169.826 5632.287)' fill='%23ef32f9'/%3E%3Cpath id='Tracé_215' data-name='Tracé 215' d='M5.92,27.267a20.385,20.385,0,0,1,1.008-6.431A25.246,25.246,0,0,1,9.951,14.76l2.845,1.3a22.98,22.98,0,0,0-2.045,5.216,19.29,19.29,0,0,0-.563,4.446v1.126a9.146,9.146,0,0,0,.059,1.008H5.92Z' transform='translate(176.703 5636.287)' fill='%23ef32f9'/%3E%3C/g%3E%3C/svg%3E%0A");
	margin-top: -20px;
	margin-left: -15px;
	position: absolute;
}
@media only screen and (max-width: 768px) {
	.temoignage__testimonial_text.--light-txt::before {
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.6271' height='11.97' viewBox='0 0 13.753 17.1'%3E%3Cg id='Groupe_214' data-name='Groupe 214' transform='translate(-175.746 -5647.047)'%3E%3Cpath id='Tracé_214' data-name='Tracé 214' d='M5.92,27.267a20.385,20.385,0,0,1,1.008-6.431A25.246,25.246,0,0,1,9.951,14.76l2.845,1.3a22.98,22.98,0,0,0-2.045,5.216,19.29,19.29,0,0,0-.563,4.446v1.126a9.146,9.146,0,0,0,.059,1.008H5.92Z' transform='translate(169.826 5632.287)' fill='%23ef32f9'/%3E%3Cpath id='Tracé_215' data-name='Tracé 215' d='M5.92,27.267a20.385,20.385,0,0,1,1.008-6.431A25.246,25.246,0,0,1,9.951,14.76l2.845,1.3a22.98,22.98,0,0,0-2.045,5.216,19.29,19.29,0,0,0-.563,4.446v1.126a9.146,9.146,0,0,0,.059,1.008H5.92Z' transform='translate(176.703 5636.287)' fill='%23ef32f9'/%3E%3C/g%3E%3C/svg%3E%0A");
		margin-top: -15px;
	}
}
.temoignage__testimonial_text.--light-txt::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.784' height='15.486' viewBox='0 0 20.784 15.486'%3E%3Cg id='Groupe_215' data-name='Groupe 215' transform='translate(-361.261 -5788.867)'%3E%3Cpath id='Tracé_216' data-name='Tracé 216' d='M12.794,27.263a20.379,20.379,0,0,0-1.007-6.429A25.238,25.238,0,0,0,8.764,14.76l-2.844,1.3a22.973,22.973,0,0,1,2.044,5.215,19.285,19.285,0,0,1,.563,4.444v1.126a9.144,9.144,0,0,1-.059,1.007h4.326Z' transform='matrix(0.921, 0.391, -0.391, 0.921, 376.035, 5773.713)' fill='%23ef32f9'/%3E%3Cpath id='Tracé_217' data-name='Tracé 217' d='M12.794,27.263a20.379,20.379,0,0,0-1.007-6.429A25.238,25.238,0,0,0,8.764,14.76l-2.844,1.3a22.973,22.973,0,0,1,2.044,5.215,19.285,19.285,0,0,1,.563,4.444v1.126a9.144,9.144,0,0,1-.059,1.007h4.326Z' transform='matrix(0.921, 0.391, -0.391, 0.921, 366.695, 5772.967)' fill='%23ef32f9'/%3E%3C/g%3E%3C/svg%3E ");
	margin-left: 5px;
	margin-top: -10px;
	position: absolute;
}
@media only screen and (max-width: 768px) {
	.temoignage__testimonial_text.--light-txt::after {
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.5488' height='10.8402' viewBox='0 0 20.784 15.486'%3E%3Cg id='Groupe_215' data-name='Groupe 215' transform='translate(-361.261 -5788.867)'%3E%3Cpath id='Tracé_216' data-name='Tracé 216' d='M12.794,27.263a20.379,20.379,0,0,0-1.007-6.429A25.238,25.238,0,0,0,8.764,14.76l-2.844,1.3a22.973,22.973,0,0,1,2.044,5.215,19.285,19.285,0,0,1,.563,4.444v1.126a9.144,9.144,0,0,1-.059,1.007h4.326Z' transform='matrix(0.921, 0.391, -0.391, 0.921, 376.035, 5773.713)' fill='%23ef32f9'/%3E%3Cpath id='Tracé_217' data-name='Tracé 217' d='M12.794,27.263a20.379,20.379,0,0,0-1.007-6.429A25.238,25.238,0,0,0,8.764,14.76l-2.844,1.3a22.973,22.973,0,0,1,2.044,5.215,19.285,19.285,0,0,1,.563,4.444v1.126a9.144,9.144,0,0,1-.059,1.007h4.326Z' transform='matrix(0.921, 0.391, -0.391, 0.921, 366.695, 5772.967)' fill='%23ef32f9'/%3E%3C/g%3E%3C/svg%3E ");
		margin-top: -5px;
	}
}
.slick-dots li button:before {
	margin-top: 2rem !important;
	opacity: 1 !important;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 21.652 21.65'%3E%3Cpath id='Tracé_211' data-name='Tracé 211' d='M256.5,369.177l-3.038,7.71-7.6,3.3-7.71-3.037-3.305-7.6,3.038-7.71,7.6-3.3,7.7,3.037Z' transform='translate(-234.85 -358.54)' fill='%232c2c2c'/%3E%3C/svg%3E%0A") !important;
}
.slick-dots li.slick-active button:before {
	opacity: 1 !important;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 21.652 21.65'%3E%3Cpath id='Tracé_212' data-name='Tracé 212' d='M256.5,369.177l-3.038,7.71-7.6,3.3-7.71-3.037-3.305-7.6,3.038-7.71,7.6-3.3,7.7,3.037Z' transform='translate(-234.85 -358.54)' fill='%23ef32f9'/%3E%3C/svg%3E%0A") !important;
}
.bandeau-info {
	padding-top: 5rem;
	padding-bottom: 3rem;
	text-align: center;
	background-color: #1a1a1a;
}
.bandeau-info__title {
	font-size: 5rem;
}
.bandeau-info__subtitle {
	font-size: 3rem;
	margin-top: 2rem;
	font-weight: lighter;
}

.myswal2-html-container p {
	font-size: 20px !important;
	color: #555555;
	font-family: "Poppins", arial, sans-serif;
	text-align: left;
	padding-bottom: 20px;
	justify-content: center;
}
.myswal2-button {
	background-color: #1e3a5f !important;
	color: white !important;
	border: none !important;
	border-radius: 4px !important;
	padding: 5px 10px 5px 10px !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
	font-size: 20px !important;
	font-weight: bold !important;
}
