html,
body{
	height: 100%;
	margin: 0;
	padding: 0;
}

body{
	background: url('../images/body_bkgd.png') repeat-x left top;
	background-color: #f4f4f4;
}

header, nav, footer, section, article{
	display: block;
}

body .ui-datepicker{
	z-index:300 !important;
}

.clear{
	clear: both;
	height: 0;
	display: block;
}

body a, body a:visited{
        color: #0072bc;
        moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
}

body a:hover{
        color: #93c139;
        text-decoration: none;
}

/*============================================================*/
/************************* CALENDRIER *************************/
/*============================================================*/

#ui-datepicker-div.ui-widget-content{
        border: 0;
        color: #686d79;
	font-family: 'Open Sans', sans-serif;
}

#ui-datepicker-div.ui-datepicker th{
        color: #686d79;
	font-family: 'Open Sans', sans-serif;
}

#ui-datepicker-div .ui-widget-header{
        border:0;
        background: #93c139;
        color: #fff;
	font-family: 'Formata Condensed Medium', sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}

#ui-datepicker-div .ui-widget-header .ui-icon {
        background-image: url(images/ui-icons_056b93_256x240.png);
}

#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div .ui-widget-content .ui-state-hover,
#ui-datepicker-div .ui-widget-header .ui-state-hover{
        border: 0;
        background: none;
}

#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default{
        border: 1px solid #ccc;
        background: #686d79;
	font-family: 'Open Sans', sans-serif;
}

#ui-datepicker-div .ui-state-default.ui-state-highlight,
#ui-datepicker-div .ui-widget-content .ui-state-default.ui-state-highlight,
#ui-datepicker-div .ui-widget-header .ui-state-default.ui-state-highlight{
        border: 1px solid #489bd1;
        color: #fff;
        background: #0072bc;
}

#ui-datepicker-div .ui-state-default.ui-state-active,
#ui-datepicker-div .ui-widget-content .ui-state-default.ui-state-active,
#ui-datepicker-div .ui-widget-header .ui-state-default.ui-state-active,
#ui-datepicker-div td a.ui-state-hover{
        border: 1px solid #b8de6f;
        background: #93c139;
        color: #686d79;
}



/*=========================================================*/
/************************* Header **************************/
/*=========================================================*/

.ie7 header, .ie7 .header{
    position:relative;
    z-index: 100;
}

header.home_header, .header.home_header{    
        width: 100%;
        overflow: hidden;
}

.white_bkgd{
	background-color: #fff;
	height: 73px;
	position: absolute;
	left: 0;
	top: 0;
}

.home_logo_header_left{
	position:absolute;
	top:0;
	left:-2618px;
	width: 2618px;
	height: 1912px;
	background: url('../images/header_bubble_bkgd_repeat.png') no-repeat left top;
	background-size: 100% 100%;
	z-index: 7;
}

.home_logo_header{
	position:absolute;
	top:0;
	left:0;
	width: 323px;
	height: 296px;
	background: url('../images/header_bubble_bkgd.png') no-repeat left top;
	background-size: 100% 100%;
	z-index: 8;
}

.home_logo_header h1 a{
	position: absolute;
	display: block;
	text-indent: -3000px;
	background: url('../images/RTM_logo_Terrebonne_mascouche_coul.svg') no-repeat left top;
	width: 304px;
	height: 100px;
	left: 0;
	top: 6%;
}

@media (max-width: 979px){
    
        .home_logo_header_left{
                left:-1618px;
                width: 1618px;
                height: 1527px;
        }

        .home_logo_header{
                width: 160px;
                height: 237px;
        }

        .home_logo_header h1 a{
                background-size: 100% auto;
                width: 100px;
                height: 50px;
                left: 25%;
                top: 11%;
        }
    
}

@media (max-width: 500px){
    
        .home_logo_header_left{
                display: none;
        }

        .home_logo_header{
                width: 120px;
                height: 235px;
        }

        .home_logo_header h1 a{
                background-size: 100% auto;
                width: 100px;
                height: 50px;
                left: 7%;
                top: 11%;
        }
    
}

.logo_header{	
	background: url('../images/logo_bubble_bkgd.png') no-repeat left top;
	display: inline-block;
	float: left;
	width: 183px;
	height: 73px;
}

.logo_header h1{
	margin: 0;
	padding: 0;
}

.logo_header h1 a{
	display: block;
	text-indent: -3000px;
	background: url('../images/RTM_logo_Terrebonne_mascouche_coul.svg') no-repeat left top;
	width: 194px;
    height: 65px;
    margin-top: 5px;
    margin-left: -8px;
    
}

.header_menus{
	display:inline-block;
	float: right;
}

/************************* Top menu **************************/

.menus_wrapper{
	position: relative;
}

.ie7 .menus_wrapper{
        z-index: 200;
}

@media (max-width: 500px){
    
    .home_header .menus_wrapper .top_menu{
        padding-left: 120px;
    }
    
}

.menus_wrapper .top_menu ul{
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menus_wrapper .top_menu ul>li{
	display: inline-block;
	float: left;
	border-left: 1px solid #dcdcdc;
	padding: 8px 15px;
}

.menus_wrapper .top_menu ul>li:first-child{
	border-left: none;
}

.menus_wrapper .top_menu ul>li>a{
	/*color: #fff;*/
	color: #686d79;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.menus_wrapper .top_menu ul>li>a:hover{
        color: #93c139;
}

.menus_wrapper .top_menu ul>li.active>a{
        color: #0073bc;
}

.menus_wrapper .top_menu ul>li.layout_links>a{
    display: inline-block;
    float: left;
    margin-right: 3px;
}

.menus_wrapper .top_menu ul>li.layout_links>a>img{
    padding-bottom: 3px;
}

.menus_wrapper .top_menu ul>li.layout_links>a.active,
.menus_wrapper .top_menu ul>li.layout_links>a:hover{
	border-bottom:1px solid #000;
}

@media (max-width: 767px){
    .menus_wrapper .top_menu ul>li.layout_links{
        display: none;
    }
}

/************************* Main menu **************************/

.menus_wrapper .main_menu{
	display:inline-block;
	float: right;
}

@media (max-width: 979px){
    
    .home_header .menus_wrapper .main_menu{
        padding-left: 160px;
    }
    
}

@media (max-width: 500px){
    
    .home_header .menus_wrapper .main_menu{
        padding-left: 120px;
    }
    
}

.menus_wrapper .main_menu>ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.menus_wrapper .main_menu>ul>li{
	display: inline-block;
	float: left;
	background: url('../images/main_menu_sep.png') no-repeat left top;
	position: relative;
}

.menus_wrapper .main_menu>ul>li:first-child{
	background:none;
}

.menus_wrapper .main_menu>ul>li>a{
	font-family: 'Formata Condensed Medium', sans-serif;
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	text-transform: uppercase;
	color: #686d79;
	padding:12px 0 9px 0;
	text-decoration: none;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ie7 .menus_wrapper .main_menu>ul>li>a,
.ie8 .menus_wrapper .main_menu>ul>li>a{
	font-family: ﻿"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
        font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
	color: #686d79;
	padding:12px 0 9px 0;
}

.menus_wrapper .main_menu>ul>li>a.trans_coll{
	padding-left: 56px;
	padding-right: 45px;
	background: url('../images/trans_coll_icon_gris.png') no-repeat 25px 4px;
}

.menus_wrapper .main_menu>ul>li>a.tarifs{
	padding-left: 71px;
	padding-right: 55px;
	background: url('../images/tarif_icon_gris.png') no-repeat 35px 4px;
}

.menus_wrapper .main_menu>ul>li>a.trans_adapte{
	padding-left: 65px;
	padding-right: 16px;
	background: url('../images/trans_adapte_icon_gris.png') no-repeat 35px 4px;
}

@media (max-width: 979px){

    .menus_wrapper .main_menu>ul>li>a.trans_coll{
            padding-left: 50px;
            padding-right: 35px;
            background: url('../images/trans_coll_icon_gris.png') no-repeat 19px 4px;
    }

    .menus_wrapper .main_menu>ul>li>a.tarifs{
            padding-left: 50px;
            padding-right: 35px;
            background: url('../images/tarif_icon.png_gris') no-repeat 29px 4px;
    }

    .menus_wrapper .main_menu>ul>li>a.trans_adapte{
            padding-left: 50px;
            padding-right: 16px;
            background: url('../images/trans_adapte_icon_gris.png') no-repeat 20px 4px;
    }
    
}

@media (max-width: 768px){

    .menus_wrapper .main_menu>ul>li>a.trans_coll{
            padding-left: 45px;
            padding-right: 30px;
            background: url('../images/trans_coll_icon_gris.png') no-repeat 15px 4px;
    }

    .menus_wrapper .main_menu>ul>li>a.tarifs{
            padding-left: 45px;
            padding-right: 30px;
            background: url('../images/tarif_icon_gris.png') no-repeat 25px 4px;
    }

    .menus_wrapper .main_menu>ul>li>a.trans_adapte{
            padding-left: 50px;
            padding-right: 16px;
            background: url('../images/trans_adapte_icon_gris.png') no-repeat 20px 4px;
    }
    
}

@media (max-width: 572px){
    .menus_wrapper .main_menu>ul>li{
        display: block;
        float: none;
        background: none;
    }
}

.menus_wrapper .main_menu>ul>li>a:hover,
.menus_wrapper .main_menu>ul>li.hover>a{
	color: #fff;
	background-color: #93c139;
}

.menus_wrapper .main_menu>ul>li.active>a{
	color: #0073bc;
}

.menus_wrapper .main_menu>ul>li.active>a.trans_coll{
	background: url('../images/trans_coll_icon_active.png') no-repeat 25px 4px;
}

.menus_wrapper .main_menu>ul>li.active>a.tarifs{
	background: url('../images/tarif_icon_active.png') no-repeat 25px 4px;
}

.menus_wrapper .main_menu>ul>li.active>a.trans_adapte{
	background: url('../images/trans_adapte_icon_active.png') no-repeat 25px 4px;
}

.menus_wrapper .main_menu>ul>li.active>a:hover,
.menus_wrapper .main_menu>ul>li.active.hover>a{
	background-color: #93c139;
}

.menus_wrapper .main_menu>ul>li>ul{
	display: none;
	position: absolute;
	top:37px;
	left:0;
	width: 99%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding-top: 3px;
	
	background-color: #ededed;
	border: 1px solid #dcdcdc;
	border-top:0;
	z-index:25;
	-webkit-box-shadow: 2px 5px 15px 0px rgba(66,66,66,0.7);
	-moz-box-shadow: 2px 5px 15px 0px rgba(66,66,66,0.7);
	box-shadow: 2px 5px 15px 0px rgba(66,66,66,0.7);
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}

.menus_wrapper .main_menu>ul>li>ul>li.last>a:hover{
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}

.menus_wrapper .main_menu>ul>li>ul:before{
	content: " ";
	position: absolute;
	display: block;
	border-bottom: 10px solid #ededed;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: -10px;
	right: 16px;
}

.menus_wrapper .main_menu>ul>li>ul>li>a{
	display: block;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #686d79;
	border-top: 1px solid #dcdcdc;
	padding: 12px 5% 11px 5%;	
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ie7 .menus_wrapper .main_menu>ul>li>ul>li>a{
        position: relative;
        z-index: 25;
}

.menus_wrapper .main_menu>ul>li>ul>li:first-child>a{
	border-top: 0;
}

.menus_wrapper .main_menu>ul>li>ul>li>a:hover,
.menus_wrapper .main_menu>ul>li>ul>li.active>a{
	color: #fff;
	background-color: #93c139;
	font-weight: 600;
}

/************************* Caroussel **************************/

.ie7 .carousselNconvenientMenu_wrapper.container{
    position: relative;
    z-index: 100;
}

@media (max-width: 767px){
    .carousselNconvenientMenu_wrapper.container{
        overflow-x: hidden;
    }
}

.caroussel_wrapper{
	position:relative;
        width: 100%;
        padding: 0px;
        margin: 0px;
}

.caroussel_wrapper .tparrows{
    opacity: 0;
}

.caroussel_wrapper:hover .tparrows{
    opacity: 1;
}

#caroussel_home{
	position:relative;
        margin-bottom: 0px;
        z-index: 5;
        max-height: 466px;
}

.caroussel_overlay{
	position: absolute;
	width: 24%;
	height: 65.5%;
	background: url('../images/caroussel_overlay.png') no-repeat left top;
	background-size: 100% auto;
	top: 14%;
	right: -9%;
	z-index: 10;
}

/*.ie7 .caroussel_overlay,
.ie8 .caroussel_overlay{
	background: none;        
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/caroussel_overlay.png', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/caroussel_overlay.png', sizingMethod='scale')";
}*/

#caroussel_home .carousel-inner img{
	width: 100%;
	height: auto;
}

#caroussel_home .caption.full-caption{
        width:100%;
        height: 100%;
}

