#ccp-wrapper{
    width: 40%;
    position: absolute;
    right: 0;
    top: 114px;
}

#ccp-wrapper .communeko {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border-radius: 12px;
    min-height: 100px;
    text-align: center;
    margin-bottom: 20px;
    background-color: var(--red);
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
}

#ccp-wrapper .communeko a {
    display: block;
    background-color: #FFF;
    color: var(--red);
    padding: 10px;
    border-radius: 6px;
    margin-left: 25px;
}

#ccp-wrapper .communeok {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border-radius: 12px;
    min-height: 100px;
    text-align: center;
    margin-bottom: 20px;
    background-color: #FFF;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#ccp-wrapper .communeok img {
    vertical-align: middle;
    margin-left: 10px;
}

#ccp-wrapper .communeok div {
    display: flex;
    flex-direction: column;
}

#ccp-wrapper .communeok a {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
    background-color: #ff4800;
    color: #FFF;
    border-radius: 6px;
}

#ccp-wrapper .communeok div .flexligne {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}