.page-services-horaire-ligne .stop_tab_horaire_line{
    width:150px;
}
.page-services-horaire-ligne .stoptime_tab_horaire_line{
    float:left;
    width:50px;
}

#block-smirt-horaire-line-smirt-horaire-line-results-block .block-title{
    display:none;
}
.breadcrumb , .page-header{
    display: none;
}
#smirt-horaire-line-form>div{
    position: relative;
    z-index: 2;
}
#smirt-horaire-line-form{
    background-image: url("/sites/all/modules/custom/smirt_form/img/background-formulaire.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1.5rem 0 3rem 0;
    position: relative;
}
#smirt-horaire-line-form:after {
    content: '';
    display: block;
    background: rgba(45, 53, 65, 0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.formh{
    margin: 0 auto;
}
@media (min-width: 450px) {
    .formh{
        max-width: 470px;
    }
}
.formh h1{
    margin-top: 0;
    color: #fff;
    font-size: 3.6rem;
    text-align: center;
    font-weight: 900;
}
.formh h2{
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    margin-top: 0.5rem;
    margin-bottom: 2.5rem;
    width: 100%;
    float: left;
}
.formh #edit-network, .formh #edit-line , .formh #edit-direction {
    width: 100%;
    margin: 0;
}
.form-group {
    /*margin-bottom: 15px;*/
    margin: 0;
    width: 100%;
    float: left;
}
.date_hl label{
    display: none;
}
.formh .form-select{
    background-color: #fff;
}
.date_hs, .date_hl {
    clear: none;
    display: inline-block;
    width: 120px;
    vertical-align: top;
}
.date_hl{
    width: 210px;
    float: left;
}
.smart_fl .form-select{
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.smart_fl .form-select{
    width: 100%;
}
.smart_fl div {
    width: 100%!important;
    display: block;
}
.form-type-date-select .form-type-select[class*=hour] {
    margin-left: 0;
}
.lst_o{
    float: right;
}
#edit-submit{
    background: #c22a7f;
    border-radius: 5rem;
    -moz-border-radius: 5rem;
    -webkit-border-radius: 5rem;
    border: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 1.5rem 4rem;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    margin: 3rem auto 0 auto;
    float: none;
    display: inline-block;
}
.formh{
    text-align: center;
}
#edit-date input{
    height: auto;
    padding: 1rem 1rem;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    outline: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 2rem;
    background-repeat: no-repeat;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    background-image: url("/sites/all/modules/custom/smirt_itineraire/img/icon_date.svg");
    background-position: 90% center;
}

