@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&family=Lobster&display=swap');

:root {
    --psy-sky:#b5dcf6;
    --psy-ink:#242424;
    --psy-blue:#4768c9;
    --psy-gold:#d9a15f;
    --psy-line:rgba(255,255,255,.42);
}

* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body.psy-page {
    margin:0;
    color:var(--psy-ink);
    background:#fff;
    font-family:'Arimo',Arial,sans-serif;
    font-size:16px;
    line-height:1.58;
    -webkit-font-smoothing:antialiased;
}
body.psy-page a { color:inherit; }
body.psy-page img { max-width:100%; }

.psy-header {
    position:sticky;
    z-index:30;
    top:0;
    height:86px;
    background:rgba(255,255,255,.98);
    box-shadow:0 1px 0 rgba(0,0,0,.025);
}
.psy-header__inner {
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:min(1120px,calc(100% - 64px));
    height:100%;
    margin:0 auto;
}
.psy-brand {
    display:inline-flex;
    align-items:center;
    gap:18px;
    color:#252525;
    font-size:1rem;
    text-decoration:none;
    white-space:nowrap;
}
.psy-brand img {
    width:66px;
    height:54px;
    object-fit:contain;
}
.psy-nav { display:flex; align-items:center; gap:38px; }
.psy-nav a {
    position:relative;
    padding:29px 0 24px;
    font-size:1rem;
    text-decoration:none;
    white-space:nowrap;
}
.psy-nav a::after {
    content:'';
    position:absolute;
    right:0;
    bottom:22px;
    left:0;
    height:1px;
    background:currentColor;
    transform:scaleX(0);
    transform-origin:center;
    transition:transform .18s ease;
}
.psy-nav a:hover::after,
.psy-nav a.is-active::after { transform:scaleX(1); }
.psy-mobile-nav { display:none; position:relative; }
.psy-mobile-nav summary {
    display:grid;
    gap:5px;
    width:42px;
    padding:10px;
    list-style:none;
    cursor:pointer;
}
.psy-mobile-nav summary::-webkit-details-marker { display:none; }
.psy-mobile-nav summary span { width:22px; height:2px; background:#222; }
.psy-mobile-nav nav {
    position:absolute;
    top:48px;
    right:0;
    display:grid;
    min-width:230px;
    padding:10px;
    border:1px solid #e7e7e7;
    background:#fff;
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}
.psy-mobile-nav nav a { padding:11px 13px; text-decoration:none; }
.psy-mobile-nav nav a:hover { background:#f5f5f5; }

.psy-sky { background:var(--psy-sky); }
.psy-container { width:min(850px,calc(100% - 40px)); margin:0 auto; }
.psy-script { font-family:'Lobster',cursive; font-weight:400; }
.psy-section-title { margin:0; font:400 1.5rem/1.3 'Lobster',cursive; }
.psy-button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:162px;
    min-height:49px;
    padding:11px 24px;
    border:1px solid #000;
    border-radius:4px;
    color:#fff !important;
    background:#000;
    font-size:1rem;
    text-decoration:none;
    transition:transform .16s ease,opacity .16s ease;
}
.psy-button:hover { transform:translateY(-2px); opacity:.88; }

.psy-home { padding:78px 0 0; }
.psy-home__welcome { margin:0 0 38px; font:400 1.45rem/1.35 'Lobster',cursive; }
.psy-home-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:30px;
    align-items:start;
}
.psy-home-card { display:flex; flex-direction:column; min-width:0; }
.psy-home-card__image {
    display:block;
    width:100%;
    aspect-ratio:1/1;
    margin:0 0 18px;
    object-fit:cover;
}
.psy-home-card h2 { margin:0 0 22px; font:400 1.12rem/1.35 'Lobster',cursive; }
.psy-home-card h3 { margin:0 0 18px; font:400 1rem/1.45 'Lobster',cursive; }
.psy-home-card p { margin:0 0 19px; }
.psy-home-card p:last-of-type { margin-bottom:24px; }
.psy-home-card--identity { text-align:center; }
.psy-home-card--identity .psy-home-card__contact { margin:7px 0 24px; line-height:1.62; }
.psy-home-card--identity .psy-home-card__contact a { text-decoration:none; }
.psy-home-card .psy-button { align-self:flex-start; margin-top:auto; }
.psy-home-card--identity .psy-button { align-self:center; }
.psy-home-card--services { grid-column:1; padding-top:20px; }
.psy-services-list { margin:0 0 32px; padding:0; list-style:none; }
.psy-services-list li { margin:0 0 26px; }

