@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: none;
    height: 30px;
    padding-left: 5px;
    border: 2px solid #e76035;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 15px;
}

#result_search_arret{
    position: relative;
    height: auto;
}
.nom_arret{
    display: block;
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
    border: 1px solid #e76035;
    cursor: pointer;
    border-radius: 5px;
    width: auto;
    height: auto;
    -webkit-box-shadow: 0px 3px 43px -6px rgba(120,118,120,1);
    -moz-box-shadow: 0px 3px 43px -6px rgba(120,118,120,1);
    box-shadow: 0px 3px 43px -6px rgba(120,118,120,1);
    margin-bottom: 10px;
}
.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;
    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;
}

.heure_depart{
    font-size: 20px;
    margin-left: 15px;
}
.heure_arrive{
    font-size: 20px;
    margin-left: 15px;
}

.row_res_search{

    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    min-width: 630px;
    cursor: pointer;


}


.block1{

    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    border: 1px solid #c8c7c7;
    width: 100%;
    background-color: white;
    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);
    margin-bottom: 10px;
    padding: 20px;
}

.block2{

    display: flex;
    justify-content: flex-start;
    align-items: baseline;

    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);
    margin-bottom: 10px;
    padding: 20px;
}

.row_res_search2{

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    min-width: 600px;
    cursor: pointer;

}

.block3{

    display: flex;
    justify-content: flex-start;
    align-items: center;

    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);
    margin-bottom: 10px;
    padding: 20px;

}
.pole_echange{
    font-family: 'FuturaBT-Book', sans-serif;
}

#direct, #correspondance{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 620px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 50px;
    font-style: italic;
    color: #c03a36;
    background-color: #ffffff;
    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);
    margin-bottom: 10px;


}

#direct .picto_ligne_vu_arret, #correspondance .picto_ligne_vu_arret{
    display: inline-flex;
    margin-top: 7px;
}


.row_res_search img{
    margin-top: auto;
}

.block1:hover{
    border: 1px solid #9c1a39;
}
.block2:hover{
    border: 1px solid #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: 90%;
    }

    #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_arret{
        width: 89%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    #search_arret input{
        display: none;
        height: 40px;
        width: 100%;
        padding-left: 5px;
        border: 2px solid #e76035;
        border-radius: 5px;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .rectangle{
        margin-right: 10px;
        height: 15px;
        width: 40px;
    }
    #legende{
        display: none;
        width: 40%;
        height: 63px;
        padding: 10px 0px 20px 20px;
        left: 40px;
        top: 200px;
        font-size: 18px;
        background-color: white;
        border: 1px solid #acacac;
        border-radius: 5px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        -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: 30px !important;
    }

    #result_search_arret{
        position: relative;
        height: auto;
        width: 90%;
    }
    .nom_arret{
        display: block;
        box-sizing: border-box;
        padding: 10px;
        text-align: center;
        border: 1px solid #e76035;
        cursor: pointer;
        border-radius: 5px;
        width: 100%;
        height: 40px;
        font-size: 15px;
        -webkit-box-shadow: 0px 3px 43px -6px rgba(120,118,120,1);
        -moz-box-shadow: 0px 3px 43px -6px rgba(120,118,120,1);
        box-shadow: 0px 3px 43px -6px rgba(120,118,120,1);
        margin-bottom: 20px;
    }

    #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: 70%;
    }
    #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;


    }
    #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;
}