#container {
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.highlighted {
    stroke: red;
    cursor: pointer;
    stroke-width: 1;
}

li.highlighted {
    text-decoration: underline;
}

.list-group {
    list-style-type: none;
    padding: 0;
}

.list-group-item {
    padding: 10px 15px;
    cursor: pointer;
}

.list-group-item:hover,
.hovered {
    background-color: #f8f9fa;
}

#goupilles,
#bracelet_metal,
#femoir {
    display: none;
}

.show.active {
    display: block !important;
}

.col-8.svg {
    margin-top: -60px;
}

#changer-bracelet {
    font-size: 11px;
    color: #0888bd;
    font-weight: bold;
}

#changer-bracelet:hover {
    cursor: pointer;
    text-decoration: underline;
}

.liste-home li {
    font-size: 12px;
}

.nav-pills .nav-link {
    border-radius: 0;
    background: #efefef;
    border-right: 1px solid #ddd;
}

.nav-pills .nav-link:hover {
    border-radius: 0;
    background: #0888bd;
    border-right: 1px solid #ddd;
    color: #fff;
}

.nav-pills .nav-link.active:hover {
    border-radius: 0;
    background: #113d51;
    color: #fff;
}

.nav-link {
    display: block;
    padding: 0.4rem;
    font-size: 12px;
}

.color-square {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    margin-right: 5px;
}

svg#Eclat {
    max-height: 500px;
}

.color-square {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    margin-right: 5px;
    vertical-align: middle;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    display: block;
    width: 56px;
    height: 42px;
    background: #ba1f24;
    transform: translate(-50%, -50%);
    border-radius: 40px/100px;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    display: block;
    width: 70px;
    height: 51px;
    background: #fa183d;
    transform: translate(-50%, -50%);
    border-radius: 40px/100px;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background: #cc0000;
}

.video-play-button span {
    display: block;
    position: relative;
    margin-left: 8px;
    z-index: 3;
    width: 0;
    MARGIN-TOP: 4PX;
    height: 0;
    border-left: 17px solid #fff;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
}


.video-play-button {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    height: 41px;
    width: 35px;
    padding: 17px 0px 18px 7px;
}

.video_contain {
    margin-top: 15px;
    position: relative;
}


.video_contain_outer {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin-right: -4px;
    margin-bottom: 0.5em;
    min-width: 219px;
    text-align: center;
}

@keyframes pulse-border {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

<style>.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-item>button {
    background: #f7f7f7;
    color: #333;
    display: block;
    padding: 1em;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: background 0.2s ease-in-out;
    cursor: pointer;
}

.accordion-item>button:after {
    content: '▶';
    float: right;
    transition: transform 0.2s ease-in-out;
}

.accordion-item>button[aria-expanded="true"]:after {
    transform: rotate(90deg);
}

.accordion-item>button[aria-expanded="true"] {
    background: #ddd;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    padding: 0 1em;
}

.accordion-content[aria-expanded="true"] {
    max-height: 500px;
    /* Approx 1 screen height */
}

#services-modal-content .bloc-selection {
    padding: 0.75rem 0.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
    display: inline-block;
    font-size: 12px;
    letter-spacing: -0.25px;
}

#services-modal-content.modal-dialog {
    position: relative;
    width: 80vw;
    margin: 5rem auto;
    pointer-events: none;
}

.kl-footer-seo a {
    color: #0888bd;
}