.ticker__item p {
	color: var(--theme-color-black);
	font-size: 14px;
	margin: 0;
}


.phone-theme-btn.phone-bt-support-now {
	background: #ffa481 !important;
	background: -moz-linear-gradient(45deg, var(--theme-color1) 8%, #ffa481 100%) !important;
	background: -webkit-linear-gradient(45deg, var(--theme-color1) 8%, #ffa481 100%) !important;
	background: linear-gradient(45deg, var(--theme-color1) 8%, #ffa481 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);
}

.form-check-label {
	font-size: 14px;
	line-height: 1.2;
}

.sidebar-service-list .form-control:not(.nice-select), .sidebar-service-list .input-text {
	height: calc(2.25rem + 27px);
	padding: 14px 30px;
	outline: 0;
	background-color: #fff;
	border: 1px solid #f4f5f8;
	color: #686a6f;
	font-size: 0.9rem;
	width: 100%;
}
.sidebar-service-list .form-control:not(.nice-select)::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {
	color: #686a6f;
	opacity: 1;
}
.sidebar-service-list .form-control:not(.nice-select)::-moz-placeholder, .sidebar-service-list .input-text::-moz-placeholder {
	color: #686a6f;
	opacity: 1;
}
.sidebar-service-list .form-control:not(.nice-select):-ms-input-placeholder, .sidebar-service-list .input-text:-ms-input-placeholder {
	color: #686a6f;
	opacity: 1;
}
.sidebar-service-list .form-control:not(.nice-select)::-ms-input-placeholder, .sidebar-service-list .input-text::-ms-input-placeholder {
	color: #686a6f;
	opacity: 1;
}
.sidebar-service-list .form-control:not(.nice-select)::placeholder, .sidebar-service-list .input-text::placeholder {
	color: #686a6f;
	opacity: 1;
}
.sidebar-service-list .form-control:not(.nice-select):-ms-input-placeholder, .sidebar-service-list .input-text:-ms-input-placeholder {
	color: #686a6f;
}
.sidebar-service-list .form-control:not(.nice-select)::-ms-input-placeholder, .sidebar-service-list .input-text::-ms-input-placeholder {
	color: #686a6f;
}

.sidebar-service-list textarea.form-control:not(.nice-select) {
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

.sidebar-service-list .form-control:not(.nice-select):focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
