/* Suppression des anciens doublons téléphone/email — V40B */

body.cb06-index-v40b
.cb06-index-v40b-hidden,
body.cb06-index-v40b
.cb06-index-v40b-hidden[hidden],
body.cb06-index-v40
main
[hidden][aria-hidden="true"] {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
