/* CSS Document */

body {
    font-family: /*'ProximaNovaSoftRegular',*/ Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#58595b;
}

#main-container {
    width:960px;

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'ProximaNovaSoftSbRegular', Arial, sans-serif;
    font-weight:normal;
}

h1 {
    font-size:2.5em; /* 35px */
    color:#3d3d3f;
}

h1.header {
    font-size: 4.28em; /* 60px */
    color: white;
    text-transform: uppercase;
    margin: 20px auto;
    z-index: 888;
    position: relative;
}

h1.header a {
    color: white;
}

h1.header a:hover {
    color: white;
}

h2 {
    font-size:1.7em; /* 23.8px */
    font-family: 'ProximaNovaSoftRegular', Arial, sans-serif;
    margin-bottom: 0.4em;
}

h3 {
    font-size:1.3em; /* 18.2px */
    color:#787878;
}

h4, h5, h6 {
    font-family: 'ProximaNovaSoftRegular', Arial, sans-serif;
}

h4 {
    color: #58595B;
    font-size:1.1em; /* 16.8px */
}

h5 {
    font-size:1em; /* 14px */
    color:#787878;
}

/*
h6 {
	font-size:0.8em;
}
*/

p, ul, ol {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height:20px;
    list-style: none;
}

a {
    /*color:#0062a0;*/
    color: #0071BC;
    text-decoration: none;
}

a:hover {
    color:#000;
    text-decoration: none;
}






/* Blocs d'émulation des formats d'images */

div.styleImage {
    background-color:#999;
    text-align:center;
}

div.styleImage span {
    display:block;
    font-size:12px;
}

/* Style générique */

#img-6col-album {
    width:620px;
    height:454px;
}

#img-6col-album span {
    padding-top:227px;
}

#img-4col {
    width:300px;
    height:200px;
}

#img-4col span {
    padding-top:90px;
}

#img-2col {
    width:140px;
    height:140px;
}

#img-2col span {
    padding-top:60px;
}

#img-1col {
    width:60px;
    height:60px;
}

#img-1col span {
    padding-top:20px;
}


/* Style fiche */

#img-5col {
    width:380px;
    height:200px;
}

#img-5col span {
    padding-top:100px;
}

#img-3col {
    width:220px;
    height:220px;
}

#img-3col span {
    padding-top:100px;
}

/* ajout eplv */
#header_wrapper {
    width:100%;
    padding:0;
    margin: 20px 0;
}

.headbar {
    background: #EEE;
}

.zone_user {
    width: 82%;
    clear: both;
    height: 40px;
    overflow: hidden;
    float: left;
    line-height: 40px;
}

.zone_user__content {
    float: right;
    width: 500px;
    text-align: right;
}

.headbar .language {
    float: right;
    width: 155px;
    margin-right: 0;
}

.headbar .language a {
    color: white;
    background-color: black;
    display: block;
    text-align: center;
    padding: 11px;
    font-family: Arial, sans-serif;
    font-size: 0.8571em;
    font-weight: bold;
    line-height: 18px;
}

.zone_user a {
    margin-left: 20px;
    color: #3D3D3F;
}

.zone_user a:hover {
    text-decoration: underline;
    color: #0071BC;
}

.menu_secondaire .menu {
    font-size: 0.85em;
    margin-bottom: 15px;
    width: 320px;
    float: right;
}

.menu_secondaire .menu li {
    padding: 5px 0 0;
    margin: 0 0 0 20px;
    line-height: 1.5;
    float: left;
    width: 140px;
}

.menu_secondaire .menu li:nth-child(-n+2) {
    border-top: 1px dotted #A0A3A6;
    padding-top: 10px;
}

.menu_secondaire .menu li:first-child {

}

.menu_secondaire .menu a {
    color: #58595B;
}

.menu_secondaire .menu a:hover {
    color: #58595B;
    text-decoration: underline;
}

.menu_secondaire .menu .bouton_vert {
    margin-top: 5px;
    background: #26b67b;
    padding-bottom: 3px;
}

.menu_secondaire .menu .bouton_vert__link {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px 0px 0px 15px;
    letter-spacing: 0.05em;
}

.menu_secondaire .menu .bouton_vert__link:hover {
    color: #000000;
    text-decoration: none;
}

.menu_secondaire .menu .bouton_vert__link:after {
    content: "";
    height: 11px;
    width: 11px;
    position: absolute;
    margin-top: 2px;
    margin-left: 15px;
    background: url(../images/sprite_button_ticketing.png) no-repeat bottom left;
}