#caroussel_home .white-caption h2{
	color: #fff;
	font-family: 'Formata Condensed Medium', sans-serif;
	font-weight: normal;
	font-size: 53px;
	line-height: 55px;
	margin: 0;
	text-transform: uppercase;
}

#caroussel_home .white-caption h2 span{
	color: #fff;
	font-size: 74px;
	line-height: 34px;
	display: block;
	margin-top: 13px;
	margin-bottom: 13px;
}

#caroussel_home .white-caption p{
	color: #444444;
	font-family: 'Formata Condensed', sans-serif;
	font-size: 19px;
	line-height: 19px;
	margin: 0;
	text-transform: uppercase;
}

#caroussel_home .black-caption h2{
	color: #444444;
	font-family: 'Formata Condensed Medium', sans-serif;
	font-weight: normal;
	font-size: 43px;
	line-height: 38px;
	margin: 0;
	text-transform: uppercase;
}

#caroussel_home .black-caption h2 span{
	color: #444444;
	font-size: 43px;
	line-height: 18px;
	display: block;
	margin-top: 13px;
	margin-bottom: 13px;
}

#caroussel_home .black-caption p{
	color: #444444;
	font-family: 'Formata Condensed', sans-serif;
	font-size: 19px;
	line-height: 19px;
	margin: 0;
	text-transform: uppercase;
}

.ie7 #caroussel_home .white-caption h2,
.ie7 #caroussel_home .white-caption p,
.ie7 #caroussel_home .black-caption h2,
.ie7 #caroussel_home .black-caption p,
.ie8 #caroussel_home .white-caption h2,
.ie8 #caroussel_home .white-caption p,
.ie8 #caroussel_home .black-caption h2,
.ie8 #caroussel_home .black-caption p{
        font-family: Helvetica, Verdana, sans-serif;
}

.ie7 #caroussel_home .white-caption h2,
.ie8 #caroussel_home .white-caption h2{
	font-size: 38px;
	line-height: 44px;
        font-weight: bold;
}

.ie7 #caroussel_home .white-caption h2 span,
.ie8 #caroussel_home .white-caption h2 span{
	font-size: 42px;
	line-height: 32px;
}

.ie7 #caroussel_home .white-caption p,
.ie8 #caroussel_home .white-caption p,
.ie7 #caroussel_home .black-caption p,
.ie8 #caroussel_home .black-caption p{
        font-size: 14px;
	line-height: 14px;
}

.ie7 #caroussel_home .black-caption h2,
.ie8 #caroussel_home .black-caption h2{
	font-size: 26px;
	line-height: 24px;
        font-weight: bold;
}

.ie7 #caroussel_home .black-caption h2 span,
.ie8 #caroussel_home .black-caption h2 span{
	font-size: 26px;
	line-height: 18px;
}


#caroussel_home .white-caption p.savoir_plus_btn{
	display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
}

#caroussel_home .white-caption p.savoir_plus_btn a{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 13px;
	margin: 0;
	text-transform: none;
	background: url('../images/white_arrow.png') no-repeat 110px 8px;
	background-color: #93c139;
	padding:3px 32px 4px 12px;
	border-radius: 0px 15px 15px 0px;
	-moz-border-radius: 0px 15px 15px 0px;
	-webkit-border-radius: 0px 15px 15px 0px;
	text-decoration: none;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#caroussel_home .white-caption p.savoir_plus_btn a:hover{
	background-color: #686d79;
}

@media (max-width: 600px){
    #caroussel_home .black-caption h2{
        font-size: 20px;
        line-height: 24px;
    }
    
    #caroussel_home .black-caption p{
        font-size: 11px;
        line-height: 12px;
    }
    
    #caroussel_home .white-caption p.savoir_plus_btn a{
        font-size: 10px;
        line-height: 10px;
        background: url('../images/white_arrow.png') no-repeat 88px 3px;
	background-color: #93c139;
        padding: 1px 32px 2px 12px;
    }
}

.caroussel_wrapper .tp-bullets{
	//width: 26%;
	height: 9%;
	//padding-top: 19%;
	padding-left: 2.7%;
	left:0 !important;
	bottom:0 !important;
	top: auto;
	right: auto;
	background-size: 100% auto;
    z-index: 5;
}

/*.ie7 .caroussel_wrapper .tp-bullets,
.ie8 .caroussel_wrapper .tp-bullets{
	background: none;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/caroussel_blue_triangle.png', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/caroussel_blue_triangle.png', sizingMethod='scale')";
}*/

.caroussel_wrapper .tp-bullets.simplebullets.round .bullet{
	background: #fff;
	margin: 0 0 0 13px;
	cursor: pointer;
	-webkit-box-shadow: 2px 5px 15px 0px rgba(66,66,66,1);
	-moz-box-shadow: 2px 5px 15px 0px rgba(66,66,66,1);
	box-shadow: 2px 5px 15px 0px rgba(66,66,66,1);
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        -moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.caroussel_wrapper .tp-bullets.simplebullets.round .bullet.selected{
	background-color:#93c139;
}

.caroussel_wrapper .tp-bullets.simplebullets.round .bullet.first{
	margin-left: 0;
}

@media (max-width: 1200px){
	#caroussel_home .carousel-inner .carousel-caption h2{
		font-size: 45px;
		line-height: 40px;
	}
	
	#caroussel_home .carousel-inner .carousel-caption h2 span{
		font-size: 62px;
		line-height: 36px;
		margin-top: 16px;
		margin-bottom: 7px;
	}
	
	#caroussel_home .carousel-inner .carousel-caption p{
		font-size: 15px;
		line-height: 19px;
	}
        
        .sideWidget ul.nav-tabs{
            right:20px !important;
        }
}

@media (max-width: 979px)
and (min-width: 768px){
	#caroussel_home .carousel-inner .carousel-caption h2{
		font-size: 35px;
		line-height: 32px;
	}
	
	#caroussel_home .carousel-inner .carousel-caption h2 span{
		font-size: 48px;
		line-height: 28px;
		margin-top: 16px;
		margin-bottom: 7px;
	}
	
	#caroussel_home .carousel-inner .carousel-caption p{
		font-size: 11px;
		line-height: 17px;
	}
        
        #caroussel_home .carousel-inner .carousel-caption p.savoir_plus_btn a{
                font-size: 11px;
                line-height: 11px;
                background: url('../images/white_arrow.png') no-repeat 85px 6px;
                background-color: #93c139;
                padding:3px 22px 4px 6px;
        }
        .sideWidget ul.nav-tabs{
            right:4px !important;
        }
        
        .sideWidget fieldset.right_form label.date_input input{
            width:40% !important;
        }
        
        .sideWidget fieldset.right_form label.date_input .calendar_icon{
            width:30% !important;
        }
}

@media (max-width: 768px){

        #caroussel_home .carousel-inner .carousel-caption{
                max-width: 205px;
                max-height: 80px;
        }

	#caroussel_home .carousel-inner .carousel-caption h2{
		font-size: 20px;
		line-height: 22px;
	}
	
	#caroussel_home .carousel-inner .carousel-caption h2 span{
		font-size: 27px;
		line-height: 15px;
		margin-top: 7px;
		margin-bottom: 5px;
	}
	
	#caroussel_home .carousel-inner .carousel-caption p{
		font-size: 9px;
		line-height: 14px;
	}
        
        #caroussel_home .carousel-inner .carousel-caption p.savoir_plus_btn{
                margin-top: -14px;
        }
        
        #caroussel_home .carousel-inner .carousel-caption p.savoir_plus_btn a{
                font-size: 9px;
                line-height: 9px;
                background: url('../images/white_arrow.png') no-repeat 72px 3px;
                background-color: #93c139;
                padding:0px 20px 2px 8px;
        }
}