.tl_pr{
    margin: 0;
    background-color: #C12A7F;
    color: #fff;
    font-weight: 500;
    padding: 2.5rem 0 2.5rem 7.5rem;
    font-size: 2.2rem;
    background-image: url("/sites/all/modules/custom/smirt_xplrgn/img/icon_alert.svg");
    background-repeat: no-repeat;
    background-position: 3% center;
    background-size: 4rem;
}
.info_perturbation {
    text-align: left;
}
.info_perturbation a {
    color: #100b0b;
    font-weight: 700;
    font-size: 1.6rem;
    margin: 0 0 1.5rem 0;
    width: 100%;
    float: left;
    text-align: left;
}
.info_perturbation p{
    font-weight: 400;
}
.button-info-perturbation{
    display: none;
}
.bon_plans > h2{
    font-size: 24px;
}
.bon_plans > h2,
.bon_plans > h3{
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 2rem;
}
.card > div:not(.card-block){
    height: 13rem;
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative;
}
.card img{
    width: 100%;
}
.card > div:not(.card-block) span.field-content{
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    background: #702382;
    color: #fff;
    padding: 0.5rem 1.5rem;
    font-size: 1.6rem;
}
.card > div:not(.card-block) span.field-content a{
    color: #fff;
}
.card{
    background-color: #f5f5f5;
}
.card-block h3{
    margin-top: 0;
    margin-bottom: 1.5rem;
}
.card-block h2{
    font-size:18px;
}
.card-block h2,
.card-block h4{
    margin-top: 1rem;
}
.card .btn {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 1rem auto;
    float: none;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.card .btn:hover{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.card .btn a{
    color: #2D3541;
    border: 1px solid #2D3541;
    padding: 0.7rem 1.5rem;
    border-radius: 2rem;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
}
.card .btn a:hover{
    color: #fff;
    background-color: #2D3541;
}
.clear{
    clear: both;
}
.horaire_line_results_zone h2,
.horaire_line_results_zone h3{
    font-size: 2.2rem;
    color: #2D3541;
    font-weight: 700;
    float: left;
}
.horaire_line_results_zone {
    position: relative;
}
.horaire_line_results_zone .result-header h3 {
    padding-right: 40px;
}
.horaire_line_results_zone .result-header a {
    margin: 0;
    position: absolute;
    top: 18px;
    right: 14px;
}
.print-search a:hover {
    opacity: 0.8;
}
.print-search a {
    background-image: url("/sites/all/themes/oab_smirt_theme/img/icon_print.png");
    background-repeat: no-repeat;
    width: 3rem;
    height: 2.5rem;
    background-size: contain;
    margin: 1.7rem 0 0.7rem 2.5rem;

}
.print-search{
    float: right;
}
.bordered_s{
    border: 1px solid #d2d2d2;
    padding: 1rem 1.5rem;
}
.f_c{
    font-weight: 700;
}
.passage-hours-table tr:hover td, .passage-hours-table tr:hover th, .passage-hours-table .Clicked_one td{
    color: #fff;
    background-color: #C12A7F;
    cursor: pointer;
}
table{
    margin: 1rem 0;
}

.passage-hours-table .next-b a, .passage-hours-table .prev-b a {
	font-weight: bold;
	font-size: 1.5rem;
	margin: 0;
	display: block;
	line-height: 1;
	padding: 0 12px;
}

.passage-hours-table .next-b a:after, .passage-hours-table .prev-b a:after {
	top: 0;
	bottom: 0;
	margin: auto;
}
.next-b{
    float: right;
}
.next-b a,
.prev-b a{
    color: #702382;
}
.next-b a:after,
.prev-b a:after{
    content: '';
    display: block;
    position: absolute;
    color: #702382;
    top: -3px;
    background-image: url("/sites/all/modules/custom/smirt_horaire_line/img/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 18px;
	width: 10px;
	background-size: 8px;
}
.prev-b a:after{
    left: 14px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.next-b a:after{
    right: 14px;
}

a.btn_horaires_switch{
    background: #55dfbb url(/sites/all/themes/oab_smirt_theme/img/slide_arrow_right.png) right center no-repeat;
    background-position: 94%;
    background-size: 8px;
    border-radius: 5rem;
    -moz-border-radius: 5rem;
    -webkit-border-radius: 5rem;
    border: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 1rem 4rem;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    margin: 2rem auto 0 auto;
    float: none;
    display: inline-block;
    color: #2D3541 !important;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 2rem;
}
a.btn_horaires_switch:hover {
    background-color: #69ffc9;
}
a.btn_horaires_switch.absolute {
    position: absolute;
    top: 50%;
    right: 2rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.cursorNormal{
    cursor: pointer;
    color: #702382 !important;
}
.cursorNotAllowed{
    cursor: not-allowed;
    color: #d2d2d2 !important;
}
.next-b a.cursorNotAllowed:after,
.prev-b a.cursorNotAllowed:after{
    background-image: url("../img/arrow-right-grey.svg") !important;
}

@media (max-width: 450px) {
    .date_hl{
        width: 45%;
    }
    .date_hs{
        width: 25%;
    }
}


@media (max-width: 450px) {
    .bon_plans > h2 {
        font-size: 1.6rem;
        padding: 2rem 0 2rem 6rem;
    }
}


.chosen-container-single .chosen-default{
    color: #000 !important;
}

.element_ligne {
    position: relative;
}
.perturbation-modal-link {
    position: absolute;
    background: #702382 url(/sites/all/modules/custom/smirt_xplrgn/img/icon_alert.svg) center center no-repeat !important;
    background-size: 15px !important;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    z-index: 2;
    top: 50%;
    border-radius: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: 10px;
}
.perturbed-element span {
    color: #2D3541;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 1;
    padding: 1.3rem 4rem 1.3rem 2rem;
}


.page-services-horaire-ligne .block-smirt-horaire-line {
    padding: 0 15px;
}

@media only screen and (max-width: 1024px) {
    .page-services-horaire-ligne  .container-wrapper {
        padding: 0 ;
    }
    #smirt-horaire-line-form {
        padding: 1.5rem 15px 3rem;
    }
}
.media-stopline-info .media-body h3 {
    float: none !important;
}
#smirt-horaire-line-form .control-label{margin: 0}