.menu_secondaire .menu .bouton_vert__link:hover:after {
    background-position: top left;
}

.menu_secondaire .menu .bouton_vert--en .bouton_vert__link {
    padding-left: 4px;
    letter-spacing: 0.03em;
}

.menu_secondaire .menu .bouton_vert--en .bouton_vert__link:after {
    margin-left: 3px;
}

#logo {
    background-image: url("../images/logo-eplv.jpg") ;
    height: 115px;
    width: 396px;
    background-repeat: no-repeat;
}
#header_links
{
    /*text-align: right;*/
    font-size: 12px;
    margin-top: 30px;
    font-weight: bold;
}
#header_links a {
    color: #3D3D3F;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

#icon_links
{
    margin-top: 15px;
    /*text-align: right;*/
}

#search_box
{
    margin-top: 15px;
}

#search_box_input
{
    background-color: #ECECED;
    height: 30px;
    width: 250px;
    border:0;
    margin:0;
}

#submit_search
{
    background-image: url(../images/loupe.jpg);
    height: 32px;
    width:35px;
    border: 1px solid #ECECED;
    margin:0;
    cursor: pointer;
}

#filter_form{
    margin-bottom:20px;
}

#menu_wrapper
{
    width: 100%;
    height: 40px;
    background-color: black;
    padding: 0;
    margin: 0;
}

.menu_item,
.menu_item_last {
    display: inline;
    float: left;
    height: 40px;
    /*background: url("../images/dotted_line.png") repeat-y 0px 0;*/
    font-family: Arial, sans-serif;
    font-size: 13px;
    margin:0;
    padding:0;
    width: 148px;
    /*padding-left: 23px;
    padding-right: 15px;*/
}

.menu_item_first {
    background: none;
}

.menu_item_first a {
    width: 28px!important;
    padding-left: 27px!important;
    padding-top: 0px;
    background-image: url('../images/home.png');
    background-position: center;
    background-repeat:no-repeat;
    padding-bottom: 5px;
}

.menu_item_first a:hover {
    background-image:url('../images/home-hover.png');
    background-repeat:no-repeat;
    background-position: center;
    background-color:white;
}

.menu_item_image
{
    width: 43px;
    padding-right: 28px;
    padding-top: 0px;
}

.menu_item_last a,
.menu_item a
{
    display:block;
    color: white;
    font-weight: bold;
    text-decoration:none;
    width: 103px;
    /*padding: 5px 15px 0 23px;*/
    padding: 8px 25px 5px 20px;
    height: 27px;
    margin-left: 1px;
    line-height: 1;
    border-left: 1px dotted #58595B;
}
.menu_item:first-child a {
    border-left: 0;
    padding: 13px 15px 0 25px;
}

.menu_item.text-bottom a {
    padding-bottom:5px;
}

.menu_item_last a:hover,
.menu_item a:hover
{
    color: black;
    background-color: white;
}

.menu_item a img, .menu_item_last a img {
    margin: 0 0 1px 8px;
}

.menu_item_image a
{
    margin-top: 0px;
}


#footer_wrapper1 {
    width: 100%;
    margin:0;
    padding: 20px 0;
    background-color: #EFEFEF;
}

#footer_wrapper1 h5 {
    font-size: 16px;
    line-height: 1.1;
    padding: 10px 0 15px 0;
}

#footer_wrapper1 .social li {
    display: inline-block;
    margin: 0 10px 5px 0;
    width: 143px;
    float: left;
}

#footer_wrapper1 .social a {
    background: url('../images/sprite_footer_facebook.png') no-repeat 0 -1px;
    display: block;
    height: 23px;
    padding: 7px 0 0 40px;
}

#footer_wrapper1 .social a:hover {
    background-position: 0 -32px;
}

#footer_wrapper1 .social a.twitter    { background-image: url("../images/sprite_footer_twitter.png") }
#footer_wrapper1 .social a.youtube    { background-image: url("../images/sprite_footer_youtube.png") }
#footer_wrapper1 .social a.flickr     { background-image: url("../images/sprite_footer_flickr.png") }
#footer_wrapper1 .social a.trip     { background-image: url("../images/sprite_footer_trip.png") }
#footer_wrapper1 .social a.foursquare { background-image: url("../images/sprite_footer_foursquare.png") }
#footer_wrapper1 .social a.instagram  { background-image: url("../images/sprite_footer_instagram.png"); }

#footer_wrapper1 ul {
    font-size: 14px;
}

