/* 
/* 
	Section Background (bg.css)
	
	Table of Content
	- general settings for section & subheader
	- background settings for page subheader
	- background settings for section
	- media query
/*

/* general settings for section & subheader */
section,#subheader{
-webkit-background-size: 100% !important;
-moz-background-size: 100% !important;
-o-background-size: 100% !important;
background-size: 100% !important;
}

/* background settings for section */
#section-fun-facts {background:url(../images/background/1.jpg) fixed;}
#section-testimonial {background:url(../images/background/2.jpg) fixed;}
#section-fun-facts-2 {background:url(../images/background/8.jpg) fixed;}
#section-intro-1 {background:url(../images/background/3.jpg) fixed;}
#section-intro-2 {background:url(../images/background/4.jpg) fixed;}
#section-intro-3 {background:url(../images/background/sicabg25.jpg) fixed;}
/* #section-intro-3 {background:url(../images/background/5.jpg) fixed;} */
#section-intro-4 {background:url(../images/background/6.jpg) fixed;}
#section-intro-5 {background:url(../images/background/7.jpg) fixed;}
#section-tickets {background:url(../images/background/fond_pass.jpg) fixed;}
#section-partners {background:url(../images/background/fond_partners.jpg) fixed;}
#confirmation-section {background:url(../images/background/fond_partners.jpg) fixed;}
#section-survey {background:url(../images/background/8.jpg) fixed;}
#section-about {background:url(../images/background/fond_about.jpg) fixed;}
#section-team {background:url(../images/background/8.jpg) fixed;}
#section-hotels {background:url(../images/background/hotels.jpg) fixed;}
#section-pitch {background:url(../assets/images/background/fond_pitch.jpg) fixed;}
#section-or {background: url('/images/background/fond_bg.jpg') fixed;}
#section-organizes {background:url(../images/background/fond_organizers.jpg) fixed;}
/* #section-sponsors {background:url(../images/background/8.jpg) fixed;} */
#section-live-sessions {background:url(../images/background/fond_home.jpg) fixed;}
#section-interactive-map {background:url(../images/background/8.jpg) fixed;}
#section-pre-souscription {background:url(../images/background/8.jpg) fixed;}
#section-demande-lettre {background:url(../images/background/8.jpg) fixed;}
#section-speakers {background:url(../images/background/8.jpg) fixed;}
#section-reservation {background:url(../images/background/8.jpg) fixed;}
#section-registration {background:url(../images/background/8.jpg) fixed;}
#section-accreditation {background:url(../images/background/8.jpg) fixed;} 
#section-participants {background:url(../images/background/8.jpg) fixed;}
#section-b2b-scheduling {background:url(../images/background/8.jpg) fixed;}
#section-visa {background:url(../images/background/8.jpg) fixed;}
#section-program {background:url(../images/background/8.jpg) fixed;}
#section-contact {background:url(../images/background/8.jpg) fixed;}
#section-mediatheque {background:url(../images/background/8.jpg) fixed;}
#section-blogs {background:url(../images/background/8.jpg) fixed;}
#section-exhibitors {background:url(../images/background/8.jpg) fixed;}
#section-sponsorship {background:url(../images/background/8.jpg) fixed;}
#section-agenda {background:url(../images/background/5.jpg) fixed;}
#section-intro-6 {background:url(../images/background/9.jpg) fixed;}
#section-intro-7 {background:url(../images/background/10.jpg) fixed;}
#section-intro-8 {background:url(../images/background/11.jpg) fixed;}
#section-intro-9 {background:url(../images/background/12.jpg) fixed;}

#subheader {background:url(../images/background/12.jpg) fixed;}

#section-side-1.side-bg .background-image{background:url(../images/background/bg-side-3.jpg);}
#section-side-3.side-bg .background-image{background:url(../images/background/bg-ministre.jpg);}

#section-side-2.side-bg .background-image{background:url(../images/background/bg-side-6.jpg);}

/* media query */
@media only screen and (min-device-width: 768) and (max-device-width: 1024) and (orientation: portrait){
	section{
	-webkit-background-size: auto 100% !important;
	-moz-background-size: auto 100% !important;
	-o-background-size: auto 100% !important;
	background-size: auto 100% !important;
	background-attachment:scroll !important;
	}
}
@media only screen and (max-width: 992px) {
	#subheader{
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-attachment:scroll !important;
	}
}
@media only screen and (max-width: 992px) {
	section{
	-webkit-background-size: auto 100% !important;
	-moz-background-size: auto 100% !important;
	-o-background-size: auto 100% !important;
	background-size: auto 100% !important;
	background-attachment:scroll !important;
	}
}