body,
html {
	width: 100% !important;
	max-width: 100% !important;
	overflow-x: hidden !important;
	position: relative;
}

.accent-secondary-aa {
	accent-color: #00c3ab;
}

.cursor-pointer {
	cursor: pointer;
}

.line::after {
	content: "";
	position: relative;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 6.875rem;
	height: 1px;
	top: 0;
	background-color: #b30000;
}

.decoration-rotate-aa {
	position: absolute;
	top: 0;
	right: 0;
	width: 10.25rem;
	height: 10rem;
	background-size: 10rem 10rem;
	background-repeat: no-repeat;
	animation: rotation 8s infinite linear;
	transition: all 0.24s ease;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(359deg);
	}
}

/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

.global-background {
	/*background: url('~/assets/img/backgroundIndex.jpg') no-repeat center;*/
	position: relative;
	background-size: cover;
}

.global-background::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.background-black-aa {
	background-color: #1a1a1a;
}

.background-secondary-aa {
	background-color: #00c3ab;
}

.background-copyright {
	background-color: black;
}

.background-danger-aa {
	background-color: #b30000;
}

.background-danger-darker-aa {
	background-color: #670000;
}

.background-grey-aa {
	background-color: #f8f9fa;
}

.text-justify {
	text-align: justify;
}

.text-primary-aa {
	color: #b30000;
	text-decoration: none;
}

.btn-secondary-aa {
	background-color: #00c3ab;
	color: white;
	font-weight: 700;
	border-radius: 0.5rem;
}

.btn-secondary-aa:hover {
	background-color: #009d89;
	color: white;
}

.btn-primary-aa {
	background-color: #b30000;
	color: white;
	font-weight: 700;
	border-radius: 10px;
}

.btn-primary-aa:hover {
	background-color: #670000;
	color: white;
}

.btn-primary-aaa {
	background-color: #b30000;
	color: white;
}

.btn-search {
	background-color: #b30000;
	color: white;
	border-radius: 0px 10px 10px 0px;
}

.red-survey-card {
	background-color: #b30000;
	color: white;
}

.red-survey-card i {
	color: white;
}

.red-survey-card i:hover {
	color: #ecbfbf;
}

.red-survey-card p,
.red-survey-card Strong,
.red-survey-card h2 {
	color: white;
}

.white-survey-card {
	color: black;
}

.white-survey-card h2 {
	color: #b30000;
}

.white-survey-card i {
	color: #b30000;
}

.mb-6 {
	margin-bottom: 3rem !important;
}

.h-10 {
	height: 10%;
}

.start-25 {
	left: 25% !important;
}

.start-40 {
	left: 40% !important;
}

.start-55 {
	left: 55% !important;
}

.start-40 {
	left: 40% !important;
	padding-left: 10%;
}

.icon {
	color: white;
}

.icon:hover {
	background: #b30000;
	opacity: 0.5;
	cursor: pointer;
}

@media only screen and (max-width: 100px) {
	.mt-search-box-home {
		margin-top: 54px;
	}
}

@media only screen and (max-width: 740px) {
	.start-25 {
		left: 50% !important;
		top: 125% !important;
	}
}

@media only screen and (max-width: 740px) {
	.start-40 {
		left: 55% !important;
		padding-left: 10%;
	}
}

@media only screen and (max-width: 992px) {
	.ms-button-form {
		margin-left: 2.25rem;
	}
}

@media only screen and (min-width: 992px) {
	.ms-button-form {
		margin-left: 35rem;
	}
}

.mt-290 {
	margin-top: 290px;
}

.mt-n12 {
	margin-top: -12px;
}

.mt-n40 {
	margin-top: -40px;
}

.mb-30 {
	margin-bottom: 30px;
}

.ms-n50 {
	margin-left: -50px;
}

.ms-n40 {
	margin-left: -40px;
}

.top-25 {
	top: 25%;
}

@media only screen and (max-width: 992px) {
	.rounded-md-start {
		border-radius: 0.375rem 0 0 0.375rem;
	}
}

@media only screen and (min-width: 992px) {
	.rounded-md-start {
		border-radius: 0;
	}
}

.my-row {
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}

@media only screen and (min-width: 992px) {
	.w-87 {
		width: 87%;
	}
}

.w-220 {
	width: 220px;
}

.w-100px {
	width: 100px;
}

.link-wrapper {
	position: relative;
	display: block;
}

.fs-4em {
	font-size: 4em;
}

.fs-3em {
	font-size: 3em;
}

.fs-07em {
	font-size: 0.7em;
}

.border-secondary-aa {
	border-color: #00c3ab !important;
}

#glide-button-left {
	transform: translate(-10px, 280px);
}

#glide-button-right {
	transform: translate(10px, 280px);
}


# Card Open Agency @media only screen and (min-width: 992px) {
	#cardOpenAgency .card-size {
		height: 220px;
	}
}

@media only screen and (max-width: 992px) {
	#cardOpenAgency .card-size {
		height: 200px;
	}
}

# Card Find Agency #cardFindAgency .card-find-agency.search {
	content: "";
	display: block;
	background-color: hsla(0, 0%, 97.3%, .85);
	height: 100%;
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#cardFindAgency .search {
	background-image: url(https://agenceauto.com/images/background-cta-agence.jpg);
	padding: 20%;
}


#cardFindAgency .card-size-index {
	width: 770px;
	height: 200px;
}