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

.services { padding: 2rem 1.5rem; }

.services-container { max-width: 1300px; margin: 0 auto; }

.services h2 { text-align: center; margin-bottom: 3rem; font-weight: 700 !important; }

.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 2rem; }

.service-content h3 { font-size: 23.7px; margin-bottom: 0.5rem; font-weight: 600 !important; }

.service-content p { font-size: 1rem; color: #555; }

/* CARTE – état normal */
.service-card { background-color: #ae8e3e; padding: 2.5rem 1.5rem; border-radius: 8px; text-decoration: none; /* couleur pilote pour le SVG */ color: #212525; text-align: center; position: relative; overflow: hidden; transition: background-color 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1); }

/* CARTE – hover / focus */
.service-card:hover, .service-card:focus-visible { background-color: #212525; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* couleur pilote icône + texte */ color: #ae8e3e; }

/* SVG – plus grand */
.service-card svg { width: 104px; height: 104px; display: block; margin: 0 auto; transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1); }

/* Héritage couleur SVG */
.service-card svg path { fill: currentColor; }

/* Animation icône */
.service-card:hover svg, .service-card:focus-visible svg { transform: translateY(-10px); }

/* TEXTE */
.service-content h3, .service-content p { color: currentColor; }

.service-card svg { margin-bottom: 1.2rem; }

/* Mobile : pas de hover, on montre le texte */
@media (max-width: 768px) { .service-content { opacity: 1; transform: none; } }

.title-process { color: #212525; text-align: center; font-weight: 700 !important; margin: clamp(40px, 6vw, 80px) auto clamp(10px, 4vw, 48px); padding: 0 1.5rem; }

@media (max-width: 575px) { .fondDegradeLogo { max-height: 110px; width: auto; } }

.background-image-div-opacity { width: 100vw; left: 50%; transform: translateX(-50%); }

body { overflow-x: hidden; }

.row.mt-5 { margin-top: 1rem !important; }

/*------------------------------------------Bouton Fixe en bas à droite------------------------------*/
.btnFixe { position: fixed; bottom: 20px; right: 20px; z-index: 10; width: 100px; transition: width 0.5s ease; }

.btnFixe:hover { width: 115px; transition: width 0.5s ease; }

.social-block { background-color: #ae8e3e; color: #212525; text-align: center; padding: 3rem 1.5rem; width: 100vw; margin-left: calc(-50vw + 50%); }

.social-block__title { font-size: 30.8264px; margin-bottom: 1rem; font-weight: 700 !important; margin: clamp(40px, 6vw, 40px) auto clamp(10px, 4vw, 20px); padding: 0 1.5rem; }

.social-block__text { max-width: 600px; margin: 0 auto 2rem; line-height: 1.6; color: #212525; }

.social-block__link { display: inline-flex; align-items: center; justify-content: center; width: 74px; height: 74px; border-radius: 50%; background-color: #f2eed9; border: 2px solid #f2eed9; /* 👈 bordure */ overflow: hidden; /* IMPORTANT */ transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }

.social-block__link:hover { transform: scale(1.1); box-shadow: 0 0 0 4px rgba(242, 238, 217, 0.4); background-color: #f2eed9; }

.social-block__icon { width: 100%; height: 100%; object-fit: cover; display: block; }

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

.photoTitleText h2 { color: #111111 !important; }

.bandeauTitre { color: #111111 !important; }

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