/*Hard fix  display de $ dans campagne de don*/
.pageid-9922 #fieldset-AmountInfos .form-group:last-child .col-md-12::after {
display: none;
}

.form-horizontal .control-label{text-transform:none;}

.mod-header .header-ext-login +.header-ext-custom {
margin:0;
}
.header-ext .btn-don{
color:#ffffff;
height:63px;
line-height:41px;
font-size:13px;
}

@media (max-width: 991px) {
.mod-header .header-ext-login .btn, .mod-header  .header-ext-custom .btn {
/*font-size:11px;*/
width:auto;
}
}
@media (max-width: 767px) {
    .line-header .col-sm-16 .header-ext-custom {
      display: none; }
.mod-header .header-ext{width:100%;}
.line-header .btn-crisis{
width:50%; float:left;
}
.line-header .btn-don{
width:50%; float:right;
}
}
.mod-social-links .icon-x-twitter {
  background-color: #68CDEF;
}