:root {
    --amh-accent: #999030;
    --amh-accent-hover: #7a7326;
    --amh-bg-alt: #f7f7f5;
    --amh-text: #333;
    --amh-text-soft: #444;
    --amh-border: #ececec;
    --amh-radius-card: 10px;
    --amh-radius-img: 11px;
    --amh-radius-btn: 6px;
    --amh-shadow-card: 0 6px 20px rgba(0, 0, 0, .05);
    --amh-shadow-card-hover: 0 12px 28px rgba(0, 0, 0, .09);
}

.amh-h2 {
    font-family: 'Alata', Helvetica, Arial, sans-serif;
    color: var(--amh-accent) !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1.3em;
    margin: 0;
}

.amh-sep {
    width: 90px;
    height: 3px;
    background-color: var(--amh-accent);
    margin: 20px auto 18px;
}

.et_pb_row:has(.amh-sep) {
    padding-bottom: 10px !important;
}
.et_pb_row:has(.amh-sep) + .et_pb_row {
    padding-top: 8px !important;
}

.amh-btn {
    display: inline-block;
    background: var(--amh-accent);
    color: #fff !important;
    font-family: 'Alata', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 15px;
    padding: 15px 34px;
    border-radius: var(--amh-radius-btn);
    border: 2px solid var(--amh-accent);
    text-decoration: none;
    transition: all .25s ease;
    cursor: pointer;
}
.amh-btn:hover {
    background: var(--amh-accent-hover);
    border-color: var(--amh-accent-hover);
    color: #fff !important;
}
.amh-btn--arrow::after {
    content: "→";
    margin-left: 10px;
    display: inline-block;
    transition: transform .25s ease;
}
.amh-btn--arrow:hover::after {
    transform: translateX(4px);
}
.amh-btn-wrap {
    text-align: center;
    padding: 20px 0 10px;
}
.amh-btn-wrap--pair {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}
.amh-card p {
    color: var(--amh-text-soft);
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.et_pb_row:has(.amh-villes) {
    padding-top: 5px !important;
}
.amh-check-list li {
    position: relative;
    padding: 8px 0 8px 30px;
    font-size: 15px;
    color: var(--amh-text-soft);
    line-height: 1.5;
    border-bottom: 1px solid #f0f0f0;
}
.amh-check-list li:last-child {
    border-bottom: none;
}
.amh-check-list li::before {
    content: "\2713";
    color: var(--amh-accent);
    font-weight: 700;
    position: absolute;
    left: 4px;
    top: 8px;
    font-size: 16px;
}

.et-l--body ul.amh-check,
ul.amh-check {
    list-style: none;
    margin: 10px auto 0;
    max-width: 720px;
    padding: 0;
    text-align: left;
}
.amh-check li {
    position: relative;
    padding: 10px 0 10px 34px;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    border-bottom: 1px solid #f0f0f0;
}
.amh-check li::before {
    content: "\25CF";
    color: var(--amh-accent);
    position: absolute;
    left: 4px;
    top: 11px;
    font-size: 13px;
}
@media (min-width: 981px) {
    .amh-check li {
        font-size: 20px;
        padding-left: 42px;
    }
    .amh-check li::before {
        font-size: 15px;
        top: 13px;
    }
}
.amh-photo-card img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .45s ease;
}
.amh-photo-card:hover img {
    transform: scale(1.04);
}
.amh-photo-caption h4,
.amh-photo-caption p {
    margin: 0;
    color: #fff;
}
.amh-photo-caption h4 {
    font-family: 'Alata', Helvetica, Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.amh-photo-caption p {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 4px;
    opacity: .9;
}

.amh-chantier {
    max-width: 1080px;
    margin: 0 auto 34px;
}
.amh-chantier .amh-h2 {
    font-size: 28px;
}
.amh-chantier-intro {
    max-width: 720px;
    margin: 0 auto 24px;
    text-align: center;
    font-size: 15px;
    color: var(--amh-text-soft);
    line-height: 1.6;
}
.amh-etapes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.amh-etapes--3 {
    max-width: 1080px;
    margin: 0 auto;
}
.amh-etapes--2 {
    max-width: 760px;
    margin: 0 auto;
}
.amh-etape {
    flex: 1;
    min-width: 0;
    text-align: center;
}
.amh-etape-arrow {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--amh-accent);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
}
.amh-etape-arrow::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    margin-left: -4px;
}
.amh-etape-arrow--down::before {
    transform: rotate(135deg);
    margin-left: 0;
    margin-top: -4px;
}
.amh-etape-arrow--left::before {
    transform: rotate(-135deg);
    margin-left: 4px;
}

