﻿
.rdv {
    display: flex;
    padding-top: 40px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #FFF;
    padding: 2rem 20px;
    width: 330px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(228, 238, 246, 1);
    -moz-box-shadow: 0px 0px 35px 0px rgba(228, 238, 246, 1);
    box-shadow: 0px 0px 35px 0px rgba(228, 238, 246, 1);
    position: relative;
}

    .rdv .text_rdv {
        color: #000;
        text-align: center;
        font-family: Gotham Bold;
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: 83.682%;
        display: block;
        margin-bottom: 15px;
    }


    .rdv .text_title, #sportInfos h1 {
        color: #0F4881;
        text-align: center;
        font-family: Gotham Bold;
        font-size: 61px;
        font-style: normal;
        font-weight: 400;
        line-height: 82.738%; /* 50.47px */
        display: block
    }
    /* Detail encart RDV */
.section_content.ubb .rdv .text_title, .section_content.ubb .rdv .result_date, .section_content.ubb .rdv .result-libelle-sport {
    color: #8E245A
}
    .section_content.ubb .content_filter {
        background: #EEE1E8;

    }
.section_content.csp .rdv .text_title, .section_content.csp .rdv .result_date, .section_content.csp .rdv .result-libelle-sport {
    color: #095E5F
}

    .section_content.csp .content_filter {
        background: #E5F4F2;
    }
.section_content.voile .rdv .text_title, .section_content.voile .rdv .result_date, .section_content.voile .rdv .result-libelle-sport {
    color: #3B68B0
}

    .section_content.voile .content_filter {
        background: #EBF2FA;
    }

    /* ------------------------ */
.content_filter {
    flex-shrink: 0;
    border-radius: 10px;
    background: #EBF2FA;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

/*    .content_filter:after {
        content: '';
        background: rgba(0, 0, 0, 0.35);
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all .3s linear
    }

    .content_filter.active:after {
        opacity: 1
    }*/

select {
    border-radius: 16px;
    background: #FFF;
    display: inline-block;
    width: 100%;
}

.result {
    margin: 0;
    padding: 0;
    height: 125px;
    overflow: auto;
    position: relative;
    z-index: 5;
}

.result-container {
    border-radius: 8px;
    background: #fff;
    padding: 1rem;
    margin: 0;
    position: relative;
    height: 157px;
    z-index: 1
}

.result .line {
    display: inline-flex;
    color: #000;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

.result_date, .result-libelle-sport {
    color: #0F4881;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
}

.result::-webkit-scrollbar {
    width: 16px;
    cursor: pointer;
}

.result::-webkit-scrollbar-thumb {
    height: 16px;
    border-radius: 0.5rem;
    border: 4px solid transparent;
    background-clip: content-box;
    background-color: #0F4881;
    cursor: pointer;
}

    .result::-webkit-scrollbar-thumb:hover {
        background-color: #0A2E52;
        cursor: pointer;
    }

.result::-webkit-scrollbar-track {
    background-color: #fff;
    border: 1px solid #0F4881;
    border-radius: 0.5rem;
    cursor: pointer;
}



@keyframes apparition {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#sportVideo .result {
    animation: apparition 3s ease-in-out forwards;
}



/* Detail ScrollBar Color*/

/*ubb*/
.section_content.ubb .result::-webkit-scrollbar-thumb {
background-color: #8E245A;
}

    .section_content.ubb .result::-webkit-scrollbar-thumb:hover {
        background-color: #8E245A;
    }

.section_content.ubb  .result::-webkit-scrollbar-track {
    border: 1px solid #8E245A;
}
/*voile*/
.section_content.voile .result::-webkit-scrollbar-thumb {
    background-color: #3B68B0
}

.section_content.voile .result::-webkit-scrollbar-thumb:hover {
    background-color: #3B68B0;
}

.section_content.voile  .result::-webkit-scrollbar-track {
    border: 1px solid #3B68B0;
}

/*basket*/
.section_content.csp .result::-webkit-scrollbar-thumb {
    background-color: #095E5F;
}

.section_content.csp .result::-webkit-scrollbar-thumb:hover {
    background-color: #095E5F;
}

.section_content.csp  .result::-webkit-scrollbar-track {
    border: 1px solid #095E5F;
}

/* SELECT*/
li {
    list-style: none;
}

.form-list {
    min-width: 250px;
    position: relative;
    border-radius: 16px;
    background: #FFF;
    padding: 5px 16px;
    margin: 0;
    z-index: 2;
}

.select--active .select-list {
    display: flex;
}

.select__result {
    margin: 0;
    position: relative;
    background-color: white;
    transition: all 0.2s ease;
    cursor: pointer;
}

.result_sport {
    color: #0F4881;
    font-weight: bold;
}

.select-list__ele {
    list-style: none;
}

.select__result::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
    position: absolute;
    top: 7px;
    right: 12px;
    border-color: #0F4881;
}

.select-list {
    width: 100%;
    display: none;
    flex-direction: column;
    background-color: #fff;
    padding: 18px 0;
    border-radius: 0 0 8px 8px;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: -1;
    border-bottom: 1px solid #E4EEF6;
}

.select-list__label {
    color: #737281;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.66px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 24px;
    transition: all 0.2s ease;
}

.select-list__ele:hover .select-list__label {
    color: #0f4881;
}
@media (max-width: 992px) {
    .rdv {
        padding: 30px 20px;
    }
}

@media (max-width: 320px) {
    .rdv {
        width: 100%;
    }
    .form-list {
        min-width: 100%
    }
    .event {
        flex-wrap: wrap;
        position: absolute;
        left: 0;
        display: flex;
        max-width: 146px;
        width: 100%;
    }
    .content_filter {
        width: 100%;
    }
}




