@import url('https://fonts.cdnfonts.com/css/helvetica-neue-9');

@import url('https://fonts.cdnfonts.com/css/helveticafortarget-bold');

@font-face {

    font-family: "font-program-1";

    src: url("../fonts/HelveticaNeueLTStd Bd.otf");

}





@font-face {

    font-family: "font-program-3";

    src: url("../fonts/MyriadPro-Regular.otf");

}





.programe_days{

    display: flex;
    margin-bottom: 4rem;

}



.programe_days *{

    color: #414042;

}



.programe_day{

    display: flex;

    margin-top: 20px;

    flex: 1;

}



.day {

    width: 70px;

    font-size: 50px;

    font-weight: 800;

    display: flex;

    line-height: 58px;

    flex-direction: column;

    font-family: HelveticaforTarget-Bold, Arial, sans-serif;

}

.day .month{

    font-size: 24px;

    margin-top: -22px;

}



.sections{

    margin-top: 15px;

    flex: 1;

}

.section{

    margin-bottom: 20px;

    background: url("/source/program/check.svg") no-repeat top left;

    padding-left: 40px;

    background-size: 30px;

    position: relative;

}



.section .first-line{

    display: flex;

    line-height: 23px;
    flex-wrap: wrap;
    gap: 5px 0px;

}



.section .time, .section .room{

    background: #25c4f4;

    border-radius: 5px;

    color: #fff;

    width: fit-content;

    padding-left: 5px;

    padding-right: 5px;

    margin-right: 5px;

    font-size: 14px;

    font-weight: bold;

    z-index: 1;

    height: 23px;

    line-height: 23px;

}



.section .room{

    background: #f7941d;

    width: fit-content;

}



.section .vr{

    padding-left: 35px;

    background: url('/source/program/vr.svg') no-repeat left;

    background-size: 30px;

    font-weight: bold;

    color: #25c4f4;

    margin-right: 7px;

}

.section .description{

    margin-top: 10px;

    font-weight: bold;

    font-family:  'Daytona W01 Light';

}

.icon_description {
    margin-right: 8px;
}


.section .icon_description img{

    width: 20px;

}



.section.Lunch,.section.Coffee_Break,.section.one-ligne{

    background:none;

    position: relative;

    height: 30px;

    width: 100%;

}

.section.Lunch .info_session, .section.Coffee_Break .info_session{
    position: absolute;
    display: flex;
    z-index: 2;
}

.place{
    width: 30px;
}

.place.pause{
    position: absolute;
    right: 107px;
    z-index: 1;
}

.section.Lunch .place,.section.Coffee_Break .place, .section.one-ligne .place{
    position: absolute;
    top: 3px;
    right: 107px;
    z-index: 1;
}

.section.Lunch .time,.section.Coffee_Break .time, .section.one-ligne .time{

    position: absolute;

    right: 0;

    top: 3px;

}

.section.Lunch .decoration,.section.Coffee_Break .decoration, .section.one-ligne .decoration{

    width: calc(100% - 10px);

    height: 3px;

    background: #e0e0e0;

    position: absolute;

    top: calc(50% - 1px);

    z-index: 0;

    left: 0px;

}



.section.Lunch .title, .section.Coffee_Break .title, .section.one-ligne .title{

    background: #fff;


    width: fit-content;

    font-weight: bold;

    padding: 2px 5px;

    display: block;

}



.section.Lunch .circle, .section.Coffee_Break .circle, .section.one-ligne .circle{

    width: 35px;

    height: 35px;

    border: 3px solid #e0e0e0;

    position: absolute;

    z-index: 1;

    border-radius: 50%;

    left: 0px;

    top: -4px;

    background: url('/source/program/coffee.svg') no-repeat center #fff;

    background-size: 60%;

}



.section.Lunch .circle{

    background-image: url('/source/program/lunch.svg');

}

.section.icebreaker .circle{

    background-image: url('/source/program/icebreaker.svg');
    background-size: 50%;

}

.section.Lunch.sun .circle{
    background-image: url('/source/program/sun.svg');
}



.description.rooms{

    display: flex;

    justify-content: space-between;

}



.description.rooms .col1{

    display: flex;

    flex-direction: column;

}



.description.rooms .elem{

    display: flex;

    flex-wrap: wrap;

    margin-bottom: 5px;

}



.description.rooms .elem .room{

}



.days-colmn{

    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 1632px;
    margin: 0 auto;

}

.days-colmn .col-day{flex:1;max-width: 800px;}

.days-colmn .col-day:first-child{margin-right: 30px;}


.days .day {
    width: fit-content;
}

.link_show_detail{

    display: flex;

    cursor: pointer;

    transition: all 0.3s ease;

    font-family: 'Daytona W01 Light';

    font-weight: bold;

    font-size: 14px;
    width: fit-content;

}



