.mko-bandeau{
    margin-right: 25px;
}

#bandeau {
    background: #2b324b;
    padding: 15px;
    box-shadow: 0px 5px 12px -3px rgba(0, 0, 0, 0.92);
    cursor: default;
    width: 700px;
    min-height: 268px;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.5s ease, transform 1s ease, margin-bottom 0.3s ease;
    user-select: none;
}

#bandeau_container {
    transition: opacity 0.5s ease, transform 1s ease, margin-bottom 0.3s ease;
}

#bandeau.show {
    opacity: 1 !important;
    transform: translateY(0);
}

#bandeau #header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#bandeau #header p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    font-family: "Josefin Sans", Sans-serif;
    margin: 0;
    flex-wrap: wrap;
}

#bandeau #header div {
    display: flex;
    gap: 15px;
    cursor: pointer;
}

#bandeau #header button {
    background: var(--e-global-color-accent);
    border: none;
    color: white;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 25px;
    width: 100px;
}

#bandeau #list {
    display: flex;
    gap: 30px;
    overflow: hidden;
    position: relative;
    height: 177px;
}

#bandeau #result {
    display: flex;
    gap: 25px;
    padding-left: 35px !important;
    transition: margin-left 0.5s ease;
}

#bandeau .card {
    background: white;
    border-radius: 8px;
    padding: 10px 10px 5px 10px;
    color: black;
    font-weight: 700;
    text-align: center;
    width: 150px;
    min-height: 175px;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-top: 1px;
    margin-bottom: 1px;
}

#bandeau .card p{
    margin: 0;
    line-height: 12px;
}

#bandeau .card img{
    width: 100%;
}

#bandeau #list span{
    position: absolute;
    width: 35px;
    height: calc(100% + 6px);
    background-color: #2b324b;
    font-size: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: -3px;
}

#bandeau #scroll-right{
    right: 0;
    justify-content: end;
}

#bandeau a{
    width: 100%;
    text-align: right;
    display: block;
    margin-top: 5px;
    margin-bottom: -10px;
}

#bandeau #audiotel {
    opacity: .5;
}

@media screen and (max-width: 767px) {
    #bandeau {
        width: 100%;
        padding: 10px 5px 15px 5px;
        min-height: auto;

    }
    #bandeau .card {
        width: 100px;
        min-height: auto;
        align-items: center;
    }
    #bandeau #result {
        gap: 8px;
        padding-left: 40px !important;
        padding-right: 1000px;
    }

    #bandeau #header {
        flex-flow: column;
        align-items: center;
    }

    #bandeau #list {
        height: 128px;
    }

    .mko-bandeau {
        margin-right: 20px;
    }

    #bandeau #list span {
        width: 40px;
    }

    #bandeau #scroll-left{
        box-shadow: -5px 0px 0px 0px #2b324b;
    }
}

.grecaptcha-badge {
	display: none !important;
}