@charset "UTF-8";
@import url(main.css);
.b-bloc-divider { height: 40px !important; background-color: transparent !important; border: none !important; box-shadow: none !important; }

.animated-border-button:after { background-color: #000000; }

main a, main a:hover, main a:visited { color: #000000; }

/*--------------------------Lignes sous les titres----------------------*/
.fs-2.titles.text-color-sixth::after { content: ""; display: block; width: 150px; height: 3px; background-color: #a2b6b7; margin: 11px auto 0; }

.first-activity-title { border-bottom: 3px solid #e7692e; display: inline-block; }

.display-6.titles.fw-bold.text-body-emphasis.lh-1.mb-5.first-activity-title { margin-bottom: 1rem !important; }

.second-activity-title { border-bottom: 3px solid #e7692e; display: inline-block; }

.display-6.titles.fw-bold.text-body-emphasis.lh-1.mb-5.second-activity-title { margin-bottom: 1rem !important; }

.third-activity-title { border-bottom: 3px solid #e7692e; display: inline-block; }

.display-6.titles.fw-bold.text-body-emphasis.lh-1.mb-5.third-activity-title { margin-bottom: 1rem !important; }

.display-6.fw-bold.text-body-emphasis.lh-1.mb-5.titles { border-bottom: 3px solid #e7692e; display: inline-block; padding-bottom: 8px; margin-bottom: 1rem !important; }

/*--------------------------Cartes de services Custom----------------------*/
.custom-cards-2 { width: 100%; display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center; max-width: 1300px; margin-left: auto; margin-right: auto; margin-bottom: 30px; }

.card__img { visibility: hidden; background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; height: 235px; border-top-left-radius: 12px; border-top-right-radius: 12px; }

.card__img--hover { transition: 0.2s all ease-out; background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; position: absolute; height: 235px; border-top-left-radius: 12px; border-top-right-radius: 12px; top: 0; }

.custom-card-2 { margin-right: 25px; transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1); background-color: #ffffff; width: 33.3%; position: relative; border-radius: 12px; overflow: hidden; box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1); }

.custom-card-2:hover { box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1); transform: scale(1.1, 1.1); }

.card__info { z-index: 2; background-color: #e7692e; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; padding: 16px 24px 24px 24px; }

.card__title { margin-top: 5px; margin-bottom: 10px; }

.custom-card-2:hover .card__img--hover { height: 100%; opacity: 0.3; }

.custom-card-2:hover .card__info { background-color: transparent; position: relative; }

.custom-card-2:hover .card__info-hover { opacity: 1; }

@media (max-width: 1024px) { .custom-cards-2 { flex-wrap: wrap; /* Permet aux cartes de passer à la ligne */ } .custom-card-2 { width: 48%; /* Deux cartes par ligne sur tablette */ margin-bottom: 20px; } }

@media (max-width: 768px) { .custom-card-2 { width: 100%; /* Une carte par ligne sur mobile */ margin-right: 0; /* Supprime les marges */ } }

/*--------------------------Bloc Icon----------------------*/
.svg-picto-card > svg { width: 40%; }

/*--------------------------Bloc réalisations----------------------*/
.realisations-section { background: #FFFFFF; padding: 60px 20px; }

.overlay { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }

.realisations-main-title { text-align: center; font-size: 2.8rem; color: #000000; font-weight: bold; margin-bottom: 32px; font-family: 'Antonio', Arial, sans-serif; }

.filter-tabs { display: flex; justify-content: center; gap: 12px; margin-bottom: 32px; flex-wrap: wrap; }

.filter-btn { background: #f0f0f0; border: none; color: #000000; font-size: 1.1rem; padding: 12px 24px; border-radius: 28px; cursor: pointer; font-weight: 600; box-shadow: none; display: flex; align-items: center; justify-content: center; min-height: 52px; line-height: 1.2; transition: background 0.2s; text-align: center; }

.filter-btn.active { background: #a2b6b7; color: #000000; }

.filter-btn p { margin-bottom: 0 !important; }

.realisations-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }

.realisation-card { border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.2s; }

.realisation-card:hover { transform: translateY(-4px); }

.realisation-card img { width: 100%; height: 320px; object-fit: cover; display: block; cursor: pointer; }

.realisation-card.hidden { display: none; }

/* Modal pour l’image agrandie */
.modal { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.85); align-items: center; justify-content: center; }

.modal-content { max-width: 500px; max-height: 70vh; width: auto; height: auto; border-radius: 8px; background: #fff; }

.modal-close { position: absolute; top: 24px; right: 32px; color: #fff; font-size: 36px; font-weight: bold; cursor: pointer; z-index: 1100; }

.modal-close:hover { color: #ffae42; }

@media (max-width: 900px) { .filter-tabs { gap: 8px; font-size: 0.9rem; } .filter-btn { padding: 10px 20px; font-size: 1rem; min-height: 48px; } .realisations-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; } .realisation-card img { height: 240px; } .modal-content { max-width: 90%; max-height: 90%; } }

/*------------------------------------------Bouton Fixe en bas à droite------------------------------*/
.btnDevis { position: fixed; bottom: 20px; right: 0; font-size: 18px; padding: 10px 20px; background: #a2b6b7; color: black; text-decoration: none; border-radius: 30px 0 0 30px !important; z-index: 10; font-family: 'Antonio'; }

.btnDevis:hover { background: #98ABAC; color: black; }

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