@font-face {
    font-family: 'FuturaBT-Heavy';
    src: url('lib/typo/FuturaBT-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaBT-Book';
    src: url('lib/typo/FuturaBT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.pr_5{
    padding-right: 5px;
}
.pr_10{
    padding-right: 10px;
}
.pr_20{
    padding-right: 20px;
}
.pl_10{
    padding-left: 10px !important;
}.pl_15{
    padding-left: 15px !important;
}.pl_20{
    padding-left: 20px !important;
}.pl_30{
    padding-left: 30px !important;
}.pl_40{
    padding-left: 40px !important;
}.pl_50{
    padding-left: 50px !important;
}
.pl_5{
    padding-left: 5px !important;
}
.pl_100{
    padding-left: 100px !important;
}
.ml_5{
    margin-left: 5px !important;
}
.op0{
    opacity: 0;
}
.red{
    color:red;
}
.violet{
    color: #722f79;
}
#search_arret input{
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 38px 0 10px;
    border: 2px solid #e76035;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 0;
    box-sizing: border-box;
}

#search_refine{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 92%;
    max-width: 720px;
    margin: 0 auto 20px;
    padding: 0;
    box-sizing: border-box;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#search_filters{
    width: 92%;
    max-width: 720px;
    margin: 0 auto 20px;
    padding: 16px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #acacac;
    border-radius: 5px;
    -webkit-box-shadow: 0px 6px 54px -29px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 54px -29px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 54px -29px rgba(0,0,0,0.75);
}

.refine_title{
    font-family: 'FuturaBT-Heavy', sans-serif;
    font-size: 18px;
}

#stop_required_notice{
    padding: 12px 14px;
    border-radius: 5px;
    background-color: #fff3ed;
    color: #9c1a39;
    font-size: 15px;
}

.refine_block{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#search_arret{
    position: relative;
    width: 320px;
    max-width: 100%;
    align-self: center;
}

.search_arret_field{
    position: relative;
    width: 100%;
}

#clear_search_arret{
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: transparent;
    color: #5d5d5d;
    cursor: pointer;
}

#clear_search_arret:hover{
    color: #e76035;
}

.refine_subtitle,
#search_arret label,
#filter_time label{
    font-family: 'FuturaBT-Heavy', sans-serif;
    font-size: 16px;
}

#selected_stop{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 10px 12px;
    border: 1px solid #e76035;
    border-radius: 5px;
    background-color: #f7f7f7;
}

#selected_stop_text{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#selected_stop_label{
    font-size: 15px;
}

#selected_stop_meta{
    font-size: 13px;
    color: #5d5d5d;
}

#clear_selected_stop{
    border: none;
    border-radius: 5px;
    background-color: #292929;
    color: #fff;
    padding: 10px 14px;
    cursor: pointer;
    font-family: 'FuturaBT-Heavy', sans-serif;
}

.refine_help{
    font-size: 14px;
    color: #5d5d5d;
}

#stop_selection_loading{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    color: #5d5d5d;
    font-size: 14px;
}

.stop_selection_spinner{
    width: 16px;
    height: 16px;
    border: 2px solid #efc5b7;
    border-top-color: #e76035;
    border-radius: 50%;
    animation: stop-selection-spin .8s linear infinite;
    box-sizing: border-box;
}

@keyframes stop-selection-spin {
    to {
        transform: rotate(360deg);
    }
}

.check_filter{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    cursor: pointer;
}

.check_filter input{
    width: 18px;
    height: 18px;
}

.time_filter_row{
    display: flex;
    align-items: center;
    gap: 14px;
}

.time_filter_toggle{
    min-width: 110px;
}

#filter_time select{
    flex: 1;
    width: 100%;
    height: 40px;
    border: 1px solid #cacaca;
    border-radius: 5px;
    background-color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
}

.warning_message{
    width: 92%;
    max-width: 720px;
    margin: 20px auto 0;
    padding: 15px 18px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff3ed;
    color: #9c1a39;
    border: 1px solid #efc5b7;
}

