@charset "UTF-8";
@import url(main.css);
.fs-6.lead { color: #136089 !important; font-family: 'Jost', sans-serif; }

/*-----------------------------------------------------------------------------bloc counter %-------------------------------------------------------------------------------*/
.counter-item.counters-number.titles.mb-2.text-color-sixth { font-family: 'Jost', sans-serif; font-weight: 700 !important; font-size: 64px !important; color: #E56B1B !important; }

/*-----------------------------------------------------------------------------custom header--------------------------------------------------------------------------------*/
.custom-header { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 9999; padding: 0 !important; margin: 0; border: none; box-shadow: none; background: transparent !important; --bs-navbar-padding-y: 0; --bs-navbar-padding-x: 0; transition: top 0.4s ease; }

.custom-header .container-fluid { margin: 0; padding: 18px 24px; border-radius: 0; background: #042D47; transition: margin 0.4s ease, padding 0.4s ease, background 0.4s ease, border-radius 0.4s ease, box-shadow 0.4s ease, backdrop-filter 0.4s ease, -webkit-backdrop-filter 0.4s ease, border 0.4s ease; }

/* Header au scroll */
.custom-header.scrolled { top: 14px; }

.custom-header.scrolled .container-fluid { margin-left: 20px; margin-right: 20px; padding: 12px 24px; background: rgba(4, 45, 71, 0.72); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(4, 45, 71, 0.22); border-radius: 22px; box-shadow: 0 10px 30px rgba(4, 45, 71, 0.18); }

/* Logo */
.custom-header .logo_nav { height: 72px; transition: height 0.4s ease; }

.custom-header.scrolled .logo_nav { height: 56px; }

/* Brand */
.custom-header .navbar-brand { padding: 0; margin-right: 20px; }

/* Nav */
.custom-header .navbar-nav { gap: 0; }

/* Bouton animé */
.custom-header .animated-border-button { background-color: transparent !important; cursor: pointer; }

.custom-header .animated-border-button span { transition: opacity 0.3s ease; }

.custom-header .animated-border-button:hover span { opacity: 1; }

/* Burger */
.custom-header .navbar-toggler { border: none; box-shadow: none !important; padding: 8px 10px; }

.custom-header .navbar-toggler:focus { box-shadow: none !important; }

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

.logo_nav { height: 10vh !important; }

/*-------------------------------------------------------------------------image fixe formulaire-----------------------------------------------------------------------------*/
.background-image-div-opacity { background-attachment: scroll; }

/*-----------------------------------------------------------------------padding bloc avant/après---------------------------------------------------------------------------*/
.photoTitleText.text-color-sixth { padding: 3%; }

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

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

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

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

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

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

/*-----------------------------------------------------------------------------ancre etape-----------------------------------------------------------------------------------*/
#decouvrir { scroll-margin-top: 95px; }

/*----------------------------------------------------------------------ancre bloc presta accueil-----------------------------------------------------------------------------*/
#presta { scroll-margin-top: 70px; }

/*---------------------------------------------------------------------------ancre formulaire--------------------------------------------------------------------------------*/
#contact { scroll-margin-top: 90px; }

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

footer h5 { color: #E56B1B !important; font-family: 'Figtree', sans-serif; font-weight: 700 !important; font-size: 1.25rem; /* légèrement plus grand pour se démarquer */ }

.text-color-third { color: #F3FBFF !important; font-family: 'Jost', 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: #E56B1B; }

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

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

/* ---------------------------------------------------------------------bouton contact envoyer------------------------------------------------------------------------------ */
button.btn-outline-dark { --bs-btn-color: #F3FBFF; --bs-btn-border-color: #136089; --bs-btn-hover-color: #F3FBFF; --bs-btn-hover-bg: #E56B1B; --bs-btn-hover-border-color: #E56B1B; --bs-btn-bg: #136089; --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: 'Figtree', sans-serif; letter-spacing: 1px; text-decoration: none; color: #F3FBFF !important; background: transparent; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #F3FBFF; border-radius: 30px; box-shadow: inset 0 0 0 0 #F3FBFF; }

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

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

/*---------------------------------------------------------------------Bouton first impression-------------------------------------------------------------------------------*/
.button_homepageFirstScreen { position: relative; display: inline-block; padding: 15px 30px; text-align: center; font-weight: 700 !important; font-size: 18px; font-family: 'Figtree', sans-serif; letter-spacing: 1px; text-decoration: none; color: #F3FBFF !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #F3FBFF !important; border-radius: 30px !important; box-shadow: inset 0 0 0 0 #F3FBFF; }

.button_homepageFirstScreen:hover { color: #F3FBFF !important; box-shadow: inset 0 -100px 0 0 #E56B1B !important; border-color: #E56B1B !important; transform: scale(0.95) !important; }

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

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

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

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

/*-------------------------------------------------------------------------Bouton en-tête-----------------------------------------------------------------------------------*/
.button_secondepageDoubleScreen { position: relative; display: inline-block; padding: 15px 30px; text-align: center; font-weight: 700 !important; font-size: 18px; font-family: 'Figtree', sans-serif; letter-spacing: 1px; text-decoration: none; color: #F3FBFF !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #F3FBFF !important; border-radius: 30px !important; box-shadow: inset 0 0 0 0 #F3FBFF; }

.button_secondepageDoubleScreen:hover { color: #F3FBFF !important; box-shadow: inset 0 -100px 0 0 #E56B1B !important; border-color: #E56B1B !important; transform: scale(0.95) !important; }

.button_secondepageDoubleScreen: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: 'Figtree', sans-serif; letter-spacing: 1px; text-decoration: none; color: #136089 !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #136089 !important; border-radius: 30px; box-shadow: inset 0 0 0 0 #136089; }

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

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

/*------------------------------------------------------------------------------bloc seo-------------------------------------------------------------------------------------*/
.first-activity-div, .second-activity-div, .third-activity-div { border: 1px solid #136089; }

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

.button_homepageScreen:hover { color: #F3FBFF !important; box-shadow: inset 0 -100px 0 0 #E56B1B !important; border-color: #E56B1B !important; transform: scale(0.95) !important; }

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

/*-----------------------------------------------------------------------------bloc avis--------------------------------------------------------------------------------------*/
.d-lg-flex.align-items-lg-center { font-family: 'Jost', sans-serif; }

p.lead.fs-6 { font-family: 'Jost', sans-serif; }

.mx-2 { font-family: 'Figtree', sans-serif; }

.d-lg-flex.align-items-center.justify-content-lg-between.text-center.text-lg-start.p-lg-4 { background: #ffffff !important; border-radius: 30px !important; }

.card.p-2.rounded-3.shadow-lg.px-4.border-0.d-flex.justify-content-lg-between { background: #F3FBFF !important; }

/* ----------------------------------------------------------------------Flèche retour en haut------------------------------------------------------------------------------- */
/* Bouton Retour en haut */
#back-to-top { position: fixed; bottom: 24px; right: 24px; background-color: #136089; color: #F3FBFF !important; font-size: 20px; font-weight: 700 !important; line-height: 1; text-align: center; padding: 14px 18px; border-radius: 100%; border: 2px solid #F3FBFF; 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: #E56B1B; border: 2px solid #F3FBFF; color: #F3FBFF !important; transform: translateY(-3px); }

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

/* -----------------------------------------------------------------------bloc first impression------------------------------------------------------------------------------- */
.first-thierry-girot { height: 100vh; width: 100%; display: flex; align-items: center; position: relative; overflow: hidden; }

/* IMAGE BACKGROUND + ZOOM */
.first-thierry-girot::before { content: ""; position: absolute; inset: 0; background: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FFJJ9tnQMJwMzXvqQ8Wykm2Pirio2%2Fimages%2FDesign_sans_titre_-_2026-04-29T152354737_pkfv.webp") center center/cover no-repeat; transform: scale(1); animation: zoomHero 15s ease-in-out infinite alternate; z-index: 0; }

/* OVERLAY (bleu adapté à la charte) */
.first-thierry-girot::after { content: ""; position: absolute; inset: 0; background: rgba(19, 96, 137, 0.32); /* bleu */ z-index: 1; }

/* CONTENU */
.first-thierry-girot-container { width: 90%; max-width: 1200px; margin: auto; position: relative; z-index: 2; }

.first-thierry-girot-text { max-width: 520px; color: #F3FBFF; text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35); }

/* TAGLINE (orange = accent) */
.first-thierry-girot .tagline { color: #F3FBFF; font-weight: 700; font-family: 'Jost', sans-serif; letter-spacing: 2px; font-size: 16px; }

/* H1 */
.first-thierry-girot-text h1 { font-size: 72px; font-weight: 700 !important; font-family: 'Figtree', sans-serif; color: #F3FBFF; line-height: 1.1; margin: 15px 0; }

/* TEXTE */
.first-thierry-girot-text p { font-size: 18px; font-family: 'Jost', sans-serif; margin-bottom: 30px; color: #F3FBFF; line-height: 1.6; }

/* LOGO */
.first-thierry-girot-logo { margin-bottom: 40px; }

.first-thierry-girot-logo img { height: 70px; width: auto; }

/* ANIMATION ZOOM */
@keyframes zoomHero { from { transform: scale(1); }
  to { transform: scale(1.15); } }

/* MOBILE */
@media (max-width: 900px) { .first-thierry-girot-text h1 { font-size: 46px; } .first-thierry-girot { text-align: center; } .first-thierry-girot-text { margin: auto; } .first-thierry-girot-logo { text-align: center; margin-bottom: 30px; } .first-thierry-girot-logo img { height: 55px; } }

/* ---------------------------------------------------------------------------bloc etape------------------------------------------------------------------------------------- */
.etape-fonction-thierry-girot { font-family: 'Jost', sans-serif; background: #F3FBFF; padding: 60px 40px; max-width: 1200px; margin: 0 auto; text-align: center; box-sizing: border-box; }

.etape-fonction-thierry-girot-badge { display: inline-flex; align-items: center; gap: 6px; border: 2px solid #136089 !important; background: #F3FBFF; border-radius: 999px; padding: 6px 14px; font-size: 13px; font-weight: 500; color: #136089; margin-bottom: 18px; }

.etape-fonction-thierry-girot-dot { width: 8px; height: 8px; background: #E56B1B; border-radius: 50%; display: inline-block; flex-shrink: 0; }

.etape-fonction-thierry-girot-title { font-family: 'Figtree', sans-serif; font-size: clamp(26px, 4vw, 40px); font-weight: 700 !important; color: #136089; margin: 0 0 40px; line-height: 1.15; }

.etape-fonction-thierry-girot-grid { display: grid; grid-template-columns: repeat(3, 1fr); text-align: left; border-top: 1px solid #F3FBFF; border-bottom: 1px solid #F3FBFF; }

.etape-fonction-thierry-girot-card { padding: 28px; border-right: 1px solid #F3FBFF; box-sizing: border-box; }

.etape-fonction-thierry-girot-card--last { border-right: none; }

.etape-fonction-thierry-girot-num { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: #E56B1B; border-radius: 50%; font-family: 'Figtree', sans-serif; font-weight: 800; font-size: 15px; color: #F3FBFF; margin-bottom: 14px; }

.etape-fonction-thierry-girot-card-title { font-family: 'Figtree', sans-serif; font-weight: 700 !important; font-size: 18px; color: #136089; margin: 0 0 10px; line-height: 1.3; }

.etape-fonction-thierry-girot-card-text { font-size: 14px; color: #3d4349; line-height: 1.6; margin: 0; }

/* Tablette */
@media (max-width: 991px) { .etape-fonction-thierry-girot { padding: 50px 24px; } .etape-fonction-thierry-girot-grid { grid-template-columns: 1fr; border-bottom: none; } .etape-fonction-thierry-girot-card { border-right: none; border-bottom: 1px solid #e8e8e8; padding: 24px 20px; } .etape-fonction-thierry-girot-card--last { border-bottom: none; } .etape-fonction-thierry-girot-title { margin-bottom: 30px; } }

/* Mobile */
@media (max-width: 576px) { .etape-fonction-thierry-girot { padding: 40px 16px; } .etape-fonction-thierry-girot-badge { font-size: 12px; padding: 6px 12px; } .etape-fonction-thierry-girot-title { font-size: 28px; line-height: 1.2; margin-bottom: 24px; } .etape-fonction-thierry-girot-card { padding: 20px 16px; } .etape-fonction-thierry-girot-num { width: 42px; height: 42px; font-size: 14px; margin-bottom: 12px; } .etape-fonction-thierry-girot-card-title { font-size: 17px; } .etape-fonction-thierry-girot-card-text { font-size: 14px; line-height: 1.5; } }

/* ----------------------------------------------------------------------------- bloc presta --------------------------------------------------------------------------------- */
.presta-thierry-girot-section { position: relative; width: 100%; min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 5rem 1.5rem; font-family: 'Jost', sans-serif; overflow: hidden; background: #136089; }

.presta-thierry-girot-bg { position: absolute; inset: 0; background-image: url("https://firebasestorage.googleapis.com/v0/b/refpro-app-ca244.appspot.com/o/customers%2FFJJ9tnQMJwMzXvqQ8Wykm2Pirio2%2Fimages%2F5_cx2m.webp?alt=media&token=d51735ac-6861-4dfd-98d5-fda4d7a78359"); background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 0; }

.presta-thierry-girot-overlay { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(19, 96, 137, 0.96) 0%, rgba(19, 96, 137, 0.86) 50%, rgba(19, 96, 137, 0.96) 100%); z-index: 1; }

.presta-thierry-girot-content { position: relative; z-index: 2; width: 100%; max-width: 1100px; display: flex; flex-direction: column; align-items: center; text-align: center; }

.presta-thierry-girot-eyebrow { font-family: 'Figtree', sans-serif; font-size: 11px; font-weight: 700 !important; letter-spacing: 0.22em; text-transform: uppercase; color: #F3FBFF; margin-bottom: 0.8rem; }

.presta-thierry-girot-title { font-family: 'Figtree', sans-serif; font-size: clamp(26px, 4.5vw, 48px); font-weight: 700 !important; color: #F3FBFF; line-height: 1.18; margin-bottom: 0.8rem; }

.presta-thierry-girot-title span { color: #E56B1B; }

.presta-thierry-girot-subtitle { font-size: 15px; font-weight: 300; color: rgba(243, 251, 255, 0.86); max-width: 620px; line-height: 1.75; margin-bottom: 3rem; }

.presta-thierry-girot-row { display: flex; justify-content: center; gap: 16px; width: 100%; }

.presta-thierry-girot-row--top { margin-bottom: 16px; }

.presta-thierry-girot-row--top .presta-thierry-girot-card, .presta-thierry-girot-row--bottom .presta-thierry-girot-card { flex: 0 1 calc(50% - 8px); max-width: calc(50% - 8px); }

.presta-thierry-girot-card { background: rgba(243, 251, 255, 0.08); border: 1px solid rgba(229, 107, 27, 0.28); border-radius: 16px; padding: 1.6rem 1.2rem 1.3rem; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 11px; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); position: relative; overflow: hidden; transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease; cursor: pointer; text-decoration: none; }

.presta-thierry-girot-card::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 42%; height: 3px; background: #F3FBFF; border-radius: 0 0 4px 4px; }

.presta-thierry-girot-card:hover { transform: translateY(-6px); background: rgba(243, 251, 255, 0.14); border-color: rgba(229, 107, 27, 0.7); box-shadow: 0 14px 35px rgba(4, 10, 26, 0.35); }

.presta-thierry-girot-card:active { transform: translateY(-2px); }

.presta-thierry-girot-card:focus-visible { outline: 2px solid #E56B1B; outline-offset: 3px; }

.presta-thierry-girot-icon { width: 50px; height: 50px; border-radius: 13px; background: rgba(229, 107, 27, 0.12); border: 1px solid rgba(229, 107, 27, 0.35); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #E56B1B; }

.presta-thierry-girot-icon svg { width: 22px; height: 22px; }

.presta-thierry-girot-card-title { font-family: 'Figtree', sans-serif; font-size: 20px; font-weight: 700; color: #F3FBFF; line-height: 1.35; margin: 0; }

.presta-thierry-girot-card-desc { font-size: 15px; font-weight: 300; color: rgba(243, 251, 255, 0.84); line-height: 1.65; flex: 1; margin: 0; }

.presta-thierry-girot-tag { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 0.07em; padding: 4px 10px; border-radius: 20px; background: rgba(229, 107, 27, 0.14); color: #E56B1B; border: 1px solid rgba(229, 107, 27, 0.3); margin-top: 2px; }

@media (max-width: 768px) { .presta-thierry-girot-row { flex-direction: column; gap: 16px; } .presta-thierry-girot-row--top { margin-bottom: 16px; } .presta-thierry-girot-row--top .presta-thierry-girot-card, .presta-thierry-girot-row--bottom .presta-thierry-girot-card { flex: 0 1 100%; max-width: 100%; width: 100%; } }

/* -----------------------------------------------------------------------------Bloc horaire--------------------------------------------------------------------------------- */
.horaire-section { background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FFJJ9tnQMJwMzXvqQ8Wykm2Pirio2%2Fimages%2FDesign_sans_titre_-_2026-04-29T164046574_fb57.webp"); background-size: cover; background-position: center; background-attachment: scroll; background-repeat: no-repeat; min-height: 500px; display: flex; align-items: center; justify-content: center; padding: 60px 20px; position: relative; }

.horaire-section::before { content: ''; position: absolute; inset: 0; background: rgba(19, 96, 137, 0.9); }

.horaire-wrapper { position: relative; z-index: 1; width: 100%; max-width: 1180px; display: grid; grid-template-columns: minmax(320px, 550px) minmax(280px, 1fr); gap: 28px; align-items: center; justify-content: center; margin: 0 auto; }

.horaire-thierry-girot { background: #F3FBFF; border-radius: 16px; border: 2px solid #F3FBFF; box-shadow: 0 10px 30px rgba(4, 45, 71, 0.08); padding: 32px; width: 100%; margin: 0 auto; font-family: 'Jost', sans-serif; transition: box-shadow 0.3s ease, transform 0.25s ease, border-color 0.25s ease; position: relative; }

.horaire-thierry-girot:hover { transform: translateY(-6px); box-shadow: 0 18px 45px rgba(4, 45, 71, 0.15); border-color: #E56B1B; }

.horaire-thierry-girot .header { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }

.horaire-thierry-girot .icon-wrapper { background: #F3FBFF; padding: 10px; border-radius: 10px; flex-shrink: 0; }

.horaire-thierry-girot .icon { width: 24px; height: 24px; color: #E56B1B; }

.horaire-thierry-girot h2 { font-size: 24px; font-family: 'Figtree', sans-serif; font-weight: 700 !important; color: #042D47; margin: 0; }

.horaire-thierry-girot .schedule { display: flex; flex-direction: column; gap: 8px; }

.horaire-thierry-girot .day-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 12px 16px; border-radius: 8px; transition: 0.2s ease; }

.horaire-thierry-girot .day-row:hover { background: rgba(229, 107, 27, 0.08); }

.horaire-thierry-girot .day-row.today { background: #E56B1B; border-left: 4px solid #042D47; font-weight: 800; }

.horaire-thierry-girot .day-name { font-size: 16px; color: #042D47; }

.horaire-thierry-girot .today-badge { font-size: 16px; color: #F3FBFF; margin-left: 8px; }

.horaire-thierry-girot .hours { font-size: 16px; font-weight: 500; color: #042D47; font-variant-numeric: tabular-nums; text-align: right; }

.horaire-thierry-girot .hours.closed { color: #E56B1B; }

.horaire-thierry-girot .open-status { margin-top: 12px; padding: 12px; border-radius: 8px; text-align: center; font-weight: 700; font-size: 18px; }

.horaire-thierry-girot .open-status.open { background: #FFFFFF; color: #E56B1B; border: 1px solid #E56B1B; }

.horaire-thierry-girot .open-status.closed { background: #042D47; color: #FFFFFF; }

/* --------------------------------------------------------------------------------Bloc r-s----------------------------------------------------------------------------------- */
.rs-thierry-girot { padding: 60px 20px; text-align: center; margin: 0 auto; width: 100%; max-width: 900px; position: relative; z-index: 1; }

.rs-thierry-girot h2 { margin: 0 0 40px; font-weight: 700 !important; font-size: 38.4px; color: #F3FBFF; line-height: 1.2; }

.rs-thierry-girot-buttons { display: flex; justify-content: center; align-items: center; gap: 60px; flex-wrap: wrap; width: 100%; margin: 0 auto; }

.rs-thierry-girot-link { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-decoration: none; color: white; }

.rs-thierry-girot-link img { width: 70px; height: 70px; object-fit: contain; display: block; transition: transform 0.3s ease, filter 0.3s ease; }

.rs-thierry-girot-link:hover img { transform: translateY(-5px) scale(1.08); filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.35)); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) { .horaire-wrapper { grid-template-columns: 1fr; max-width: 600px; } }

@media (max-width: 768px) { .rs-thierry-girot { padding: 50px 20px; } .rs-thierry-girot h2 { font-size: 30px; margin-bottom: 32px; } .rs-thierry-girot-buttons { gap: 40px; } .rs-thierry-girot-link img { width: 62px; height: 62px; } }

@media (max-width: 480px) { .horaire-thierry-girot, .rs-thierry-girot { padding: 24px; } .horaire-thierry-girot h2, .rs-thierry-girot h2 { font-size: 20px; } .horaire-thierry-girot .day-row { padding: 10px 12px; align-items: flex-start; flex-direction: column; } .horaire-thierry-girot .day-name, .horaire-thierry-girot .hours { font-size: 16px; } .horaire-thierry-girot .hours { text-align: left; } .horaire-thierry-girot .today-badge { display: inline-block; margin-left: 6px; font-size: 15px; } .horaire-thierry-girot .open-status { font-size: 16px; padding: 14px; } .rs-thierry-girot-link { width: 72px; height: 72px; } .rs-thierry-girot { padding: 40px 16px; } .rs-thierry-girot h2 { font-size: 24px; margin-bottom: 24px; } .rs-thierry-girot-buttons { gap: 24px; } .rs-thierry-girot-link img { width: 56px; height: 56px; } }

/*----------------------------------------------------------------------------bloc en-tete-----------------------------------------------------------------------------------*/
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

.en-tete-thierry-girot-section { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 200px 60px 80px 60px; gap: 48px; flex-wrap: wrap; min-height: 70vh; font-family: 'Jost', sans-serif; overflow: hidden; }

.en-tete-thierry-girot-bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 0; }

.en-tete-thierry-girot-overlay { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(9, 96, 137, 0.92) 0%, rgba(9, 96, 137, 0.88) 55%, rgba(9, 96, 137, 0.96) 100%); z-index: 1; }

.en-tete-thierry-girot-content { position: relative; z-index: 2; flex: 1; min-width: 300px; max-width: 50%; display: flex; flex-direction: column; align-items: flex-start; }

.en-tete-thierry-girot-eyebrow { font-family: 'Figtree', sans-serif; font-size: 11px; font-weight: 700 !important; letter-spacing: 0.22em; text-transform: uppercase; color: #E56B1B; margin-bottom: 0.8rem; }

.en-tete-thierry-girot-content h1 { font-family: 'Figtree', sans-serif; font-size: clamp(26px, 4.5vw, 48px); font-weight: 700 !important; line-height: 1.18; margin-bottom: 1.2rem; color: #F3FBFF; }

.en-tete-thierry-girot-content h1 span { color: #E56B1B; }

.en-tete-thierry-girot-content p { font-size: 15px; font-weight: 300; color: rgba(243, 251, 255, 0.78); max-width: 480px; line-height: 1.75; margin-bottom: 2rem; }

.en-tete-thierry-girot-image { position: relative; z-index: 2; flex: 1; min-width: 300px; max-width: 48%; }

.en-tete-thierry-girot-image-wrapper { position: relative; border-radius: 20px; overflow: hidden; border: 1px solid rgba(229, 107, 27, 0.25); backdrop-filter: blur(6px); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6); }

.en-tete-thierry-girot-image-wrapper::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 42%; height: 2px; background: #E56B1B; border-radius: 0 0 4px 4px; z-index: 3; }

.en-tete-thierry-girot-image img { width: 100%; display: block; }

.en-tete-thierry-girot-image-wrapper::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 40%; background: linear-gradient(to top, rgba(4, 45, 71, 0.55), transparent); }

@media (max-width: 900px) { .en-tete-thierry-girot-section { flex-direction: column; padding: 120px 24px 60px 24px; } .en-tete-thierry-girot-content, .en-tete-thierry-girot-image { max-width: 100%; width: 100%; text-align: center; align-items: center; } }

@media (max-width: 480px) { .en-tete-thierry-girot-section { padding: 110px 16px 48px 16px; } .en-tete-thierry-girot-content h1 { font-size: 1.8rem; } }

/*------------------------------------------------------------------------bloc step-thierry-girot-3-------------------------------------------------------------------------*/
.step-thierry-girot-3 { display: grid; grid-template-columns: 360px 1fr; gap: 40px; align-items: center; padding: 80px 50px 160px 50px; background: #F3FBFF; font-family: 'Jost', sans-serif; overflow: hidden; box-sizing: border-box; }

.step-thierry-girot-3__intro { position: relative; z-index: 2; }

.step-thierry-girot-3__intro h2 { margin: 0 0 24px; font-size: clamp(26px, 4vw, 42px); font-family: 'Figtree', sans-serif; line-height: 1.05; font-weight: 700 !important; color: #136089; }

.step-thierry-girot-3__intro p { max-width: 300px; margin: 0; font-size: 16px; line-height: 1.8; color: #042D47; }

.step-thierry-girot-3__timeline { position: relative; width: 100%; aspect-ratio: 800 / 400; }

.step-thierry-girot-3__svg { position: absolute; inset: 0; width: 100%; height: 100%; }

.step-thierry-girot-3__halo { fill: none; stroke: rgba(229, 107, 27, 0.14); stroke-width: 28; stroke-linecap: round; }

.step-thierry-girot-3__path { fill: none; stroke: #E56B1B; stroke-width: 3; stroke-linecap: round; }

.step-thierry-girot-3__dot-svg { fill: #136089; }

.step-thierry-girot-3__step { position: absolute; z-index: 3; }

.step-thierry-girot-3__step--1 { left: 5%; top: 20%; }

.step-thierry-girot-3__step--1 .step-thierry-girot-3__number { left: 0; top: 8px; }

.step-thierry-girot-3__step--1 .step-thierry-girot-3__content { left: 0; top: 26px; }

.step-thierry-girot-3__step--2 { left: 50%; top: 55%; transform: translateX(-50%); }

.step-thierry-girot-3__step--2 .step-thierry-girot-3__number { left: 50%; top: 8px; transform: translateX(-50%); }

.step-thierry-girot-3__step--2 .step-thierry-girot-3__content { left: 50%; top: 26px; transform: translateX(-50%); text-align: center; }

.step-thierry-girot-3__step--3 { right: 6%; top: 95%; }

.step-thierry-girot-3__step--3 .step-thierry-girot-3__number { right: 0; top: 8px; left: auto; }

.step-thierry-girot-3__step--3 .step-thierry-girot-3__content { right: 0; top: 26px; left: auto; text-align: right; }

.step-thierry-girot-3__number { position: absolute; font-size: clamp(60px, 10vw, 120px); line-height: 1; font-weight: 800; color: rgba(19, 96, 137, 0.1); pointer-events: none; white-space: nowrap; }

.step-thierry-girot-3__content { position: absolute; width: 220px; }

.step-thierry-girot-3__content h3 { margin: 0 0 8px; font-size: clamp(14px, 1.8vw, 20px); line-height: 1.2; font-weight: 700 !important; color: #136089; white-space: nowrap; }

.step-thierry-girot-3__content p { margin: 0; font-size: clamp(12px, 1.2vw, 14px); line-height: 1.7; color: #042D47; }

@media (max-width: 1175px) { .step-thierry-girot-3 { grid-template-columns: 1fr; gap: 30px; padding: 80px 24px 160px 24px; } .step-thierry-girot-3__intro p { max-width: 100%; } .step-thierry-girot-3__timeline { aspect-ratio: 800 / 480; } .step-thierry-girot-3__content { width: 180px; } .step-thierry-girot-3__content h3 { white-space: normal; } }

@media (max-width: 590px) { .step-thierry-girot-3 { grid-template-columns: 1fr; gap: 30px; padding: 80px 24px; } .step-thierry-girot-3__svg { display: none; } .step-thierry-girot-3__timeline { aspect-ratio: auto; display: flex; flex-direction: column; gap: 36px; } .step-thierry-girot-3__step { position: relative; left: auto !important; right: auto !important; top: auto !important; transform: none !important; display: flex; align-items: flex-start; gap: 16px; padding-left: 14px; border-left: 3px solid #E56B1B; } .step-thierry-girot-3__number { position: relative; top: auto !important; left: auto !important; right: auto !important; transform: none !important; font-size: 48px; color: rgba(19, 96, 137, 0.12); flex-shrink: 0; } .step-thierry-girot-3__content { position: relative; top: auto !important; left: auto !important; right: auto !important; transform: none !important; width: auto; text-align: left !important; } .step-thierry-girot-3__content h3 { white-space: normal; font-size: 16px; } .step-thierry-girot-3__content p { font-size: 14px; } }

/*------------------------------------------------------------------------bloc texte presta-----------------------------------------------------------------------------------*/
.texte-3-presta-thierry-girot { position: relative; padding: 120px 80px; overflow: hidden; background: #136089; }

.texte-3-presta-thierry-girot .texte-3-presta-thierry-girot-bg { position: absolute; inset: 0; z-index: 0; }

.texte-3-presta-thierry-girot .texte-3-presta-thierry-girot-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Overlay */
.texte-3-presta-thierry-girot::before { content: ""; position: absolute; inset: 0; background: rgba(19, 96, 137, 0.9); z-index: 1; }

.texte-3-presta-thierry-girot-overlay { position: relative; z-index: 2; }

.texte-3-presta-thierry-girot-row { display: flex; align-items: center; justify-content: space-between; gap: 80px; margin-bottom: 100px; }

.texte-3-presta-thierry-girot-row:last-child { margin-bottom: 0; }

.texte-3-presta-thierry-girot-row.reverse { flex-direction: row-reverse; }

.texte-3-presta-thierry-girot-image { flex: 0 0 38%; display: flex; }

.texte-3-presta-thierry-girot-row:not(.reverse) .texte-3-presta-thierry-girot-image { justify-content: flex-start; }

.texte-3-presta-thierry-girot-row.reverse .texte-3-presta-thierry-girot-image { justify-content: flex-end; }

.texte-3-presta-thierry-girot-image img { display: block; width: 100%; height: auto; border-radius: 25px; border: 1px solid rgba(229, 107, 27, 0.28); box-shadow: 0 20px 50px rgba(4, 45, 71, 0.3); }

.texte-3-presta-thierry-girot-text { flex: 0 0 55%; max-width: none; color: #F3FBFF; }

.texte-3-presta-thierry-girot-row:not(.reverse) .texte-3-presta-thierry-girot-text { text-align: left; }

.texte-3-presta-thierry-girot-row.reverse .texte-3-presta-thierry-girot-text { text-align: left; margin-left: 0; }

.texte-3-presta-thierry-girot-text h2 { margin: 0 0 24px; font-size: 32px; line-height: 1.1; color: #F3FBFF; text-align: center; font-family: 'Figtree', sans-serif; font-weight: 700 !important; }

.texte-3-presta-thierry-girot-text h2 span { color: #E56B1B; }

.texte-3-presta-thierry-girot-text p { margin: 0; font-size: 16px; font-family: 'Jost', sans-serif; line-height: 1.7; max-width: 900px; color: rgba(243, 251, 255, 0.88); }

@media (max-width: 1024px) { .texte-3-presta-thierry-girot { padding: 90px 40px; } .texte-3-presta-thierry-girot-row, .texte-3-presta-thierry-girot-row.reverse { flex-direction: column; align-items: flex-start; gap: 40px; margin-bottom: 80px; } .texte-3-presta-thierry-girot-image, .texte-3-presta-thierry-girot-text { flex: 1 1 100%; width: 100%; } .texte-3-presta-thierry-girot-row.reverse .texte-3-presta-thierry-girot-image { justify-content: flex-start; } .texte-3-presta-thierry-girot-image img { max-width: 100%; } .texte-3-presta-thierry-girot-text h2 { font-size: 46px; } .texte-3-presta-thierry-girot-text p { font-size: 20px; max-width: 100%; } }

@media (max-width: 767px) { .texte-3-presta-thierry-girot { padding: 70px 20px; } .texte-3-presta-thierry-girot-text h2 { font-size: 34px; text-align: left; } .texte-3-presta-thierry-girot-text p { font-size: 18px; line-height: 1.6; } }

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