



@font-face {
  font-family: 'OpenSans-Light';
  src: url('../fonts/open-sans/OpenSans-Regular.ttf'); /* IE9 Compat Modes */
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/open-sans/OpenSans-Bold.ttf'); /* IE9 Compat Modes */
}
/* 
   TODO customize this sample style
*/

* { padding:0; margin:0;
}

body {
        min-width: 940px;
        margin: 0 auto;
        font-family: "OpenSans-Light",sans-serif;
        font-size:.9em;
        font-weight:normal;
        line-height:30px;
        color:#4A5666;
        background-color: #F9F9F9;
}
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,q,s,samp,small,strike,strong,sub,sup,fieldset,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td{
    margin:0;
    padding:0;
    border:0;
    font-weight:normal;
    font-style:normal;
    text-decoration: none;
    font-size:100%;
    line-height:1;
    font-family:inherit;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

h1, h2, h3, h4, h5, h6{
    font-family: "OpenSans-Light",sans-serif;
    font-weight:normal;
    line-height:25px;
    margin: 10px auto 20px auto;
    word-spacing: normal;
    color: #F15A23;
    /*white-space: nowrap;*/
}

ul {
    margin-left: 30px;
    padding-bottom: 20px;
}

.logo-text{
    font-family: "OpenSans-light",sans-serif;
    color:#4a5666;
    display: inline-block;
    padding: 5px 20px 5px 20px;
    font-size:1.4em;
    line-height:48px;
    height:40px;
    max-width: 245px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    border-right:1px solid #dcdcdc;
}

.account-text{
    font-family: "OpenSans-light",sans-serif;
    color:#4a5666;
    display: inline-block;
    padding: 5px 50px 5px 50px;
    font-size:1.5em;
    line-height:48px;
    height:40px;
/*    max-width: 445px;*/
    position: relative;
    vertical-align: middle;
    border-left:1px solid #dcdcdc;
}

h2 a{
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #356AA0;
}

h2 a:active, h2 a:hover {
        color: #FF920A;
}


h1{
    
    /*text-transform: capitalize;*/
    color:#356AA0;
    font-size:1.3em;
}
h2{
    font-size: 1.1em;
    /*font-size: 2vw;*/
    //text-transform: capitalize;
    color: #356AA0;
    text-decoration: none;    
}
h2::first-letter{
    text-transform: capitalize;
    
}
h2.error{
    color:#9f3a38;
}
h3{
    font-size: 1em;    
    font-weight: bold;
    /*text-transform: capitalize;*/
    color: #4A5666;
}
h4{
    font-size: 0.985em;
    /*text-transform: capitalize;*/
    color: #356AA0;
    white-space:nowrap;
    margin-bottom: 15px;
}
h5{
    font-size: 0.985em;    
    font-weight: bold;
    /*text-transform: capitalize;*/
    color: #FF920A;
}

p { margin: 0px;  }
img {border: 0px; margin:0px;}
img.center{
	margin-left:auto;
	margin-right:auto;
}
div { margin: 0px; padding: 0px;}
p {
    font-size:1em;
    font-weight:normal;
    line-height:18px;
    margin-bottom:9px;
}
p a{
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #356AA0;
}

p a:active, p a:hover {
        color: #FF920A;
}

p small{
    font-size:0.985em;
    color:#bfbfbf;
}
p.error{
    color:#9f3f38;
}

a{
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #356AA0;
}

a:active, a:hover {
        color: #FF920A;
}

strong {
        font-weight: bold;
}
address{
    border-top:1px dotted #DCDCDC;
    border-bottom:1px dotted #DCDCDC;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.hide {
    display: none !important;
}
div.topMenuHeader{
    position: fixed;
    height: 50px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #245CA0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    
    
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    z-index: 140;
}
div.softHeader{
    width:100%;
    height:80px;
    padding-top: 10px;
}

div.grey-bg{
    background: #F1F1F1 !important;
}

@media (max-width: 767px) {
    div.softHeader{
        height: 200px !important;
        padding-left: 0px !important;
    }
    div#wrapper {
        margin-top: 8rem !important;
        min-height: calc(100% - (5.73em));
        min-height: -webkit-calc(100% - 5.73em);
        min-height: -moz-calc(100% - 5.73em);
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    div#wrapper {
        margin:auto;
        margin-left: 5px;
        margin-top: 80px !important;
        min-height: calc(100% - (5.73em));
        min-height: -webkit-calc(100% - 5.73em);
        min-height: -moz-calc(100% - 5.73em);
        height: auto;
        /*margin-top:10px;*/
        /*width: 100% !important;*/
    }
}

