.icones_reso_socio {
    border-radius: 50%;
    margin-bottom: 3px;
}

.accueil_bloc {
    margin-top: 35px;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';

    background: #bdbdbd;
    display: inline-block;
    position: absolute;

    left: 19px;
    width: 1px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 7px 10px;


    padding: 7px;
    border-radius: 0px;

    border: 1px solid #ccc;
}

ul.timeline > li:before {
    z-index: 400;
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;

    border-radius: 9px;

    left: 15px;
    margin-top: 65px;
}

ul.timeline > li.not_now:before {
    background-color: #bdbdbd;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
}

ul.timeline > li.now:before {
    background-color: var(--ecox-rouge);
    box-shadow: 0px 0px 2px 8px pink;
}

ul.timeline > li.not_now {
    border: 1px solid #ccc;
    background-color: #f3f3f3;
}

ul.timeline > li.now {
    border: 1px solid var(--ecox-rouge);
    background-color: #fff0f0;
}

.timeline-date {
    position: absolute;
    z-index: 1000;
    left: 6px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 2px;
}

.timeline-jour {
    font-weight: bold!important;
    font-size: 24px!important;
    text-align: center;
}

.timeline-mois {
    font-family: 'Master';
    font-size: 12px!important;
    text-align: center;
}

.triangle-1 {
    position: absolute;
    left: 41px;
    margin-top: 60px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;

}

.triangle-2 {
    position: absolute;

    margin-top: 62px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;

}

.triangle-1_not_now {
    border-color: transparent #ccc transparent transparent;
}

.triangle-1_now {
    border-color: transparent var(--ecox-rouge) transparent transparent;
}

.triangle-2_not_now {
    left: 43px;
    border-color: transparent #f3f3f3 transparent transparent;
}

.triangle-2_now {
    left: 43px;
    border-color: transparent #fff0f0 transparent transparent;
}

.lettre_bloc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.lettre_panel {
    width: 150px;
    height: 150px;
}

.lettre_panel_body {
    padding: 2px;
}

.video-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.bx-wrapper .bx-viewport  {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 0px;
    left: 2% !important;
    width: 95% !important;
    background-color: #fff;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #333565;
    width: 10px;
    height: 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    transform: rotate(45deg);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #c91930;
}

.hover_not_now:hover {
    border-right: 1px solid #999!important;
    border-bottom: 1px solid #999!important;
}

.hover_now:hover {
    border-right: 1px solid red!important;
    border-bottom: 1px solid red!important;
}

.logo-HAL {
    display:inline-block;
    position:relative;
}

.iccones {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .iccones {
        flex-direction: column;
    }
}

.presentation {
    border: none;
    max-width: 550px;
    margin-top: 15px;
}
.presentation,
.presentation .panel-footer {
    background-color: #333565!important;
}

.agendas {
    overflow: hidden;
}
.agenda_savoir_plus {
    position: relative;
    z-index: 9000!important;
    top: -15px!important;
    margin-bottom: 25px;
}
.agenda_plus {
    margin: 0px;
    padding-top: 35px;
    width: 100%;
    height: 50px;
    text-align: center;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
}
.agenda_plus .material-symbols-outlined {
    transform: scale(4);
    color: #bbb;
}
.agenda_plus:hover .material-symbols-outlined {
    cursor: pointer;
    color:  #333565!important;
}

.presentation_youtube,
.presentation_linkedin,
.presentation_podcast,
.presentation_bluesky,
.presentation_hal {
    border-radius: 50%;
    border: 1px solid #c5c5e1;
    padding: 0;
}
.presentation_youtube,
.presentation_linkedin,
.presentation_bluesky,
.presentation_hal {
    filter: saturate(0%);
    -webkit-filter: saturate(0%);
    -moz-filter: saturate(0%);
}

#txte {
    /*display: inline-block;*/
    color: #fff;
}
.curseur {
    display: inline-block;
    width: 12px;
    height: 12px !important;
    background: var(--ecox-rouge);
    margin-left: 2px;
    animation: blink 0.8s infinite;
    vertical-align: middle;
}
.curseur.hidden {
    display: none;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
}
