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

.services-header { text-align: center; margin: 40px 0 40px; color: #1d0e08; /* mets la couleur que tu veux */ }

h2::after { content: ""; display: block; width: 60px; /* largeur de la barre */ height: 4px; /* épaisseur */ background-color: #a6401b; /* ta couleur orangée */ border-radius: 4px; margin: 12px auto 0 auto; /* centré */ }

/*--------------------------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; }

.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: #1d0e08; 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: #1d0e08; 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 */ } }

/* Section globale */
.socials-wrapper { padding: 60px 0; background-color: #000; /* noir comme ton fond actuel */ text-align: center; }

/* Titre */
.socials-title { color: #fff; font-size: 2rem; margin-bottom: 40px; font-weight: 700; }

/* Container des deux blocs */
.socials-container { display: flex; justify-content: center; align-items: flex-start; gap: 40px; max-width: 1300px; margin: 0 auto; }

/* Box individuelle Facebook / Instagram */
.social-box { flex: 1; max-width: 600px; min-width: 300px; }

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

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

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

div#bandeau-title-seo h2.titles { color: #1D0E08 !important; }

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