/* ==========================================================
   WEB.CB06.FR — COORDONNÉES ACCUEIL V40
   ========================================================== */

body.cb06-index-v40
.cb06-index-v40-contacts,
body.cb06-index-v40
.cb06-index-v40-contacts * {
    box-sizing: border-box;
    min-width: 0;
    writing-mode: horizontal-tb !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    white-space: normal !important;
    text-indent: 0 !important;
    text-shadow: none !important;
}

body.cb06-index-v40
.cb06-index-v40-contacts {
    display: grid !important;
    gap: 11px !important;
    width: min(100%, 430px) !important;
    margin-top: 27px !important;
}

body.cb06-index-v40
.cb06-index-v40-contact {
    display: grid !important;
    grid-template-columns:
        42px minmax(0, 1fr) 31px !important;
    gap: 13px !important;
    align-items: center !important;
    min-height: 65px !important;
    padding: 10px 12px !important;
    border:
        1px solid rgba(255, 255, 255, .12) !important;
    border-radius: 15px !important;
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, .075),
            rgba(255, 255, 255, .035)
        ) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow:
        0 12px 30px
        rgba(0, 0, 0, .10) !important;
    transition:
        border-color .2s ease,
        background .2s ease,
        transform .2s ease;
}

body.cb06-index-v40
.cb06-index-v40-contact:hover {
    border-color:
        rgba(111, 229, 209, .42) !important;
    background:
        rgba(255, 255, 255, .095) !important;
    transform: translateX(4px);
}

body.cb06-index-v40
.cb06-index-v40-contact__icon {
    display: grid !important;
    width: 41px !important;
    height: 41px !important;
    place-items: center !important;
    border-radius: 12px !important;
    background:
        rgba(111, 229, 209, .11) !important;
    color: #72e5d1 !important;
}

body.cb06-index-v40
.cb06-index-v40-contact__icon svg {
    width: 20px !important;
    height: 20px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke-width: 1.7 !important;
}

body.cb06-index-v40
.cb06-index-v40-contact__copy {
    display: grid !important;
    gap: 4px !important;
    width: 100% !important;
}

body.cb06-index-v40
.cb06-index-v40-contact__copy small {
    display: block !important;
    color: #91a7bf !important;
    font-size: 10px !important;
    font-weight: 650 !important;
    line-height: 1.25 !important;
}

body.cb06-index-v40
.cb06-index-v40-contact__copy strong {
    display: block !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 760 !important;
    line-height: 1.3 !important;
}

body.cb06-index-v40
.cb06-index-v40-contact__arrow {
    display: grid !important;
    width: 30px !important;
    height: 30px !important;
    place-items: center !important;
    border:
        1px solid rgba(255, 255, 255, .12) !important;
    border-radius: 10px !important;
    color: #72e5d1 !important;
    font-size: 13px !important;
    transition:
        color .2s ease,
        border-color .2s ease,
        background .2s ease;
}

body.cb06-index-v40
.cb06-index-v40-contact:hover
.cb06-index-v40-contact__arrow {
    border-color: #72e5d1 !important;
    background: #72e5d1 !important;
    color: #07182d !important;
}

@media (max-width: 600px) {
    body.cb06-index-v40
    .cb06-index-v40-contacts {
        width: 100% !important;
    }

    body.cb06-index-v40
    .cb06-index-v40-contact {
        grid-template-columns:
            39px minmax(0, 1fr) 29px !important;
        gap: 11px !important;
        min-height: 62px !important;
    }

    body.cb06-index-v40
    .cb06-index-v40-contact__icon {
        width: 38px !important;
        height: 38px !important;
    }

    body.cb06-index-v40
    .cb06-index-v40-contact__copy strong {
        font-size: 13px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.cb06-index-v40
    .cb06-index-v40-contact,
    body.cb06-index-v40
    .cb06-index-v40-contact__arrow {
        transition: none;
    }
}
