/*Mettre le titre des colonnes en noir sur la page https://moncompte.aapq.org/fr/test-repertoire/organization*/
#module_directory_organization_result > thead > tr > th > a,
#module_directory_member_result > thead > tr > th.asort > a,
#module_directory_member_result > thead > tr > th > a{
    color:black;
}
/*Mettre le titre des colonnes en noir sur la page https://moncompte.aapq.org/fr/membres/mytrainings*/
#training-period-result > table:nth-child(3) > thead > tr,
#training-period-result > table:nth-child(5) > thead > tr {
color:black;
}
#mainMenu > ul > li.menu-type-separator > a.child-link {
    padding-right: 20px; /* Ajuster selon le besoin */
    display: inline-block;
}

.jumbotron p,
.jumbotron div,
table > thead th, 
table > thead a, table > thead a.theadLink, .table > thead th, .table > thead a, 
.table > thead a.theadLink {color:#000000 !important;}
.btn-secondary, .donation-footer-frame .btn-link, .form-withProgress__navigation-footer .btn-link {
    border:1px solid var(--secondary) !important;
}
.zone-member>.row>.content.member >.content.training-form__add-wrapper{
    position:relative;
    &::after{
    content:'';
    display:block;
    background-image:url(https://cdn.ca.yapla.com/company/CPYd0S6wLDY3EZHyzTrG21Qta/15513/105799/images/formation-1749222769.png);
    background-size:contain;
    background-repeat:no-repeat;
    aspect-ratio:3/4;   
    width:100%;
    height:auto;
    }
}
@media (min-width: 992px) {
   .zone-member>.row>.content.member >.content.training-form__add-wrapper::after {
    position:absolute;
    top:0;
    right:0;
    bottom:100px;
    width:50%; 
    }
}
.event-jumbotron__right.jumbotron p, .event-jumbotron__right.jumbotron span {
    color: #000000 !important;
}