﻿:root {
	--color-1: #75c13f;
	--color-1-24: #75c13f7e;
	--color-1-34: #75c13fbb;
	--color-2: #eb5b11;
	--color-3: #000;
	--color-3-34: #000b;
	--color-3-24: #0000007e;
	--color-4: #f0f0f0;
	--color-text: #262626;
	--color-text-clear: #8989a2;
	--color-title: #160637;
	scrollbar-color: var(--color-1) var(--color-4);
	scrollbar-width: 15px;
	--deco-height: 1000px;
	color-scheme: normal !important;
}
.hold_hidden_component {
	display: none !important;
}
.site_container {
	margin: 0 10%;
}
@media all and (max-width: 1500px) {
	.site_container {
		margin: 0 5%;
	}
}
@media all and (max-width: 1200px) {
	.site_container {
		width: calc(100% - 2rem);
		margin: 0 1rem;
	}
}
@media all and (max-width: 990px) {
	.site_container {
		width: calc(100% - 16px);
		margin: 0 8px;
	}
}
/* @font-face {
	font-family: "MainFont";
	src: url("/font/Nexa Light.otf") format("opentype");
	font-display: swap;
	font-weight: 400;
}
@font-face {
	font-family: "MainFont";
	src: url("/font/Nexa Bold.otf") format("opentype");
	font-display: swap;
	font-weight: 600;
} */
.noview {
	display: none;
}
::-webkit-scrollbar {
	width: 15px;
}
::-webkit-scrollbar-track {
	background: var(--color-4);
}
::-webkit-scrollbar-thumb {
	background: var(--color-1);
	border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
	transition: 0.3s ease;
	background: var(--color-1-34);
}
#LoadingBox {
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.65;
	text-align: center;
	font-size: 10px;
	color: #888;
}
#LoadingBox img {
	max-width: 60%;
}
form,
html,
body {
	margin: 0;
	/* font-family: MainFont, sans-serif; */
	font-family: "Poppins", sans-serif;
	scroll-behavior: smooth;
	color: var(--color-text);
}
a {
	text-decoration: none;
	transition: 0.3s ease;
	color: inherit;
}
p {
	margin: 4px 0;
}
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page {
	min-height: var(--deco-height);
}
.top_header {
	background: var(--color-text);
	color: white;
}
.top_header .site_container {
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top_header .site_container > div {
	margin-left: auto;
}
.clipPathTop {
	position: relative;
	z-index: -1;
}
.clipPathTop::after {
	clip-path: polygon(0 0, 81% 0%, 81% 80%, 0 75%);
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: var(--color-1);
	height: var(--deco-height);
	animation: 1s moveClipPath ease-in-out;
}
.clipPathTop::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: #d4d4d4;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
	animation: 1s moveClipPath2 ease-in-out forwards;
	animation-delay: 0.2s;
	height: var(--deco-height);
}
@keyframes moveClipPath {
	from {
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
	}
}
@keyframes moveClipPath2 {
	to {
		clip-path: polygon(0 0, 82.5% 0%, 82.5% 75%, 0 75%);
	}
}
.menu_principale ul {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 3em;
	text-transform: uppercase;
	color: white;
	text-transform: uppercase;
	font-size: 1.2em;
}
.menu_principale ul > div {
	flex: 1;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu_principale ul > div li {
	margin-left: auto;
}
.menu_principale .menuLink {
	padding: 0.5em 1em 0.3em;
	display: block;
	box-shadow: inset 0 0 0 2em var(--color-1);
	border: 1px var(--color-1) solid;
	transition: 0.5s ease;
}
.menu_principale .menuLink:hover {
	box-shadow: inset 0 0 0 1px #fff;
}
.submenu {
	display: none;
	background: white;
	position: absolute;
	top: 100%;
	padding: 4px;
	width: max-content;
	transition: 0.5s ease;
	animation: showSubMenu 0.5s ease;
}
@keyframes showSubMenu {
	from {
		transform: translateY(10px);
	}
}
.menu_principale .basicLink {
	position: relative;
	margin-bottom: 8px;
	font-weight: 500;
}
.menu_principale .basicLink:hover .submenu {
	display: block;
}
.submenu .menuLink:hover {
	color: var(--color-1);
}
.btn {
	padding: 0.5em 2em 0.3em 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: 0.5s ease;
	border: 2px var(--color-2) solid;
	background: white;
	box-shadow: inset 0 0 0 100px var(--color-2);
	text-transform: uppercase;
	width: fit-content;
	cursor: pointer;
	color: white;
	font-weight: 600;
}
.btn:hover {
	box-shadow: inset 0 0 0 0 var(--color-2);
	color: var(--color-2);
}
.btnEssaiContainer .btn.active,
.btn.active {
	border: 2px #fff solid;
	box-shadow: inset 0 0 0 100px #fff;
	color: var(--color-2);
}
.btnEssaiContainer .btn.active:hover,
.btn.active:hover {
	background: var(--color-2);
	box-shadow: inset 0 0 0 0 #fff;
	color: white;
}
.formBloc label {
	font-weight: 500;
	color: var(--color-text-clear);
}
.formBloc input::placeholder {
	color: var(--color-1);
	font-weight: bold;
}
.formBloc select,
.formBloc input {
	border: 2px var(--color-1) solid;
	color: var(--color-1);
	width: 100%;
	padding: 1em 0.5em;
	margin: 4px 0 18px;
	font-size: 1.1em;
	border-radius: 4px;
}
.formBloc {
	margin-bottom: 0;
}
.formBloc input[type="submit"] {
	background: var(--color-1) url(/images/icones/arrow-btn.svg) no-repeat;
	background-position: 98%;
	color: white;
	text-transform: uppercase;
	text-align: left;
	cursor: pointer;
	font-weight: bold;
	width: 240px;
	margin-left: 50%;
	transform: translateX(-50%);
	padding: 1em;
}
.formBloc select {
	font-weight: bold;
}
.pageTitle {
	margin: 1.5em 0;
	text-align: center;
	position: relative;
}
.pageTitle::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 300px;
	left: 50%;
	transform: translateX(-50%);
	height: 3px;
	background: #888;
}
.pageTitle > * {
	font-size: 2.7em;
	margin: 0;
	padding: 0.5em 0;
	color: var(--color-title);
}
.page_subtitle {
	text-align: center;
	max-width: 1000px;
	margin: auto;
	font-size: 1.1em;
	font-weight: bold;
}
footer {
	background: var(--color-1);
	padding: 3em 0 2em;
}
footer .site_container {
	display: flex;
	color: white;
}
footer .site_container > * {
	flex: 1;
	display: flex;
	flex-direction: column;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.6em;
}
.footerBottom {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 1em 0;
}
.footer_social {
	margin-top: 2em;
	display: flex;
	align-items: center;
}
.footer_social a {
	margin: 0 4px;
}
.mobileMenuTitre,
.mobileMenuLogo {
	display: none;
}
.HeadHome .site_container {
	display: flex;
	color: white;
	align-items: center;
	justify-content: space-between;
}
.HeadHome h1 {
	font-size: 2.2em;
	font-weight: 600;
}
.HeadHome h1 span {
	font-size: 2.5em;
	margin: 25px 0;
	display: block;
	line-height: 1em;
}
.HeadHome p {
	font-size: 1.4em;
	font-weight: 500;
}
.HeadHome .cloud {
	display: flex;
	align-items: center;
	font-size: 1.2em;
}
.HeadHome .cloud span {
	width: 25px;
	height: 2px;
	margin-right: 5px;
	background: #fff;
}
.btnEssaiContainer {
	margin-top: 1.5em;
	width: fit-content;
}
.btnEssaiContainer .btn {
	padding: 0.7em 2em 0.5em 2em;
	color: white;
}
.btnEssaiContainer .btn:hover {
	color: var(--color-2);
}
.imgHH {
	flex: 1;
}
	.imgHH img {
		width: 100%;
		object-fit: contain;
		border-radius: 5px;
	}
