/*  ------  local   ------  */
.src__page .src__tel-text {
    max-width: calc( 470 * var(--ratioTel));
}

.src__page .src__tel-text.src__tel-legende {
    font-size: 10px;
    opacity: 0.5;
    position: absolute;
}

@media (min-width: 762px){
    .src__page .src__tel-text.src__tel-legende {
        bottom: 16px;
        right: 16px;
        text-align: right;
        width: 200%;
    }
}

@media (max-width: 761px) {
    .src__page .src__tel-cta {
        bottom: calc( 45 * var(--ratioTel));
    }

    .src__page .src__tel-text.src__tel-legende {
            margin: 0;
            width: 100%;
            text-align: center;
            padding: 1em 0;
            align-self: center;
            opacity: 0.8;
            text-shadow: 0px 0px 8px #000, 0px 0px 8px #000;
            top: auto;
            left: 0;
            bottom: calc( 12 * var(--ratioTel));
    }
}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {
    
}