.glider-contain {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.glider, #form_thematisation {
    margin: 0 auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    transform: translateZ(0);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-color: transparent transparent;
}

.glider:-webkit-scrollbar {
    display: none;
}

#form_thematisation, .carousel-global:not(.partenaires) > div {
    height: 94px;
    display: flex;
}

    .thematisation_global_widget .glider-track, .partenaires .glider-track{
    display: flex;
}

#form_thematisation .glider-track {
    transform: translateZ(0);
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    z-index: 1;
    height: 82px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
}

.block-enum-candidates .glider-track, .block-enum-partis .glider-track {
    transform: translateZ(0);
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    z-index: 1;
    margin: 0 auto;
}

.glider-track > div {
    position: relative;
    top: 0;
}

.glider.draggable {
    user-select: none;
    cursor: -webkit-grab;
    cursor: grab;
}

.glider.draggable .glider-slide img {
    user-select: none;
    pointer-events: none;
}

.glider.drag {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.glider-slide {
    user-select: none;
    justify-content: center;
    align-content: center;
    width: 100%;
    text-align: center;
}

.glider-slide img {
    max-width: 100%;
}

.glider::-webkit-scrollbar {
    opacity: 0;
    height: 0;
}

#thematisation-form .glider-prev, #thematisation-form .glider-next, .specific.candidates .glider-prev, .specific.partis .glider-prev, .specific.candidates .glider-next, .specific.partis .glider-next , .thematisation_global_widget .glider-prev,.thematisation_global_widget .glider-next, .partenaires .glider-prev, .partenaires .glider-next {
    user-select: none;
    position: absolute;
    outline: none;
    background: none;
    padding: 0;
    z-index: 2;
    font-size: 27px;
    text-decoration: none;
    left: -20px;
    border: 0;
    top: 30%;
    cursor: pointer;
    color: #000;
    opacity: 1;
    line-height: 1;
    transition: opacity .5s cubic-bezier(.17,.67,.83,.67),
                color .5s cubic-bezier(.17,.67,.83,.67);
}

.partenaires .glider-prev, .partenaires .glider-next {
    top: 50% !important;
    transform: translate(-50%, 0);
}

.glider-prev .fal,.glider-next .fal{
    font-weight: 300;
}

.carousel-themas .glider-prev:hover .fal, .carousel-themas .glider-next:hover .fal, .specific.candidates .glider-prev .fal:hover, .specific.partis .glider-prev .fal:hover,.specific.candidates .glider-next .fal:hover, .specific.partis .glider-next .fal:hover, .thematisation_global_widget .glider-next .fal:hover, .thematisation_global_widget .glider-prev .fal:hover {
    font-weight: 500;
}

#thematisation-form .glider-next, .specific.candidates .glider-next, .specific.partis .glider-next, .thematisation_global_widget .glider-next, .partenaires .glider-next {
    right: -21px;
    left: auto;
}

.glider-next.disabled,
.glider-prev.disabled {
    display: none;
}

.glider-slide:not(.specific.candidate):not(.specific.partis), .item-slider {
    min-width: 150px;margin: auto;
}

.glider-hide {
    opacity: 0;
}

.glider-dots {
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
}

.glider-dot {
    border: 0;
    padding: 0;
    user-select: none;
    outline: none;
    display: block;
    cursor: pointer;
    color: #ccc;
    border-radius: 999px;
    background: #ccc;
    width: 12px;
    height: 12px;
    margin: 7px;
}

.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
    background: #a89cc8;
}

@media(max-width: 36em){
    .glider::-webkit-scrollbar {
        opacity: 1;
        -webkit-appearance: none;
        width: 7px;
        height: 3px;
    }
    .glider::-webkit-scrollbar-thumb {
        opacity: 1;
        border-radius: 99px;
        background-color: rgba(156, 156, 156, 0.25);
        box-shadow: 0 0 1px rgba(255,255,255,.25);
    }
}