/************************* Menu 3 boutons **************************/
.ui-autocomplete{
    max-height:300px;
    overflow: auto;
}

.ui-autocomplete li:hover{
    background-color:#99CC00;
}

.ui-autocomplete a:hover{
    color:#000 !important;
}

.convenientMenu{
	background-color: #93c139;
	margin-top: 6px;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	position: relative;
}

.bloc_titre .convenientMenu{
	margin-top: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.convenientMenu ul.nav-tabs{
	position: absolute;
	top: -51px;
	right: 37px;
	z-index: 20;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

@media (max-width: 600px){
    .convenientMenu ul.nav-tabs{
	top: -28px;
        right: 10px;
    }
}

.convenientMenu ul.nav-tabs li{
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
	margin-left: 12px;
}

.convenientMenu ul.nav-tabs li:first-child{
	/*margin: 0;*/
}

.convenientMenu ul.nav-tabs li a{
	display: block;
	overflow: visible;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 205px;
        color: #fff;
	width: 95px;
	height: 97px;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.convenientMenu.sideWidget ul.nav-tabs li a{
        color: #686d79;
}

@media (max-width: 600px){
    .convenientMenu ul.nav-tabs li a{
        width: 50px;
        height: 50px;
        line-height: 115px;
        font-size: 10px;
    }
}

.convenientMenu ul.nav-tabs li a:hover{
	border:0;
        color: #fff;
}

.sideWidget nav-tabs li a:hover{
        color: #686d79 !important;
}

.convenientMenu ul.nav-tabs li.horaires_btn a{
	background: url('../images/schedule.png') no-repeat left top;
}

.convenientMenu ul.nav-tabs li.horaires_btn a:hover,
.convenientMenu ul.nav-tabs li.horaires_btn.active a{
	background: url('../images/schedule_on.png') no-repeat left top;
	border: 0;
	cursor: pointer;
}

.convenientMenu ul.nav-tabs li.itineraire_btn a{
	background: url('../images/itineraire.png') no-repeat left top;
}

.convenientMenu ul.nav-tabs li.itineraire_btn a:hover,
.convenientMenu ul.nav-tabs li.itineraire_btn.active a{
	background: url('../images/itineraire_on.png') no-repeat left top;
	border: 0;
	cursor: pointer;
}

.convenientMenu ul.nav-tabs li.trajet_btn a{
	background: url('../images/trajet.png') no-repeat left top;
}

.convenientMenu ul.nav-tabs li.trajet_btn a:hover,
.convenientMenu ul.nav-tabs li.trajet_btn.active a{
	background: url('../images/trajet_on.png') no-repeat left top;
	border: 0;
	cursor: pointer;
}

.sideWidget ul.nav-tabs li.horaires_btn a:hover,
.sideWidget ul.nav-tabs li.horaires_btn.active a,
.sideWidget ul.nav-tabs li.itineraire_btn a:hover,
.sideWidget ul.nav-tabs li.itineraire_btn.active a,
.sideWidget ul.nav-tabs li.trajet_btn a:hover,
.sideWidget ul.nav-tabs li.trajet_btn.active a{
    color: #93c139;
}

@media (max-width: 600px){
    .convenientMenu ul.nav-tabs li.horaires_btn a,
    .convenientMenu ul.nav-tabs li.horaires_btn a:hover,
    .convenientMenu ul.nav-tabs li.horaires_btn.active a,
    .convenientMenu ul.nav-tabs li.itineraire_btn a,
    .convenientMenu ul.nav-tabs li.itineraire_btn a:hover,
    .convenientMenu ul.nav-tabs li.itineraire_btn.active a,
    .convenientMenu ul.nav-tabs li.trajet_btn a,
    .convenientMenu ul.nav-tabs li.trajet_btn a:hover,
    .convenientMenu ul.nav-tabs li.trajet_btn.active a{
        background-size: 100% auto;
    }
}

.convenientMenu .tab-pane{
	padding-top: 16px;
	padding-left: 16px;
        overflow: hidden;
}

@media (max-width: 600px){
    .convenientMenu .tab-pane{
	padding-top: 22px;
    }
}

.convenientMenu .tab-pane form h3{
	margin: 0;
        margin-top: 20px;
	font-family: 'Formata Condensed Medium', sans-serif;
	font-size: 21px;
	line-height: 21px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 8px;
        background: none;
        padding: 0;
        border: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -webkit-border-radius: 0;
}

.ie7 .convenientMenu .tab-pane form h3{
        margin-top: 40px;
}

.convenientMenu .tab-pane form fieldset{
	display: inline-block;
	float: left;
}

.convenientMenu .tab-pane form fieldset.left_form{
	width: 70%;
        position: relative;
}

.convenientMenu .tab-pane form fieldset.right_form{
	width: 30%;
}

.bloc_titre .convenientMenu .tab-pane form fieldset.left_form{
	width: 65%;
}

.bloc_titre .convenientMenu .tab-pane form fieldset.right_form{
	width: 35%;
}

.ie7 .convenientMenu .tab-pane form fieldset.left_form{
	width: 60%;
}

@media (max-width: 979px){
    .convenientMenu .tab-pane form fieldset.left_form{
            width: 65%;
    }

    .convenientMenu .tab-pane form fieldset.right_form{
            width: 35%;
    }
}


@media (max-width: 600px){
    .convenientMenu .tab-pane form fieldset.left_form,
    .convenientMenu .tab-pane form fieldset.right_form,
    .bloc_titre .convenientMenu .tab-pane form fieldset.left_form,
    .bloc_titre .convenientMenu .tab-pane form fieldset.right_form{
            width: 90%;
    }
}

.convenientMenu .tab-pane form fieldset select,
.convenientMenu .tab-pane form fieldset.left_form input{
	background-color: #ffffff;
    background:#ffffff;
    padding-left: 5px;
	height: 38px;
	width: 95%;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 15px;
	color: #686d79;
	border:2px solid #d6d6d6;
	margin-bottom: 0;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-border-radius: 5px;
}

.convenientMenu .tab-pane form fieldset select::-ms-expand {
    display: none;
}

.convenientMenu .tab-pane form fieldset select.isIE {
    width: 96.5%;
    background-image: url('../images/dropdown_icon.png');
    background-repeat: no-repeat;
    background-position: 98% center;
}

.ie7 .convenientMenu .tab-pane form fieldset select,
.ie7 .convenientMenu .tab-pane form fieldset.left_form input,
.ie7 .convenientMenu .tab-pane form fieldset label.date_input input,
.ie7 .convenientMenu .tab-pane form.form_itineraire fieldset label.heure_input input{
    line-height: 36px;
}

.convenientMenu .tab-pane form fieldset select:first-child,
.convenientMenu .tab-pane form fieldset.left_form input:first-child,
.convenientMenu .tab-pane form fieldset.left_form #itineraire_depart{
	margin-bottom: 16px;
}

.convenientMenu .tab-pane#trajet form fieldset.left_form #trajetLigne{
        margin-top: 22px;
}

.convenientMenu .tab-pane form fieldset.left_form .ajax_loader{
    display: none;
    overflow: hidden;
    text-indent: -3000px;
    width: 26px;
    height: 26px;
    background: url('../images/combobox_loader.gif') no-repeat left top;
    position: absolute;
    top: 10px;
    left: 88%;
    z-index: 5;
}

.convenientMenu .tab-pane form fieldset.left_form #lineChoose,
.convenientMenu .tab-pane form fieldset.left_form #lineStops{
    position: relative;
}

.convenientMenu .tab-pane form fieldset.left_form .smallCombobox .ui-combobox a{
    right: 1px;
}

.convenientMenu .tab-pane form fieldset.left_form .ui-combobox a{
    display: block;
    width: 45px;
    height: 45px;
    background: url('../images/dropdown_icon.png') no-repeat center center;
    background-size: 13px;
    position: absolute;
    bottom: 0px;
    right: 31px;
    cursor: pointer;
}

.convenientMenu .tab-pane form fieldset.left_form #lineStops{
    margin-top: 16px;
}

.convenientMenu .tab-pane form fieldset select:disabled,
.convenientMenu .tab-pane form fieldset.left_form input:disabled{
	color: #dcdcdc;
	background-color: #e4e4e4;
}

.convenientMenu .tab-pane form fieldset label.date_input{
	background: #fff;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	width: 40%;
	height: 51px;
	float: left;
	margin-top: 22px;
}
.convenientMenu .tab-pane form fieldset label.date_input.specialDateInput{
    margin-top: 0px;
    margin-left: 10px;
	margin-bottom: 15px;
}

@media (max-width: 979px){
    .convenientMenu .tab-pane form fieldset label.date_input{
            width: 52%;
    }
}

@media (max-width: 600px){
    .convenientMenu .tab-pane form fieldset label.date_input{
            width: 38%;
    }
}

@media (max-width: 412px){
    .convenientMenu .tab-pane form fieldset label.date_input{
            width: 42%;
    }
}

.convenientMenu .tab-pane form.form_itineraire fieldset .itin_datetime{
        float: left;
        display: inline-block;
        width:150px;
        overflow: hidden;
}

@media (max-width: 600px){
    .convenientMenu .tab-pane form.form_itineraire fieldset .itin_datetime{
            width: 38%;
            margin-top: 22px;
    }
}

@media (max-width: 412px){
    .convenientMenu .tab-pane form.form_itineraire fieldset .itin_datetime{
            width: 42%;
    }
}

.convenientMenu .tab-pane form.form_itineraire fieldset .itin_datetime label.date_input{
	height: 50px;
        width: 100%;
	float: none;
        margin-bottom: 16px;
	margin-top: 0px;
}

.convenientMenu .tab-pane form.form_itineraire fieldset label.heure_input{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	width: 100%;
	height: 50px;
        background: url('../images/dropdown_icon.png') no-repeat 113px center;
	background-color: #fff;
}

