/* ============================================================
   Page contact, styles ajoutes
   Agence d'Hebergement Dore
   ============================================================ */

/* --- colonne de gauche : coordonnees --- */

.contact-info-list {
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.contact-info-list li {
    padding: 14px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.contact-info-list li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .08);
}

.contact-info-list .region-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #8a8a8a;
    margin-bottom: 3px;
}

.contact-info-list a {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    text-decoration: none;
}

.contact-info-list a:hover {
    color: var(--thm-base, #c9a227);
}

.contact-info-extra {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    line-height: 1.8;
}

.contact-info-extra a {
    color: inherit;
    text-decoration: underline;
}

/* --- formulaire --- */

.contact-form-inner {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 4px;
    padding: 34px 32px 28px;
    box-shadow: 0 10px 40px -24px rgba(0, 0, 0, .35);
}

.contact-form-inner h3 {
    font-size: 24px;
    margin: 0 0 6px;
}

.required-note {
    font-size: 13px;
    color: #8a8a8a;
    margin: 0 0 22px;
}

.default-form .form-group {
    margin-bottom: 18px;
}

.default-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="tel"],
.default-form select,
.default-form textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    font-family: inherit;
    color: #222;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: border-color .2s, background .2s;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
    outline: none;
    background: #fff;
    border-color: var(--thm-base, #c9a227);
    box-shadow: 0 0 0 3px rgba(201, 162, 39, .15);
}

.default-form textarea {
    resize: vertical;
    min-height: 120px;
}

/* --- consentement --- */

.consent-group {
    margin-top: 4px;
}

.consent-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
}

.consent-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    flex: 0 0 auto;
}

/* --- bouton --- */

.message-btn .theme-btn-two {
    width: 100%;
    cursor: pointer;
    border: none;
}

.message-btn .theme-btn-two[disabled] {
    opacity: .6;
    cursor: wait;
}

/* --- message de confirmation ou d'erreur --- */

.form-status {
    margin-top: 16px;
    padding: 0;
    font-size: 15px;
    line-height: 1.5;
}

.form-status.is-ok,
.form-status.is-error {
    padding: 14px 16px;
    border-radius: 3px;
}

.form-status.is-ok {
    background: #e6f4ec;
    border: 1px solid #b6ddc8;
    color: #1b6b45;
}

.form-status.is-error {
    background: #fbeaea;
    border: 1px solid #f0c4c4;
    color: #9c2626;
}

/* --- champ piege antipourriel : invisible pour les humains --- */

.bot-trap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* --- telephone --- */

@media (max-width: 767px) {
    .contact-form-inner {
        padding: 26px 20px 22px;
    }

    .contact-info-list a {
        font-size: 20px;
    }
}

/* ============================================================
   Page a propos
   ============================================================ */

.highlight-card {
    background: #f7f4ec;
    border-left: 4px solid var(--thm-base, #c9a227);
    border-radius: 4px;
    padding: 30px 28px;
}

.highlight-card .highlight-tagline {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #8a7a4a;
    margin: 0 0 14px;
}

.highlight-card h3 {
    font-size: 26px;
    line-height: 1.25;
    margin: 0 0 14px;
}

.highlight-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
}

.testimonial-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 4px;
    padding: 28px 28px 22px;
    margin: 0 0 26px;
    height: calc(100% - 26px);
    box-shadow: 0 10px 40px -28px rgba(0, 0, 0, .4);
}

.testimonial-card p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 16px;
}

.testimonial-card cite {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .04em;
    color: #8a7a4a;
}

.about-cta {
    margin-top: 26px;
    padding: 34px 20px 38px;
    border-top: 1px solid rgba(0, 0, 0, .08);
}

.about-cta h3 {
    font-size: 26px;
    margin: 0 0 6px;
}

.about-cta p {
    margin: 0 0 22px;
    color: #6f6f6f;
}

@media (max-width: 991px) {
    .highlight-card {
        margin-top: 30px;
    }

    .testimonial-card {
        height: auto;
    }
}

/* espacement des paragraphes dans les blocs de texte ajoutes */
.about-style-two .content-box .text p + p {
    margin-top: 16px;
}

/* ============================================================
   Pages legales
   ============================================================ */

.legal-page {
    max-width: 780px;
    margin: 0 auto;
}

.legal-updated {
    font-size: 13px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #8a8a8a;
    margin: 0 0 34px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.legal-block {
    margin-bottom: 34px;
}

.legal-block h2 {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 12px;
}

.legal-block p,
.legal-block li {
    font-size: 16px;
    line-height: 1.75;
    color: #444;
}

.legal-block p {
    margin: 0 0 14px;
}

.legal-block ul {
    margin: 0 0 14px;
    padding-left: 22px;
}

.legal-block li {
    margin-bottom: 7px;
}

.legal-block a {
    color: #b08113;
    text-decoration: underline;
}

/* ============================================================
   Page 404
   ============================================================ */

.legal-page.centred { text-align: center; }

.notfound-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin: 30px 0 40px;
}

.notfound-map {
    list-style: none;
    margin: 0 0 26px;
    padding: 26px 0 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 26px;
}

.notfound-map a {
    color: #2d5883;
    text-decoration: underline;
    font-size: 15px;
}

.notfound-phone { font-size: 16px; color: #555; }
.notfound-phone a { font-weight: 700; color: #1d2b3a; text-decoration: none; }
