.srl-contact-box {
background: #f9f9f9;
border-left: 4px solid #2271b1;
padding: 20px;
margin: 20px 0;
border-radius: 4px;
}
.srl-contact-box h3 {
margin-top: 0;
color: #1d2327;
font-size: 20px;
}
.srl-contact-box p {
margin: 10px 0;
line-height: 1.6;
}
.srl-contact-box a {
color: #2271b1;
text-decoration: none;
font-weight: 600;
}
.srl-contact-box a:hover {
text-decoration: underline;
} .srl-horaires {
background: #ffffff;
border: 2px solid #2271b1;
padding: 20px;
margin: 20px 0;
border-radius: 6px;
}
.srl-horaires h3 {
margin-top: 0;
color: #2271b1;
font-size: 20px;
}
.srl-hours-list {
list-style: none;
padding: 0;
margin: 15px 0 0 0;
}
.srl-hours-list li {
padding: 8px 0;
border-bottom: 1px solid #eee;
font-size: 15px;
}
.srl-hours-list li:last-child {
border-bottom: none;
} .srl-map-container {
margin: 20px 0;
}
.srl-map-container iframe {
width: 100%;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.srl-map-link {
text-align: center;
margin-top: 15px;
}
.srl-directions-btn {
display: inline-block;
background: #2271b1;
color: #ffffff !important;
padding: 12px 24px;
border-radius: 4px;
text-decoration: none !important;
font-weight: 600;
transition: background 0.3s ease;
}
.srl-directions-btn:hover {
background: #135e96;
} .srl-zones {
background: linear-gradient(135deg, #f0f6fc 0%, #ffffff 100%);
border: 1px solid #2271b1;
padding: 20px;
margin: 20px 0;
border-radius: 6px;
}
.srl-zones h3 {
color: #2271b1;
margin-top: 0;
}
.srl-zones-list {
list-style: none;
padding: 0;
margin: 15px 0;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 10px;
}
.srl-zones-list li {
padding: 8px;
background: #ffffff;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
} .srl-phone-button {
display: inline-block;
background: #00a32a;
color: #ffffff !important;
padding: 15px 30px;
border-radius: 50px;
text-decoration: none !important;
font-weight: 700;
font-size: 18px;
box-shadow: 0 4px 12px rgba(0,163,42,0.3);
transition: all 0.3s ease;
text-align: center;
}
.srl-phone-button:hover {
background: #008a24;
box-shadow: 0 6px 16px rgba(0,163,42,0.4);
transform: translateY(-2px);
} .widget .srl-contact-box,
.widget .srl-horaires {
padding: 15px;
margin: 0 0 15px 0;
}
.widget .srl-contact-box h3,
.widget .srl-horaires h3 {
font-size: 16px;
margin-bottom: 10px;
}
.widget .srl-contact-box p,
.widget .srl-hours-list li {
font-size: 14px;
} @media screen and (max-width: 768px) {
.srl-contact-box,
.srl-horaires,
.srl-zones {
padding: 15px;
}
.srl-zones-list {
grid-template-columns: 1fr;
}
.srl-phone-button {
font-size: 16px;
padding: 12px 24px;
display: block;
width: 100%;
}
} @keyframes fadeIn {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.srl-contact-box,
.srl-horaires,
.srl-zones,
.srl-map-container {
animation: fadeIn 0.5s ease-out;
} .srl-contact-box strong::before,
.srl-horaires h3::before,
.srl-zones h3::before {
margin-right: 5px;
} @media print {
.srl-map-container iframe {
display: none;
}
.srl-directions-btn,
.srl-phone-button {
background: #ffffff;
color: #000000 !important;
border: 2px solid #000000;
}
}