@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;1,500&family=DM+Sans:wght@400;500;600;700&display=swap"); :root {
--pepites-orange:      #E58523;
--pepites-orange-deep: #C26A14;
--pepites-cream:       #FAF5EC;
--pepites-cream-2:     #F3E8D2;
--pepites-ink:         #1C1610;
--pepites-text:        #2A211A;
--pepites-muted:       #6E5F52;
--pepites-rule:        #E5D9C3;
--pepites-magenta:     #C8156A;
} .pepites-widget {
font-family: 'DM Sans', system-ui, sans-serif;
font-size: 15px;
color: var(--pepites-text);
background: #fff;
border: 1px solid var(--pepites-rule);
}
.pepites-widget--dark {
background: var(--pepites-ink);
border-color: var(--pepites-ink);
color: #fff;
}
.pepites-widget__head {
padding: 20px 24px 16px;
border-bottom: 1px solid var(--pepites-rule);
margin-bottom: 16px;
}
.pepites-widget--dark .pepites-widget__head {
border-bottom-color: rgba(255, 255, 255, .08);
}
.pepites-widget__eyebrow {
font-size: 10px;
letter-spacing: 2.5px;
font-weight: 700;
color: var(--pepites-orange-deep);
margin-bottom: 6px;
}
.pepites-widget--dark .pepites-widget__eyebrow {
color: #FBE7CB;
}
.pepites-widget__title {
font-family: 'Playfair Display', serif;
font-size: 22px;
font-weight: 500;
line-height: 1.1;
color: var(--pepites-ink);
margin: 0;
}
.pepites-widget--dark .pepites-widget__title {
color: #fff;
} .pepites-nav {
padding: 0 24px 20px;
}
.pepites-nav__list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 2px;
}
.pepites-nav__item {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 4px;
font-size: 14px;
color: var(--pepites-text);
text-decoration: none;
border-bottom: 1px dashed var(--pepites-rule);
transition: color .15s;
}
.pepites-nav__item:hover {
color: var(--pepites-orange-deep);
text-decoration: none;
}
.pepites-nav__item--active {
background: var(--pepites-cream);
color: var(--pepites-ink);
font-weight: 600;
border-left: 3px solid var(--pepites-orange);
border-bottom: none;
padding: 10px 4px 10px 21px;
margin: 0 -24px 2px;
}
.pepites-nav__item--active:hover {
color: var(--pepites-ink);
}
.pepites-nav__mark {
font-size: 10px;
width: 12px;
flex-shrink: 0;
color: var(--pepites-orange);
}
.pepites-nav__mark--inactive {
color: #C8B89E;
}
.pepites-nav__chev {
margin-left: auto;
color: var(--pepites-muted);
font-size: 13px;
} .pepites-modal {
padding: 0 24px 24px;
}
.pepites-modal__steps {
display: flex;
flex-direction: column;
gap: 14px;
margin-bottom: 20px;
}
.pepites-modal__step {
display: grid;
grid-template-columns: 28px 1fr;
gap: 12px;
align-items: start;
}
.pepites-modal__step-num {
width: 26px;
height: 26px;
border-radius: 50%;
border: 1.5px solid var(--pepites-orange);
color: var(--pepites-orange);
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 12px;
flex-shrink: 0;
}
.pepites-modal__step-title {
font-size: 14px;
font-weight: 600;
color: #fff;
margin-bottom: 2px;
line-height: 1.3;
}
.pepites-modal__step-sub {
font-size: 12px;
color: #A89881;
line-height: 1.4;
}
.pepites-modal__docs {
list-style: none;
padding: 0;
margin: 8px 0 0;
display: flex;
flex-direction: column;
gap: 2px;
}
.pepites-modal__docs li a {
display: flex;
align-items: center;
gap: 6px;
font-size: 12px;
color: #C9BAA6;
text-decoration: none;
padding: 4px 0;
border-bottom: 1px dashed rgba(229, 133, 35, .2);
transition: color .15s;
}
.pepites-modal__docs li a::before {
content: '↓';
color: var(--pepites-orange);
font-size: 11px;
flex-shrink: 0;
}
.pepites-modal__docs li a:hover {
color: var(--pepites-orange);
}
.pepites-modal__docs-zip {
font-weight: 600;
color: var(--pepites-orange) !important;
}
.pepites-modal__deadline {
background: rgba(229, 133, 35, .12);
border: 1px dashed var(--pepites-orange);
padding: 12px 14px;
margin-bottom: 14px;
text-align: center;
}
.pepites-modal__deadline-label {
font-size: 10px;
letter-spacing: 2px;
color: #FBE7CB;
font-weight: 600;
margin-bottom: 4px;
}
.pepites-modal__deadline-date {
font-family: 'Playfair Display', serif;
font-size: 22px;
font-weight: 600;
color: var(--pepites-orange);
line-height: 1;
}
.pepites-modal__btn {
display: block;
background: var(--pepites-orange);
color: var(--pepites-ink);
text-align: center;
font-weight: 700;
font-size: 13px;
padding: 12px;
text-decoration: none;
letter-spacing: .3px;
transition: opacity .15s;
}
.pepites-modal__btn:hover {
color: var(--pepites-ink);
opacity: .88;
text-decoration: none;
} .pepites-contact {
padding: 0 24px 24px;
}
.pepites-contact__card {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 16px;
}
.pepites-contact__avatar {
width: 44px;
height: 44px;
border-radius: 50%;
background: var(--pepites-cream-2);
color: var(--pepites-orange-deep);
display: flex;
align-items: center;
justify-content: center;
font-family: 'Playfair Display', serif;
font-size: 16px;
font-weight: 600;
flex-shrink: 0;
}
.pepites-contact__name {
font-size: 15px;
font-weight: 600;
color: var(--pepites-ink);
line-height: 1.2;
}
.pepites-contact__role {
font-size: 12px;
color: var(--pepites-muted);
margin-top: 2px;
}
.pepites-contact__row {
display: flex;
justify-content: space-between;
padding: 10px 0;
border-bottom: 1px dashed var(--pepites-rule);
font-size: 13px;
gap: 8px;
}
.pepites-contact__row:last-of-type {
border-bottom: none;
}
.pepites-contact__key {
color: var(--pepites-muted);
font-weight: 500;
flex-shrink: 0;
}
.pepites-contact__val {
color: var(--pepites-ink);
font-weight: 500;
text-align: right;
}
.pepites-contact__val a {
color: var(--pepites-orange-deep);
text-decoration: underline;
text-underline-offset: 3px;
}
.pepites-contact__dossier {
padding: 14px 0 16px;
border-bottom: 1px solid var(--pepites-rule);
margin-bottom: 14px;
}
.pepites-contact__dossier-text {
font-size: 13px;
line-height: 1.6;
color: var(--pepites-text);
margin: 0 0 12px;
}
.pepites-contact__dossier-text a {
color: var(--pepites-orange-deep);
text-decoration: underline;
text-underline-offset: 3px;
white-space: nowrap;
}
.pepites-contact__frais {
font-size: 13px;
color: var(--pepites-text);
}
.pepites-contact__frais-label {
font-weight: 600;
margin-bottom: 4px;
color: var(--pepites-ink);
}
.pepites-contact__frais-list {
margin: 0;
padding: 0;
list-style: none;
}
.pepites-contact__frais-list li {
padding-left: 14px;
position: relative;
line-height: 1.6;
color: var(--pepites-muted);
}
.pepites-contact__frais-list li::before {
content: '-';
position: absolute;
left: 0;
color: var(--pepites-orange-deep);
}
.pepites-contact__for-info {
font-size: 12px;
font-weight: 600;
color: var(--pepites-muted);
letter-spacing: .3px;
margin-bottom: 10px;
} .ult-adjust-bottom-margin {
margin-bottom: 0 !important;
}
.ult_modal {
max-width: 600px !important;
}
.overlay-cornerbottomleft {
-webkit-transform: unset !important;
transform: unset !important;
}
.ult_modal-content {   
border-radius: 0 !important;
}
.ult_modal-content strong {
font-family: 'Playfair Display', serif;
font-size: 17px;
font-weight: 600;
color: #1c1610;
margin: 0 0 4px;
}
.ult_modal-content em {
display: inline-block; background: #FAF5EC; border: 1px solid #E58523; color: #c26a14; font-size: 12px; font-weight: bold; letter-spacing: 1.5px; padding: 4px 12px; text-transform: uppercase;
font-style: normal;
margin-top: 10px;
margin-bottom: 5px;
}