.form-withProgress__wrapper .registration-event-bloc .form-edition.js-event-price-group a.btn.btn-link.btn-add, .form-withProgress__wrapper .registration-event-bloc .form-edition.js-event-price-individual a.btn.btn-link.btn-add {
    color: #1D345C;
}

.footer-address.col-sm-8, .footer-social.col-sm-8 {
    color: white;
}

.registration-price-table td:nth-child(2){display:none;}
.registration-event-bloc #accordion{display:none;}

.zone-fond{
background-color:#1D345C; 
}

.zone-fond .container{background-color:#1D345C;}
.zone-fond  .line-main .container, .zone-fond .line-secondary .container{padding-top:5rem; padding-bottom:5rem;}
.zone-fond  .line-main, .zone-fond .line-secondary {padding:0;}
.form-withProgress__wrapper{background-color:#1D345C;}

/*Styling the button*/
.btn{
    color: #FFFFFF !important; /* Ensures text is white */
    background-color: #42a4e4 !important; /* Sets a contrasting background */
}

.member-sidebar__inner,
.member-sidebar__member-footer,
#my-donations-tabs .nav-item.active .nav-link 
 {
    background: #1C355E;
}

/*Text in white*/
h2, h3, h4, h5, h6,
#ZrSp8AZc1cwEX66qTv4w53ll > div > form label ,
#REwpBZdEaOfDsQvHSnd3CBnX > div > ul > li > a,
p,
.control-label,
fieldset legend,
span,
label,
#don-form-box > li > a,
#event_content_box > div > ul > li> a,
#card-panel > div > div > form > div > div.p-Grid.p-CardForm > div.p-GridCell.p-GridCell--12.p-GridCell--md6 > div > label,
#fieldset-section_payment_tip > div > div.form-withProgress__tip-options > a.js-tip-explanation,
#fieldset-section_payment_tip > div > div.form-withProgress__tip-options > a.js-tip-edit,
#payment-form-stripe > div > div > form > div:nth-child(1) > div > div > iframe,
#ZrSp8AZc1cwEX66qTv4w53ll > div > h1,
a
{
    color: #fff !important;
}

/*background of different modals in blue*/
.form-edition,
#modal-event-add > div > div,
#bAJsiiFRf99lwm4oCsqyxE7G > div.don-form-wrapper > div:nth-child(4) > div > div.v-modal-overlay > div > div,
.cookie-consent-modal,
#event_content_box > div > div > div:nth-child(4) > div > div.v-modal-overlay > div > div
{
    background: #1D345C!important;
}

/*Text in blue participant form*/
.rate-participant-bloc__name{
    color: #1D345C!important;
}

/*text in blue for language button*/
.switch-language{
    color: #1D345C!important;
}

.edit-rate-participant,
.js-event-registration-delete
{
    color: #1D345C!important;
}

/*Icon background in blue*/
.social-link [class*=icon-]{
    background-color: #1D345C !important;
}

/*radio inline button in dark gray*/
.radio-inline{
    background-color: #4f4f4f !important;
}
/*expetion for button of payment options*/
#fieldset-paymentmethod > div > div > div{
    background-color: #1D345C !important;
}
/*change for the active options*/
.radio-active{
    border-style: solid;
    border-color: #fff;
}


/*Enlever le carré blanc et le titre de l'événement Grande soirée Charles-Bruneau 2025 sur la page INSCRIPTION, ne pas afficher le titre durant le formulaire non plus*/
#REwpBZdEaOfDsQvHSnd3CBnX > div > div > div.jumbotron.event-jumbotron__top{
display:none;
}
#REwpBZdEaOfDsQvHSnd3CBnX > div > h1 {
display:none;
}
/*Enlever le titre de campagne Grande soirée Charles-Bruneau sur la page DONNEZ ainsi que durant le formulaire*/
#don-details > div > div > h1{
display:none;
}
#event_content_box > div > h1{
display:none;
}