.txtHH {
	flex: 2;
}

.panierActions {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3em;
	margin-top: 2em;
}
.panierActions > * {
	flex: 1;
	max-width: 900px;
	margin-bottom: 100px;
}
.btnEssaiContainer input {
	height: 45px;
	width: 80px;
	margin: 2px 0.4em;
	text-align: center;
	font-size: 2em;
}
.panierActions .btnEssaiContainer {
	margin: 0 100px;
	width: calc(100% - 200px);
	justify-content: center;
}
.flecheQuiTourne {
	width: 100px;
	display: block;
}
.formTitle {
	font-weight: bold;
	text-transform: uppercase;
}
.formBlocP {
	margin: 8px 100px;
}
.formBlocP input::placeholder,
.formBlocP select,
.formBlocP input {
	border: 2px var(--color-2) solid;
	color: var(--color-2);
	font-size: 1.1em;
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.marques_graphibox {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 2em 0;
}
.marques_graphibox a {
	flex: 1;
	max-width: 300px;
}
.marques_graphibox a img {
	width: 100%;
}
@media (max-width: 1000px) {
	.marques_graphibox a {
		margin: 0 1em 1em;
	}
}

@media (max-width: 1300px) {
	:root {
		--deco-height: 880px;
	}
	.clipPathTop::after {
		clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 75%);
	}
	.clipPathTop::before {
		clip-path: polygon(0 0, 100% 0%, 100% 82%, 0 77%);
	}
	@keyframes moveClipPath2 {
		to {
			clip-path: polygon(0 0, 100% 0%, 100% 82%, 0 77%);
		}
	}
	.HeadHome h1 {
		font-size: 1.8em;
	}
	.HeadHome h1 span {
		margin: 0;
	}
}