.psy-location {
    margin-top:74px;
    padding:76px 0 66px;
    text-align:center;
}
.psy-location h2 {
    max-width:900px;
    margin:0 auto 34px;
    font:400 clamp(1.45rem,2.5vw,1.75rem)/1.55 'Lobster',cursive;
}
.psy-location__map {
    display:block;
    width:min(625px,100%);
    margin:0 auto 42px;
}
.psy-notice {
    width:min(625px,100%);
    margin:0 auto;
    text-align:center;
}
.psy-notice p { margin:0 0 20px; }
.psy-notice__label { text-transform:uppercase; letter-spacing:.02em; }
.psy-notice h3 { margin:18px 0; font:400 1.45rem/1.55 'Lobster',cursive; }
.psy-notice__points { margin:0 auto 20px; padding:0; list-style:none; text-align:left; }
.psy-notice__points li { margin:0 0 14px; font:400 1.28rem/1.5 'Lobster',cursive; }
.psy-notice__strong { font-weight:700; }

.psy-content-page { min-height:calc(100vh - 86px); padding:78px 0 90px; }
.psy-content-page__heading {
    margin:0 0 44px;
    padding-bottom:38px;
    border-bottom:2px solid var(--psy-line);
    font:400 1.6rem/1.35 'Lobster',cursive;
}
.psy-service-detail { margin:0 0 46px; }
.psy-service-detail h2 { margin:0 0 18px; font:400 1.4rem/1.4 'Lobster',cursive; }
.psy-service-detail p { margin:0 0 22px; }
.psy-service-detail strong { font-family:'Lobster',cursive; font-size:1.04rem; font-weight:400; }

.psy-tarifs { text-align:center; }
.psy-tarifs__inner { width:min(650px,calc(100% - 40px)); margin:0 auto; }
.psy-tarifs h1 { margin:0 0 18px; font:400 1.75rem/1.35 'Lobster',cursive; }
.psy-price-list { margin:0; padding-left:1.4rem; text-align:left; }
.psy-price-list > li { margin:0 0 30px; padding-left:4px; }
.psy-price-list strong { display:block; text-align:center; }
.psy-tarifs__notes { margin-top:48px; }
.psy-tarifs__notes p { margin:0 0 18px; }