#footer_wrapper1 ul li {
    line-height: 1.2;
    padding: 5px 0;
}

#footer_wrapper1 a {
    color: #0072bb;
    text-decoration: none;
}

#footer_wrapper1 a:hover {
    text-decoration: underline;
}

#footer_wrapper1 h5 {
    color: #3d3d3f

}


#footer_wrapper2 {
    font-family: Arial, sans-serif;
    width: 100%;
    margin:0;
    padding: 30px 0 30px 0;
    background-color: #191919;
    /*line-height: 25px;*/
    padding: 20px 0 25px;
}

#footer_wrapper2 h4 {
    font-family : Arial, sans-serif;
}

#footer_wrapper2 div.groupe {
    /*padding-bottom: 1em;
    margin-bottom: 0.7em;
    background: url("../images/dotted_line.png") repeat-x bottom left; */
    padding: 10px 0;
    border-bottom: 1px dotted #58595B;
}

#footer_wrapper2 h4 {
    font-size: 18px;
    font-weight: normal;
    color: white;
}

#footer_wrapper2 ul {
    font-size: 13.5px;
}

#footer_wrapper2 ul li {
    line-height: 1.3846;
    font-size: 13.5px;
    padding: 5px 0 5px 0;
}
#footer_wrapper2 ul li:first-child {
    margin-top: 5px;
}
#footer_wrapper2 ul li:last-child {
    margin-bottom: -6px;
}

#footer_wrapper2 a {
    color: white;
    text-decoration: none;
}

#footer_wrapper2 a:hover {
    color: #29aae3;
}

#footer_wrapper2 ul a:hover {
}

#footer_wrapper2 a.don {
    display: inline-block;
    background-color: #1073BA;
    color: white;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13.5px;
    padding: 6px 6px;
    margin: 8px 0 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 18px;
}

#footer_wrapper2 a.don:hover{
    color: #29aae3;
    text-decoration:none;
}

#footer_wrapper2 ul {
    line-height: 30px;
}

#footer_wrapper3
{
    width: 100%;
    margin:0;
    padding:0;
    background-color: #000000;
    color: white;
    height: 34px;
    font-size: 14px;
}

#footer_wrapper3 a.ville {
    color:white;
}

#footer_wrapper3 span.bullet {
    color: #949da6;
}

.footer-bar {
    list-style-type: none;
    padding: 8px 0;
    font-size: 0.8571em;
    line-height: 1.5;
}

.footer-bar li {
    background: url(../images/ic-bullet-rond.png) no-repeat 0 50%;
    color: #ffffff;
    display: inline;
    margin: 0;
    padding: 0;
}

.footer-bar a {
    color: #27AAE1;
    text-decoration: none;

    padding: 0 5px;
    margin-left: 5px;
}

.footer-bar a:hover {
    color: #27AAE1;
    text-decoration: underline;
}

.footer-bar li:first-child {
    background: none;
}

.footer-bar li:first-child a {
    padding: 0 0.5em 0 0;
    margin-left: 0;
}

#center-container
{
    padding-bottom: 20px;
    width: 100%;
    background-repeat:no-repeat;
    background-position: center top;
    /*background-color: white;*/
    background-size: 100% auto;
}

.background-general {
    background-image:url(../images/g_cal_vr_06.jpg);
    background-color: #64a354;
}

.background-botanique {
    background-image:url(../images/j_cal_br.jpg);
    background-color: #c0bd4c;
}

.background-insectarium {
    background-image:url(../images/i_cal_bp.jpg);
    background-color: #9ACFDF;
}
.background-planetarium {
    background-image:url(../images/p_call_nb.jpg);
    background-color: #000000;
}

.background-biodome {
    background-image:url(../images/b_cal_vr.jpg);
    background-color: #64A354;
}

.bg-cover {
    position: absolute;
    width: 100%;
    height: auto;
}

#breadcrumbs {
    padding: 12px 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    font-size: 12px;
}

#breadcrumbs .container_12 {
    padding-left: 30px;
    width: 930px;
    margin-bottom: 0px;
}

#breadcrumbs a {
    color: white;
    margin: 0 4px;
}

#breadcrumbs a:hover {
    color: white;
    margin: 0 4px;
    text-decoration: underline;
}


#breadcrumbs a.current {
    font-weight: bold;
}

#center-content
{
    background-color: white;
    margin-top: 27px;
    z-index: 888;
    position: relative;
}

#center-content div.top_links {
    margin-bottom: 16px;
}

#event-image
{
    position: relative;
    margin-top: 20px;
}