.convenientMenu .tab-pane form.form_itineraire fieldset label.heure_input input{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	color: #686d79;
	width: 88px;
	height:35px;
	margin-top: 4px;
	margin-left: 3px;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.convenientMenu .tab-pane form.form_itineraire fieldset select.heure_depart{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	width: 100%;
	height: 50px;
        background: url('../images/dropdown_icon.png') no-repeat 125px center;
	background-color: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
        appearance: none;
        
        font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	color: #949494;
        border: none;
}

.convenientMenu .tab-pane form.form_itineraire fieldset select.heure_depart::-ms-expand {
    display: none;
}
.convenientMenu .tab-pane form.form_itineraire fieldset select.heure_depart option{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	color: #686d79;
	margin-top: 4px;
	margin-left: 3px;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.convenientMenu .tab-pane form fieldset label.date_input input{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #686d79;
	width: 88px;
	height:35px;
	margin-top: 4px;
	margin-left: 3px;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	float: left;
}

.ie7 .convenientMenu .tab-pane form fieldset label.date_input input,
.ie8 .convenientMenu .tab-pane form fieldset label.date_input input{
	width: 66px;
}

.ie7 .bloc_titre .convenientMenu .tab-pane form fieldset label.date_input input,
.ie8 .bloc_titre .convenientMenu .tab-pane form fieldset label.date_input input{
	width: 60px;
}

@media (max-width: 1200px)
and (min-width: 600px){
    .convenientMenu .tab-pane form.form_itineraire fieldset label.heure_input{
        background: url('../images/dropdown_icon.png') no-repeat 88px center;
        background-color: #fff;
    }
    
    .convenientMenu .tab-pane form fieldset label.date_input input,
    .convenientMenu .tab-pane form.form_itineraire fieldset label.heure_input input,
    .convenientMenu .tab-pane form fieldset label.date_input input{
	font-size: 12px;
	width: 65px;
    }
}

@media (max-width: 600px){
    .convenientMenu .tab-pane form.form_itineraire fieldset label.heure_input input,
    .convenientMenu .tab-pane form fieldset label.date_input input{
            width: 80px;
    }
}

.convenientMenu .tab-pane form fieldset label.date_input i.calendar_icon{
	display: inline-block;
	float: left;
	width: 28px;
	height: 51px;
	background: url('../images/calendar_icon.png') no-repeat center;
}

.convenientMenu .tab-pane form fieldset input[type="submit"]{
	background: url('../images/white_arrow.png') no-repeat 100px 21px;
	background-color: #0072bc;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 19px;
	line-height: 19px;
	margin-left: 12px;
	height: 51px;
	border: 0;
	border-radius: 0px 100px 100px 0px;
	-moz-border-radius: 0px 100px 100px 0px;
	-webkit-border-radius: 0px 100px 100px 0px;
	padding-left: 20px;
	padding-right: 40px;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 22px;
}

.convenientMenu .tab-pane form fieldset .itin_submit input[type="submit"]{
        margin-top: 0;
}

.convenientMenu .tab-pane form fieldset .itin_submit select{
        margin-top: 16px;
        margin-left: 12px;
        width: 122px;
        font-size: 11px;
}

.ie7 .convenientMenu .tab-pane form fieldset input[type="submit"],
.ie8 .convenientMenu .tab-pane form fieldset input[type="submit"]{
        padding-right: 27px;
}

.convenientMenu .tab-pane form fieldset input[type="submit"]:hover{
	background-color: #686d79;
}

@media (max-width: 979px)
and (min-width: 600px){
    .convenientMenu .tab-pane form fieldset input[type="submit"]{
	background: url('../images/white_arrow.png') no-repeat 65px 16px;
	background-color: #0072bc;
	font-size: 16px;
	line-height: 16px;
	margin-left: 10px;
	height: 42px;
	padding-left: 6px;
	padding-right: 22px;
    }
}

/****************************** Side Widget ***************************/

.avis_public{
    margin-left: 0px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #414042;
}



.sideWidget{
    margin-top: 70px !important;
    padding-top: 80px;
    
}

.sideWidget ul{
    top: -35px !important;
}

.sideWidget .date_input{
    width:100% !important;
}

.sideWidget .date_input input{
    width:60% !important;
}

.sideWidget .date_input .calendar_icon{
    width:20% !important;
}

.sideWidget .left_form{
    width:90% !important;
}

.sideWidget .right_form{
    width:90% !important;
    overflow:hidden;
}

.sideWidget input[type="submit"]{
    height:35px !important;
    background-position: 90% 12px !important;
    margin-left:0px !important;
}

.sideWidget #lineStops{
    display: none !important;
}

.sideWidget h3{
    font-size: 21px !important;
    text-align: center !important;
    margin-left: -20px !important;
}

.sideWidget .nav-tabs>li{
    float:none;
    position:absolute;
    right:0;
}

.ie7 .sideWidget .nav-tabs>li,
.ie8 .sideWidget .nav-tabs>li{
    right:-14px;
}

.sideWidget .nav-tabs li a{
    text-indent: 0 !important;
    text-align: center !important;
    line-height: 220px !important;
    overflow: visible !important;
    color: #676c78;
    text-transform: uppercase;
    font-weight: bold;
}
.sideWidget .trajet_btn{
    background: url('../images/trajet_contour.png') no-repeat left top !important;
    margin-top:30px !important;
    top:450px;
}

.sideWidget .itineraire_btn{
    background: url('../images/itineraire_contour.png') no-repeat left top !important;
    /* margin-top:250px !important;*/
    top:350px;
}

.sideWidget .horaires_btn a{
    color:#fff !important;
}

.sideWidget .tab-pane{
    padding-left:7% !important;
}

.sideWidget .tab-content-autre{
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #e7e7e7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%,#e7e7e7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%,#e7e7e7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4 0%,#e7e7e7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 8px 18px 2px rgba( 0, 0, 0, 0.15 );
    border:1px solid #fff;
    border-top:none;
    width:100%;
    height:300px;
}

/****************************** Fil d'Ariane ***************************/

.fil_ariane{
	display: block;
	height: 33px;
	padding-top: 17px;
}

@media (max-width: 767px){
    .fil_ariane{
        display: none;
    }
}

.fil_ariane ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.fil_ariane li{
	display: inline-block;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 11px;
	line-height: 11px;
	color: #686d79;
}

.fil_ariane li:before{
	content: ">";
	display: inline-block;
	float: left;
	padding: 0 10px;
}

.fil_ariane li:first-child:before{
	content: "";
	display: none;
}

.ie7 .fil_ariane li{
    margin-left: 20px;    
}

.ie7 .fil_ariane li:first-child{
    margin-left: 0px;    
}

.fil_ariane li a,
.fil_ariane li.last{
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 11px;
	line-height: 11px;
	color: #686d79;
	text-decoration: none;
}

.fil_ariane li a:hover,
.fil_ariane li.active a,
.fil_ariane li.last{
	color: #0072bc;
}



/*=========================================================*/
/********************** Sidemenu ***********************/
/*=========================================================*/

@media (max-width: 767px){
    .content_container.container>.row>.span2{
        display: none;
    }
    
    .sidemenu{
        display: none;
    }
}

.sidemenu h4{
    color: #686d79;
    font-size: 15px;
}

.sidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sidemenu ul li{
	padding-top: 20px;
}

.sidemenu ul li:first-child{
	padding-top: 0px;
}

.sidemenu ul li a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 15px;
	color: #686d79;
	text-decoration: none;
    text-transform: uppercase;
}

.sidemenu ul li.active a{
	font-weight: 600;
    color: #0072bc;
}

.sidemenu ul li a:hover{
	color: #93c139;
}


/*=========================================================*/
/********************** Content ***********************/
/*=========================================================*/

.wrapper{
	padding-bottom: 50px;
}

.ie7 .wrapper{
	position: relative;
        z-index: 100;
}

.main_content{
	padding-left: 14px;
	background: url('../images/content_sep.png') repeat-y left top;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #686d79;
}

@media (max-width: 767px){
    .main_content{
        padding-right: 14px;
    }
}

.main_content h3{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	color: #686d79;
        padding: 0;
        margin: 15px 0 8px 0;
}

.main_content p{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #686d79;
}

.content_container p{
    font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #686d79;
}

.main_content strong,
.main_content p strong{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	color: #686d79;
}

.bloc_titre{
	background-color: #dcdcdc;
	width: 100%;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	margin: 0 auto 26px auto;
}

.bloc_titre .titre_banner{
        position: relative;
}

.bloc_titre .titre_banner>img,
.bloc_titre .titre_banner>iframe{
	width: 100%;
	height: auto;
        position: relative;
        z-index: 3;
}

.bloc_titre .titre_banner .titre_banner_overlay{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('../images/page_title_bkgd_left.png') no-repeat left top;
        background-size: cover;
        z-index: 5;
        
}

.ie7 .bloc_titre .titre_banner .titre_banner_overlay,
.ie8 .bloc_titre .titre_banner .titre_banner_overlay{
	background: none;        
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/page_title_bkgd_left.png', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/page_title_bkgd_left.png', sizingMethod='scale')";
}

.bloc_titre h2{
	font-family: 'Formata Condensed Light', sans-serif;
	font-weight: normal;
	font-size: 33px;
	line-height: 29px;
	text-transform: uppercase;
	padding-top: 22px;
	padding-bottom: 12px;
	padding-left: 12px;
	margin: 0;
	color: #686d79;
}

.bloc_titre.transport_collectif_titre h2{
	background: url('../images/trans_coll_icon_title.png') no-repeat 12px center;
        padding-left: 73px;
}

.bloc_titre.tarifs_titre h2{
	background: url('../images/tarif_icon_title.png') no-repeat 20px center;
        padding-left: 73px;
}

.bloc_titre.transport_adapte_titre h2{
	background: url('../images/trans_adapte_icon_title.png') no-repeat 22px center;
        padding-left: 73px;
}

.bloc_titre.nouvelles_titre h2{
	background: url('../images/nouvelles_titre.png') no-repeat 22px center;
        padding-left: 73px;
}

.bloc_titre h2.no-background{
	background: none;
}

.bloc_titre h3{
	margin:0;
	background-color: #fff;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	color: #686d79;
	padding: 14px 0 11px 73px;
}

.bloc_titre.a-propos-durbis_titre h3 {
    padding-left: 10px;
}

.bloc_titre.informations_titre ul{
    list-style: disc;
    margin-left:25px;
    padding-bottom: 10px;
    color: #686d79;
}

.bloc_titre.informations_titre ul li{
    padding:0;
}



.main_content .circuit_desc{
	width:70%;
}

.option_doc{
	margin-top: 25px;
	margin-bottom: 25px;
}