#result_notification{
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.result_notification_backdrop{
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.result_notification_dialog{
    position: relative;
    z-index: 1;
    width: calc(100% - 32px);
    max-width: 420px;
    padding: 24px 22px 20px;
    border-radius: 12px;
    background: #fff;
    color: #292929;
    box-shadow: 0px 18px 50px -20px rgba(0,0,0,0.75);
    box-sizing: border-box;
}

.result_notification_title{
    font-family: 'FuturaBT-Heavy', sans-serif;
    font-size: 22px;
    color: #9c1a39;
    margin-bottom: 12px;
}

.result_notification_text{
    font-size: 16px;
    line-height: 1.5;
}

.result_notification_actions{
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

#result_notification_ok{
    min-width: 120px;
    border: none;
    border-radius: 6px;
    background: #292929;
    color: #fff;
    padding: 12px 18px;
    cursor: pointer;
    font-family: 'FuturaBT-Heavy', sans-serif;
    font-size: 16px;
}

.input_attention{
    border-color: #9c1a39 !important;
    box-shadow: 0 0 0 3px rgba(156, 26, 57, 0.18);
}

#result_search_arret{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 20;
    height: auto;
    width: 100%;
    max-height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    border-radius: 5px;
    scrollbar-gutter: stable;
    overscroll-behavior: contain;
}

#result_search_arret:not(:empty){
    border: 1px solid #e76035;
    box-shadow: 0px 8px 28px -18px rgba(0,0,0,0.75);
}
.nom_arret{
    display: flex;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
    border: 1px solid #e76035;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    min-width: 0;
    overflow: hidden;
}
.nom_arret:last-child{
    margin-bottom: 0;
}
.nom_arret i{
    flex-shrink: 0;
    margin-top: 0;
}
.nom_arret:hover{
    background-color: #fff7f2;
}
.stop_option_content{
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}
.stop_option_title{
    display: block;
    font-family: 'FuturaBT-Heavy', sans-serif;
    font-size: 16px;
    color: #292929;
    width: 100%;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.stop_option_meta{
    font-size: 13px;
    line-height: 1.35;
    color: #5d5d5d;
}
.dnone{
    display: none !important;
}

body{
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
    font-family: 'FuturaBT-Book', sans-serif;

}
#sup_title{
    height: 100px;
    color: white;
    font-family: 'FuturaBT-book', sans-serif;
    font-size: 23px;

}
#sup_title h3{
    margin-top: 25px;
    color: #000;
}
#sup_body{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

#sup_main{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
#sup_main > select{
    margin-bottom: 20px;
}


th, td{
    padding: 5px 5px 5px 10px;
}
td:nth-child(2){
    text-align: center;
}
#resultat{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    margin-bottom: 500px;
}
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

#waiting{
    display: none;
}
#find{
    opacity: 0;
    animation: FIND 2s infinite;
}
@keyframes FIND{
    0%{opacity: 1;}
    50%{opacity: 0;}
    100%{opacity: 1;}
}
.tab{
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 6px 54px -29px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 54px -29px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 54px -29px rgba(0,0,0,0.75);
    background-color: white;
    color: black;
    padding-bottom: 20px;
    padding-top: 10px;
    width: auto;
}

.all_jour{
    font-size: 14px;
    color: #686868;
    font-family: 'FuturaBT-Book', sans-serif;
}

.heure_depart{
    font-size: 21px;
    margin-left: 0;
    font-style: normal;
    font-family: 'FuturaBT-Heavy', sans-serif;
}
.heure_arrive{
    font-size: 21px;
    margin-left: 0;
    font-style: normal;
    font-family: 'FuturaBT-Heavy', sans-serif;
}

.row_res_search{

    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: min(920px, 92%);
    min-width: 0;
    cursor: pointer;
}


.block1{

    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border: 1px solid #dedede;
    width: 100%;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 8px 24px -20px rgba(0,0,0,0.65);
    margin-bottom: 8px;
    padding: 16px 18px;
    box-sizing: border-box;
}

.row_direct{
    width: min(760px, 92%);
    min-width: 0;
}

.row_direct .block1{
    gap: 14px;
    width: 100%;
    max-width: 100%;
    border-left: 5px solid #08720C;
}

.row_direct.sens_row_retour .block1{
    border-left-color: #0F5B94;
}

.direct_content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    flex: 1;
    width: 100%;
    min-width: 0;
}

.direct_trip{
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    min-width: 0;
}

