@font-face {
    font-family: "Jost New";
    src: url("./fonts/Jost-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jost New";
    src: url("./fonts/Jost-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jost New";
    src: url("./fonts/Jost-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jost New";
    src: url("./fonts/Jost-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jost New";
    src: url("./fonts/Jost-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



body {
	background: #fff;
	color: #2B2B2B;
	font-family: "Jost New";
}

h1 {
	font-family: "Jost New";
	text-transform: uppercase;
	font-size: 60px;
	line-height: 64px;
	color: #264C5D;
	font-weight: 700;
}

h2 {
	font-family: "Jost New";
	font-weight: 400;
	font-style: Regular;
	font-size: 44px;
	line-height: 54px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	color: #264C5D;
	margin-bottom: 30px;
}

a.blink {
	opacity: 1;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 40px;
	background-color: #264C5D;
	color: #F0EEE9;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.2s, background-color 0.2s;
}

a.blink.blue {
	background-color: #264C5D;
	color: #F0EEE9;
}

.elem.elem2 a.blink:hover,
a.blink.blue:hover {
	background-color: #54878E!important;
}

a.blink.brique {
	background-color: #8C4337;
	color: #F0EEE9;
}

.elem.elem1 a.blink:hover,
a.blink.brique:hover {
	background-color: #B46955!important;
}

a.blink.brique.pale {
	background-color: #B46955;
	color: #F0EEE9;
}

a.blink.brique.pale:hover {
	background-color: #8C4337;
}

a.blink.orange {
	background-color: #B0711E;
	color: #F0EEE9;
}

.elem.elem3 a.blink:hover,
a.blink.orange:hover {
	background-color: #CC923D!important;
}

.elem.elem5 a.blink,
a.blink.prune {
	background-color: #5E2947;
	color: #F0EEE9;
}

.elem.elem5 a.blink:hover,
a.blink.prune:hover {
	background-color: #90476A!important;
}

.elem.elem4 a.blink,
a.blink.vert {
	background-color: #87792F;
	color: #F0EEE9;
}

.elem.elem4 a.blink:hover,
a.blink.vert:hover {
	background-color: #A9A05B!important;
}

a.blink.transblue {
	background-color: transparent;
	border: 2px solid #264C5D;
	color: #264C5D;
}

a.blink.transblue:hover {
	background-color: #F0EEE9;
}

a.blink::after {
	content: '';
	background-image: url('../img/landingpage/white_arrow_lit.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
	width: 12px;
	height: 11px;
	margin-left: 10px;
}

a.blink.blue::after {
	background-image: url('../img/landingpage/white_arrow_lit.svg');
}

a.blink.transblue::after {
	background-image: url('../img/landingpage/transblue_arrow_lit.svg');
}

.lp_top_bar {
	position: relative;
	height: 130px;
	width: 100%;
	z-index: 2;
}

.lp_top_bar a.logo {
	position: absolute;
	left: 30px;
	top: 30px;
	display: block;
	width: 167px;
	height: 70px;
	background-repeat: no-repeat;
	background-image: url(../img/landingpage/logo1.svg);
	background-size: cover;
}

.lp_top_bar a.blink {
	position: absolute;
	right: 30px;
	top: 40px;
}

.lp_top_content {
	position: relative;
	z-index: 2;
	padding-bottom: 100px;
}

.lp_top_content .bkimage {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 48vw;
	height: auto;
	aspect-ratio: 1;
	background-image: url(../img/landingpage/landing_page_full.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

.lp_top_content .content {
	position: relative;
	z-index: 3;
	width: 50%;
	min-width: 570px;
	padding: 0;
}

.lp_top_content .content .ctn {
	position: relative;
	margin-left: 160px;
	width: 430px;
	padding-top: 84px;
}

.lp_top_content .content .ctn h1 {
	margin: 0;
	margin-bottom: 40px;
}

.lp_top_content .content .ctn span.offre {
	font-family: "Mansalva";
	font-weight: 400;
	font-style: Regular;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 0%;
	position: absolute;
	top: 40px;
	left: 0;
	color: #B0711E;
}

.lp_top_content .content .ctn h2 {
	font-family: "Jost New";
	font-weight: 300;
	font-style: Light;
	font-size: 28px;
	line-height: 36px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #264C5D;
	text-align: left;
	margin: 0;
	margin-bottom: 40px;
}

.lp_top_content .bkimage .ctn {
	display: none;
}

.lp_top_content .content .ctn ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
}

.lp_top_content .content .ctn ul li {
	position: relative;
	font-family: "Jost New";
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0%;
	margin-bottom: 5px;
	padding-left: 42px;
	color: #264C5D;
}

.lp_top_content .content .ctn ul li::before {
	content: '';
	display: block;
	position: absolute;
	left: 5px;
	top: 3px;
	width: 22px;
	height: 16px;
	background-image: url(../img/landingpage/check.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.lp_top_content .content .ctn a.blink {
	display: block;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	opacity: 1;
	border-radius: 40px;
	font-weight: 500;
	font-style: Medium;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	max-width: 360px;
	margin: 0;
	margin-bottom: 40px;
}

.lp_top_content .content .ctn a.blink::after {
	width: 12px;
	height: 15px;
}

.lp_top_content .content .ctn a.google_rank {
	display: block;
	width: 178px;
	height: 50px;
	background-image: url(../img/landingpage/google_ranking.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
}

.numbers_container {
	position: relative;
	z-index: 3;
	background-color: #f7f6f4;
	padding-top: 50px;
	padding-bottom: 20px;
}

.numbers_container .row .col {
	text-align: center;
	margin-bottom: 30px;
}

.numbers_container .row .col .num {
	font-family: "Jost New";
	font-weight: 300;
	font-size: 80px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	color: #87792F;
}

.numbers_container .row .col .num.heart {
	position: relative;
	height: 80px;
}

.numbers_container .row .col .num.heart img,
.numbers_container .row .col .num.heart svg {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, calc(-50% + 2px));
}

.numbers_container .row .col span {
	font-family: "Mansalva";
	font-weight: 400;
	font-style: Regular;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
}

.numbers_container .row .col:nth-child(even) .num {
	color: #8C4337;
}

.mini_gallery {
	padding-top: 20px;
	margin-bottom: 80px;
}

.mini_gallery .row .col {
	padding: 0 0;
	display: flex;
	margin-bottom: 20px;
}

.mini_gallery .row .col .img {
	display: block;
	height: auto;
	aspect-ratio: 1.25;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 10px;
}

.mini_gallery .row .col .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.facts {
	margin-bottom: 30px;
}

.facts h2 {
	margin-bottom: 30px;
}

.facts ul {
	list-style-type: none;
	padding: 0;
	max-width: 1280px;
	margin: 0 auto;
}

.facts ul li {
	margin-bottom: 15px;
}

.facts ul li span {
	display: block;
	position: relative;
	padding-left: 45px;
	font-family: "Mansalva";
	font-weight: 400;
	font-style: Regular;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 0%;
}

.facts ul li span::before {
	content: '';
	position: absolute;
	display: inline-block;
	left: 0;
	top: -5px;
	width: 35px;
	height: 35px;
	background-image: url(../img/landingpage/circle_orange.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.facts ul li span.dot2::before {
	background-image: url(../img/landingpage/circle_blue.svg);
}

.facts ul li span.dot3::before {
	background-image: url(../img/landingpage/circle_brique.svg);
}

.facts ul li span.dot4::before {
	background-image: url(../img/landingpage/circle_prune.svg);
}

.bandeau1 {
	position: relative;
	border-radius: 10px;
	padding: 40px 50px;
	color: #F0EEE9;
	overflow: hidden;
	max-width: 1280px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.bandeau1 .title h2 {
	color: #F0EEE9;
	font-family: "Jost New";
	font-weight: 700;
	font-style: Bold;
	font-size: 28px;
	line-height: 36px;
	letter-spacing: 0%;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 5px;
}

.bandeau1 .title p {
	font-family: "Mansalva";
	font-weight: 400;
	font-style: Regular;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 0%;
}

.bandeau1 .txt {
	text-align: left;
	padding-left: 70px;
	padding-right: 70px;
	font-family: "Jost New";
	font-weight: 300;
	font-style: Light;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0%;
}

.bandeau1 p {
	margin: 0;
}

.bandeau1 .link {
	text-align: right;
	justify-content: flex-end;
}

.bandeau1 .blink {
	display: inline-block;
	background-color: #B46955;
	text-align: left;
	font-size: 15px;
}

.bandeau1 .col {
	position: relative;
	z-index: 3;
}

.bandeau1 .bkgimg {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/landingpage/landing_page_bandeau_1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.bandeau1 .bkgcolor {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #8C4337;
	opacity: 0.97;
}

.trouver_studio {
	overflow: hidden;
	padding: 0;
}

.trouver_studio .container {
	max-width: 1400px;
	width: 1400px;
}

.trouver_studio h2 {
	margin-bottom: 30px;
}

.slide-scroll-list {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x proximity;
	padding-bottom: 20px;
}

.slide-scroll-list::-webkit-scrollbar {
	display: none;
}

.slide-scroll-list .elem {
	flex: 0 0 290px;
	width: 290px;
	height: 330px;
	scroll-snap-align: start;
}

.trouver_studio .slide-scroll-list .elem {
	flex: 0 0 268px;
	width: 268px;
	height: 380px;
}

.slide-scroll-list .elem .content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.slide-scroll-list .elem .bkg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.slide-scroll-list .elem .bkg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slide-scroll-list .elem .gradient {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(180deg, rgba(20, 32, 42, 0) 32%, rgba(20, 32, 42, 0.35) 55%, rgba(20, 32, 42, 0.9) 100%);
}

.slide-scroll-list .elem .ctn {
	position: absolute;
	bottom: 15px;
	left: 0;
	z-index: 3;
	padding: 0 20px;
}

.slide-scroll-list .elem .location {
	position: absolute;
	z-index: 3;
	left: 20px;
	top: 20px;
	min-width: 85px;
	min-height: 24px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	opacity: 1;
	border-radius: 20px;
	background-color: #8C4337;
	color: #F0EEE9;
	font-family: "Mansalva";
	font-weight: 300;
	font-size: 17px;
	line-height: 100%;
	letter-spacing: 0%;
}

.slide-scroll-list .elem .ctn h3 {
	font-family: "Jost New";
	font-weight: 700;
	font-style: Bold;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0%;
	vertical-align: middle;
	text-transform: uppercase;
	color: #F0EEE9;
	margin-bottom: 10px;
}

.slide-scroll-list .elem .ctn p {
	font-family: "Jost New";
	font-weight: 300;
	font-style: Light;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #F0EEE9;
	margin: 0;
	margin-bottom: 10px;
}

.slide-scroll-list .elem .ctn a.blink {
	display: inline-block;
	font-size: 15px;
	background-color: #8C4337;
}

.slide-scroll-list .elem.elem2 .location,
.slide-scroll-list .elem.elem2 .ctn a.blink {
	background-color: #264C5D;
}

.slide-scroll-list .elem.elem3 .location,
.slide-scroll-list .elem.elem3 .ctn a.blink {
	background-color: #B0711E;
}

.slide-scroll-list .elem.elem4 .location,
.slide-scroll-list .elem.elem4 .ctn a.blink {
	background-color: #87792F;
}

.slide-scroll-list .elem.elem5 .location,
.slide-scroll-list .elem.elem5 .ctn a.blink {
	background-color: #5E2947;
}

.decouverte_container {
	padding: 80px 0 70px 0;
	background-color: #f7f6f4;
	overflow: hidden;
	margin: 0;
	margin-bottom: 80px;
}

.decouverte_container .slide-scroll-list {
	justify-content: center;
	padding-bottom: 0;
}

.decouverte_container .slide-scroll-list .elem {
	max-height: 330px;
}

.decouverte_container .slide-scroll-list .elem .content {
	padding: 0 25px;
}

.decouverte_container .slide-scroll-list .elem .score {
	height: 18px;
	width: 90px;
	margin-bottom: 10px;
}

.decouverte_container .slide-scroll-list .elem .score5 {
	background-image: url(../img/landingpage/stars_5.svg);
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}

.decouverte_container .slide-scroll-list .elem p {
	color: #333333;
	font-family: "Jost New";
	font-weight: 300;
	font-style: Italic;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0%;
	margin: 0;
	margin-bottom: 10px;
}

.decouverte_container .slide-scroll-list .elem span.author {
	font-family: "Jost New";
	font-weight: 500;
	font-style: Italic;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #264C5D;
}

.faq_container {
	margin-bottom: 80px;
}

.bd_accordion {
	position: relative;
	margin: 25px 0;
	max-width: 678px;
	left: 50%;
	transform: translateX(-50%);
	padding: 25px 0 0 0;
	border: solid #E1DCD3;
	border-width: 0 0 2px 0;
}

.bd_accordion .accordion-item {
	margin-bottom: 0;
	text-align: left;
	border: none;
}

.bd_accordion h2 {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	border: solid #E1DCD3;
	border-width: 2px 0 0 0;
	color: #2B2B2B;
}

.bd_accordion .accordion-item h2 button:focus,
.bd_accordion .accordion-item h2 button:hover,
.bd_accordion .accordion-item h2 button {
	background: transparent;
	display: block;
	position: relative;
	font-family: "Jost New";
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	line-height: 24px;
	width: 100%;
	padding: 20px 40px 20px 0;
	text-align: left;
}

.bd_accordion .accordion-item h2 button::before {
	content: '';
	display: none;
}

.bd_accordion h2 button::after {
	content: '';
	display: block;
	position: absolute;
	right: 5px;
	top: 50%;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	background-image: url(../img/landingpage/plus.svg);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: center;
	opacity: 0.4;
	transition: transform 0.3s, opacity 0.3s;
}

.bd_accordion .accordion-item h2 button.collapsed::after {
	opacity: 1;
}

.bd_accordion .accordion-body {
	display: block;
	padding: 20px 40px;
	font-size: 15px;
	font-family: "Jost New", Sans-serif;
}

.bd_accordion .accordion-body h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

.bd_accordion .accordion-body p {
	margin-bottom: 25px;
}

.bandeau_side_mobile {
	display: none;
}

.bandeau_side {
	position: relative;
	overflow: hidden;
	width: 80vw;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 10px;
	padding: 70px 90px 30px 90px;
	margin-bottom: 20px;
}

.bandeau_side .background_gradient {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(90deg, rgba(30, 18, 15, 0.6) 18.59%, rgba(204, 146, 61, 0.1) 100%);
}

.bandeau_side .background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.bandeau_side .background img {
	z-index: 1;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.bandeau_side .background video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.bandeau_side .content {
	position: relative;
	z-index: 3;
	padding-top: 30px;
}

.bandeau_side .content h2 {
	text-align: left;
	font-family: "Jost New";
	font-weight: 400;
	font-style: Regular;
	font-size: 44px;
	line-height: 54px;
	text-transform: uppercase;
	color: #F0EEE9;
}

.bandeau_side .content span.deco {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Mansalva";
	font-weight: 400;
	font-style: Regular;
	font-size: 22px;
	line-height: 100%;
	color: #F0EEE9;
}

.bandeau_side .content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
}

.bandeau_side .content ul li {
	position: relative;
	font-family: "Jost New";
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0%;
	margin-bottom: 5px;
	padding-left: 42px;
	color: #F0EEE9;
}

.bandeau_side .content ul li::before {
	content: '';
	display: block;
	position: absolute;
	left: 5px;
	top: 3px;
	width: 22px;
	height: 16px;
	background-image: url(../img/landingpage/check.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.bandeau_side .content a.blink {
	display: block;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	opacity: 1;
	border-radius: 40px;
	font-weight: 500;
	font-style: Medium;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	max-width: 360px;
	margin: 0;
	margin-bottom: 40px;
	background-color: #B0711E;
	color: #F0EEE9;
}

.footer_container {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background-color: #f7f6f4;
	font-size: 18px;
	color: #264C5D;
}

.footer_container .txt {
	text-align: center;
	justify-content: center;
}

.footer_container .txt strong {
	color: #264C5D;
}

.footer_container .txt a {
	text-decoration: none;
	color: #B0711E;
	font-weight: bold;
}

.footer_container .credits {
	text-align: right;
	font-size: 14px;
	color: #264C5D;
	justify-content: flex-end;
}

.footer_container .credits ul {
	list-style-type: none;
}

.footer_container .credits ul li {
	display: inline;
}

.footer_container .credits ul li::after {
	content: ' - ';
}

.footer_container .credits ul li:last-child::after {
	content: '';
}

.footer_container .credits ul li a {
	text-decoration: none;
	color: #264C5D;
}







@media (min-width: 1400px) {

	.container {
		max-width: 1380px;
	}

}


@media (max-width: 992px) {

	h2 {
		font-size: 34px;
		line-height: 36px;
	}

	.lp_top_content {
		padding: 0;
		width: 100%;
	}

	.lp_top_content .container {
		max-width: unset;
	}

	.lp_top_bar_container {
		background-color: #fff;
		position: relative;
		z-index: 200;
	}

	.lp_top_bar {
		height: 50px;
		position: relative;
	}

	.lp_top_bar a.logo {
		left: 0;
		width: 95px;
		height: 40px;
		top: 5px;
	}

	.lp_top_bar a.blink {
		right: 0;
		top: 7px;
		padding-top: 5px;
		padding-bottom: 5px;
		background-color: #fff;
		color: #264C5D;
		border: 1px solid #264C5D;
	}

	.lp_top_bar a::after {
		background-image: url('../img/landingpage/blue_arrow_lit.svg');
		height: 12px;
	}

	.lp_top_content .bkimage {
		display: block;
		position: relative;
		top: -50px;
		right: unset;
		left: 0;
		width: 100%;
		height: auto;
		aspect-ratio: 0.66;
		background-image: url(../img/landingpage/landing_page_full_mobile.png);
		background-size: cover;
	}

	.lp_top_content .bkimage .ctn {
		display: block;
		position: absolute;
		width: 100%;
		bottom: 20%;
		left: 0;
		text-align: center;
	}

	.lp_top_content .content .ctn ul li {
		display: inline-block;
	}

	.lp_top_content .content .ctn a.blink {
		margin: 0 auto;
		margin-bottom: 40px;
	}

	.lp_top_content .content .ctn a.google_rank {
		text-align: center;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	.lp_top_content .content {
		width: 100%;
		min-width: unset;
		text-align: center;
	}

	.lp_top_content .content .ctn {
		margin: 0;
		width: 100%;
		padding: 0;
	}

	.lp_top_content .content .ctn h2 {
		text-align: center;
	}

	.lp_top_content .bkimage .ctn h1 {
		color: #F0EEE9;
		margin: 0;
		font-family: "Jost New";
		font-weight: 700;
		font-style: Bold;
		font-size: 42px;
		line-height: 40px;
		letter-spacing: 0%;
		text-align: center;
		text-transform: uppercase;
		max-width: 280px;
		margin: 0 auto;
	}

	.lp_top_content .bkimage .ctn span.offre {
		color: #F0EEE9;
		font-family: "Mansalva";
		font-weight: 400;
		font-style: Regular;
		font-size: 18px;
		line-height: 100%;
		letter-spacing: 0%;
		text-align: center;
		display: block;
		margin: 0 auto;
		margin-bottom: 25px;
	}

	.mini_gallery .row .col .img {
		/*height: 203px;*/
	}

	.facts ul {
		width: 380px;
		margin: 0 auto;
	}

	.bandeau1 {
		text-align: center;
	}

	.bandeau1 .title h2 {
		margin-bottom: 5px;
		text-align: center;
	}

	.bandeau1 .col {
		margin-bottom: 20px;
	}

	.bandeau1 .link {
		justify-content: center;
	}

	.bandeau1 .txt {
		justify-content: center;
		padding-left: 10px;
		padding-right: 10px;
	}

	.bandeau1 .txt p {
		text-align: center;
	}

	.bandeau1 p {
		margin-bottom: 20px;
	}

	.bandeau1 .blink {
		position: relative;
		padding-right: 30px;
		padding-left: 30px;
		font-weight: bold;
	}

	.bandeau1 .blink::after {
		position: absolute;
		right: 30px;
		top: 50%;
		transform: translateY(-50%);
	}

	.slide-scroll-list {
		justify-content: flex-start;
	}

	.decouverte_container .slide-scroll-list {
		justify-content: flex-start;
	}

	.trouver_studio .container {
		width: 100%;
	}

	.bandeau_side {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}

	.bandeau_side .background_gradient {
		display: none;
	}

	.bandeau_side .content {

	}

	.bandeau_side .background {
		display: none;
	}

	.bandeau_side_mobile {
		display: block;
		position: relative;
		overflow: hidden;
		width: 90vw;
		height: 250px;
		border-top-right-radius: 100px;
		border-bottom-right-radius: 10px;
		margin-bottom: 20px;
	}

	.bandeau_side_mobile .background {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.bandeau_side_mobile .background img {
		z-index: 1;
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.bandeau_side_mobile .background video {
		width: 100%;
		height: 100%;
		object-fit: cover;
		pointer-events: none;
	}

	.bandeau_side .content h2 {
		font-family: Jost;
		font-size: 34px;
		line-height: 36px;
		color: #264C5D;
	}

	.bandeau_side .content span.deco {
		color: #B0711E;
	}

	.bandeau_side .content ul {
		margin-bottom: 40px;
	}

	.bandeau_side .content ul li {
		color: #264C5D;
	}

	.bandeau_side .content ul li::before {
		content: '';
		display: block;
		position: absolute;
		left: 5px;
		top: 3px;
		width: 22px;
		height: 16px;
		background-image: url(../img/landingpage/check.svg);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
	}

	.bandeau_side .content a.blink {
		background-color: #B0711E;
		color: #F0EEE9;
	}

	.footer_container {
		padding-bottom: 0;
	}

	.footer_container .col {
		justify-content: center;
		margin-bottom: 20px;
		text-align: center;
	}


}

