
/* Titre principal tout en haut */
.top-title {
  font-size: 48px;
  text-decoration: underline;
  color: #ffffff;
  background-color: #32579d;
  margin: 0;
  padding: 18px 10px;
  text-align: center;
  letter-spacing: 1px;
  font-weight:bold;
}
@media (max-width: 768px) {
  .top-title { font-size: 28px; padding: 12px 8px; }
}

.s_center {
	text-align: center;
}

body {text-align: center; font-family: 'Lato', sans-serif; margin:0; padding:0; line-height:1.6; background:#f9f9f9; color:#333;}
#soins {text-align: left;}
header {background:#32579d; color:white; padding:20px; text-align:center;}
header img {max-height:80px; margin-bottom:10px;}
nav {background:#32579d; display:flex; justify-content:center; flex-wrap:wrap;}
nav a {color:white; margin:10px 15px; text-decoration:none; font-weight:bold; transition:0.3s;}
nav a:hover {text-decoration:underline; color:#F1C40F;}
.container {padding:20px; max-width:1100px; margin:auto; background:white; margin-top:20px; border-radius:10px; box-shadow:0 0 10px rgba(0,0,0,0.1);}
.btn {display:inline-block; background:#2E86C1; color:white; padding:12px 25px; text-decoration:none; border-radius:30px; transition:0.3s;}
.btn:hover {background:#1B4F72;}
footer {background:#2E86C1; color:white; text-align:center; padding:15px; margin-top:20px;}
h1, h2 {color:#2E86C1;}
img.responsive {max-width:100%; height:auto; border-radius:10px;}
.contact-form {display:flex; flex-direction:column;}
.contact-form input, .contact-form textarea {margin:8px 0; padding:10px; border-radius:5px; border:1px solid #ccc;}
.contact-form button {background:#2E86C1; color:white; border:none; padding:12px; border-radius:30px; cursor:pointer;}
.contact-form button:hover {background:#1B4F72;}
.call-button {position:fixed; bottom:20px; right:20px; background:#27AE60; color:white; padding:15px 20px; border-radius:50px; font-size:18px; text-decoration:none; box-shadow:0 4px 6px rgba(0,0,0,0.3);}
@media(max-width:768px){nav{flex-direction:column;} .container{margin:10px;}}


.mail-button {position:fixed; bottom:90px; right:20px; background:#2980B9; color:white; padding:12px 18px; border-radius:50px; font-size:16px; text-decoration:none; box-shadow:0 4px 6px rgba(0,0,0,0.25);} 