.direct_origin,
.direct_destination{
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.direct_origin{
    flex-wrap: wrap;
}

.direct_destination{
    flex: 1;
}

.direct_line_label,
.direct_destination_label{
    min-width: 0;
}

.direct_destination_label{
    flex: 1;
    overflow-wrap: anywhere;
}

.direct_times{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.time_badge{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    min-width: 72px;
    padding: 7px 10px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    background-color: #fafafa;
    box-sizing: border-box;
}

.time_label,
.step_label{
    display: block;
    font-size: 11px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #747474;
    font-family: 'FuturaBT-Book', sans-serif;
}

.result_sens_icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.result_sens_badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-width: 42px;
    margin: -16px 0 -16px -18px;
    padding: 8px 7px;
    border-radius: 0;
    color: #ffffff;
    font-family: 'Arial Narrow', 'Segoe UI', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.05;
    font-weight: 800;
    writing-mode: vertical-rl;
    text-orientation: upright;
    box-sizing: border-box;
}

.sens_aller{
    background-color: #0ea913;
}

.sens_retour{
    background-color: #1a81d0;
}

.row_direct .fleche_destination{
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.row_direct .heure_depart,
.row_direct .heure_arrive{
    white-space: nowrap;
    flex-shrink: 0;
}

.block2{

    display: flex;
    justify-content: flex-start;
    align-items: baseline;

    background-color: white;
    border: 1px solid #dedede;
    border-radius: 8px;
    box-shadow: 0 8px 24px -20px rgba(0,0,0,0.65);
    margin-bottom: 8px;
    padding: 16px 18px;
}

.row_correspondance{
    cursor: default;
}

.correspondance_card{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 14px;
    width: 100%;
    background-color: white;
    border: 1px solid #dedede;
    border-left: 5px solid #08720C;
    border-radius: 8px;
    box-shadow: 0 8px 24px -20px rgba(0,0,0,0.65);
    margin-bottom: 8px;
    padding: 16px 18px;
    box-sizing: border-box;
}

.row_correspondance.sens_row_retour .correspondance_card{
    border-left-color: #0F5B94;
}

.correspondance_steps{
    display: grid;
    grid-template-columns: minmax(170px, 1.05fr) minmax(190px, 1.05fr) minmax(170px, 1.05fr) minmax(110px, 0.75fr);
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.correspondance_leg{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    min-width: 0;
    cursor: pointer;
}

.correspondance_leg:hover{
    color: #9c1a39;
}

.correspondance_transfer{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 0 12px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    text-align: center;
}

.correspondance_destination{
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.step_line,
.destination_content{
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    line-height: 1.3;
}

.step_line{
    flex-wrap: wrap;
}

.destination_content{
    color: #333333;
}

.transfer_stop,
.destination_content{
    overflow-wrap: anywhere;
}

.transfer_stop{
    line-height: 1.25;
}

.transfer_time_badge,
.arrival_time_badge{
    min-width: 76px;
    align-self: center;
}

.correspondance_leg_second .transfer_time_badge{
    align-self: flex-start;
}

.row_res_search2{

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    width: min(920px, 92%);
    min-width: 0;
    cursor: pointer;

}

.block3{

    display: flex;
    justify-content: flex-start;
    align-items: center;

    background-color: white;
    border: 1px solid #dedede;
    border-radius: 8px;
    box-shadow: 0 8px 24px -20px rgba(0,0,0,0.65);
    margin-bottom: 8px;
    padding: 16px 18px;

}
.pole_echange{
    font-family: 'FuturaBT-Book', sans-serif;
}

#direct, #correspondance{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: min(920px, 92%);
    min-width: 0;
    padding: 12px 14px;
    box-sizing: border-box;
    color: #2f2f2f;
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    border-left: 5px solid #5b5b5b;
    border-radius: 8px;
    box-shadow: 0 8px 24px -25px rgba(0,0,0,0.65);
    margin-top: 14px;
    margin-bottom: 8px;
    font-family: 'FuturaBT-Heavy', sans-serif;
}

#direct{
    width: min(760px, 92%);
}

.result_section_title{
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
    padding: 0;
    color: #3b3b3b;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
}

.result_section_icon{
    color: #3b3b3b;
    font-size: 17px;
    line-height: 1;
    transform: translateY(-1px);
}

#correspondance{
    border-left-color: #5b5b5b;
}

#correspondance .result_section_title,
#correspondance .result_section_icon{
    color: #3b3b3b;
}