@media (min-width: 1025px) {
    div#wrapper {
        margin:auto;
        margin-top:7rem;
        /*width: 100% !important;*/
    }
}

div#header {
    height:15px;
}

/**
 *MAIN CONTENT
 *
**/
#content{
    color: rgba(0,0,0, .8);
    /*text-shadow: 0 1px 0 #fff;*/
}

#main {
    background:url('images/pagebg.png') repeat-y;
    padding:2px 9px 0 9px;
    margin:0;
    min-height: 600px;
}

.split{
    
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}

.pointer{
    cursor: pointer; 
}

/**
*   CSS ARTICLES
*/
.fieldTitle{
    text-align: right;
    font-size:1em;
    font-weight:normal;
    line-height:18px;
    margin-bottom:9px;
}


/**
 * POWERED BY DISPLAY
 *
**/
img.grayscale:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
  filter: grayscale(0%);
} 

img.grayscale {
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%); 
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%); 
  -o-transition: .5s ease-in-out;
  filter: grayscale(100%);
}
img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: #888; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(20%);
}

/**
 *FOOTER CONTENT
 *
**/

#footer {
		
		color: #888;
		padding: 6em 0em 4em;
	}

		#footer h2, #footer h3, #footer h4 {
			color: #ffffff;
		}

		#footer a {
			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			color: #888;
		}

			#footer a:active, #footer a:hover {
				color: #FF920A;
			}

		#footer .icons .rounded {
			border-color: #888;
			font-size: 1.5em;
		}

			#footer .icons .rounded:active, #footer .icons .rounded:hover {
				border-color: #ffffff;
			}

		#footer .copyright {
			font-size: 0.9em;
			margin: 1em 0 0 0;
			padding: 0;
			text-align: center;
		}

			#footer .copyright li {
				border-left: solid 1px rgba(144, 144, 144, 0.25);
				display: inline-block;
				list-style: none;
				margin-left: 1.5em;
				padding-left: 1.5em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}


select {
        background-color: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.3125em;
        box-sizing: border-box;
        color: rgba(0, 0, 0, 0.7);
        margin: 0;
        margin-bottom:10px;
        outline: medium none;
        padding: 0.65em 1em;
        transition: background-color 0.3s ease-out 0s, box-shadow 0.2s ease 0s, border-color 0.2s ease 0s;
        width: 100%;
        
}

input[type=text], input[type=password]{
        background-color: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.3125em;
        box-sizing: border-box;
        color: rgba(0, 0, 0, 0.7);
        margin: 0;
        margin-bottom:10px;
        outline: medium none;
        padding: 0.65em 1em;
        transition: background-color 0.3s ease-out 0s, box-shadow 0.2s ease 0s, border-color 0.2s ease 0s;
        width: 100%;
}

input[type=text]{
        /*width:230px;*/
}

input[type=password]{
        /*width:230px;*/
}

input.calendarField{
        width: 113px;
}

input:focus{
        border:solid 1px orange;
        background-color: #FFFFD5;
}