.amh-toiture-flow {
    display: grid;
    grid-template-columns: 1fr 52px 1fr 52px 1fr 52px;
    grid-template-rows: auto auto auto;
    align-items: center;
    justify-items: stretch;
    gap: 6px;
    max-width: 1080px;
    margin: 0 auto;
}
.amh-toiture-flow > .amh-etape-arrow {
    justify-self: center;
}
.amh-toiture-flow > .amh-etape:nth-child(1) { grid-column: 1; grid-row: 1; }
.amh-toiture-flow > .amh-etape-arrow:nth-child(2) { grid-column: 2; grid-row: 1; }
.amh-toiture-flow > .amh-etape:nth-child(3) { grid-column: 3; grid-row: 1; }
.amh-toiture-flow > .amh-etape-arrow:nth-child(4) { grid-column: 4; grid-row: 1; }
.amh-toiture-flow > .amh-etape:nth-child(5) { grid-column: 5; grid-row: 1; }
.amh-toiture-flow > .amh-etape-arrow--down { grid-column: 5; grid-row: 2; }
.amh-toiture-flow > .amh-etape:nth-child(7) { grid-column: 5; grid-row: 3; }
.amh-toiture-flow > .amh-etape-arrow--left:nth-child(8) { grid-column: 4; grid-row: 3; }
.amh-toiture-flow > .amh-etape:nth-child(9) { grid-column: 3; grid-row: 3; }
.amh-toiture-flow > .amh-etape-arrow--left:nth-child(10) { grid-column: 2; grid-row: 3; }
.amh-toiture-flow > .amh-etape:nth-child(11) { grid-column: 1; grid-row: 3; }
.amh-etape-imgs {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.amh-etape-imgs img {
    width: 100%;
    height: auto;
    border-radius: var(--amh-radius-img);
    box-shadow: var(--amh-shadow-card);
}
.amh-realisation {
    margin-bottom: 30px;
}
.amh-realisation:last-child {
    margin-bottom: 0;
}
@media (max-width: 980px) {
    .amh-etapes {
        flex-direction: column;
        gap: 10px;
    }
    .amh-etape {
        width: 100%;
    }
    .amh-etape-arrow {
        transform: rotate(90deg);
    }
    .amh-etape-imgs {
        gap: 4px;
    }
    .amh-toiture-flow {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .amh-toiture-flow .amh-etape-arrow {
        transform: none;
    }
    .amh-toiture-flow .amh-etape-arrow::before {
        transform: rotate(135deg);
        margin-left: 0;
        margin-top: -4px;
    }
}
.amh-card-link {
    position: relative;
    display: block;
    border-radius: var(--amh-radius-card);
    overflow: hidden;
    box-shadow: var(--amh-shadow-card);
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease;
}
.amh-card-link:hover {
    transform: translateY(-4px);
    box-shadow: var(--amh-shadow-card-hover);
}
.amh-card-link img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .45s ease;
}
.amh-card-link:hover img {
    transform: scale(1.05);
}
.amh-card-link-title {
    font-family: 'Alata', Helvetica, Arial, sans-serif;
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff !important;
    margin: 0;
    line-height: 1.2;
}
.amh-card-links--3 .amh-card-link img {
    height: 200px;
    object-fit: cover;
}

.amh-card-link:hover .amh-card-link-arrow {
    transform: translateX(6px);
}
@media (max-width: 600px) {
    .amh-card-link-title {
        font-size: 20px;
    }
}
.amh-figure img {
    width: 100%;
    height: auto;
    border-radius: var(--amh-radius-img);
    box-shadow: var(--amh-shadow-card);
    transition: transform .25s ease, box-shadow .25s ease;
}
.amh-figure:hover img {
    transform: translateY(-4px);
    box-shadow: var(--amh-shadow-card-hover);
}
.amh-gallery--plain .amh-figure img {
    border-radius: 0;
    box-shadow: none;
    transition: none;
}
.amh-gallery--plain .amh-figure:hover img {
    transform: none;
    box-shadow: none;
}
.amh-figure-caption figcaption h4 {
    font-family: 'Alata', Helvetica, Arial, sans-serif;
    color: var(--amh-accent);
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 4px;
}
.amh-figure-caption figcaption p {
    margin: 0;
    line-height: 1.6;
}

.amh-step-body h4 {
    font-family: 'Alata', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: var(--amh-accent);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 6px;
}
.amh-step-body p {
    font-size: 15px;
    color: var(--amh-text-soft);
    line-height: 1.6;
    margin: 0;
}
blockquote.amh-quote p {
    font-size: 17px;
    font-style: italic;
    color: #333;
    line-height: 1.7;
    margin: 0 0 10px;
}
.amh-text-center p {
    font-size: 16px;
    line-height: 1.6em;
}

.amh-img {
    max-width: 100%;
    height: auto;
    border-radius: var(--amh-radius-img);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.amh-hero-inner {
    animation: amhHeroIn .8s ease-out both;
}

.amh-reveal {
    opacity: 1;
    transform: none;
}
.js .amh-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease-out, transform .6s ease-out;
}
.js .amh-reveal.amh-visible {
    opacity: 1;
    transform: none;
}
.amh-reveal-left {
    opacity: 1;
    transform: none;
}
.js .amh-reveal-left {
    opacity: 0;
    transform: translateX(70px);
    transition: opacity .6s ease-out, transform .7s ease-out;
}
.js .amh-reveal-left.amh-visible {
    opacity: 1;
    transform: none;
}

@keyframes amhHeroIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .amh-reveal,
    .js .amh-reveal,
    .amh-reveal-left,
    .js .amh-reveal-left {
        opacity: 1;
        transform: none;
        transition: none;
    }
    .amh-hero-inner {
        animation: none;
    }
}