.result_line_pictos{
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: flex-end;
    min-width: 0;
}

#direct .picto_ligne_vu_arret, #correspondance .picto_ligne_vu_arret{
    display: inline-flex;
    margin-top: 0;
}


.row_res_search img{
    margin-top: auto;
}

.row_direct .block1:hover{
    border-color: #9c1a39;
    border-left: 5px solid #08720C;
}

.row_direct.sens_row_retour .block1:hover{
    border-left-color: #0F5B94;
}

.row_correspondance .correspondance_card:hover{
    border-color: #9c1a39;
    border-left: 5px solid #08720C;
}

.row_correspondance.sens_row_retour .correspondance_card:hover{
    border-left-color: #0F5B94;
}

.block2:hover{
    border-color: #9c1a39;
}

.fleche_destination{
    color: #000000;
}

.bold {
    font-weight: bold;
}
.print_this{

    color: #000;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    width: 97%;
    text-align: right;
    margin-top: 15px;

}
.nothing_found{
    margin-top: 20px;
}
h1{
    font-size: 32px;
    color: #000000;
}
.c_commune{
    color: #0e821a;
    font-weight: bolder;
    background-image: linear-gradient( 180deg, #d7f3de, rgba(215, 243, 222, 0) 80%, #ffffff 81.1%, #0e821a 85%, rgba(0,0,0,0) 85.1%, rgba(0,0,0,0) );
}
.c_ecole{
    color: #336da0;
    font-weight: bolder;
    background-image: linear-gradient( 180deg, rgba(51, 109, 160, 0.24), rgba(51, 109, 160, 0) 80%, #ffffff 81.1%, #336da0 85%, rgba(0,0,0,0) 85.1%, rgba(0,0,0,0) );
}
.c_correspondance{
    color: #e50200;
    font-weight: bolder;
}
.c_correspondance2{
    color: #e50200;
    font-weight: bolder;
}

.bc_body{
    background-color: #72b5d0;
    height: 20px;
}
.bc_body td{
    border: none;
}
.m{
    display: flex;
    justify-content: left;
    align-items: center;
    height: 30px;
    width: 90%;
}
.info_s{
     margin-top: 5px;
     margin-bottom: 5px;
     float: left;
 }
.info_s div{
    display: flex;
    align-items: center;
    margin-right: 5px;
}
.days{
    display: flex;
    justify-content: left;
    align-items: center;
    height: 30px;
    width: 90%;
}
.info_s img{
    height: 30px;
}
.first_arrow{
    transform: rotate(90deg) !important;
    margin-left: 5px;
    margin-right: 10px;
}

#legende{
    display: none;
    height: 58px;
    font-size: 18px;
    background-color: white;
    border: 1px solid #acacac;
    border-radius: 5px;
    -webkit-box-shadow: 0px 6px 54px -29px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 54px -29px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 54px -29px rgba(0,0,0,0.75);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 20px 15px;
    width: 370px;
    left: 40px;
    top: 200px;
}

.rectangle{
    margin-right: 10px;
    height: 5px;
    width: 30px;
}
.bc_commune{
    background-color: #0e821a;
}
.bc_ecole{
    background-color: #336da0;
}
.bc_correspondance{
    background-color: #e50200;
}

#title_romans,#title_valence{
    font-weight: bolder;
}
#select_etablissement option {

    background: white;
    color: #000000;
    font-family: 'FuturaBT-book', sans-serif;
}

#select_etablissement {
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    outline:0;
    box-shadow:none;
    border:0!important;
    //background: #2cb5b5;
    background: linear-gradient(to right, #991638, #e96134);
    flex: 0.5;
    padding: 9px .5em;
    color:#fff;
    cursor:pointer;
    font-size: 15px;
    font-family: 'FuturaBT-Heavy', sans-serif;

}

#select_commune option{
    background: white;
    color: #000000;
    font-family: 'FuturaBT-Book', sans-serif;
}

