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

h2 { color: #111111; }

footer > div.row.justify-content-center.justify-content-lg-around.text-center.text-lg-start > div:nth-child(3) > div:nth-child(2) { display: none !important; }

.row.mt-5.flex-lg-row, .row.mt-5.flex-lg-row-reverse { margin-top: 1rem !important; }

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

.bloc-k8m2-services-container { max-width: 1400px; margin: 0 auto; }

.bloc-k8m2-services-header { text-align: center; max-width: 700px; margin: 0 auto 50px; }

.bloc-k8m2-services-header :is(h1, h2, h3, h4, h5, h6) { margin: 0; line-height: 1.2; }

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

.bloc-k8m2-service-card { 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-k8m2-service-card:hover { transform: translateY(-6px); box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12); }

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

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

.bloc-k8m2-service-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-k8m2-service-card:hover .bloc-k8m2-service-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-k8m2-service-content { position: relative; z-index: 2; padding: 30px; width: 100%; }

.bloc-k8m2-service-title { display: flex; align-items: center; justify-content: space-between; gap: 16px; }

.bloc-k8m2-service-content h3 { margin: 0; line-height: 1.3; color: #f8f8f8; transition: transform 0.35s ease; }

.bloc-k8m2-service-arrow { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid #84942D; border-radius: 50%; background: #84942D; backdrop-filter: blur(6px); transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease; }

.bloc-k8m2-service-arrow svg { width: 20px; height: 20px; fill: none; stroke: #ffffff; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.bloc-k8m2-service-card:hover .bloc-k8m2-service-arrow { transform: translateX(4px) rotate(45deg); background: rgba(0, 0, 0, 0.1); border-color: #84942D; }

.bloc-k8m2-service-card:hover .bloc-k8m2-service-arrow svg { stroke: #84942D; }

.bloc-k8m2-service-content p { margin: 14px 0 0; font-size: 18px; line-height: 1.5; color: rgba(255, 255, 255, 0.92); opacity: 0; transform: translateY(12px); transition: opacity 0.35s ease, transform 0.35s ease; }

.bloc-k8m2-service-card:hover .bloc-k8m2-service-content h3 { transform: translateY(-4px); }

.bloc-k8m2-service-card:hover .bloc-k8m2-service-content p { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) { .bloc-k8m2-services-grid { grid-template-columns: 1fr; } .bloc-k8m2-services-header :is(h1, h2, h3, h4, h5, h6) { font-size: 28px; } .bloc-k8m2-service-card { min-height: 400px; } .bloc-k8m2-service-content p { opacity: 1; transform: none; } }

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

/*------Couleur du rond---*/
.slider-before-after-images { border: 2px solid #84942D !important; background: #84942D !important; }

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

/*---------------------------------------------------------FACEBOOK----------------------------------------------------------------*/
.text-center.titles.text-color-sixth { padding: 20px 80px 20px 40px; }

#facebookIframe { border: 1px solid #546122; border-radius: 12px; box-shadow: 0 10px 25px rgba(84, 97, 34, 0.12); }

.socialsMiroir-div.p-3 { padding-top: 30px !important; padding-bottom: 30px !important; margin-top: 50px; }

/*---------------------------------------------------------Inverser image / texte uniquement pour le bloc #reverse----------------------------------------------------------------*/
@media (min-width: 992px) { #reverse .row.flex-lg-row-reverse { flex-direction: row !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; }

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