

#about ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}



#about ul div {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #1c4a97;
}

#about ul svg {
    width: 25px;
    color: #fff;
}


#about .read-more {
    background: #eef5fd;
    color: #1c4a97;
}

#about .read-more:hover {
    background: #1c4a97;
    color: #fff;
}

#iconeInscriptionEnLigne svg {
    color: #1c4a97;
    width: 80px;
}


#services .iconeActiXtra {
    width: 110px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 15px;
    margin-bottom: 15px;
}

#services .iconeActiXtra svg {
    width: 45px;
}



#services .iconeActiXtra.debat {
    background: #1c4a9714;
    border: 1px solid #1c4a97;
}
#services .iconeActiXtra.debat svg {
    color: #1c4a97;
}


#services .iconeActiXtra.theatre {
    background: #2C928E14;
    border: 1px solid #2C928E;
}
#services .iconeActiXtra.theatre svg {
    color: #2C928E;
}


#services .iconeActiXtra.photo {
    background: #60420014;
    border: 1px solid #604200;
}
#services .iconeActiXtra.photo svg {
    color: #604200;
}




#services .iconeActiXtra.journal {
    background: #D2A51714;
    border: 1px solid #D2A517;
}
#services .iconeActiXtra.journal svg {
    color: #D2A517;
}


#services .iconeActiXtra.entrepreneuriat {
    background: #91250014;
    border: 1px solid #912500;
}
#services .iconeActiXtra.entrepreneuriat svg {
    color: #912500;
}



#services .iconeActiXtra.danse {
    background: #FB74C814;
    border: 1px solid #FB74C8;
}
#services .iconeActiXtra.danse svg {
    color: #FB74C8;
}





