/*
.btn-deconnexion:Hover,
.btn-deconnexion{
    background: #dc3545;
    border-radius: 0.1875rem;
    font-family: "Calibri";
    font-style: normal;
    font-weight: 700;
    font-size: .8125rem;
    text-align: center;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #fff;
    transition: all ease .6s;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
}

.btn-deconnexion:before {
    content: "";
    position: absolute;
    width: 0.7188rem;
    height: 1rem;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/pictos/picto-deconnexion.svg) no-repeat center center;
    background-size: 100%;
}
*/

.nav .deconnexion:before{
    content: "";
    position: absolute;
    width: 0.7188rem;
    height: 1rem;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/pictos/picto-mon_agence.svg) no-repeat left center;
    background-size: 100%;
}
/*
.bloc_fond_blanc.tableau_bord-mon_solde h2 {
    background: url(../img/pictos/picto-solde.svg) no-repeat left center;
    padding-left: 2.8125rem;
}
*/

.cms-title{
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #0078bf;
    margin: 0 0 0.375rem;
    text-align: left;
}

.titreh2{
    font-size: 2rem;
    line-height: 2rem;
    margin: 0 0 1.875rem;
    font-style: normal;
    font-weight: 700;
    color: #000;
    text-align: left;
}

#rgpd-bottom{
    background-color: #003859;
    bottom: 0px;
    position: fixed;
    display: block;
    opacity: 1;
    width: 100%;
    z-index: 9999;
    min-height: 150px;
    padding: 10px 0px;
}

#rgpd-bottom .content{
    color: #fff; 
    bottom: 0px;
    font-size: 15px;
    text-align: center;
}

#rgpd-bottom .content a.params{
    color: #ff9900; 
}

#rgpd-bottom .more{
    display:none;
}

#rgpd-bottom .morelink{
    font-size:14px;
    display:block;
}

#rgpd-bottom .accordion small{
    position: absolute;
    right: 50px;
}

#localites-search{
    position:absolute;top:0px;left:0px;height:100%;width:100%;display:none;background:#fff;padding: 5px
}

#localites-search input{
    width:100%
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.bandeau-alert{
    background: #FFBEBE;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 15px;
}

.bandeau-alert-item{
    margin: 4px 0px;
}


.bandeau-alert-item-titre{
    font-weight: 600;
}