#select_commune {
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    outline:0;
    box-shadow:none;
    border:0!important;
    background: linear-gradient(to right, #991638, #e96134);
    flex: 0.3;
    padding: 9px .5em;
    color:#fff;
    cursor:pointer;
    font-size: 15px;
    font-family: 'FuturaBT-Heavy', sans-serif;

}
#research_button{
    background-color: #292929;
    //border-radius: 5px;
    padding: 9px;
    color: white;
    font-size: 20px;
    font-family: 'FuturaBT-Heavy', sans-serif;
    cursor:pointer;
    margin-bottom: 20px;

}

.nothing_found h3{
    color: white;
    background-color: rgba(255, 71, 68, 0.61);
    padding: 7px;
    border-radius: 3px;
    border : 1px solid red
}
select::-ms-expand {
    display: none;
}
.select {
    position: relative;
    display: flex;
    width: auto;
    height: 2em;
    line-height: 2;
    background: #e96134;
    overflow: hidden;
    border-radius: .25em;
    margin-bottom: 20px;
}
.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #e96134;
    cursor:pointer;
    pointer-events:none;
    transition:.25s all ease;
    color:white;
}
.select:hover::after {
    color: #991638;
}

#button_see_more{
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 18px;
    padding: 5px 10px 5px 10px;
    width: auto;
    color: #fff;
    background-color: #722f79;
    border: 1px solid #a740ae;
    border-radius: 5px;
    -webkit-box-shadow: 2px 4px 10px -6px rgba(0,0,0,0.46);
    -moz-box-shadow: 2px 4px 10px -6px rgba(0,0,0,0.46);
    box-shadow: 2px 4px 10px -6px rgba(0,0,0,0.46);
    cursor: pointer;
}

#button_see_more:hover{
    border : 1px solid #722f79;
    background-color: #903697;
}
#see_more img{
    width: 40px;
}
#result_see_more .row{
    display: flex;
    align-items: center;
    justify-content: left;
    align-content: center;

}
.ligne_reg{
    cursor: pointer;
}
#resultat .tab img{
    position: absolute;
    width: 34px;
    padding-right: 10px;
    padding-left: 10px;
}
#resultat .title{
    margin-left: 53px;
    height: 34px;
    line-height: 34px;
    font-weight: bold;
}

#t_img{
    float: left;
    height: 34px;
}
#print_all{
    margin-top: 15px;
    border: 1px solid gray;
    padding: 8px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow: 2px 4px 10px -6px rgba(0,0,0,0.46);
    -moz-box-shadow: 2px 4px 10px -6px rgba(0,0,0,0.46);
    box-shadow: 2px 4px 10px -6px rgba(0,0,0,0.46);
}
#print_all:hover{
    box-shadow: none;
}

#sup_filter{
    display: none;
    margin-top: 20px;
    height: 200px;
    width: 350px;
    box-sizing: border-box;

}

#filter {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;

    border-top-left-radius : 10px;
    border-top-right-radius : 10px;

    width: 100%;
    color: white;
    background-color: #DEA962;
    height: 30px;
    box-sizing: border-box;

}
#content_filter{

    border: 1px solid #DEA962;
    box-sizing: border-box;
    height: 100px;

    border-bottom-left-radius : 10px;
    border-bottom-right-radius : 10px;
}
#fl_nom_arret{

    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;


}

#fl_nom_arret input{
    height: 30px;
    padding-left: 5px;
    border: 2px solid #DEA962;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 15px;
}

/*#filter_button{*/
/*    margin-top: 15px;*/
/*    background-color: #DEA962;*/
/*    border-radius: 5px;*/
/*    padding: 7px;*/
/*    color: white;*/
/*    font-size: 15px;*/
/*    font-family: 'Open Sans', sans-serif;*/
/*    cursor:pointer;*/
/*    margin-bottom: 20px;*/
/*    */
/*}*/