@media (max-width: 600px) {
    .amh-btn {
        display: block;
        text-align: center;
    }
}
.amh-form-check input[type="checkbox"] {
    margin-top: 3px;
    accent-color: var(--amh-accent);
}
.amh-form-check a {
    color: var(--amh-accent);
    text-decoration: underline;
}
.amh-contact-logo img {
    width: 130px;
    height: auto;
}
.amh-contact-info-row a {
    color: #333;
    text-decoration: none;
    transition: color .2s ease;
}
.amh-contact-info-row a:hover {
    color: var(--amh-accent);
}

@media (min-width: 981px) {
    .et_pb_gutters3 .et_pb_column_2_3,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
        width: 64.8333%;
    }
}
.amh-form-merci-icon span {
    color: #fff;
    font-size: 36px;
    line-height: 1;
}
.amh-form-merci p {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}
.faq-category-title {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--amh-accent);
    margin: 40px 0 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e8e5d5;
}
.faq-category-title:first-child { margin-top: 0; }
.faq-answer p {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.75;
    color: #555;
    margin: 0;
    border-top: 1px solid #f0eedf;
    padding-top: 16px;
}

.amh-legal-title {
    font-family: 'Alata', Helvetica, Arial, sans-serif;
    color: var(--amh-accent) !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 18px !important;
    margin: 44px 0 16px !important;
    padding-bottom: 10px;
    border-bottom: 2px solid #e8e5d5;
}
.amh-legal-block p {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin: 0 0 12px;
}
.amh-legal-block p:last-child {
    margin-bottom: 0;
}
.amh-legal-block a {
    color: var(--amh-accent);
    text-decoration: none;
    border-bottom: 1px solid var(--amh-accent);
}
.amh-legal-block h2 {
    font-family: 'Alata', Helvetica, Arial, sans-serif;
    color: var(--amh-accent) !important;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 17px !important;
    margin: 0 0 12px !important;
}
.amh-legal-block ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}
.amh-legal-block li {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 8px;
    padding-left: 18px;
    position: relative;
}
.amh-legal-block li::before {
    content: "›";
    color: var(--amh-accent);
    position: absolute;
    left: 0;
    font-weight: 700;
}
.amh-sitemap h1 {
    color: var(--amh-accent) !important;
    font-size: 34px !important;
    margin-bottom: 10px !important;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Alata', Helvetica, Arial, sans-serif;
}
.amh-sitemap-col h2 {
    color: var(--amh-accent) !important;
    font-family: 'Alata', Helvetica, Arial, sans-serif;
    font-size: 15px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 4px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--amh-accent);
}
.amh-sitemap-col ul {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
    line-height: 2.2;
}
.amh-sitemap-link {
    color: #555;
    text-decoration: none;
    transition: color .2s ease, padding-left .2s ease;
}
.amh-sitemap-link:hover {
    color: var(--amh-accent);
    padding-left: 4px;
}
.amh-note p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}
