@charset "UTF-8";
@import url(main.css);
div.shadow-lg { box-shadow: none !important; }

.title-process { color: #764908; text-align: center; font-weight: 700 !important; margin-top: clamp(40px, 6vw, 100px); }

.cta-agence { display: inline-block; /* permet les marges verticales */ margin-top: 22px; /* espace au-dessus */ margin-bottom: 22px; /* espace en dessous */ }

.cta-agence { display: inline-block; margin: clamp(24px, 4vw, 22px) 0; }

.photo-agence { display: block; margin: 24px auto; }

/* Desktop */
@media (min-width: 992px) { .photo-agence { margin: 14px auto; } }

img { border-radius: 8px; }

.divBtnRDV { text-align: center; margin-bottom: 90px; }

/* Style normal*/
.btnRDV { display: inline-block; /* ✅ indispensable */ padding: 10px 20px; margin: 30px auto; /* ⬅️ espace au-dessus ET en dessous */ background: #F07D0B; color: black; text-decoration: none; border-radius: 20px; font-weight: 600 !important; }

/* Style HOVER*/
.btnRDV:hover { background: #D87009; color: black; transition: all 0.4s cubic-bezier(0.86, 0.01, 0.15, 0.99); }

.navbar-brand { height: 10vh !important; width: 10vw !important; }

.logo_nav { height: 9vh !important; }

.nav-link { color: #764908 !important; font-weight: 600 !important; }

div#bandeau-title-seo h2.titles { color: #764908 !important; text-align: center; margin: 1rem; /* marge sur tous les côtés */ }

.photoTitleText .titles h2 { text-align: center; margin: 2rem 0; /* haut/bas 2rem, gauche/droite auto */ }

h1.bandeauTitre { color: #764908 !important; }

/*# sourceMappingURL=custom.css.map */