@charset "UTF-8";
@import url(main.css);
@import url("https://fonts.googleapis.com/css2?family=Corinthia&display=swap");
div#carte { width: 100%; border-radius: 0px !important; }

div.shadow-lg { box-shadow: none !important; }

h4 { font-family: 'Corinthia', cursive; font-weight: 400; /* Corinthia n’a qu’un poids */ line-height: 1.1; word-spacing: 0.20em; }

.navbar-brand { height: 10vh !important; width: 10vw !important; }

.logo_nav { height: 9vh !important; }

.row.row-cols-1.row-cols-md-3.justify-content-center { background-color: #f8f9f9; width: 100vw; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); }

.row.row-cols-1.row-cols-md-3.justify-content-center { padding: 60px 20px 40px; }

.row.row-cols-1.row-cols-md-3.justify-content-center .col { background-color: transparent; }

.row.row-cols-1.row-cols-md-3.justify-content-center { margin-top: 0 !important; margin-bottom: 0 !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; padding-bottom: 6em; }

.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-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2F57QEjEPYoJNpynW9PlIu8bdOQvB3%2Fimages%2Fphoto_Dupin_Mathieu_7_4vzi.webp"); background-size: cover; background-position: center; background-repeat: no-repeat; 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: transparent; 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.4; }

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

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

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

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

/*---------------------------------------------------------CDECO------------------------------*/
/* Bloc global */
.cdeco-block { background-color: #fffffe; padding: 60px 20px; }

/* Conteneur centré */
.cdeco-container { max-width: 1200px; margin: 0 auto; }

/* Contenu image + texte */
.cdeco-content { display: flex; gap: 50px; align-items: center; }

/* Image */
.cdeco-image { flex: 1; }

.cdeco-image img { width: 100%; height: auto; border-radius: 12px; }

/* Texte */
.cdeco-text { flex: 1; }

.cdeco-text h4 { font-size: 1.75em; color: #c59e54; font-weight: 700; }

.cdeco-text h2 { font-size: 32px; margin-bottom: 20px; line-height: 1.3; font-weight: 700 !important; }

.cdeco-text p { font-size: 16px; line-height: 1.7; color: #333; }

/* Responsive */
@media (max-width: 900px) { .cdeco-content { flex-direction: column; } .cdeco-text h2 { font-size: 26px; } }

/*---------------------------------------------------------LISTES------------------------------*/
.row.flex-lg-row ul, .row.flex-lg-row-reverse ul { list-style: none; padding-left: 0; margin-top: 12px; }

.row.flex-lg-row ul li, .row.flex-lg-row-reverse ul li { position: relative; padding-left: 26px; margin-bottom: 6px; line-height: 1.25; }

.row.flex-lg-row ul li::before, .row.flex-lg-row-reverse ul li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: #eeba4c; font-weight: 700; }

/*---------------------------------------------------------RGE------------------------------*/
.rge-section { background: #f8f9f9; padding: 40px 20px; border-radius: 15px; margin: 80px auto; max-width: 900px; }

.rge-content { display: flex; align-items: center; gap: 45px; flex-wrap: wrap; justify-content: center; }

.rge-logo { width: 200px; height: auto; object-fit: contain; }

.rge-text h4 { font-size: 1.75em; color: #a37e34; font-weight: 700; }

.rge-text h2 { font-size: 30px; margin-bottom: 10px; color: #212529; /* couleur artisan / cohérence charte */ letter-spacing: 1px; font-weight: 700 !important; }

.rge-text p { font-size: 16px; line-height: 1.5; max-width: 500px; color: #212529; /* couleur artisan / cohérence charte */ }

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

/* ------------------------------------------------------------Boutons socials */
.social-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }

.social-button { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border: 2px solid #eeba4c; border-radius: 50%; background-color: transparent; transition: transform 0.3s ease, box-shadow 0.3s ease; }

.social-button img { width: 60%; height: 60%; object-fit: contain; }

.social-button:hover { transform: scale(1.1); }

.facebook:hover { box-shadow: 0 0 10px #eeba4c, 0 0 20px #eeba4c; }

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