@charset "UTF-8";
@import url(main.css);
/*----------------------------------------------------------------------------logo carrousel---------------------------------------------------------------------------------*/
img.logo_nav.slider-with-features-carousel-logo { height: 25vh !important; /* augmente la taille (mets la valeur que tu veux) */ filter: brightness(0) invert(1); /* rend l'image blanche */ }

/*-----------------------------------------------------------------------space page secondaire-----------------------------------------------------------------------------*/
.spacer { display: none; }

/*------------------------------------------------------------------------formulaire de contact------------------------------------------------------------------------------*/
form#formContact { font-family: 'Balsamiq Sans', sans-serif; }

/*------------------------------------------------------------------------augmentation header------------------------------------------------------------------------------*/
.navbar-brand { height: 10vh !important; width: 14vw !important; }

.logo_nav { height: 10vh !important; }

/*--------------------------------------------------------------------enlever recherche fréquente---------------------------------------------------------------------------*/
a.nav-link.fs-6.dropdown-toggle.px-0.text-color-secondary.text-center { display: none !important; }

/*----------------------------------------------------------------------------Bloc maps-------------------------------------------------------------------------------------*/
.maps-section .content { color: #EBF4FF !important; }

.maps-section .map-content { padding: 50px; }

.maps-section iframe { border-radius: 20px !important; }

.item-content.mx-5 { color: #EBF4FF !important; font-family: 'Balsamiq Sans', sans-serif; }

/*-------------------------------------------------------------------------bloc image droite---------------------------------------------------------------------------------*/
#bloc-image-droite li { color: #2C3764; }

.image-droite { background-color: #EBF4FF !important; }

/*------------------------------------------------------------------------bloc image gauche---------------------------------------------------------------------------------*/
#bloc-image-gauche li { color: #EBF4FF; }

.image-gauche { background-color: #2C3764 !important; }

/*----------------------------------------------------------------------------texte footer------------------------------------------------------------------------------------*/
footer, footer p, footer a, footer li, footer ul, footer i { color: #2C3764 !important; font-family: 'Balsamiq Sans', sans-serif; font-size: 1rem; }

footer h5 { color: #2699F7 !important; font-family: 'Pacifico', cursive; font-size: 1.25rem; /* légèrement plus grand pour se démarquer */ }

.text-color-third { color: #2C3764 !important; font-family: 'Balsamiq Sans', sans-serif; font-size: 1rem; text-align: left; hyphens: auto; }

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

/*-----------------------------------------------------------------------surlignement header--------------------------------------------------------------------------------*/
.animated-border-button:after { background-color: #2C3764; }

.animated-border-button span { transition: color 0.3s ease; }

.animated-border-button:hover span { color: #2C3764 !important; }

/* ---------------------------------------------------------------------bouton contact envoyer------------------------------------------------------------------------------ */
button.btn-outline-dark { --bs-btn-color: #EBF4FF; --bs-btn-border-color: #2699F7; --bs-btn-hover-color: #EBF4FF; --bs-btn-hover-bg: #2C3764; --bs-btn-hover-border-color: #2C3764; --bs-btn-bg: #2699F7; --bs-gradient: none; background-color: var(--bs-btn-bg); color: var(--bs-btn-color); }

/*--------------------------------------------------------------------------Bouton header-----------------------------------------------------------------------------------*/
.button-header-telephone { position: relative; display: inline-block; margin: 15px; padding: 15px; text-align: center; font-weight: 700 !important; font-size: 18px; font-family: 'Pacifico', cursive; letter-spacing: 1px; text-decoration: none; color: #2699F7 !important; background: transparent; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #2699F7; border-radius: 10px; box-shadow: inset 0 0 0 0 #2699F7; }

.button-header-telephone:hover { color: #EBF4FF !important; box-shadow: inset 0 -100px 0 0 #2C3764 !important; border-color: #2C3764 !important; transform: scale(0.95) !important; }

.button-header-telephone:active { transform: scale(0.9); }

/*--------------------------------------------------------------------------Bouton simple-----------------------------------------------------------------------------------*/
.button_homepageDoubleScreen { position: relative; display: inline-block; margin: 15px; padding: 15px 30px; text-align: center; font-weight: 700 !important; font-size: 18px; font-family: 'Pacifico', cursive; letter-spacing: 1px; text-decoration: none; color: #2699F7 !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #2699F7 !important; border-radius: 30px !important; box-shadow: inset 0 0 0 0 #2699F7; }

.button_homepageDoubleScreen:hover { color: #EBF4FF !important; box-shadow: inset 0 -100px 0 0 #2C3764 !important; border-color: #2C3764 !important; transform: scale(0.95) !important; }

.button_homepageDoubleScreen:active { transform: scale(0.9); }

/*----------------------------------------------------------------------------Bouton seo------------------------------------------------------------------------------------*/
.all-activities-button { position: relative; display: inline-block; margin: 15px; padding: 15px 30px; text-align: center; font-weight: 700 !important; font-size: 18px; font-family: 'Pacifico', cursive; letter-spacing: 1px; text-decoration: none; color: #2699F7 !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #2699F7 !important; border-radius: 30px; box-shadow: inset 0 0 0 0 #2699F7; }

.all-activities-button:hover { color: #EBF4FF !important; box-shadow: inset 0 -100px 0 0 #2C3764 !important; border-color: #2C3764 !important; transform: scale(0.95) !important; }

.all-activities-button:active { transform: scale(0.9); }

/* ----------------------------------------------------------------------Flèche retour en haut------------------------------------------------------------------------------- */
/* Bouton Retour en haut */
#back-to-top { position: fixed; bottom: 24px; right: 24px; background-color: #2699F7; color: #EBF4FF !important; font-size: 20px; font-weight: 700 !important; line-height: 1; text-align: center; padding: 14px 18px; border-radius: 100%; border: 2px solid #2C3764; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); cursor: pointer; text-decoration: none; opacity: 0; pointer-events: none; z-index: 9999; min-width: 48px; /* 👈 meilleure accessibilité mobile */ min-height: 48px; /* 👈 idem */ transform: scale(0.9); /* 👈 effet “pop” à l’apparition */ transition: opacity .3s ease, transform .3s ease, background-color .3s ease; }

/* Visible après le défilement */
#back-to-top.show { opacity: 1; pointer-events: auto; transform: scale(1); }

/* Effet au survol */
#back-to-top:hover { background-color: #2C3764; border: 2px solid #2699F7; color: #EBF4FF !important; transform: translateY(-3px); }

/* Défilement fluide global (même sans JS) */
html { scroll-behavior: smooth; }

/* ----------------------------------------------------------------------- bloc emeraude crea --------------------------------------------------------------------------------- */
.emeraude-crea-wrapper { padding: 0px 10px 20px 10px; background-color: #2C3764; }

.emeraude-crea { position: relative; height: 45vh; overflow: hidden; border-radius: 12px; transition: transform 0.3s ease, box-shadow 0.3s ease; }

.emeraude-crea:hover { transform: translateY(-5px); }

.emeraude-crea-link { display: block; width: 100%; height: 100%; text-decoration: none; color: inherit; position: relative; z-index: 3; }

.emeraude-crea-bg { position: absolute; inset: 0; background-color: #172671; background-size: cover; background-position: center; transition: transform 0.4s ease; z-index: 0; overflow: hidden; }

.emeraude-crea-bg::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); opacity: 0.3; transition: opacity 0.4s ease; pointer-events: none; z-index: 1; }

.emeraude-crea:hover .emeraude-crea-bg { transform: scale(1.05); }

.emeraude-crea:hover .emeraude-crea-bg::before { opacity: 0.75; }

.emeraude-crea-overlay { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; padding: 1rem; text-align: center; }

.emeraude-crea-overlay h3 { color: #ffffff; font-size: 2.5rem; font-weight: 600 !important; margin: 0; }

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