.option_doc ul{
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

.option_doc ul li{
	display: inline-block;
	float: left;
	background: url('../images/infobloc_bkgd.png') repeat-x left bottom;
	margin-left: 19px;
}

.option_doc ul li:first-child{
	margin-left: 0;
}

.option_doc ul li a{
	display: block;
	width: 128px;
	height: 116px;
	padding-top:7px;
	text-align: center;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #686d79;
	border: 1px solid #f4f4f4;
	border-top:0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(82,82,82,0.5);
	-moz-box-shadow: 0px 5px 5px 0px rgba(82,82,82,0.5);
	box-shadow: 0px 5px 5px 0px rgba(82,82,82,0.5);
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.option_doc ul li a:hover{
	color: #93c139;
}

.option_doc ul li.print_btn a{
	background: url('../images/print_icon.png') no-repeat center 75px;
}

.option_doc ul li.dl_btn a{
	background: url('../images/download_icon.png') no-repeat center 75px;
}

.option_doc ul li.dl_btn.print_btn a{
	background: url('../images/print_download_icon.png') no-repeat center 75px;
}

.option_docs ul li a:hover{
	color: #93c139;
}

.option_docs ul li.print_btn 
a{
	background: url('../images/print_icon.png') no-repeat center 95px;
        height: 130px
}

.option_docs ul li.dl_btn a{
	background: url('../images/download_icon.png') no-repeat center 95px;
        height: 130px
}

.option_docs ul li.dl_btn.print_btn a{
	background: url('../images/print_download_icon.png') no-repeat center 95px;
        height: 130px
}


@media (max-width: 1200px){
    
}

.important_box{
    background-color: #0072bc;
    width: 85%;
    margin: 40px auto;
    padding: 16px 18px 8px 22px;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}

.important_box h3{
	margin: 0;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
        text-align: center;
}

.important_box p{
	margin: 0;
	margin-bottom: 8px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
}

.important_box p strong{
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.important_box ul{
    list-style-type: disc;
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

.important_box ul li{
	margin: 0;
	margin-bottom: 8px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
    line-height: 20px;
	color: #fff;
}

.main_content .schedule_table{
	margin-top: 65px;
	width: 100%;
    position: relative;
}

.main_content .schedule_table .absoluteTable{
    position: absolute;
    top: 23px;
    left: 0;
	width:34%;
	min-width: 34%;
}

.main_content .schedule_table .scheduleTable{
        margin-left: 34%;
        width: 66%;
        display: block;
        overflow-x: auto;
}

.main_content .schedule_table h3{
	display: inline-block;
	margin: 0;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 15px;
	color: #686d79;
	text-transform: uppercase;
	padding-right: 18px;
	background: url('../images/dropdown_icon.png') no-repeat right center;
}

.ie7 .main_content .schedule_table h3{
    background: none;
}

.main_content .schedule_table table thead th,
.main_content .schedule_table table tbody tr td{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #686d79;
	height: 30px;
	text-align: center;
	border-left: 1px solid #fff;
	padding: 5px;
    vertical-align: middle;
}

.main_content .schedule_table table tbody tr td strong{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	color: #686d79;
}

@media (max-width: 1200px){
    .main_content .schedule_table table thead th,
    .main_content .schedule_table table tbody tr td{
        font-size: 11px;
        height: 35px;
    }
    
    .main_content .schedule_table table tbody tr td strong{
        font-size: 11px;
    }
}

@media (max-width: 767px){
    .main_content .schedule_table table thead th,
    .main_content .schedule_table table tbody tr td{
            height: 40px;
    }
}

@media (max-width: 412px){
    .main_content .schedule_table table thead th,
    .main_content .schedule_table table tbody tr td{
            height: 50px;
    }
}

.main_content .schedule_table table thead th{
	background-color: #91c039;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.main_content .schedule_table table thead th a{
	color: #fff;
}

.main_content .schedule_table table thead th a:hover,
.main_content .schedule_table table thead th.active a{
	color: #686d79;
}

.main_content .schedule_table table .absoluteTable thead th:first-child,
.main_content .schedule_table table .absoluteTable tbody tr td:first-child{	
	text-align: left;
	border-left: 0;
}

.main_content .schedule_table table thead th .traces_label{
	display:inline-block;
	float: right;
}

.main_content .schedule_table table tbody tr:nth-child(odd) td{
	background-color: #fff;
}

.main_content .schedule_table table thead th.arret_col{
	width:100%;
	min-width: 100%;
}

.main_content .schedule_table table thead th.trace_col{
	width:32px;
}

.main_content .schedule_table table thead th.zone_col{
	width:40px;
}

.main_content .schedule_table table thead th.services_col{
	width:62px;
}

.main_content .schedule_table table tbody td.searched,
.main_content .schedule_table table tbody tr:nth-child(odd) td.searched,
.main_content .schedule_table table tbody td.zone_col,
.main_content .schedule_table table tbody tr:nth-child(odd) td.zone_col{
	background-color: #d7dadd;
}

.main_content .schedule_table table tbody td.cell_header,
.main_content .schedule_table table tbody tr:nth-child(odd) td.cell_header{
	background-color: #91c039;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

/******************** Contact *********************/

.contact_map_title{
	background-color: #dcdcdc;
	width: 100%;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	margin: 0 auto 48px auto;
}

.contact_map_title iframe, .contact_map_title img{
        width:100%;
}

.contact_map_title h2{
	background: url('../images/contact.png') no-repeat 14px center;
    font-family: 'Formata Condensed Light', sans-serif;
    font-weight: normal;
    font-size: 33px;
    line-height: 29px;
    text-transform: uppercase;
    padding-top: 22px;
    padding-bottom: 12px;
    padding-left: 73px;
    margin: 0;
    color: #686d79;
}

.contact_map_title h3{
	margin: 0;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    color: #686d79;
    padding: 14px 0 11px 73px;
}

.contact_map_title h3 strong{
        font-weight: 700;
}

.sidebar .contact_intro h3{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #686d79;
    line-height:16px;

}

.sidebar .contact_intro h4{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #686d79;
        line-height:16px;
        margin-top: 25px;
        margin-bottom: 0;
}

.sidebar .contact_intro p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #686d79;
        margin: 0;
}

.sidebar .contact_intro p.contact_phone{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #93c139;
        margin: 0;
        padding-left:30px;
        background: url('../images/phone_contact.png')no-repeat 0 center;
}

.sidebar .contact_intro p.contact_email{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
        margin: 0;
        padding-left:30px;
        background: url('../images/email_contact.png')no-repeat 0 center;
}

.sidebar .contact_intro p.contact_email a{
	color: #93c139;
}

.sidebar .contact_intro p.contact_email a:hover{
	color: #0072bc;
}

.sidebar .contact_intro p.contact_fax{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #93c139;
        margin: 0;
    padding-left:30px;
    background: url('../images/fax_contact.png')no-repeat 0 center;
}

.sidebar .contact_intro hr{
	border-top:dotted #dedede 2px;
    border-bottom: dotted #dedede 0px;
}



.main_content .contact_form,
.main_content .reservation_form{
    padding-left: 28px;
}

.main_content .contact_form label,
.main_content .reservation_form label{
	font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #686d79;
        margin: 0;
        margin-bottom: 32px;
}

.main_content .reservation_form label.no_margin{
        margin-bottom: 5px;
}

@media (max-width: 767px){
    .main_content .contact_form label,
    .main_content .reservation_form label{
        width: 90%;
    }
}

.main_content .contact_form label input,
.main_content .contact_form label textarea,
.main_content .reservation_form label input,
.main_content .reservation_form label textarea{
        width: 98%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #686d79;
}

.main_content .contact_form .submit_btn,
.main_content .reservation_form .submit_btn{
        text-align: right;
}

.main_content .contact_form .submit_btn input,
.main_content .reservation_form .submit_btn input{
        display: inline-block;
        border: 0;
        background: none;
        background-color: #0072bc;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 19px;
	line-height: 18px;
	color: #fff;
        padding:16px 38px 17px 32px;
        border-radius: 0px 100px 100px 0px;
        -moz-border-radius: 0px 100px 100px 0px;
        -webkit-border-radius: 0px 100px 100px 0px;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.main_content .contact_form .submit_btn input:hover,
.main_content .reservation_form .submit_btn input:hover{
        background-color: #93c139;
}

.main_content .reservation_form{
    margin-top: 55px;
}

.main_content .reservation_form label input[type="checkbox"]{
        width: auto;
        margin-bottom: 5px;
        margin-top: 2px;
}

.main_content .reservation_form label span.checkbox_value{
        text-transform: none;
}

.groupeCheckbox label{
    float:left;
    margin-left:10px !important;
}

/******************** Horaires *********************/

.bloc_titre.horaires_title h2{
	background: url('../images/trans_coll_icon_title.png') no-repeat 12px center;  
        padding-left:73px;
}

.bloc_titre.horaires_title h3{
	border-top: 14px solid #811b55;
	padding: 9px 0 7px 15px;
}

.bloc_titre.horaires_title h3 img{
	padding-right: 10px;
}

.bloc_titre.horaires_title h3 .num_circuit{
	color: #811b55;
	font-weight: 700;
}

.bloc_titre.horaires_title h3.circuit_1{
	border-top: 14px solid #1a5846;
}

.bloc_titre.horaires_title h3.circuit_1 .num_circuit{
	color: #1a5846;
}

.bloc_titre.horaires_title h3.circuit_2,
.bloc_titre.horaires_title h3.circuit_3{
	border-top: 14px solid #ec2f48;
}

.bloc_titre.horaires_title h3.circuit_2 .num_circuit,
.bloc_titre.horaires_title h3.circuit_3 .num_circuit{
	color: #ec2f48;
}

.bloc_titre.horaires_title h3.circuit_4{
	border-top: 14px solid #ec008c;
}

.bloc_titre.horaires_title h3.circuit_4 .num_circuit{
	color: #ec008c;
}

.bloc_titre.horaires_title h3.circuit_5{
	border-top: 14px solid #e46d1e;
}

.bloc_titre.horaires_title h3.circuit_5 .num_circuit{
	color: #e46d1e;
}

.bloc_titre.horaires_title h3.circuit_6,
.bloc_titre.horaires_title h3.circuit_26,
.bloc_titre.horaires_title h3.circuit_125{
	border-top: 14px solid #fff;
}

.bloc_titre.horaires_title h3.circuit_6 .num_circuit,
.bloc_titre.horaires_title h3.circuit_26 .num_circuit,
.bloc_titre.horaires_title h3.circuit_125 .num_circuit{
	color: #000;
}

.bloc_titre.horaires_title h3.circuit_8{
	border-top: 14px solid #231f20;
}

.bloc_titre.horaires_title h3.circuit_8 .num_circuit{
	color: #231f20;
}

.bloc_titre.horaires_title h3.circuit_9{
	border-top: 14px solid #b3cb2d;
}

.bloc_titre.horaires_title h3.circuit_9 .num_circuit{
	color: #b3cb2d;
}

.bloc_titre.horaires_title h3.circuit_11,
.bloc_titre.horaires_title h3.circuit_11c{
	border-top: 14px solid #26abdf;
}

.bloc_titre.horaires_title h3.circuit_11 .num_circuit,
.bloc_titre.horaires_title h3.circuit_11c .num_circuit{
	color: #26abdf;
}

.bloc_titre.horaires_title h3.circuit_14{
	border-top: 14px solid #9fa1a4;
}

.bloc_titre.horaires_title h3.circuit_14 .num_circuit{
	color: #9fa1a4;
}

.bloc_titre.horaires_title h3.circuit_15,
.bloc_titre.horaires_title h3.circuit_17{
	border-top: 14px solid #f6abc9;
}

.bloc_titre.horaires_title h3.circuit_15 .num_circuit,
.bloc_titre.horaires_title h3.circuit_17 .num_circuit{
	color: #f6abc9;
}

.bloc_titre.horaires_title h3.circuit_16{
	border-top: 14px solid #9c3f97;
}

.bloc_titre.horaires_title h3.circuit_16 .num_circuit{
	color: #9c3f97;
}

.bloc_titre.horaires_title h3.circuit_18{
	border-top: 14px solid #f8b43a;
}

.bloc_titre.horaires_title h3.circuit_18 .num_circuit{
	color: #f8b43a;
}

.bloc_titre.horaires_title h3.circuit_19,
.bloc_titre.horaires_title h3.circuit_19g{
	border-top: 14px solid #8ab5e1;
}

.bloc_titre.horaires_title h3.circuit_19 .num_circuit,
.bloc_titre.horaires_title h3.circuit_19g .num_circuit{
	color: #8ab5e1;
}

.bloc_titre.horaires_title h3.circuit_20{
	border-top: 14px solid #028c5b;
}

.bloc_titre.horaires_title h3.circuit_20 .num_circuit{
	color: #028c5b;
}

.bloc_titre.horaires_title h3.circuit_21{
	border-top: 14px solid #1d407d;
}

.bloc_titre.horaires_title h3.circuit_21 .num_circuit{
	color: #1d407d;
}

.bloc_titre.horaires_title h3.circuit_22{
	border-top: 14px solid #92b02c;
}

.bloc_titre.horaires_title h3.circuit_22 .num_circuit{
	color: #92b02c;
}

.bloc_titre.horaires_title h3.circuit_23{
	border-top: 14px solid #a0092d;
}

.bloc_titre.horaires_title h3.circuit_23 .num_circuit{
	color: #a0092d;
}

.bloc_titre.horaires_title h3.circuit_24{
	border-top: 14px solid #2a465a;
}

.bloc_titre.horaires_title h3.circuit_24 .num_circuit{
	color: #2a465a;
}

.bloc_titre.horaires_title h3.circuit_24express{
	border-top: 14px solid #754740;
}

.bloc_titre.horaires_title h3.circuit_24express .num_circuit{
	color: #754740;
}

.bloc_titre.horaires_title h3.circuit_25,
.bloc_titre.horaires_title h3.circuit_35{
	border-top: 14px solid #26225c;
}

.bloc_titre.horaires_title h3.circuit_25 .num_circuit,
.bloc_titre.horaires_title h3.circuit_35 .num_circuit{
	color: #26225c;
}

.bloc_titre.horaires_title h3.circuit_a25,
.bloc_titre.horaires_title h3.circuit_a25g{
	border-top: 14px solid #706e70;
}

.bloc_titre.horaires_title h3.circuit_a25 .num_circuit,
.bloc_titre.horaires_title h3.circuit_a25g .num_circuit{
	color: #706e70;
}

.bloc_titre.horaires_title h3.circuit_25b{
	border-top: 14px solid #f79022;
}

.bloc_titre.horaires_title h3.circuit_25b .num_circuit{
	color: #f79022;
}

.bloc_titre.horaires_title h3.circuit_27{
	border-top: 14px solid #008ebe;
}

.bloc_titre.horaires_title h3.circuit_27 .num_circuit{
	color: #008ebe;
}

.bloc_titre.horaires_title h3.circuit_40{
	border-top: 14px solid #811b55;
}

.bloc_titre.horaires_title h3.circuit_40 .num_circuit{
	color: #811b55;
}

.bloc_titre.horaires_title h3.circuit_41{
	border-top: 14px solid #c19708;
}

.bloc_titre.horaires_title h3.circuit_41 .num_circuit{
	color: #c19708;
}

.bloc_titre.horaires_title h3.circuit_42,
.bloc_titre.horaires_title h3.circuit_43{
	border-top: 14px solid #08b6ad;
}

.bloc_titre.horaires_title h3.circuit_42 .num_circuit,
.bloc_titre.horaires_title h3.circuit_43 .num_circuit{
	color: #08b6ad;
}

.bloc_titre.horaires_title h3.circuit_45{
	border-top: 14px solid #684b1f;
}

.bloc_titre.horaires_title h3.circuit_45 .num_circuit{
	color: #684b1f;
}

.bloc_titre.horaires_title h3.circuit_48{
	border-top: 14px solid #c79ec9;
}

.bloc_titre.horaires_title h3.circuit_48 .num_circuit{
	color: #c79ec9;
}

/******************** Tarifs *********************/

.table_container{
    margin-top: 12px;
    margin-bottom: 25px;
}

.table_container table thead tr th,
.table_container table tbody tr td{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #686d79;
	height: 30px;
	text-align: left;
	padding-left: 32px;
	padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        vertical-align: middle;
}

.table_container table thead tr th{
	background-color: #91c039;
	color: #fff;
}

.table_container table thead tr th.align-center{
        text-align: center;
}

.table_container table thead tr th:first-child,
.table_container table thead tr th strong{
	font-weight: 700;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	text-transform: uppercase;
}

.table_container table thead tr th:first-child,
.table_container table tbody tr td:first-child{
	text-align: left;
        border-right: 1px solid #fff;
        padding-left: 20px;
}

.table_container table.no-borders thead tr th:first-child,
.table_container table.no-borders tbody tr td:first-child{
        border-right: 0;
}

.table_container table thead tr th.align-center:first-child,
.table_container table tbody tr td.align-center:first-child{
        text-align: center;
}

.table_container table tbody tr:nth-child(even) td{
	background-color: #fff;
}

.table_container table tbody tr td strong{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 13px;
	color: #686d79;
}

.table_container table tbody td.cell_header,
.table_container table tbody tr:nth-child(odd) td.cell_header{
	background-color: #91c039;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.table_container table tbody td.cell_header.grey,
.table_container table tbody tr:nth-child(odd) td.cell_header.grey{
	background-color: #dddddd;
	font-weight: 700;
	color: #686d79;
	text-transform: uppercase;
}

.table_container table tbody td.cell_header.align-center,
.table_container table tbody tr:nth-child(odd) td.cell_header.align-center{
        text-align: center;
}

.table_container.small_table table thead tr th,
.table_container.small_table table tbody tr td{
	text-align: center;  
	padding-left: 15px;
	padding-right: 15px;
}

.table_container.small_table table thead tr th:first-child,
.table_container.small_table table tbody tr td:first-child{
	text-align: left;
        padding-left: 20px;
	padding-right: 8px;
}

.table_container.small_table{
        display: inline-block;
        float: left;
        padding-left: 76px;
        width: 40%;
}

@media (max-width: 600px){
    .table_container.small_table{
        width: 90%;
        padding-left: 0;
    }
}

.table_container.small_table:first-child{
        padding-left: 0;
}

.legend_table{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
        font-style: italic;
        margin: 15px 0;
        margin-right:0;
}

.table_container .legend_cell{
    padding-top: 4px;
    padding-bottom: 4px;
}

.table_container .legend_cell,
.table_container .legend_cell p,
.table_container .legend_cell strong{
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 14px;
        margin: 0;
}

/******************** Itinéraire *********************/

.itineraire_infos{
    display: block;
    padding: 14px 0px;
    margin: 0px;
    border-top: 3px solid #0072bc;
    width: 100%;
    background-color: #fff;
}

.itin_infos_wrapper{
    display: block;
    width: 95%;
    margin: 0;
    margin-left: 5%;
}

@media (max-width: 600px){
    .itin_infos_wrapper{
        display: block;
        width: 90%;
        margin: 0 auto;
    }
}

.itin_infos_left,
.itin_infos_right{
    display: inline-block;
    float: left;
}

.itin_infos_left{
    margin-right: 10%;
    max-width: 56%;
}

.itin_infos_wrapper p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
        color: #686d79;
        text-transform: uppercase;
        margin: 0;      
}

.itin_infos_wrapper p.iti_from{
    margin-left:30px;
    margin-bottom: 12px;
}

.itin_infos_wrapper p.iti_to{
     margin-left:30px;
     margin-bottom: 12px;
}

.itin_infos_wrapper p.iti_date{
    margin-bottom: 12px;
}

.itin_infos_wrapper p.iti_time{
     margin-bottom: 12px;
}

.itin_infos_left p:last-child,
.itin_infos_right p:last-child{
        margin-bottom: 0px;
}

.itin_infos_wrapper p strong{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
        color: #0072bc;
        text-transform: uppercase;
        float:left;
}

.main_content #map-panel .adp-warnbox .warnbox-c1,
.main_content #map-panel .adp-warnbox .warnbox-c2,
.main_content #map-panel .adp-warnbox .warnbox-content{
        background: #dcdcdc;
        color: #686d79;
}

.main_content #map-panel .adp-placemark{
        border: 0;
        width: 100%;
        margin: 0;
        background: #91c039;
}

.main_content #map-panel .adp-placemark .adp-text{
        width: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 16px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        vertical-align: middle;
}

.main_content #map-panel .adp-summary{
        margin: 0;
        background: #fff;
        border: 0;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #686d79;
        padding: 5px;
}

.main_content #map-panel .adp-directions{
        width: 100%;
}

