.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    border-color: #004990;
    background-color: white;
    color: #004990;
}

.btn-primary {
   border: 1px solid #004990;
  background-color:  #004990;
   color: white;
border-radius:40px;
}

.btn-default.active, .btn-default:active, .btn-defaultfocus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
   border: 1px solid #004990;
  background-color:  #004990;
   color: white;
}

.btn-default {
    border-color: #004990;
    background-color: white;
    color: #004990;
border-radius:40px;
}



.line-menu {
    background-color: #004990;
}



.nav-progress.nav-pills li {
    justify-content: center;
    flex-grow: 1 !important;
    text-align: center;
}


 /* Code d'Amal*/

.nav-progress.nav-pills li {
    justify-content: center;
    flex-grow: 1 !important;
    text-align: center;
}
.nav-progress>li.disabled {
    counter-increment: count-steps;
    float: none;
    margin-left: 0;
    position: relative;
}

.nav-progress.nav-pills li {
    justify-content: center;
    flex-grow: 1 !important;
    text-align: center;
}

.nav-progress>li.disabled {
    counter-increment: count-steps;
    float: none;
    margin-left: 0;
    position: relative;
}
.nav-progress.nav-pills li:before {
    width: 80%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    height: 28px;
}

.nav-progress.nav-pills li.disabled:before {
    color: #ffffff!important;
    opacity: 1;
    background: #007FFF!important;
border-radius: 100px;
}

.nav-progress.nav-pills li.active:before {
    color: #ffffff!important;
    opacity: 1;
    background: #143180!important;
border-radius: 100px;
}


.nav-progress.nav-pills li.disabled:after {
    border-bottom: none;
}

.nav-progress>li.disabled.active~li:before {
    background: #ababab!important;
    color: #fff;
}

.delegate_number_custom .form-group p {
    display: none;
}

.wrapper_membership_list ul li {

    color: #143180;
}

.form-horizontal .control-label {
    color: #143180;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: white;
    background-color: #143180!important;
}

h1.event-jumbotron__title {
    color: white;
    font-size: 5rem;
    margin-bottom: 20px;
}

.zone-event .jumbotron .event-info__title {
    margin-bottom: 0.3rem;
    color: white;
}

span.email a  {
    color: white;
text-decoration:underline;
}

.form-withProgress__wrapper .registration-event-bloc-title h5, .form-withProgress__wrapper .participant-event-bloc-title h5 {
    color: #007FFF;
}

@media (max-width: 767px){
.pageid-24065.modal-open .mod-header .header-ext-login{
display:none;
}
}