

.liens-sociaux-pro
{
	list-style:none;
	padding:0;
	margin:0;
}
.liens-sociaux-pro li
{
	display:flex;
	align-items:center;
	margin:10px 0;
	font-size:18px;
}
.liens-sociaux-pro a
{
	text-decoration:none;
	color:#FFD700;
	display:flex;
	align-items:center;
	transition:0.3s;
}
.liens-sociaux-pro a:hover
{
	color:#666;
}
/* Icônes */
.liens-sociaux-pro i
{
	width:36px;
	height:36px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	color:white;
	margin-right:12px;
	font-size:16px;
	transition:0.3s;
}
/* Couleurs officielles */
.facebook i
{
	background:#1877F2;
}
.instagram i
{
	background:#E4405F;
}
.x i
{
	background:#000000;
}
.pinterest i
{
	background:#E60023;
}
/* Effet hover */
.liens-sociaux-pro a:hover i
{
	transform:scale(1.15);
}
/* Liens professionnels */
.demo-site i
{
	background:#C89B3C;
}
.contact i
{
	background:#2E7D32;
}
.rendezvous i
{
	background:#E65100;
}
/* Effets hover spécifiques */
.demo-site a:hover i
{
	background:#A57C2C;
}
.contact a:hover i
{
	background:#1B5E20;
}
.rendezvous a:hover i
{
	background:#BF360C;
}
.liens-sociaux-pro a:hover
{
	color:#05D3D1;
}

.faq-section 
{
  max-width: 900px;
  margin: auto;
}
.faq-question 
{
  width: 100%;
  text-align: left;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  outline: none;
  background: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  border-bottom: 1px solid #ddd;
}
.faq-question:hover 
{
  background-color: #f1f1f1;
}
.faq-answer 
{
  display: none;
  padding: 15px;
  background: #fafafa;
  border-bottom: 1px solid #ddd;
}
.faq-item.active .faq-answer 
{
  display: block;
}

.temoignages-section 
{
  max-width: 800px;
  margin: auto;
}
.temoignage 
{
  border-left: 4px solid #007bff;
  padding: 20px;
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  border-radius: 8px;
}
.stars 
{
  color: #f5b301;
  font-size: 20px;
  margin-bottom: 10px;
}
.temoignage p 
{
  margin: 0 0 10px;
  font-size: 18px;
}
.author 
{
  font-size: 14px;
  color: #666;
  font-style: normal;
}
.case-study-section 
{
  background: #f8f9fa;
  max-width: 800px;
  margin: auto;
}

.case-study 
{
  max-width: 800px;
  margin: auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.case-study h3 
{
  margin-bottom: 20px;
  font-size: 24px;
}

.case-block {
  margin-bottom: 20px;
}

.case-block h4 {
  margin-bottom: 10px;
  color: #007bff;
}

.case-block ul {
  padding-left: 20px;
}

.case-results {
  background: #eaf4ff;
  padding: 20px;
  border-left: 4px solid #007bff;
  margin: 20px 0;
}

.case-results ul {
  padding-left: 20px;
}

.case-conclusion {
  margin-top: 20px;
}

.case-conclusion .cta {
  font-weight: bold;
  color: #007bff;
  margin-top: 10px;
}