.main_content #map-panel .adp-directions tr .adp-substep{
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #686d79;
        padding: 5px;
        border: 0;
        margin: 0;
}

.main_content #map-panel .adp-directions tr:nth-child(even) .adp-substep{
        background: #fff;
}

.main_content #map-panel .adp-agencies{
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #686d79;
}

.main_content #map-panel .adp-agencies b{
        font-weight: 700;    
}

.main_content #map-panel .adp-legal{
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #686d79;
}

/******************** FAQ *********************/

.faq_title{
	background: url('../images/bulle_FAQ.png') no-repeat 14px center !important;
    font-family: 'Formata Condensed Light', sans-serif;
    font-weight: normal;
    font-size: 33px;
    line-height: 29px;
    text-transform: uppercase;
    padding-top: 22px;
    padding-bottom: 12px;
    padding-left: 73px;
    margin: 0;
    color: #686d79;
}

#faq_tab_container h3.ui-accordion-header{
        margin-bottom: 0;
        background: #dcdcdc;
        color: #686d79;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
        text-transform: uppercase;
        border: 0;
        padding-top: 15px;
        padding-bottom: 14px;
        margin-top: 25px;
}

#faq_tab_container h3.ui-accordion-header.ui-accordion-header-active{
        background: #93c139;
        color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
        text-transform: uppercase;
        border: 0;
        padding-top: 15px;
        padding-bottom: 14px;
}

