.sect-2-voeux {
    padding-bottom: 100px;
}

.titre {
    font-size: 23px;
    color: #4d4e55;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 40px;
    line-height: 40px;
}

.icon-btn {
    max-width: 25px;
    margin-right: 10px;
}

.img-1 {
    width: 100%;
    margin-bottom: 25px;
}

.sect-2-voeux p {
    text-align: justify;
}

li {
    margin-left: -30px;
    color: #212529;
    padding-left: 10px;
    display: list-item;
    list-style-type: disc;
    
}

.btn-voeux {
    color: #fff !important;
    background-color: #0CB5C5 !important;
}

.btn-xl-2 {
    padding: 15px 25px 15px 25px !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border: none !important;
}



::marker {
    content: "•";
    color: #0CB5C5;
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}