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

.video-background-content .videoTitle { width: 70% !important; }

.titleText { letter-spacing: 0.1em !important; }

h2 { color: #111111; font-size: calc(1.325rem + 0.94vw) !important; }

h2 span { position: relative; display: inline-block; padding-left: 20px; }

h2 span::before { content: ""; position: absolute; left: 0; top: 50%; width: 2px; height: 70%; background: #41797d; border-radius: 0px; transform: translateY(-50%); }

.titleText p strong span { position: relative; display: inline-flex; align-items: center; gap: 18px; }

.titleText p strong span::before, .titleText p strong span::after { content: ""; display: block; width: 40px; height: 2px; background: #42a6a6; border-radius: 999px; }

@media (max-width: 768px) { .titleText p strong span { gap: 10px; } .titleText p strong span::before, .titleText p strong span::after { width: 25px; } }

/*------------------------------------------------------------------------------------BLOC SERVICES------------------------------------------------------------*/
.bloc-a7f3-services { padding: 40px 20px; }

.bloc-a7f3-container { max-width: 1600px; margin: 0 auto; }

.bloc-a7f3-header { text-align: center; max-width: 900px; margin: 0 auto 50px; }

.bloc-a7f3-header > * { margin: 0; line-height: 1.2; }

.bloc-a7f3-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 25px; }

.bloc-a7f3-card { width: 100%; position: relative; min-height: 460px; display: flex; align-items: flex-end; border-radius: 18px; overflow: hidden; text-decoration: none; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: transform 0.35s ease, box-shadow 0.35s ease; }

.bloc-a7f3-card:hover { transform: translateY(-6px); box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12); }

.bloc-a7f3-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }

.bloc-a7f3-card:hover img { transform: scale(1.05); }

.bloc-a7f3-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.1) 100%); transition: background 0.35s ease; z-index: 1; }

.bloc-a7f3-card:hover .bloc-a7f3-overlay { background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.18) 100%); }

.bloc-a7f3-content { position: absolute; left: 0; bottom: 0; z-index: 2; padding: 30px; width: 100%; }

.bloc-a7f3-title { display: flex; align-items: center; justify-content: flex-start; gap: 16px; }

.bloc-a7f3-title > *:not(.bloc-a7f3-arrow) { flex: 1; margin: 0; font-size: 24px; line-height: 1.3; color: #f8f8f8; transition: transform 0.35s ease; }

.bloc-a7f3-arrow { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid rgba(66, 166, 166, 0.55); border-radius: 50%; background: rgba(0, 0, 0, 0.22); backdrop-filter: blur(6px); transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease; }

.bloc-a7f3-arrow svg { width: 20px; height: 20px; fill: none; stroke: #42A6A6; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.bloc-a7f3-card:hover .bloc-a7f3-arrow { transform: translateX(4px) rotate(45deg); background: #42A6A6; border-color: #42A6A6; }

.bloc-a7f3-card:hover .bloc-a7f3-arrow svg { stroke: #111111; }

.bloc-a7f3-description > * { margin: 14px 0 0; font-size: 16px; line-height: 1.7; color: rgba(255, 255, 255, 0.92); opacity: 0; transform: translateY(12px); transition: opacity 0.35s ease, transform 0.35s ease; }

.bloc-a7f3-card:hover .bloc-a7f3-title > *:not(.bloc-a7f3-arrow) { transform: translateY(-4px); }

.bloc-a7f3-card:hover .bloc-a7f3-description > * { opacity: 1; transform: translateY(0); }

@media (max-width: 1200px) { .bloc-a7f3-grid { grid-template-columns: repeat(2, 1fr); } .bloc-a7f3-card { min-height: 420px; } }

@media (max-width: 768px) { .bloc-a7f3-services { padding: 20px 15px; } .bloc-a7f3-header { margin-bottom: 35px; } .bloc-a7f3-grid { grid-template-columns: 1fr; gap: 20px; } .bloc-a7f3-card { min-height: 360px; border-radius: 16px; } .bloc-a7f3-content { padding: 24px; } .bloc-a7f3-description > * { opacity: 1; transform: none; line-height: 1.6; } }

@media (max-width: 480px) { .bloc-a7f3-services { padding: 15px 20px; } .bloc-a7f3-card { min-height: 320px; } .bloc-a7f3-content { padding: 20px; } .bloc-a7f3-title { gap: 12px; } .bloc-a7f3-arrow { width: 38px; height: 38px; } .bloc-a7f3-arrow svg { width: 18px; height: 18px; } }

/*--------------------------------------------------------------------------------------Avant - Après-------------------------------------*/
/*------Couleur des lignes---*/
.slider-before-after-images:before, .slider-before-after-images:after { background: #42A6A6 !important; }

/*------Couleur du rond---*/
.slider-before-after-images { border: 3px solid #42A6A6 !important; background: #42A6A6 !important; }

/*------Couleur des flêches---*/
.bi-chevron-left::before, .bi-chevron-right::before { color: black; }

/*--------------------------------------------------------------------------------------BLOC MAPS-------------------------------------*/
.map-content { padding: 25px 25px 25px 40px; }

.maps-section .text-color-sixth { color: #111111 !important; }

/*--------------------------------------------------------------------------------------Inverser image / texte uniquement pour le bloc #reverse-------------------------------------*/
@media (min-width: 992px) { #reverse .row.flex-lg-row-reverse { flex-direction: row !important; } }

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