
.compte:hover, .compte:active {
    background: url("https://www.tracamatrix.com/images/icons/compte-hover.svg") no-repeat;
    height: 25px;
    width: 25px;
    transition: 400ms;
    color: white;
    display: block;
    cursor: pointer;
}

.compte {
    background: url("https://www.tracamatrix.com/images/icons/compte.svg") no-repeat;
    height: 25px;
    width: 25px;
    min-width: 25px;
    transition: 400ms;
    color: white;
    display: block;
    margin: 0 10px 0 10px;
}

.panier {
    background: url("https://www.tracamatrix.com/images/icons/cart.svg") no-repeat;
    height: 25px;
    width: 34px;
    min-width: 34px;
    transition: 400ms;
    color: white;
    display: block;
    margin: 0 10px 0 10px;
    cursor: pointer;
}

.panier:hover {
    background: url("https://www.tracamatrix.com/images/icons/cart-hover.svg") no-repeat;
    transition: 400ms;
    cursor: pointer;
}

.fa-search-icon {
    background: url("https://www.tracamatrix.com/images/icons/search-solid.svg") no-repeat;
    height: 25px;
    width: 25px;
    transition: 400ms;
    color: white;
    display: block;
    margin: 0 10px 0 10px;
}

.fa-search-icon:hover, .fa-search-icon:active {
    background: url("https://www.tracamatrix.com/images/icons/search-solid-blue.svg") no-repeat;
    height: 25px;
    width: 25px;
    transition: 400ms;
    color: #0087cb;
    display: block;
    cursor: pointer;
}

.fa-map-marker-alt {
    background: url("https://www.tracamatrix.com/images/icons/map-pin-solid.svg") no-repeat;
    height: 30px;
    width: 30px;
    transition: 600ms;
}

.fa-edit {
    background: url("https://www.tracamatrix.com/images/icons/edit-solid.svg") no-repeat;
    height: 60px;
    width: 60px;
    transition: 600ms;
}

.fa-search {
    content: "\f002";
    font-size: 24px;
}

.fa-comments {
    content: "\f002";
    font-size: 24px;
}

.fa-handshake:before {
    content: "\f2b5";
}

.divpourpro .fa-history {
    content: "\f002";
    font-size: 24px;
}

.fa-laugh:before {
    content: "\f184";
}

.divpourpro .fa-eye {
    content: "\f002";
    font-size: 24px;
}

.fa-globe:before {
    content: "\f0ac";
    font-size: 30px;
}

.fa-facebook-square {
    background: url("https://www.tracamatrix.com/images/icons/facebook-square-brands.svg") no-repeat;
    height: 30px;
    width: 30px;
    transition: 600ms;
}

.fa-twitter-square:before {
    content: "\f081";
    font-size: 50px;
    padding: 10px;
    color: #60a9dc;
}

.fa-youtube {
    background: url("https://www.tracamatrix.com/images/icons/youtube-brands.svg") no-repeat 0 2px;
    height: 30px;
    width: 30px;
    transition: 600ms;
}

.fa-search-plus {
    background: url("https://www.tracamatrix.com/images/icons/search-plus-solid.svg") no-repeat;
    height: 75px;
    width: 75px;
    animation: 0.6s opacity 1;
    transition: 600ms;
}

.fa-plus {
    background: url("https://www.tracamatrix.com/images/icons/plus-circle-solid.svg") no-repeat;
    height: 75px;
    width: 75px;
    animation: 0.6s opacity 1;
    transition: 600ms;
}

.fa-bars {
    background: url("https://www.tracamatrix.com/images/icons/bars-solid.svg") no-repeat;
    height: 30px;
    width: 30px;
    color: #fff;
    transition: 400ms;
    display: block;
    cursor: pointer;
}

.fa-bars:hover {
    background: url("https://www.tracamatrix.com/images/icons/bars-solid-hover.svg") no-repeat;
    height: 30px;
    width: 30px;
    transition: 400ms;
    display: block;
    color: #0087cb;
}

.fa-bars2 {
    background: url("https://www.tracamatrix.com/images/icons/times-solid.svg") no-repeat;
    height: 25px;
    width: 25px;
    color: #fff;
    transition: 400ms;
    display: block;
    margin: 0 10px 0 10px;
}

.fa-bars2:hover {
    background: url("https://www.tracamatrix.com/images/icons/times-solid-blue.svg") no-repeat;
    height: 25px;
    width: 25px;
    color: #fff;
    transition: 400ms;
    cursor: pointer;
}

.test {
    display: none;
}

.placement-info{
    top: -32px;
    left: -32px;
    position: absolute;
}

.fa-info {
    background: url(https://www.tracamatrix.com/images/icons/info.svg) no-repeat center;
    padding: 10px;
    margin-right: 4px;
}