﻿/*
 * Feuille de style externe à l'application DevBooster permettant de modifier le style CSS de la charte des vignettes
 */
 
.btnAjouterAuComparateur
{
    background-color: white;
    width: 100%;
    height: 100%;
    color: #4170a9;
}

.btnAjouterAuComparateur:before {
    font-size: 24px;
    margin-left: 3px;
    content: "\F0247";
    font-family: fts_picto;
    speak: none;
    font-display: block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.logoDetenu {
    height: 100%;
    margin-left: 128px;
    position: absolute;
    width: 100%;
}

.logoDetenu:before {
    content: "\F018C";
    font-family: fts_picto;
    speak: none;
    font-display: block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    color: #4170a9;
}

.SoldeDetenu {
    background-color: transparent;
    height: 100%;
    margin-left: 0;
    margin-right: -58px;
    margin-top: -10px;
    position: absolute;
    text-align: right;
    width: 88%;
}


.fondVignetteRectoInitial { background: none repeat scroll 0 0 #ffffff !important;}
.fils {box-shadow: none  !important;}


.parent 
{
    position: relative;
    height: 109px;   
    width: 159px;
    margin-bottom: 14px !important;
    margin-right: 14px !important;
}


@media screen and (max-width:780px) {
.parent {
    position: relative;
    height: 109px;
    width: 159px;
    margin-bottom: 7px !important;
    margin-right: 7px !important;
}
}



@media screen and (max-width:450px) {
.parent {
    position: relative;
    height: 109px;
    width: 159px;
    margin-bottom: 5px !important;
    margin-right: 5px !important;
}
}

