﻿.dxeHyperlink_Material:not(.lienDernieresInfos,.link-next, .link-img-prev, .link-societe-info-contact, .btSouscrire ) {
    color: var(--color-primary-info-blue-1);
}

.dxeHyperlink_Material:visited:not(.lienDernieresInfos,.link-next, .link-img-prev, .link-societe-info-contact, .btSouscrire, .btInfoExplore ) {
    color: var(--color-primary-info-blue-1);
    text-decoration: none;
}

.dxeHyperlink_Material.lienDernieresInfos:visited {
    color: var(--color-primary-light-white-1);
}

.dxeHyperlink_Material:hover:not(.lienDernieresInfos,.link-next, .link-img-prev, .link-societe-info-contact, .btSouscrire, .btInfoExplore) {
    color: var(--color-primary-info-blue-1);
    text-decoration: underline;
}

.dxgvControl_Material a:hover:not(.lienDernieresInfos,.link-next, .link-img-prev, .link-societe-info-contact, .iconGrid, .dxtc-link) {
    color: var(--color-primary-info-blue-1);
    text-decoration: underline;
}

a.iconGrid.iconGridGreen.dxbButton_Material {
    color: var(--color-secondary-light-green-1);
    --fa-primary-color: var(--color-secondary-light-green-1);
    --fa-secondary-color: var(--color-secondary-light-green-1);
}

a.iconGrid.iconGridGreen:hover {
    color: var(--color-secondary-light-green-5);
    text-decoration: none;
    cursor: pointer;
}

.linkSwitchSearch {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline dotted;
    text-underline-offset: 3px;
}

.fa-after-arrow-right::after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: var(--font-family-3);
    content: "\f061";
    margin-left: 5px;
}