.eventListHour
{
    display: inline;
    float: left;
    width: 90px;
    color: #9FA3A6;
    margin-left: 0;
    margin-right: 0;
    font-family:  ProximaNovaSoftRegular, sans-serif;
}

.eventListHourThumbs
{
    display: inline;
    float: left;

    color: #9FA3A6;
    margin-left: 0;
    margin-right: 0;
    font-family:  ProximaNovaSoftRegular, sans-serif;
}

.eventListHeading {
    margin-bottom: 0.8em;
}

.eventListHeading h3 {
    font-family: 'ProximaNovaSoftSbRegular', Arial, sans-serif;
    font-size: 1.15em;
}

.eventListHeading h4 {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #989DA5;
}

.eventListCategory {
    color: #9FA3A6;
    margin-bottom:6px;
    font-weight: bold;
}


.eventListCategory a.cat
{
    font-family: 'ProximaNovaSoftRegular', Arial, sans-serif;
    color: #9FA3A6;
    text-decoration: none;

}

.eventListDescription {
    font-size: 12px;
    line-height: 1.5em;
}

.eventListLocation {
    line-height: 1.5em;
}

.eventListLocation a {
    font-size: 12px;
}

.boiteMenuGauche
{
    border-top: 1px dotted #DDDDDD;
    font-size: 11px;
}

/* Gallerie photo */

div.gallery {
    margin-bottom: 1em;
}

ul.slideshow {
    width: 620px;
    height: 413px;
}

ul.slideshow li {
    display: none;
    position: absolute;
    overflow: hidden;
}

ul.slideshow li:first-child {
    display: block;
}

ul.slideshow div.description {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    width: 600px;
    background-color: #ECECED;
    background-color: rgba(236, 236, 237, 0.6);
    color: black;
    font-size: 12px;
    padding: 10px;
}

div.description span.tab {
    position: absolute;
    bottom: -19px;
    right: 36px;
    height: 19px;
    width: 24px;
    background: #f0e8e8 url("../images/caret_up.png") no-repeat center center;
    cursor: pointer;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    behavior:url(border-radius.htc);
}

div.description.closed span.tab {
    background-image: url("../images/caret_down.png");
}

ul.slideshow div.description div.credit {
    font-size: 11px;
    font-weight: bold;
}

div.gallery ul.thumbnails li {
    float: left;
    margin: 0 10px 10px 0;
}

ul.thumbnails {
    margin: 0;
    background-color: #EFEFEF;
    padding: 10px 0 0 10px;
    list-style: none;
}

img.gallery {
    margin-left: 10px;
}

.top_links a {
    display: inline-block;
    padding: 8px 20px;
    font-size: 12px;
    background-color: #3d3d3f;
    color: white;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    behavior:url(border-radius.htc);
}

#linkBack {
    color: #27AAE1;
    padding-left: 25px;
    background: #191919 url("../images/back_arrow_left.png") no-repeat left center;
}


#linkNewSearch:hover {
    background-color: #58595B;
}

.text-bottom a {padding-top: 20px!important; height: 15px!important;}

/* Détail d'événements */

h1.detail {
    font-size: 1.6em;
    margin-bottom: 0.2em;
    color: #3d3d3f;
}

#eventDetailInfo .boite {
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: url("../images/dotted_line.png") repeat-x bottom left;
}

#eventDetailInfo h5 {
    font-family: Arial, sans-serif;
    color: #999ca3;
    font-weight: bold;
}

div.remarques {
    border: 1px dotted #ccc;
    padding: 14px;
    margin: 20px 0;
    font-size: 12px;
    line-height: 18px;
}

div.remarques h5 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #2f2f2f;
}

div.personnecontact {
    background-color: #f2f2f2;
    padding: 14px;
}

div.personnecontact h5 {
    color: #58595B;
    padding: 0 14px 14px;
    margin: 0 -14px 14px;
    font-size: 1.1em;
    background: url("../images/dotted_line.png") repeat-x bottom left;
}

div.personnecontact div.name {
    font-size: 16px;
    font-weight: bold;
}

div.personnecontact div.details {
    font-size: 0.85em;
    line-height: 1.5em;
}

#controlsdpr.share {
    margin-top: 1em;
    font-size: 12px;
    color: #58595B;
}

#controlsdpr.share span.twitter {
    position: relative;
    left: 12px;
    top: 4px;
}

#controlsdpr.share span.facebook {
    position: relative;
    top: 5px;
}

#controlsdpr.share span.gplus {
    position: relative;
    left: 14px;
    top: 4px;
}