.psy-contact-hero { padding:134px 20px 68px; text-align:center; }
.psy-contact-hero h2 { margin:0 0 17px; color:var(--psy-blue); font:400 1.45rem/1.4 'Lobster',cursive; }
.psy-contact-hero h1 { margin:0 0 68px; color:var(--psy-blue); font:400 clamp(1.7rem,3vw,2.1rem)/1.4 'Lobster',cursive; }
.psy-form { width:min(715px,100%); margin:0 auto; text-align:left; }
.psy-form__row { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.psy-form label { display:block; margin:0 0 7px; }
.psy-form input[type='text'],
.psy-form input[type='email'],
.psy-form input[type='tel'],
.psy-form textarea {
    width:100%;
    border:1px solid #ccc;
    border-radius:3px;
    background:#fff;
    color:#222;
    font:inherit;
}
.psy-form input[type='text'],
.psy-form input[type='email'],
.psy-form input[type='tel'] { height:50px; padding:10px 12px; }
.psy-form textarea { min-height:145px; padding:12px; resize:vertical; }
.psy-form__message { margin-top:22px; }
.psy-form__consent { display:flex !important; align-items:flex-start; gap:10px; margin:18px 0 !important; font-size:.82rem; line-height:1.45; }
.psy-form__consent input { flex:0 0 auto; margin-top:4px; }
.psy-form button {
    display:block;
    width:max-content;
    min-width:120px;
    min-height:49px;
    margin:22px auto 0;
    border:0;
    border-radius:4px;
    color:#fff;
    background:#aebbea;
    font:inherit;
    cursor:pointer;
}
.psy-form button:hover { background:#91a3e1; }
.psy-contact-panel { display:grid; grid-template-columns:1.07fr .93fr; min-height:520px; }
.psy-contact-panel img { width:100%; height:100%; object-fit:cover; }
.psy-contact-panel__copy { display:flex; flex-direction:column; justify-content:center; padding:60px 10%; background:var(--psy-sky); }
.psy-contact-panel__copy h2 { margin:0 0 22px; font:400 1.45rem/1.35 'Lobster',cursive; }
.psy-contact-panel__copy p { margin:0 0 18px; }
.psy-contact-panel__copy a { text-underline-offset:3px; }

.psy-legal { min-height:calc(100vh - 86px); padding:76px 0 90px; background:#fff; }
.psy-legal__inner { width:min(850px,calc(100% - 40px)); margin:0 auto; }
.psy-legal h1 { margin:0 0 34px; font:400 2rem/1.3 'Lobster',cursive; }
.psy-legal h2 { margin:38px 0 12px; font:400 1.35rem/1.4 'Lobster',cursive; }
.psy-legal h3 { margin:28px 0 10px; font-size:1rem; }
.psy-legal p { margin:0 0 18px; }
.psy-legal ul { margin:0 0 22px; }
.psy-legal__lead { font-size:1.05rem; }
.psy-legal__box { padding:24px; border:1px solid #d9d9d9; border-radius:4px; background:#fafafa; }
.psy-cookie-choice { display:flex; justify-content:space-between; gap:18px; padding:17px 0; border-bottom:1px solid #ddd; }
.psy-cookie-choice:last-child { border-bottom:0; }
.psy-cookie-badge { color:#5c5c5c; font-size:.85rem; font-weight:700; }
.psy-retract-form { width:min(680px,100%); }
.psy-retract-form .psy-form__row { grid-template-columns:1fr 1fr; }
.psy-retract-form .psy-form__message { margin-top:18px; }
.psy-retract-form small { display:block; margin-top:5px; color:#666; }

.psy-footer { padding:84px 20px; background:#fff; }
.psy-footer__inner { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:12px; }
.psy-footer a { text-underline-offset:3px; }
.psy-footer__outlined { margin-left:4px; padding:13px 26px; border:1px solid #6d82d4; border-radius:4px; text-decoration:none; }

@media (max-width:900px) {
    .psy-header__inner { width:calc(100% - 32px); }
    .psy-nav { gap:22px; }
    .psy-home-grid { gap:22px; }
}

@media (max-width:760px) {
    .psy-header { height:74px; }
    .psy-brand { gap:11px; font-size:.93rem; }
    .psy-brand img { width:52px; height:44px; }
    .psy-nav { display:none; }
    .psy-mobile-nav { display:block; }
    .psy-home { padding-top:48px; }
    .psy-home-grid { grid-template-columns:1fr; gap:52px; }
    .psy-home-card--services { grid-column:auto; padding-top:0; }
    .psy-home-card__image { aspect-ratio:16/10; }
    .psy-home-card .psy-button { align-self:flex-start; }
    .psy-home-card--identity .psy-button { align-self:center; }
    .psy-location { margin-top:58px; padding:56px 0; }
    .psy-content-page { padding:52px 0 64px; }
    .psy-form__row,
    .psy-retract-form .psy-form__row { grid-template-columns:1fr; }
    .psy-contact-hero { padding:76px 20px 56px; }
    .psy-contact-hero h1 { margin-bottom:48px; }
    .psy-contact-panel { grid-template-columns:1fr; }
    .psy-contact-panel img { height:360px; }
    .psy-contact-panel__copy { padding:48px 24px; }
    .psy-footer { padding:58px 20px; }
}

@media (max-width:440px) {
    .psy-brand span { max-width:180px; overflow:hidden; text-overflow:ellipsis; }
    .psy-container,
    .psy-legal__inner,
    .psy-tarifs__inner { width:calc(100% - 30px); }
    .psy-home-card__image { aspect-ratio:1/1; }
    .psy-location h2 { font-size:1.25rem; }
    .psy-notice__points li { font-size:1.12rem; }
    .psy-footer__inner { flex-direction:column; }
    .psy-footer__outlined { margin:10px 0 0; }
}

@media (prefers-reduced-motion:reduce) {
    html { scroll-behavior:auto; }
    .psy-button,
    .psy-nav a::after { transition:none; }
}
