

.cms-public-page {
    width: min(880px, 100%);
    margin: 1.5rem auto 0;
}

.cms-public-page-header h1 {
    margin-bottom: .6rem;
}

.cms-public-fallback {
    padding: .75rem .9rem;
    border-radius: .6rem;
    background: rgba(0, 0, 0, .04);
    opacity: .72;
}

.cms-public-content {
    line-height: 1.7;
}

.cms-public-content h2,
.cms-public-content h3,
.cms-public-content h4 {
    margin-top: 1.5em;
}

.cms-public-content blockquote {
    margin-left: 0;
    padding-left: 1rem;
    border-left: 3px solid rgba(0, 0, 0, .18);
}

.cms-public-content a {
    text-decoration: underline;
}

.soustoit-public-footer {
    margin-top: 3rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
}

.soustoit-public-footer-inner {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 1.7rem 0;
    display: grid;
    gap: 1.15rem;
}

.soustoit-footer-brand {
    display: grid;
    gap: .2rem;
}

.soustoit-footer-brand strong {
    font-size: 1.15rem;
}

.soustoit-footer-brand span,
.soustoit-footer-bottom {
    opacity: .65;
}

.soustoit-footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.65rem 1.15rem;
    text-align: center;
}

.soustoit-footer-links a {
    color: inherit;
    text-decoration: none;
}

.soustoit-footer-links a:hover {
    text-decoration: underline;
}

.soustoit-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1.8rem;
    flex-wrap: wrap;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, .08);
    font-size: .9rem;
    justify-content: center;
}

.cms-header-page-link {
    white-space: nowrap;
}


/* ------------------------------------------------------------
   Formulaire de contact
   ------------------------------------------------------------ */

.cms-contact-form-section {
    margin: 1.5rem 0;
}

.cms-contact-form {
    position: relative;
    display: grid;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .8rem;
    background: #fff;
}

.cms-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .9rem;
}

.cms-contact-grid label {
    display: grid;
    gap: .35rem;
    font-weight: 600;
}

.cms-contact-grid input,
.cms-contact-grid textarea {
    box-sizing: border-box;
    width: 100%;
    padding: .72rem .78rem;
    border: 1px solid rgba(0, 0, 0, .18);
    border-radius: .55rem;
    background: #fff;
    font: inherit;
}

.cms-contact-grid textarea {
    resize: vertical;
    line-height: 1.5;
}

.cms-contact-wide {
    grid-column: 1 / -1;
}

.cms-contact-consent {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    font-size: .92rem;
}

.cms-contact-consent input {
    margin-top: .2rem;
}

.cms-contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 650px) {
    .cms-contact-grid {
        grid-template-columns: 1fr;
    }

    .cms-contact-wide {
        grid-column: auto;
    }
}