textarea {
        border:0;
        padding:5px;
        font-size:1em;
        font-family: "OpenSans-Light",sans-serif;
        color:#404040;
        border:solid 1px #ccc;
        margin:0 0 20px;
        margin-left: 5px;
        width:100%;
        
        /*padding:3px;*/
        -moz-box-shadow: inset 1px 4px 4px -6px rgba(0,0,0,0.5);
        -webkit-box-shadow: inset 1px 4px 4px -6px rgba(0, 0, 0, 0.5);
        box-shadow: inset 1px 4px 4px -6px rgba(0,0,0,0.5);
}

textarea:focus{
        border:solid 1px #016DC5;
        -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
}

img.profilePicture{
    border: #f5f5f5 5px solid;
    width: 92px;
    height: 92px;
    float: right;
    margin-bottom: 5px;
}

table#login{
    margin-left: 100px;
    border: #f2f2f2 1px solid;
    padding: 15px 15px 15px 15px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius: 0px 20px 10px 10px;
    border-radius: 0px 20px 10px 10px;
    background-color: #fafafa;
}
table#login td#header{
    color:#2C539E;
    font-size: 1.2em;
    font-weight: bold;
    text-shadow:0px 1px 2px #d0d0d0;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-bottom: 10px;
    position:relative;
}

.form-group {
    float: left;
    margin-bottom: 15px;
}

#credit_cards {
    /*width: 50%;*/
    margin-top: 50px;
    /*text-align: right;*/
}

.transparent{
    opacity:  0.2;
}

#slide-1 {
    margin-bottom: 5%;
 }

#slide-1 h2 {
    color: white;
    font-size: 2.5em;
    margin: 0.83em 0;
    opacity:1 !important;
    z-index:9999 !important;
    overflow-x: hidden;
 }

 #slide-1 h3 {
    color: #111;
    font-size: 1.5em;
    margin: 0.83em 0;
    opacity:1 !important;
    z-index:9999 !important;
    overflow-x: hidden;
    opacity: 1;
 }
 #slide-1 span { 
    background-color: #fbfbfb; 
}
 
 .hsContainer {
     display: table;
     table-layout: fixed;
     width: 100%;
     height: 550px;
     overflow: hidden;
     position: relative;
 }
 
 .hsContent {
     max-width: 450px;
     margin: -150px auto 0 auto;
     display: table-cell;
     vertical-align: middle;
     color: #ebebeb;
     padding: 0 8%;
     text-align: center
 }
     .hsContent h2,
     .copy h2 {
         color: #ffffff;
         font-size: 45px;
         line-height: 48px;
         margin-bottom: 12px;
         text-shadow: 2px 2px 2px black;
     }
     .hsContent p {
         width: 400px;
         margin: 0 auto;
         color: #b2b2b2;
     }
     .hsContent a {
         color: #b2b2b2;
         text-decoration: underline;
     }
     .bgBlack {
         background-color: rgba(0,0,0,0.75);
         padding: 3px 10px;
     }/* Slide 1 */
 .bcg {
     background-position: center center !important;
     background-repeat: no-repeat !important;
     background-attachment: fixed !important;
     background-size: cover !important;
 }
 
/* Slide 1 */
@media (max-width: 480px) {
    #slide-1 .bcg {
        background-image:url('../images/logo/3/banner/1527_bbcb0b31276a526e7c46465f938264b7_mobile480.jpg');
    }
}
@media  (min-width: 481px) and (max-width: 767px) {
    #slide-1 .bcg {
        background-image:url('../images/logo/3/banner/1527_bbcb0b31276a526e7c46465f938264b7_mobile.jpg');
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #slide-1 .bcg {
        background-image: url('../images/logo/3/banner/1527_bbcb0b31276a526e7c46465f938264b7_tablet.jpg');
    }
    
}

@media (min-width: 1025px) {
    #slide-1 .bcg {background-image:url('../images/logo/3/banner/1527_bbcb0b31276a526e7c46465f938264b7.jpg')}
}

/*#slide-1 .bcg {background-image:url('http://salledepresse.uqam.ca/upload/images/photo/pavillon/J.jpg')}*/

/* Google map div */
#map{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