@media (max-width: 1100px) {
	.formBlocP {
		margin: 8px 0 8px 100px;
	}
	.panierActions .btnEssaiContainer {
		margin: 0;
		width: 100%;
		padding: 4px 0;
	}
}
@media (max-width: 1000px) {
	.menu_principale ul > .mobileMenuFullPage {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: var(--color-text);
		z-index: 4;
		flex-direction: column;
		align-items: center;
		flex-wrap: nowrap;
		animation: openMenu 0.5s ease-in-out;
		justify-content: flex-start;
		overflow: auto;
	}
	@keyframes openMenu {
		from {
			top: 60%;
			opacity: 0.8;
			overflow: hidden;
		}
	}
	.menu_principale ul {
		padding-top: 1em;
	}
	.menu_principale ul > .mobileMenuFullPage > * {
		position: relative;
		z-index: 2;
		flex: unset;
	}
	.menu_principale ul > .mobileMenuFullPage::after {
		clip-path: polygon(0 80%, 100% 85%, 100% 100%, 0 100%);
		content: "";
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		background: var(--color-1);
		height: 100%;
	}
	.menu_principale ul > .mobileMenuFullPage::before {
		clip-path: polygon(0 78%, 100% 83%, 100% 100%, 0 100%);
		content: "";
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		background: #d4d4d4;
		height: 100%;
	}
	.mobileMenuLogo {
		display: block;
		margin-top: auto;
		margin-bottom: 1em;
		position: relative;
	}
	.mobileMenuLogo img {
		filter: drop-shadow(2px 4px 6px #3335);
	}
	.menu_principale ul > div li {
		margin-left: 0;
	}
	.menu_principale .basicLink:hover .submenu {
		display: none;
	}
	.mobileMenuTitre {
		display: block;
		font-size: 2em;
		color: white;
		width: calc(100% - 2em);
		margin: 2em 1em 1em;
	}
	.basicLink {
		flex: 1;
	}
	.menu_principale .btn,
	.menu_principale .menuLink {
		box-shadow: none;
		border: none;
		color: var(--color-1);
		font-size: 1.5em;
	}
	.menu_principale .btn {
		color: var(--color-2);
	}
}

@media (max-width: 768px) {
	:root {
		--deco-height: 1100px;
	}
	.top_header {
		display: none;
	}
	.HeadHome .site_container {
		flex-direction: column-reverse;
	}
	.imgHH {
		flex: unset;
		width: 100%;
	}
	.imgHH img {
		height: 200px;
	}
	footer .site_container {
		flex-wrap: wrap;
	}
	footer .site_container > * {
		flex: unset;
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
	}
	footer h3 {
		width: 100%;
		margin-bottom: 0;
	}
	footer .site_container > * a {
		margin-right: 1em;
	}
	.pageTitle > * {
		font-size: 2em;
	}
	.menu_principale ul {
		margin-top: 0;
		padding-top: 1em;
	}

	.HeadHome h1 span {
		font-size: 2em;
	}
	:root {
		--deco-height: auto;
	}
	.HeadHome {
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
		padding-bottom: 10%;
		background: var(--color-1);
	}
	.menu_principale {
		margin: 0;
		padding: 8px;
		background: var(--color-1);
	}
	.formBlocP {
		margin: 8px 0;
	}
	.menu_principale .btn,
	.menu_principale .menuLink {
		font-size: 1.2em;
	}
	.mobileMenuTitre {
		font-size: 1.5em;
		margin: 2em 1em 2em;
	}
}
@media (max-width: 768px) {
	.mobileMenuTitre {
		margin: 2em 1em 0.5em;
	}
}
.to_animate {
	transition: 2s ease-in-out;
	opacity: 0.5;
}
.FIRE {
	animation: 1s nicelyfade ease-in-out;
	opacity: 1;
}
@keyframes nicelyfade {
	from {
		opacity: 0.5;
		transform: scale3d(0.98, 0.98, 1);
		transform-origin: center;
	}
}

.fade-enter-active,
.fade-leave-active {
	transition: all 1s;
}
.fade-leave-to {
	opacity: 0;
	background: #d6d6d6;
	transform: rotate(-4deg) translateX(10px);
	position: absolute !important;
	top: 100px;
}
.fade-enter-to > * {
	opacity: 0.5;
}
.site_grid {
	display: grid;
	grid-gap: 1em;
	gap: 1em;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	grid-auto-rows: 400px;
	grid-auto-flow: row dense;
	position: relative;
	margin: 0 0 2em;
}
@media (min-width: 1000px) {
	.site_grid {
		grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
		grid-auto-rows: 420px;
	}
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.licences_haynes .site_container {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 2em 0;
}
.licences_haynes .site_container a {
	flex: 1 1 320px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 1em;
}
.licences_haynes .site_container p {
	font-weight: bold;
	font-size: 1.1em;
	display: block;
}
.licences_haynes .site_container span {
	font-size: 1em;
	font-weight: 600;
	color: var(--color-text-clear);
	display: block;
}
.licences_haynes .site_container .imgbox {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

@media all and (max-width: 768px){
	.licences_haynes .site_container .imgbox {
		height: auto;
	}
}
.licences_haynes .site_container .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.5s ease;
}
.licences_haynes .site_container a:hover img {
	transform: scale3d(1.1, 1.1, 1);
}
.btnEssaiContainer input[type="number"]::-webkit-inner-spin-button,
.btnEssaiContainer input[type="number"]::-webkit-outer-spin-button {
	opacity: 1;
	font-size: 2em;
}
.optionAchats {
	background: white;
	padding: 1em;
	border-radius: 8px;
	box-shadow: 0px 0 20px 0 rgb(104 104 114 / 40%);
	font-size: 1.1em;
}

@media all and (max-height: 1000px) {
	:root {
		--deco-height: 760px;
	}
	.menu_principale ul {
		/* margin-top: 0.5em; */
	}
	.HeadHome h1 span {
		margin: 0;
		font-size: 1.8em;
	}
	.HeadHome h1 {
		margin: 1em 1vw 2vh 0;
		font-size: 1.5em;
	}
	.HeadHome p {
		font-size: 1.2em;
	}
}
@media all and (max-width: 500px) {
	.optionAchats {
		padding: 4px;
	}
	.licences_haynes .site_container a {
		margin-bottom: 1em;
	}
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.help_haynes {
	background: radial-gradient(#ccc 0%, #fff 80%);
	padding-bottom: 4em;
	overflow: hidden;
	max-width: 100vw;
}
.help_haynes .site_container {
	display: flex;
	flex-wrap: wrap;
	padding: 2em 0;
	z-index: 1;
	position: relative;
}
.help_haynes .site_container aside {
	flex: 1;
	background: white;
	padding: 2em;
	margin-right: 2em;
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.help_haynes .site_container aside p {
	line-height: 1.5em;
	font-size: 1.2em;
	margin: 2em 0;
	color: var(--color-text-clear);
	font-weight: bold;
}
.help_haynes .site_container > section {
	flex: 4;
	display: flex;
	flex-direction: column;
	position: relative;
}
.help_haynes .site_container > section article {
	background: white;
	width: calc(100% - 4em);
	padding: 2em;
	padding-bottom: 100px;
	position: relative;
	flex: 1;
	transition: 0.5s ease;
}
.help_haynes .site_container > section article::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 30%;
	bottom: 5%;
	right: 0%;
	background: #d6d6d6;
	transform: rotate(-4deg) translateX(10px);
}
.flecheQuiTourne {
	width: 100px;
	display: block;
}
.img_voiture {
	position: absolute;
	right: 0;
	bottom: 1em;
	height: 300px;
	max-width: 50%;
	object-fit: contain;
}
.help_haynes .site_container > section article ul {
	margin-left: 100px;
	list-style: none;
	color: var(--color-text-clear);
	font-size: 1.1em;
	line-height: 2em;
	font-weight: 600;
}
.help_haynes .site_container > section ul li::before {
	content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: var(--color-1); /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.help_haynes .site_container > section article .btnEssaiContainer {
	margin-left: 100px;
}

.control_solutions {
	display: flex;
	align-items: center;
	z-index: 1;
}
.control_solutions div {
	color: var(--color-1);
	background: #d5d5d5;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	text-transform: uppercase;
	box-shadow: inset 0 0 8px 0 #ccc;
	padding: 0 1.5em;
	height: 50px;
	display: flex;
	align-items: center;
	margin-right: 1em;
	font-weight: bold;
	cursor: pointer;
	transition: 0.5s ease;
}
.control_solutions div:hover,
.control_solutions div.active {
	background: var(--color-1);
	color: white;
}
@media (max-width: 1100px) {
	.help_haynes .site_container aside {
		flex: unset;
		width: 100%;
		margin: 2em 0;
	}
	.control_solutions div {
		box-shadow: none;
		background: #fff;
	}
	.img_voiture {
		position: relative;
		margin: 0 25%;
		height: auto;
		bottom: unset;
	}
	.help_haynes .site_container > section article::before {
		display: none;
	}
}
@media (max-width: 700px) {
	.help_haynes .site_container > section article {
		background: white;
		width: calc(100% - 1em);
		padding: 0.5em;
	}
}
@media (max-width: 500px) {
	.help_haynes .site_container > section article ul {
		margin-left: 10px;
	}
	.control_solutions div {
		margin-right: 4px;
		padding: 0 0.5em;
	}
	.help_haynes .site_container > section article .btnEssaiContainer {
		margin-left: 0;
	}
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.commentFonctionne {
	margin: 2em 0 4em;
}
.commentFonctionne .site_container {
	display: flex;
	flex-wrap: wrap;
	padding: 2em 0;
}
.bigPicture {
	flex: 3;
	margin-right: 2em;
	background: url(/images/photos/comment_fonctionne_haynes.jpg);
}
.bigPicture iframe,
.bigPicture img {
	width: 100%;
	height: 100%;
	min-height: 300px;
	aspect-ratio: 4 / 2;
	object-fit: cover;
}
.textCF {
	flex: 1;
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.7em;
	color: var(--color-title);
}
.textCF span {
	font-size: 1.5em;
	text-transform: uppercase;
}
.vehiculesTypes {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.vehiculesTypes >  a {
	border: 1px black solid;
	padding: 8px 1em;
	margin: 0.5em 0;
	display: flex;
	align-items: center;
	box-shadow: inset 0 0 0 0 var(--color-2);
	transition: 0.5s ease;
}
.vehiculesTypes div {
	font-size: 0.85em;
	margin-top: 0.5em;
}
.vehiculesTypes a img {
	height: 30px;
	margin-right: 1em;
}
.vehiculesTypes a:hover {
	box-shadow: inset 0 0 0 50px var(--color-2);
}
@media (max-width: 1400px) {
	.bigPicture {
		flex: 2;
		margin-right: 1em;
	}
}
@media (max-width: 1000px) {
	.bigPicture {
		width: 100%;
		flex: unset;
		margin-right: 0;
	}
	.textCF {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		font-size: 1.2em;
	}
}

@media (max-width: 600px) {
	.vehiculesTypes a {
		display: none;
	}
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