@media (max-device-width: 450px) {

    .row_res_search{
        max-width: 100%;
        min-width: 100%;
    }

    #resultat{
        padding-bottom: 500px !important
    }

    #print_all{
        margin-top: 15px;
        border: 1px solid gray;
        padding: 8px;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
    }
    #sup_main{
        width: 80%;
    }
    #sup_title{
        font-size: 20px;
    }
    .select {
        position: relative;
        display: flex;
        height: 3em;
        width: 100%;
        line-height: 3;
        background: #e76035;
        overflow: hidden;
        border-radius: .25em;
        margin-bottom: 20px;
    }
    .select::after {
        content: '\25BC';
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 1em;
        background: #e76035;
        cursor:pointer;
        pointer-events:none;
        transition:.25s all ease;
        color:white;
    }
    #select_etablissement {
        -webkit-appearance:none;
        -moz-appearance:none;
        -ms-appearance:none;
        appearance:none;
        outline:0;
        width: 100%;
        box-shadow:none;
        border:0!important;
        background: linear-gradient(to right, #991638, #e96134);
        flex: 6.5;
        padding: 9px .5em;
        color:#fff;
        cursor:pointer;
        font-size: 20px;
        font-family: 'FuturaBT-Heavy', sans-serif;

    }
    #select_commune {
        -webkit-appearance:none;
        -moz-appearance:none;
        -ms-appearance:none;
        appearance:none;
        outline:0;
        box-shadow:none;
        border:0!important;
        background: linear-gradient(to right, #991638, #e96134);
        width: 100%;
        flex: 6.3;
        padding: 9px .5em;
        color:#fff;
        cursor:pointer;
        font-size: 20px;
        font-family: 'FuturaBT-Heavy', sans-serif;

    }
    #search_refine{
        width: 90%;
        max-width: 90%;
        padding: 0;
        margin-bottom: 20px;
    }
    #search_filters{
        width: 90%;
        max-width: 90%;
        padding: 15px;
        margin-bottom: 20px;
    }
    #search_arret{
        width: 100%;
        max-width: 100%;
        align-self: center;
        display: flex;
        justify-content: center;
        align-items: stretch;
        margin-top: 0;
        margin-bottom: 0;
    }
    #search_arret input{
        height: 40px;
        width: 100%;
        padding-left: 5px;
        padding-right: 38px;
        border: 2px solid #e76035;
        border-radius: 5px;
        font-size: 18px;
        margin-bottom: 0;
    }
    #result_search_arret{
        max-height: 300px;
    }
    #selected_stop{
        align-items: flex-start;
    }
    #clear_selected_stop{
        width: 100%;
    }
    .stop_option_title{
        font-size: 15px;
    }
    .stop_option_meta{
        font-size: 12px;
    }
    .time_filter_row{
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        gap: 10px;
    }
    .time_filter_toggle,
    .check_filter{
        width: auto;
        flex: 0 0 auto;
        min-width: 78px;
    }
    #filter_time select{
        width: auto;
        flex: 1 1 auto;
        min-width: 0;
    }
    #direct,
    #correspondance,
    .row_res_search2{
        min-width: 0;
        width: 92%;
        padding: 12px;
        font-size: 16px;
        gap: 10px;
        flex-wrap: wrap;
    }
    .result_section_title{
        width: 100%;
        box-sizing: border-box;
        justify-content: flex-start;
        white-space: normal;
    }
    .result_line_pictos{
        width: 100%;
        justify-content: flex-start;
    }
    .row_res_search{
        width: 92%;
        min-width: 0;
    }
    .block1,
    .block2,
    .block3{
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    .correspondance_card{
        padding: 15px;
        gap: 12px;
        align-items: stretch;
    }
    .heure_depart,
    .heure_arrive{
        display: inline;
        margin-left: 0;
        margin-top: 0;
        font-size: 20px;
    }
    .row_direct .block1{
        align-items: stretch;
        gap: 10px;
    }
    .result_sens_badge{
        min-width: 40px;
        margin: -15px 0 -15px -15px;
        font-size: 14px;
    }
    .row_direct .direct_content{
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        width: calc(100% - 50px);
        min-width: 0;
    }
    .row_direct .direct_trip{
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
    }
    .row_direct .direct_origin{
        display: flex;
        flex: 1 1 auto;
        flex-wrap: wrap;
        align-items: center;
        gap: 6px;
        width: 100%;
    }
    .row_direct .direct_destination{
        display: flex;
        flex: 1 1 auto;
        align-items: center;
        gap: 6px;
        width: 100%;
        min-width: 0;
    }
    .row_direct .direct_destination_label{
        width: auto;
        min-width: 0;
    }
    .direct_times{
        width: 100%;
        gap: 8px;
    }
    .time_badge{
        flex: 1 1 0;
        min-width: 0;
    }
    .row_direct .heure_depart,
    .row_direct .heure_arrive{
        display: inline;
        margin-left: 0;
        margin-top: 0;
    }
    .correspondance_steps{
        grid-template-columns: 1fr;
        gap: 0;
        width: 100%;
    }
    .correspondance_leg,
    .correspondance_transfer,
    .correspondance_destination{
        padding: 12px 0;
    }
    .correspondance_leg:first-child{
        padding-top: 0;
    }
    .correspondance_transfer{
        align-items: flex-start;
        text-align: left;
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }
    .correspondance_leg_second{
        border-bottom: 1px solid #e5e5e5;
    }
    .step_line,
    .destination_content{
        font-size: 16px;
    }
    .transfer_time_badge,
    .arrival_time_badge{
        min-width: 88px;
        align-self: flex-start;
    }
    .correspondance_leg_second .transfer_time_badge{
        align-self: flex-start;
    }
    .correspondance_destination .arrival_time_badge{
        align-self: flex-start;
    }
    .rectangle{
        margin-right: 10px;
        height: 15px;
        width: 40px;
    }
    #legende{
        display: none;
        width: 100%;
        height: auto;
        padding: 15px;
        left: 40px;
        top: 200px;
        font-size: 16px;
        background-color: white;
        border: 1px solid #acacac;
        border-radius: 5px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        -webkit-box-shadow: 0px 6px 54px -29px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 6px 54px -29px rgba(0,0,0,0.75);
        box-shadow: 0px 6px 54px -29px rgba(0,0,0,0.75);
        font-family: 'FuturaBT-Book', sans-serif;
    }
    #resultat{
        width: 100%;
        min-width: 100%;
        margin-bottom: 500px;
    }

    #resultat table{
        font-size: 15px;
    }
    #resultat .title{
        font-size: 15px !important;
        font-weight: bold;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .print_this{
        font-size: 18px;
    }
    .print_this i{
         padding-right: 25px;
        font-size: 15px;
    }
    #title_direction{
        font-size: 24px !important;
    }

    #result_search_arret{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 20;
        height: auto;
        width: 100%;
        max-height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #fff;
        border-radius: 5px;
        scrollbar-gutter: stable;
        overscroll-behavior: contain;
    }
    .nom_arret{
        display: flex;
        align-items: center;
        gap: 10px;
        box-sizing: border-box;
        padding: 10px;
        text-align: left;
        border: 1px solid #e76035;
        cursor: pointer;
        border-radius: 5px;
        width: 100%;
        height: auto;
        font-size: 15px;
        min-width: 0;
        overflow: hidden;
        margin-bottom: 10px;
    }

    #see_more{
        width: 90%;
        font-size: 15px;
        text-align: left;
    }

    #see_more img{
        width: 25px;
    }
    #result_see_more .row{
        display: flex;
        align-items: center;
        justify-content: left;
        align-content: center;
        font-size: 15px;

    }
    .ligne_reg{
        cursor: pointer;
    }
    #research{
        width: 100%;
    }
    #research_button{
        background-color: #292929;
    //border-radius: 5px;
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 12px;
        color: white;
        font-size: 18px;
        text-align: center;
        font-family: 'FuturaBT-Heavy', sans-serif;
        cursor:pointer;
        margin-bottom: 20px;


    }
    #waiting{
        font-size: 20px;
    }


    #sup_filter{
        display: none;
        margin-top: 20px;
        height: 200px;
        width: 320px;
        box-sizing: border-box;

    }

    #sup_filter select{
        height: 30px;
        font-size: 15px;
    }


}

.picto_inexistant {
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #515152;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;

}

.picto_inexistant .numero {
    font-size: 23px;
    color: #fff;
    font-weight: bolder;
    font-family: FuturaBT-Heavy;
}

@media (max-width: 450px), (max-device-width: 450px) {
    .result_notification_dialog{
        width: calc(100% - 24px);
        padding: 20px 16px 16px;
        border-radius: 10px;
    }

    .result_notification_title{
        font-size: 20px;
    }

    .result_notification_text{
        font-size: 15px;
    }

    #result_notification_ok{
        width: 100%;
        min-width: 0;
    }
}
