/*Bootstrap modification */
body {
	position: relative;
}

.anchor{
	padding-top: 90px;
}

.page-header{
	border: none;
}

.page-header small{
	/*color: #bdb6c8;*/
}
#stickyMenu{
	z-index: 300;
}

.date_title{
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.25em;
}

.date_lieu{
	width: 100%;
	text-align:right;
}

.CRCbackground{
	background: url(../img/footerBackground.png) 0 0 repeat;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: white;
}

.CRCnavbar{
	min-height: 0;
	border: none;
}

h3 {
	margin-bottom: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-radius: 5px 5px 5px 5px;
}

#presentation h3{
	background: url(../img/appelBackground.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#participants h3{
	background: url(../img/participantsBackground.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#programme h3{
	background: url(../img/programmeBackground.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#contact h3{
	background: url(../img/contactBackground.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#pressSection{
	background: url(../img/pressBackground.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


#presentation img {
	padding: 1%;
}

#presentation p{
	text-align: justify;
}

#header {
	background: url(../img/titleBackground.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 250px;
}

#fixitNav a{
	color: #777;
	border-radius: 0;
}

#fixitNav .active a{
	/*color: #FFF;*/
	background-color: #EE8E21;
}

#fixitNav a:hover{
	background-color: #F8C016;
}

#logoUqac{
	max-height: 75px;
}

#logoCanada{
	max-height: 75px;
}

.CRCprogrammeHeading{
	background-color: #EDA451 !important;
}
.table tr>td:first-child{
	width: 250px;
}

.pauseBackground {
	background-color: #CCB9A3 ;
}

span.disabled-link,
span.disabled-link:visited ,
span.disabled-link:active,
span.disabled-link:hover {
    color:#aaa !important;
}

span.disabled-link:hover {
	background-color: white;
	cursor: not-allowed;
}

.collapse-sub-menu{
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: black;
}

.collapse-sub-menu:hover{
	background-color: transparent !important;
	cursor: default;
}

.notnormallink{
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	white-space: nowrap;
	color: #777;
	border-radius: 0;
}

.notnormallink:hover{
	text-decoration: none;
	outline: 0;
	background-color: #F8C016;
}

.title-date{
	width: 100%;
	display: block;
}

.partenairesLogo{
	width: 50%;
	float: left;
	padding: 10px;
}

#partenaires{
	overflow: auto;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 20px;
}

#partenaires h1{
	text-align: center;
	text-decoration: underline;
}

#credits{
	padding: 20px;
}

/* < 768 */
@media (max-width: 992px){
	#contact h4{
		text-align: center;
	}

	.navbar-toggle 
	{
	    float:none;
	}
	
	.navbar-header
	{
	    text-align:center;
	}
}

@media (min-width: 992px){
	#contact h4{
		text-align: left;
	}
}