.topbar {
	background-color: var(--agex-primary);
}

.topbar .topbar-left {
	display: flex;
	align-items: center;
	gap: 5px;
	height: 100%;
}

.topbar .topbar-left ul {
	height: 100%;
	margin: 0;
}

.topbar .topbar-left ul li {
	max-width: max-content;
	height: 100%;
}

.topbar .topbar-left ul li a {
	background-color: rgba(255, 255, 255, 0.2);
	color: white;
	height: 100%;
	padding: 15px 50px;
	display: flex;
	align-items: center;
	transition: 0.3s all ease;
}

.topbar .topbar-left ul li a:hover {
	background-color: rgba(255, 255, 255, 0.4);
}

.topbar .topbar-left .ticker p {
	margin: 0;
	color: white;
}

.topbar .topbar-right.main-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	padding: 10px 10px 10px 0;
}

.topbar .topbar-right.main-menu ul ul {
	z-index: 101;
}

.topbar .topbar-right.main-menu li a {
	color: white;
}

.topbar .topbar-right.main-menu .btn-default {
	font-size: 16px;
	padding: 15px 55px 15px 15px;
	background-color: white;
	color: var(--dark-color);
}

.topbar .topbar-right.main-menu .btn-default:hover {
	color: white;
}

.topbar .topbar-right.main-menu .btn-default:hover svg path {
	fill: white;
}

.topbar .topbar-right.main-menu .btn-default::before {
	background-color: var(--agex-secondary);
}

.topbar .topbar-right.main-menu .btn-default::after {
	display: none;
}

.topbar .topbar-right.main-menu .btn-default svg {
	width: 20px;
	height: 20px;
	transform: translate(-30px, -50%);
	transition: all 0.4s ease-in-out;
	position: absolute;
	top: 50%;
	right: -15px;
	transition: 0.3s all ease;
}

.topbar .topbar-right.main-menu .btn-default svg path {
	fill: var(--dark-color);
}

.topbar .topbar-right.main-menu .sub-menu {
	padding: 15px 0;
}

.topbar .topbar-right.main-menu .sub-menu li a  {
	color: black;
	padding: 10px 20px !important;
	display: block;
}

.topbar .topbar-right.main-menu .sub-menu li a:hover {
	padding: 10px 20px 10px 23px !important;
}

.owl-carousel.partner {
	margin-top: 0;
}

#liens-utiles {
	margin-bottom: 100px;
}

.phone-theme-btn.phone-bt-support-now {
	background: #1ebbf0 !important;
	background: -moz-linear-gradient(45deg, #469af7 8%, #0700aa 100%) !important;
	background: -webkit-linear-gradient(45deg, #469af7 8%, #0700aa 100%) !important;
	background: linear-gradient(45deg, #469af7 8%, #0700aa 100%) !important;
	bottom: 90px !important;
}

.phone-theme-btn {
	background-color: #fff;
	border-radius: 40px;
	position: fixed;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 50px;
	height: 50px;
	min-width: 50px;
	z-index: 99999;
	color: #fff;
	text-align: center;
	overflow: hidden;
	transition: width 0.3s ease;
	cursor: pointer;
	padding: 0 20px;
}

.phone-theme-btn svg {
	fill: #fff;
	width: 26px;
	height: 26px;
	flex-shrink: 0;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0, -50%);
	transition: transform 0.3s ease;
}

.phone-theme-btn span {
	white-space: nowrap;
	font-size: 16px;
	opacity: 0;
	margin-left: 10px;
	transform: translateX(-10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	text-transform: uppercase;
	pointer-events: none;
	color: #fff;
}

.phone-theme-btn:hover {
	width: 180px; // largeur agrandie pour afficher le texte
padding: 0 10px;
}

.phone-theme-btn:hover span {
	opacity: 1;
	transform: translateX(0);
}

.about-content-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.about-content-list li::marker {
	color: var(--agex-secondary);
}

.swiper.mission-swiper .swiper-pagination {
	bottom: -5px;
}

.swiper.mission-swiper .swiper-pagination .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
}

.swiper.mission-swiper .swiper-slide {
	height: auto;
}

.swiper.mission-swiper .swiper-slide .mission-vission-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.swiper.mission-swiper .swiper-slide .mission-vission-item .mission-vission-header {
	height: 100%;
}

#contact_message {
	height: 200px;
}

.form-check-label {
	font-size: 13px;
	line-height: 1.6;
}