.link_show_detail:hover{

    color:#f7941d;

    /* font-family: 'Daytona W01 Light'; */

}



.link_show_detail::after{

    width: 13px;

    height: 18px;

    display: block;

    background: url(/source/program/show.svg) no-repeat center;

    margin-left: 5px;

    margin-right: 5px;

    background-size: 80%;

    content: '';

    transition: all 0.5s;

}



.description .link_show_detail:hover::after{

    margin-left: 10px;

    margin-right: 0;

}



.program-conf{
    margin: 4rem 4rem 0;
    padding-bottom: 40px;
}



.detail_program{

    position: fixed;

    overflow: scroll;

    margin: 0;


    z-index: 2;

    border: 2px solid #d7d7d7;

    padding: 50px 20px;


}



.detail_program .close{

    position: absolute;

    right: 10px;

    font-size: 32px;

    top: 10px;

    color: #fff;

    cursor: pointer;

}



.PresentationSessionInfo{font-weight: bold;margin-bottom: 20px;background-color: #4477bc;display: grid;grid-template-columns: repeat(9 , 1fr);}



.detail_program:not(.lightBoxProgram) h3, .detail_program:not(.lightBoxProgram) h4{

    color: #fff;

}



.detail_program .avatar{

    margin-right: 40px;

}



.detail_program:not(.lightBoxProgram) .color1,.detail_program:not(.lightBoxProgram)  a{

    color: #81d4fa;

}



.PaperPresentationsList{



}



.PaperPresentationItem{

    /* margin-bottom: 20px; */

}



.PaperPresentationItem__title{

    font-weight: bold;

}



.header_program_conf{

    width: 100%;

    max-width: 1632px;

    margin: 40px auto;

}



.show_time_zone{

    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;

}



.PresentationSessionInfo__topicLabel, .PresentationSessionInfo__name{font-size: calc(16px + 1 * ((100vw - 320px) / 680));color: #fff;text-decoration: none;margin-bottom: 0px;/* margin-top: 20px; */padding: 10px;border-radius: 5px;/* line-height: 49px; */border-left: 3px solid #4b80c7;}



.PresentationSessionInfo__topicLabel{grid-area: 1 / 2 / 2 / 10;margin-left: 20px;}

.PresentationSessionInfo__name {grid-area: 1 / 1 / 2 / 3;}



.PresentationSessionInfo__day{

    grid-area: 2 / 1 / 2 / 3;

    display: block !important;



}







.PresentationSessionInfo__time{

    grid-area: 2 / 3 / 2 / 5;

    display: block !important;



}







.PresentationSessionInfo__room{

    grid-area: 2 / 5 / 2 / 7;

    display: block !important;

}





.PresentationSessionInfo__room , .PresentationSessionInfo__time ,.PresentationSessionInfo__day, .PresentationSessionInfo__liveStreamLink {

    border-radius: 7px;

    color: #fff;

    border: 1px solid #eee;

    width: fit-content;

    padding: 5px 10px;

    margin: 10px 0;

    justify-content: center;

    align-items: center;

}



.PresentationSessionInfo__liveStreamLink{

    grid-area: 2 / 9 / 3 / 10;

    color:#898c8c;

    border-color:#898c8c;

    justify-content: center;

    align-items: center;

    transition: all .8s ease;

    text-decoration: none !important;

}









.PresentationSessionInfo__liveStreamLink:hover{

    color:#10ffe9 ;

    border-color:#10ffe9 ;

}





.PresentationSessionInfo__room:before , .PresentationSessionInfo__time:before ,.PresentationSessionInfo__day:before, .PresentationSessionInfo__liveStreamLink:before

{

    font-family: 'Font Awesome 5 Free';

    padding-right : 5px;

}



.PresentationSessionInfo__room:before{

    content: '\f024';

}

.PresentationSessionInfo__day:before{

    content: '\f274';

}



.PresentationSessionInfo__time:before{

    content: '\f254';

}



.PresentationSessionInfo__liveStreamLink:before{

    content: '\f144';

}







.PresentationSessionInfo__chairs{

    display: none;

}







.PaperPresentationItem{padding: 15px 0px;border-bottom: 1px solid rgb(20 42 68 / 78%);transition: all 0.5s;cursor: pointer;}

.PaperPresentationItem:hover{background: #4477bc;padding: 15px 10px;color:  #fff;}


.PresentationSessionInfo__topicLabel,
.PresentationSessionInfo__topicAcronym{

    display: none;

}

.PaperPresentationItem__title{font-size: calc(16px + 1 * ((100vw - 320px) / 680));/* color: #d8d8d8; */text-decoration: none;margin-bottom: 5px;}



.PaperPresentationItem__authors {font-size: calc(12px + 1 * ((100vw - 320px) / 680));/* color: #90caf9; */opacity: 0.8;}



.PaperPresentationItem__id {

    font-size: calc(11px + 1 * ((100vw - 320px) / 680));

    opacity: 0.8;

}



.loading_program{

    margin: 0 auto;

    text-align: center;

    height: 100%;

    width: 100%;

}

#searchProgramInput {
    width: 100%;
    margin-bottom: 1.5em;
    border: 2px solid #25c4f4;
    border-radius: 5px;
    padding: 10px;
    outline: none;
    font-size: 15px;
    font-weight: bold;
}

.search_results_box {
    position: absolute;

    left: 0;
    top: 0;
    width: 100%;

    background: #0d1c2e;

    z-index: 10;

    border: 2px solid #d7d7d7;

    padding: 50px 20px;

    color: #fff;
}

.search_results_box .close{

    position: absolute;

    right: 10px;

    font-size: 32px;

    top: 10px;

    color: #fff;

    cursor: pointer;

}

.loading_search{

    margin: 0 auto;

    text-align: center;

    height: 100%;

    width: 100%;

}

.search_results_box_content {
    max-height: 70vh;
    overflow-y: auto;
}

.NoData {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

.link_open_live_stream{
    border: 1px solid #414042;
    padding: 1px 5px;
    border-radius: 5px;
}

.link_open_live_stream::before {
    color: red;
    font-family: 'Font Awesome 5 Free';
    content: '\f144';
}

@media (max-width:1200px){

    .programe_day{

        flex-direction: column;

    }

}

@media (max-width:900px){

    .days-colmn{

        flex-direction: column;

    }



    .programe_day{

        flex-direction: column;

    }



    .description.rooms{

        flex-direction: column;

    }



    .section .first-line{

        flex-wrap: wrap;

    }



    .days-colmn .col-day:first-child{

        margin: 0;

    }






    .col2 {

        padding-top: 20px;

        margin-top: 10px;

        border-top: 1px solid #e0e0e0;

    }



    .header_program_conf{



    }

    .PresentationSessionInfo__room, .PresentationSessionInfo__time, .PresentationSessionInfo__day, .PresentationSessionInfo__liveStreamLink{
        font-size: 12px;
    }

    .PresentationSessionInfo__room {
        grid-area: 2 / 6 / 2 / 7;
        display: block !important;
    }

    .PresentationSessionInfo__time {
        grid-area: 2 / 4 / 2 / 5;
        display: block !important;
    }

    .link_show_detail{
        display: block;
    }

    .link_show_detail:after{
        display: inline-block;
        background-position: bottom;
    }

}

.lightBoxProgram{
    background: #fff;
    color: initial;
    max-width: 80%;
    max-height: 80%;
    position: fixed;
    inset: 0;
    margin: auto;
    z-index: 1000;
}

.lightBoxProgram h4{
    text-align: left;
}

.detail_program.lightBoxProgram .close{
    color: #288948;
}

.lightBoxProgram .cms-container{
    margin: 0;
}
.lightBoxProgram .row{
    max-width: 100%;
}


.programe_day .section  .room, .programe_day .section.Coffee_Break .room, .programe_day  .programe_day .section .room {
    background: #cceba3;
    color: #3a9859;
}

.section .time{
    background: url(source/facts-bg-last.png) no-repeat center center #3a9859 !important;
    border-radius: 0 0 1rem 0rem !important;
    color: #fff !important;
}

.section.Coffee_Break .room {
    position: absolute;
    left: 145px;
    top: 3px;
}


.section.Coffee_Break .title, .section.Lunch .title {
    position: absolute;
    right: 44px;
    z-index: 1;
}
.section.Coffee_Break .time, .section.Lunch .time {
    right: initial !important;
}

.section.Coffee_Break .circle,.section.Lunch .circle{
    right: 0 !important;
    left: initial !important;
}

.section.Coffee_Break .decoration, .section.Lunch .decoration {
    top: calc(50% - 1px) !important;
    left: 42px !important;
    width: calc(100% - 48px) !important;
}

.programe_day.days .sections >  .section, .programe_day.days .program-index{
    margin-left: 70px;
}


@media (max-width:700px){
    .section.Coffee_Break .room {
        display: none;
    }

    .programe_day.days .sections >  .section, .programe_day.days .program-index{margin-left: 0}

    .program-conf {
        margin: 4rem 2rem 0;
    }
}

.sesstion_inline{
   display: block;
}
.sesstion_inline .type_session{
    text-wrap: nowrap;
    display: initial;
}
.sesstion_inline .title_type_session,.sesstion_inline .online{
    display: initial;
}

.sesstion_inline.link_show_detail::after{
    display: inline-block;
    background-position: center bottom;
}
/* MedLIFE */
.section .time, .section .room{
    background: #288948;
}

.detail_program.lightBoxProgram .close{
    color: #288948;
}