.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #de4540;
    color: white;
    border: 1px solid #de4540;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ffffff 1px;
    outline: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    height: 50px;
}
.select2-container--default .select2-selection--multiple {
    height: 50px;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px;
}

@media (min-width: 992px) {
    h2, h1,
    .heading-2 {
        font-size: 38px;
    }
}
@media (min-width: 1200px) {
    h2, h1,
    .heading-2 {
        font-size: 42px;
        line-height: 1.16667;
    }
}

@media (min-width: 992px) {
    .head-box h1 {
        font-size: 42px;
    }
}

.buble-cont {
    display: flex; /* Activer Flexbox sur le conteneur */
    flex: 0 0 65px;
    justify-content: center; /* Centrer horizontalement */
    align-items: center; /* Centrer verticalement */
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-shadow: 0px 1px 8px 0px silver;
    background: white;
}

.buble {
    font-size: 38px;
    color: #e32b2b;
}

html {
    scroll-behavior: smooth;
}

.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

.slick-prev:before {
    content: "\f077" !important;
}

.slick-next:before {
    content: "\f078" !important;
}

