.defaultMainContainer .imageContainer > * > * {
	object-fit: contain;
	display: block;
}

.conseilSection {
	background-color: rgb(229, 229, 229);
	text-align: center;
	padding: 3rem 0 4rem 0;
}

.conseilSection h3 {
	font-size: 3rem;
	font-weight: bold;
	margin: 0;
}

.conseilSection h4 {
	font-size: 1.2rem;
	margin: 0;
	margin-bottom: 2rem;
	font-weight: 500;
}

.conseilSection img {
	margin-top: 2rem;
	width: 90px;
}

.conseilSection p {
	margin: 0;
	font-weight: bold;
	font-size: 1.5rem;
}

.pointsSeparator {
	width: 90px;
	height: 0px;
	border-top: 5px black dotted;
}
.yellowBtn {
	background-color: var(--yellow-theme);
	border: 2px var(--yellow-theme) solid;
	text-transform: uppercase;
	font-weight: bold;
	padding: 1rem 5rem;
	color: black;
	margin: 2rem 0 0;
}
.yellowBtn:hover {
	border-color: var(--blue-theme);
}
.parallaxMap {
	background-image: url('/images/map.jpg');
	/* Set a specific height */
	height: 300px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	filter: contrast(1.5);
}

.parallaxMap .finder a {
	background-color: rgb(222, 188, 45);
}

.blueFilter {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(34, 56, 92, 0.88);
}
/*.parallaxMap span*/
.parallaxMap h2 {
	color: white;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 400;
	width: 20vw;
	text-align: center;
}

.blablaSection {
	padding: 2rem;
	background-color: var(--grey-theme);
}

.blablaSection h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	margin: 0;
}

.blablaSection div {
	flex: 2;
	margin: 0 2rem;
}
.blablaSection article {
	flex: 1;
}

.blablaSection h4 {
	font-size: 1.2rem;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}
.blablaSection h5 {
	font-size: 1.2rem;
	text-transform: uppercase;
	margin-left: 0.5rem;
}

.blablaSection p {
	margin-top: 0.2rem;
	font-size: 0.8rem;
	font-weight: 600;
}

.blablaSection a {
	color: black;
}

.blablaSection img {
	/* max-width: 200px; */
	max-height: 50px;
	display: block;
	/* margin: 0 auto; */
	margin: auto 0;
}

@media all and (max-width: 1450px) {
	.blablaSection {
		padding: 2rem 4%;
	}

	.blueFilter {
		padding: 0 8%;
	}
}

@media all and (max-width: 1300px) {
	.blueFilter {
		flex-direction: column;
		justify-content: center;
	}

	.parallaxMap h2 {
		width: 100%;
		flex: unset;
	}

	.blueFilter > div {
		flex: unset;
		width: 100%;
	}

	.mapLinks {
		margin-top: 140px;
	}

	.blueBar {
		height: 140px;
		align-items: flex-end;
		padding-left: 0;
	}

	.blueBar > div {
		padding-bottom: 0.5rem;
	}
}

@media all and (max-width: 1200px) {
	.navYellowBar {
		width: 7%;
	}

	.blablaSection article {
		flex-direction: column;
	}

	.blueFilter {
		padding: 0 5%;
	}
}

@media all and (max-width: 1100px) {
	.conseilSection {
		padding: 2rem 0 2rem 0;
	}

	.conseilSection h3 {
		font-size: 2.5rem;
	}

	.conseilSection h4 {
		font-size: 1.7rem;
		margin-bottom: 1rem;
	}

	.conseilSection img,
	.conseilSection .separator {
		width: 70px;
	}
}

@media all and (max-width: 1000px) {
	.blueBar {
		height: 34vh;
	}

	.mapLinks {
		margin-top: 34vh;
	}

	.blueBar > div {
		padding-bottom: 2rem;
	}
	.bandeauOffre {
		display: none;
	}
}

@media all and (max-width: 990px) {
	.blueFilter > div {
		flex-direction: column;
	}

	.blueFilter > div > span {
		margin: 1rem !important;
	}

	.blueFilter h2 {
		margin-top: 0;
	}

	.pointsSeparator {
		display: none;
	}

	.conseilSection {
		padding-top: 4rem;
	}

	.conseilSection > div {
		justify-content: space-around;
	}

	.conseilSection > div > div {
		width: 40%;
	}
}

@media all and (max-width: 768px) {
	.blablaSection {
		display: none;
	}

	.conseilSection {
		padding-top: 2rem;
	}

	.conseilSection > div {
		flex-wrap: wrap;
	}

	.defaultMainContainer {
		display: flex;
		flex-direction: column-reverse;
	}

	.conseilSection img {
		width: 120px;
	}

	.conseilSection h3 {
		font-size: 2rem;
	}

	.conseilSection h4 {
		font-size: 1.5rem;
	}

	.parallaxMap {
		margin-top: 60px;
	}
}

@media all and (max-width: 350px) {
	.conseilSection p {
		font-size: 1.1rem;
	}
	.yellowBtn {
		padding: 1rem 0;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.conseilSection h3 {
		font-size: 1.7rem;
	}
	.conseilSection h4 {
		font-size: 1.2rem;
	}
	.mainSlider {
		display: none;
	}
	.footerInfos div {
		text-align: center;
	}
	.fsMenu nav {
		margin-top: 3rem;
	}
	.fsMenu .settingsCarBox {
		margin-top: 1rem;
	}
}