#faq_tab_container .ui-state-default .ui-icon{
        background-image: url('../images/fleche_verte.png');
        background-position: left top;
        width: 20px;
        height: 18px;
        top: 20px;
        left: 8px;
}

#faq_tab_container .ui-state-active .ui-icon{
        background-image: url('../images/fleche_blanche.png');
        background-position: left top;
        width: 20px;
        height: 18px;
        top: 20px;
        left: 8px;
}

#faq_tab_container div.ui-accordion-content{
        border: 0;
        padding: 15px;
}

/******************** Page Confirm courriel *********************/

.confirm_success{
        margin: 25px 0;
        margin-right:15px;
        background-color: #93c139;
        padding: 25px;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}

.confirm_success p{
        color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
        text-transform: uppercase;
}

.confirm_success h2{
        color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 38px;
	line-height: 38px;
        text-transform: uppercase;
        text-align: center;
}

.confirm_success ul li{
        color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
}

.confirm_success p.return_btn{
        margin-top: 30px;
        text-align: center;
}

.confirm_success p.return_btn a{
        display: inline-block;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 13px;
        line-height: 13px;
        color: #686d79;
        text-decoration: none;
        background: url('../images/white_arrow.png') no-repeat right 7px;
        background-color: #dcdcdc;
        border-radius: 0px 100px 100px 0px;
        -moz-border-radius: 0px 100px 100px 0px;
        -webkit-border-radius: 0px 100px 100px 0px;
        padding: 6px 30px 5px 12px;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
}

.confirm_success p.return_btn a:hover{
	color: #fff;
	background-color: #93c139;
}



/*=========================================================*/
/********************** Home Content ***********************/
/*=========================================================*/

/******************** News *********************/

.news_bloc{
	margin-top: 17px;
	padding: 20px 10px 65px 12px;
	background: url('../images/news_bkgd.png') no-repeat right top;
	background-color: #fff;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	position: relative;
}

.news_bloc h2{
	font-family: 'Formata Condensed Light', sans-serif;
    font-size: 33px;
    line-height: 35px;
    padding-left: 50px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 32px;
    margin-left: 8px;
    color: #686d79;
    background: url('../images/nouvelles.png') no-repeat 0 0;
}

.news_bloc ul{
	margin:0;
	padding:0;
	list-style-type: none;
}

.news_bloc ul li{
	border-bottom: 2px dotted #dedede;
	padding: 25px 8px;
}

.news_bloc ul li:first-child{
	padding-top: 0px;
}

.news_bloc ul li p.post_date{
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 15px;
	color: #686d79;	
}
.news_bloc ul li p.post_short_desc{
	//display: none;
}

.news_bloc ul li h3{
	padding: 0;
	margin: 0;
}

.news_bloc ul li h3 a{
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	color: #0072bc;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.news_bloc ul li h3 a:hover{
	color: #686d79;
}

.news_bloc ul li p{
	color: #686d79;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	padding: 0;
    padding-bottom: 10px;
}

.news_bloc .know_more{    
    display: inline-block;
    padding-left: 20px;
    height: 15px;
    background: url('../images/green_arrow.png') no-repeat left bottom;
    cursor: pointer;
    margin-left: 10px;
}

.news_bloc .btn_archives{
	position: absolute;
	right: 19px;
	bottom: 21px;
}

.news_bloc .btn_archives a{
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 13px;
	color: #686d79;
	text-decoration: none;
	background: url('../images/white_arrow.png') no-repeat 110px 7px;
	background-color: #dcdcdc;
	border-radius: 0px 100px 100px 0px;
	-moz-border-radius: 0px 100px 100px 0px;
	-webkit-border-radius: 0px 100px 100px 0px;
	padding: 6px 65px 5px 12px;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.news_bloc .btn_archives a:hover{
	color: #fff;
	background-color: #93c139;
}

/*=========================================================*/
/********************** News Content ***********************/
/*=========================================================*/

/******************** News *********************/

.news_bloc_page{
	padding: 20px 10px 65px 12px;
	position: relative;
}

.news_bloc_page_top{
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    padding-bottom:10px;
}

.news_bloc_page_top ul li{
    border-bottom: none !important;
}

.news_bloc_page_top h3{
    font-size: 20px !important;
}

.news_bloc_page h2{
    font-family: 'Formata Condensed Light', sans-serif;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 32px;
    margin-left: 8px;
    color: #686d79;
}

.news_bloc_page ul{
	margin:0;
	padding:0;
	list-style-type: none;
}

.news_bloc_page ul li{
	border-bottom: 2px dotted #dedede;
	padding: 25px 8px;
}

.news_bloc_page ul li:first-child{
	padding-top: 0px;
}

.news_bloc_page ul li p.post_date{
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 15px;
	color: #686d79;	
}

.news_bloc_page ul li h3{
	padding: 0;
	margin: 0;
}

.news_bloc_page ul li h3 a{
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	color: #0072bc;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.news_bloc_page ul li h3 a:hover{
	color: #686d79;
}

.news_bloc_page ul li p{
	color: #686d79;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	padding: 0;
        padding-bottom: 10px;
}

.news_bloc_page .know_more{
	display: inline-block;
	text-indent: -3000px;
	width: 10px;
	height: 10px;
	background: url('../images/green_arrow.png') no-repeat left top;
	cursor: pointer;
	margin-left: 10px;
}

.news_bloc_page .btn_archives{
	position: absolute;
	right: 19px;
	bottom: 21px;
}

.news_bloc_page .btn_archives a{
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 13px;
	color: #686d79;
	text-decoration: none;
	background: url('../images/white_arrow.png') no-repeat 110px 7px;
	background-color: #dcdcdc;
	border-radius: 0px 100px 100px 0px;
	-moz-border-radius: 0px 100px 100px 0px;
	-webkit-border-radius: 0px 100px 100px 0px;
	padding: 6px 65px 5px 12px;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.news_bloc_page .btn_archives a:hover{
	color: #fff;
	background-color: #93c139;
}

/*********************** Pagination ************************/

.pagination_nouvelles{
    text-align:center;
    margin-top:20px;
    
}

.pagination_nouvelles a,
.pagination_nouvelles strong{
    padding:10px 15px;
    font-size:10px;
    background-color: #fff;
    color:#0088d0;
    border:1px solid #dddddd;
    margin-left:-5px;
}

.pagination_nouvelles strong{
    background-color: #f5f5f5;
    color:#777777;
}

/*********************** Widgets météo et info réseau ************************/

.sidebar_home{
	margin-top: 17px;
}

.widgets .info_reseau a,
.widgets .meteo a{
	display: block;
	background-color: #fff;
	text-align: center;
	color: #686d79;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	text-decoration: none;
	height: 120px;
	padding-top: 12px;
	position: relative;
	margin-bottom: 40px;
}

.widgets .meteo a{
	color: #fff;
}

.widgets .info_reseau a{
	background: url('../images/information.png') no-repeat center 56px #fff;
}

.widgets .meteo a.snow{
	background: url('../images/weather_icons/neige.png') no-repeat center 30px #2a2a2a;
}

.widgets .meteo a.rain{
	background: url('../images/weather_icons/faible-pluie.png') no-repeat center 30px #2a2a2a;
}

.widgets .meteo a.heavy.rain,
.widgets .meteo a.heavy.extreme,
.widgets .meteo a.heavy.shower{
	background: url('../images/weather_icons/averse.png') no-repeat center 30px #2a2a2a;
}

.widgets .meteo a.thunderstorm{
	background: url('../images/weather_icons/orage.png') no-repeat center 30px #2a2a2a;
}

.widgets .meteo a.sky.is.clear.day{
	background: url('../images/weather_icons/soleil.png') no-repeat center 30px #2a2a2a;
}

.widgets .meteo a.clouds, .widgets .meteo a.mist{
	background: url('../images/weather_icons/nuage.png') no-repeat center 5px #2a2a2a;
}

.widgets .meteo a.few.clouds.day{
	background: url('../images/weather_icons/soleil-nuages.png') no-repeat center 30px #2a2a2a;
}

.widgets .meteo a.few.clouds.night{
	background: url('../images/weather_icons/nuit-nuage.png') no-repeat center 30px #2a2a2a;
}

.widgets .meteo a.sky.is.clear.night{
	background: url('../images/weather_icons/nuit-degage.png') no-repeat center 30px #2a2a2a;
}

.widgets .meteo a .temperature{
	display:block;
	text-align: center;
	position: absolute;
	width: 100%;
	font-size: 28px;
	line-height: 28px;
	top:85px;
	left: 0;
}

/*********************** MRC en image ************************/

#mrc_en_image h2{
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	color: #414042;
	margin: 0;
	margin-bottom: 9px;
}

#mrc_en_image .carousel-inner{
	position: relative;
	background-color: #fff;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}

#mrc_en_image .carousel-inner .item{
	margin: 7px 2% 18px 2%;
        width:100%;
}

#mrc_en_image .carousel-inner .item img{
	width: 96%;
	height: auto;
}

