.contact {
    --contact-ink: #12332b;
    --contact-green: #0b5d45;
    --contact-green-dark: #063f31;
    --contact-lime: #dcef7a;
    --contact-sky: #d9f1f5;
    --contact-line: #b9d8ce;
    background-image: linear-gradient(135deg, #effbf6cf 0%, #e9f8f4c7 52%, #d8eff1d6 100%), url(../img/contact-musique-chant.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--contact-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: .58rem;
    line-height: 1.45;
    text-align: left;
    min-height: 100vh;
    min-height: 100svh;
    display: grid;
    width: 100%;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    overflow-x: hidden
}

.contact audio {
    display: none
}

.contact-skip-link {
    position: fixed;
    top: .25rem;
    left: .25rem;
    z-index: 1000;
    padding: .3rem .5rem;
    color: #fff;
    background: var(--contact-green-dark);
    border-radius: .25rem;
    transform: translateY(-150%);
    transition: transform .15s ease
}

.contact-skip-link:focus {
    transform: translateY(0)
}

.contact-nav {
    width: min(40rem, calc(100% - 1rem));
    min-height: 2.25rem;
    margin: .45rem auto 0;
    padding: .22rem .3rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: .45rem;
    background: #ffffffd9;
    border: .05rem solid #ffffff;
    border-radius: 999px;
    box-shadow: 0 .35rem 1rem #073d3024;
    backdrop-filter: blur(.35rem)
}

.contact-brand,
.contact-home {
    display: inline-flex;
    align-items: center;
    color: var(--contact-green-dark);
    font-weight: 800;
    text-decoration: none
}

.contact-brand {
    gap: .3rem;
    width: max-content;
    font-family: haritzaga, Arial, sans-serif;
    letter-spacing: .025rem
}

.contact-brand img {
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 50%;
    box-shadow: 0 .1rem .25rem #173d3452
}

.contact-page-name {
    color: #54736b;
    font-size: .88em;
    font-weight: 700
}

.contact-home {
    justify-self: end;
    gap: .3rem;
    padding: .32rem .55rem .32rem .32rem;
    background: var(--contact-sky);
    border: .05rem solid #afd8df;
    border-radius: 999px;
    transition: transform .15s ease, background-color .15s ease
}

.contact-home span {
    display: grid;
    place-items: center;
    width: 1rem;
    height: 1rem;
    color: #fff;
    background: var(--contact-green);
    border-radius: 50%
}

.contact-home:hover,
.contact-home:focus-visible {
    background: #c9ebdf;
    outline: none;
    transform: translateY(-.04rem)
}

.contact-main {
    min-height: 0;
    padding: .45rem .5rem .6rem;
    display: grid;
    place-items: center
}

.contact > footer {
    width: 100vw;
    max-width: none;
    margin: 0;
    justify-self: stretch;
    border-radius: .4rem
}

.contact > .barre_adix {
    width: 100vw;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    justify-self: stretch;
    border-radius: .55rem
}

.contact > .barre_adix.bg_barre_present,
.contact > footer.bg_barre_present {
    background: #4d3a0099
}

.contact-shell {
    width: min(39rem, 100%);
    min-height: 17rem;
    display: grid;
    grid-template-columns: minmax(10.5rem, .78fr) minmax(16rem, 1.22fr);
    overflow: hidden;
    background: #f8fffc;
    border: .06rem solid #fff;
    border-radius: 1rem;
    box-shadow: 0 1rem 2.5rem #063f3130, 0 .1rem .25rem #063f3124
}

.contact-intro {
    position: relative;
    isolation: isolate;
    padding: 1rem 1.05rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background-image: linear-gradient(150deg, #0b5d45c9 0%, #0a4b3cc2 58%, #06352bd1 100%), url(../img/contact-musique-chant.jpg);
    background-position: center;
    background-size: cover
}

.contact-intro::after {
    content: "";
    position: absolute;
    right: -2rem;
    bottom: -2.5rem;
    z-index: -1;
    width: 7rem;
    height: 7rem;
    background: #cfe9681a;
    border: .06rem solid #e5f6a63d;
    border-radius: 50%
}

.contact-logo-wrap {
    width: 3.4rem;
    height: 3.4rem;
    margin-bottom: .55rem;
    align-self: center;
    padding: .16rem;
    background: #fff;
    border: .08rem solid #ffffffbd;
    border-radius: 50%;
    box-shadow: 0 .4rem 1rem #001b1552
}

.contact-logo-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.contact-eyebrow,
.contact-card-label {
    margin: 0 0 .18rem;
    color: #b9d97b;
    font-size: .78em;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase
}

.contact-intro h1 {
    margin: 0;
    color: #fff;
    font-family: haritzaga, Arial, sans-serif;
    max-width: 100%;
    font-size: clamp(1.28rem, 3.1vw, 1.6rem);
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: .01em
}

.contact-intro h1 span {
    display: block;
    max-width: 100%;
    margin-top: .08rem;
    color: var(--contact-lime);
    font-size: .78em;
    line-height: 1.14
}

.contact-lead {
    max-width: 17rem;
    margin: .55rem 0 .65rem;
    color: #e8f6f1;
    font-size: 1em;
    line-height: 1.5
}

.contact-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem
}

.contact-badges span {
    padding: .2rem .35rem;
    color: #ecf7f3;
    background: #ffffff10;
    border: .04rem solid #ffffff38;
    border-radius: 999px;
    font-size: .78em;
    font-weight: 700
}

.contact-content {
    padding: .75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .55rem;
    background-image: linear-gradient(145deg, #fffffff0 0%, #f2faf7e8 100%), url(../img/contact-musique-chant.jpg);
    background-position: center;
    background-size: cover
}

.contact-featured,
.contact-panel {
    margin: 0;
    background: #fff;
    border: .05rem solid var(--contact-line);
    border-radius: .55rem;
    box-shadow: 0 .22rem .6rem #073d3012
}

.contact-featured {
    padding: .6rem .65rem .48rem;
    border-top: .14rem solid var(--contact-green)
}

.contact-featured-copy {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: .55rem;
    align-items: end
}

.contact-featured-copy .contact-card-label {
    grid-column: 1 / -1
}

.contact-content h2 {
    margin: 0;
    color: var(--contact-green-dark);
    font-size: 1.2em;
    line-height: 1.2
}

.contact-featured-copy > p:last-child {
    margin: 0;
    color: #526a64;
    font-size: .86em;
    text-align: right
}

.contact-actions {
    margin-top: .45rem;
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: .35rem
}

.contact-action {
    min-width: 0;
    min-height: 2.25rem;
    padding: .35rem .4rem;
    display: flex;
    align-items: center;
    gap: .34rem;
    border-radius: .42rem;
    font-size: .92em;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease
}

.contact-action span:last-child {
    min-width: 0;
    overflow-wrap: anywhere
}

.contact-action small {
    display: block;
    margin-bottom: .08rem;
    font-size: .72em;
    font-weight: 700;
    opacity: .76
}

.contact-action-icon {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    font-size: .78rem
}

.contact-action-primary {
    color: #fff;
    background: var(--contact-green-dark)
}

.contact-action-primary .contact-action-icon {
    color: var(--contact-green-dark);
    background: var(--contact-lime)
}

.contact-action-secondary {
    color: var(--contact-green-dark);
    background: #e5f3ef;
    border: .04rem solid #c2ded5
}

.contact-action-secondary .contact-action-icon {
    color: #fff;
    background: var(--contact-green)
}

.contact-action:hover,
.contact-action:focus-visible {
    outline: .08rem solid #91b13a;
    outline-offset: .06rem;
    transform: translateY(-.05rem);
    box-shadow: 0 .25rem .55rem #073d3029
}

.contact-voicemail {
    margin: .3rem 0 0;
    color: #647a74;
    font-size: .75em
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .55rem
}

.contact-panel {
    padding: .55rem .6rem
}

.contact-panel .contact-card-label {
    color: #4d806e
}

.contact-list {
    margin: .38rem 0 0
}

.contact-list div {
    padding: .18rem 0;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: .3rem;
    border-top: .035rem solid #dbe9e4
}

.contact-list dt {
    color: #6a7f79;
    font-size: .78em;
    font-weight: 700
}

.contact-list dd {
    margin: 0;
    color: var(--contact-ink);
    font-size: .88em;
    font-weight: 800;
    text-align: right
}

.contact-list a {
    color: var(--contact-green);
    text-underline-offset: .1rem
}

.contact-address address {
    margin-top: .42rem;
    padding-left: .45rem;
    display: grid;
    gap: .08rem;
    color: #244a40;
    border-left: .12rem solid var(--contact-lime);
    font-style: normal;
    font-weight: 700
}

.contact-association {
    margin: .4rem 0 0;
    color: #6a7f79;
    font-size: .78em
}

@media all and (max-height: 700px) and (min-width: 801px) {
    .contact-main {
        padding-top: .25rem;
        padding-bottom: .3rem
    }

    .contact-shell {
        min-height: 15rem
    }

    .contact-logo-wrap {
        width: 2.7rem;
        height: 2.7rem;
        margin-bottom: .35rem
    }

    .contact-intro,
    .contact-content {
        padding-top: .6rem;
        padding-bottom: .6rem
    }

    .contact-lead {
        margin-top: .35rem;
        margin-bottom: .45rem
    }
}

@media all and (min-width: 801px) {
    .contact > .barre_adix {
        flex-wrap: nowrap
    }
}

@media all and (max-width: 800px) {
    .contact {
        display: block;
        font-size: 1rem;
        background-attachment: scroll
    }

    .contact-main {
        display: block;
        padding: .35rem
    }

    .contact-shell {
        min-height: 0;
        grid-template-columns: 1fr;
        border-radius: .7rem
    }

    .contact-intro {
        padding: 1.25rem 1rem
    }

    .contact-intro h1 {
        font-size: 1.72rem
    }

    .contact-content {
        padding: .75rem
    }

    .contact-featured-copy {
        display: block
    }

    .contact-featured-copy > p:last-child {
        margin-top: .22rem;
        text-align: left
    }
}

@media all and (max-width: 560px) {
    .contact-intro h1 {
        font-size: 1.55rem
    }

    .contact-actions,
    .contact-grid {
        grid-template-columns: 1fr
    }

    .contact-action {
        font-size: .9rem
    }
}
