@charset "UTF-8";
@import url(main.css);
/*--------------------------Couleur bandeau titre----------------------*/
.bandeauTitre { color: #C7BA87 !important; text-align: center; font-weight: 500 !important; }

/*--------------------------Titre h1 centrage----------------------*/
.d-flex align-items-center justify-content-center px-4 py-5 text-center cta_banner bg-sixthColor position-relative .cta_banner { min-height: 15vh !important; text-align: center; }

/*--------------------------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: #fff; 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: #fff; 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 VIDEO + TEXTE----------------------*/
.custom-video-div { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; padding: 80px; background-size: cover; background-position: center; background-attachment: fixed; }

.custom-video-text { flex: 1; padding: 20px; }

.custom-video { flex: 1; }

@media (max-width: 908px) { .custom-video-div { flex-direction: column !important; } }

@media (max-width: 768px) { .custom-video-div { padding: 0 !important; } }

/*--------------------------Espacement des blocs----------------------*/
.b-bloc-divider { height: 120px !important; background-color: transparent !important; border: none !important; box-shadow: none !important; }

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

/*-------------------------- Bouton tel header----------------------*/
.button-header-telephone { background-color: transparent; border: 1px solid #C7BA87; box-sizing: border-box; color: #ffffff !important; font-family: "Avenir Next LT W01 Bold", sans-serif; font-size: 16px; font-weight: 600; line-height: 24px; padding: 22px 23px; position: relative; text-decoration: none; user-select: none; -webkit-user-select: none; touch-action: manipulation; z-index: 1; transition: color 300ms ease-in; }

.button-header-telephone:hover, .button-header-telephone:active { color: #ffffff; background-color: transparent; outline: 0; cursor: pointer; border-color: #D391B0; }

.button-header-telephone:before { background-color: transparent; border-radius: 30px; content: ""; height: calc(100% + 3px); position: absolute; right: -7px; top: -9px; transition: background-color 300ms ease-in; width: 100%; z-index: -1; color: #ffffff; }

.button-header-telephone:hover:before { background-color: transparent; color: #ffffff; }

@media (min-width: 768px) { .button-header-telephone { padding: 16px 32px; } }

/*-------------------------- Bouton bloc custom----------------------*/
.button_homepageScreen { background-color: transparent; border: 1px solid #C7BA87; box-sizing: border-box; color: #ffffff; font-family: "Avenir Next LT W01 Bold", sans-serif; font-size: 16px; font-weight: 600; line-height: 24px; padding: 22px 23px; position: relative; text-decoration: none; white-space: nowrap; user-select: none; -webkit-user-select: none; touch-action: manipulation; z-index: 1; transition: color 300ms ease-in; display: inline-block; }

.button_homepageScreen:hover, .button_homepageScreen:active { color: #ffffff; outline: 0; cursor: pointer; background-color: transparent; /* aucune couleur au hover */ }

.button_homepageScreen::before { content: none; /* <== suppression élégante du fond */ }

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