#mrc_en_image .carousel-inner .item .carousel-caption{
	position: relative;
	background: none;
	width:96%;
	padding: 18px 2% 0 2%;
	height: auto;
}

#mrc_en_image .carousel-inner .item .carousel-caption p{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #686d79;
}

#mrc_en_image .carousel-control.left{
	display: block;
	width:23px;
	height:26px;
	overflow: hidden;
	text-indent: -3000px;
	background: url('../images/slider_prev_btn.png') no-repeat left top;
	border: 0;
	opacity: 1;
	left: 0;
	top:42%;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#mrc_en_image .carousel-control.right{
	display: block;
	width:24px;
	height:26px;
	overflow: hidden;
	text-indent: -3000px;
	background: url('../images/slider_next_btn.png') no-repeat left top;
	border: 0;
	opacity: 1;
	right: 0;
	top:42%;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

/*********************** 3 blocs informations ************************/

.infos_diverses{
	margin-top: 28px;
}

@media (max-width: 767px){
    .infos_diverses .infos_diverses_bloc{
        margin-bottom: 20px;
    }
}

.infos_diverses .infos_diverses_bloc a{
	padding: 1px 14px 0 16px;
	display: block;
	border: 1px solid #fff;
	border-top: 0;
	background: url('../images/infobloc_bkgd.png') repeat-x left bottom;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	line-height: 18px;
	color: #686d79;
	min-height: 150px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(82,82,82,0.5);
	-moz-box-shadow: 0px 5px 10px 0px rgba(82,82,82,0.5);
	box-shadow: 0px 5px 10px 0px rgba(82,82,82,0.5);
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 15px;
}

.infos_diverses .infos_diverses_bloc a img{
	width: 100%;
	margin-bottom: 8px;
}

.infos_diverses .infos_diverses_bloc a:hover{
	color: #93c139;
}

/************************ Mobile widgets **********************/

.convenientMenu.mobileWidget{
    display: none;
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #f4f4f4 0%, #e7e7e7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e7e7e7));
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#e7e7e7 100%);
    background: -o-linear-gradient(top, #f4f4f4 0%,#e7e7e7 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%,#e7e7e7 100%);
    background: linear-gradient(to bottom, #f4f4f4 0%,#e7e7e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e7e7e7',GradientType=0 );
    -moz-box-shadow: 0 8px 18px 2px rgba( 0, 0, 0, 0.15 );
    -o-box-shadow: 0 8px 18px 2px rgba( 0, 0, 0, 0.15 );    
    -webkit-box-shadow: 0 8px 18px 2px rgba( 0, 0, 0, 0.15 );
    box-shadow: 0 8px 18px 2px rgba( 0, 0, 0, 0.15 );
    border: 1px solid #fff;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.convenientMenu.mobileWidget .widgetButtons{
    display: block;
    list-style-type: none;
    width: 300px;
    margin: 0 auto;
}

.convenientMenu.mobileWidget .widgetButtons li{
    display: inline-block;
    float: left;
}

.convenientMenu.mobileWidget .widgetButtons li a{
    display: block;
    text-indent: 3000px;
    overflow: hidden;
    width: 95px;
    height: 97px;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.convenientMenu.mobileWidget .widgetButtons li.horaires_btn a{
    background: url('../images/schedule.png') no-repeat left top;
}

.convenientMenu.mobileWidget .widgetButtons li.horaires_btn a:hover{
    background: url('../images/schedule_on.png') no-repeat left top;
}

.convenientMenu.mobileWidget .widgetButtons li.itineraire_btn a{
    background: url('../images/itineraire.png') no-repeat left top;
}

.convenientMenu.mobileWidget .widgetButtons li.itineraire_btn a:hover{
    background: url('../images/itineraire_on.png') no-repeat left top;
}

.convenientMenu.mobileWidget .widgetButtons li.trajet_btn a{
    background: url('../images/trajet.png') no-repeat left top;
}

.convenientMenu.mobileWidget .widgetButtons li.trajet_btn a:hover{
    background: url('../images/trajet_on.png') no-repeat left top;
}


@media (max-width: 767px){
    .convenientMenu.mobileWidget{
        display: block;
        margin-bottom: 25px;
    }
}




/*=========================================================*/
/************************* Footer **************************/
/*=========================================================*/

footer{
	background: url('../images/footer_bkgd.png') repeat-x left top;
	padding-top: 27px;
}

footer .footer_top{
	padding-bottom: 50px;
}

.logo_footer img {
    width: 200px;
    margin-left: -9px;
    padding-bottom: 10px;
}

/************************ Infolettre ************************/

form#urbis_mailinglist_form {
	display: block;
}

form#urbis_mailinglist_form p{
	display: block;
	margin-top: 0;
	margin-bottom: 6px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	color: #686d79;
}

form#urbis_mailinglist_form .infolettre_input{
	background-color: #fff;
	border: 2px solid #dcdcdc;
	width: 100%;
	height: 30px;
    line-height: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position:relative;
}

@media (max-width: 767px){
    form#urbis_mailinglist_form .infolettre_input{
        width: 90%;
    }
}

form#urbis_mailinglist_form .infolettre_input input[type="text"],
form#urbis_mailinglist_form .infolettre_input input[type="mail"],
form#urbis_mailinglist_form .infolettre_input input[type="email"]{
	background: none;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	
	font-weight: 600;
	color: #686d79;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 20px;
	width:80%;
        display: inline-block;
        float: left;
}

form#urbis_mailinglist_form .infolettre_input input[type="submit"]{
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	width: 12px;
	height: 24px;
	margin-right: 8px;
	background: url('../images/green_arrow.png') no-repeat left 10px;
}


/************************ Footer menu ************************/

.menu_footer h4{
	margin: 0;
	margin-bottom: 2px;
}

.menu_footer h4 a{
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	color: #686d79;
}

.menu_footer h4 a:hover{
	color: #93c139;
}

.menu_footer h4.a-propos,
.menu_footer h4.contact_link{
    margin-top: 20px;
}

.menu_footer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu_footer ul li a{
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	color: #686d79;
}

.menu_footer ul li a:hover{
	color: #93c139;
}

.menu_footer .menu_left,
.menu_footer .menu_middle,
.menu_footer .menu_right{
	padding-left: 2%;
	width: 31%;
	border-left: 1px solid #dcdcdc;
	display: inline-block;
	float: left;
}

.menu_footer .social_links{
	padding-top: 25px;
}

.menu_footer .social_links p{
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	color: #686d79;
}

.menu_footer .social_links a{
	display: block;
	width: 33px;
	height: 33px;
	float: left;
	overflow: hidden;
	text-indent: -3000px;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.menu_footer .social_links a.facebook{
	background: url('../images/facebook_icon.png') no-repeat left top;
	margin-right: 20px;
}

.menu_footer .social_links a.twitter{
	background: url('../images/twitter-icon.png') no-repeat left top;
}

.menu_footer .social_links a.facebook:hover{
	background: url('../images/facebook_icon_hover.png') no-repeat left top;
	margin-right: 20px;
}

.menu_footer .social_links a.twitter:hover{
	background: url('../images/twitter-icon_hover.png') no-repeat left top;
}

.top_menu .social_links a{
	display: block;
	width: 21px;
	height: 21px;
	float: left;
	overflow: hidden;
	text-indent: -3000px;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.top_menu .social_links a.facebook{
	background-image:url('../images/facebook_icon-header.png');
        background-position-x:left;
        background-position-y:top;
        background-size:22px;
        background-repeat:no-repeat;
	margin-right: 10px;
}

.top_menu .social_links a.twitter{
	background: url('../images/twitter-icon-header.png') no-repeat left top;
        background-size: 100%;
}

.top_menu .social_links a.facebook:hover{
	background: url('../images/facebook_icon_hover-header.png') no-repeat left top;
	margin-right: 10px;
        background-size: 22px;
}

.top_menu .social_links a.twitter:hover{
	background: url('../images/twitter-icon_hover-header.png') no-repeat left top;
        background-size: 100%;
}


/************************ Footer bottom ************************/

footer .footer_bottom{
	background: url('../images/footer_sep.png') repeat-x left top;
	padding-top: 13px;
}

.footer_bottom .copyrights{
	display: inline-block;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: 400;
	color: #686d79;
}

.footer_bottom .penega_label{
	display: inline-block;
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #686d79;
}

.footer_bottom .penega_label a{
    display: inline-block;
}

@media (max-width: 767px){
    footer .infolettre_container,
    footer .menu_footer{
        padding: 0 14px;
    }
    
    footer .footer_bottom{
        padding: 13px 14px 0 14px;
    }
}

/************************ GoogleMap ************************/

#map-canvas img{max-width: inherit;}

@media print {
    header{ display:none; visibility: hidden; overflow: hidden; }
    .wrapper, .container, .row, .span12{
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        page-break-after: auto;
    }
    .wrapper .container{
        display: block;
        width: 96%;
        margin: 0;
        padding: 0;
        page-break-after: auto;
        page-break-inside: avoid;
    }
    .content_container>.row>.span2 { display:none; visibility: hidden; overflow: hidden; }
    .bloc_titre .convenientMenu{ display:none; visibility: hidden; overflow: hidden; }
    .titre_banner { display:none; visibility: hidden; overflow: hidden; }
    .main_content .schedule_table{
            width: 100%;
    }
    .main_content .schedule_table .absoluteTable{
            width: 300px;
            min-width: 300px;
    }
    .main_content .schedule_table .absoluteTable th,
    .main_content .schedule_table .absoluteTable td{
            font-size: 11px;
    }
    .main_content .schedule_table .scheduleTable{
            width: auto;
            margin-left: 300px;
            overflow: visible;
    }
    .main_content .schedule_table .scheduleTable th,
    .main_content .schedule_table .scheduleTable td{
            width: auto;
            max-width: 40px;
            font-size: 11px;
    }
    footer{ display:none; visibility: hidden; overflow: hidden; }
    .option_doc{ display:none; visibility: hidden; overflow: hidden;}
    
    .confirm_success{display:none; visibility: hidden; overflow: hidden;}
    
    #myModalNewsletter{
        display: none;
        visibility: hidden;
        overflow: hidden;
    }
    
}

#myModalNewsletter {
    overflow-y: auto;
    max-height: 95%;
}

.table_container.espace th, .table_container.espace td{
	padding: 10px;
}