/* Menu droite */

.event_detail {
    margin-top: 1.45em;
}

.event_detail h4 {
    padding-bottom: 10px;
    border-bottom: 2px solid #3d3d3f;
    margin: 6px 0 12px;
    font-family: 'ProximaNovaSoftRegular', Arial, sans-serif;
    font-weight: normal;
}

.event_detail .boite {
    padding: 14px 0;
    background: url("../images/dotted_line.png") repeat-x bottom left;
}

a.featured {
    display: block;
    margin-bottom: 0.6em;
    font-family: "ProximaNovaSoftSbRegular", Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.3em;
}

a.blue_button {
    color: white;
    background: #0071BC url("../images/white_arrow_right.png") no-repeat right center;
    padding: 4px 24px 4px 8px;
    border-radius: 6px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

a.blue_button:hover {
    background-color: #27AAE1;
    color: white;
}

#eventDetailInfo a.blue_button {
		display: block;
		margin-bottom: 20px;
		line-height: 37px;
}

#eventDetailInfo a.blue_button:before {
		content: '';
		float: left;
		background-image: url(https://billets.espacepourlavie.ca/sites/billets.espacepourlavie.ca/modules/custom/vdm_bttr_eplv/theme/images/icon-billet.png);
		background-position: -285px center;
		background-repeat: no-repeat;
		width: 35px;
		height: 37px;
}

.event_suggest {
    width: 620px;
}

.event_suggest .suggestheader {
    width: 620px;
    border-bottom: 2px solid #3d3d3f;
    margin-bottom: 10px;
}

.event_suggest .other_events {
    font-size: 12px;
    text-align: right;
    color: #999ca3;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
}


.event_suggest .boite {
    padding: 14px 0;
}

.event_suggest h4 {
    padding-bottom: 8px;
    font-size: 16px;
    font-family: "ProximaNovaSoftRegular", Arial, sans-serif;
    font-weight: 400px;

    /*margin: 6px 0 12px;*/
}

.event_suggest .item
{
    padding-bottom: 10px;
    background: url("../images/dotted_line.png") repeat-x bottom left;
    margin: 6px 0 12px;
}

/* Pagination */

ul#pagination_container{
    float: right;
}

#pagination_container li {
    font-size: 12px;
    float: left;
}

#pagination_container span, #pagination_container a {
    display: block;
    padding: 0px 8px;
    margin-left: 5px;
    background-color: #ececec;
    -moz-border-radius:3px; -webkit-border-radius:3px; behavior:url(border-radius.htc);
}

#pagination_container .pageprevious a, #pagination_container .pagenext a {
    background-repeat: no-repeat;
}

#pagination_container .pageprevious a {
    padding-left: 23px;
    background-image: url("../images/page_arrow_left.png");
    background-position: left center;
}

#pagination_container .pagenext a {
    padding-right: 23px;
    background-image: url("../images/page_arrow_right.png");
    background-position: right center;
}

#pagination_container .active span {
    color:white;
    background-color: #3e3e40;
}

/* Avis */

.bouton_fermer_avis {
    width: 25px;
    height: 25px;
    background: url("../images/avis_x.png") no-repeat left center;
    /*margin-top: 5px;
    margin-left: 930px;*/
    z-index: 200;
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 5px;
}

.bouton_ouvrir_avis {
    width: 25px;
    height: 25px;
    background: #AB1D1C url("../images/avis_fleche.png") no-repeat center;
    float: right;
    z-index: 100;
    position: relative;
    bottom: 0px;
    right: 5px;
    cursor: pointer;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.grid_8 h1 {font-family: 'ProximaNovaSoftRegular'!important; font-weight: 600!important;}

.grid_4 h2 {font-family: 'ProximaNovaSoftRegular'!important; font-weight: 400!important;}

#frmSendToFriend {margin-top: 15px;}

#frmSendToFriend input, #frmSendToFriend textarea {

    font-family: 'ProximaNovaSoftRegular';
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    color: #505456;
    font: inherit;
    padding: 7px;
    margin: 0 0 13px 0;
    font-size: 13px;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    display: block;

}

#frmSendToFriend input {
    width: 450px!important;
    height: 30px;
    display: inline-block;
}

.captcha img {margin: 8px 0 10px -7px;}

#frmSendToFriend #submit {width: 150px!important;}

.frm-event-title { font-size: 24px;}

form#search_form 	input[type=submit]{
    background-image: url("../images/btn_recherche.png");
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    cursor: pointer;
    border:0;
    clear: none;
}